@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Press+Start+2P&display=swap";:root{--theme-background: #050816;--theme-background-rgb: 5 8 22;--theme-surface: #10162f;--theme-surface-rgb: 16 22 47;--theme-surface-alt: #192347;--theme-surface-alt-rgb: 25 35 71;--theme-text: #f3f7ff;--theme-text-rgb: 243 247 255;--theme-text-muted: #aebad6;--theme-text-muted-rgb: 174 186 214;--theme-accent: #6df2ff;--theme-accent-rgb: 109 242 255;--theme-accent-strong: #ff78c8;--theme-accent-strong-rgb: 255 120 200;--theme-border: #d9e6ff;--theme-border-rgb: 217 230 255;--theme-border-active: #ffd166;--theme-border-active-rgb: 255 209 102;--theme-focus: #fff1a8;--theme-focus-rgb: 255 241 168;--theme-shadow: #02030a;--theme-shadow-rgb: 2 3 10;--theme-scene-background: #040611;--theme-scene-background-rgb: 4 6 17;--theme-scene-fog: #060a18;--theme-scene-fog-rgb: 6 10 24;--theme-scene-light-primary: #72d8ff;--theme-scene-light-primary-rgb: 114 216 255;--theme-scene-light-secondary: #ff6ecf;--theme-scene-light-secondary-rgb: 255 110 207;--theme-scene-light-point: #b9f6ff;--theme-scene-light-point-rgb: 185 246 255;--theme-scene-object-outer: #7cf0ff;--theme-scene-object-outer-rgb: 124 240 255;--theme-scene-object-inner: #ff7bc8;--theme-scene-object-inner-rgb: 255 123 200;--theme-scene-object-points: #eef5ff;--theme-scene-object-points-rgb: 238 245 255;font-family:"Press Start 2P",IBM Plex Mono,monospace;line-height:1.5;font-weight:400;color:rgba(var(--theme-text-rgb),.92);background-color:var(--theme-background);font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:none;-moz-osx-font-smoothing:auto}a{font-weight:500;color:var(--theme-accent);text-decoration:inherit}a:hover{color:var(--theme-accent-strong)}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden;background:var(--theme-background)}h1{font-size:3.2em;line-height:1.1}button{border-radius:0;border:2px solid rgba(var(--theme-border-rgb),.9);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--theme-surface);cursor:pointer;transition:border-color .25s,box-shadow .25s}button:hover{border-color:var(--theme-border-active);box-shadow:0 0 16px rgba(var(--theme-accent-strong-rgb),.28)}button:focus,button:focus-visible{outline:2px solid var(--theme-focus);outline-offset:4px}#root{width:100vw;height:100vh;margin:0;padding:0;overflow:hidden}.app-shell{position:relative;width:100%;height:100%;background:radial-gradient(circle at top,rgba(var(--theme-accent-strong-rgb),.14),transparent 36%),radial-gradient(circle at 20% 80%,rgba(var(--theme-accent-rgb),.14),transparent 30%),linear-gradient(180deg,rgba(var(--theme-background-rgb),.96),rgba(var(--theme-shadow-rgb),1))}.scene-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.scene-layer canvas{display:block}.content-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:auto}.scene-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-end;gap:1rem;padding:1.5rem;color:var(--theme-text)}.scene-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.2;background-image:linear-gradient(rgba(var(--theme-text-rgb),.06) 50%,transparent 50%),linear-gradient(90deg,rgba(var(--theme-accent-rgb),.06) 50%,rgba(var(--theme-accent-strong-rgb),.06) 50%);background-size:100% 4px,4px 100%;mix-blend-mode:screen}.scene-overlay__eyebrow,.scene-overlay__title,.scene-overlay__copy,.scene-overlay__actions{position:relative;z-index:1}.scene-overlay__eyebrow{font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--theme-accent);text-shadow:0 0 10px rgba(var(--theme-accent-rgb),.6)}.scene-overlay__title{margin:0;max-width:10ch;font-size:clamp(1.8rem,5vw,4.25rem);line-height:1;text-transform:uppercase;color:var(--theme-text);text-shadow:0 0 12px rgba(var(--theme-accent-strong-rgb),.48),4px 4px 0 rgba(var(--theme-surface-rgb),.92)}.scene-overlay__copy{margin:0;width:100%;max-width:none;font-size:.95rem;line-height:1.6;color:rgba(var(--theme-text-muted-rgb),.92)}.scene-overlay__copy-caret{display:inline-block;width:.7ch;height:1em;margin-left:.18em;vertical-align:-.12em;background:var(--theme-accent);animation:scene-overlay-caret-blink .48s steps(1) infinite}.scene-overlay__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.25rem}.scene-overlay__chip{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:7rem;padding:.8rem 1rem;border:3px solid var(--theme-border);background:transparent;box-shadow:4px 4px rgba(var(--theme-shadow-rgb),.95);color:var(--theme-text);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;pointer-events:auto;-webkit-user-select:none;user-select:none;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background-color .14s ease,color .14s ease}.scene-overlay__chip:hover{transform:translateY(-2px) scale(1.03);border-color:var(--theme-border-active);box-shadow:5px 5px rgba(var(--theme-shadow-rgb),.95);color:var(--theme-border-active)}.scene-overlay__chip.is-active{border-color:var(--theme-border-active);color:var(--theme-border-active)}.scene-overlay__chip:active{transform:translateY(0) scale(.99)}.scene-overlay__chip:focus-visible{outline:2px solid var(--theme-focus);outline-offset:4px}.scene-overlay__chip--icon{min-width:0;width:3.25rem;height:3.25rem;padding:0}.scene-overlay__icon{width:1.2rem;height:1.2rem}@keyframes scene-overlay-caret-blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (max-width: 720px){.scene-overlay{padding:1rem;gap:.85rem}.scene-overlay__copy{max-width:none;font-size:.82rem}.scene-overlay__chip{min-width:5.6rem;padding:.72rem .8rem}.scene-overlay__chip--icon{width:2.9rem;height:2.9rem;padding:0}}
