html,body{width:100%;height:100%;min-height:100vh;overflow:hidden;overscroll-behavior:none}#root{width:100vw;height:100vh;min-height:100vh;position:relative}@supports (height: 100dvh){#root,.scene-shell,.mobile-notice{height:100dvh;min-height:100dvh}}@supports (height: 100svh){#root,.scene-shell,.mobile-notice{min-height:100svh}}*{color:#fff;box-sizing:border-box;font-family:Poppins,sans-serif}body{margin:0}.scene-shell{width:100%;height:100%;min-height:100vh;overflow:hidden;position:relative}.mobile-notice{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top right,rgba(56,189,248,.22),transparent 32%),linear-gradient(180deg,#08111e 0%,#0f1b2d 100%)}.mobile-notice__card{width:min(100%,420px);padding:28px 24px;border-radius:20px;border:1px solid rgba(125,211,252,.18);background:rgba(11,18,32,.84);box-shadow:0 24px 60px #00000057}.mobile-notice__eyebrow{color:#7dd3fc;font-size:.8rem;font-weight:600;letter-spacing:.14em;margin-bottom:14px;text-transform:uppercase}.mobile-notice__title{color:#f8fafc;font-size:1.9rem;line-height:1.1;margin:0 0 14px}.mobile-notice__text{color:#cbd5e1;font-size:.95rem;line-height:1.65;margin:0 0 12px}.mobile-notice__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.mobile-notice__link{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:999px;background:#38bdf8;color:#08111e;font-size:.92rem;font-weight:700;text-decoration:none}.mobile-notice__link--secondary{background:rgba(255,255,255,.08);color:#f8fafc}.sr-only{border:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.skip-link{position:absolute;top:12px;left:12px;z-index:40;padding:.75rem 1rem;border-radius:.75rem;background:rgba(11,18,32,.96);color:#f8fafc;text-decoration:none;transform:translateY(-180%);transition:transform .16s ease}.skip-link:focus{transform:translateY(0)}.desktop-shortcut{gap:8px;display:flex;align-items:center;flex-direction:column;padding:.75rem 1.125rem;border:1px solid transparent;border-radius:.35rem;background:transparent;cursor:pointer}.desktop-shortcut:hover,.desktop-shortcut:focus-visible{background:#0b91f547;border:1px dotted #ffffff7f;outline:none}.clickable{cursor:pointer;color:#fff;position:absolute;right:0;bottom:0}hr{border:.6px dashed #654300;width:100%;opacity:.3}.content{width:830px;height:520px;background:#0b1220;border-radius:1px;contain:layout paint size style;overflow:hidden;transform-origin:top left;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;will-change:transform}.content *{margin:0;padding:0;user-select:none}.content p{font-size:.75rem}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:linear-gradient(rgba(18,16,16,0) 50%,rgba(0,0,0,.046) 50%),linear-gradient(90deg,rgba(255,0,0,.015),rgba(0,255,0,.015),rgba(0,0,255,.015));background-size:100% 4px,30px 100%;z-index:4;animation:flicker .1s infinite}.video-overlay:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(255,255,255);background:radial-gradient(circle,rgba(255,255,255,.16) 70%,rgba(255,255,255,.3) 100%);z-index:1}@keyframes flicker{0%{transform:translateY(1px)}to{transform:translateY(0)}}
