:root{
    --primary:#18d4b2;
    --primary-soft:rgba(24,212,178,.16);
    --primary-border:rgba(24,212,178,.34);
    --bg:#07100f;
    --bg-2:#0d1918;
    --surface:#111f1d;
    --surface-2:#152927;
    --line:rgba(255,255,255,.10);
    --text:#f2fbf8;
    --muted:#a8b9b4;
    --dark:#040807;
    --white:#ffffff;
    --shadow:0 20px 60px rgba(0,0,0,.28);
    --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:hidden}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:radial-gradient(circle at 15% 0%,rgba(24,212,178,.16),transparent 30%),var(--bg);color:var(--text);line-height:1.72;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,16,15,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.mobile-header{height:62px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;padding:0 14px;gap:10px}
.menu-button{width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.06);display:grid;place-content:center;gap:5px;cursor:pointer}
.menu-button span{width:20px;height:2px;background:var(--text);border-radius:99px;display:block}
.mobile-logo{justify-self:center}.mobile-logo img{height:34px;width:auto;object-fit:contain}.logo img{height:42px;width:auto;object-fit:contain}.top-action,.main-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:var(--primary);color:#04211c;font-weight:800;letter-spacing:.02em;box-shadow:0 10px 26px rgba(24,212,178,.24);transition:.2s ease}.top-action:hover,.main-button:hover{filter:brightness(.85);transform:translateY(-1px)}
.mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:.25s ease}.mobile-drawer{position:fixed;left:0;top:0;width:min(82vw,340px);height:100vh;background:#091412;border-right:1px solid var(--line);padding:18px;transform:translateX(-100%);transition:.25s ease;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}.menu-open .mobile-drawer{transform:translateX(0)}.menu-open .mobile-overlay{opacity:1;pointer-events:auto}.drawer-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.drawer-brand img{height:36px}.drawer-close{border:0;background:var(--primary-soft);color:var(--text);width:38px;height:38px;border-radius:12px;font-size:26px;cursor:pointer}.mobile-drawer a{padding:12px 14px;border-radius:14px;color:var(--muted);font-weight:700}.mobile-drawer a.active,.mobile-drawer a:hover{background:var(--primary-soft);color:var(--primary)}.drawer-note{padding:14px;border:1px solid var(--primary-border);border-radius:16px;color:var(--muted);font-size:13px}
.desktop-header{display:none}.page-shell,.home-main{width:min(1180px,calc(100% - 32px));margin:0 auto}.movie-hero{position:relative;min-height:640px;display:grid;align-items:center;margin:0 auto;isolation:isolate;overflow:hidden;border-bottom:1px solid var(--line)}.movie-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,16,15,.96),rgba(7,16,15,.70),rgba(7,16,15,.35)),url('banner.webp') center/cover no-repeat;z-index:-2}.movie-hero:after{content:"";position:absolute;inset:auto 0 0;height:180px;background:linear-gradient(transparent,var(--bg));z-index:-1}.hero-inner{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:80px 0 90px}.kicker,.badge{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid var(--primary-border);border-radius:999px;color:var(--primary);background:var(--primary-soft);font-weight:800;font-size:13px}.movie-hero h1,.page-hero h1{font-size:clamp(34px,8vw,76px);line-height:1.04;margin:22px 0 18px;letter-spacing:-.04em}.hero-copy,.page-hero p{font-size:clamp(16px,2vw,21px);color:var(--muted);max-width:760px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:720px;margin:26px 0}.hero-stat{padding:16px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.05)}.hero-stat strong{display:block;color:var(--text);font-size:22px}.hero-stat span{color:var(--muted);font-size:13px}.section{padding:72px 0}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:24px}.section-head h2{font-size:clamp(26px,4vw,42px);line-height:1.15;margin:0}.section-head p{margin:0;color:var(--muted);max-width:620px}.category-grid{display:grid;grid-template-columns:1fr;gap:16px}.movie-card,.service-card,.info-card,.faq-item,.article-panel,.side-panel,.data-chart-panel,.security-section,.parental-guidance-section,.notice-panel{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));border-radius:var(--radius);box-shadow:0 12px 36px rgba(0,0,0,.18)}.movie-card,.service-card,.info-card{padding:22px;min-height:100%;transition:.2s ease}.movie-card:hover,.service-card:hover,.info-card:hover{transform:translateY(-3px);border-color:var(--primary-border)}.card-badge{display:inline-flex;background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800;margin-bottom:12px}.movie-card h3,.service-card h3,.info-card h3{margin:0 0 10px;font-size:21px}.movie-card p,.service-card p,.info-card p,.article-panel p,.side-panel p,.notice-panel p{color:var(--muted);margin:0 0 14px}.text-link{color:var(--primary);font-weight:800}.service-grid{display:grid;grid-template-columns:1fr;gap:16px}.split-section{display:grid;grid-template-columns:1fr;gap:24px;align-items:center}.media-frame{border:1px solid var(--line);background:var(--surface);border-radius:24px;padding:12px;box-shadow:var(--shadow);overflow:hidden}.media-frame img{border-radius:16px;width:100%;object-fit:cover}.data-chart-panel{padding:22px}.chart-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center;margin:14px 0}.bar{height:10px;border-radius:999px;background:rgba(255,255,255,.10);overflow:hidden}.bar span{display:block;height:100%;background:var(--primary);border-radius:999px}.trend-list{display:grid;gap:12px;margin-top:18px}.trend-item{display:flex;justify-content:space-between;gap:16px;padding:14px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.04)}.trend-item span:last-child{color:var(--primary);font-weight:800}.device-showcase,.security-section,.parental-guidance-section{padding:26px}.device-actions{margin-top:18px}.security-grid{display:grid;grid-template-columns:1fr;gap:16px}.parental-guidance-section ul,.side-panel ul,.notice-panel ul,.article-panel ul{padding-left:20px;color:var(--muted);margin:10px 0 0}.faq-list{display:grid;gap:14px}.faq-item{padding:20px}.faq-item h3{margin:0 0 8px}.faq-item p{margin:0;color:var(--muted)}.cta-section{margin:40px 0 84px;padding:34px;border-radius:26px;background:linear-gradient(135deg,var(--primary),#6ff0d8);color:#04211c;display:grid;gap:16px;align-items:center}.cta-section h2{margin:0;font-size:clamp(26px,4vw,44px)}.cta-section p{margin:0;max-width:760px}.cta-section .main-button{background:#07100f;color:var(--text);box-shadow:none}.page-hero{padding:74px 0 30px}.content-layout{display:grid;grid-template-columns:1fr;gap:18px;margin:28px 0 36px}.article-panel,.side-panel,.notice-panel{padding:24px}.article-panel h2,.side-panel h2,.notice-panel h2{margin-top:0}.card-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:36px}.data-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:16px}.data-table th,.data-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;color:var(--muted)}.data-table th{color:var(--text);background:rgba(255,255,255,.05)}.steps{counter-reset:step;display:grid;gap:14px}.step{position:relative;padding:18px 18px 18px 58px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.04)}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:18px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#04211c;display:grid;place-items:center;font-weight:900}.site-footer{border-top:1px solid var(--line);background:#050b0a;padding:46px 16px 20px}.footer-grid{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:1fr;gap:26px}.footer-logo img{height:40px;margin-bottom:12px}.site-footer h2{font-size:16px;margin:0 0 10px}.site-footer a{display:block;color:var(--muted);margin:8px 0}.site-footer a:hover{color:var(--primary)}.site-footer p{color:var(--muted);margin:0}.footer-bottom{width:min(1180px,100%);margin:28px auto 0;padding-top:18px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:8px;color:var(--muted);font-size:13px}.desktop-only{display:none}.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.pill{border:1px solid var(--primary-border);background:var(--primary-soft);color:var(--primary);border-radius:999px;padding:7px 11px;font-weight:800;font-size:12px}
@media (min-width:640px){.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid{grid-template-columns:repeat(2,1fr)}.card-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.2fr}.footer-bottom{flex-direction:row;justify-content:space-between}.cta-section{grid-template-columns:1fr auto}}
@media (min-width:980px){.mobile-header,.mobile-drawer,.mobile-overlay{display:none}.desktop-header{height:78px;width:min(1180px,calc(100% - 32px));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:24px}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:20px}.desktop-nav a{position:relative;color:var(--muted);font-weight:800;font-size:14px;white-space:nowrap}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--primary);transform:scaleX(0);transition:.2s ease;transform-origin:left}.desktop-nav a:hover,.desktop-nav a.active{color:var(--text)}.desktop-nav a:hover:after,.desktop-nav a.active:after{transform:scaleX(1)}.search-icon{width:42px;height:42px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center}.search-icon span{width:16px;height:16px;border:2px solid var(--muted);border-radius:50%;position:relative}.search-icon span:after{content:"";position:absolute;width:8px;height:2px;background:var(--muted);right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:99px}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.card-grid{grid-template-columns:repeat(3,1fr)}.split-section{grid-template-columns:1fr 1fr}.split-section.reverse .media-frame{order:2}.security-grid{grid-template-columns:repeat(3,1fr)}.content-layout{grid-template-columns:minmax(0,2fr) minmax(280px,.85fr)}.page-hero{padding:96px 0 40px}.desktop-only{display:block}}
@media (min-width:1200px){.category-grid.six{grid-template-columns:repeat(6,1fr)}.movie-card.compact{padding:18px}.movie-card.compact h3{font-size:18px}}
