/* Mobile composition refinement: preserve the full zodiac artwork. */
.backdrop{inset:0;background-size:100% 100%;background-position:center top;animation:cinemaFull 12s ease-in-out infinite alternate}
.topbar{justify-content:flex-end;min-height:72px;padding:calc(max(14px,env(safe-area-inset-top))) 18px 8px;background:linear-gradient(#020714e8,transparent)}
.zodiac-logo{display:none}
.account{min-width:160px;justify-content:center;padding:8px 13px}
.account span:not(.account-icon){font-size:13px;line-height:1.15;text-align:center}
.account small{margin-top:3px;font-size:8px;letter-spacing:2px}
.hero-copy{padding:3px 22px 0}
.eyebrow{margin:4px 0 8px;font-size:9px;letter-spacing:2.5px}
.hero-copy h1{margin:0 0 7px;font-size:clamp(36px,9vw,48px);line-height:1.05;letter-spacing:2px}
.hero-copy h1 span{margin-top:4px;font-size:.58em;letter-spacing:3px}
.subtitle{margin:3px 0;font-size:12px;line-height:1.5}
.subtitle small{font-size:7px;letter-spacing:1.7px}
.stage-copy{bottom:max(22px,env(safe-area-inset-bottom));padding:0 26px}
.stage-copy>p{margin-bottom:7px;font-size:12px;letter-spacing:3px}
.enter{height:64px;border-radius:18px}
.enter span{font-size:21px;letter-spacing:5px}
@keyframes cinemaFull{0%{filter:saturate(1) brightness(.98)}100%{filter:saturate(1.08) brightness(1.04)}}
