/* Painting: 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: #111213; --bg-rgb: 17, 18, 19; --bg-2: #191b1d;
  --ink: #f8f8f6; --ink-2: #e4e4df; --muted: #a1a19b; --line: rgba(248, 248, 246, .12);
  --accent: #7dd3fc; --accent-rgb: 125, 211, 252; --accent-hi: #c9ecff; --on-accent: #062432;
  --card-1: #1d1f22; --card-2: #121314; --video-dim: .46;
  --display: "Syne", "Inter", sans-serif; --display-case: none; --display-weight: 700;
  --display-leading: .96; --display-tracking: -.03em;
  --title-size: clamp(3rem, 8.4vw, 7.8rem);
  --serif: "Syne", sans-serif;
}
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
.steps span { font-size: 1.3rem; }

/* 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%, #c9ecff, #7dd3fc 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; }
}
