      @import url("https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap");

      :root {
        --bg-image: url('/public/img/shelves/woodpannel.png');
        --bg-tint: hsl(0 0% 0% / 0.65);
        --gutter-top: 50px;
        --gutter-bottom: 100px;
        --bookshelves-dock-pair-gap: clamp(28px, 4vw, 44px);
        --bookshelves-logo-half-width: 51px;
        --bookshelves-top-control-gap: 18px;
        --bookshelves-top-control-center-y: 49px;
        --bookshelves-top-control-offset-y: 18px;
        --bookshelves-top-control-y: 67px;
        --bookshelves-mobile-top-control-half-gap: 40px;
      }

      body.cult-os-body {
        margin: 0 auto;
        background-color: #000 !important;
      }

      #bookshelves-shell {
        position: relative;
        min-height: 100vh;
      }

      #bookshelves-container {
        background-color: #000;
        color: #fff;
        overflow: hidden;
        position: relative;
        min-height: 100vh;
        width: 100%;
      }

      .stage {
        display: block;
        padding: 0;
        opacity: 1;
        filter: blur(0);
        transition: opacity 0.8s ease, filter 0.8s ease;
      }

      .stage.is-loading {
        filter: blur(16px);
      }

      .stage.is-obscured {
        opacity: 0;
        pointer-events: none;
      }

      .canvas {
        width: 100vw;
        height: 100vh;
        height: 100svh;
        height: 100dvh;
        aspect-ratio: auto;
        box-shadow: none;
        position: relative;
      }

      #bookshelves-container.is-whacked .canvas {
        animation: bookshelves-stage-whack 360ms cubic-bezier(0.2, 0.82, 0.24, 1);
      }

      .viewport {
        position: absolute;
        inset: 0;
        overflow: hidden;
        user-select: none;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
      }

      .track {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        flex-direction: row;
        will-change: transform;
        backface-visibility: hidden;
        user-select: none;
        -webkit-user-select: none;
      }

      .col {
        position: relative;
        height: 100%;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        flex: 0 0 auto;
        padding-block: var(--gutter-top) var(--gutter-bottom);
        box-sizing: border-box;
        transform: translateZ(0);
        background-image: linear-gradient(var(--bg-tint), var(--bg-tint)), var(--bg-image);
        background-repeat: repeat;
        background-position: top left;
        background-size: auto;
      }

      .col > .cell:nth-child(1) { z-index: 40; }
      .col > .cell:nth-child(2) { z-index: 30; }
      .col > .cell:nth-child(3) { z-index: 20; }
      .col > .cell:nth-child(4) { z-index: 10; }

      .cell {
        position: relative;
        overflow: visible;
        user-select: none;
        -webkit-user-select: none;
      }

      .cell img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
        display: block;
        pointer-events: none;
      }

      .cell img.flip {
        transform: translate(-50%, -50%) scaleX(-1);
      }

      .music-hud {
        position: fixed;
        left: 12px;
        bottom: 12px;
        z-index: 999;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 8px 10px;
        background: rgba(0, 0, 0, 0.45);
        backdrop-filter: blur(4px);
        border-radius: 12px;
        font-family: system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial, sans-serif;
        transition: opacity 0.38s ease, transform 0.38s ease;
      }

      .music-hud button {
        border: 0;
        border-radius: 10px;
        padding: 8px 12px;
        background: #2a2a2a;
        color: #fff;
        font-weight: 600;
        cursor: pointer;
      }

      .music-hud button:hover {
        filter: brightness(1.1);
      }

      .music-hud input[type="range"] {
        width: 140px;
      }

      .bookshelves-veil {
        position: fixed;
        inset: 0;
        background: #000;
        opacity: 0;
        pointer-events: none;
        z-index: 300;
        transition: opacity 0.8s ease;
      }

      .bookshelves-veil.is-active {
        opacity: 1;
      }

      .bookshelves-load-veil {
        position: fixed;
        inset: 0;
        background:
          radial-gradient(circle at 50% 50%, rgba(24, 30, 44, 0.38) 0%, rgba(7, 9, 14, 0.78) 52%, rgba(0, 0, 0, 0.92) 100%);
        opacity: 0;
        pointer-events: none;
        z-index: 160;
        transition: opacity 0.8s ease;
      }

      .bookshelves-load-veil.is-active {
        opacity: 1;
      }

      .bookshelves-debris-layer {
        position: fixed;
        inset: 0;
        z-index: 180;
        pointer-events: none;
        user-select: none;
        -webkit-user-select: none;
      }

      .bookshelves-debris-canvas {
        display: block;
        width: 100%;
        height: 100%;
        pointer-events: none;
      }

      .bookshelves-debris-portal {
        position: fixed;
        left: 50%;
        top: 0;
        z-index: 170;
        pointer-events: none;
        user-select: none;
        -webkit-user-select: none;
        opacity: 0;
        transform: translate(-50%, -40%) scale(0.08);
        transform-origin: 50% 50%;
      }

      .bookshelves-debris-portal.is-opening,
      .bookshelves-debris-portal.is-open {
        opacity: 1;
        transform: translate(-50%, -40%) scale(1);
        transition: transform 0.58s cubic-bezier(0.2, 0.85, 0.22, 1.08), opacity 0.2s linear;
      }

      .bookshelves-debris-portal.is-collapsing {
        opacity: 1;
        transform: translate(-50%, -40%) scale(0.04);
        transition: transform 0.58s cubic-bezier(0.5, 0.02, 0.9, 0.2);
      }

      .bookshelves-debris-portal[hidden] {
        display: none;
      }

      .bookshelves-debris-portal__image {
        display: block;
        width: min(150vw, 1254px);
        height: auto;
        filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.46));
      }

      .bookshelves-debris-clear {
        position: fixed;
        right: clamp(16px, 3vw, 32px);
        bottom: clamp(16px, 3vh, 28px);
        z-index: 995;
        appearance: none;
        padding: 10px 14px;
        border: 1px solid rgba(232, 210, 159, 0.42);
        background: rgba(21, 16, 10, 0.8);
        color: rgba(246, 233, 201, 0.96);
        font: 700 13px/1 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: opacity 0.18s ease, transform 0.18s ease, filter 0.18s ease, background 0.18s ease;
      }

      .bookshelves-debris-clear:hover,
      .bookshelves-debris-clear:focus-visible {
        filter: brightness(1.08);
        outline: none;
      }

      .bookshelves-debris-clear:focus-visible {
        outline: 2px solid rgba(236, 214, 161, 0.68);
        outline-offset: 3px;
      }

      .bookshelves-debris-clear[hidden] {
        display: none;
      }

      .bookshelves-debris-clear.is-busy,
      .bookshelves-debris-clear:disabled {
        opacity: 0.7;
        cursor: default;
      }

      .bookshelves-cares-toggle {
        position: fixed;
        right: calc(50% + var(--bookshelves-logo-half-width) + var(--bookshelves-top-control-gap));
        top: var(--bookshelves-top-control-y);
        z-index: 3310;
        width: clamp(69px, 7.5vw, 95px);
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
        background: transparent;
        color: rgba(238, 224, 178, 0.96);
        transform: translateY(-50%);
        cursor: pointer;
        transition: opacity 0.22s ease, transform 0.22s ease;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        -webkit-user-select: none;
      }

      .bookshelves-cares-toggle__image {
        display: block;
        width: 100%;
        height: auto;
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.4));
        transform-origin: center bottom;
        transition: transform 0.18s ease, filter 0.18s ease;
        user-select: none;
        -webkit-user-drag: none;
      }

      .bookshelves-cares-toggle__label {
        position: absolute;
        left: 50%;
        top: calc(100% + 10px);
        color: rgba(232, 244, 255, 0.94);
        font: 700 14px/1 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        white-space: nowrap;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
        transform: translate(-50%, 8px);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.18s ease, transform 0.18s ease;
      }

      .bookshelves-cares-toggle:hover .bookshelves-cares-toggle__image,
      .bookshelves-cares-toggle:focus-visible .bookshelves-cares-toggle__image {
        transform: scale(1.05);
        filter: drop-shadow(0 16px 22px rgba(0, 0, 0, 0.5));
      }

      .bookshelves-cares-toggle:hover .bookshelves-cares-toggle__label,
      .bookshelves-cares-toggle:focus-visible .bookshelves-cares-toggle__label {
        opacity: 1;
        transform: translate(-50%, 0);
      }

      .bookshelves-cares-toggle:focus-visible {
        outline: 2px solid rgba(244, 225, 172, 0.94);
        outline-offset: 3px;
      }

      .bookshelves-cares-toggle.bookshelves-ui-idle-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(calc(-50% - 10px));
      }

      .bookshelves-cares-view {
        position: fixed;
        inset: 0;
        z-index: 1200;
        background: #050506;
        pointer-events: none;
        transform: translateY(104%);
        transition: transform 0.72s cubic-bezier(0.22, 0.88, 0.24, 1);
        user-select: none;
        -webkit-user-select: none;
      }

      .bookshelves-cares-view[hidden],
      .bookshelves-cares-compose-modal[hidden],
      .bookshelves-cares-review-modal[hidden] {
        display: none;
      }

      .bookshelves-cares-view.is-open {
        pointer-events: auto;
        transform: translateY(0);
      }

      .bookshelves-cares-view__stage,
      .bookshelves-cares-view__canvas,
      .bookshelves-cares-view__viewport {
        position: absolute;
        inset: 0;
      }

      .bookshelves-cares-view__viewport {
        overflow: hidden;
      }

      .bookshelves-cares-track {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        flex-direction: row;
      }

      .bookshelves-cares-col {
        position: relative;
        height: 100%;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        flex: 0 0 auto;
        padding-block: var(--gutter-top) var(--gutter-bottom);
        box-sizing: border-box;
        transform: translateZ(0);
        background-image: linear-gradient(var(--bg-tint), var(--bg-tint)), var(--bg-image);
        background-repeat: repeat;
        background-position: top left;
        background-size: auto;
      }

      .bookshelves-cares-cell {
        position: relative;
        overflow: visible;
      }

      .bookshelves-cares-shelf {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100%;
        height: auto;
        display: block;
        transform: translate(-50%, -50%);
        pointer-events: none;
        user-select: none;
        -webkit-user-drag: none;
      }

      .bookshelves-cares-books {
        position: absolute;
        left: 51%;
        top: 50%;
        width: 100%;
        height: var(--bookshelves-cares-rendered-shelf-height, 100%);
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        transform: translate(-50%, -50%);
        pointer-events: auto;
      }

      .bookshelves-care-book {
        appearance: none;
        position: relative;
        flex: 0 0 auto;
        width: var(--care-book-width, 10%);
        height: var(--care-book-height, 62%);
        padding: 0;
        border-radius: 3px 3px 1px 1px;
        border: 1px solid rgba(18, 12, 7, 0.42);
        background:
          linear-gradient(180deg, hsl(var(--care-book-hue, 28) 52% calc(var(--care-book-lightness, 42%) + 12%)) 0%, hsl(var(--care-book-hue, 28) 44% var(--care-book-lightness, 42%)) 100%);
        box-shadow:
          inset 2px 0 0 rgba(255, 255, 255, 0.16),
          inset -1px 0 0 rgba(0, 0, 0, 0.22),
          0 4px 10px rgba(0, 0, 0, 0.18);
        transform: translateY(var(--care-book-offset-y, 0)) rotate(var(--care-book-tilt, 0deg));
        transform-origin: center bottom;
        cursor: pointer;
        transition: transform 0.16s ease, filter 0.16s ease, box-shadow 0.16s ease;
      }

      .bookshelves-care-book.is-illustrated {
        width: auto;
        height: 100%;
        margin-right: -3px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        transform: scale(1);
      }

      .bookshelves-care-book.is-illustrated:last-child {
        margin-right: 0;
      }

      .bookshelves-care-book:hover,
      .bookshelves-care-book:focus-visible {
        filter: brightness(1.08);
        transform: translateY(calc(var(--care-book-offset-y, 0) - 2px)) rotate(var(--care-book-tilt, 0deg));
        box-shadow:
          inset 2px 0 0 rgba(255, 255, 255, 0.18),
          inset -1px 0 0 rgba(0, 0, 0, 0.22),
          0 7px 16px rgba(0, 0, 0, 0.24);
      }

      .bookshelves-care-book.is-illustrated:hover,
      .bookshelves-care-book.is-illustrated:focus-visible {
        filter: brightness(1.04) drop-shadow(0 8px 14px rgba(0, 0, 0, 0.26));
        transform: scale(1.03);
        box-shadow: none;
      }

      .bookshelves-care-book:focus-visible {
        outline: 2px solid rgba(240, 224, 182, 0.92);
        outline-offset: 2px;
      }

      .bookshelves-care-book::after {
        content: "";
        position: absolute;
        inset: 8% auto 8% 18%;
        width: 2px;
        background: rgba(255, 244, 206, 0.22);
        border-radius: 999px;
      }

      .bookshelves-care-book.is-illustrated::after {
        display: none;
      }

      .bookshelves-care-book-image {
        display: block;
        height: 100%;
        width: auto;
        pointer-events: none;
        user-select: none;
        -webkit-user-drag: none;
      }

      .bookshelves-cares-empty-note {
        position: absolute;
        left: 50%;
        bottom: 112px;
        transform: translateX(-50%);
        margin: 0;
        padding: 10px 16px;
        background: rgba(0, 0, 0, 0.42);
        color: rgba(235, 226, 195, 0.88);
        font: 700 12px/1.4 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        text-align: center;
        border-radius: 999px;
      }

      .bookshelves-cares-view__chrome {
        position: absolute;
        inset: 0;
        pointer-events: none;
      }

      .bookshelves-cares-view__back,
      .bookshelves-cares-view__review,
      .bookshelves-cares-view__dropoff,
      .bookshelves-cares-secondary,
      .bookshelves-cares-send,
      .bookshelves-cares-review-action {
        appearance: none;
        border: 1px solid rgba(232, 210, 159, 0.42);
        background: rgba(21, 16, 10, 0.78);
        color: rgba(246, 233, 201, 0.96);
        font: 700 13px/1 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
        transition: transform 0.18s ease, filter 0.18s ease, opacity 0.18s ease, background 0.18s ease;
        pointer-events: auto;
      }

      .bookshelves-cares-view__back:hover,
      .bookshelves-cares-view__back:focus-visible,
      .bookshelves-cares-view__review:hover,
      .bookshelves-cares-view__review:focus-visible,
      .bookshelves-cares-view__dropoff:hover,
      .bookshelves-cares-view__dropoff:focus-visible,
      .bookshelves-cares-secondary:hover,
      .bookshelves-cares-secondary:focus-visible,
      .bookshelves-cares-send:hover,
      .bookshelves-cares-send:focus-visible,
      .bookshelves-cares-review-action:hover,
      .bookshelves-cares-review-action:focus-visible {
        filter: brightness(1.08);
      }

      .bookshelves-cares-view__back:focus-visible,
      .bookshelves-cares-view__review:focus-visible,
      .bookshelves-cares-view__dropoff:focus-visible,
      .bookshelves-cares-secondary:focus-visible,
      .bookshelves-cares-send:focus-visible,
      .bookshelves-cares-review-action:focus-visible,
      .bookshelves-cares-close:focus-visible,
      .bookshelves-cares-input:focus-visible,
      .bookshelves-cares-textarea:focus-visible,
      .bookshelves-cares-review-input:focus-visible,
      .bookshelves-cares-review-textarea:focus-visible {
        outline: 2px solid rgba(236, 214, 161, 0.68);
        outline-offset: 3px;
      }

      .bookshelves-cares-view__back {
        position: absolute;
        right: clamp(18px, 3vw, 34px);
        bottom: clamp(18px, 3vh, 36px);
        padding: 12px 16px;
        border-radius: 999px;
      }

      .bookshelves-cares-view__review {
        position: absolute;
        left: clamp(18px, 3vw, 34px);
        bottom: clamp(18px, 3vh, 36px);
        padding: 12px 16px;
        border-radius: 999px;
      }

      .bookshelves-cares-view__dropoff {
        position: absolute;
        left: 50%;
        bottom: clamp(18px, 3vh, 36px);
        padding: 0;
        border: 0;
        background: transparent;
        color: rgba(246, 233, 201, 0.96);
        transform: translateX(-50%);
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
      }

      .bookshelves-cares-view__dropoff-image {
        display: block;
        width: min(320px, 72vw);
        max-width: 320px;
        height: auto;
        user-select: none;
        -webkit-user-drag: none;
        pointer-events: none;
        filter: drop-shadow(0 10px 16px rgba(0, 0, 0, 0.3));
        transition: transform 0.18s ease, filter 0.18s ease;
      }

      .bookshelves-cares-view__dropoff-label {
        font: 700 12px/1 "Courier New", Courier, monospace;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        color: rgba(244, 233, 208, 0.94);
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
        pointer-events: none;
      }

      .bookshelves-cares-view__dropoff:hover .bookshelves-cares-view__dropoff-image,
      .bookshelves-cares-view__dropoff:focus-visible .bookshelves-cares-view__dropoff-image {
        transform: scale(1.02);
        filter: drop-shadow(0 12px 18px rgba(0, 0, 0, 0.34));
      }

      .bookshelves-cares-compose-modal,
      .bookshelves-cares-review-modal,
      .bookshelves-cares-read-modal {
        position: fixed;
        inset: 0;
        z-index: 1420;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: clamp(18px, 4vw, 36px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.24s ease;
      }

      .bookshelves-cares-compose-modal.is-open,
      .bookshelves-cares-review-modal.is-open,
      .bookshelves-cares-read-modal.is-open {
        opacity: 1;
        pointer-events: auto;
      }

      .bookshelves-cares-compose-modal__backdrop,
      .bookshelves-cares-review-modal__backdrop,
      .bookshelves-cares-read-modal__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.72);
        backdrop-filter: blur(5px);
      }

      .bookshelves-cares-compose-modal__dialog,
      .bookshelves-cares-review-modal__dialog,
      .bookshelves-cares-read-modal__dialog {
        position: relative;
        z-index: 1;
        width: min(680px, 100%);
        max-height: min(88vh, 920px);
        transform: translateY(18px) scale(0.985);
        transition: transform 0.24s ease;
      }

      .bookshelves-cares-review-modal__dialog {
        width: min(980px, 100%);
      }

      .bookshelves-cares-read-modal__dialog {
        width: min(600px, 95vw);
      }

      .bookshelves-cares-read-modal__dialog.is-compact {
        width: min(300px, 95vw);
      }

      .bookshelves-cares-compose-modal.is-open .bookshelves-cares-compose-modal__dialog,
      .bookshelves-cares-review-modal.is-open .bookshelves-cares-review-modal__dialog,
      .bookshelves-cares-read-modal.is-open .bookshelves-cares-read-modal__dialog {
        transform: translateY(0) scale(1);
      }

      .bookshelves-cares-scroll,
      .bookshelves-cares-review-shell {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-height: min(88vh, 920px);
        padding: 34px 32px 28px;
        color: #2d1f10;
        background:
          linear-gradient(180deg, rgba(250, 242, 215, 0.98) 0%, rgba(232, 216, 175, 0.98) 100%);
        border: 1px solid rgba(104, 76, 34, 0.28);
        box-shadow:
          0 28px 64px rgba(0, 0, 0, 0.42),
          inset 0 1px 0 rgba(255, 255, 255, 0.28);
        overflow: auto;
      }

      .bookshelves-cares-read-paper {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        min-height: 200px;
        max-height: min(82vh, 760px);
        padding: clamp(26px, 4vw, 34px) clamp(18px, 4vw, 28px) clamp(20px, 4vw, 26px);
        border-radius: 18px 20px 16px 22px;
        background:
          linear-gradient(180deg, rgba(255, 251, 235, 0.98) 0%, rgba(243, 232, 205, 0.98) 100%);
        box-shadow:
          0 24px 58px rgba(0, 0, 0, 0.44),
          inset 0 1px 0 rgba(255, 255, 255, 0.56);
        color: rgba(68, 46, 22, 0.98);
      }

      .bookshelves-cares-read-paper::before {
        content: "";
        position: absolute;
        inset: 10px 12px 12px;
        border-radius: 16px 18px 14px 20px;
        border: 1px dashed rgba(128, 95, 52, 0.16);
        pointer-events: none;
      }

      .bookshelves-cares-scroll::before,
      .bookshelves-cares-scroll::after {
        content: "";
        position: absolute;
        left: 18px;
        right: 18px;
        height: 12px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(122, 88, 37, 0.66), rgba(79, 56, 21, 0.82));
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
      }

      .bookshelves-cares-scroll::before {
        top: 12px;
      }

      .bookshelves-cares-scroll::after {
        bottom: 12px;
      }

      .bookshelves-cares-close {
        appearance: none;
        border: 0;
        padding: 0;
        background: transparent;
        color: rgba(58, 39, 16, 0.76);
        font: 700 14px/1 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        cursor: pointer;
      }

      .bookshelves-cares-close:hover,
      .bookshelves-cares-close:focus-visible {
        color: rgba(44, 28, 10, 0.98);
      }

      .bookshelves-cares-read-close {
        position: absolute;
        top: 15px;
        right: 20px;
        appearance: none;
        border: 0;
        padding: 0;
        background: transparent;
        color: rgba(82, 54, 26, 0.9);
        font: 400 clamp(1.1rem, 2vw, 1.4rem)/1 "Permanent Marker", "Courier New", Courier, monospace;
        cursor: pointer;
        transition: transform 0.16s ease, opacity 0.16s ease;
      }

      .bookshelves-cares-read-close:hover,
      .bookshelves-cares-read-close:focus-visible {
        transform: scale(1.05);
        opacity: 0.84;
      }

      .bookshelves-cares-read-close:focus-visible {
        outline: 2px solid rgba(120, 87, 48, 0.45);
        outline-offset: 3px;
      }

      .bookshelves-cares-kicker {
        margin: 10px 0 8px;
        color: rgba(96, 66, 25, 0.72);
        font: 700 11px/1.1 "Courier New", Courier, monospace;
        letter-spacing: 0.14em;
        text-transform: uppercase;
        text-align: center;
      }

      .bookshelves-cares-title {
        margin: 0;
        color: #39250f;
        font: 700 clamp(28px, 5vw, 42px)/1.02 Georgia, "Times New Roman", serif;
        text-align: center;
      }

      .bookshelves-cares-intro,
      .bookshelves-cares-warning,
      .bookshelves-cares-note,
      .bookshelves-cares-status,
      .bookshelves-cares-review-intro,
      .bookshelves-cares-review-status {
        font-family: "Courier New", Courier, monospace;
      }

      .bookshelves-cares-intro,
      .bookshelves-cares-review-intro {
        margin: 12px auto 0;
        max-width: 38rem;
        color: rgba(70, 47, 18, 0.84);
        font-size: 14px;
        line-height: 1.45;
        text-align: center;
      }

      .bookshelves-cares-warning {
        margin: 16px 0 0;
        padding: 10px 12px;
        border: 1px solid rgba(114, 85, 35, 0.18);
        background: rgba(124, 92, 25, 0.09);
        color: #4f3411;
        font-size: 13px;
        line-height: 1.45;
      }

      .bookshelves-cares-form {
        margin-top: 18px;
        display: grid;
        gap: 12px;
      }

      .bookshelves-cares-label {
        display: block;
        margin: 0 0 10px;
        color: #432d11;
        font: 700 13px/1.35 "Courier New", Courier, monospace;
        letter-spacing: 0.04em;
        text-transform: uppercase;
      }

      .bookshelves-cares-input,
      .bookshelves-cares-textarea,
      .bookshelves-cares-review-input,
      .bookshelves-cares-review-textarea {
        width: 100%;
        border: 1px solid rgba(99, 71, 28, 0.38);
        background: rgba(255, 251, 239, 0.8);
        color: #261808;
        box-sizing: border-box;
        font: 400 16px/1.55 Georgia, "Times New Roman", serif;
      }

      .bookshelves-cares-input,
      .bookshelves-cares-review-input {
        padding: 12px 14px;
      }

      .bookshelves-cares-textarea,
      .bookshelves-cares-review-textarea {
        min-height: 210px;
        padding: 14px 16px;
        resize: vertical;
      }

      .bookshelves-cares-review-textarea {
        min-height: 140px;
      }

      .bookshelves-cares-input::placeholder,
      .bookshelves-cares-textarea::placeholder {
        color: rgba(92, 68, 32, 0.58);
      }

      .bookshelves-cares-note {
        margin: 12px 0 0;
        color: rgba(86, 59, 21, 0.76);
        font-size: 12px;
        line-height: 1.45;
      }

      .bookshelves-cares-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-top: 18px;
      }

      .bookshelves-cares-secondary,
      .bookshelves-cares-send {
        padding: 11px 16px;
      }

      .bookshelves-cares-secondary {
        background: rgba(43, 29, 12, 0.72);
      }

      .bookshelves-cares-send {
        background: #9d7a33;
        color: #fff8e5;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
      }

      .bookshelves-cares-send:hover,
      .bookshelves-cares-send:focus-visible {
        background: #b18939;
      }

      .bookshelves-cares-send:disabled,
      .bookshelves-cares-secondary:disabled,
      .bookshelves-cares-textarea:disabled,
      .bookshelves-cares-input:disabled {
        cursor: default;
        opacity: 0.72;
      }

      .bookshelves-cares-status,
      .bookshelves-cares-review-status {
        min-height: 1.3em;
        margin: 14px 0 0;
        color: rgba(65, 45, 16, 0.88);
        font-size: 13px;
        line-height: 1.45;
      }

      .bookshelves-cares-status[data-tone="error"],
      .bookshelves-cares-review-status[data-tone="error"] {
        color: #7f201a;
      }

      .bookshelves-cares-status[data-tone="success"],
      .bookshelves-cares-review-status[data-tone="success"] {
        color: #355616;
      }

      .bookshelves-cares-read-body {
        position: relative;
        min-height: 200px;
        max-height: min(72vh, 680px);
        overflow-y: auto;
        padding-right: 6px;
      }

      .bookshelves-cares-read-title,
      .bookshelves-cares-read-content {
        font-family: "Gloria Hallelujah", "Segoe Print", "Comic Sans MS", cursive;
        color: rgba(74, 50, 25, 0.98);
      }

      .bookshelves-cares-read-title {
        margin: 0 28px 14px 0;
        font-size: clamp(1.1rem, 2.4vw, 1.45rem);
        line-height: 1.25;
        font-weight: 700;
      }

      .bookshelves-cares-read-content {
        white-space: pre-wrap;
        font-size: clamp(0.98rem, 2vw, 1.16rem);
        line-height: 1.7;
      }

      .bookshelves-cares-review-list {
        display: grid;
        gap: 18px;
      }

      .bookshelves-cares-review-empty {
        margin: 0;
        padding: 16px 18px;
        border-radius: 14px;
        background: rgba(255, 250, 236, 0.52);
        font: 600 14px/1.5 "Courier New", Courier, monospace;
        color: rgba(70, 47, 18, 0.82);
      }

      .bookshelves-cares-review-item {
        padding: 18px 18px 16px;
        border-radius: 16px;
        background: rgba(255, 249, 233, 0.62);
        box-shadow: inset 0 0 0 1px rgba(103, 72, 31, 0.16);
        display: grid;
        gap: 10px;
      }

      .bookshelves-cares-review-item[data-status="approved"] {
        background: rgba(244, 247, 223, 0.7);
      }

      .bookshelves-cares-review-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 14px;
        font: 700 11px/1.4 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(93, 65, 26, 0.76);
      }

      .bookshelves-cares-review-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .bookshelves-cares-review-action {
        padding: 10px 14px;
      }

      .bookshelves-cares-review-action[data-bookshelves-cares-review-action="approve"] {
        background: linear-gradient(180deg, #6d7b2f 0%, #4f5f1f 100%);
      }

      .bookshelves-cares-review-action[data-bookshelves-cares-review-action="deny"] {
        background: linear-gradient(180deg, #8a3a29 0%, #6e281c 100%);
      }

      .bookshelves-cares-review-original {
        margin: 0;
      }

      .bookshelves-cares-review-original summary {
        cursor: pointer;
        font: 700 12px/1.2 "Courier New", Courier, monospace;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: rgba(89, 63, 24, 0.86);
      }

      .bookshelves-cares-review-original-content {
        margin-top: 10px;
        padding: 12px 14px;
        background: rgba(255, 250, 236, 0.58);
        border-radius: 12px;
        color: rgba(62, 42, 16, 0.9);
        font: 500 14px/1.5 Georgia, "Times New Roman", serif;
        white-space: pre-wrap;
      }

      #bookshelves-route-header {
        transition: opacity 0.18s ease, transform 0.18s ease;
      }

      #bookshelves-route-header.bookshelves-ui-idle-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(-6px);
      }

      .music-hud.bookshelves-ui-idle-hidden {
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px);
      }

      .music-hud.is-orb-muted {
        opacity: 0;
        pointer-events: none;
        transform: translateY(10px) scale(0.98);
      }

      @keyframes bookshelves-stage-whack {
        0% { transform: translate3d(0, 0, 0); }
        18% { transform: translate3d(-10px, 1px, 0) rotate(-0.24deg); }
        36% { transform: translate3d(8px, -1px, 0) rotate(0.2deg); }
        54% { transform: translate3d(-5px, 0, 0) rotate(-0.12deg); }
        72% { transform: translate3d(3px, 0, 0) rotate(0.08deg); }
        100% { transform: translate3d(0, 0, 0); }
      }

      @media (max-width: 500px) {
        .bookshelves-debris-portal__image {
          width: min(190vw, 1254px);
        }

        .bookshelves-cares-toggle {
          left: 50%;
          right: auto;
          top: var(--bookshelves-top-control-y);
          width: clamp(58px, 13.5vw, 72px);
          transform: translate(-50%, -50%) translateX(calc(-1 * var(--bookshelves-mobile-top-control-half-gap)));
        }

        .bookshelves-cares-toggle.bookshelves-ui-idle-hidden {
          transform: translate(-50%, calc(-50% - 10px)) translateX(calc(-1 * var(--bookshelves-mobile-top-control-half-gap)));
        }

        .bookshelves-cares-view__back,
        .bookshelves-cares-view__review {
          top: 14px;
          bottom: auto;
          padding: 10px 12px;
        }

        .bookshelves-cares-view__dropoff {
          bottom: 14px;
        }

        .bookshelves-cares-view__dropoff-image {
          width: min(84vw, 280px);
        }

        .bookshelves-cares-compose-modal,
        .bookshelves-cares-review-modal {
          padding: 12px;
        }

        .bookshelves-cares-scroll,
        .bookshelves-cares-review-shell {
          padding: 32px 18px 22px;
        }

        .bookshelves-cares-actions {
          align-items: flex-start;
          flex-direction: column-reverse;
        }

        .bookshelves-cares-send,
        .bookshelves-cares-secondary {
          width: 100%;
        }
      }

      @media (prefers-reduced-motion: reduce) {
        .track {
          transition: none !important;
        }
      }
