<style>
  /* ===== Print edition centerspread pieces ===== */
  .print-edition {
    margin-bottom: 48px;
    padding-bottom: 40px;
  }

  /* Big display hero for "The Centerspread" */
  .print-edition-hero {
    text-align: center;
    padding: 36px 20px 32px;
    border-top: 4px solid var(--ink);
    border-bottom: 4px solid var(--ink);
    margin-bottom: 40px;
    background: linear-gradient(180deg, rgba(46,125,50,0.04) 0%, transparent 100%);
  }
  .print-edition-kicker {
    color: var(--accent) !important;
    letter-spacing: 2.5px;
  }
  .print-edition-title {
    font-family: "Old Standard TT", Georgia, serif;
    font-size: clamp(44px, 8vw, 88px);
    line-height: 0.95;
    margin: 10px 0 14px;
    letter-spacing: -2px;
    font-weight: 700;
  }
  .print-edition-flourish {
    color: var(--accent);
    opacity: 0.75;
    margin: 8px auto 18px;
    display: flex;
    justify-content: center;
  }
  .print-edition-flourish svg {
    width: clamp(180px, 40%, 280px);
    height: auto;
    display: block;
  }
  .print-edition-deck {
    font-family: Georgia, serif;
    font-size: 17px;
    font-style: italic;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
  }

  /* Magazine 2-column feel: pieces sit in rows, with soft dividers */
  .print-pieces .wl-row {
    gap: 44px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid var(--rule);
    position: relative;
  }
  .print-pieces .wl-row:last-child {
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  /* Small decorative ornament between rows */
  .print-pieces .wl-row:not(:last-child)::after {
    content: "✦";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--accent);
    background: var(--paper);
    padding: 0 12px;
    font-size: 13px;
    opacity: 0.75;
  }

  .print-piece {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .print-piece-head { margin-bottom: 18px; }
  .print-piece-head h3 {
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 1.15;
    margin: 6px 0 6px;
    font-weight: 700;
  }

  /* Drop caps on prose pieces (Guess the Teacher specifically) */
  .teacher-body p:first-of-type::first-letter {
    font-family: "Old Standard TT", Georgia, serif;
    font-size: 62px;
    font-weight: 700;
    color: var(--accent);
    float: left;
    line-height: 0.85;
    margin: 6px 8px 0 0;
    padding: 0;
  }
  /* Subtle accent background panel on the poem */
  .poem-piece {
    background: rgba(46,125,50,0.05);
    padding: 22px 24px 18px;
    border-left: 3px solid var(--accent);
  }
  .poem-piece .print-piece-head h3 {
    color: var(--accent);
  }

  /* Play section hero (between print edition and interactive puzzles) */
  .play-hero {
    text-align: center;
    padding: 44px 20px 10px;
    margin-bottom: 20px;
  }
  .play-hero-flourish {
    color: var(--accent);
    opacity: 0.6;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
  .play-hero-flourish svg {
    width: 160px;
    height: auto;
    display: block;
  }
  .play-hero-title {
    font-family: "Old Standard TT", Georgia, serif;
    font-size: clamp(40px, 7vw, 72px);
    font-weight: 700;
    line-height: 0.95;
    margin: 0 0 14px;
    letter-spacing: -1.5px;
  }
  .play-hero-deck {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 16px;
    color: #333;
    max-width: 560px;
    margin: 0 auto;
  }
  .print-piece-intro {
    font-size: 15px;
    color: #333;
    max-width: 640px;
    margin: 0 0 14px;
  }

  /* Poem styling */
  .poem-body {
    font-family: Georgia, serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink);
  }
  .poem-stanza { margin-bottom: 18px; }
  .poem-stanza p {
    margin: 0;
    padding: 0;
  }
  .poem-stanza p + p { text-indent: 0; }
  .poem-stanza p:nth-child(even) { padding-left: 24px; }

  /* Teacher body (prose) */
  .teacher-body p {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 14px;
  }

  /* Reveal details */
  .reveal {
    margin-top: 18px;
    background: var(--cream);
    padding: 12px 16px;
    border-left: 4px solid var(--accent);
  }
  .reveal summary {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--accent);
    cursor: pointer;
    list-style: none;
  }
  .reveal summary::-webkit-details-marker { display: none; }
  .reveal summary::before {
    content: "▸ ";
    color: var(--accent);
    transition: transform 0.15s;
    display: inline-block;
  }
  .reveal[open] summary::before {
    content: "▾ ";
  }
  .reveal-body {
    font-family: Georgia, serif;
    font-size: 19px;
    margin-top: 10px;
    line-height: 1.4;
  }

  /* Figure (riddle image) */
  .print-piece-figure {
    margin: 0;
    border: 1px solid var(--rule);
    background: #fff;
    padding: 10px;
  }
  .print-piece-figure img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Word search layout */
  .wordsearch-layout {
    display: grid;
    grid-template-columns: minmax(0, 2fr) 1fr;
    gap: 20px;
    align-items: start;
  }
  @media (max-width: 720px) {
    .wordsearch-layout { grid-template-columns: 1fr; }
  }
  .wordsearch-panel {
    border: 1px solid var(--rule);
    background: #fff;
    padding: 12px;
  }

  .wordsearch-grid {
    display: grid;
    gap: 2px;
    user-select: none;
    touch-action: none;
  }
  .ws-cell {
    aspect-ratio: 1 / 1;
    background: var(--cream);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(10px, 1.4vw, 16px);
    font-weight: 700;
    color: var(--ink);
    cursor: pointer;
    transition: background 0.1s;
  }
  .ws-cell.selecting {
    background: #ffd84a;
    color: var(--ink);
  }
  .ws-cell.found {
    background: var(--accent);
    color: #fff;
  }
  .ws-cell.found.selecting {
    background: #ffd84a;
    color: var(--ink);
  }

  .wordsearch-controls {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .wordsearch-status {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: var(--muted);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-right: auto;
  }
  .btn-toggle-solution {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    background: var(--accent);
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .btn-toggle-solution:hover { filter: brightness(0.92); }

  .wordsearch-list {
    list-style: none;
    padding: 14px 16px;
    margin: 0;
    background: var(--cream);
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.3px;
  }
  .wordsearch-list li::before {
    content: "☐ ";
    color: var(--accent);
    margin-right: 4px;
  }
  .wordsearch-list li.found {
    color: var(--muted);
    text-decoration: line-through;
  }
  .wordsearch-list li.found::before {
    content: "☑ ";
    color: var(--accent);
  }

  .ws-done {
    margin-top: 14px;
    padding: 12px 16px;
    background: var(--accent);
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
  }

  .cw-hero {
    text-align: center;
    padding: 20px 0 18px;
    border-bottom: 1px solid var(--rule);
    margin-bottom: 26px;
  }
  .cw-hero .kicker { margin-bottom: 6px; }
  .cw-hero h2 {
    font-size: 46px;
    line-height: 1.05;
    margin: 0 auto 10px;
    font-weight: 700;
  }
  .cw-hero .deck {
    font-size: 16px;
    color: #333;
    max-width: 560px;
    margin: 0 auto;
  }

  .cw-layout {
    display: grid;
    grid-template-columns: minmax(280px, 420px) 1fr;
    gap: 40px;
    align-items: start;
  }
  @media (max-width: 820px) {
    .cw-layout { grid-template-columns: 1fr; }
  }

  .cw-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 12px;
    letter-spacing: 0.3px;
  }
  .cw-timer {
    font-size: 18px;
    color: var(--ink);
    font-variant-numeric: tabular-nums;
    font-weight: 600;
  }

  .cw-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    border: 2px solid var(--ink);
    background: var(--ink);
    gap: 1px;
    user-select: none;
  }
  .cw-cell {
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: clamp(20px, 5vw, 28px);
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.1s ease;
  }
  .cw-cell .num {
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 11px;
    font-weight: 500;
    color: #333;
  }
  .cw-cell.in-word { background: #a7d8ff; }
  .cw-cell.selected { background: #ffd84a; }
  .cw-cell.wrong {
    color: #c62828;
    text-decoration: line-through;
    text-decoration-color: #c62828;
  }

  .cw-controls {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .cw-controls button {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--ink);
    cursor: pointer;
  }
  .cw-controls button:hover { background: var(--cream); }
  .cw-controls button.primary {
    background: var(--accent);
    color: #fff;
    border-color: var(--accent);
  }
  .cw-controls button.primary:hover { filter: brightness(0.92); }

  .cw-current {
    margin-top: 14px;
    padding: 10px 12px;
    background: var(--cream);
    border-left: 3px solid var(--accent);
    font-size: 15px;
    min-height: 22px;
  }
  .cw-current .label {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 11px;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 6px;
  }

  .cw-right h3 {
    font-family: Georgia, serif;
    font-size: 22px;
    border-bottom: 2px solid var(--ink);
    padding-bottom: 4px;
    margin: 0 0 8px;
  }
  .clue-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
  }
  .clue-list li {
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.35;
    cursor: pointer;
    display: flex;
    gap: 10px;
  }
  .clue-list li:hover { background: #f3f1ea; }
  .clue-list li.active { background: #a7d8ff; }
  .clue-list li .num {
    font-weight: 700;
    min-width: 22px;
    color: var(--ink);
  }

  .cw-win {
    display: none;
    margin-top: 24px;
    padding: 18px 20px;
    background: var(--accent);
    color: #fff;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
  }
  .cw-win.visible { display: block; }

  /* ===== Spelling Bee ===== */
  .sb-section {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 3px solid var(--ink);
  }
  .sb-hero {
    text-align: center;
    padding: 6px 0 18px;
    margin-bottom: 16px;
  }
  .sb-hero .kicker { margin-bottom: 6px; }
  .sb-hero h2 {
    font-size: 46px;
    line-height: 1.05;
    margin: 0 auto 10px;
    font-weight: 700;
  }
  .sb-hero .deck {
    font-size: 16px;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
  }

  .sb-layout {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 36px;
    align-items: start;
  }
  @media (max-width: 820px) { .sb-layout { grid-template-columns: 1fr; } }

  .sb-left { display: flex; flex-direction: column; align-items: center; }

  .sb-status {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--ink);
  }
  .sb-status .sb-score-num {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 700;
  }

  .sb-msg {
    min-height: 22px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 6px;
  }

  .sb-guess {
    min-height: 40px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    line-height: 40px;
  }
  .sb-guess .sb-center-letter { color: var(--accent); }
  .sb-guess .sb-bad-letter { color: #b0b0b0; }
  .sb-guess.shake { animation: sbShake 0.3s; }
  @keyframes sbShake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-6px); }
    75% { transform: translateX(6px); }
  }

  .sb-honeycomb {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 22px;
  }
  .sb-row {
    display: flex;
    gap: 8px;
  }
  .sb-row + .sb-row { margin-top: -25px; }
  .sb-cell {
    width: 86px;
    height: 100px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
    color: var(--ink);
    transition: transform 0.05s ease;
  }
  .sb-cell:active { transform: scale(0.92); }
  .sb-cell.sb-center { background: var(--accent); color: #fff; }

  .sb-controls {
    display: flex;
    gap: 8px;
  }
  .sb-controls button {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 22px;
    background: #fff;
    border: 1px solid var(--ink);
    border-radius: 999px;
    cursor: pointer;
    color: var(--ink);
  }
  .sb-controls button:hover { background: var(--cream); }
  .sb-controls .sb-enter {
    background: var(--ink);
    color: #fff;
  }
  .sb-controls .sb-enter:hover { background: #333; }

  .sb-right h3 {
    font-family: Georgia, serif;
    font-size: 18px;
    border-bottom: 2px solid var(--ink);
    padding-bottom: 4px;
    margin: 0 0 10px;
  }
  .sb-found-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 12px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
  }
  .sb-found-list .pangram { color: var(--accent); font-weight: 700; }
  .sb-found-empty {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: var(--muted);
    font-style: italic;
  }

  /* ===== Connections ===== */
  .cn-section {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 3px solid var(--ink);
  }
  .cn-hero {
    text-align: center;
    padding: 6px 0 18px;
    margin-bottom: 16px;
  }
  .cn-hero .kicker { margin-bottom: 6px; }
  .cn-hero h2 {
    font-size: 46px;
    line-height: 1.05;
    margin: 0 auto 10px;
    font-weight: 700;
  }
  .cn-hero .deck {
    font-size: 16px;
    color: #333;
    max-width: 560px;
    margin: 0 auto;
  }
  .cn-mistakes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: var(--ink);
  }
  .cn-mistakes-label { letter-spacing: 0.3px; }
  .cn-dots { display: inline-flex; gap: 6px; }
  .cn-dot {
    display: inline-block;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: var(--ink);
  }
  .cn-dot.used { background: transparent; border: 1.5px solid var(--rule); }
  .cn-flash {
    min-height: 22px;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--ink);
  }
  .cn-solved {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .cn-solved-row {
    padding: 12px 14px;
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border-radius: 4px;
  }
  .cn-solved-row .cn-category {
    font-size: 11px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px;
    opacity: 0.85;
  }
  .cn-solved-row .cn-words {
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }
  .cn-solved-row.yellow { background: #f9df6d; color: #3a3100; }
  .cn-solved-row.green  { background: #a0c35a; color: #1e3a06; }
  .cn-solved-row.blue   { background: #b0c4ef; color: #11275f; }
  .cn-solved-row.purple { background: #ba81c5; color: #fff; }

  .cn-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    max-width: 600px;
    margin: 0 auto 14px;
  }
  .cn-tile {
    aspect-ratio: 1.5 / 1;
    background: #efefe6;
    border: none;
    cursor: pointer;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(11px, 2.2vw, 15px);
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: var(--ink);
    padding: 4px 6px;
    border-radius: 4px;
    transition: transform 0.12s, background 0.1s, color 0.1s;
  }
  .cn-tile:hover:not(.cn-tile-selected) { background: #e3e2d4; }
  .cn-tile-selected {
    background: var(--ink);
    color: #fff;
  }
  .cn-tile-shake {
    animation: cn-shake 0.32s cubic-bezier(0.36, 0.07, 0.19, 0.97);
  }
  @keyframes cn-shake {
    10%, 90% { transform: translate3d(-1px, 0, 0); }
    20%, 80% { transform: translate3d(2px, 0, 0); }
    30%, 50%, 70% { transform: translate3d(-3px, 0, 0); }
    40%, 60% { transform: translate3d(3px, 0, 0); }
  }
  .cn-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .cn-controls button {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    background: #fff;
    border: 1px solid var(--ink);
    color: var(--ink);
    cursor: pointer;
    border-radius: 999px;
  }
  .cn-controls button:hover { background: var(--cream); }
  .cn-controls button:disabled { opacity: 0.45; cursor: default; }
  .cn-controls button.primary {
    background: var(--ink);
    color: #fff;
  }
  .cn-controls button.primary:hover { filter: brightness(0.85); background: var(--ink); }
  .cn-controls button.primary:disabled { background: var(--rule); border-color: var(--rule); color: #fff; }
  .cn-result {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 18px;
    margin: 18px auto 0;
    padding: 16px 18px;
    max-width: 600px;
    background: var(--cream);
  }
  .cn-result.win  { border-left: 4px solid var(--accent); }
  .cn-result.loss { border-left: 4px solid #b8002a; }

  /* ===== Grade leaderboard ===== */
  .lb-section {
    margin-top: 56px;
    padding-top: 40px;
    border-top: 3px solid var(--ink);
  }
  .lb-hero { text-align: center; margin-bottom: 22px; }
  .lb-hero .kicker { margin-bottom: 6px; }
  .lb-hero h2 {
    font-family: "Old Standard TT", Georgia, serif;
    font-size: clamp(34px, 6vw, 56px);
    margin: 0 0 6px;
  }
  .lb-hero .deck {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 15px;
    color: var(--muted);
    margin: 0;
  }
  .lb-grade-picker {
    background: var(--cream);
    padding: 14px 18px;
    margin-bottom: 18px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lb-picker-label { font-size: 13px; font-weight: 600; }
  .lb-picker-buttons { display: flex; gap: 6px; flex-wrap: wrap; }
  .lb-picker-buttons button {
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 14px;
    border: 1px solid var(--ink);
    background: #fff;
    cursor: pointer;
    color: var(--ink);
  }
  .lb-picker-buttons button:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
  .lb-list {
    list-style: none;
    padding: 0;
    margin: 0 auto 14px;
    max-width: 640px;
    font-family: "Helvetica Neue", Arial, sans-serif;
  }
  .lb-row {
    display: grid;
    grid-template-columns: 28px 130px 1fr 52px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-bottom: 1px solid var(--rule);
  }
  .lb-row:last-child { border-bottom: none; }
  .lb-row-mine { background: rgba(46,125,50,0.08); }
  .lb-rank {
    font-family: Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: var(--muted);
    font-variant-numeric: tabular-nums;
  }
  .lb-row-mine .lb-rank { color: var(--accent); }
  .lb-grade {
    font-weight: 600;
    font-size: 14px;
  }
  .lb-mine-tag {
    display: inline-block;
    background: var(--accent);
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 2px 6px;
    margin-left: 6px;
    vertical-align: middle;
    font-weight: 700;
  }
  .lb-bar {
    display: block;
    height: 8px;
    background: var(--rule);
    border-radius: 4px;
    overflow: hidden;
  }
  .lb-bar-fill {
    display: block;
    height: 100%;
    background: var(--accent);
    transition: width 0.4s ease;
  }
  .lb-count {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
    text-align: right;
  }
  .lb-footer {
    text-align: center;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    color: var(--muted);
    margin: 6px auto 0;
    max-width: 540px;
  }
  @media (max-width: 540px) {
    .lb-row { grid-template-columns: 24px 1fr 48px; }
    .lb-bar { display: none; }
  }
