:root {
  color-scheme: dark;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --bg: #111112;
  --surface: #1a1a1c;
  --raised: #27272a;
  --line: #2c2c30;
  --text: #eae9e6;
  --muted: #a1a1a8;
  --dim: #77777f;
  --accent: #e7e6e2;
  --accent-soft: #303033;
  --radius: 7px;
  --gutter: 32px;
  --section-gap: 44px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-size: 14px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
button, input, select { font: inherit; color: inherit; }
button, select, summary { cursor: pointer; }
button { border: 0; background: transparent; }
button:hover { background: var(--raised); }
button:active, .button:active { transform: translateY(1px); }
a:active { opacity: .8; }
button:disabled, select:disabled, input:disabled { opacity: .32; cursor: default; transform: none; }
button:disabled:hover { background: transparent; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
input, select { border: 1px solid var(--line); background: var(--surface); border-radius: 8px; min-width: 0; }
input:focus, select:focus { border-color: #77777f; }
input::placeholder { color: var(--dim); }
input[type="range"] { accent-color: var(--accent); cursor: pointer; }
input[type="search"]::-webkit-search-cancel-button { cursor: pointer; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
h1, h2, h3 { line-height: 1.3; }
svg.icon { width: 18px; height: 18px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
[hidden] { display: none; }
.container { width: min(100%, 1360px); margin-inline: auto; padding-inline: var(--gutter); }
.site-header { border-bottom: 1px solid #242427; background: var(--bg); }
.header-inner { min-height: 80px; max-width: 1360px; margin: auto; padding: 16px var(--gutter); display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; justify-self: start; flex-shrink: 0; border-radius: 4px; }
.brand img { width: 112px; height: 28px; }
.main-nav { position: relative; isolation: isolate; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 336px; padding: 4px; background: #1c1c1e; border-radius: 8px; }
.main-nav::before { content: ""; position: absolute; z-index: -1; inset: 4px auto 4px 4px; width: calc((100% - 8px) / 3); border-radius: 8px; background: var(--accent); box-shadow: 0 2px 6px #0002; transform: translateX(0); transition: transform 250ms var(--ease); }
.main-nav:has([data-nav="catalog"][aria-current])::before { transform: translateX(100%); }
.main-nav:has([data-nav="updates"][aria-current])::before { transform: translateX(200%); }
.main-nav a { display: flex; align-items: center; justify-content: center; min-width: 0; height: 40px; padding-inline: 12px; border-radius: 8px; color: var(--muted); font-size: 12px; font-weight: 500; }
.main-nav a:hover { color: var(--text); }
.main-nav a[aria-current] { color: #202022; }
.main-nav a:focus-visible { outline-offset: 1px; outline-color: #86868d; }
.search { justify-self: end; width: min(100%, 260px); position: relative; display: flex; align-items: center; }
.search > .icon { position: absolute; left: 16px; width: 16px; height: 16px; color: var(--dim); pointer-events: none; }
.search input { width: 100%; height: 42px; padding: 0 46px 0 42px; font-size: 12px; background: #19191b; border: 1px solid #29292c; border-radius: 8px; }
.search kbd { position: absolute; right: 14px; font: inherit; font-size: 11px; color: var(--dim); pointer-events: none; }
.search button { display: none; position: absolute; right: 5px; width: 32px; height: 32px; border-radius: 6px; color: var(--text); place-items: center; }
.search:focus-within kbd { display: none; }
.search:focus-within button { display: grid; }
main.container { padding-block: 28px 64px; min-height: calc(100dvh - 81px); }
.eyebrow { font-size: 10px; font-weight: 500; letter-spacing: 1.5px; color: var(--muted); text-transform: uppercase; }
.spotlight { display: grid; grid-template-columns: 156px minmax(0, 1fr) 154px; gap: 32px; align-items: center; padding: 32px; border: 1px solid #ffffff0a; border-radius: 8px; background: #1b1b1e; min-height: 300px; overflow: hidden; position: relative; isolation: isolate; }
.art-backdrop { position: absolute; z-index: -1; inset: 0; overflow: hidden; pointer-events: none; }
.art-backdrop img { position: absolute; right: 0; width: 72%; height: 100%; object-fit: cover; object-position: center 26%; filter: grayscale(1); opacity: .4; }
.art-backdrop::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, #1b1b1e 8%, #1b1b1eed 37%, #1b1b1e18 76%, #14141688); }
.spotlight-art { position: relative; border-radius: var(--radius); }
.spotlight-art .cover { box-shadow: 0 8px 24px #0005; border: 1px solid #ffffff14; }
.spotlight-copy { min-width: 0; max-width: 552px; }
.spotlight .eyebrow { margin-bottom: 12px; color: #b6b6bd; font-size: 9px; letter-spacing: 2px; }
.spotlight h1 { font-size: clamp(24px, 2.25vw, 32px); font-weight: 450; letter-spacing: -.9px; margin-bottom: 12px; text-wrap: balance; }
.spotlight-meta { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 11px; color: #b8b8c0; margin-bottom: 14px; }
.spotlight-description { color: #b0b0b8; font-size: 12px; line-height: 1.8; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-width: 510px; }
.spotlight-actions { display: flex; gap: 8px; margin-top: 20px; align-items: center; flex-wrap: wrap; }
.spotlight-stats { display: flex; flex-direction: column; gap: 16px; text-align: right; align-self: center; }
.spotlight-stats dt { font-size: 10px; color: #b0b0b8; margin-bottom: 4px; }
.spotlight-stats dd { font-size: 13px; color: #d3d3d8; }
.spotlight-stats .spotlight-rating { display: flex; align-items: center; justify-content: flex-end; gap: 7px; font-size: 26px; font-weight: 400; letter-spacing: -.7px; }
.spotlight-rating .icon { width: 16px; height: 16px; }
.spotlight-rating small { font-size: 11px; color: #aeafb5; align-self: end; margin-bottom: 6px; letter-spacing: 0; }
.cover { position: relative; aspect-ratio: 2 / 3; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.cover img { width: 100%; height: 100%; object-fit: cover; transition: transform 220ms var(--ease), opacity 160ms var(--ease); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--surface); font-size: 12px; font-weight: 500; line-height: 1.4; }
.button:hover { background: var(--raised); color: var(--text); }
.button.primary { color: #202022; background: var(--accent); border-color: var(--accent); }
.button.primary:hover { color: #111112; background: #f3f2ef; }
.button.quiet { border-color: transparent; background: #ffffff06; color: #c2c2c9; }
.button.quiet:hover { color: var(--text); background: #ffffff0d; }
.button .icon { width: 16px; height: 16px; }
.release-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.release-card { min-width: 0; }
.release-card > a { position: relative; isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; min-height: 156px; height: 100%; padding: 20px; border: 1px solid #ffffff08; border-radius: 8px; overflow: hidden; background: #202023; }
.release-card img { position: absolute; z-index: -2; right: 0; top: 0; width: 72%; height: 100%; object-fit: cover; object-position: center 25%; opacity: .7; filter: saturate(.55); transition: transform 220ms var(--ease), opacity 220ms var(--ease); }
.release-card > a::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, #202023 0%, #202023e8 32%, #20202324), linear-gradient(0deg, #14141699, transparent); }
.release-card > a:hover img { transform: scale(1.045); opacity: .85; }
.release-label { font-size: 10px; color: #c1c1c7; }
.release-copy { padding-top: 24px; max-width: calc(100% - 40px); }
.release-copy h3 { max-width: 260px; font-size: 16px; font-weight: 450; line-height: 1.35; letter-spacing: -.2px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.release-copy > span { display: block; color: #adadb5; font-size: 11px; margin-top: 5px; }
.release-arrow { position: absolute; bottom: 18px; right: 18px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 6px; background: #ffffff0d; border: 1px solid #ffffff10; color: #cdccd1; }
.release-arrow .icon { width: 16px; height: 16px; }
.browse-bar { display: flex; align-items: center; gap: 4px; width: fit-content; max-width: 100%; margin-block: 32px 28px; padding: 4px; border-radius: 8px; background: #1b1b1d; overflow-x: auto; scrollbar-width: none; }
.browse-bar a { flex-shrink: 0; display: flex; align-items: center; justify-content: center; min-height: 34px; padding: 6px 20px; font-size: 11px; border-radius: 8px; color: var(--muted); }
.browse-bar a:hover { color: var(--text); background: var(--raised); }
.browse-bar a.active { background: #37373b; color: var(--text); }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; min-height: 36px; }
.section-heading h2 { font-size: 18px; font-weight: 450; letter-spacing: -.3px; }
.section-heading h2 span { color: var(--dim); font-size: 12px; font-weight: 400; letter-spacing: 0; margin-left: 8px; }
.section + .section { margin-top: var(--section-gap); }
.section-actions, .shelf-controls { display: flex; align-items: center; gap: 6px; }
.section-actions { gap: 20px; }
.icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon-button:hover { color: var(--text); background: var(--raised); }
.icon-button .icon { width: 16px; height: 16px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; font-weight: 400; white-space: nowrap; min-height: 36px; border-radius: 4px; }
.text-link .icon { width: 15px; height: 15px; }
.shelf { --columns: 7; --gap: 24px; display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns)); gap: var(--gap); overflow-x: auto; scrollbar-width: none; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; padding: 4px 2px 8px; margin: -4px -2px -8px; }
.shelf::-webkit-scrollbar, .browse-bar::-webkit-scrollbar, .release-rail::-webkit-scrollbar { display: none; }
.poster-card { min-width: 0; scroll-snap-align: start; }
.poster-link { display: block; position: relative; border-radius: var(--radius); }
.poster-link:hover .cover img { transform: scale(1.035); opacity: .9; }
.poster-link .cover-action { position: absolute; right: 10px; bottom: 10px; width: 32px; height: 32px; display: grid; place-items: center; background: var(--accent); color: #202022; border-radius: 6px; opacity: 0; transform: translateY(5px); transition: transform 180ms var(--ease), opacity 180ms var(--ease); }
.poster-link:hover .cover-action, .poster-link:focus-visible .cover-action { opacity: 1; transform: translateY(0); }
.poster-rating { position: absolute; top: 10px; right: 10px; display: inline-flex; align-items: center; gap: 4px; padding: 4px 7px; border-radius: 8px; background: #151517dd; color: #e4e3e0; font-size: 10px; opacity: 0; transition: opacity 180ms var(--ease); }
.poster-card:hover .poster-rating, .poster-card:focus-within .poster-rating { opacity: 1; }
.score .icon { width: 11px; height: 11px; fill: currentColor; stroke: none; }
.poster-card h3 { font-size: 12px; font-weight: 400; text-align: center; margin-block: 10px 5px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 34px; color: #c4c4ca; }
.poster-meta { display: flex; justify-content: center; gap: 6px; align-items: center; font-size: 10px; color: var(--dim); white-space: nowrap; }
.poster-meta .dot { color: #55555c; }
.updates-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.update-card { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 12px; padding: 12px; align-items: start; border: 1px solid #ffffff05; background: #19191b; border-radius: 8px; }
.update-card:hover { background: #1d1d20; }
.update-card > a { border-radius: 8px; }
.update-card h3 { font-size: 12px; line-height: 1.4; font-weight: 450; margin: 0 0 5px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.update-card .cover { border-radius: 8px; }
.update-type { font-size: 9px; color: var(--dim); margin-bottom: 4px; }
.chapter-preview { display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 10px; color: #b5b5bd; padding-block: 4px; border-radius: 3px; }
.chapter-preview time { font-size: 9px; color: var(--dim); white-space: nowrap; }
.chapter-preview .icon { width: 10px; height: 10px; }
.new-dot { width: 4px; height: 4px; background: #bcbcc4; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 6px; }
.genre-list { display: flex; flex-wrap: wrap; gap: 8px; }
.genre-chip { display: inline-flex; align-items: center; min-height: 36px; padding: 7px 16px; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; color: var(--muted); }
.genre-chip:hover { border-color: #525258; background: #212124; color: var(--text); }
.resume { display: flex; align-items: center; gap: 16px; padding: 12px 16px 12px 12px; background: var(--surface); border: 1px solid #ffffff07; border-radius: 8px; margin-bottom: 24px; }
.resume img { width: 40px; height: 56px; border-radius: 6px; object-fit: cover; }
.resume-copy { min-width: 0; }
.resume-copy .eyebrow { font-size: 8px; margin-bottom: 4px; color: var(--muted); }
.resume-copy h3 { font-size: 12px; font-weight: 450; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.resume-copy p { font-size: 10px; color: var(--dim); margin-top: 4px; }
.resume > .button { margin-left: auto; flex-shrink: 0; }
.page-heading { margin-block: 8px 28px; }
.page-heading h1 { font-size: 28px; font-weight: 450; letter-spacing: -.8px; overflow-wrap: anywhere; }
.filters { display: grid; grid-template-columns: 1fr 1.2fr 1fr 1.35fr auto; gap: 16px; align-items: end; padding: 20px; background: #19191b; border: 1px solid #ffffff06; border-radius: 8px; margin-bottom: 24px; }
.filter-field { display: flex; flex-direction: column; gap: 8px; font-size: 11px; color: var(--muted); }
.filter-field select { width: 100%; height: 42px; padding: 0 12px; font-size: 12px; background: #202023; border-color: #303034; border-radius: 8px; }
.filter-reset { display: inline-flex; align-items: center; justify-content: center; gap: 7px; font-size: 11px; border-radius: 8px; height: 42px; padding: 10px 12px; color: var(--muted); }
.filter-reset .icon { width: 14px; height: 14px; }
.empty-link { margin-top: -40px; margin-bottom: 45px; text-align: center; }
.catalog-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 23px; font-size: 11px; color: var(--dim); }
.catalog-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 32px 24px; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 32px; }
.pagination button { min-width: 38px; height: 38px; border: 1px solid transparent; border-radius: 6px; font-size: 12px; }
.pagination button:hover:not(:disabled) { background: var(--raised); color: var(--accent); }
.pagination button.active { background: var(--accent); color: #202022; }
.pagination button.active:hover { background: #f3f2ef; color: #202022; }
.pagination span { color: var(--dim); }
.notice { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px 16px; border: 1px solid var(--line); background: var(--surface); color: var(--muted); font-size: 11px; border-radius: 8px; margin-bottom: 24px; }
.notice button { color: inherit; font-size: 10px; padding: 5px; border-radius: 4px; white-space: nowrap; }
.breadcrumb { display: flex; align-items: center; gap: 8px; color: var(--dim); font-size: 11px; margin: 4px 0 24px; }
.breadcrumb span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.breadcrumb .icon { width: 12px; height: 12px; }
.detail-top { display: grid; grid-template-columns: 184px minmax(0, 1fr); gap: 32px; padding: 28px; border: 1px solid #ffffff08; border-radius: 8px; background: #1b1b1e; margin-bottom: 36px; position: relative; isolation: isolate; overflow: hidden; }
.detail-cover .cover { border-radius: 8px; border: 1px solid #ffffff0f; box-shadow: 0 8px 24px #0003; }
.detail-kicker { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--muted); margin-bottom: 12px; }
.type-pill { background: #ffffff0d; padding: 5px 10px; color: #ceced4; border-radius: 8px; font-size: 10px; }
.status-label { display: inline-flex; align-items: center; gap: 6px; }
.status-label::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: #979797; }
.detail-content h1 { font-size: clamp(24px, 2.5vw, 34px); letter-spacing: -.9px; font-weight: 450; margin-bottom: 12px; line-height: 1.2; text-wrap: balance; }
.detail-content h1, .spotlight h1 { overflow-wrap: anywhere; }
.aliases { color: var(--dim); font-size: 11px; line-height: 1.65; margin-bottom: 17px; }
.detail-stats { display: flex; gap: 20px; flex-wrap: wrap; font-size: 11px; color: var(--muted); margin-bottom: 18px; }
.detail-stats > span { display: inline-flex; align-items: center; gap: 7px; }
.detail-stats .icon { width: 15px; height: 15px; }
.detail-score { color: #c3c3c3; }
.detail-score .icon { fill: currentColor; stroke: none; }
.detail-genres { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 16px; }
.detail-genres .genre-chip { min-height: 28px; padding: 5px 11px; font-size: 10px; background: #ffffff04; }
.synopsis { color: #b3b3bb; white-space: pre-line; line-height: 1.8; font-size: 13px; }
.synopsis.collapsed { display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; }
.synopsis-toggle { font-size: 11px; color: var(--text); padding: 6px 0; margin-top: 4px; border-radius: 3px; min-height: 32px; }
.synopsis-toggle:hover { background: transparent; text-decoration: underline; text-underline-offset: 3px; }
.detail-actions { display: flex; align-items: center; gap: 8px; margin-top: 20px; flex-wrap: wrap; }
.detail-info { font-size: 10px; color: var(--dim); margin-top: 17px; }
.detail-info strong { color: var(--muted); font-weight: 450; }
.loading-screen, .empty { min-height: 370px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 16px; text-align: center; }
.loading-screen p, .empty p { color: var(--muted); font-size: 12px; max-width: 420px; line-height: 1.8; }
.empty h2 { font-size: 24px; font-weight: 450; letter-spacing: -.5px; }
.empty > .icon { width: 35px; height: 35px; color: var(--dim); }
.spinner { width: 24px; height: 24px; border: 2px solid var(--line); border-top-color: var(--accent); border-radius: 50%; animation: spin 700ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.skeleton-feature { height: 300px; background: var(--surface); border-radius: 8px; }
body[data-view="reader"] { background: #111112; --reader-bg: #111112; }
body[data-view="reader"][data-reader-theme="dim"] { --reader-bg: #09090a; }
body[data-view="reader"][data-reader-theme="paper"] { --reader-bg: #d8d2c2; }
body[data-view="reader"] > .site-header { display: none; }
body[data-view="reader"] main.container { padding: 0; width: 100%; max-width: none; background: var(--reader-bg); min-height: 100dvh; }
.reader-bar { position: sticky; top: 0; z-index: 20; background: #19191b; border-bottom: 1px solid #2b2b2f; min-height: 72px; padding: 14px 24px; display: flex; align-items: center; gap: 16px; }
.reader-back { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; border-radius: 6px; color: var(--muted); }
.reader-back:hover { background: var(--raised); }
.reader-heading { min-width: 0; flex: 1; }
.reader-heading h1 { font-size: 13px; font-weight: 450; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.reader-heading p { font-size: 10px; color: var(--dim); margin-top: 3px; }
.reader-chapter-nav { display: flex; align-items: center; gap: 8px; }
.reader-chapter-nav select { height: 40px; width: 176px; font-size: 12px; padding-inline: 12px; background: #222225; border-radius: 8px; }
.reader-menu { position: relative; z-index: 3; }
.reader-menu summary { list-style: none; display: flex; align-items: center; justify-content: center; gap: 8px; height: 40px; font-size: 12px; padding: 8px 14px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); }
.reader-menu summary::-webkit-details-marker { display: none; }
.reader-menu summary:hover, .reader-menu[open] summary { color: var(--accent); background: var(--accent-soft); }
.reader-menu summary:active { transform: translateY(1px); }
.settings-panel { position: absolute; top: calc(100% + 16px); right: 0; width: 344px; padding: 20px; max-height: calc(100dvh - 92px); overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; border: 1px solid #37373d; border-radius: 8px; background: #1e1e21; box-shadow: 0 16px 56px #0006; }
.settings-panel h2 { font-size: 18px; font-weight: 450; letter-spacing: -.3px; margin-bottom: 20px; }
.settings-panel fieldset { padding: 0; border: 0; margin: 0 0 20px; }
.settings-panel legend { padding: 0; color: var(--muted); font-size: 11px; margin-bottom: 10px; }
.mode-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.mode-option { position: relative; border: 1px solid #38383e; border-radius: 8px; min-height: 76px; padding: 12px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--muted); font-size: 10px; cursor: pointer; }
.mode-option:hover { background: #2e2e2e; }
.mode-option:has(:checked) { color: #252527; border-color: var(--accent); background: var(--accent); }
.mode-option:focus-within { outline: 2px solid var(--accent); outline-offset: 3px; }
.mode-option input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.mode-option .icon { width: 21px; height: 21px; }
.setting-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; font-size: 11px; color: var(--muted); margin-bottom: 8px; }
.setting-row select { padding: 8px 10px; min-height: 38px; font-size: 11px; width: 150px; background: #27272b; flex-shrink: 0; }
.setting-row input { accent-color: var(--accent); width: 18px; height: 18px; }
.settings-hint { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 17px; color: var(--dim); font-size: 10px; line-height: 1.7; }
.reader-edition-line { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 12px 20px; color: var(--dim); font-size: 10px; }
.reader-edition-line select { background: transparent; border: 0; font-size: 11px; padding: 4px; color: var(--muted); }
.reader-edition-line a { color: var(--dim); display: inline-flex; gap: 5px; align-items: center; }
.reader-edition-line .icon { width: 12px; height: 12px; }
.reader-notice { max-width: 800px; margin: 0 auto 17px; color: #a0a0a0; font-size: 10px; text-align: center; padding: 0 20px; }
.reader-stage { margin-inline: auto; max-width: 840px; min-height: 55vh; }
.reader-stage[data-width="compact"] { max-width: 640px; }
.reader-stage[data-width="wide"] { max-width: 1120px; }
.reader-stage[data-width="full"] { max-width: none; }
.reader-page { margin: 0; position: relative; scroll-margin-top: 80px; min-width: 0; }
.reader-page img { display: block; width: 100%; height: auto; background: #202020; }
.reader-stage[data-gap="true"][data-mode="longstrip"] .reader-page + .reader-page { margin-top: 16px; }
body[data-reader-theme="dim"] .reader-page img { filter: brightness(.78); }
body[data-reader-theme="paper"] .reader-page img { filter: sepia(.12) brightness(.97); }
body[data-reader-theme="paper"] .reader-end h2 { color: #293423; }
body[data-reader-theme="paper"] .reader-text { color: #35402c; }
img[hidden], .reader-dock[hidden], .reader-end[hidden] { display: none; }
.reader-stage[data-mode="page"], .reader-stage[data-mode="spread"] { display: flex; justify-content: center; align-items: flex-start; gap: 0; padding: 0 24px; min-height: calc(100dvh - 212px); }
.reader-stage[data-mode="spread"][data-direction="rtl"] { flex-direction: row-reverse; }
.reader-stage[data-mode="page"] .reader-page { width: 100%; max-width: 100%; }
.reader-stage[data-mode="spread"] .reader-page { width: 50%; max-width: 50%; }
.reader-stage:not([data-mode="longstrip"])[data-fit="screen"] { max-width: 1440px; }
.reader-stage:not([data-mode="longstrip"])[data-fit="screen"] .reader-page { width: auto; }
.reader-stage:not([data-mode="longstrip"])[data-fit="screen"] img { width: auto; max-height: calc(100dvh - 212px); max-width: 100%; object-fit: contain; }
.page-failure { min-height: 260px; background: #1f1f1f; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 13px; font-size: 12px; color: var(--muted); }
.page-failure[hidden] { display: none; }
.reader-text { max-width: 720px; padding: 30px 24px; margin: auto; font-size: 18px; line-height: 1.9; color: #cbcbcb; white-space: pre-line; }
.reader-end { padding: 45px 24px 124px; text-align: center; color: var(--text); }
.reader-end > .icon { display: block; width: 25px; height: 25px; margin: 0 auto 12px; color: var(--accent); }
.reader-end h2 { font-size: 24px; font-weight: 450; letter-spacing: -.5px; margin-bottom: 8px; }
.reader-end p { color: var(--dim); font-size: 11px; margin-bottom: 23px; }
.reader-end .button + .button { margin-left: 7px; }
.reader-dock { position: fixed; z-index: 15; bottom: max(20px, env(safe-area-inset-bottom)); left: 50%; transform: translateX(-50%); width: min(560px, calc(100% - 32px)); display: flex; align-items: center; gap: 16px; padding: 12px; background: #242427; border: 1px solid #3f3f44; border-radius: 8px; box-shadow: 0 8px 32px #0005; }
.reader-dock .icon-button { border-color: #44444a; background: #303034; }
.reader-dock input { min-width: 40px; width: 100%; height: 4px; flex: 1; }
.reader-counter { font-size: 11px; font-variant-numeric: tabular-nums; white-space: nowrap; color: #9898a1; }
.reader-counter strong { font-weight: 600; color: var(--accent); }
.reader-blocked { max-width: 620px; margin: 30px auto; padding-inline: 24px; }
.reader-blocked .empty { min-height: 340px; }
.reader-blocked .button { margin-top: 4px; }
.reader-status { position: fixed; bottom: 100px; left: 50%; transform: translateX(-50%); background: #343438; color: var(--text); padding: 10px 16px; border-radius: 8px; z-index: 30; font-size: 11px; }
.reader-status:empty { display: none; }
.detail-content { max-width: 840px; }
.detail-top .art-backdrop { opacity: .5; }
.breadcrumb a { white-space: nowrap; border-radius: 3px; }
.reader-bar .icon-button { width: 40px; height: 40px; }
@media (max-width: 1200px) {
  :root { --gutter: 28px; }
  .header-inner { gap: 24px; }
  .main-nav { width: 316px; }
  .search { max-width: 224px; }
  .spotlight { grid-template-columns: 144px minmax(0, 1fr) 128px; gap: 28px; padding: 28px; }
  .spotlight-copy { max-width: 500px; }
  .release-rail { gap: 16px; }
  .release-copy h3 { font-size: 15px; }
  .shelf { --columns: 6; --gap: 20px; }
  .catalog-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 32px 20px; }
  .updates-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 960px) {
  .header-inner { gap: 20px; }
  .main-nav { width: 296px; }
  .main-nav a { font-size: 11px; }
  .brand img { width: 100px; }
  .search input { font-size: 11px; }
  .spotlight { grid-template-columns: 136px minmax(0, 1fr); gap: 24px; min-height: 276px; }
  .spotlight-stats { display: none; }
  .spotlight h1 { font-size: 28px; }
  .release-card > a { min-height: 152px; padding: 16px; }
  .release-copy { max-width: calc(100% - 28px); }
  .release-copy h3 { font-size: 14px; }
  .release-arrow { width: 28px; height: 28px; right: 14px; bottom: 14px; }
  .shelf { --columns: 5; --gap: 18px; }
  .catalog-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px 18px; }
  .updates-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filters { gap: 12px; padding: 16px; }
  .filter-field select { font-size: 11px; padding-inline: 8px; }
  .reader-bar { gap: 12px; padding-inline: 16px; }
  .reader-chapter-nav select { width: 144px; }
}
@media (max-width: 720px) {
  :root { --gutter: 24px; --section-gap: 36px; }
  .header-inner { grid-template-columns: 1fr 1fr; gap: 16px; padding-block: 16px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; max-width: 440px; justify-self: center; }
  .main-nav a { font-size: 12px; }
  .search { width: 100%; max-width: 280px; grid-column: 2; grid-row: 1; }
  main.container { padding-block: 24px 48px; }
  .spotlight { grid-template-columns: 124px minmax(0, 1fr); gap: 24px; padding: 24px; min-height: 250px; }
  .spotlight h1 { font-size: 25px; }
  .spotlight-description { -webkit-line-clamp: 2; font-size: 11px; }
  .spotlight .eyebrow { margin-bottom: 10px; font-size: 8px; }
  .spotlight-actions { margin-top: 16px; gap: 4px; }
  .spotlight-actions .button { padding: 10px 14px; font-size: 11px; }
  .release-rail { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: min(300px, 76%); gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 2px; scrollbar-width: none; padding: 4px 2px; margin: 16px -2px -4px; }
  .release-card { scroll-snap-align: start; }
  .release-card > a { min-height: 144px; padding: 18px; }
  .release-copy h3 { font-size: 16px; }
  .browse-bar { margin-block: 28px 20px; }
  .browse-bar a { padding-inline: 16px; }
  .shelf { --columns: 4; --gap: 16px; }
  .poster-meta { font-size: 9px; gap: 4px; }
  .section-heading h2 { font-size: 17px; }
  .catalog-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 16px; }
  .filters { grid-template-columns: 1fr 1fr; gap: 16px; }
  .filter-field select { font-size: 12px; padding-inline: 10px; }
  .filter-reset { justify-self: end; grid-column: 1 / -1; height: 32px; margin-top: -4px; }
  .page-heading h1 { font-size: 26px; }
  .detail-top { grid-template-columns: 144px minmax(0, 1fr); gap: 24px; padding: 24px; }
  .detail-content h1 { font-size: 26px; }
  .reader-bar { gap: 8px; padding: 12px; flex-wrap: wrap; }
  .reader-heading { flex: 1; }
  .reader-heading h1 { font-size: 12px; }
  .reader-chapter-nav { order: 4; width: 100%; justify-content: center; padding-top: 8px; border-top: 1px solid var(--line); }
  .reader-chapter-nav select { flex: 1; max-width: 300px; }
  .reader-menu summary { width: 40px; padding: 8px; }
  .reader-menu summary span, .reader-fullscreen { display: none; }
  .settings-panel { right: 0; top: calc(100% + 12px); width: min(344px, calc(100vw - 24px)); max-height: calc(100dvh - 80px); }
  .reader-page { scroll-margin-top: 132px; }
  .reader-stage[data-mode="page"], .reader-stage[data-mode="spread"] { padding-inline: 0; min-height: calc(100dvh - 256px); }
  .reader-stage:not([data-mode="longstrip"])[data-fit="screen"] img { max-height: calc(100dvh - 256px); }
}
@media (max-width: 540px) {
  :root { --gutter: 20px; }
  .header-inner { grid-template-columns: 92px minmax(0, 1fr); gap: 14px 28px; padding-block: 14px; }
  .brand img { width: 92px; height: 23px; }
  .search input { height: 40px; }
  .main-nav a { height: 38px; }
  .spotlight { grid-template-columns: 92px minmax(0, 1fr); gap: 20px; padding: 24px 20px; min-height: 224px; border-radius: 8px; }
  .spotlight-art { align-self: start; margin-top: 4px; }
  .spotlight h1 { font-size: 24px; letter-spacing: -.6px; margin-bottom: 10px; }
  .spotlight-description { display: none; }
  .spotlight-meta { font-size: 10px; gap: 6px; margin-bottom: 0; }
  .spotlight-meta span:nth-child(n+4) { display: none; }
  .spotlight .eyebrow { font-size: 8px; letter-spacing: 1.5px; }
  .spotlight-actions .button { min-height: 36px; padding: 8px 14px; }
  .spotlight-actions .button.quiet { display: none; }
  .art-backdrop img { width: 100%; opacity: .25; }
  .art-backdrop::after { background: linear-gradient(90deg, #1b1b1edb, #1b1b1e70); }
  .browse-bar { width: 100%; gap: 0; }
  .browse-bar a { flex: 1; padding-inline: 10px; font-size: 10px; }
  .shelf { --columns: 3.2; --gap: 14px; }
  .section-heading { gap: 12px; margin-bottom: 16px; }
  .section-actions { gap: 12px; }
  .section-actions > .text-link { display: none; }
  .shelf-controls .icon-button { width: 34px; height: 34px; }
  .poster-card h3 { font-size: 11px; min-height: 31px; margin-top: 8px; }
  .poster-meta { font-size: 9px; }
  .poster-meta .poster-format, .poster-meta .dot { display: none; }
  .cover { border-radius: 8px; }
  .updates-grid { grid-template-columns: 1fr; gap: 10px; }
  .update-card { grid-template-columns: 52px minmax(0, 1fr); gap: 14px; padding: 12px; }
  .update-card h3 { font-size: 13px; }
  .update-type { font-size: 10px; }
  .chapter-preview { font-size: 11px; padding-block: 3px; }
  .chapter-preview time { font-size: 10px; }
  .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 14px; }
  .resume { gap: 10px; padding: 10px; }
  .resume-copy { flex: 1; }
  .resume-copy h3 { font-size: 11px; }
  .resume-copy p { font-size: 9px; }
  .resume > .button { font-size: 10px; padding: 8px 12px; min-height: 36px; }
  .resume > .button .icon { display: none; }
  .page-heading { margin-block: 4px 24px; }
  .page-heading h1 { font-size: 24px; }
  .catalog-meta { gap: 12px; font-size: 10px; }
  .detail-top { grid-template-columns: 92px minmax(0, 1fr); gap: 20px; padding: 20px; margin-bottom: 28px; }
  .detail-content { display: contents; }
  .detail-heading { min-width: 0; }
  .detail-content h1 { font-size: 22px; letter-spacing: -.5px; }
  .detail-kicker { gap: 8px; flex-wrap: wrap; font-size: 10px; }
  .detail-stats { font-size: 10px; gap: 10px; margin-bottom: 0; }
  .detail-stats .icon { width: 12px; height: 12px; }
  .aliases { font-size: 10px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 12px; }
  .detail-body { grid-column: 1 / -1; }
  .detail-actions .button { font-size: 11px; padding-inline: 14px; }
  .synopsis { font-size: 12px; }
  .breadcrumb { margin-bottom: 20px; }
  .reader-dock { bottom: max(12px, env(safe-area-inset-bottom)); padding: 10px; gap: 12px; border-radius: 8px; }
  .reader-counter { font-size: 10px; }
  .reader-end h2 { font-size: 22px; }
  .reader-end .button { font-size: 11px; margin-bottom: 8px; }
}
@media (max-width: 360px) {
  :root { --gutter: 16px; }
  .header-inner { gap: 14px 16px; }
  .main-nav a { font-size: 11px; padding-inline: 8px; }
  .search input { font-size: 10px; }
  .spotlight { grid-template-columns: 78px minmax(0, 1fr); gap: 16px; padding: 20px 16px; min-height: 204px; }
  .spotlight h1 { font-size: 21px; }
  .browse-bar a { padding-inline: 8px; }
  .shelf { --columns: 2.65; --gap: 12px; }
  .catalog-grid { gap: 24px 10px; }
  .detail-top { grid-template-columns: 80px minmax(0, 1fr); gap: 16px; padding: 16px; }
  .detail-content h1 { font-size: 20px; }
  .settings-panel { padding: 16px; }
  .setting-row { gap: 8px; font-size: 10px; }
  .setting-row select { width: 142px; font-size: 10px; }
  .pagination { gap: 4px; }
  .pagination button { min-width: 34px; height: 34px; }
}

.catalog-records { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding-top: 16px; border-top: 1px solid #ffffff0c; }
.catalog-records[hidden] { display: none; }
.catalog-label { flex-basis: 100%; font-size: 9px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--dim); margin-bottom: 2px; }
.catalog-record { display: flex; align-items: center; gap: 8px; min-height: 36px; padding: 6px 10px 6px 6px; border: 1px solid #3a3a3f; border-radius: 4px; background: #202024; }
.catalog-record:hover { background: #2b2b30; border-color: #626269; }
.catalog-mark { display: grid; place-items: center; width: 24px; height: 24px; font-size: 8px; font-weight: 600; font-family: ui-monospace, Consolas, monospace; background: #343439; border-radius: 3px; color: #c7c7cd; }
.catalog-name { font-size: 10px; color: #b5b5bd; }
.catalog-record strong { font-size: 12px; font-weight: 500; margin-left: 8px; font-variant-numeric: tabular-nums; }
.catalog-record strong small { font-size: 9px; color: var(--dim); }
.catalog-action { margin-left: 4px; font-size: 9px; color: var(--dim); }
.catalog-record > .icon { width: 11px; height: 11px; color: var(--dim); }
.chapters-section { margin-top: 36px; scroll-margin-top: 24px; }
.chapter-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; }
.chapter-heading h2 { font-size: 22px; font-weight: 450; letter-spacing: -.5px; }
.chapter-heading h2 > span { margin-left: 10px; color: var(--dim); font-size: 12px; font-weight: 400; letter-spacing: 0; font-variant-numeric: tabular-nums; }
.chapter-heading p { font-size: 11px; color: var(--dim); margin-top: 6px; }
.chapter-origin { width: 36px; height: 36px; display: grid; place-items: center; color: var(--dim); border: 1px solid var(--line); border-radius: 5px; }
.chapter-origin:hover { background: var(--surface); color: var(--text); }
.chapter-origin .icon { width: 15px; height: 15px; }
.chapter-toolbar { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 24px; align-items: center; padding-block: 16px; border-block: 1px solid var(--line); }
.chapter-segments { display: flex; gap: 3px; padding: 3px; background: #202023; border-radius: 6px; }
.chapter-segments button { min-height: 34px; padding: 7px 16px; font-size: 11px; color: var(--muted); border-radius: 4px; }
.chapter-segments button[aria-pressed="true"] { color: var(--text); background: #3a3a40; }
.chapter-edition { display: flex; align-items: center; gap: 12px; justify-self: start; color: var(--dim); font-size: 11px; }
.chapter-edition select { width: 160px; height: 40px; padding: 8px 12px; background: #1a1a1d; font-size: 11px; border-radius: 5px; }
.chapter-search { display: flex; align-items: center; gap: 8px; position: relative; }
.chapter-search > .icon { position: absolute; left: 12px; width: 15px; height: 15px; color: var(--dim); pointer-events: none; }
.chapter-search input { width: 196px; height: 40px; padding: 8px 12px 8px 36px; font-size: 11px; background: #1a1a1d; border-radius: 5px; }
.chapter-sort { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; width: 106px; border: 1px solid var(--line); border-radius: 5px; font-size: 11px; color: var(--muted); }
.chapter-sort .icon { width: 15px; height: 15px; }
.chapter-sort[aria-pressed="true"] { color: var(--text); background: #29292e; }
.chapter-browser { display: grid; grid-template-columns: 144px minmax(0, 1fr); gap: 32px; align-items: start; margin-top: 24px; }
.chapter-browser.single-range { grid-template-columns: 1fr; }
.chapter-ranges { display: flex; flex-direction: column; gap: 4px; padding-right: 16px; border-right: 1px solid #27272b; position: sticky; top: 24px; max-height: calc(100dvh - 48px); overflow-y: auto; scrollbar-width: thin; }
.chapter-ranges[hidden] { display: none; }
.range-heading { color: var(--dim); font-size: 9px; text-transform: uppercase; letter-spacing: 1.5px; padding: 8px 8px 12px; }
.chapter-ranges button { display: flex; justify-content: space-between; gap: 8px; align-items: center; min-height: 40px; padding: 10px 8px; border-radius: 4px; color: var(--muted); font-size: 11px; font-variant-numeric: tabular-nums; }
.chapter-ranges button small { font-size: 9px; opacity: .5; }
.chapter-ranges button[aria-current] { color: #202022; background: var(--accent); }
.chapter-content { min-width: 0; }
.chapter-columns { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0 16px; font-size: 9px; color: var(--dim); border-bottom: 1px solid var(--line); }
.chapter-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 24px; }
.chapter-entry { display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 12px; align-items: center; min-height: 76px; border-bottom: 1px solid #26262a; }
.chapter-entry:hover { background: #1b1b1e; }
.chapter-entry[data-read="true"] .chapter-row { color: #888891; }
.chapter-entry[data-reading="true"] { box-shadow: inset 2px 0 #9c9ca6; background: #1c1c20; }
.chapter-check { width: 36px; height: 40px; display: grid; place-items: center; position: relative; border-radius: 4px; margin-left: 4px; cursor: pointer; }
.chapter-check::before { content: ""; width: 17px; height: 17px; border: 1px solid #46464e; border-radius: 3px; background: #18181b; }
.chapter-check input { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer; }
.chapter-check > .icon { position: absolute; width: 12px; height: 12px; color: #242428; opacity: 0; pointer-events: none; }
.chapter-check:has(:checked)::before { background: var(--accent); border-color: var(--accent); }
.chapter-check:has(:checked) > .icon { opacity: 1; }
.chapter-check:hover::before { border-color: #aaaab3; }
.chapter-check:focus-within { outline: 2px solid var(--accent); outline-offset: -2px; }
.chapter-row { display: grid; grid-template-columns: 76px minmax(0, 1fr) 104px 20px; gap: 16px; align-items: center; min-height: 76px; padding: 12px 8px 12px 0; border-radius: 3px; }
.chapter-number { font-size: 22px; font-weight: 400; line-height: 1.3; font-variant-numeric: tabular-nums; font-family: ui-monospace, Consolas, monospace; }
.chapter-number small { display: block; font-size: 8px; letter-spacing: 1.2px; color: var(--dim); margin-bottom: 4px; }
.chapter-copy { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.chapter-copy strong { font-size: 12px; font-weight: 450; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chapter-copy > span { font-size: 11px; color: var(--dim); }
.chapter-entry[data-reading="true"] .chapter-copy > span { color: #b7b7c0; }
.chapter-date { font-size: 10px; color: var(--dim); text-align: right; font-variant-numeric: tabular-nums; }
.chapter-open { display: grid; place-items: center; color: #71717b; }
.chapter-open .icon { width: 15px; height: 15px; }
.chapter-row:hover .chapter-open { color: var(--text); }
.chapter-empty { grid-column: 1 / -1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 220px; padding: 24px; font-size: 12px; color: var(--muted); text-align: center; }
@media (max-width: 1100px) {
  .chapter-list { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
  .chapter-toolbar { grid-template-columns: auto 1fr; gap: 16px; }
  .chapter-edition { justify-self: end; }
  .chapter-search { grid-column: 1 / -1; }
  .chapter-search input { width: 100%; flex: 1; }
  .chapter-sort { flex-shrink: 0; }
  .chapter-browser { grid-template-columns: 124px minmax(0, 1fr); gap: 24px; }
  .chapter-row { grid-template-columns: 60px minmax(0, 1fr) 80px 16px; gap: 12px; }
}
@media (max-width: 720px) {
  .chapter-browser { display: block; }
  .chapter-ranges { position: static; flex-direction: row; max-height: none; padding: 0 0 12px; border-right: 0; border-bottom: 1px solid var(--line); overflow-x: auto; scrollbar-width: thin; }
  .range-heading { display: none; }
  .chapter-ranges button { min-width: 108px; padding-inline: 12px; }
  .chapter-content { margin-top: 16px; }
  .chapter-browser.single-range .chapter-content { margin-top: 0; }
}
@media (max-width: 540px) {
  .catalog-records { gap: 6px; }
  .catalog-record { flex: 1 0 46%; padding-right: 8px; }
  .catalog-record > .icon { margin-left: auto; }
  .chapter-heading { padding-bottom: 16px; }
  .chapter-heading h2 { font-size: 21px; }
  .chapter-toolbar { grid-template-columns: 1fr; gap: 12px; padding-block: 12px; }
  .chapter-segments { justify-self: start; }
  .chapter-edition { justify-self: stretch; justify-content: space-between; }
  .chapter-edition select { width: 166px; }
  .chapter-search { grid-column: auto; }
  .chapter-sort { width: 98px; }
  .chapter-columns { font-size: 9px; }
  .chapter-entry { grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
  .chapter-check { width: 32px; margin-left: 0; }
  .chapter-row { grid-template-columns: 62px minmax(0, 1fr) 16px; gap: 12px; min-height: 72px; }
  .chapter-number { font-size: 21px; }
  .chapter-date { display: none; }
  .chapter-copy > span { font-size: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto; }
  .main-nav::before, .cover img, .release-card img, .poster-link .cover-action, .poster-rating { transition: none; }
  .spinner { animation: none; }
}
