/*
本次生成站点主色：暮光电影金 #D6A24A。全站按钮、徽章、导航高亮与数据强调均绑定该变量。
设计基调：暗黑流媒体风 + 权威影视数据中心质感。
*/
:root {
    --primary: #D6A24A;
    --primary-soft: rgba(214, 162, 74, 0.16);
    --primary-border: rgba(214, 162, 74, 0.34);
    --bg: #0d0f17;
    --bg-elevated: #151925;
    --bg-card: #1b2030;
    --bg-muted: #242b3c;
    --text: #f7f3ea;
    --text-muted: #c8c0b2;
    --text-subtle: #8d94a7;
    --line: rgba(255, 255, 255, 0.10);
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
    --radius: 18px;
    --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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 top left, rgba(214, 162, 74, 0.16), transparent 32rem), var(--bg);
    color: var(--text);
    line-height: 1.72;
    overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 32px, var(--container)); margin: 0 auto; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(13, 15, 23, 0.88);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(18px);
}
.header-inner {
    height: 62px;
    width: min(100% - 24px, 1240px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 10px;
}
.brand { justify-self: center; display: inline-flex; align-items: center; }
.logo { width: 118px; height: 36px; object-fit: contain; }
.menu-button {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 0 11px;
    cursor: pointer;
}
.menu-button span { height: 2px; width: 100%; background: var(--text); border-radius: 999px; }
.desktop-nav, .search-icon { display: none; }
.top-action, .main-button, .small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--primary);
    color: #15110a;
    font-weight: 800;
    border: 0;
    transition: transform .2s ease, filter .2s ease, box-shadow .2s ease;
    box-shadow: 0 12px 34px rgba(214, 162, 74, 0.22);
}
.top-action { padding: 9px 15px; font-size: 14px; }
.main-button { padding: 13px 22px; min-height: 48px; }
.small-button { padding: 10px 16px; font-size: 14px; }
.top-action:hover, .main-button:hover, .small-button:hover { filter: brightness(0.85); transform: translateY(-1px); }
.mobile-panel {
    max-height: 0;
    overflow: hidden;
    background: rgba(18, 21, 31, 0.98);
    transition: max-height .25s ease;
    border-bottom: 1px solid var(--line);
}
.mobile-panel.open { max-height: 560px; }
.mobile-panel a {
    display: block;
    padding: 14px 24px;
    color: var(--text-muted);
    border-top: 1px solid rgba(255,255,255,.06);
}
.mobile-panel a.active, .mobile-panel a:hover { color: var(--primary); background: var(--primary-soft); }
.movie-hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}
.hero-content { padding: 92px 0 70px; max-width: 760px; }
.eyebrow, .badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--primary);
    background: var(--primary-soft);
    border: 1px solid var(--primary-border);
    font-weight: 800;
    letter-spacing: .04em;
    font-size: 13px;
}
h1, h2, h3 { line-height: 1.18; margin: 0; letter-spacing: -0.02em; }
h1 { font-size: clamp(38px, 8vw, 76px); margin-top: 18px; max-width: 900px; }
h2 { font-size: clamp(28px, 5vw, 44px); }
h3 { font-size: 21px; }
p { color: var(--text-muted); margin: 0; }
.hero-content p { font-size: 18px; max-width: 680px; margin: 22px 0 28px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-meta span { padding: 8px 12px; border-radius: 999px; background: rgba(255,255,255,.08); color: var(--text); font-size: 14px; }
.section { padding: 78px 0; }
.section-alt { background: linear-gradient(180deg, transparent, rgba(255,255,255,.025), transparent); }
.section-head { display: grid; gap: 12px; margin-bottom: 30px; max-width: 780px; }
.category-grid, .service-grid, .card-grid, .faq-grid {
    display: grid;
    gap: 18px;
}
.movie-card, .service-card, .data-card, .info-card, .faq-item, .step-card, .plain-card {
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025));
    box-shadow: var(--shadow);
}
.movie-card, .service-card, .info-card, .faq-item, .step-card, .plain-card { padding: 22px; }
.movie-card .badge { margin-bottom: 14px; }
.movie-card h3, .service-card h3, .info-card h3, .faq-item h3, .plain-card h3 { margin-bottom: 10px; }
.movie-card a:not(.small-button) { display: inline-flex; margin-top: 16px; color: var(--primary); font-weight: 800; }
.service-card strong { color: var(--primary); }
.split, .two-column {
    display: grid;
    gap: 28px;
    align-items: center;
}
.media-frame {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--bg-card);
    box-shadow: var(--shadow);
}
.media-frame img { width: 100%; height: auto; }
.feature-list { display: grid; gap: 12px; margin-top: 18px; padding: 0; list-style: none; }
.feature-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--text-muted);
}
.feature-list li::before {
    content: "";
    width: 9px;
    height: 9px;
    margin-top: 10px;
    border-radius: 99px;
    background: var(--primary);
    flex: 0 0 9px;
}
.data-chart-panel {
    display: grid;
    gap: 16px;
}
.data-card { padding: 20px; }
.data-card .value { font-size: 34px; font-weight: 900; color: var(--text); }
.data-card .trend { display: inline-block; margin-top: 8px; color: var(--primary); font-weight: 800; }
.mini-bars { display: grid; gap: 9px; margin-top: 18px; }
.mini-bar { height: 10px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.mini-bar span { display: block; height: 100%; width: var(--w); background: var(--primary); border-radius: inherit; }
.device-showcase {
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 26px;
    background: radial-gradient(circle at 20% 10%, var(--primary-soft), transparent 36%), var(--bg-elevated);
    box-shadow: var(--shadow);
}
.security-section, .parental-guidance-section, .cta-band {
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(135deg, rgba(214, 162, 74, 0.14), rgba(255,255,255,.04));
}
.cta-band { text-align: center; }
.cta-band p { max-width: 760px; margin: 14px auto 24px; }
.page-hero {
    padding: 84px 0 56px;
    background: radial-gradient(circle at top right, rgba(214, 162, 74, .18), transparent 34rem);
}
.page-hero.compact h1 { max-width: 920px; }
.page-hero p { max-width: 840px; margin-top: 18px; font-size: 17px; }
.page-section { padding: 56px 0; }
.notice-box {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid var(--primary-border);
    background: var(--primary-soft);
    color: var(--text-muted);
}
.table-card {
    width: 100%;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(255,255,255,.035);
}
table { width: 100%; border-collapse: collapse; min-width: 620px; }
th, td { padding: 15px; text-align: left; border-bottom: 1px solid var(--line); color: var(--text-muted); }
th { color: var(--text); font-weight: 800; background: rgba(255,255,255,.045); }
.rating { color: var(--primary); letter-spacing: 2px; }
.site-footer {
    padding-top: 58px;
    background: #080a10;
    border-top: 1px solid var(--line);
}
.footer-grid { display: grid; gap: 28px; }
.footer-brand img { width: 132px; margin-bottom: 16px; }
.site-footer h2 { font-size: 16px; margin-bottom: 14px; }
.site-footer a { display: block; color: var(--text-muted); margin: 8px 0; }
.site-footer a:hover { color: var(--primary); }
.footer-bottom { margin-top: 36px; padding: 18px; text-align: center; border-top: 1px solid var(--line); }
.footer-bottom p { font-size: 13px; color: var(--text-subtle); }
@media (min-width: 680px) {
    .category-grid { grid-template-columns: repeat(2, 1fr); }
    .service-grid, .card-grid, .faq-grid { grid-template-columns: repeat(2, 1fr); }
    .data-chart-panel { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
    .header-inner { height: 76px; grid-template-columns: auto 1fr auto auto; gap: 20px; }
    .menu-button, .mobile-panel { display: none; }
    .brand { justify-self: start; }
    .logo { width: 142px; height: 42px; }
    .desktop-nav { display: flex; align-items: center; justify-content: center; gap: 18px; }
    .desktop-nav a { position: relative; color: var(--text-muted); font-weight: 700; font-size: 14px; padding: 26px 0; white-space: nowrap; }
    .desktop-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 18px; height: 2px; border-radius: 99px; background: var(--primary); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
    .desktop-nav a.active, .desktop-nav a:hover { color: var(--primary); }
    .desktop-nav a.active::after, .desktop-nav a:hover::after { transform: scaleX(1); }
    .search-icon { display: inline-block; position: relative; width: 22px; height: 22px; border: 2px solid var(--text-muted); border-radius: 50%; }
    .search-icon::after { content: ""; position: absolute; width: 9px; height: 2px; background: var(--text-muted); transform: rotate(45deg); right: -7px; bottom: 0; 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, .two-column { grid-template-columns: 1.08fr .92fr; }
    .split.reverse { grid-template-columns: .92fr 1.08fr; }
    .split.reverse .media-frame { order: -1; }
    .footer-grid { grid-template-columns: 1.5fr .8fr .8fr 1.1fr; }
}
@media (min-width: 1180px) {
    .desktop-nav { gap: 24px; }
    .desktop-nav a { font-size: 15px; }
}
@media (max-width: 420px) {
    .header-inner { width: min(100% - 16px, 1240px); grid-template-columns: 42px 1fr auto; }
    .top-action { padding: 8px 12px; }
    .logo { width: 106px; }
    .movie-card, .service-card, .info-card, .faq-item, .step-card, .plain-card { padding: 18px; }
    .security-section, .parental-guidance-section, .cta-band, .device-showcase { padding: 22px; }
}
