:root{--ink:#102a43;--ink-soft:#486581;--fog:#f0f4f8;--fog-2:#d9e2ec;--cyan:#14919b;--cyan-2:#38bec9;--white:#fff;--shadow:0 12px 30px rgba(16,42,67,.10)}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans SC","Helvetica Neue",Arial,sans-serif;background:#f8fafc;color:var(--ink);min-height:100vh}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);box-shadow:0 1px 12px rgba(16,42,67,.08)}.site-header-inner{max-width:1280px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between}.brand-link,.footer-brand{display:inline-flex;align-items:center;gap:10px;font-weight:800;font-size:20px;color:var(--ink)}.brand-mark{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,#14919b,#38bec9);color:#fff;font-size:14px;box-shadow:0 8px 18px rgba(20,145,155,.25)}.desktop-nav{display:flex;align-items:center;gap:6px}.nav-link,.mobile-nav-link{padding:9px 15px;border-radius:12px;font-size:14px;font-weight:700;color:#52616d;transition:.2s}.nav-link:hover,.mobile-nav-link:hover,.nav-link.active,.mobile-nav-link.active{background:#14919b;color:white}.menu-toggle{display:none;border:0;background:#edf2f7;color:var(--ink);border-radius:12px;padding:9px 12px;font-weight:800}.mobile-nav{display:none;padding:0 18px 14px}.mobile-nav.open{display:grid;gap:8px}.home-hero{min-height:620px}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease}.hero-slide.is-active{opacity:1}.hero-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(16,42,67,.96),rgba(16,42,67,.62) 45%,rgba(16,42,67,.12)),linear-gradient(90deg,rgba(16,42,67,.82),rgba(16,42,67,.15))}.hero-content{position:relative;z-index:2;max-width:760px;margin:0 auto;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 24px 90px}.hero-label{display:inline-flex;align-self:flex-start;padding:7px 14px;border-radius:999px;background:#14919b;color:#fff;font-size:13px;font-weight:800;box-shadow:0 10px 22px rgba(20,145,155,.3)}.hero-content h1{font-size:clamp(38px,6vw,72px);line-height:1.05;color:#fff;font-weight:900;margin:22px 0 18px;letter-spacing:-.03em}.hero-content p{font-size:18px;line-height:1.8;color:#d9e2ec;max-width:680px}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 28px;color:#f0f4f8}.hero-meta span{padding:6px 10px;border-radius:10px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);font-size:13px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn-primary,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 24px;font-weight:800;transition:.2s}.btn-primary{background:#14919b;color:#fff;box-shadow:0 15px 35px rgba(20,145,155,.35)}.btn-primary:hover{background:#0e7c86;transform:translateY(-2px)}.btn-ghost{color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(8px)}.btn-ghost:hover{background:rgba(255,255,255,.24)}.hero-control{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border-radius:999px;border:0;background:rgba(0,0,0,.32);color:#fff;font-size:34px;line-height:1;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(8px);transition:.2s}.hero-control:hover{background:rgba(0,0,0,.55)}.hero-prev{left:20px}.hero-next{right:20px}.hero-dots{position:absolute;left:50%;bottom:34px;transform:translateX(-50%);z-index:6;display:flex;gap:8px}.hero-dot{width:10px;height:10px;border-radius:999px;border:0;background:rgba(255,255,255,.45);transition:.2s}.hero-dot.active{width:34px;background:#fff}.quick-panel{margin-top:-34px;position:relative;z-index:10;padding:0 18px}.quick-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.quick-inner a{background:rgba(255,255,255,.96);border:1px solid #e6edf3;border-radius:20px;padding:18px 20px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:4px}.quick-inner strong{font-size:18px;color:var(--ink)}.quick-inner span{font-size:13px;color:var(--ink-soft)}.content-section{max-width:1280px;margin:0 auto;padding:64px 18px}.content-section.soft-bg,.showcase-strip:nth-of-type(2n){max-width:none;background:#f0f4f8}.content-section.soft-bg>.section-head,.content-section.soft-bg>.card-grid,.showcase-strip>.section-head,.showcase-strip>.card-grid{max-width:1280px;margin-left:auto;margin-right:auto}.showcase-strip{padding:60px 18px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:32px;line-height:1.15;font-weight:900;color:var(--ink);letter-spacing:-.02em}.section-head p{color:#6c7a86;margin-top:8px}.section-more{font-weight:800;color:#14919b}.card-grid{display:grid;gap:20px}.card-grid.featured{grid-template-columns:repeat(4,minmax(0,1fr))}.card-grid.latest,.card-grid.four,.card-grid.search-grid,.card-grid.category-list{grid-template-columns:repeat(5,minmax(0,1fr))}.movie-card{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 4px 18px rgba(16,42,67,.08);transition:.25s;border:1px solid rgba(217,226,236,.9)}.movie-card:hover{transform:translateY(-4px);box-shadow:0 20px 36px rgba(16,42,67,.16)}.movie-poster{position:relative;aspect-ratio:3/4;background:#d9e2ec;overflow:hidden}.poster-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.movie-card:hover .poster-img,.rank-row:hover .poster-img{transform:scale(1.06)}.year-badge,.region-badge{position:absolute;z-index:2;padding:5px 8px;border-radius:9px;background:rgba(0,0,0,.68);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(5px)}.year-badge{right:10px;top:10px}.region-badge{left:10px;bottom:10px}.play-hover{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.85);width:54px;height:54px;border-radius:999px;background:rgba(255,255,255,.22);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:.25s;backdrop-filter:blur(8px);font-size:20px}.movie-card:hover .play-hover{opacity:1;transform:translate(-50%,-50%) scale(1)}.movie-info{padding:15px;display:flex;flex-direction:column;gap:8px;min-height:156px}.movie-info h3{font-size:16px;line-height:1.35;font-weight:900;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-info p{font-size:13px;line-height:1.65;color:#6c7a86;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.movie-meta{margin-top:auto;display:flex;flex-wrap:wrap;gap:6px;color:#486581;font-size:12px}.movie-meta span{background:#f0f4f8;border-radius:8px;padding:4px 7px}.dark-section{max-width:none;background:#102a43;color:#fff}.dark-section .section-head,.dark-section .rank-list{max-width:1180px;margin-left:auto;margin-right:auto}.dark-section h2,.dark-section .section-head p{color:#fff}.rank-list{display:grid;gap:12px}.rank-row{display:grid;grid-template-columns:auto 118px 1fr;gap:14px;align-items:center;background:#fff;border:1px solid #e6edf3;border-radius:18px;padding:12px;box-shadow:0 4px 18px rgba(16,42,67,.07);transition:.2s}.dark-section .rank-row{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.rank-row:hover{transform:translateX(4px);box-shadow:0 12px 30px rgba(16,42,67,.13)}.rank-num{font-size:24px;font-weight:900;color:#14919b;width:42px;text-align:center}.rank-thumb{aspect-ratio:16/10;border-radius:12px;overflow:hidden;background:#d9e2ec}.rank-text h3{font-size:17px;font-weight:900;margin-bottom:5px;color:var(--ink)}.dark-section .rank-text h3{color:#fff}.rank-text p{font-size:13px;line-height:1.55;color:#6c7a86;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.dark-section .rank-text p{color:#bcccdc}.rank-text div{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#829ab1;margin-top:8px}.page-hero{background:linear-gradient(135deg,#f0f4f8,#fff);padding:64px 18px 46px}.page-hero.dark{background:linear-gradient(135deg,#243b53,#102a43);color:#fff}.page-hero-inner{max-width:980px;margin:0 auto}.page-hero h1{font-size:clamp(34px,5vw,56px);font-weight:900;letter-spacing:-.03em;margin-bottom:14px}.page-hero p{font-size:17px;line-height:1.8;color:#627384;max-width:760px}.page-hero.dark p{color:#d9e2ec}.breadcrumb{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:#829ab1;font-size:13px;margin-bottom:18px}.breadcrumb a{color:#14919b;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.category-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 8px 28px rgba(16,42,67,.09);border:1px solid #e6edf3;transition:.25s}.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 42px rgba(16,42,67,.16)}.category-thumbs{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3px;height:190px;background:#d9e2ec}.category-thumbs span{background-size:cover;background-position:center}.category-body{padding:22px}.category-body h2{font-size:24px;font-weight:900;margin-bottom:8px}.category-body p{line-height:1.7;color:#6c7a86;margin-bottom:16px}.category-body span{color:#14919b;font-weight:900}.search-box{margin-top:24px;max-width:620px}.search-box input{width:100%;padding:15px 18px;border-radius:16px;border:1px solid #bcccdc;background:#fff;font-size:16px;box-shadow:0 6px 20px rgba(16,42,67,.08);outline:none}.search-box input:focus{border-color:#14919b;box-shadow:0 0 0 4px rgba(20,145,155,.12)}.filter-toolbar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.filter-toolbar button{border:0;border-radius:999px;background:#fff;color:#486581;padding:9px 14px;font-weight:800;box-shadow:0 2px 10px rgba(16,42,67,.06);transition:.2s}.filter-toolbar button:hover,.filter-toolbar button.active{background:#14919b;color:#fff}.empty-state{display:none;text-align:center;color:#829ab1;font-size:18px;padding:50px}.empty-state.show{display:block}.tail-rank{margin-top:28px}.detail-wrap{max-width:1280px;margin:0 auto;padding:34px 18px 20px}.detail-grid{display:grid;grid-template-columns:minmax(0,2fr) 370px;gap:28px}.player-shell{position:relative;background:#000;border-radius:22px;overflow:hidden;box-shadow:0 16px 40px rgba(16,42,67,.2)}.site-video{display:block;width:100%;aspect-ratio:16/9;background:#000;object-fit:cover}.player-title{position:absolute;left:18px;right:18px;bottom:18px;display:flex;align-items:center;gap:12px;pointer-events:none}.player-title span{background:#14919b;color:#fff;font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px}.player-title strong{color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.detail-card,.side-card{background:#fff;border-radius:22px;padding:26px;box-shadow:0 8px 28px rgba(16,42,67,.08);border:1px solid #e6edf3;margin-top:22px}.detail-tags-top{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.detail-tags-top span{background:#f0f4f8;color:#486581;border-radius:999px;padding:6px 11px;font-size:13px;font-weight:800}.detail-card h1{font-size:34px;line-height:1.2;font-weight:900;letter-spacing:-.02em;margin-bottom:16px}.lead-text{font-size:18px;line-height:1.8;color:#486581;border-bottom:1px solid #e6edf3;padding-bottom:22px;margin-bottom:24px}.detail-card h2,.side-card h2{font-size:22px;font-weight:900;margin:24px 0 12px}.detail-card p{line-height:1.9;color:#52616d;font-size:16px}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.tag-cloud span{background:#eef7f8;color:#0e7c86;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:800}.sticky-side{position:sticky;top:90px}.rank-list.mini{gap:10px}.rank-list.mini .rank-row{grid-template-columns:auto 88px 1fr;padding:9px;border-radius:14px}.rank-list.mini .rank-num{width:26px;font-size:17px}.rank-list.mini .rank-text p{display:none}.rank-list.mini .rank-text h3{font-size:14px;line-height:1.35}.rank-list.mini .rank-text div{font-size:11px}.related-section{padding-top:30px}.site-footer{background:#102a43;color:#d9e2ec;margin-top:40px}.footer-inner{max-width:1280px;margin:0 auto;padding:46px 18px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:32px}.footer-brand{color:#fff;margin-bottom:14px}.site-footer p{max-width:520px;line-height:1.8;color:#bcccdc}.site-footer h3{font-weight:900;color:#fff;margin-bottom:12px}.footer-links{display:grid;gap:8px}.footer-links a{color:#bcccdc}.footer-links a:hover{color:#38bec9}.footer-copy{text-align:center;border-top:1px solid rgba(255,255,255,.09);padding:18px;color:#829ab1;font-size:13px}@media (max-width:1100px){.card-grid.featured,.card-grid.latest,.card-grid.four,.card-grid.search-grid,.card-grid.category-list{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.detail-side{order:2}.sticky-side{position:static}.quick-inner{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.desktop-nav{display:none}.menu-toggle{display:block}.site-header-inner{padding:12px 14px}.home-hero{min-height:560px}.hero-content{padding:0 18px 78px}.hero-control{width:38px;height:38px;font-size:26px}.hero-prev{left:10px}.hero-next{right:10px}.quick-inner{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.content-section,.showcase-strip{padding:44px 14px}.card-grid.featured,.card-grid.latest,.card-grid.four,.card-grid.search-grid,.card-grid.category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.movie-info{min-height:146px;padding:12px}.category-grid{grid-template-columns:1fr}.rank-row{grid-template-columns:auto 90px 1fr}.rank-thumb{aspect-ratio:1/1}.rank-text p{display:none}.footer-inner{grid-template-columns:1fr}.detail-wrap{padding:24px 14px}.detail-card,.side-card{padding:20px}.detail-card h1{font-size:28px}.player-title{display:none}}@media (max-width:460px){.card-grid.featured,.card-grid.latest,.card-grid.four,.card-grid.search-grid,.card-grid.category-list{grid-template-columns:1fr}.rank-row{grid-template-columns:auto 74px 1fr}.hero-meta span:nth-child(3){display:none}}