:root {
  --rg-ink: #27342d;
  --rg-paper: #f5f0e5;
  --rg-leaf: #526650;
  --rg-rose: #b97884;
  --rg-touch: 44px;
  --paper: #f5f0e5;
  --paper-deep: #e8deca;
  --ink: #27342d;
  --muted: #5f695f;
  --leaf: #526650;
  --rose: #9b5262;
  --serif: "Gowun Batang", serif;
  --sans: "Noto Sans KR", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 20% 8%, rgba(255,255,255,.9), transparent 32%), radial-gradient(circle at 84% 30%, rgba(244,215,222,.5), transparent 34%), linear-gradient(150deg, #eef3ea, var(--paper) 45%, #eee5d5); font-family: var(--sans); }
.books-grain { position: fixed; z-index: 30; inset: 0; pointer-events: none; opacity: .12; background-image: var(--rg-grain); }
/* 촛불 보케와 꽃잎은 공유 앰비언트 엔진(garden-ambient.js)이 캔버스로 그린다 */
.books-petals { position: fixed; z-index: 0; inset: 0; pointer-events: none; }
button, a { font: inherit; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(185,120,132,.55); outline-offset: 4px; }
.skip-link { position: fixed; z-index: 20; top: 8px; left: 8px; translate: 0 -150%; padding: 10px 14px; color: #fff; background: var(--ink); }
.skip-link:focus { translate: 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.books-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 12px clamp(22px,5vw,76px); border-bottom: 1px solid rgba(39,52,45,.1); background: rgba(248,245,236,.94); }
.books-brand { min-height: var(--rg-touch); display: flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; font-family: var(--serif); font-size: 19px; }
.books-brand-mark { width: 38px; height: 38px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.books-brand-mark .brand-flower { fill: var(--rose); stroke: none; }
.books-brand span { display: grid; }
.books-brand small { color: var(--muted); font-family: var(--sans); font-size: 12px; line-height: 1.35; letter-spacing: .06em; }
.books-header-actions { display: flex; align-items: center; gap: 14px; }
.books-header nav { display: flex; gap: clamp(15px,3vw,42px); }
.books-header nav a { position: relative; min-height: var(--rg-touch); display: inline-flex; align-items: center; padding: 6px 0; color: inherit; text-decoration: none; font-family: var(--serif); }
.books-header nav a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 1px; height: 1px; background: currentColor; transition: right .25s ease; }
.books-header nav a:hover::after, .books-header nav a:focus-visible::after { right: 0; }
main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: clamp(56px,8vw,110px) 0 64px; }
.books-intro { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(300px,.75fr); align-items: end; gap: clamp(30px,7vw,100px); }
.books-intro > div,
.books-intro-copy,
.book-page { min-width: 0; }
.books-intro > div > p { display: flex; align-items: center; gap: 10px; margin: 0 0 13px; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .14em; }
.intro-rose { width: 30px; height: 30px; flex: 0 0 auto; fill: none; stroke: var(--rose); stroke-width: 4; stroke-linecap: round; stroke-linejoin: round; opacity: .85; }
.books-intro h1 { margin: 0; font-family: var(--serif); font-size: clamp(44px,7vw,86px); font-weight: 400; line-height: 1.12; letter-spacing: -.07em; }
.books-intro-copy { max-width: 34ch; margin: 0 0 8px; color: var(--muted); font: 400 clamp(15px,1.5vw,18px)/2 var(--serif); text-wrap: pretty; }
.book-shelf-hint { margin: clamp(42px, 6vw, 70px) 0 -30px; color: var(--muted); font-size: 12px; text-align: right; }
.book-covers { display: grid; grid-template-columns: repeat(5,minmax(120px,1fr)); align-items: end; gap: 14px; margin: clamp(50px,7vw,86px) 0 38px; padding: 0 14px 18px; border-bottom: 15px solid #9b774c; box-shadow: 0 11px 15px -12px rgba(54,40,25,.65); overflow-x: auto; scrollbar-width: thin; scrollbar-color: rgba(82,102,80,.55) transparent; scroll-padding-inline: 12px; }
.book-covers button { position: relative; min-width: 0; min-height: 164px; display: grid; align-content: space-between; padding: 20px 15px; border: 1px solid rgba(39,52,45,.18); border-radius: 5px 12px 3px 3px; color: #344237; text-align: left; background: #e7efdc; box-shadow: inset 8px 0 rgba(255,255,255,.22), 4px 7px 12px rgba(45,55,42,.13); cursor: pointer; transition: translate .25s ease, rotate .25s ease, box-shadow .25s ease; }
.book-covers button::before { content: ''; position: absolute; z-index: 0; inset: 0; border-radius: inherit; pointer-events: none; opacity: .1; background-image: var(--rg-grain); }
.book-covers button::after { content: '✿'; position: absolute; right: 12px; bottom: 10px; color: rgba(39, 52, 45, .22); font-size: 19px; }
.book-covers button > * { position: relative; z-index: 1; }
.book-covers button:hover { rotate: -1.2deg; }
.book-covers button:nth-child(2) { min-height: 180px; background: #f4dfdf; }
.book-covers button:nth-child(3) { min-height: 198px; background: #d9e8e0; }
.book-covers button:nth-child(4) { min-height: 176px; background: #ead5c5; }
.book-covers button:nth-child(5) { min-height: 188px; background: #dce4e8; }
.book-covers button:hover, .book-covers button:focus-visible, .book-covers button[aria-current="true"] { translate: 0 -9px; box-shadow: inset 8px 0 rgba(255,255,255,.24), 5px 14px 20px rgba(45,55,42,.2); }
.book-covers button[aria-current="true"] { outline: 3px solid rgba(82,102,80,.38); outline-offset: 3px; }
.book-covers button[aria-current="true"]::after { content: '선택됨 · ✿'; right: 9px; color: rgba(39, 52, 45, .64); font-size: 10px; font-weight: 700; }
.book-covers small { font-size: 12px; letter-spacing: .06em; }
.book-covers strong { font-family: var(--serif); font-size: clamp(20px,2vw,28px); line-height: 1.35; }
.book-reader { position: relative; height: auto; min-height: 650px; display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); overflow: hidden; border: 1px solid rgba(39,52,45,.13); border-radius: 8px 28px 28px 8px; background: rgba(255,252,244,.92); box-shadow: 0 30px 70px rgba(54,60,48,.14); container: book-reader / inline-size; }
.book-visual { position: relative; min-height: 0; height: 100%; background: #dfe7dc; }
.book-visual::after { content: ""; position: absolute; inset: 0 0 0 auto; width: 26px; background: linear-gradient(90deg, transparent, rgba(30,39,32,.12)); pointer-events: none; }
.book-photo-button { position: relative; display: block; width: 100%; height: 100%; overflow: hidden; padding: 0; border: 0; appearance: none; background: transparent; color: inherit; font: inherit; cursor: zoom-in; }
.book-visual img { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity .18s ease; }
.book-photo-button:focus-visible { outline: 3px solid rgba(82,102,80,.65); outline-offset: -7px; }
.photo-zoom-hint { position: absolute; right: 22px; bottom: 22px; z-index: 2; display: inline-flex; align-items: center; gap: 7px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.48); border-radius: 999px; background: rgba(39,52,45,.68); color: white; font-size: 12px; font-weight: 700; opacity: .92; transition: background-color .2s ease, transform .2s ease; }
.book-photo-button:hover .photo-zoom-hint { background: rgba(39,52,45,.88); transform: translateY(-2px); }
.photo-zoom-hint svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.page-season { position: absolute; top: 24px; left: 24px; padding: 8px 13px; border-radius: 999px; color: #fff; background: rgba(39,52,45,.85); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.book-page { align-self: stretch; min-width: 0; min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: clamp(42px,7vw,90px); }
.book-page h2:focus-visible { outline: 3px solid var(--rg-focus); outline-offset: 6px; border-radius: 4px; }
.book-page-tools { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 22px; }
.album-view-button { display: inline-flex; align-items: center; gap: 10px; min-height: 46px; padding: 7px 13px 7px 9px; border: 1px solid rgba(82,102,80,.24); border-radius: 14px; color: var(--leaf); background: rgba(255,255,255,.6); text-align: left; cursor: pointer; transition: translate .2s ease, background-color .2s ease, box-shadow .2s ease; }
.album-view-button:hover, .album-view-button:focus-visible { translate: 0 -2px; background: #fff; box-shadow: 0 9px 22px rgba(54,60,48,.12); }
.album-view-button svg { width: 27px; height: 27px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.45; }
.album-view-button span { display: grid; gap: 1px; }
.album-view-button strong { font-size: 12px; }
.album-view-button small { color: var(--muted); font-size: 12px; }
.album-view-button[hidden] { display: none; }
.book-reader-actions { position: sticky; z-index: 7; top: 10px; display: flex; align-items: center; justify-content: flex-end; gap: 8px; width: fit-content; margin: 0 0 12px auto; padding: 6px; border: 1px solid rgba(82,102,80,.18); border-radius: 999px; background: rgba(248,245,236,.94); box-shadow: 0 8px 24px rgba(54,60,48,.1); }
.book-reader-actions button { min-height: 46px; padding: 0 15px; border: 1px solid rgba(82,102,80,.24); border-radius: 999px; color: var(--leaf); background: rgba(255,255,255,.65); font-size: 12px; font-weight: 700; cursor: pointer; }
.book-reader-actions button:hover:not(:disabled), .book-reader-actions button:focus-visible { background: #fff; }
.book-reader-actions button:disabled { opacity: .46; cursor: default; }
.book-progress-notice { width: fit-content; max-width: 100%; margin: -20px 0 22px auto; padding: 9px 14px; border: 1px solid rgba(82,102,80,.2); border-radius: 999px; color: var(--leaf); background: rgba(255,255,255,.64); font-size: 12px; line-height: 1.5; }
.book-page > p:first-child { margin: 0 0 13px; color: var(--rose); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.book-page h2 { margin: 0 0 27px; font-family: var(--serif); font-size: clamp(34px,4.5vw,60px); font-weight: 400; line-height: 1.32; letter-spacing: -.05em; }
#pageDescription { min-height: 8em; margin: 0; color: #5f695f; font: 400 clamp(15px,1.6vw,18px)/2 var(--serif); }
.page-controls { display: grid; grid-template-columns: 1fr auto auto 1fr; align-items: center; gap: 18px; margin-top: 45px; padding-top: 22px; border-top: 1px solid rgba(39,52,45,.12); }
.page-controls button { min-height: 46px; padding: 0 20px; border: 1px solid rgba(82, 102, 80, .3); border-radius: 999px; color: var(--leaf); background: rgba(255, 255, 255, .55); font-weight: 700; cursor: pointer; transition: translate .2s ease, background-color .2s ease; }
.page-controls button:first-child { justify-self: start; }
.page-controls button:last-child { justify-self: end; }
.page-controls button:hover:not(:disabled), .page-controls button:focus-visible { translate: 0 -2px; background: #fff; }
.page-controls button:disabled { opacity: .3; cursor: default; }
.page-controls span { color: var(--muted); font: 600 12px/1 'Gowun Batang', serif; letter-spacing: .1em; }
.book-album-view { position: absolute; z-index: 4; inset: 0; overflow: auto; padding: clamp(25px,4vw,46px); background: radial-gradient(circle at 90% 4%, rgba(224,153,158,.14), transparent 29%), linear-gradient(135deg, #f8f4ea, #fffdf7 54%, #eef2e9); }
.book-album-view[hidden] { display: none; }
.book-reader.is-album-view > .book-visual,
.book-reader.is-album-view > .book-page { visibility: hidden; }
.book-album-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; margin-bottom: 24px; padding-bottom: 18px; border-bottom: 1px solid rgba(39,52,45,.13); }
.book-album-header p { margin: 0 0 7px; color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.book-album-header h2 { margin: 0; color: var(--ink); font-family: var(--serif); font-size: clamp(25px,3.3vw,40px); font-weight: 400; line-height: 1.2; letter-spacing: -.05em; }
.book-album-count { display: block; margin-top: 9px; color: var(--muted); font-size: 11px; }
.book-album-close { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; flex: 0 0 auto; padding: 0 14px 0 16px; border: 1px solid rgba(82,102,80,.25); border-radius: 999px; color: var(--leaf); background: rgba(255,255,255,.7); font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.book-album-close:hover, .book-album-close:focus-visible { background: white; }
.book-album-close svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.book-album-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 14px; }
.book-album-tile { position: relative; display: block; min-width: 0; aspect-ratio: 1; overflow: hidden; padding: 0; border: 1px solid rgba(39,52,45,.14); border-radius: 17px; background: #dfe7dc; cursor: pointer; box-shadow: 0 10px 22px rgba(54,60,48,.1); transition: translate .22s ease, box-shadow .22s ease; }
.book-album-tile:hover, .book-album-tile:focus-visible { translate: 0 -4px; box-shadow: 0 15px 27px rgba(54,60,48,.17); }
.book-album-tile:focus-visible { outline: 3px solid rgba(82,102,80,.55); outline-offset: 3px; }
.book-album-tile img { width: 100%; height: 100%; display: block; object-fit: cover; }
.book-album-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(24,34,27,.68), transparent 42%); pointer-events: none; }
.book-album-tile-caption { position: absolute; z-index: 1; right: 11px; bottom: 10px; left: 11px; display: flex; align-items: end; justify-content: space-between; gap: 8px; color: white; text-align: left; }
.book-album-tile-caption strong { min-width: 0; overflow: hidden; font-family: var(--serif); font-size: 14px; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.book-album-tile-caption small { flex: 0 0 auto; font-size: 9px; opacity: .82; }
.photo-lightbox { width: min(980px, calc(100vw - 28px)); max-height: calc(100svh - 28px); overflow: hidden; padding: 0; border: 0; border-radius: 24px; color: var(--ink); background: #f8f4ea; box-shadow: 0 30px 90px rgba(28,39,31,.38); }
.photo-lightbox[open] { display: block; animation: photoLightboxIn .28s ease both; }
@keyframes photoLightboxIn { from { opacity: 0; transform: scale(.97) translateY(10px); } to { opacity: 1; transform: none; } }
.photo-lightbox-shell { max-height: calc(100svh - 28px); overflow: auto; padding: 24px 28px 30px; background: radial-gradient(circle at 88% 10%, rgba(224,153,158,.12), transparent 28%), #f8f4ea; }
.photo-lightbox-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.photo-lightbox-header p { margin: 0 0 5px; color: var(--rose); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.photo-lightbox-header h2 { max-width: 27ch; margin: 0; font-family: var(--serif); font-size: clamp(25px,3.4vw,42px); font-weight: 400; line-height: 1.22; letter-spacing: -.05em; }
.photo-lightbox-close { width: 42px; height: 42px; flex: 0 0 auto; border: 1px solid rgba(39,52,45,.14); border-radius: 50%; color: var(--ink); background: rgba(255,255,255,.72); font-size: 25px; line-height: 1; cursor: pointer; }
.photo-lightbox-close:hover, .photo-lightbox-close:focus-visible { background: white; }
.photo-lightbox-figure { display: grid; place-items: center; gap: 13px; margin: 22px 0 0; }
.photo-lightbox-figure img { width: auto; max-width: 100%; height: auto; max-height: calc(100svh - 190px); object-fit: contain; border: 8px solid rgba(255,255,255,.86); box-shadow: 0 18px 40px rgba(54,60,48,.2); }
.photo-lightbox-figure figcaption { color: var(--muted); font-size: 11px; text-align: center; }
.privacy-note { margin: 28px 0 0; padding: 18px 22px; border-left: 3px solid var(--leaf); color: var(--muted); background: rgba(255,255,255,.45); font-size: 13px; line-height: 1.8; }
.privacy-note strong { color: var(--ink); }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 22px clamp(22px,5vw,76px); border-top: 1px solid rgba(39,52,45,.1); color: var(--muted); font-size: 12px; }
footer a { min-height: 44px; display: inline-flex; align-items: center; padding: 10px 2px; color: inherit; }
@media (max-width: 780px) {
  .books-header { align-items: flex-start; flex-direction: column; gap: 10px; padding-block: 14px; }
  .books-header-actions { width: 100%; align-items: flex-start; }
  .books-header nav { width: 100%; justify-content: space-between; gap: 12px; }
  .books-header nav a { font-family: var(--sans); font-size: 15px; }
  main { width: min(100% - 28px,1180px); padding-top: 48px; }
  .books-intro { grid-template-columns: 1fr; gap: 22px; }
  .books-intro h1 { font-size: clamp(42px,13vw,62px); }
  .book-covers { grid-template-columns: repeat(5,118px); margin-top: 38px; margin-right: -14px; padding-left: 5px; padding-bottom: 21px; scroll-snap-type: x mandatory; }
  .book-shelf-hint { margin-top: 30px; margin-bottom: -24px; text-align: left; }
  .book-covers button { min-height: 160px !important; scroll-snap-align: start; }
  .book-reader { min-height: 0; grid-template-columns: 1fr; border-radius: 8px 8px 22px 22px; }
  .book-visual { min-height: 52dvh; max-height: 580px; }
  .book-visual::after { inset: auto 0 0; width: auto; height: 22px; background: linear-gradient(transparent,rgba(30,39,32,.12)); }
  .book-page { padding: 38px 25px 32px; }
  #pageDescription { min-height: 0; }
  .page-controls { margin-top: 32px; }
  footer { flex-direction: column; gap: 7px; }
}

@media (prefers-reduced-data: reduce) {
  .books-grain, .books-petals { display: none; }
}

@media (max-width: 520px) {
  .books-header-actions { align-items: center; gap: 8px; }
  .books-header nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: stretch; gap: 6px; }
  .books-header nav a { min-width: 0; display: grid; place-items: center; min-height: var(--rg-touch); padding: 5px 4px; border: 1px solid rgba(39,52,45,.1); border-radius: 999px; background: rgba(255,255,255,.42); line-height: 1.35; text-align: center; }
  .books-header nav a::after { display: none; }
  .books-intro > div > p { align-items: flex-start; gap: 7px; font-size: 14px; letter-spacing: .04em; line-height: 1.65; }
  .intro-rose { width: 26px; height: 26px; }
  .book-page { padding-inline: 20px; }
  .book-page-tools { align-items: stretch; flex-direction: column; }
  .book-reader-actions { width: 100%; top: 6px; margin-left: 0; }
  .book-reader-actions button { min-width: 0; flex: 1; padding-inline: 8px; }
  .book-progress-notice { width: 100%; margin: -14px 0 18px; border-radius: 14px; text-align: center; }
  .book-page h2 { font-size: clamp(30px, 9vw, 44px); }
  .page-controls { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 28px; }
  .page-controls span { grid-column: 1 / -1; grid-row: 1; justify-self: center; }
  .page-controls button { min-width: 0; padding-inline: 12px; line-height: 1.35; }
  .page-controls button:first-child,
  .page-controls button:last-child { justify-self: stretch; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .books-petals { display: none; }
}

/* The book keeps one predictable photo frame until it becomes a single-column reader. */
@media (max-width: 1080px) {
  .book-reader { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .book-visual { height: clamp(340px, 64svh, 580px); min-height: 340px; max-height: 580px; }
  .book-page { min-height: 390px; height: auto; padding: clamp(34px,6vw,64px); }
  .book-album-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@container book-reader (max-width: 1040px) {
  .book-reader { height: auto; min-height: 0; grid-template-columns: 1fr; }
  .book-visual { height: clamp(340px, 64svh, 580px); min-height: 340px; max-height: 580px; }
  .book-page { min-height: 390px; height: auto; padding: clamp(34px,6vw,64px); }
  .book-album-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .book-visual { height: clamp(320px, 58svh, 500px); min-height: 320px; }
  .book-page { min-height: 360px; padding: 30px 20px 34px; }
  .book-page-tools { margin-bottom: 18px; }
  .album-view-button { width: 100%; }
  .book-album-view { padding: 22px 18px 26px; }
  .book-album-header { flex-direction: column; gap: 15px; }
  .book-album-close { width: 100%; justify-content: center; }
  .book-album-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .book-album-tile-caption { right: 8px; bottom: 8px; left: 8px; }
  .book-album-tile-caption strong { font-size: 12px; }
  .photo-zoom-hint { right: 14px; bottom: 14px; }
  .photo-lightbox-shell { padding: 18px 16px 24px; }
  .photo-lightbox-header h2 { font-size: 28px; }
  .photo-lightbox-figure img { max-height: calc(100svh - 170px); border-width: 5px; }
}

/* Keep the reading surface within reach, with recoverable photo states. */
body[data-story-chapter="books"] main { padding-top: clamp(28px, 4vw, 56px); }
.books-intro { row-gap: 18px; }
.books-intro .story-bridge-line { grid-column: 1 / -1; margin: 0; }
.book-shelf-hint { margin-top: 28px; margin-bottom: 10px; }
.book-covers { margin-top: 20px; margin-bottom: 24px; padding-top: 14px; }
.book-covers button:nth-child(n) { min-height: 128px; }
.public-book-status { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; padding: 14px 18px; border: 1px solid var(--rg-line); border-radius: var(--rg-radius-md); background: var(--rg-paper-soft); }
.public-book-status[hidden] { display: none; }
.public-book-status p { margin: 0; color: var(--rg-muted); font: 14px/1.7 var(--rg-sans); }
.public-book-status button, .book-image-feedback button, .next-season-book { min-height: 44px; padding: 10px 16px; border: 1px solid var(--rg-line-strong); border-radius: var(--rg-radius-pill); color: var(--rg-leaf-deep); background: var(--rg-paper-soft); font: 600 14px/1.5 var(--rg-sans); cursor: pointer; }
.public-book-status button { flex: 0 0 auto; }
.book-image-feedback { position: absolute; inset: 0; display: none; align-content: center; justify-items: center; gap: 14px; padding: 32px; text-align: center; color: var(--rg-ink); }
.book-image-feedback p { max-width: 26ch; margin: 0; font: 16px/1.8 var(--rg-sans); }
.is-image-loading .book-image-feedback, .is-image-error .book-image-feedback { display: grid; }
.book-page-progress { display: block; width: 100%; height: 5px; margin: 24px 0 0; overflow: hidden; border: 0; border-radius: var(--rg-radius-pill); background: var(--rg-leaf-soft); accent-color: var(--rg-leaf); }
.book-page-progress::-webkit-progress-bar { background: var(--rg-leaf-soft); }
.book-page-progress::-webkit-progress-value { background: var(--rg-leaf); }
.book-page-progress::-moz-progress-bar { background: var(--rg-leaf); }
.next-season-book { margin-top: 14px; align-self: flex-start; }
.book-album-tile[aria-current="page"] { outline: 3px solid var(--rg-focus); outline-offset: 3px; }
@media (max-width: 700px) {
  .public-book-status { flex-direction: column; align-items: stretch; }
  .next-season-book { width: 100%; }
}
