.public-shell{min-height:100vh;width:100%;max-width:100%;overflow-x:clip}
.age-gate{min-height:100vh;display:grid;place-items:center;padding:20px}.age-gate>.panel{max-width:580px;text-align:center}.age-gate img{max-width:85%;height:auto}.age-gate .btn-row{justify-content:center}.age-gate h1{font-size:clamp(26px,5vw,38px)}
.public-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 32px;min-height:120px;background:linear-gradient(180deg,#03080944,#03080988)}
.public-brand{display:flex;align-items:center;gap:12px;min-width:0;text-decoration:none}
.public-brand img:first-child{width:68px;height:68px;object-fit:contain}
.public-brand img:last-child{width:270px;max-width:40vw;height:auto}
.public-account{display:flex;gap:8px;flex-shrink:0}
.public-account .btn{min-height:44px;display:inline-flex;align-items:center;white-space:nowrap}
.public-shell .main-content{margin:0;width:100%;box-sizing:border-box}
.public-shell .cinema-navigation{position:relative}
.public-shell .cinema-top-nav{justify-content:flex-start;overflow-x:auto}
.public-shell .password-toggle svg{display:block}
.public-menu-frame{width:100%;height:650px;border:1px solid #b8bf82;border-radius:16px;background:white}
@media(max-width:600px){.public-topbar{padding:14px 12px;gap:8px;min-height:90px}.public-brand{gap:4px}.public-brand img:first-child{width:36px;height:36px}.public-brand img:last-child{width:130px;max-width:29vw}.public-account{gap:5px}.public-account .btn{padding:8px;font-size:13px}.public-menu-frame{height:65vh}.public-shell .cinema-navigation{flex-wrap:wrap}.public-shell .main-content{padding:18px 12px}}

.capture-dialog{width:min(580px,calc(100vw - 32px));max-height:85vh;overflow:auto;color:var(--text,#f4f5d9);background:#12241e;border:1px solid #d4c276}.capture-dialog::backdrop{background:#000b}

.public-brand{display:grid;grid-template-columns:auto auto;gap:4px 12px}
.public-brand img:first-child{grid-column:1;grid-row:1/3}
.public-brand img:nth-child(2){grid-column:2;grid-row:1;width:270px;max-width:40vw;height:auto}
.public-brand .brand-expansion{grid-column:2;grid-row:2;font-size:12px}
.public-brand img:nth-child(2){mix-blend-mode:screen}
.public-brand img:first-child{border-radius:50%;object-fit:cover}
@media(max-width:600px){.public-topbar{flex-wrap:wrap;justify-content:center}.public-brand img:nth-child(2){width:220px;max-width:65vw}.public-brand img:first-child{width:48px;height:48px}.public-brand .brand-expansion{font-size:11px}.public-account{margin-left:auto}.public-brand{margin-right:auto;gap:4px 8px}}
