:root {
  --paper: #e7f4f5;
  --paper-deep: #d4ebeb;
  --ink: #2b2825;
  --ink-soft: #4d4b4d;
  --muted: #8b8580;
  --line: #c1d8d9;
  --red: #43c88d;
  --red-dark: #2f9e6b;
  --blue: #622e27;
  --blue-soft: #eedad8;
  --sage: #c5bdcd;
  --gold: #51c2d5;
  --white: #fffdfa;
  --shadow: 0 18px 44px rgba(65, 46, 35, .11);
  font-family: Inter, "Microsoft YaHei UI", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.site-shell { width: min(1240px, calc(100% - 44px)); margin: auto; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,250,.94); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.topline { color: #d4e9e9; background: var(--blue); }
.topline-inner { display: flex; justify-content: space-between; gap: 15px; min-height: 28px; align-items: center; font-size: .63rem; letter-spacing: .08em; }
.nav-inner { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto auto; gap: 27px; align-items: center; }
.brand, .footer-brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-stamp { width: 38px; height: 38px; display: grid; place-items: center; color: var(--paper); background: var(--red); border-radius: 50%; font-family: serif; font-size: 1.35rem; font-weight: 900; box-shadow: 0 8px 18px rgba(200,77,67,.2); }
.brand b { display: block; font-size: 1.05rem; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: .65rem; letter-spacing: .04em; }
.main-nav { display: flex; justify-content: center; gap: 5px; }
.main-nav a { padding: 9px 13px; color: var(--muted); border: 1px solid transparent; border-radius: 5px; font-size: .8rem; font-weight: 900; }
.main-nav a:hover, .main-nav a.active { color: var(--red-dark); background: #dff7f1; border-color: #b8ecda; }
.search-form { display: flex; gap: 5px; }
.search-form input { width: 180px; height: 36px; padding: 0 11px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); border-radius: 4px; outline: none; font-size: .74rem; }
.search-form input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(200,77,67,.1); }
.search-form button { width: 36px; height: 36px; color: #fff; background: var(--red); border: 0; border-radius: 4px; font-weight: 950; }
.menu-toggle { display: none; width: 36px; height: 36px; color: var(--red-dark); background: #dff7f1; border: 1px solid #b8ecda; border-radius: 4px; }
.section-nav { border-top: 1px solid #d4e9e8; }
.section-nav-inner { display: flex; align-items: center; gap: 4px; min-height: 38px; overflow-x: auto; scrollbar-width: none; }
.section-nav a { padding: 7px 12px; color: var(--muted); white-space: nowrap; font-size: .7rem; }
.section-nav a:hover { color: var(--red-dark); }

.masthead { color: #ebf7f8; background: var(--blue); }
.masthead-grid { min-height: 528px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(480px, 1.14fr); gap: 54px; align-items: center; }
.mast-copy { padding: 48px 0; }
.issue-line { display: flex; justify-content: space-between; gap: 16px; max-width: 510px; padding-bottom: 10px; color: #d0b1ae; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .62rem; letter-spacing: .15em; }
.mast-copy h1 { margin: 25px 0 0; font-size: clamp(3.6rem, 6vw, 6.3rem); line-height: .94; letter-spacing: -.08em; }
.mast-copy h1 span { color: #75efc9; }
.mast-copy > p { max-width: 520px; margin: 25px 0 0; color: #ead9d6; line-height: 1.85; font-size: .9rem; }
.mast-actions, .detail-actions { display: flex; gap: 9px; flex-wrap: wrap; margin-top: 26px; }
.button { min-height: 41px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 15px; border-radius: 4px; font-size: .78rem; font-weight: 950; transition: .2s ease; }
.button.red { color: #fff8f2; background: var(--red); box-shadow: 0 10px 22px rgba(200,77,67,.22); }
.button.text { color: #f2e4e4; border-bottom: 1px solid #bd9c9b; }
.button.outline { color: var(--red-dark); border: 1px solid #92d9be; }
.button:hover { transform: translateY(-2px); filter: brightness(1.04); }
.mast-notes { display: flex; gap: 28px; margin-top: 48px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.18); }
.mast-notes span { color: #d0b1ae; font-size: .67rem; }
.mast-notes b { display: block; margin-bottom: 3px; color: #fff8f0; font-size: 1.12rem; }
.screening-board { position: relative; height: 420px; padding: 17px; background: #dcedee; border: 1px solid rgba(255,255,255,.35); border-radius: 4px; box-shadow: 19px 20px 0 rgba(14,28,53,.28); }
.board-label { position: absolute; top: 17px; left: 17px; right: 17px; z-index: 3; display: flex; justify-content: space-between; color: var(--blue); font-size: .64rem; letter-spacing: .15em; }
.board-label b { letter-spacing: 0; }
.screening-item { position: absolute; inset: 45px 17px 17px; display: grid; grid-template-columns: 205px 1fr; gap: 22px; align-items: center; opacity: 0; pointer-events: none; transition: opacity .45s ease; }
.screening-item.active { opacity: 1; pointer-events: auto; }
.screening-item > img { width: 205px; height: 330px; object-fit: cover; box-shadow: 10px 12px 0 rgba(39,61,98,.2); }
.screening-caption { color: var(--ink); }
.screening-caption > span { color: var(--red-dark); font-size: .65rem; font-weight: 950; letter-spacing: .08em; }
.screening-caption h2 { margin: 9px 0 10px; color: var(--blue); font-size: 2.4rem; line-height: 1.04; }
.screening-caption p { max-width: 260px; color: var(--ink-soft); line-height: 1.75; font-size: .78rem; }
.screening-caption a { display: inline-flex; margin-top: 10px; color: var(--red-dark); font-size: .74rem; font-weight: 950; }
.screening-tabs { position: absolute; right: 20px; bottom: 13px; left: 245px; z-index: 3; display: flex; gap: 5px; }
.screening-tabs button { overflow: hidden; padding: 6px 7px; color: #697876; background: transparent; border: 0; border-top: 1px solid #acc8c8; font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; }
.screening-tabs button.active { color: var(--red-dark); border-color: var(--red); }

.paper-strip { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: center; margin-top: 19px; padding: 17px 20px; background: var(--white); border: 1px solid var(--line); border-left: 5px solid var(--red); box-shadow: 0 8px 20px rgba(65,46,35,.04); }
.section-label { display: inline-block; margin-bottom: 8px; color: var(--red-dark); font-size: .65rem; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.paper-strip h2 { margin: 0 0 5px; font-size: 1.15rem; }
.paper-strip p { margin: 0; color: var(--muted); line-height: 1.65; font-size: .76rem; }
.paper-strip-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.paper-strip-list a { display: flex; align-items: center; gap: 8px; padding: 10px 8px; color: var(--blue); background: var(--paper); border: 1px solid var(--line); font-size: .72rem; font-weight: 900; }
.paper-strip-list b { display: grid; place-items: center; width: 23px; height: 23px; color: #fff; background: var(--blue); border-radius: 50%; font-size: .62rem; }

.section { padding-top: 53px; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.section-head h2 { margin: 0; color: var(--blue); font-size: 2rem; letter-spacing: -.05em; }
.section-head p:not(.section-label) { max-width: 590px; margin: 8px 0 0; color: var(--muted); line-height: 1.65; font-size: .8rem; }
.section-link { color: var(--red-dark); font-size: .72rem; font-weight: 950; white-space: nowrap; }
.editor-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 18px; }
.editor-feature { position: relative; min-height: 310px; overflow: hidden; background: var(--blue); border: 1px solid var(--blue); }
.editor-feature img { width: 100%; height: 310px; object-fit: cover; opacity: .8; }
.editor-feature a { display: block; height: 100%; }
.editor-feature > a > div { position: absolute; right: 19px; bottom: 17px; left: 19px; color: #fff8f0; }
.editor-feature span { color: #a8f0dc; font-size: .67rem; font-weight: 900; }
.editor-feature h3 { margin: 7px 0 7px; font-size: 2.1rem; line-height: 1; }
.editor-feature p { max-width: 430px; margin: 0; color: #ede0e0; line-height: 1.6; font-size: .76rem; }
.editor-list { background: var(--white); border: 1px solid var(--line); }
.mini-row { display: grid; grid-template-columns: 28px 48px minmax(0,1fr) 35px; gap: 9px; align-items: center; min-height: 62px; padding: 6px 10px; border-bottom: 1px solid #dceeee; transition: .2s ease; }
.mini-row:last-child { border-bottom: 0; }
.mini-row:hover { background: #effffd; }
.mini-index { color: var(--red); font-size: .67rem; font-weight: 950; }
.mini-row img { width: 48px; height: 52px; object-fit: cover; }
.mini-row span:not(.mini-index) { min-width: 0; }
.mini-row b, .mini-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mini-row b { font-size: .77rem; }
.mini-row small { margin-top: 4px; color: var(--muted); font-size: .63rem; }
.mini-row em { color: var(--red-dark); font-size: .76rem; font-style: normal; font-weight: 950; text-align: right; }
.channel-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 9px; }
.channel-card { position: relative; min-height: 226px; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 12px; border: 1px solid var(--line); background: var(--blue); color: #fff; transition: .2s ease; }
.channel-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.channel-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(27,38,63,.96), rgba(27,38,63,.05) 75%); }
.channel-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .6; }
.channel-card > *:not(img) { position: relative; z-index: 1; }
.channel-number { position: absolute; top: 12px; left: 12px; color: #b7f0e0; font-size: .68rem; font-weight: 950; }
.channel-card div > span { color: #b7f0e0; font-size: .62rem; letter-spacing: .09em; }
.channel-card h3 { margin: 4px 0 5px; font-size: 1.13rem; }
.channel-card p { min-height: 34px; margin: 0; color: #e7d7d8; line-height: 1.45; font-size: .67rem; }
.channel-card b { display: inline-block; margin-top: 12px; color: #fff; font-size: .67rem; }
.channel-2::after { background: linear-gradient(0deg, rgba(45,63,55,.96), rgba(45,63,55,.05) 75%); }
.channel-3::after { background: linear-gradient(0deg, rgba(74,48,61,.96), rgba(74,48,61,.05) 75%); }
.channel-4::after { background: linear-gradient(0deg, rgba(55,46,74,.96), rgba(55,46,74,.05) 75%); }
.channel-5::after { background: linear-gradient(0deg, rgba(51,57,42,.96), rgba(51,57,42,.05) 75%); }
.two-column { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 20px; align-items: start; padding-bottom: 0; }
.poster-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.movie-card { min-width: 0; overflow: hidden; background: var(--white); border: 1px solid var(--line); animation: card-in .5s both; animation-delay: var(--delay); transition: .2s ease; }
.movie-card:hover { transform: translateY(-4px); border-color: #91dcbf; box-shadow: var(--shadow); }
.movie-card figure { position: relative; margin: 0; background: #cfdede; }
.movie-card figure img { width: 100%; aspect-ratio: 2 / 2.8; object-fit: cover; }
.card-mark { position: absolute; top: 7px; right: 7px; padding: 4px 5px; color: #fff; background: var(--red); font-size: .65rem; font-weight: 950; }
.card-badge { position: absolute; bottom: 7px; left: 7px; padding: 4px 5px; color: #fff; background: rgba(37,37,43,.78); font-size: .61rem; }
.movie-card-body { padding: 9px 10px 10px; }
.card-channel { display: block; overflow: hidden; color: var(--red-dark); font-size: .61rem; font-weight: 950; text-overflow: ellipsis; white-space: nowrap; }
.movie-card h3 { overflow: hidden; margin: 5px 0 2px; color: var(--blue); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.movie-card p { overflow: hidden; margin: 0; color: var(--muted); font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }
.card-bottom { display: flex; justify-content: space-between; gap: 5px; margin-top: 8px; color: var(--muted); font-size: .61rem; }
.rank-box { padding: 16px; background: var(--blue); color: #e7f7f8; }
.rank-heading { display: flex; justify-content: space-between; align-items: center; }
.rank-heading .section-label { color: #9aefd6; margin: 0; }
.rank-heading a { color: #a6eedb; font-size: .66rem; font-weight: 900; }
.rank-box h3 { margin: 22px 0 8px; font-size: 1.23rem; }
.rank-box .mini-row { padding-right: 0; padding-left: 0; border-bottom-color: rgba(255,255,255,.13); }
.rank-box .mini-row b { color: #eeffff; }
.rank-box .mini-row small { color: #d2b8b9; }
.rank-box .mini-row em { color: #9aefd6; }
.closing-note { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; margin: 53px 0 62px; padding: 25px 28px; color: #fff8f0; background: var(--red); }
.closing-note .section-label { color: #b5f7e8; }
.closing-note h2 { margin: 0 0 7px; font-size: 1.65rem; }
.closing-note p { max-width: 650px; margin: 0; color: #d3f9f1; line-height: 1.7; font-size: .78rem; }
.closing-note .button { color: var(--red-dark); background: #efffff; white-space: nowrap; }

.site-footer { padding: 37px 0 18px; color: #e5f4f5; background: #4f251f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
.footer-intro p, .site-footer p { max-width: 320px; color: #d0b9ba; line-height: 1.75; font-size: .74rem; }
.footer-brand { color: #fff8f0; }
.footer-grid h3 { margin: 0 0 10px; color: #a0efda; font-size: .75rem; }
.footer-grid > div > a:not(.footer-brand) { display: block; margin: 8px 0; color: #d4c0c1; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 25px; padding-top: 14px; color: #af8f92; border-top: 1px solid rgba(255,255,255,.14); font-size: .64rem; }

.page-content { padding-top: 34px; padding-bottom: 55px; }
.page-intro { display: flex; align-items: end; justify-content: space-between; gap: 25px; min-height: 215px; padding: 29px; color: #effeff; background: var(--blue); }
.page-intro h1 { margin: 0; font-size: 3.55rem; line-height: .96; letter-spacing: -.07em; }
.page-intro p:not(.section-label) { max-width: 640px; margin: 15px 0 0; color: #e8d5d5; line-height: 1.75; font-size: .82rem; }
.intro-stamp { min-width: 110px; padding: 15px; text-align: center; border-left: 1px solid rgba(255,255,255,.25); }
.intro-stamp b { display: block; color: #a0efd9; font-size: 2rem; }
.intro-stamp span { color: #caaeaf; font-size: .68rem; }
.filter-bar { margin-top: 18px; padding: 12px; background: var(--white); border: 1px solid var(--line); }
.filter-bar { display: flex; justify-content: space-between; align-items: center; gap: 13px; }
.filter-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.filter-pills a { padding: 8px 10px; color: var(--muted); background: var(--paper); border: 1px solid var(--line); font-size: .69rem; }
.filter-pills a:hover, .filter-pills a.active { color: #fff; background: var(--red); border-color: var(--red); }
#sort-select { min-height: 33px; padding: 0 8px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); font-size: .7rem; }
.archive-section { padding-top: 32px; }
.result-count { color: var(--muted); font-size: .72rem; }
.archive-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.movie-card[hidden] { display: none; }
.topic-list { display: grid; gap: 10px; padding-top: 24px; }
.topic-row { display: grid; grid-template-columns: 34px 170px minmax(0, 1fr) 70px; gap: 17px; align-items: center; min-height: 175px; padding: 12px; border: 1px solid var(--line); transition: .2s ease; }
.topic-row:hover { transform: translateX(5px); box-shadow: var(--shadow); }
.topic-row img { width: 170px; height: 148px; object-fit: cover; }
.topic-number { align-self: start; padding-top: 8px; color: var(--red); font-size: .68rem; font-weight: 950; }
.topic-row .section-label { margin-bottom: 4px; color: var(--red-dark); }
.topic-row h2 { margin: 0 0 7px; color: var(--blue); font-size: 1.45rem; }
.topic-row p { max-width: 620px; margin: 0; color: var(--muted); line-height: 1.7; font-size: .78rem; }
.topic-row b { display: inline-block; margin-top: 12px; color: var(--red-dark); font-size: .72rem; }
.topic-count { color: var(--blue); font-size: 1.55rem; font-weight: 950; text-align: right; }
.topic-count small { display: block; color: var(--muted); font-size: .58rem; font-weight: 700; }
.topic-tone-1 { background: #fff8f0; }
.topic-tone-2 { background: #f1f1f7; }
.topic-tone-3 { background: #edfff9; }
.topic-tone-4 { background: #faf5f2; }
.topic-tone-5 { background: #dff1f7; }
.ranking-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 18px; padding-top: 25px; }
.ranking-list { background: var(--white); border: 1px solid var(--line); }
.ranking-item { display: grid; grid-template-columns: 37px 72px minmax(0, 1fr) 42px; gap: 14px; align-items: center; min-height: 103px; padding: 10px 14px; border-bottom: 1px solid #daeeee; }
.ranking-item:last-child { border-bottom: 0; }
.ranking-item:hover { background: #fff7f2; }
.rank-number { color: var(--red); font-size: .8rem; font-weight: 950; }
.ranking-item img { width: 72px; height: 82px; object-fit: cover; }
.ranking-item div { min-width: 0; }
.ranking-item div > span { color: var(--red-dark); font-size: .64rem; font-weight: 950; }
.ranking-item h3 { overflow: hidden; margin: 5px 0 4px; color: var(--blue); font-size: .95rem; text-overflow: ellipsis; white-space: nowrap; }
.ranking-item p { overflow: hidden; margin: 0; color: var(--muted); font-size: .68rem; text-overflow: ellipsis; white-space: nowrap; }
.ranking-item > b { color: var(--red-dark); font-size: 1rem; text-align: right; }
.ranking-aside { padding: 18px; color: #e6f8f9; background: var(--blue); }
.ranking-aside .section-label { color: #a0efd9; }
.ranking-aside h2 { margin: 3px 0 10px; font-size: 1.3rem; }
.ranking-aside p { color: #dcc5c6; line-height: 1.75; font-size: .77rem; }
.ranking-aside > a { display: flex; justify-content: space-between; padding: 10px 0; color: #eddcdd; border-top: 1px solid rgba(255,255,255,.15); font-size: .74rem; }
.ranking-aside > a b { color: #a0efd9; }
.search-panel { margin-top: 18px; padding: 17px; background: var(--white); border: 1px solid var(--line); }
.search-panel form { display: flex; gap: 8px; }
.search-panel input { flex: 1; min-height: 42px; padding: 0 12px; color: var(--ink); background: var(--paper); border: 1px solid var(--line); outline: none; }

.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 15px; color: var(--muted); font-size: .7rem; }
.breadcrumbs strong { color: var(--blue); }
.detail-intro { display: grid; grid-template-columns: 230px minmax(0, 1fr) 220px; gap: 23px; align-items: center; padding: 20px; background: var(--white); border: 1px solid var(--line); }
.detail-poster img { width: 230px; aspect-ratio: 2 / 2.8; object-fit: cover; }
.detail-main h1 { margin: 0 0 3px; color: var(--blue); font-size: 3.1rem; line-height: 1; letter-spacing: -.07em; }
.detail-original { margin: 0; color: var(--red-dark); font-size: .9rem; font-weight: 900; }
.detail-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.detail-facts span { padding: 6px 8px; color: var(--ink-soft); background: var(--paper); border: 1px solid var(--line); font-size: .66rem; }
.detail-facts span:first-child { color: #fff; background: var(--red); border-color: var(--red); }
.detail-facts b { font-size: .8rem; }
.detail-lead { max-width: 620px; margin: 18px 0 0; color: var(--ink-soft); line-height: 1.8; font-size: .82rem; }
.detail-note { padding-left: 17px; border-left: 1px solid var(--line); }
.detail-note .section-label { margin-bottom: 5px; }
.detail-note h3 { margin: 0 0 7px; color: var(--blue); font-size: 1.1rem; }
.detail-note p { color: var(--muted); line-height: 1.65; font-size: .73rem; }
.detail-note dl, .story-layout dl { margin: 13px 0 0; }
.detail-note dl div, .story-layout dl div { display: flex; justify-content: space-between; gap: 11px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: .68rem; }
.detail-note dt, .story-layout dt { color: var(--muted); }
.detail-note dd, .story-layout dd { margin: 0; color: var(--ink-soft); text-align: right; }
.player-section { margin-top: 20px; padding: 18px; color: #e6f8f9; background: var(--blue); }
.player-heading { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin-bottom: 12px; }
.player-heading .section-label { color: #a0efd9; margin-bottom: 6px; }
.player-heading h2 { margin: 0; font-size: 1.35rem; }
.player-state { color: #a0efd9; font-size: .68rem; font-weight: 950; letter-spacing: .12em; }
.player-frame { overflow: hidden; background: #2c1511; border: 1px solid rgba(255,255,255,.2); }
.player-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #2c1511; }
.player-tip { padding: 9px 11px; color: #d7bfbf; background: rgba(0,0,0,.18); font-size: .68rem; }
.episode-area { margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); }
.episode-area > div:first-child { display: flex; gap: 10px; align-items: center; margin-bottom: 9px; }
.episode-area strong, .episode-area b { font-size: .78rem; }
.episode-area > div:first-child span { color: #d7bfbf; font-size: .67rem; }
.episode-list { display: flex; flex-wrap: wrap; gap: 6px; }
.episode-list button { min-height: 32px; padding: 0 11px; color: #e9d9da; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2); font-size: .68rem; }
.episode-list button:hover, .episode-list button.active { color: var(--blue); background: #a0efd9; border-color: #a0efd9; }
.story-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 18px; margin-top: 20px; padding: 21px; background: var(--white); border: 1px solid var(--line); }
.story-layout h2 { margin: 0 0 10px; color: var(--blue); font-size: 1.45rem; }
.story-layout p { color: var(--ink-soft); line-height: 1.85; font-size: .8rem; }
.story-layout aside { padding-left: 18px; border-left: 1px solid var(--line); }
.story-layout h3 { margin: 0 0 9px; color: var(--blue); font-size: 1rem; }
.related-section { padding-bottom: 10px; }
.related-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }

@keyframes card-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  .nav-inner { grid-template-columns: auto 1fr auto; }
  .search-form { display: none; }
  .masthead-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 45px; }
  .mast-copy { padding-bottom: 18px; }
  .screening-board { height: 410px; }
  .channel-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .poster-grid, .archive-grid, .related-grid { grid-template-columns: repeat(5, minmax(0,1fr)); }
  .two-column { grid-template-columns: 1fr; }
  .rank-box { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 18px; }
  .rank-heading, .rank-box h3 { grid-column: 1 / -1; }
  .detail-intro { grid-template-columns: 190px minmax(0,1fr); }
  .detail-poster img { width: 190px; }
  .detail-note { grid-column: 1 / -1; padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .detail-note dl { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
  .detail-note dl div { display: block; padding: 0; border: 0; }
  .detail-note dd { margin-top: 4px; text-align: left; }
  .footer-grid { grid-template-columns: 1.3fr repeat(3,1fr); gap: 18px; }
}

@media (max-width: 760px) {
  .site-shell { width: calc(100% - 20px); }
  .topline-inner { min-height: 25px; font-size: .56rem; }
  .nav-inner { min-height: 64px; grid-template-columns: 1fr auto; gap: 11px; }
  .menu-toggle { display: block; }
  .main-nav { display: none; grid-column: 1 / -1; justify-content: flex-start; flex-wrap: wrap; padding-bottom: 10px; }
  .site-header.open .main-nav { display: flex; }
  .mast-copy h1 { font-size: 3.65rem; }
  .screening-board { height: 360px; padding: 12px; }
  .screening-item { inset: 40px 12px 12px; grid-template-columns: 145px 1fr; gap: 15px; }
  .screening-item > img { width: 145px; height: 250px; }
  .screening-caption h2 { font-size: 1.55rem; }
  .screening-caption p { font-size: .69rem; }
  .screening-tabs { right: 13px; bottom: 7px; left: 172px; }
  .paper-strip { grid-template-columns: 1fr; gap: 14px; }
  .paper-strip-list { grid-template-columns: repeat(3,1fr); }
  .section-head { align-items: start; flex-direction: column; }
  .editor-grid { grid-template-columns: 1fr; }
  .editor-feature { min-height: 270px; }
  .editor-feature img { height: 270px; }
  .channel-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .poster-grid, .archive-grid, .related-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }
  .rank-box { display: block; }
  .closing-note { grid-template-columns: 1fr; align-items: start; }
  .page-intro { align-items: start; flex-direction: column; padding: 23px; }
  .page-intro h1 { font-size: 2.75rem; }
  .intro-stamp { width: 100%; padding: 11px 0 0; text-align: left; border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .intro-stamp b { display: inline; margin-right: 7px; font-size: 1.55rem; }
  .filter-bar { align-items: stretch; flex-direction: column; }
  .topic-row { grid-template-columns: 25px 110px minmax(0,1fr); gap: 10px; min-height: 145px; padding: 9px; }
  .topic-row img { width: 110px; height: 124px; }
  .topic-row h2 { font-size: 1.08rem; }
  .topic-row p { display: -webkit-box; overflow: hidden; line-height: 1.55; font-size: .68rem; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .topic-count { display: none; }
  .ranking-layout, .story-layout { grid-template-columns: 1fr; }
  .ranking-item { grid-template-columns: 28px 57px minmax(0,1fr) 36px; gap: 8px; padding: 9px; }
  .ranking-item img { width: 57px; height: 68px; }
  .ranking-item p { white-space: normal; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .ranking-aside { margin-top: 0; }
  .search-panel form { flex-direction: column; }
  .detail-intro { grid-template-columns: 125px minmax(0,1fr); gap: 12px; padding: 13px; }
  .detail-poster img { width: 125px; }
  .detail-main h1 { font-size: 1.9rem; }
  .detail-lead { font-size: .7rem; line-height: 1.65; }
  .detail-facts { gap: 4px; margin-top: 10px; }
  .detail-facts span { padding: 4px 5px; font-size: .56rem; }
  .detail-actions { margin-top: 12px; }
  .detail-actions .button { min-height: 34px; padding: 0 9px; font-size: .68rem; }
  .detail-note { grid-column: 1 / -1; }
  .story-layout aside { padding: 14px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .footer-intro { grid-column: 1 / -1; }
  .footer-bottom { align-items: start; flex-direction: column; }
}

@media (max-width: 460px) {
  .mast-copy h1 { font-size: 3.1rem; }
  .mast-copy > p { font-size: .8rem; }
  .screening-board { height: 330px; }
  .screening-item { grid-template-columns: 112px 1fr; gap: 11px; }
  .screening-item > img { width: 112px; height: 210px; }
  .screening-caption h2 { font-size: 1.2rem; }
  .screening-caption p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .screening-tabs { left: 135px; }
  .channel-grid, .poster-grid, .archive-grid, .related-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .topic-row { grid-template-columns: 20px 90px minmax(0,1fr); }
  .topic-row img { width: 90px; height: 117px; }
  .topic-row h2 { font-size: .95rem; }
  .topic-row p { font-size: .63rem; }
  .detail-intro { grid-template-columns: 1fr; }
  .detail-poster img { width: 165px; }
  .detail-main h1 { font-size: 2.1rem; }
  .detail-note { grid-column: auto; }
}
