@charset "UTF-8";#home{}#home #banner{position:relative;min-height:100vh;min-height:100svh;display:flex;align-items:center;justify-content:center;text-align:center;padding:160px 0 140px;background:0 0}#home #banner .container{position:relative;z-index:2}#home #banner h1{font-size:clamp(3rem,10vw,6.5rem);line-height:.95;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1.25rem;text-shadow:0 0 45px rgba(79,216,207,.35)}#home #banner .hud-label{margin-bottom:1.5rem}#home #banner .hero-tagline{font-family:chakra petch,sans-serif;font-weight:600;font-size:clamp(1.15rem,2.6vw,1.6rem);color:#ffb13d;margin-bottom:1rem}#home #banner .hero-text{color:#9aa3bf;font-size:1.05rem;max-width:640px;margin:0 auto 2.25rem}#home #banner .hero-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:2rem}#home #banner .hero-note{font-size:.85rem;color:#9aa3bf;margin-bottom:0}#home #banner .hero-note .live-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4fd8cf;margin-right:8px;box-shadow:0 0 8px rgba(79,216,207,.9);animation:live-pulse 2.4s ease-in-out infinite}#home #hero-scene{position:absolute;top:0;left:0;width:100%;height:calc(100% + 38vh);z-index:0;overflow:hidden;pointer-events:none;background:#000}#home #hero-scene .scene-stars{position:absolute;inset:0}#home #hero-scene .scene-stars::before,#home #hero-scene .scene-stars::after{content:'';position:absolute;inset:0;background-repeat:repeat}#home #hero-scene .scene-stars::before{background-image:radial-gradient(1px 1px at 22px 34px,rgba(232,237,248,.85),transparent),radial-gradient(1px 1px at 118px 96px,rgba(232,237,248,.5),transparent),radial-gradient(1px 1px at 196px 158px,rgba(232,237,248,.65),transparent),radial-gradient(1px 1px at 64px 210px,rgba(232,237,248,.4),transparent);background-size:260px 260px}#home #hero-scene .scene-stars::after{background-image:radial-gradient(1.5px 1.5px at 84px 52px,rgba(232,237,248,.9),transparent),radial-gradient(1.5px 1.5px at 210px 180px,rgba(79,216,207,.7),transparent),radial-gradient(1.5px 1.5px at 320px 110px,rgba(232,237,248,.6),transparent);background-size:420px 420px;animation:star-twinkle 6s ease-in-out infinite alternate}#home #hero-scene .scene-meteors i{position:absolute;width:150px;height:2px;background:linear-gradient(90deg,#FFB13D,rgba(255,177,61,0));border-radius:2px;opacity:0;transform:rotate(32deg);animation:starfall 9s linear infinite}#home #hero-scene .scene-meteors i:nth-child(1){top:12%;right:8%;animation-delay:1s}#home #hero-scene .scene-meteors i:nth-child(2){top:4%;right:42%;animation-delay:4.2s;width:100px}#home #hero-scene .scene-meteors i:nth-child(3){top:26%;right:24%;animation-delay:7s;width:190px}#home #hero-scene .scene-video{position:absolute;bottom:38vh;left:0;width:100%;line-height:0}#home #hero-scene .scene-video video{display:block;width:100%;height:auto;min-height:42svh;object-fit:cover;object-position:center top}#home #hero-scene .scene-video::before{content:'';position:absolute;top:0;left:0;width:100%;height:60%;background:linear-gradient(180deg,#000 0%,rgba(0,0,0,.55) 40%,transparent 100%)}#home #hero-scene .scene-video::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:24%;background:linear-gradient(0deg,#000 0%,transparent 100%)}#home #hero-scene .scene-fade{position:absolute;bottom:0;left:0;width:100%;height:32vh;background:linear-gradient(180deg,rgba(11,13,23,0) 0%,#0B0D17 90%)}#home .storm-cue{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);z-index:2;display:flex;flex-direction:column;align-items:center;gap:10px;text-decoration:none;font-family:chakra petch,sans-serif;font-size:.62rem;font-weight:600;letter-spacing:.32em;text-transform:uppercase;color:#9aa3bf}#home .storm-cue svg{width:46px;height:46px}#home .storm-cue .cue-ring{stroke:#ff4d6d;stroke-width:1.5;transform-origin:center;animation:cue-close 3s ease-in-out infinite}#home .storm-cue .cue-chevron{stroke:#e8edf8;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}#home .storm-cue:hover,#home .storm-cue:focus{color:#e8edf8}#home #the-game{background:0 0}@keyframes live-pulse{0%,100%{opacity:1}50%{opacity:.35}}@keyframes star-twinkle{from{opacity:1}to{opacity:.45}}@keyframes starfall{0%{transform:translate3d(0,0,0)rotate(32deg);opacity:0}4%{opacity:.9}18%{transform:translate3d(-42vw,26vw,0)rotate(32deg);opacity:0}100%{transform:translate3d(-42vw,26vw,0)rotate(32deg);opacity:0}}@keyframes cue-close{0%,100%{transform:scale(1);opacity:.9}50%{transform:scale(.82);opacity:.5}}