
:root {
  --ink: #0d0d0d;
  --gold: #c9a45a;
  --gold2: #e1c075;
  --line: rgba(230,210,170,.38);
  --line-strong: rgba(230,210,170,.62);
}
html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: var(--ink);
  font-family: "Times New Roman", Georgia, "Noto Serif", serif;
}
#bg {
  position: fixed;
  inset: 0;
  background: linear-gradient(rgba(8,8,8,.68), rgba(8,8,8,.80)), url('./background.png') center/cover no-repeat;
  filter: saturate(.78) contrast(.92) brightness(.86);
}
#bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 42%, rgba(0,0,0,0) 0%, rgba(0,0,0,.14) 48%, rgba(0,0,0,.34) 100%);
}
#graph {
  position: fixed;
  inset: 0;
}
#title {
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background: transparent !important;
  pointer-events: none;
  text-align: center;
}
#title h1,
#title h2 {
  margin: 0;
  padding: 0;
  background: transparent !important;
  box-shadow: none !important;
}
#title h1 {
  color: var(--gold2);
  font-size: 32px;
  line-height: 1.02;
  font-weight: 700;
}
#title h2 {
  color: rgba(225,192,117,.82);
  font-size: 18px;
  line-height: 1.08;
  font-weight: 600;
}
#watermark {
  position: fixed;
  left: 14px;
  bottom: 12px;
  z-index: 10;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .2px;
  color: rgba(0,0,0,.55);
  background: rgba(255,255,255,.68);
  padding: 10px 14px;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
}
.scene-nav-info {
  color: rgba(241,230,207,.65) !important;
}
