:root {
    --cadet: #5f9ea0;
    --cadet-dark: #376f72;
    --cadet-deep: #214f53;
    --cadet-soft: #dcebec;
    --ink: #172326;
    --muted: #627276;
    --line: #d7e1e2;
    --paper: #fff;
    --canvas: #f4f7f7;
    --amber: #d99634;
    --amber-soft: #fff3de;
    --coral: #c85b50;
    --coral-soft: #fbe8e6;
    --green: #397b5d;
    --green-soft: #e4f3eb;
    --blue: #3b6f9c;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; background: var(--canvas); }
body { margin: 0; color: var(--ink); background: var(--canvas); font: 15px/1.55 Lato, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: 0; }
button, input, select { font: inherit; color: inherit; letter-spacing: 0; }
button { cursor: pointer; }
a { color: inherit; }
[hidden] { display: none !important; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.explorer-eyebrow { margin: 0 0 6px; color: var(--cadet-dark); font-size: 10px; font-weight: 850; text-transform: uppercase; }

.explorer-topbar { position: sticky; top: 0; z-index: 40; min-height: 64px; display: grid; grid-template-columns: 220px minmax(330px,1fr) 300px; align-items: center; gap: 22px; padding: 7px 24px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.explorer-brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; color: var(--ink); text-decoration: none; }
.explorer-brand img { width: 45px; height: 45px; object-fit: contain; }
.explorer-brand span { display: grid; line-height: 1.05; }
.explorer-brand strong { font-size: 18px; }
.explorer-brand small { margin-top: 4px; color: var(--cadet-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.explorer-topbar nav { height: 100%; display: flex; align-items: stretch; justify-content: center; }
.explorer-topbar nav a { min-width: 96px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border-bottom: 3px solid transparent; color: var(--muted); font-size: 11px; font-weight: 800; text-decoration: none; }
.explorer-topbar nav a:hover { color: var(--ink); background: var(--canvas); }
.explorer-topbar nav a.active { color: var(--cadet-deep); border-bottom-color: var(--cadet); }
.explorer-quick-search { height: 38px; display: grid; grid-template-columns: 34px minmax(0,1fr) 36px; align-items: center; border: 1px solid var(--line); border-radius: 5px; background: white; }
.explorer-quick-search > i { color: var(--cadet-dark); text-align: center; }
.explorer-quick-search input { min-width: 0; height: 36px; padding: 0 4px; border: 0; outline: 0; font-size: 12px; }
.explorer-quick-search button { width: 32px; height: 32px; display: grid; place-items: center; border: 0; border-radius: 4px; background: var(--cadet-dark); color: white; }

.explorer-search-hero { min-height: 430px; display: grid; grid-template-columns: minmax(300px, .82fr) minmax(540px, 1.18fr); align-items: center; gap: 70px; padding: 60px max(6vw, 45px); border-bottom: 1px solid #bad5d6; background: #edf7f7; }
.explorer-search-copy h1 { margin: 0; font-size: 58px; line-height: 1; }
.explorer-search-copy > p:last-child { max-width: 500px; margin: 17px 0 0; color: #4d6064; font-size: 17px; }
.explorer-search-box { padding: 20px; border: 1px solid #b6d2d3; border-radius: 7px; background: white; box-shadow: 0 17px 42px rgba(33,79,83,.12); }
.explorer-mode-switch { width: fit-content; display: flex; margin-bottom: 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--canvas); }
.explorer-mode-switch button { min-width: 118px; height: 37px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; }
.explorer-mode-switch button:last-child { border-right: 0; }
.explorer-mode-switch button.active { color: white; background: var(--cadet-dark); }
.explorer-search-input { min-height: 66px; display: grid; grid-template-columns: 44px minmax(0,1fr) auto; align-items: center; border: 1px solid #a8c9cb; }
.explorer-search-input > i { color: var(--cadet-dark); font-size: 20px; text-align: center; }
.explorer-search-input input { min-width: 0; height: 64px; padding: 0 7px; border: 0; outline: 0; font-size: 16px; }
.explorer-search-input button { height: 46px; display: inline-flex; align-items: center; gap: 10px; margin-right: 8px; padding: 0 18px; border: 0; border-radius: 5px; background: var(--cadet-dark); color: white; font-size: 12px; font-weight: 850; }
.explorer-search-input button:hover { background: var(--cadet-deep); }
.explorer-quick-links { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; padding-top: 13px; color: var(--muted); font-size: 10px; }
.explorer-quick-links span { font-weight: 850; text-transform: uppercase; }
.explorer-quick-links a { color: var(--cadet-deep); font-weight: 750; text-decoration: none; }
.explorer-quick-links a:hover { text-decoration: underline; text-underline-offset: 3px; }
.explorer-quick-links em { margin-left: auto; color: #496467; font-style: normal; font-weight: 750; }
.explorer-quick-links em i { margin-right: 5px; color: var(--green); }

.explorer-results-shell { max-width: 1180px; margin: 0 auto; padding: 50px 20px 58px; }
.explorer-section-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.explorer-section-head h2 { margin: 0; font-size: 27px; }
.explorer-section-head > span { color: var(--muted); font-size: 11px; font-weight: 750; }
.explorer-results { border-top: 2px solid var(--cadet-dark); background: white; }
.journal-result, .publisher-result { min-height: 92px; display: grid; grid-template-columns: 52px minmax(0,1fr) 90px 26px; align-items: center; gap: 15px; padding: 13px 17px; border-bottom: 1px solid var(--line); text-decoration: none; }
.journal-result:hover, .publisher-result:hover { background: #f8fbfb; }
.journal-result:hover > i, .publisher-result:hover > i { transform: translateX(3px); }
.journal-monogram, .publisher-mark { width: 50px; height: 58px; display: grid; place-items: center; border: 1px solid #bcd6d7; border-left: 5px solid var(--cadet); border-radius: 3px 6px 6px 3px; background: #eef7f7; color: var(--cadet-deep); font: 800 24px/1 Lato, sans-serif; }
.publisher-mark { height: 50px; border-left-color: var(--amber); color: #8b5d1b; background: var(--amber-soft); font: inherit; font-size: 20px; }
.journal-result-copy, .publisher-result > span:nth-child(2) { min-width: 0; display: grid; }
.journal-result-copy small, .publisher-result small { color: var(--cadet-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.journal-result-copy strong, .publisher-result strong { overflow: hidden; font-size: 17px; line-height: 1.3; text-overflow: ellipsis; }
.journal-result-copy span, .publisher-result span span { overflow: hidden; color: var(--muted); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.journal-catalog-badge { padding: 2px 4px; border-radius: 3px; color: #276348; background: var(--green-soft); font-size: 8px; font-style: normal; font-weight: 850; text-transform: uppercase; }
.journal-result-stats, .publisher-result > b { display: grid; justify-items: end; }
.journal-result-stats b, .publisher-result > b { color: var(--cadet-deep); font-size: 17px; }
.journal-result-stats small, .publisher-result > b small { color: var(--muted); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.journal-result-open { color: var(--cadet-dark); font-size: 11px; font-weight: 800; text-align: right; }
.journal-result > i, .publisher-result > i { color: var(--cadet); transition: transform .16s ease; }
.explorer-empty { display: grid; justify-items: center; padding: 70px 20px; text-align: center; }
.explorer-empty > i { color: var(--cadet); font-size: 35px; }
.explorer-empty h3 { margin: 12px 0 3px; }
.explorer-empty p { max-width: 520px; margin: 0; color: var(--muted); }
.explorer-results.loading { min-height: 280px; display: grid; place-items: center; }
.explorer-results.loading::after { content: "Florence durchsucht Crossref"; padding-top: 48px; color: var(--muted); background: url('/assets/brand/florence-mark.png') center top / 42px 42px no-repeat; font-size: 11px; font-weight: 750; }

.publisher-band { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 45px; padding: 48px max(6vw,45px); border-block: 1px solid #e2c68e; background: var(--amber-soft); }
.publisher-band header h2 { margin: 0; font-size: 28px; }
.publisher-band header > p:last-child { color: #76613e; }
.publisher-band > div { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #e4c98f; border-left: 1px solid #e4c98f; }
.publisher-band > div a { min-height: 74px; display: grid; grid-template-columns: 30px minmax(0,1fr) 18px; align-items: center; gap: 8px; padding: 13px; border-right: 1px solid #e4c98f; border-bottom: 1px solid #e4c98f; background: rgba(255,255,255,.58); color: #493e2e; text-decoration: none; }
.publisher-band > div a:hover { background: white; }
.publisher-band > div a > i:first-child { color: #9b681d; font-size: 18px; }
.publisher-band > div a > i:last-child { color: #b68338; }
.publisher-band > div a span { min-width: 0; overflow-wrap: anywhere; font-size: 12px; font-weight: 800; }

.explorer-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-bottom: 24px; color: var(--muted); font-size: 10px; }
.explorer-breadcrumb a { color: var(--cadet-deep); font-weight: 750; text-decoration: none; }
.explorer-breadcrumb i { font-size: 8px; }
.publisher-hero, .journal-hero { padding: 30px max(5vw,40px) 36px; border-bottom: 1px solid #bad5d6; background: #edf7f7; }
.publisher-hero-grid { max-width: 1280px; display: grid; grid-template-columns: 86px minmax(0,1fr); align-items: center; gap: 22px; margin: auto; }
.publisher-hero-mark { width: 80px; height: 80px; display: grid; place-items: center; border: 1px solid #dec083; border-radius: 6px; background: var(--amber-soft); color: #93631e; font-size: 31px; }
.publisher-hero h1, .journal-hero h1 { margin: 0; font-size: 46px; line-height: 1.08; }
.publisher-hero-grid p:last-child, .journal-hero-grid > div:nth-child(2) > p:last-of-type { margin: 7px 0 0; color: var(--muted); }

.explorer-stat-band { display: grid; grid-template-columns: repeat(4,1fr); border-bottom: 1px solid var(--line); background: white; }
.explorer-stat-band div { min-height: 82px; display: grid; align-content: center; padding: 13px max(3vw,22px); border-right: 1px solid var(--line); }
.explorer-stat-band div:last-child { border-right: 0; }
.explorer-stat-band span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.explorer-stat-band strong { color: var(--cadet-deep); font-size: 24px; line-height: 1.2; }

.publisher-layout { max-width: 1280px; display: grid; grid-template-columns: 300px minmax(0,1fr); align-items: start; gap: 0; margin: 34px auto 70px; border: 1px solid var(--line); background: white; }
.publisher-profile { position: sticky; top: 64px; padding: 27px 24px; border-right: 1px solid var(--line); }
.publisher-profile h2 { margin: 0 0 19px; font-size: 21px; }
.publisher-profile dl { margin: 0; border-top: 1px solid var(--line); }
.publisher-profile dl div { padding: 11px 0; border-bottom: 1px solid var(--line); }
.publisher-profile dt { color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.publisher-profile dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 12px; font-weight: 650; }
.publisher-journals > header { min-height: 93px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 23px; border-bottom: 1px solid var(--line); }
.publisher-journals h2 { margin: 0; font-size: 23px; }
.list-filter, .journal-content-tools > label { min-width: 250px; height: 39px; display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; border: 1px solid var(--line); border-radius: 5px; background: white; }
.list-filter i, .journal-content-tools > label i { color: var(--cadet-dark); text-align: center; }
.list-filter input, .journal-content-tools > label input { min-width: 0; height: 37px; padding: 0 8px 0 0; border: 0; outline: 0; font-size: 11px; }
.publisher-journal-link { min-height: 64px; display: grid; grid-template-columns: minmax(0,1fr) 24px; align-items: center; gap: 15px; padding: 11px 23px; border-bottom: 1px solid var(--line); text-decoration: none; }
.publisher-journal-link:hover { background: #f8fbfb; }
.publisher-journal-link span { min-width: 0; display: grid; }
.publisher-journal-link strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.publisher-journal-link small { color: var(--muted); font-size: 9px; }
.publisher-journal-link > i { color: var(--cadet); }
.explorer-spin { animation: explorer-spin .8s linear infinite; }
@keyframes explorer-spin { to { transform: rotate(360deg); } }

.journal-hero-grid { max-width: 1320px; display: grid; grid-template-columns: 90px minmax(0,1fr) auto; align-items: center; gap: 23px; margin: auto; }
.journal-spine { position: relative; width: 82px; height: 104px; display: grid; place-items: center; overflow: hidden; border: 1px solid #a9cbcd; border-left: 8px solid var(--cadet-dark); border-radius: 3px 7px 7px 3px; background: white; color: var(--cadet-deep); }
.journal-spine i { font-size: 29px; }
.journal-spine span { position: absolute; right: 5px; bottom: 3px; color: #b8d2d3; font: 800 31px/1 Lato,sans-serif; }
.journal-identifiers { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 13px; }
.journal-identifiers .open { border-color: #abd5bd; color: #276348; background: var(--green-soft); }
.journal-identifiers span { padding: 3px 6px; border: 1px solid #b7d3d4; border-radius: 3px; background: white; color: var(--cadet-deep); font-size: 9px; font-weight: 750; }
.journal-hero-actions { display: flex; align-items: center; gap: 7px; }
.explorer-primary { min-height: 41px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 14px; border: 1px solid var(--cadet-dark); border-radius: 5px; background: var(--cadet-dark); color: white; font-size: 11px; font-weight: 850; text-decoration: none; }
.explorer-primary:hover { background: var(--cadet-deep); }
.explorer-icon-button { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid #b7d3d4; border-radius: 5px; background: white; color: var(--cadet-deep); font-size: 17px; }

.journal-workspace { display: grid; grid-template-columns: 205px minmax(0,1fr); align-items: start; min-height: 650px; background: white; }
.journal-year-rail { position: sticky; top: 64px; max-height: calc(100vh - 64px); overflow-y: auto; border-right: 1px solid var(--line); background: #f9fbfb; }
.journal-year-rail > header { padding: 21px 18px 12px; }
.journal-year-rail h2 { margin: 0; font-size: 19px; }
.journal-year-select { display: none; }
.journal-year-list { display: grid; border-top: 1px solid var(--line); }
.journal-year-list a { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 9px; padding: 0 18px; border-bottom: 1px solid #e7eded; color: #45585c; text-decoration: none; }
.journal-year-list a:hover { background: white; }
.journal-year-list a.active { color: var(--cadet-deep); background: var(--cadet-soft); box-shadow: inset 4px 0 var(--cadet-dark); }
.journal-year-list strong { font-size: 13px; }
.journal-year-list span { color: var(--muted); font-size: 9px; }
.issue-jump { padding: 21px 18px; }
.issue-jump nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 4px; }
.issue-jump a { min-height: 36px; display: grid; place-items: center; padding: 4px; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--cadet-deep); text-decoration: none; }
.issue-jump a:hover { border-color: var(--cadet); background: #eef7f7; }
.issue-jump span { font-size: 9px; font-weight: 800; }
.issue-jump b { color: var(--muted); font-size: 7px; }
.journal-contents { min-width: 0; padding: 0 max(4vw,34px) 80px; }
.journal-content-head { min-height: 108px; display: flex; align-items: center; justify-content: space-between; gap: 22px; border-bottom: 2px solid var(--cadet-dark); }
.journal-content-head h2 { margin: 0; font-size: 29px; }
.journal-content-head h2 span { color: var(--muted); font-size: 13px; font-weight: 600; }
.journal-content-tools { display: flex; align-items: center; gap: 7px; }
.article-view-switch { display: flex; }
.article-view-switch button { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid var(--line); border-right: 0; background: white; color: var(--muted); }
.article-view-switch button:first-child { border-radius: 5px 0 0 5px; }
.article-view-switch button:last-child { border-right: 1px solid var(--line); border-radius: 0 5px 5px 0; }
.article-view-switch button.active { background: var(--cadet-dark); color: white; }
.issue-section { scroll-margin-top: 80px; border-bottom: 1px solid var(--line); }
.issue-section > summary { min-height: 69px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto 20px; align-items: center; gap: 13px; padding: 11px 4px; cursor: pointer; list-style: none; }
.issue-section > summary::-webkit-details-marker { display: none; }
.issue-section > summary:hover { background: #fafcfc; }
.issue-section > summary .issue-volume { color: var(--cadet-dark); font-size: 9px; font-weight: 850; text-transform: uppercase; }
.issue-section > summary strong { font-size: 16px; }
.issue-section > summary > span:nth-child(3) { color: var(--muted); font-size: 10px; }
.issue-section > summary > i { color: var(--cadet-dark); transition: transform .16s ease; }
.issue-section[open] > summary > i { transform: rotate(180deg); }
.issue-articles { border-top: 1px solid var(--line); }
.journal-article-row { min-height: 118px; display: grid; grid-template-columns: 92px minmax(0,1fr) auto; align-items: start; gap: 13px; padding: 17px 4px; border-bottom: 1px solid #e9eeee; }
.journal-article-row:last-child { border-bottom: 0; }
.journal-article-row:hover { background: #fbfdfd; }
.article-page { display: flex; align-items: center; gap: 6px; padding-top: 4px; color: var(--muted); font-size: 9px; }
.article-page i { color: var(--green); }
.article-copy { min-width: 0; }
.article-copy > p:first-child { margin: 0 0 4px; color: var(--cadet-dark); font-size: 8px; font-weight: 800; text-transform: uppercase; }
.article-copy h3 { margin: 0; font-size: 15px; line-height: 1.35; }
.article-copy h3 button { padding: 0; border: 0; background: transparent; font-weight: 800; text-align: left; }
.article-copy h3 button:hover { color: var(--cadet-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-copy > span { display: block; margin-top: 5px; color: var(--muted); font-size: 10px; }
.article-snippet { display: -webkit-box; overflow: hidden; margin: 9px 0 0; color: #506267; font: 13px/1.55 Lato,ui-sans-serif,sans-serif; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.article-actions { display: flex; gap: 4px; padding-top: 3px; }
.article-actions button, .article-actions a { width: 34px; height: 34px; display: grid; place-items: center; padding: 0; border: 1px solid var(--line); border-radius: 4px; background: white; color: var(--cadet-deep); text-decoration: none; }
.article-actions button:hover, .article-actions a:hover { border-color: var(--cadet); background: #eef7f7; }
.issue-contents.compact .journal-article-row { min-height: 74px; align-items: center; padding-block: 10px; }
.issue-contents.compact .article-snippet, .issue-contents.compact .article-copy > span, .issue-contents.compact .article-copy > p:first-child { display: none; }

.journal-article-dialog { width: min(960px,calc(100vw - 30px)); height: min(820px,calc(100vh - 30px)); max-width: none; max-height: none; padding: 0; overflow: hidden; border: 0; border-radius: 7px; background: white; box-shadow: 0 24px 68px rgba(23,35,38,.28); }
.journal-article-dialog::backdrop { background: rgba(23,35,38,.58); }
.journal-article-dialog > header { height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0 14px; border-bottom: 1px solid var(--line); background: white; }
.dialog-source { display: flex; align-items: center; gap: 8px; }
.dialog-source img { width: 40px; height: 40px; object-fit: contain; }
.dialog-source span { min-width: 0; display: grid; }
.dialog-source small { max-width: 420px; overflow: hidden; color: var(--muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.journal-article-dialog > header > div:last-child { display: flex; gap: 5px; }
.journal-article-dialog > header button, .journal-article-dialog > header a { width: 37px; height: 37px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 5px; background: white; color: var(--cadet-deep); text-decoration: none; }
.journal-article-dialog > article { height: calc(100% - 62px); overflow-y: auto; padding: 36px max(6vw,45px) 60px; }
.reader-badges { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 10px; }
.reader-badges span { padding: 3px 6px; border-radius: 3px; color: var(--cadet-deep); background: var(--cadet-soft); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.reader-badges span.oa { color: var(--green); background: var(--green-soft); }
.reader-badges span.pubmed { color: #355f86; background: #e5eef7; }
.journal-article-dialog h1 { margin: 0; font-size: 29px; line-height: 1.25; }
.reader-byline { margin: 10px 0 0; color: var(--muted); font-size: 11px; }
.reader-abstract { margin: 29px 0; padding: 20px; border-left: 5px solid var(--cadet); background: #eef7f7; }
.reader-abstract h2, .reader-meta h2 { margin: 0 0 9px; font-size: 17px; }
.reader-abstract-source { display: block; margin: -3px 0 11px; color: var(--muted); font-size: 10px; font-weight: 750; }
.reader-abstract-source i { margin-right: 4px; color: #3b6f9c; }
.reader-abstract-source a { color: #355f86; }
.reader-abstract p { margin: 0; font: 15px/1.75 Lato,ui-sans-serif,sans-serif; white-space: pre-line; }
.reader-abstract.missing { border-left-color: var(--amber); background: var(--amber-soft); color: #6f5936; }
.reader-abstract.loading { border-left-color: #3b6f9c; background: #eef4fa; color: #345a7d; }
.reader-abstract.loading p { font-family: inherit; font-size: 12px; font-weight: 750; }
.reader-abstract.loading i { margin-right: 6px; }
.reader-meta dl { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; border-top: 1px solid var(--line); }
.reader-meta dl div { padding: 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reader-meta dl div:nth-child(even) { border-right: 0; }
.reader-meta dt { color: var(--muted); font-size: 8px; font-weight: 850; text-transform: uppercase; }
.reader-meta dd { margin: 3px 0 0; overflow-wrap: anywhere; font-size: 11px; font-weight: 700; }
.reader-subjects { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 18px; }
.reader-subjects span { padding: 4px 7px; border: 1px solid var(--line); border-radius: 3px; color: var(--muted); background: var(--canvas); font-size: 9px; font-weight: 700; }
.reader-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.reader-actions a, .reader-actions button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 12px; border: 1px solid var(--line); border-radius: 5px; background: white; color: var(--cadet-deep); font-size: 10px; font-weight: 800; text-decoration: none; }
.reader-actions .primary { border-color: var(--cadet-dark); background: var(--cadet-dark); color: white; }
.reader-pdf-frame { width: 100%; height: calc(100vh - 210px); min-height: 580px; margin-top: 20px; border: 1px solid var(--line); }
.explorer-toast { position: fixed; right: 18px; bottom: 18px; z-index: 80; max-width: calc(100vw - 36px); padding: 10px 13px; border-radius: 5px; background: var(--ink); color: white; font-size: 11px; font-weight: 750; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .18s ease; }
.explorer-toast.visible { opacity: 1; transform: translateY(0); }
.explorer-footer { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px max(5vw,38px); border-top: 1px solid var(--line); background: white; }
.explorer-footer > div { display: grid; }
.explorer-footer span { color: var(--muted); font-size: 10px; }
.explorer-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.explorer-footer a { color: var(--muted); font-size: 11px; text-decoration: none; }
.explorer-error { min-height: calc(100vh - 164px); display: grid; align-content: center; justify-items: center; padding: 50px 20px; text-align: center; }
.explorer-error > i { color: var(--coral); font-size: 42px; }
.explorer-error h1 { margin: 0; font-size: 38px; }
.explorer-error > p:not(.explorer-eyebrow) { max-width: 560px; color: var(--muted); }

@media (max-width: 1080px) {
    .explorer-topbar { grid-template-columns: 200px 1fr; }
    .explorer-quick-search { display: none; }
    .explorer-search-hero { grid-template-columns: 1fr; gap: 30px; padding: 48px 45px; }
    .explorer-search-copy { max-width: 760px; }
    .publisher-band { grid-template-columns: 1fr; gap: 20px; }
    .journal-hero-grid { grid-template-columns: 82px minmax(0,1fr); }
    .journal-hero-actions { grid-column: 2; }
    .journal-workspace { grid-template-columns: 180px minmax(0,1fr); }
    .journal-contents { padding-inline: 25px; }
    .journal-content-head { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
}

@media (max-width: 760px) {
    .explorer-topbar { grid-template-columns: 1fr auto; gap: 8px; padding: 7px 12px; }
    .explorer-brand img { width: 40px; height: 40px; }
    .explorer-brand strong { font-size: 16px; }
    .explorer-brand small { font-size: 8px; }
    .explorer-topbar nav a { min-width: 42px; padding: 0 9px; font-size: 16px; }
    .explorer-topbar nav span { display: none; }
    .explorer-search-hero { min-height: 0; padding: 40px 14px 45px; }
    .explorer-search-copy h1 { font-size: 40px; }
    .explorer-search-copy > p:last-child { font-size: 15px; }
    .explorer-search-box { padding: 12px; }
    .explorer-mode-switch { width: 100%; }
    .explorer-mode-switch button { flex: 1; min-width: 0; }
    .explorer-search-input { grid-template-columns: 38px minmax(0,1fr) 44px; }
    .explorer-search-input input { height: 55px; font-size: 14px; }
    .explorer-search-input button { width: 38px; height: 38px; justify-content: center; padding: 0; }
    .explorer-search-input button span { display: none; }
    .explorer-results-shell { padding: 35px 0 45px; }
    .explorer-section-head { padding-inline: 14px; }
    .explorer-section-head h2 { font-size: 23px; }
    .explorer-section-head > span { display: none; }
    .journal-result, .publisher-result { grid-template-columns: 43px minmax(0,1fr) 20px; gap: 10px; padding-inline: 13px; }
    .journal-monogram, .publisher-mark { width: 42px; height: 48px; font-size: 20px; }
    .journal-result-stats, .publisher-result > b, .journal-result-open { display: none; }
    .journal-result-copy strong, .publisher-result strong { font-size: 14px; white-space: normal; }
    .publisher-band { padding: 34px 14px; }
    .publisher-band > div { grid-template-columns: 1fr 1fr; }
    .publisher-hero, .journal-hero { padding: 23px 14px 28px; }
    .publisher-hero h1, .journal-hero h1 { font-size: 32px; }
    .publisher-hero-grid { grid-template-columns: 62px minmax(0,1fr); gap: 13px; }
    .publisher-hero-mark { width: 58px; height: 58px; font-size: 23px; }
    .explorer-stat-band { grid-template-columns: 1fr 1fr; }
    .explorer-stat-band div:nth-child(2) { border-right: 0; }
    .explorer-stat-band div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .explorer-stat-band strong { font-size: 20px; }
    .publisher-layout { grid-template-columns: 1fr; margin: 18px 0 50px; border-inline: 0; }
    .publisher-profile { position: static; border-right: 0; border-bottom: 1px solid var(--line); }
    .publisher-journals > header { align-items: stretch; flex-direction: column; }
    .list-filter { width: 100%; min-width: 0; }
    .journal-hero-grid { grid-template-columns: 66px minmax(0,1fr); gap: 14px; }
    .journal-spine { width: 64px; height: 82px; }
    .journal-spine i { font-size: 23px; }
    .journal-hero-actions { grid-column: 1 / -1; }
    .journal-hero-actions .explorer-primary { flex: 1; }
    .journal-workspace { grid-template-columns: minmax(0,1fr); }
    .journal-year-rail { position: static; min-width: 0; max-height: none; overflow: visible; border-right: 0; border-bottom: 1px solid var(--line); }
    .journal-year-rail > header { display: none; }
    .journal-year-select { display: grid; gap: 5px; padding: 13px 14px; }
    .journal-year-select span { color: var(--muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
    .journal-year-select select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid var(--line); border-radius: 4px; background: white; }
    .journal-year-list { display: flex; overflow-x: auto; padding: 0 10px 10px; border-top: 0; }
    .journal-year-list a { flex: 0 0 77px; min-height: 45px; display: grid; justify-content: center; place-items: center; padding: 4px; border: 1px solid var(--line); border-right: 0; }
    .journal-year-list a:last-child { border-right: 1px solid var(--line); }
    .journal-year-list a.active { box-shadow: inset 0 -3px var(--cadet-dark); }
    .issue-jump { padding: 10px 14px 15px; }
    .issue-jump nav { display: flex; overflow-x: auto; }
    .issue-jump a { flex: 0 0 55px; }
    .journal-contents { padding: 0 13px 60px; }
    .journal-content-head h2 { font-size: 25px; }
    .journal-content-tools { width: 100%; }
    .journal-content-tools > label { min-width: 0; flex: 1; }
    .issue-section > summary { grid-template-columns: 72px minmax(0,1fr) 18px; }
    .issue-section > summary > span:nth-child(3) { display: none; }
    .journal-article-row { grid-template-columns: minmax(0,1fr) auto; }
    .article-page { display: none; }
    .article-copy h3 { font-size: 14px; }
    .article-snippet { font-size: 12px; }
    .article-actions { flex-direction: column; }
    .journal-article-dialog { width: 100vw; height: 100vh; border-radius: 0; }
    .dialog-source small { max-width: 180px; }
    .journal-article-dialog > article { padding: 28px 16px 55px; }
    .journal-article-dialog h1 { font-size: 23px; }
    .reader-meta dl { grid-template-columns: 1fr; }
    .reader-meta dl div, .reader-meta dl div:nth-child(even) { border-right: 0; }
    .reader-actions a, .reader-actions button { flex: 1 1 calc(50% - 7px); }
    .explorer-footer { align-items: flex-start; flex-direction: column; }
    .explorer-footer nav { justify-content: flex-start; }
}

@media (max-width: 430px) {
    .publisher-band > div { grid-template-columns: 1fr; }
    .publisher-journal-link { padding-inline: 14px; }
    .explorer-breadcrumb { margin-bottom: 16px; }
    .journal-identifiers span:nth-child(n+2) { display: none; }
    .article-actions a { display: none; }
}
