:root {
    --accent: #ef623d;
    --ink: #182524;
    --muted: #67736e;
    --paper: #f4f6f3;
    --surface: #fff;
    --line: #dfe5df;
    --green: #205747;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.7 "Microsoft YaHei", "PingFang SC", system-ui, sans-serif; }
body.dark { --paper: #101a18; --surface: #1a2925; --ink: #eef4ef; --muted: #b4c5ba; --line: #3e5249; --green: #b1d4aa; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
button, .button { border: 1px solid var(--line); border-radius: 8px; padding: 10px 17px; background: var(--surface); color: var(--ink); min-height: 44px; }
button:hover, .button:hover { border-color: var(--accent); }
a:hover { color: var(--accent); }
:focus-visible { outline: 3px solid #ed8e2c; outline-offset: 4px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(26px, 3vw, 40px); line-height: 1.35; }
h2 { font-size: 25px; line-height: 1.4; }
h3 { font-size: 17px; }
.container { width: min(1280px, calc(100% - 64px)); margin-inline: auto; }
.site-header { background: var(--surface); border-bottom: 1px solid var(--line); }
.header-top { display: flex; align-items: center; gap: 24px; min-height: 90px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 43px; height: 43px; }
.brand strong, .brand h1 { font-size: 26px; letter-spacing: -1px; }
.brand small { display: block; color: var(--muted); font-size: 12px; letter-spacing: 3px; line-height: 1.2; }
.tagline { color: var(--muted); font-size: 14px; border-left: 1px solid var(--line); padding-left: 24px; }
.search { margin-left: auto; display: flex; align-items: center; background: var(--paper); border: 1px solid var(--line); border-radius: 9px; padding-left: 12px; min-width: 0; }
.search input { width: 225px; min-width: 0; border: 0; padding: 9px; background: transparent; color: var(--ink); }
.search button { border: 0; background: transparent; padding-inline: 10px; }
.header-action { font-size: 14px; white-space: nowrap; }
.nav { display: flex; gap: 7px; padding-block: 8px 13px; }
.nav a { padding: 8px 15px; border-radius: 7px; white-space: nowrap; font-size: 15px; }
.nav a.active { color: var(--accent); background: #fff0e8; font-weight: 700; }
.icon { width: 19px; height: 19px; vertical-align: -4px; display: inline-block; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; margin-right: 7px; flex-shrink: 0; }
main { padding-top: 30px; padding-bottom: 52px; min-height: 65vh; }
.eyebrow { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--accent); }
.muted { color: var(--muted); }
.small { font-size: 14px; }
.section { margin-top: 42px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.section-head p { font-size: 14px; color: var(--muted); margin-top: 4px; }
.more { font-size: 14px; white-space: nowrap; color: var(--muted); }
.hero-layout { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 22px; }
.slider { min-width: 0; position: relative; border-radius: 16px; background: #173d34; overflow: hidden; }
.slide { display: grid; grid-template-columns: 48% 52%; min-height: 365px; color: white; }
.slide-copy { padding: 37px 12px 64px 32px; position: relative; z-index: 1; }
.slide h2 { font-size: clamp(28px, 3.2vw, 42px); margin: 14px 0; letter-spacing: -1.5px; line-height: 1.25; }
.slide .synopsis { color: #c5d8cf; font-size: 14px; margin: 15px 0 24px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.slide .eyebrow { color: #cde59e; }
.hero-art { width: 100%; height: 100%; min-height: 365px; aspect-ratio: 16 / 9; object-fit: cover; opacity: .85; }
.hero-media { position: relative; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #173d34, transparent 40%); pointer-events: none; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; }
.button.primary, button.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.button.ghost { color: white; background: #ffffff13; border-color: #ffffff48; }
.slider-controls { position: absolute; bottom: 18px; left: 32px; right: 18px; display: flex; align-items: center; gap: 7px; z-index: 2; }
.slider-controls button { padding: 0; width: 32px; min-height: 32px; color: white; border-color: #ffffff50; background: #ffffff0b; }
.dots { display: flex; gap: 6px; margin-right: auto; }
.dots button { width: 8px; height: 8px; min-height: 8px; border: 0; border-radius: 9px; background: #93aa9d; }
.dots button[aria-current="true"] { width: 26px; background: #d7ecad; }
.rank-panel { padding: 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.rank-panel h2 { font-size: 20px; }
.rank-row { display: flex; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.rank-row:last-child { border-bottom: 0; }
.rank-number { font-size: 25px; font-weight: 850; color: var(--accent); font-style: italic; line-height: 1; }
.rank-row strong { font-size: 14px; }
.rank-row small { display: block; font-size: 12px; color: var(--muted); }
.quick-strip { display: grid; grid-template-columns: repeat(4, 1fr); padding: 22px 0; border-bottom: 1px solid var(--line); gap: 20px; }
.quick-strip a { display: flex; gap: 12px; align-items: center; }
.quick-strip .icon { background: #e5ece3; box-sizing: content-box; padding: 12px; border-radius: 12px; color: #205747; }
.quick-strip strong { display: block; font-size: 15px; }
.quick-strip small { color: var(--muted); font-size: 12px; }
.grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 23px; }
.card { min-width: 0; height: 100%; }
.cover-wrap { position: relative; border-radius: 11px; overflow: hidden; background: #dfe7df; }
.cover { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; transition: transform .3s; }
.card:hover .cover { transform: scale(1.035); }
.badge { position: absolute; left: 9px; top: 9px; font-size: 12px; font-weight: 600; padding: 3px 8px; border-radius: 5px; background: #182524dd; color: white; }
.card h3 { height: 50px; line-height: 1.45; margin-top: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card-meta { color: var(--muted); font-size: 12px; line-height: 1.8; }
.latest { font-size: 13px; color: var(--green); margin-top: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-summary { font-size: 14px; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-top: 7px; min-height: 48px; }
.band { padding: 27px; background: #e9eee5; border-radius: 16px; }
.dark .band { background: #253c30; }
.updates { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.update { display: flex; gap: 12px; min-width: 0; align-items: center; }
.update img { width: 64px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 7px; }
.update h3 { font-size: 14px; line-height: 1.5; }
.update small { font-size: 12px; color: var(--muted); }
.feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.editor-pick { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 24px; border: 1px solid var(--line); background: var(--surface); border-radius: 16px; }
.editor-pick img { width: 105px; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 8px; }
.editor-pick p { color: var(--muted); font-size: 14px; margin: 10px 0; }
.about { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; padding: 30px 0; border-top: 1px solid var(--line); }
.about p { color: var(--muted); }
.mobile-band { display: grid; grid-template-columns: 1fr auto; gap: 30px; padding: 32px 38px; border-radius: 16px; background: #183e33; color: #fff; align-items: center; }
.mobile-band p { color: #bfd4c9; margin: 10px 0 18px; }
.mobile-band img { width: 95px; height: 95px; }
.mobile-band small { font-size: 12px; color: #bfd4c9; }
.site-footer { background: var(--surface); border-top: 1px solid var(--line); padding: 38px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 28px; }
.footer-grid p { color: var(--muted); font-size: 14px; margin: 12px 0; max-width: 360px; }
.footer-links { display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.footer-links strong { margin-bottom: 6px; }
.copyright { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 19px; font-size: 12px; color: var(--muted); }
.breadcrumb { font-size: 14px; color: var(--muted); display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.page-intro { border-bottom: 1px solid var(--line); padding: 8px 0 28px; }
.page-intro p { margin-top: 12px; max-width: 830px; color: var(--muted); }
.filter-bar { padding: 18px; margin: 24px 0; background: var(--surface); border: 1px solid var(--line); border-radius: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.filter-bar select { margin-left: 8px; max-width: 100%; border: 1px solid var(--line); padding: 8px; border-radius: 7px; color: var(--ink); background: var(--surface); }
.result-count { margin-left: auto; font-size: 14px; color: var(--muted); }
.notice { padding: 16px 20px; border-left: 3px solid var(--accent); background: var(--surface); font-size: 14px; margin: 24px 0; }
.detail { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 38px; background: var(--surface); padding: 32px; border: 1px solid var(--line); border-radius: 16px; }
.detail > img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: 12px; }
.detail h1 { margin: 8px 0 12px; }
.detail dl { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 20px; margin: 16px 0; }
.detail dl div { display: flex; gap: 12px; font-size: 14px; }
.detail dt { color: var(--muted); }
.detail dd { margin: 0; }
.detail .synopsis { margin: 16px 0 24px; }
.chapter-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.chapter-grid a { display: block; border: 1px solid var(--line); padding: 18px; background: var(--surface); border-radius: 9px; }
.chapter-grid small { display: block; color: var(--muted); font-size: 12px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.gallery img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 12px; }
.prose { max-width: 850px; margin-inline: auto; }
.prose h2 { margin: 30px 0 15px; }
.prose p { margin: 15px 0; }
.empty { padding: 35px; text-align: center; }
[hidden] { display: none !important; }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translateX(-50%); background: #172d25; color: white; border: 1px solid #7fa08c; padding: 12px 22px; border-radius: 10px; z-index: 10; width: max-content; max-width: calc(100% - 30px); font-size: 14px; }
.image-error { background: #dce4dc; color: #354c40; object-fit: contain; font-size: 14px; }
.picture-status { color: var(--muted); font-size: 12px; display: block; padding: 4px; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
