html { background: #fff8f0; }
html.dark { background: #1c1619; }
#boot-splash {
  position: fixed; inset: 0; display: flex; align-items: center; justify-content: center;
  background: #fff8f0; color: #db5277; font-family: serif; letter-spacing: .35em;
  font-size: 15px; z-index: 9999; transition: opacity .4s ease;
}
html.dark #boot-splash { background: #1c1619; color: #f18aae; }
