@import"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Sora:wght@400;500;600;700&display=swap";:root{--shelf-bg: #f4eee1;--shelf-panel: rgba(255, 251, 245, .84);--shelf-panel-strong: #fffaf2;--shelf-panel-alt: rgba(250, 244, 234, .92);--shelf-border: rgba(38, 34, 30, .12);--shelf-ink: #1f2326;--shelf-muted: #6a655d;--shelf-soft: #8d867d;--shelf-accent: #176f62;--shelf-accent-ink: #f7f2ea;--shelf-accent-soft: rgba(23, 111, 98, .09);--shelf-warm: #b56a41;--shelf-shadow: 0 28px 70px -42px rgba(24, 28, 30, .45);--shelf-display-font: "Instrument Serif", Georgia, serif;--shelf-body-font: "Sora", system-ui, sans-serif}*{box-sizing:border-box}.shelf-app{display:grid;grid-template-columns:minmax(228px,260px) minmax(0,1fr);gap:1rem;min-height:100%;padding:1rem}.shelf-app__main{display:grid;gap:1rem;min-width:0}.shelf-app__hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.shelf-app__hero-copy h1{margin:.25rem 0 0;font-family:var(--shelf-display-font);font-size:clamp(2.3rem,4vw,3.8rem);line-height:.96;color:var(--shelf-ink)}.shelf-app__hero-copy p:last-child{margin:.85rem 0 0;max-width:68ch;color:var(--shelf-muted);line-height:1.55}.shelf-app__hero-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.shelf-app__hero-badges span{border:1px solid var(--shelf-border);border-radius:999px;background:var(--shelf-panel);color:var(--shelf-soft);font-size:.74rem;padding:.35rem .65rem;text-transform:uppercase;letter-spacing:.08em}.shelf-app__grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1.15fr) minmax(300px,360px);min-height:0}.shelf-app__grid.has-catalog{grid-template-columns:minmax(220px,280px) minmax(0,1.15fr) minmax(300px,360px)}.shelf-app__stack{display:flex;flex-direction:column;gap:1rem;min-height:0}.shelf-ui__nav,.shelf-ui__panel,.shelf-ui__hero-panel,.shelf-ui__playback{border:1px solid var(--shelf-border);box-shadow:var(--shelf-shadow)}.shelf-ui__nav,.shelf-ui__hero-panel,.shelf-ui__panel{border-radius:26px;background:var(--shelf-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.shelf-ui__brand-name,.shelf-ui__hero-copy h1,.shelf-ui__detail-card h3,.shelf-ui__result-card h3{font-family:var(--shelf-display-font);letter-spacing:.01em}.shelf-ui__kicker,.shelf-ui__summary-label,.shelf-ui__playback-kicker,.shelf-ui__chip{font-family:var(--shelf-body-font);text-transform:uppercase;letter-spacing:.08em}.shelf-ui__nav{display:flex;flex-direction:column;gap:1.4rem;padding:1.4rem 1.1rem}.shelf-ui__brand{display:flex;flex-direction:column;gap:.15rem}.shelf-ui__kicker,.shelf-ui__playback-kicker,.shelf-ui__summary-label{margin:0;font-size:.72rem;color:var(--shelf-soft)}.shelf-ui__brand-name{margin:0;font-size:clamp(1.8rem,2.8vw,2.3rem);line-height:.95;color:var(--shelf-ink)}.shelf-ui__nav-list{display:flex;flex-direction:column;gap:.4rem}.shelf-ui__nav-button,.shelf-ui__result-button,.shelf-ui__catalog-card,.shelf-ui__action-button,.shelf-ui__result-open,.shelf-ui__summary-button,.shelf-ui__detail-links button,.shelf-ui__playback-controls button{font:inherit}.shelf-ui__nav-button{width:100%;border:0;border-radius:16px;background:transparent;color:var(--shelf-muted);cursor:pointer;padding:.8rem .9rem;text-align:left;transition:background-color .16s ease,color .16s ease,transform .16s ease}.shelf-ui__nav-button:hover,.shelf-ui__nav-button.is-active{color:var(--shelf-ink);background:var(--shelf-accent-soft);transform:translate(2px)}.shelf-ui__nav-footer{margin-top:auto;color:var(--shelf-soft);font-size:.85rem}.shelf-ui__hero-panel{display:grid;gap:1rem;padding:1.2rem 1.2rem 1.15rem}.shelf-ui__search-form{display:grid;gap:.75rem}.shelf-ui__field-label{font-size:.92rem;font-weight:600;color:var(--shelf-ink)}.shelf-ui__search-row,.shelf-ui__inline-search{display:flex;gap:.7rem}.shelf-ui__search-row input,.shelf-ui__inline-search input{width:100%;min-width:0;border:1px solid var(--shelf-border);border-radius:16px;background:var(--shelf-panel-strong);color:var(--shelf-ink);padding:.95rem 1rem;font-family:var(--shelf-body-font);font-size:.98rem}.shelf-ui__search-row button,.shelf-ui__summary-button,.shelf-ui__detail-links button,.shelf-ui__playback-controls button{border:0;border-radius:16px;cursor:pointer}.shelf-ui__search-row button{background:var(--shelf-accent);color:var(--shelf-accent-ink);padding:.95rem 1.15rem;font-weight:600}.shelf-ui__search-row button:disabled{cursor:wait;opacity:.55}.shelf-ui__status,.shelf-ui__notice,.shelf-ui__catalog-subtitle,.shelf-ui__catalog-detail,.shelf-ui__result-head p,.shelf-ui__detail-head p,.shelf-ui__playback-copy p,.shelf-ui__empty{margin:0;color:var(--shelf-muted)}.shelf-ui__notice{color:var(--shelf-warm)}.shelf-ui__summary{border:1px solid var(--shelf-border);border-radius:18px;background:var(--shelf-accent-soft);padding:.9rem 1rem}.shelf-ui__summary-text{margin:.45rem 0 0;color:var(--shelf-ink);line-height:1.5}.shelf-ui__summary-button{margin-top:.8rem;background:var(--shelf-panel-strong);border:1px solid var(--shelf-border);color:var(--shelf-ink);padding:.7rem .95rem}.shelf-ui__panel{display:flex;flex-direction:column;gap:.9rem;padding:1rem;min-height:0}.shelf-ui__panel-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.shelf-ui__panel-header h2{margin:0;font-size:1.08rem;color:var(--shelf-ink)}.shelf-ui__catalog-list,.shelf-ui__results-list{display:flex;flex-direction:column;gap:.75rem;min-height:0;overflow:auto}.shelf-ui__catalog-card{display:grid;gap:.22rem;width:100%;border:1px solid var(--shelf-border);border-radius:18px;background:var(--shelf-panel-alt);color:var(--shelf-ink);cursor:pointer;padding:.9rem .95rem;text-align:left}.shelf-ui__catalog-card.is-selected,.shelf-ui__result-card.is-selected{border-color:color-mix(in srgb,var(--shelf-accent) 45%,var(--shelf-border));background:color-mix(in srgb,var(--shelf-accent-soft) 65%,var(--shelf-panel-strong))}.shelf-ui__catalog-title,.shelf-ui__detail-card h3,.shelf-ui__result-card h3{margin:0;font-size:1.22rem;line-height:1.05;color:var(--shelf-ink)}.shelf-ui__catalog-status{color:var(--shelf-soft);font-size:.82rem}.shelf-ui__result-card{border:1px solid var(--shelf-border);border-radius:22px;background:var(--shelf-panel-alt)}.shelf-ui__result-card.is-muted{opacity:.72}.shelf-ui__result-button{display:grid;gap:.8rem;width:100%;border:0;background:transparent;color:inherit;cursor:pointer;padding:1rem;text-align:left}.shelf-ui__result-head,.shelf-ui__detail-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.shelf-ui__score{color:var(--shelf-soft);font-size:.85rem}.shelf-ui__chip-row,.shelf-ui__action-row{display:flex;flex-wrap:wrap;gap:.5rem}.shelf-ui__chip{border:1px solid var(--shelf-border);border-radius:999px;background:var(--shelf-panel-strong);color:var(--shelf-soft);font-size:.68rem;padding:.3rem .55rem}.shelf-ui__excerpt,.shelf-ui__detail-body{margin:0;line-height:1.62;color:var(--shelf-ink)}.shelf-ui__action-button{border:1px solid var(--shelf-border);background:var(--shelf-panel-strong);border-radius:999px;color:var(--shelf-ink);cursor:pointer;padding:.5rem .85rem}.shelf-ui__action-button.is-on{background:var(--shelf-accent-soft);color:var(--shelf-accent);border-color:color-mix(in srgb,var(--shelf-accent) 32%,var(--shelf-border))}.shelf-ui__result-footer{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;padding:0 1rem 1rem}.shelf-ui__result-open{margin-left:auto;border:1px solid var(--shelf-border);background:var(--shelf-panel-strong);border-radius:999px;color:var(--shelf-ink);cursor:pointer;padding:.5rem .85rem;text-decoration:none}.shelf-ui__result-open:hover{background:var(--shelf-accent-soft);border-color:color-mix(in srgb,var(--shelf-accent) 32%,var(--shelf-border))}.shelf-ui__detail-card{display:grid;gap:.9rem}.shelf-ui__detail-links{display:flex;gap:.55rem}.shelf-ui__detail-links button,.shelf-ui__playback-controls button{background:var(--shelf-panel-strong);border:1px solid var(--shelf-border);color:var(--shelf-ink);padding:.7rem .9rem}.shelf-ui__empty{border:1px dashed var(--shelf-border);border-radius:18px;padding:1rem}.shelf-ui__playback{display:grid;gap:.75rem;border-radius:22px;background:color-mix(in srgb,var(--shelf-accent-soft) 55%,var(--shelf-panel-strong));padding:1rem}.shelf-ui__playback-copy strong{display:block;color:var(--shelf-ink);margin-bottom:.25rem}.shelf-ui__playback-copy p:last-child{line-height:1.5}.shelf-ui__playback-controls{display:flex;gap:.6rem}.shelf-ui__playback-bar{height:8px;border-radius:999px;background:#00000014;overflow:hidden}.shelf-ui__playback-progress{height:100%;border-radius:inherit;background:var(--shelf-accent)}@media(max-width:900px){.shelf-app{grid-template-columns:1fr}.shelf-app__hero{flex-direction:column}.shelf-app__hero-badges{justify-content:flex-start}.shelf-app__grid,.shelf-app__grid.has-catalog{grid-template-columns:1fr}.shelf-ui__nav{border-radius:22px}.shelf-ui__search-row{flex-direction:column}.shelf-ui__result-open{margin-left:0}}:root{--shelf-bg: #f3ede2;--shelf-panel: rgba(255, 251, 245, .88);--shelf-panel-strong: #fffaf4;--shelf-panel-alt: rgba(252, 245, 236, .94);--shelf-border: rgba(28, 31, 34, .12);--shelf-ink: #171c22;--shelf-muted: #5a645f;--shelf-soft: #8a8278;--shelf-accent: #0c7566;--shelf-warm: #ba6d3f}html,body,#root{margin:0;width:100%;min-height:100%}body{font-family:var(--shelf-body-font);color:var(--shelf-ink);background:radial-gradient(circle at 15% 8%,rgba(12,117,102,.16),transparent 34%),radial-gradient(circle at 92% 4%,rgba(186,109,63,.12),transparent 26%),linear-gradient(142deg,#f7f2e8,#efe6d8 56%,#e8dccd);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.boot-error,.workspace-auth-panel{border:1px solid var(--shelf-border);border-radius:24px;background:var(--shelf-panel);box-shadow:var(--shelf-shadow)}.boot-error{max-width:760px;margin:88px auto;padding:1.4rem}.boot-error h1,.workspace-auth-panel h1{margin:0;font-family:var(--shelf-display-font);font-size:clamp(2rem,4vw,3.4rem);line-height:.94}.boot-error p{margin:.7rem 0 0;color:var(--shelf-muted)}.boot-error-url{word-break:break-word}.boot-error code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.boot-error-details{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--shelf-border)}.boot-error-details summary{cursor:pointer;font-weight:600}.boot-error-details ul{margin:.8rem 0 0;padding-left:1.2rem;color:var(--shelf-soft)}.boot-error-details li+li{margin-top:.45rem}.workspace-boot,.workspace-auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.workspace-auth-panel{max-width:620px;padding:1.5rem}.workspace-auth-panel-minimal{max-width:520px;padding:1rem}.workspace-auth-kicker{margin:0 0 .55rem;color:var(--shelf-soft);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem}.workspace-auth-panel p{color:var(--shelf-muted);line-height:1.55}.workspace-signin{margin-top:1rem}.workspace-signin .cl-card{box-shadow:none}.workspace-auth-panel-minimal .workspace-signin{margin-top:0}.workspace-footer{display:flex;align-items:center;justify-content:space-between;gap:.9rem}.workspace-footer-copy{display:grid;gap:.2rem;font-size:.84rem}.workspace-footer-copy span,.workspace-toolbar,.workspace-shortlist-item p,.workspace-shortlist-item span{color:var(--shelf-soft)}.workspace-toolbar{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;font-size:.84rem}.workspace-toggle,.workspace-shortlist-toolbar,.workspace-shortlist-actions{display:flex;align-items:center;gap:.55rem}.workspace-shortlist{display:grid;gap:.8rem}.workspace-shortlist-list{display:grid;gap:.75rem}.workspace-shortlist-item{display:grid;gap:.75rem;border:1px solid var(--shelf-border);border-radius:18px;background:var(--shelf-panel-alt);padding:.95rem}.workspace-shortlist-item strong{display:block;color:var(--shelf-ink);font-family:var(--shelf-display-font);font-size:1.15rem}.workspace-shortlist-item p,.workspace-shortlist-item span{margin:.16rem 0 0}.workspace-shortlist-actions button,.workspace-shortlist-toolbar button,.workspace-detail-actions button,.workspace-load-more{border:1px solid var(--shelf-border);border-radius:999px;background:var(--shelf-panel-strong);color:var(--shelf-ink);cursor:pointer;font:inherit;padding:.52rem .8rem}.workspace-shortlist-actions button.is-on{background:var(--shelf-accent-soft);color:var(--shelf-accent)}.workspace-detail-actions{margin-top:.4rem}
