body[data-ui-theme="cinema"]{background:#f5f6f8!important;color:#23242a}body.cinema-home{margin:0;background:#f5f6f8!important}body.cinema-home>#app{display:none!important}#cinema-shell{min-height:100vh;background:#f5f6f8;color:#26272d;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif}#cinema-shell *{box-sizing:border-box}.cinema-header{position:sticky;top:0;z-index:1000;height:72px;background:rgba(255,255,255,.94);border-bottom:1px solid rgba(20,25,35,.07);backdrop-filter:blur(16px)}.cinema-header-inner{width:min(1180px,calc(100% - 32px));height:100%;margin:auto;display:grid;grid-template-columns:230px minmax(260px,520px) 1fr;gap:28px;align-items:center}.cinema-brand{display:flex;align-items:center;gap:12px;color:#ef7f33;text-decoration:none;font-size:24px;font-weight:850;letter-spacing:-1px}.cinema-brand img{width:38px;height:38px;border-radius:12px;object-fit:cover}.cinema-search{display:flex;height:44px;background:#f1f2f5;border:1px solid transparent;border-radius:14px;overflow:hidden;transition:.2s}.cinema-search:focus-within{background:#fff;border-color:#ff944c;box-shadow:0 0 0 4px rgba(255,148,76,.12)}.cinema-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 16px;font-size:14px}.cinema-search button{width:72px;border:0;background:linear-gradient(135deg,#ff9e57,#f4762c);color:#fff;font-weight:700;cursor:pointer}.cinema-actions{display:flex;justify-content:flex-end;gap:22px}.cinema-actions a{color:#62656f;text-decoration:none;font-size:14px}.cinema-main{width:min(1180px,calc(100% - 32px));margin:18px auto 60px}.cinema-hero{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.cinema-hero-image{position:relative;min-height:300px;border-radius:20px;background:linear-gradient(135deg,#262b3b,#5b3f7a);background-size:cover;background-position:center;overflow:hidden;box-shadow:0 18px 50px rgba(34,38,52,.18)}.cinema-hero-copy{position:absolute;left:34px;right:34px;bottom:30px;color:#fff}.cinema-hero-copy span{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.18);font-size:12px;backdrop-filter:blur(8px)}.cinema-hero-copy h1{margin:14px 0 8px;font-size:34px;line-height:1.2}.cinema-hero-copy p{margin:0;color:rgba(255,255,255,.78)}.cinema-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cinema-feature-grid>div{display:flex;flex-direction:column;justify-content:flex-end;min-height:143px;padding:22px;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(33,38,55,.07)}.cinema-feature-grid>div:nth-child(1){background:linear-gradient(145deg,#ddf9ea,#f7fffb)}.cinema-feature-grid>div:nth-child(2){background:linear-gradient(145deg,#f0e8ff,#fbf9ff)}.cinema-feature-grid>div:nth-child(3){background:linear-gradient(145deg,#fff0d7,#fffaf0)}.cinema-feature-grid>div:nth-child(4){background:linear-gradient(145deg,#e2f4ff,#f7fcff)}.cinema-feature-grid b{font-size:18px}.cinema-feature-grid span{margin-top:6px;color:#727680;font-size:12px;line-height:1.5}.cinema-quick-nav{display:flex;gap:10px;margin:16px 0;padding:14px 16px;border-radius:16px;background:#fff;overflow-x:auto;box-shadow:0 8px 24px rgba(33,38,55,.05)}.cinema-quick-nav a{padding:9px 16px;border-radius:12px;background:#f5f5f7;color:#474a52;text-decoration:none;white-space:nowrap;font-size:13px;font-weight:650}.cinema-section{margin-top:16px;padding:22px 18px 24px;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(33,38,55,.055)}.cinema-section-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:18px}.cinema-section-head>div{display:flex;align-items:center;gap:18px;min-width:0}.cinema-section h2{margin:0;font-size:24px;white-space:nowrap}.cinema-section-tabs{display:flex;gap:8px;overflow-x:auto}.cinema-chip,.cinema-more{border:0;cursor:pointer;white-space:nowrap}.cinema-chip{padding:7px 13px;border-radius:999px;background:#f3f4f6;color:#666a72;font-size:12px}.cinema-chip.active{background:linear-gradient(135deg,#ff9b52,#f1742a);color:#fff;box-shadow:0 5px 14px rgba(242,116,42,.24)}.cinema-more{padding:8px 13px;border-radius:10px;background:#f4f5f7;color:#686b73}.cinema-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px 14px;min-height:230px}.cinema-card{min-width:0;cursor:pointer;transition:.22s}.cinema-card:hover{transform:translateY(-5px)}.cinema-poster{position:relative;aspect-ratio:3/4;border-radius:13px;overflow:hidden;background:#eceef2}.cinema-poster img{width:100%;height:100%;display:block;object-fit:cover;transition:.28s}.cinema-card:hover img{transform:scale(1.035)}.cinema-remark{position:absolute;right:7px;bottom:7px;max-width:calc(100% - 14px);padding:4px 7px;border-radius:7px;background:rgba(16,17,22,.72);color:#fff;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;backdrop-filter:blur(7px)}.cinema-card h3{margin:9px 2px 0;font-size:14px;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cinema-loading,.cinema-empty{grid-column:1/-1;min-height:220px;display:flex;align-items:center;justify-content:center;color:#9599a3}.cinema-loading:before{content:"";width:20px;height:20px;margin-right:9px;border:2px solid #ddd;border-top-color:#f47b31;border-radius:50%;animation:cinema-spin .8s linear infinite}@keyframes cinema-spin{to{transform:rotate(360deg)}}body[data-ui-theme="cinema"]:not(.cinema-home) #app{background:#f5f6f8;min-height:100vh}body[data-ui-theme="cinema"]:not(.cinema-home) .home-main,body[data-ui-theme="cinema"]:not(.cinema-home) .search-result,body[data-ui-theme="cinema"]:not(.cinema-home) .play-main{filter:drop-shadow(0 8px 22px rgba(20,24,38,.06))}@media(max-width:900px){.cinema-header-inner{grid-template-columns:auto 1fr}.cinema-actions{display:none}.cinema-hero{grid-template-columns:1fr}.cinema-feature-grid>div{min-height:110px}.cinema-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:600px){.cinema-header{height:62px}.cinema-header-inner{width:calc(100% - 20px);grid-template-columns:44px 1fr;gap:10px}.cinema-brand span{display:none}.cinema-brand img{width:36px;height:36px}.cinema-search{height:40px}.cinema-main{width:calc(100% - 20px);margin-top:10px}.cinema-hero-image{min-height:210px}.cinema-hero-copy{left:20px;bottom:20px}.cinema-hero-copy h1{font-size:25px}.cinema-feature-grid{gap:8px}.cinema-feature-grid>div{min-height:92px;padding:14px}.cinema-feature-grid b{font-size:15px}.cinema-quick-nav{margin:10px 0}.cinema-section{margin-top:10px;padding:16px 10px}.cinema-section-head>div{display:block}.cinema-section h2{font-size:20px;margin-bottom:10px}.cinema-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 8px}.cinema-more{display:none}}
