:root {
  --reads-paper: #eee8db;
  --reads-paper-deep: #d8cdbb;
  --reads-ink: #17201c;
  --reads-ink-soft: #53615a;
  --reads-moss: #334f42;
  --reads-rust: #a04f32;
  --reads-gold: #c59743;
  --reads-line: rgba(23, 32, 28, .17);
  --reads-shadow: 0 18px 55px rgba(31, 37, 31, .14);
}

.reads-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.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; }

.reads-shell,
.read-detail-shell {
  width: min(1540px, calc(100% - 28px));
  margin: 0 auto;
  padding: 30px 0 100px;
  color: var(--reads-ink);
}

.reads-shell {
  position: relative;
  isolation: isolate;
}

.reads-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 15% 12%, rgba(197,151,67,.13), transparent 28%),
    radial-gradient(circle at 88% 35%, rgba(51,79,66,.14), transparent 34%),
    repeating-linear-gradient(0deg, rgba(23,32,28,.022) 0 1px, transparent 1px 5px),
    var(--reads-paper);
}

.reads-hero {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  min-height: 220px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 74px);
  border: 1px solid rgba(238,232,219,.15);
  background:
    radial-gradient(circle at 86% 18%, rgba(197,151,67,.16), transparent 25%),
    linear-gradient(112deg, rgba(13,27,22,.98), rgba(27,52,42,.94));
  color: #f3ecde;
  box-shadow: var(--reads-shadow);
}

.reads-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(255,255,255,.022) 0 1px, transparent 1px 6px);
}

.reads-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 9rem);
  line-height: .78;
  letter-spacing: -.075em;
  font-weight: 900;
}

.reads-hero__stats {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: baseline;
  gap: 10px;
  white-space: nowrap;
}
.reads-hero__stats strong { font: 300 clamp(2.8rem, 6vw, 5rem)/.8 Georgia, serif; color: #dabd83; }
.reads-hero__stats span { text-transform: uppercase; letter-spacing: .16em; font-size: .68rem; color: rgba(243,236,222,.62); }


.reads-dock {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 12px;
  width: min(980px, calc(100% - 28px));
  margin: -25px auto 38px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 999px;
  background: rgba(245,240,230,.88);
  box-shadow: 0 17px 45px rgba(24,32,27,.18);
  backdrop-filter: blur(22px);
}
.reads-dock__search { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; gap: 7px; min-height: 48px; padding-left: 13px; }
.reads-dock__search > svg { width: 21px; height: 21px; fill: none; stroke: var(--reads-moss); stroke-width: 1.8; }
.reads-dock input[type="search"] { width: 100%; border: 0; outline: 0; background: transparent; color: var(--reads-ink); font: 600 1rem/1.2 inherit; }
.reads-dock input[type="search"]::placeholder { color: #7c827a; }
.reads-view-switch { display: flex; align-items: center; gap: 2px; padding: 4px; border-radius: 999px; background: rgba(51,79,66,.08); }
.icon-action { display: inline-grid; place-items: center; width: 42px; height: 42px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: inherit; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.icon-action svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.icon-action:hover, .icon-action[aria-pressed="true"] { background: var(--reads-moss); color: #fff; transform: translateY(-1px); }
.icon-action--large { width: 50px; height: 50px; background: var(--reads-moss); color: #fff; }
.icon-action:focus-visible, .text-action:focus-visible, .save-action:focus-visible, .read-card a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(197,151,67,.55); outline-offset: 3px; }

.reads-filter-tray { grid-column: 1 / -1; margin: 4px; padding: 22px; border-radius: 25px; background: rgba(255,253,248,.96); border: 1px solid var(--reads-line); }
.reads-filter-tray__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 13px; }
.reads-filter-tray label, .curator-sheet label { display: grid; gap: 6px; color: var(--reads-ink-soft); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.reads-filter-tray select, .curator-sheet input, .curator-sheet select, .curator-sheet textarea { width: 100%; min-height: 43px; padding: 10px 12px; border: 1px solid var(--reads-line); border-radius: 10px; background: #f8f3e9; color: var(--reads-ink); font: 500 .92rem/1.3 inherit; letter-spacing: normal; text-transform: none; }
.reads-filter-tray__footer { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.icon-check { display: inline-flex !important; grid-auto-flow: column; align-items: center; gap: 7px !important; padding: 8px 11px; border-radius: 999px; background: rgba(51,79,66,.07); cursor: pointer; }
.icon-check input { accent-color: var(--reads-moss); }
.icon-check svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.text-action { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; border: 0; background: transparent; color: var(--reads-rust); font-weight: 800; text-decoration: none; cursor: pointer; }
.text-action svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.reads-ledger { display: flex; align-items: center; justify-content: flex-start; gap: 20px; margin: 0 4px 20px; padding-bottom: 12px; border-bottom: 1px solid var(--reads-line); color: var(--reads-ink-soft); font: 650 .75rem/1.3 ui-monospace, SFMono-Regular, Consolas, monospace; text-transform: uppercase; letter-spacing: .08em; }
.reads-ledger p { margin: 0; }

.reads-results--grid { column-width: 220px; column-gap: 22px; }
.reads-results--list { display: grid; grid-template-columns: 1fr; gap: 14px; }
.read-card { position: relative; display: inline-block; width: 100%; margin: 0 0 22px; break-inside: avoid; overflow: hidden; border: 1px solid rgba(23,32,28,.13); border-radius: 3px 3px 17px 3px; background: rgba(249,245,236,.93); box-shadow: 0 10px 30px rgba(38,44,38,.09); vertical-align: top; transition: transform .22s ease, box-shadow .22s ease; }
.read-card:nth-child(5n+2) { transform: rotate(.28deg); }
.read-card:nth-child(7n+3) { transform: rotate(-.25deg); }
.read-card:hover { transform: translateY(-5px) rotate(0); box-shadow: 0 22px 45px rgba(35,42,36,.15); }
.read-card__paper-edge { position: absolute; z-index: 3; left: 6px; top: 0; bottom: 0; width: 4px; background: repeating-linear-gradient(to bottom, rgba(160,79,50,.42) 0 8px, transparent 8px 13px); opacity: .32; }
.read-card__cover-link { display: block; overflow: hidden; background: #d8cdbb; }
.read-card__cover { display: block; width: 100%; height: auto; object-fit: contain; image-rendering: auto; transition: transform .25s ease; }
.read-card:hover .read-card__cover { transform: translateZ(0); }
.read-card__cover--fallback { display: grid; place-items: center; min-height: 330px; background: linear-gradient(145deg, #385546, #182a22 58%, #7c4c32); color: #e8d8b7; }
.read-card__cover--fallback span { font: 400 7rem/1 Georgia, serif; }
.read-card__cover--fallback small { position: absolute; bottom: 18px; letter-spacing: .2em; }
.read-card__body { display: grid; gap: 9px; padding: 18px 20px 21px 24px; }
.read-card__eyebrow { display: flex; align-items: center; justify-content: space-between; }
.read-status { color: var(--reads-rust); font: 850 .65rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .13em; text-transform: uppercase; }
.read-card__favorite { width: 16px; height: 16px; fill: var(--reads-rust); stroke: var(--reads-rust); }
.read-card__title { margin: 0; font: 700 1.36rem/1.07 Georgia, 'Times New Roman', serif; letter-spacing: -.025em; }
.read-card__title a { color: inherit; text-decoration: none; }
.read-card__subtitle, .read-card__authors { margin: 0; color: var(--reads-ink-soft); }
.read-card__authors { font-size: .86rem; font-weight: 750; }
.read-card__review { position: relative; margin: 8px 0 2px; padding: 12px 0 0 18px; border-left: 1px solid rgba(160,79,50,.34); color: #4c514b; font: italic .92rem/1.5 Georgia, serif; }
.read-card__meta { display: flex; flex-wrap: wrap; gap: 7px 12px; color: #74786f; font: 650 .7rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.read-card__tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 3px 0 0; padding: 0; list-style: none; }
.read-card__tags a { color: var(--reads-moss); font-size: .73rem; text-decoration: none; border-bottom: 1px solid rgba(51,79,66,.25); }
.read-card__edit { position: absolute; z-index: 5; top: 10px; right: 10px; color: #fff; background: rgba(15,28,22,.8); opacity: 0; transform: translateY(-5px); }
.is-curating .read-card__edit, .read-card:hover .read-card__edit { opacity: 1; transform: none; }
.reads-results--list .read-card { display: grid; grid-template-columns: minmax(130px, 200px) 1fr; margin: 0; border-radius: 3px 18px 18px 3px; }
.reads-results--list .read-card__cover { height: 100%; max-height: 270px; object-fit: cover; }
.reads-results--list .read-card__body { align-content: center; padding: 24px 30px; }
.reads-results--list .read-card__review { max-width: 750px; }

.reads-infinite { display: grid; place-items: center; min-height: 112px; margin-top: 20px; }
.reads-infinite[hidden] { display: none; }
.reads-load-more { display: inline-flex; align-items: center; gap: 9px; min-height: 46px; padding: 0 18px; border: 1px solid rgba(51,79,66,.28); border-radius: 999px; background: rgba(245,240,230,.86); color: var(--reads-moss); font-weight: 800; cursor: pointer; box-shadow: 0 10px 28px rgba(35,42,36,.08); }
.reads-load-more svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.reads-load-more:hover { background: var(--reads-moss); color: #fff; }
.reads-load-more:disabled { cursor: wait; opacity: .65; }
.is-loading-more .reads-load-more svg { animation: reads-pulse .8s ease-in-out infinite alternate; }
@keyframes reads-pulse { to { transform: translateY(4px); } }
.reads-noscript-pagination { margin-top: 30px; }

.reads-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 46px; }
.reads-pagination__link { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: #fff; background: var(--reads-moss); }
.reads-pagination__link svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.reads-pagination__status { min-width: 86px; text-align: center; color: var(--reads-ink-soft); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.reads-pagination__status b { color: var(--reads-rust); font-size: 1.1rem; }
.reads-empty { display: grid; place-items: center; min-height: 330px; padding: 50px; border: 1px dashed rgba(51,79,66,.35); text-align: center; }
.reads-empty svg { width: 55px; height: 55px; fill: none; stroke: var(--reads-moss); stroke-width: 1.2; }
.reads-empty h2 { margin-bottom: 0; font-family: Georgia, serif; }

.curator-rail { position: fixed; z-index: 45; right: 18px; top: 50%; display: grid; gap: 7px; padding: 7px; border: 1px solid rgba(255,255,255,.6); border-radius: 999px; background: rgba(245,240,230,.9); box-shadow: 0 14px 40px rgba(25,35,29,.2); backdrop-filter: blur(18px); transform: translateY(-50%); }
.curator-rail__brand { display: grid; place-items: center; gap: 5px; width: 52px; min-height: 74px; padding: 8px 4px; border: 0; border-radius: 999px; background: var(--reads-rust); color: #fff; cursor: pointer; }
.curator-rail__brand svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.curator-rail__brand span { writing-mode: vertical-rl; transform: rotate(180deg); font: 750 .6rem/1 sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.curator-rail__status { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; }
.curator-rail__status svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.curator-rail__status.is-ready { color: #2d7656; background: rgba(45,118,86,.12); }
.curator-rail__status.is-warning { color: #a04f32; background: rgba(160,79,50,.12); }

.curator-sheet { width: min(880px, calc(100% - 24px)); max-height: min(88vh, 900px); padding: 0; border: 1px solid rgba(255,255,255,.55); border-radius: 24px; background: #f7f0e3; color: var(--reads-ink); box-shadow: 0 30px 100px rgba(16,23,19,.38); }
.curator-sheet::backdrop { background: rgba(14,24,19,.7); backdrop-filter: blur(8px); }
.curator-sheet__chrome { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 22px 25px; border-bottom: 1px solid var(--reads-line); background: rgba(247,240,227,.95); backdrop-filter: blur(18px); }
.curator-sheet__chrome p { margin: 0 0 3px; color: var(--reads-rust); text-transform: uppercase; letter-spacing: .14em; font-size: .66rem; font-weight: 850; }
.curator-sheet__chrome h2 { margin: 0; font: 700 1.7rem/1 Georgia, serif; }
.curator-sheet > section, .curator-editor { padding: 24px; }
.curator-sheet__notice { min-height: 0; padding: 0 24px; color: var(--reads-rust); font-weight: 700; }
.curator-sheet__notice:not(:empty) { padding-top: 14px; }
.curator-search { display: grid; grid-template-columns: 1fr 190px auto; gap: 10px; align-items: end; }
.curator-candidates { display: grid; gap: 10px; margin-top: 22px; }
.curator-candidate { display: grid; grid-template-columns: 68px 1fr auto; align-items: center; gap: 14px; padding: 10px; border: 1px solid var(--reads-line); border-radius: 15px; background: rgba(255,255,255,.56); }
.curator-candidate img, .curator-candidate__fallback { width: 68px; height: 96px; object-fit: cover; background: var(--reads-moss); color: #fff; display: grid; place-items: center; font: 2rem Georgia, serif; }
.curator-candidate h3 { margin: 0; font: 700 1rem/1.15 Georgia, serif; }
.curator-candidate p { margin: 5px 0 0; color: var(--reads-ink-soft); font-size: .82rem; }
.curator-editor { display: grid; gap: 18px; }
.curator-editor__identity { display: grid; grid-template-columns: 120px 1fr; gap: 18px; }
.curator-editor__cover { min-height: 170px; background: #d7c8b1; overflow: hidden; }
.curator-editor__cover img { width: 100%; height: 100%; object-fit: cover; }
.curator-editor__identity > div:last-child { display: grid; gap: 12px; }
.curator-editor__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.curator-editor__wide textarea { resize: vertical; }
.curator-editor__toggles { display: flex; flex-wrap: wrap; gap: 8px; }
.curator-editor__toggles label { display: inline-flex; grid-auto-flow: column; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 999px; background: rgba(51,79,66,.08); cursor: pointer; }
.curator-editor__actions { display: flex; align-items: center; gap: 10px; padding-top: 14px; border-top: 1px solid var(--reads-line); }
.save-action { display: inline-flex; align-items: center; gap: 8px; margin-left: auto; min-height: 44px; padding: 0 18px; border: 0; border-radius: 999px; background: var(--reads-moss); color: #fff; font-weight: 800; cursor: pointer; }
.save-action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }

.read-detail-shell { background: var(--reads-paper); }
.read-detail { display: grid; grid-template-columns: minmax(230px, 380px) 1fr; gap: clamp(35px, 7vw, 110px); align-items: start; }
.read-detail__cover { width: 100%; box-shadow: var(--reads-shadow); }
.read-detail__content h1 { margin: 0; font: 700 clamp(3rem, 7vw, 7rem)/.9 Georgia, serif; letter-spacing: -.05em; }
.read-detail__back { display: inline-block; margin-bottom: 30px; color: var(--reads-rust); text-decoration: none; font-weight: 800; }
.read-detail__kicker { color: var(--reads-rust); text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 800; }
.read-detail__subtitle, .read-detail__authors { color: var(--reads-ink-soft); font-size: 1.15rem; }
.read-detail__facts { display: flex; flex-wrap: wrap; gap: 18px 28px; padding: 20px 0; border-block: 1px solid var(--reads-line); }
.read-detail__facts div { display: grid; gap: 3px; }
.read-detail__facts dt { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--reads-ink-soft); }
.read-detail__facts dd { margin: 0; font-weight: 750; }
.read-detail__section { max-width: 850px; margin-top: 30px; }
.read-detail__section h2 { font-family: Georgia, serif; }
.read-detail__section p { line-height: 1.75; }

.is-loading .reads-results { opacity: .48; transition: opacity .2s ease; }

@media (max-width: 900px) {
  .reads-hero { align-items: flex-end; }
  .reads-dock { grid-template-columns: 1fr; border-radius: 25px; }
  .reads-view-switch { position: absolute; right: 8px; bottom: -53px; }
  .curator-rail { right: 8px; }
  .curator-search { grid-template-columns: 1fr; }
  .curator-editor__grid { grid-template-columns: 1fr 1fr; }
  .read-detail { grid-template-columns: 1fr; }
  .read-detail__cover-column { max-width: 360px; }
}

@media (max-width: 620px) {
  .reads-shell { width: min(100% - 14px, 1540px); }
  .reads-hero { min-height: 190px; padding: 34px 23px 48px; }
  .reads-hero h1 { font-size: clamp(4rem, 23vw, 7rem); }
  .reads-hero__stats { display: grid; gap: 4px; text-align: right; }
  .reads-filter-tray__footer, .curator-editor__actions { align-items: stretch; flex-direction: column; }
  .text-action, .save-action { margin-left: 0; justify-content: center; }
  .reads-results--grid { column-width: 160px; column-gap: 12px; }
  .read-card { margin-bottom: 12px; }
  .read-card__body { padding: 14px 14px 17px 18px; }
  .read-card__title { font-size: 1.03rem; }
  .read-card__review, .read-card__tags { display: none; }
  .reads-results--list .read-card { grid-template-columns: 105px 1fr; }
  .curator-rail { top: auto; bottom: 12px; left: 50%; right: auto; grid-auto-flow: column; transform: translateX(-50%); }
  .curator-rail__brand { width: 64px; min-height: 42px; grid-auto-flow: column; }
  .curator-rail__brand span { writing-mode: horizontal-tb; transform: none; }
  .curator-editor__identity { grid-template-columns: 82px 1fr; }
  .curator-editor__grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* Academic papers — shared Reads library */
.reads-type-switch { display: inline-flex; align-items: center; gap: 4px; align-self: center; padding: 4px; border: 1px solid var(--reads-line); border-radius: 999px; background: rgba(245,240,230,.78); }
.reads-type-switch button { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 0 13px; border: 0; border-radius: 999px; background: transparent; color: var(--reads-ink-soft); font: 800 .72rem/1 sans-serif; cursor: pointer; }
.reads-type-switch button[aria-pressed="true"] { background: var(--reads-moss); color: #fff; box-shadow: 0 5px 16px rgba(35,63,49,.2); }
.reads-type-switch svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; }
[data-paper-filter][hidden] { display: none !important; }
.read-kind { color: var(--reads-rust); font-size: .64rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.read-open-access { color: #2d7656; font-weight: 800; }

.read-card--paper { --paper-accent: #8d5138; }
.read-card__cover--paper { position: relative; display: flex; min-height: 270px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px 22px 20px; color: #f7efe1; background: linear-gradient(150deg, #263f34 0%, #16271f 48%, #8d5138 145%); text-align: left; }
.read-card__cover--paper::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(247,239,225,.28); pointer-events: none; }
.read-card__cover--paper::after { content: ""; position: absolute; width: 110px; height: 110px; right: -35px; bottom: -28px; border: 1px solid rgba(247,239,225,.22); border-radius: 50%; box-shadow: 0 0 0 20px rgba(247,239,225,.035), 0 0 0 42px rgba(247,239,225,.025); }
.read-card__cover--paper small, .read-card__cover--paper strong, .read-card__cover--paper span, .read-card__cover--paper i { position: relative; z-index: 1; }
.read-card__cover--paper small { font: 850 .62rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .14em; text-transform: uppercase; opacity: .74; }
.read-card__cover--paper strong { margin: auto 0; font: 700 clamp(1.25rem, 2.4vw, 2rem)/1.02 Georgia, serif; letter-spacing: -.03em; }
.read-card__cover--paper span { max-width: 90%; font-size: .76rem; line-height: 1.4; opacity: .82; }
.read-card__cover--paper i { align-self: flex-end; font: 700 1rem/1 Georgia, serif; }
.reads-results--list .read-card__cover--paper { min-height: 100%; }

.curator-search { grid-template-columns: 130px minmax(240px, 1fr) 220px auto; }
.curator-editor__type { max-width: 220px; }
.curator-paper-fields { display: grid; gap: 14px; padding: 18px; border: 1px solid var(--reads-line); border-radius: 16px; background: rgba(255,255,255,.35); }
.curator-paper-fields[hidden] { display: none; }
.curator-paper-fields h3 { margin: 0; color: var(--reads-rust); font: 700 1.2rem/1 Georgia, serif; }
.curator-candidate__fallback.is-paper svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.curator-paper-preview { min-height: 170px; padding: 16px; }

.read-detail--paper { grid-template-columns: minmax(260px, 410px) 1fr; }
.read-detail__paper-cover, .read-detail__fallback { display: flex; min-height: 540px; flex-direction: column; justify-content: space-between; padding: clamp(28px, 4vw, 48px); color: #f7efe1; background: linear-gradient(145deg, #263f34, #14241d 58%, #8d5138 150%); box-shadow: var(--reads-shadow); }
.read-detail__paper-cover small { font: 850 .7rem/1.2 ui-monospace, monospace; letter-spacing: .16em; text-transform: uppercase; opacity: .75; }
.read-detail__paper-cover strong { margin: auto 0; font: 700 clamp(2.1rem, 4vw, 4.5rem)/.95 Georgia, serif; letter-spacing: -.05em; }
.read-detail__paper-cover span { font-size: 1rem; line-height: 1.5; opacity: .82; }
.read-detail__paper-cover i { align-self: flex-end; font: 700 1.15rem/1.3 Georgia, serif; }
.read-detail__fallback { align-items: center; justify-content: center; gap: 20px; background: linear-gradient(145deg, var(--reads-moss), #1d3127); }
.read-detail__fallback strong { font: 700 8rem/1 Georgia, serif; }
.read-detail__links { display: flex; flex-wrap: wrap; gap: 9px; margin: 22px 0; }
.read-detail__links a { padding: 9px 13px; border: 1px solid rgba(51,79,66,.25); border-radius: 999px; color: var(--reads-moss); background: rgba(255,255,255,.45); font-weight: 800; text-decoration: none; }
.read-detail__links a:hover { color: #fff; background: var(--reads-moss); }
.read-detail__tags { margin-top: 30px; }

@media (max-width: 900px) {
  .curator-search { grid-template-columns: 1fr 1fr; }
  .read-detail--paper { grid-template-columns: 1fr; }
  .read-detail__paper-cover { min-height: 460px; }
}
@media (max-width: 620px) {
  .reads-type-switch { order: 3; width: 100%; justify-content: center; }
  .reads-type-switch button { flex: 1; justify-content: center; }
  .curator-search { grid-template-columns: 1fr; }
  .read-card__cover--paper { min-height: 220px; padding: 19px; }
}


/* Academic papers extension layout */
.reads-dock { grid-template-columns: minmax(0, 1fr) auto auto; }
.curator-search { grid-template-columns: 130px minmax(240px, 1fr) 220px auto auto; }
@media (max-width: 980px) {
  .reads-dock { grid-template-columns: 1fr; }
  .curator-search { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .curator-search { grid-template-columns: 1fr; }
}
