/* Electrical: generated by factory/theme_make.py from theme_spec.py. Structure
   lives in /t/_base/base.css; this is the palette, the type and the no-WebGL
   stand-in for the 3D object. */
:root {
  --bg: #0b0d12; --bg-rgb: 11, 13, 18; --bg-2: #13161d;
  --ink: #f4f5f8; --ink-2: #dadde5; --muted: #9599a6; --line: rgba(244, 245, 248, .12);
  --accent: #ffd23f; --accent-rgb: 255, 210, 63; --accent-hi: #ffe58a; --on-accent: #1a1400;
  --card-1: #181b23; --card-2: #0d1015; --video-dim: .46;
  --display: "Unbounded", "Arial Black", sans-serif; --display-case: none; --display-weight: 700;
  --display-leading: .98; --display-tracking: -.03em;
  --title-size: clamp(2.6rem, 7.4vw, 6.8rem);
  --serif: "Unbounded", sans-serif;
}
h3 { font-size: 1.25rem; letter-spacing: -.02em; }
.steps span { font-size: 1.2rem; }

/* no WebGL: a soft glow in the accent where the object would be */
html.no-webgl .hero__fallback {
  right: 8vw; top: 20vh; width: 34vw; height: 48vh; border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe58a, #ffd23f 45%, transparent 70%);
  filter: blur(28px); opacity: .5; animation: glow 8s ease-in-out infinite alternate;
}
@keyframes glow { to { transform: translate(-4vw, 3vh) scale(1.08); } }
@media (max-width: 760px) {
  html.no-webgl .hero__fallback { top: 70px; right: 15vw; width: 70vw; height: 30svh; }
}
