*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.page{position:relative;min-height:100%;overflow:hidden;background:#0b0b12 url(/bg2.png) center calc(50% + 50px) / cover no-repeat}.page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;mix-blend-mode:multiply;background:linear-gradient(180deg,#4a1e588c,#962e4a59 45%,#180a22b3)}.hero{position:relative;z-index:1;min-height:100vh}.hero__stack{position:absolute;left:clamp(16px,3vw,64px);bottom:clamp(14px,3.5vh,36px);width:clamp(440px,56vw,1000px);display:flex;flex-direction:column;align-items:center;gap:clamp(14px,2.4vh,30px);z-index:1}.hero__box{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 26px 55px rgba(0,0,0,.6)) drop-shadow(0 0 80px rgba(224,70,170,.22));animation:box-in .8s ease both}@keyframes box-in{0%{opacity:0;transform:translateY(26px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.hero__btn{border:0;background:transparent;padding:0;cursor:pointer;width:clamp(240px,60%,520px);line-height:0;animation:btn-pulse 1.8s ease-in-out infinite;transition:transform .12s ease}.hero__btn img{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.hero__btn:hover{animation-play-state:paused;transform:scale(1.06)}.hero__btn:active{transform:scale(.98)}@keyframes btn-pulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 10px rgba(224,70,190,.35))}50%{transform:scale(1.045);filter:drop-shadow(0 0 26px rgba(224,70,190,.8))}}@media(prefers-reduced-motion:reduce){.hero__btn{animation:none}}@media(max-width:760px){.hero__stack{left:0;right:0;margin-inline:auto;bottom:clamp(16px,5vh,48px);width:min(94vw,640px)}.hero__btn{width:min(78%,420px)}}
