/* Suppress the legacy announcement before the async theme configuration loads. */
#app>.mask[data-v-aa9c3579],#app>.notice-box[data-v-e7fcb4d4]{display:none!important}

/* Short-drama playback keeps the full frame visible instead of cropping it. */
body.cinema-short-player{overflow:hidden!important;background:#000!important}
body.cinema-short-player #cinema-route-header,body.cinema-short-player #cinema-mobile-nav{display:none!important}
body.cinema-short-player .video-player{width:100vw!important;height:100dvh!important;max-width:none!important;background:#000!important}
body.cinema-short-player .video-player video,body.cinema-short-player video.video-element{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;background:#000!important}

/* Restore the reference history layout: 1184px, three columns, 16px spacing. */
body.cinema-history .history-page{box-sizing:border-box!important;width:min(1184px,calc(100% - 48px))!important;max-width:none!important;margin:0 auto 70px!important;padding:0!important}
body.cinema-history .history-page .nav-bar{position:static!important;width:100%!important;height:58px!important;padding:0!important;background:transparent!important;box-shadow:none!important}
body.cinema-history .history-page .nav-bar .back-icon{display:none!important}
body.cinema-history .history-page .nav-bar .title{font-size:22px!important;font-weight:800!important;text-align:left!important}
body.cinema-history .content-placeholder{display:none!important}
body.cinema-history .van-pull-refresh,body.cinema-history .van-pull-refresh__track,body.cinema-history .history-list{width:100%!important;margin:0!important;padding:0!important}
body.cinema-history .list-wrapper{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;width:100%!important;margin:0!important;padding:0!important}
body.cinema-history .list-wrapper>div:first-child{display:contents!important}
body.cinema-history .empty-history{grid-column:1/-1!important;min-height:350px!important}
body.cinema-history .history-item{box-sizing:border-box!important;display:flex!important;width:auto!important;height:132px!important;margin:0!important;padding:12px!important;border:0!important;border-radius:12px!important;background:#fff!important;box-shadow:0 8px 24px rgba(30,34,48,.05)!important}
body.cinema-history .history-item .item-img{flex:0 0 80px!important;width:80px!important;height:108px!important;border-radius:8px!important;overflow:hidden!important}
body.cinema-history .history-item .item-img img{width:100%!important;height:100%!important;object-fit:cover!important}
body.cinema-history .history-item .item-info{box-sizing:border-box!important;min-width:0!important;height:108px!important;padding:2px 0 0 14px!important}
@media(max-width:900px){body.cinema-history .list-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){body.cinema-history .history-page{width:calc(100% - 20px)!important}body.cinema-history .list-wrapper{grid-template-columns:1fr!important;gap:10px!important}body.cinema-history .history-item{height:116px!important;padding:9px!important}body.cinema-history .history-item .item-img{flex-basis:72px!important;width:72px!important;height:98px!important}body.cinema-history .history-item .item-info{height:98px!important;padding-left:11px!important}}

/* Active navigation states for clean history-mode URLs. */
body.cinema-home .cinema-site-nav a[href="/"],
body.cinema-short .cinema-site-nav a[href="/short"],
body.cinema-find .cinema-site-nav a[href="/find"],
body.cinema-history .cinema-site-nav a[href="/history"]{color:#111!important;font-weight:800!important}
