
#autoTheatreOverlay{position:fixed;inset:0 0 42px;z-index:9000;display:none;background:radial-gradient(circle at top,#244f72,#07111d 70%);color:#f4f7fb;padding:24px;flex-direction:column}
#autoTheatreOverlay.show{display:flex;animation:atFade .8s ease}
.auto-theatre-top{display:flex;justify-content:space-between;gap:20px;color:#ffd43b;font-weight:1000;letter-spacing:.12em}
.auto-theatre-stage{flex:1;display:flex;align-items:center;justify-content:center;text-align:center}
.auto-theatre-note{text-align:center;color:#9db0c5;font-size:.78rem}
.at-kicker{color:#ffd43b;font-size:clamp(1rem,2vw,1.4rem);font-weight:1000;text-transform:uppercase;letter-spacing:.2em}.at-mega{font-size:clamp(4rem,13vw,10rem);font-weight:1000;line-height:.9}.at-big{font-size:clamp(2rem,6vw,5rem);font-weight:1000}.at-icon{font-size:clamp(4rem,12vw,9rem)}.at-small{margin-top:15px;color:#d4e0ec;font-size:clamp(1rem,2vw,1.5rem);font-weight:800}@keyframes atFade{from{opacity:0}to{opacity:1}}
