*{box-sizing:border-box}html,body{height:100%;margin:0;background:var(--bg);color:var(--fg);font:400 16px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif}.hero{min-height:100svh;display:grid;place-items:center;text-align:center;padding:clamp(16px,2.5vmin,32px);position:relative}.hero__title{font-size:clamp(28px,6vmin,56px);margin:0 0 8px;letter-spacing:.3px}.hero__tag{margin:0;color:var(--muted);font-size:clamp(14px,2.6vmin,18px)}.reveal{position:fixed;right:clamp(12px,2.5vmin,20px);bottom:clamp(12px,2.5vmin,20px);padding:12px 18px;background:var(--accent);color:#0b0b0d;border:0;border-radius:10px;font-weight:600;cursor:pointer}.reveal:active{transform:translateY(1px)}.webgl-root{position:fixed;inset:0;pointer-events:none;opacity:0;z-index:0;will-change:opacity;contain:paint;backface-visibility:hidden;transform:translateZ(0)}.webgl-root.is-visible{opacity:1;pointer-events:auto;z-index:1000}.webgl-root canvas{display:block}html.immersive,html.immersive body{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.webgl-root canvas{touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html.freeze *{transition:none!important;animation-play-state:paused!important}html.freeze,html.freeze body{overscroll-behavior:contain}html.immersive,html.immersive body{overflow:hidden;overscroll-behavior:none;touch-action:none}.freeze-overlay{position:fixed;inset:0;pointer-events:auto;background:transparent;z-index:2147483647;display:none}html.freeze .freeze-overlay{display:block}.freeze-hide{visibility:visible}html.freeze .freeze-hide{visibility:hidden}@supports (padding: max(0px)){.reveal{right:calc(clamp(12px,2.5vmin,20px) + env(safe-area-inset-right));bottom:calc(clamp(12px,2.5vmin,20px) + env(safe-area-inset-bottom))}}.content{padding:clamp(16px,3vmin,32px)}.content__section{max-width:65ch;margin:0 auto;line-height:1.7}.content__section p{margin:0 0 1rem;color:var(--fg);opacity:.92}.controls{margin-top:1.5rem}.controls ul{margin-top:.5rem;padding-left:1.25rem}.hero__body{opacity:0;transform:translate3d(0,8px,0);animation:hero-in .38s cubic-bezier(.22,.61,.36,1) 60ms both}.reveal{position:fixed;z-index:100;will-change:transform,opacity;backface-visibility:hidden;transform:translateZ(0);opacity:0;transform:translate3d(0,8px,0);animation:reveal-in .38s cubic-bezier(.22,.61,.36,1) .14s both}html.immersive .reveal{visibility:hidden}@keyframes hero-in{to{opacity:1;transform:translateZ(0)}}@keyframes reveal-in{to{opacity:1;transform:translateZ(0)}}html.freeze .hero__body,html.freeze .reveal{opacity:1!important;transform:none!important;animation:none!important}@media(prefers-reduced-motion:reduce),(update:slow){.hero__body,.reveal{animation:none!important;opacity:1!important;transform:none!important}}html.anim-stable .hero__body,html.anim-stable .reveal{animation:none!important;opacity:1!important;transform:none!important;transition:none!important}
