:root{--bookshelf-bg:#f7f3ea;--bookshelf-paper:#fffefa;--bookshelf-ink:#2b2b2b;--bookshelf-muted:#6d746f;--bookshelf-line:#e2d8c8;--bookshelf-line-strong:#c9b89f;--bookshelf-accent:#7a5c3e;--bookshelf-green:#3e6b5b;--bookshelf-blue:#4f6475;--bookshelf-radius:8px;--bookshelf-radius-inner:6px;--bookshelf-ease-out:cubic-bezier(0.23,1,0.32,1);--bookshelf-shadow:0 1px 0 rgba(43,43,43,0.05),0 18px 44px rgba(71,52,32,0.1);--bookshelf-soft-shadow:0 1px 0 rgba(43,43,43,0.04),0 10px 26px rgba(71,52,32,0.07)}.bookshelf-page-shell{max-width:1480px}.bookshelf-app{min-height:calc(100dvh - 180px);display:grid;grid-template-columns:240px minmax(0,1fr);gap:0;color:var(--bookshelf-ink);background:linear-gradient(90deg,rgba(122,92,62,.07) 1px,transparent 1px),linear-gradient(180deg,rgba(62,107,91,.07) 1px,transparent 1px),var(--bookshelf-bg);background-size:32px 32px,32px 32px,auto;border:1px solid var(--bookshelf-line);box-shadow:var(--bookshelf-soft-shadow);font-variant-numeric:tabular-nums;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.bookshelf-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:28px;padding:28px 22px;background:rgba(255,254,250,.78);border-right:1px solid var(--bookshelf-line)}.bookshelf-brand{display:grid;gap:8px}.bookshelf-brand span,.bookshelf-kicker{color:var(--bookshelf-accent);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;letter-spacing:0}.bookshelf-brand strong{font-family:Georgia,Times New Roman,serif;font-size:1.5rem;line-height:1.18}.bookshelf-nav{display:grid;gap:2px}.bookshelf-actions button,.bookshelf-back-button,.bookshelf-card-actions button,.bookshelf-nav button,.bookshelf-primary-button,.bookshelf-section-head button,.bookshelf-segment button,.bookshelf-status-row button{min-height:40px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--bookshelf-ink);font:inherit;cursor:pointer;touch-action:manipulation;transition-property:transform,border-color,background-color,color,box-shadow;transition-duration:.15s;transition-timing-function:var(--bookshelf-ease-out)}.bookshelf-actions button:focus-visible,.bookshelf-back-button:focus-visible,.bookshelf-book-open:focus-visible,.bookshelf-card-actions button:focus-visible,.bookshelf-empty-state a:focus-visible,.bookshelf-empty-state button:focus-visible,.bookshelf-mini-book:focus-visible,.bookshelf-nav button:focus-visible,.bookshelf-primary-button:focus-visible,.bookshelf-question-card>button:focus-visible,.bookshelf-question-row:focus-visible,.bookshelf-quote-source button:focus-visible,.bookshelf-search-column button:focus-visible,.bookshelf-section-head button:focus-visible,.bookshelf-segment button:focus-visible,.bookshelf-status-row button:focus-visible,.bookshelf-tag-row button:focus-visible{outline:2px solid rgba(62,107,91,.72);outline-offset:3px}.bookshelf-actions button:active,.bookshelf-back-button:active,.bookshelf-card-actions button:active,.bookshelf-empty-state a:active,.bookshelf-empty-state button:active,.bookshelf-nav button:active,.bookshelf-primary-button:active,.bookshelf-section-head button:active,.bookshelf-segment button:active,.bookshelf-status-row button:active{transform:scale(.96)}.bookshelf-nav button{text-align:left;padding:10px 12px;color:var(--bookshelf-muted)}.bookshelf-nav button.is-active,.bookshelf-nav button:hover{color:var(--bookshelf-ink);background:#efe5d5;border-color:var(--bookshelf-line)}.bookshelf-quiet-stats{margin-top:auto;display:grid;gap:10px;border-top:1px solid var(--bookshelf-line);padding-top:18px}.bookshelf-hero-metrics span,.bookshelf-quiet-stats span{display:flex;align-items:baseline;justify-content:space-between;gap:16px;color:var(--bookshelf-muted);font-size:.86rem}.bookshelf-hero-metrics strong,.bookshelf-quiet-stats strong{color:var(--bookshelf-ink);font-family:Georgia,Times New Roman,serif;font-size:1.45rem;font-weight:600;font-variant-numeric:tabular-nums}.bookshelf-main{min-width:0;padding:26px}.bookshelf-topbar{display:grid;grid-template-columns:minmax(240px,1fr) auto;gap:16px;align-items:center;margin-bottom:12px}.bookshelf-search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;min-height:48px;padding:0 14px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.86);box-shadow:0 1px 0 rgba(43,43,43,.04);transition:border-color .15s var(--bookshelf-ease-out),box-shadow .15s var(--bookshelf-ease-out)}.bookshelf-search:focus-within{border-color:rgba(62,107,91,.54);box-shadow:0 0 0 3px rgba(62,107,91,.12)}.bookshelf-search span{color:var(--bookshelf-muted);font-size:.85rem}.bookshelf-filter-row input,.bookshelf-filter-row select,.bookshelf-form-panel input,.bookshelf-form-panel select,.bookshelf-form-panel textarea,.bookshelf-search input{width:100%;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius-inner);background:var(--bookshelf-paper);color:var(--bookshelf-ink);font:inherit;transition:border-color .15s var(--bookshelf-ease-out),box-shadow .15s var(--bookshelf-ease-out)}.bookshelf-search input{border:0;background:transparent;outline:none}.bookshelf-filter-row input:focus,.bookshelf-filter-row select:focus,.bookshelf-form-panel input:focus,.bookshelf-form-panel select:focus,.bookshelf-form-panel textarea:focus{border-color:rgba(62,107,91,.58);box-shadow:0 0 0 3px rgba(62,107,91,.12);outline:none}.bookshelf-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.bookshelf-actions button,.bookshelf-back-button,.bookshelf-card-actions button,.bookshelf-section-head button,.bookshelf-segment button,.bookshelf-status-row button{padding:7px 12px;background:rgba(255,254,250,.78);border-color:var(--bookshelf-line)}.bookshelf-actions button:hover,.bookshelf-back-button:hover,.bookshelf-card-actions button:hover,.bookshelf-section-head button:hover,.bookshelf-segment button.is-active,.bookshelf-segment button:hover,.bookshelf-status-row button:hover{border-color:var(--bookshelf-line-strong);background:#efe5d5}.bookshelf-status-row{display:flex;justify-content:space-between;gap:16px;align-items:center;color:var(--bookshelf-muted);font-size:.86rem;margin-bottom:22px}.bookshelf-view{display:grid;gap:22px}.bookshelf-hero-board{min-height:220px;display:grid;grid-template-columns:minmax(0,1fr) 270px;align-items:end;gap:24px;padding:clamp(24px,5vw,58px);border:1px solid rgba(201,184,159,.72);border-radius:var(--bookshelf-radius);background:repeating-linear-gradient(0deg,rgba(122,92,62,.07),rgba(122,92,62,.07) 1px,transparent 0,transparent 29px),rgba(255,254,250,.82);box-shadow:var(--bookshelf-soft-shadow)}.bookshelf-hero-board h1{margin:6px 0 0;max-width:760px;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,6vw,5.8rem);line-height:.96;letter-spacing:0;text-wrap:balance}.bookshelf-hero-metrics{display:grid;gap:10px;padding:16px 0 0;border-top:1px solid var(--bookshelf-line-strong)}.bookshelf-detail-grid,.bookshelf-home-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:22px}.bookshelf-panel{min-width:0;padding:0;border-top:0;box-shadow:inset 0 1px rgba(43,43,43,.16)}.bookshelf-panel-large,.bookshelf-panel-wide{grid-column:span 1}.bookshelf-home-grid .bookshelf-panel-large{grid-row:span 2}.bookshelf-section-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;margin-bottom:12px}.bookshelf-section-head h1,.bookshelf-section-head h2,.bookshelf-section-head h3{margin:0;font-family:Georgia,Times New Roman,serif;letter-spacing:0;text-wrap:balance}.bookshelf-section-head h1{font-size:clamp(2rem,4vw,3.8rem)}.bookshelf-section-head h2{font-size:1.35rem}.bookshelf-section-head span{color:var(--bookshelf-muted);font-size:.88rem;font-variant-numeric:tabular-nums}.bookshelf-mini-list,.bookshelf-question-stack,.bookshelf-quote-stack{display:grid;gap:12px}.bookshelf-mini-book,.bookshelf-question-row,.bookshelf-search-column button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:14px 0;border:0;border-bottom:1px solid var(--bookshelf-line);background:transparent;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation;transition:transform .15s var(--bookshelf-ease-out),background-color .15s var(--bookshelf-ease-out),box-shadow .15s var(--bookshelf-ease-out)}.bookshelf-mini-book:hover,.bookshelf-question-row:hover,.bookshelf-search-column button:hover{background:rgba(255,254,250,.42);box-shadow:inset 3px 0 rgba(62,107,91,.22)}.bookshelf-book-open:active,.bookshelf-mini-book:active,.bookshelf-question-card>button:active,.bookshelf-question-row:active,.bookshelf-search-column button:active{transform:scale(.99)}.bookshelf-mini-book strong,.bookshelf-question-row strong,.bookshelf-search-column strong{display:block;margin-bottom:4px;font-size:1.05rem}.bookshelf-mini-book em,.bookshelf-question-row em,.bookshelf-search-column span{display:-webkit-box;color:var(--bookshelf-muted);font-size:.88rem;font-style:normal;line-height:1.55;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-wrap:pretty}.bookshelf-question-color{width:12px;height:38px;border-radius:999px;border:1px solid rgba(43,43,43,.16)}.bookshelf-workbench{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,380px);align-items:start;gap:28px}.bookshelf-list-area{min-width:0}.bookshelf-filter-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:18px}.bookshelf-filter-row input,.bookshelf-filter-row select{width:auto;min-width:170px;min-height:40px;padding:0 12px}.bookshelf-segment{display:flex;gap:4px;padding:3px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.64)}.bookshelf-segment button{min-height:40px;border-color:transparent}.bookshelf-book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:16px}.bookshelf-book-list{display:grid;gap:10px}.bookshelf-book-card{min-width:0;display:grid;gap:8px;padding:12px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.82);box-shadow:var(--bookshelf-soft-shadow);transition:transform .15s var(--bookshelf-ease-out),border-color .15s var(--bookshelf-ease-out),box-shadow .15s var(--bookshelf-ease-out)}.bookshelf-book-card:hover{border-color:rgba(201,184,159,.92);box-shadow:var(--bookshelf-shadow)}.bookshelf-book-card.is-list{grid-template-columns:minmax(0,1fr) auto;align-items:center}.bookshelf-book-open{width:100%;display:grid;gap:12px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation}.bookshelf-book-card.is-list .bookshelf-book-open{grid-template-columns:72px minmax(0,1fr);align-items:center}.bookshelf-cover{width:100%;aspect-ratio:3/4.2;display:grid;place-items:center;overflow:hidden;border:1px solid var(--bookshelf-line-strong);border-radius:var(--bookshelf-radius-inner);background:linear-gradient(90deg,rgba(255,255,255,.46),transparent 28%),#c9ab83;box-shadow:5px 5px 0 rgba(122,92,62,.1)}.bookshelf-cover img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;outline:1px solid rgba(0,0,0,.1);outline-offset:-1px}.bookshelf-cover strong{max-width:88%;color:rgba(43,43,43,.72);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.8rem,7vw,4.8rem);font-weight:500;line-height:1;text-align:center}.bookshelf-cover.is-large{width:min(100%,300px)}.bookshelf-cover.is-mini{width:42px;min-width:42px;height:56px;aspect-ratio:auto;box-shadow:none}.bookshelf-cover.is-mini strong{font-size:1.1rem}.bookshelf-book-copy{min-width:0;display:grid;gap:5px}.bookshelf-book-copy strong{font-size:1.06rem;line-height:1.35;text-wrap:balance}.bookshelf-book-copy em,.bookshelf-book-copy small,.bookshelf-book-copy span{color:var(--bookshelf-muted);font-style:normal;line-height:1.45;text-wrap:pretty}.bookshelf-chip{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;min-height:24px;padding:2px 8px;border:1px solid var(--bookshelf-line);border-radius:999px;background:#f1eadf;color:var(--bookshelf-accent);font-size:.75rem}.bookshelf-card-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.bookshelf-card-actions button{min-height:40px;padding:6px 11px;color:var(--bookshelf-muted);font-size:.82rem}.bookshelf-form-panel{position:sticky;top:22px;display:grid;gap:13px;padding:18px;border:1px solid var(--bookshelf-line-strong);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.92);box-shadow:var(--bookshelf-shadow)}.bookshelf-form-panel label,.bookshelf-question-picker{display:grid;gap:6px;color:var(--bookshelf-muted);font-size:.84rem}.bookshelf-form-panel input,.bookshelf-form-panel select,.bookshelf-form-panel textarea{min-height:40px;padding:9px 10px;resize:vertical}.bookshelf-form-grid{display:grid;grid-template-columns:1fr 86px;gap:10px}.bookshelf-question-picker{min-width:0;margin:0;padding:0;border:0}.bookshelf-question-picker legend{margin-bottom:6px}.bookshelf-question-picker>div{display:flex;flex-wrap:wrap;gap:7px}.bookshelf-question-picker label{display:inline-flex;align-items:center;gap:6px;width:auto;padding:7px 9px;border:1px solid var(--bookshelf-line);border-radius:999px;background:#f7f1e7;color:var(--bookshelf-ink);cursor:pointer;transition:border-color .15s var(--bookshelf-ease-out),background-color .15s var(--bookshelf-ease-out),transform .15s var(--bookshelf-ease-out)}.bookshelf-question-picker label:active{transform:scale(.98)}.bookshelf-question-picker label.is-selected{border-color:rgba(62,107,91,.45);background:rgba(62,107,91,.12)}.bookshelf-question-picker input{width:14px;height:14px;min-height:0}.bookshelf-primary-button{min-height:44px;background:var(--bookshelf-ink);color:#fffefa;border-color:var(--bookshelf-ink)}.bookshelf-primary-button:hover{background:var(--bookshelf-green);border-color:var(--bookshelf-green)}.bookshelf-detail-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:30px}.bookshelf-book-portrait{position:sticky;top:22px;display:grid;gap:18px;align-content:start}.bookshelf-detail-main{display:grid;gap:22px}.bookshelf-detail-title{display:grid;gap:8px;padding-bottom:22px;border-bottom:1px solid var(--bookshelf-line-strong)}.bookshelf-detail-title h1,.bookshelf-question-hero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.2rem,6vw,5rem);line-height:1;letter-spacing:0;text-wrap:balance}.bookshelf-detail-title p,.bookshelf-question-hero p{margin:0;color:var(--bookshelf-muted);text-wrap:pretty}.bookshelf-fact-table{display:grid;grid-template-columns:110px minmax(0,1fr);border-top:1px solid var(--bookshelf-line);border-bottom:1px solid var(--bookshelf-line)}.bookshelf-fact-table span,.bookshelf-fact-table strong{min-height:40px;padding:10px 0;border-bottom:1px solid var(--bookshelf-line)}.bookshelf-fact-table span{color:var(--bookshelf-muted);font-size:.84rem}.bookshelf-fact-table strong{font-weight:500}.bookshelf-note-text{margin:0;white-space:pre-wrap;color:var(--bookshelf-ink);font-size:1.02rem;line-height:1.8}.bookshelf-question-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.bookshelf-question-card{display:grid;gap:8px;padding:14px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.82);box-shadow:var(--bookshelf-soft-shadow);transition:transform .15s var(--bookshelf-ease-out),border-color .15s var(--bookshelf-ease-out),box-shadow .15s var(--bookshelf-ease-out)}.bookshelf-question-card:hover{border-color:rgba(201,184,159,.92);box-shadow:var(--bookshelf-shadow)}.bookshelf-question-card>button{min-height:190px;display:grid;grid-template-rows:auto auto 1fr auto;align-content:start;gap:12px;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;touch-action:manipulation}.bookshelf-question-card strong{font-family:Georgia,Times New Roman,serif;font-size:1.45rem;line-height:1.16;text-wrap:balance}.bookshelf-question-card em{color:var(--bookshelf-muted);font-style:normal;line-height:1.6;text-wrap:pretty}.bookshelf-question-card small{color:var(--bookshelf-accent)}.bookshelf-question-detail{display:grid;gap:24px}.bookshelf-question-hero{display:grid;gap:14px;padding:clamp(22px,5vw,48px);border-top:6px solid;background:rgba(255,254,250,.72);border-radius:var(--bookshelf-radius);box-shadow:var(--bookshelf-soft-shadow)}.bookshelf-question-hero .bookshelf-question-color{height:16px;width:90px}.bookshelf-quote-card{display:grid;gap:10px;padding:16px 18px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.9);box-shadow:var(--bookshelf-soft-shadow)}.bookshelf-quote-card blockquote{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.08rem,2vw,1.45rem);line-height:1.55;text-wrap:pretty}.bookshelf-quote-card.is-compact blockquote{font-size:1rem}.bookshelf-quote-card p{margin:0;color:var(--bookshelf-muted);line-height:1.65;text-wrap:pretty}.bookshelf-quote-source button,.bookshelf-quote-source span{display:inline;padding:0;border:0;background:transparent;color:var(--bookshelf-accent);font:inherit;text-align:left;cursor:pointer;transition:color .15s var(--bookshelf-ease-out),transform .15s var(--bookshelf-ease-out)}.bookshelf-tag-row{display:flex;flex-wrap:wrap;gap:7px}.bookshelf-tag-row button,.bookshelf-tag-row span{min-height:28px;padding:4px 8px;border:1px solid var(--bookshelf-line);border-radius:999px;background:#f4ecdf;color:var(--bookshelf-muted);font:inherit;font-size:.8rem}.bookshelf-tag-row button{cursor:pointer}.bookshelf-mini-book{grid-template-columns:auto minmax(0,1fr)}.bookshelf-search-results{display:grid;gap:12px;margin-bottom:22px;padding:16px;border:1px solid var(--bookshelf-line-strong);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.86);box-shadow:var(--bookshelf-soft-shadow)}.bookshelf-search-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.bookshelf-search-grid.is-simple{grid-template-columns:repeat(2,minmax(0,1fr))}.bookshelf-search-column{min-width:0}.bookshelf-search-column h3{margin:0 0 6px;color:var(--bookshelf-muted);font-size:.88rem;font-weight:500}.bookshelf-search-column>div{display:grid;gap:4px}.bookshelf-empty-line{margin:0;color:var(--bookshelf-muted)}.bookshelf-tag-row-muted:empty{display:none}.bookshelf-empty-state{display:grid;justify-items:start;gap:10px;margin:0;padding:18px;border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.58);box-shadow:inset 0 0 0 1px rgba(201,184,159,.42)}.bookshelf-empty-state p{margin:0;color:var(--bookshelf-muted);line-height:1.55;text-wrap:pretty}.bookshelf-empty-state a,.bookshelf-empty-state button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border:1px solid var(--bookshelf-line);border-radius:var(--bookshelf-radius-inner);background:rgba(255,254,250,.88);color:var(--bookshelf-ink);font:inherit;text-decoration:none;cursor:pointer;touch-action:manipulation;transition-property:transform,border-color,background-color,color,box-shadow;transition-duration:.15s;transition-timing-function:var(--bookshelf-ease-out)}.bookshelf-empty-state a:hover,.bookshelf-empty-state button:hover{border-color:var(--bookshelf-line-strong);background:#efe5d5}.bookshelf-loading-panel{display:grid;gap:22px;padding:clamp(24px,5vw,56px);border:1px solid rgba(201,184,159,.72);border-radius:var(--bookshelf-radius);background:rgba(255,254,250,.82);box-shadow:var(--bookshelf-soft-shadow)}.bookshelf-loading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.bookshelf-skeleton,.bookshelf-skeleton-card{display:block;border-radius:var(--bookshelf-radius-inner);background:rgba(201,184,159,.28)}.bookshelf-skeleton-kicker{width:112px;height:14px;margin-bottom:14px}.bookshelf-skeleton-title{width:min(560px,92%);height:clamp(44px,8vw,86px)}.bookshelf-skeleton-card{min-height:112px;padding:18px;background:rgba(255,254,250,.66);box-shadow:inset 0 0 0 1px rgba(201,184,159,.42)}.bookshelf-skeleton-line{width:92%;height:15px;margin-bottom:14px}.bookshelf-skeleton-line.is-short{width:54%;margin-bottom:0}.bookshelf-loading-copy{margin:0;color:var(--bookshelf-muted)}@media (prefers-reduced-motion:reduce){.bookshelf-app *,.bookshelf-app :after,.bookshelf-app :before{transition-duration:1ms!important;scroll-behavior:auto!important}.bookshelf-actions button:active,.bookshelf-back-button:active,.bookshelf-book-open:active,.bookshelf-card-actions button:active,.bookshelf-empty-state a:active,.bookshelf-empty-state button:active,.bookshelf-mini-book:active,.bookshelf-nav button:active,.bookshelf-primary-button:active,.bookshelf-question-card>button:active,.bookshelf-question-row:active,.bookshelf-search-column button:active,.bookshelf-section-head button:active,.bookshelf-segment button:active,.bookshelf-status-row button:active{transform:none}}@media (max-width:1060px){.bookshelf-app{grid-template-columns:1fr}.bookshelf-sidebar{position:static;height:auto;padding:18px;border-right:0;border-bottom:1px solid var(--bookshelf-line)}.bookshelf-brand{grid-template-columns:1fr}.bookshelf-nav{display:flex;overflow-x:auto}.bookshelf-nav button{min-width:-moz-max-content;min-width:max-content}.bookshelf-quiet-stats{grid-template-columns:repeat(3,1fr);margin-top:0}.bookshelf-detail-layout,.bookshelf-workbench{grid-template-columns:1fr}.bookshelf-book-portrait,.bookshelf-form-panel{position:static}}@media (max-width:760px){.bookshelf-main{padding:16px}.bookshelf-detail-grid,.bookshelf-hero-board,.bookshelf-home-grid,.bookshelf-search-grid,.bookshelf-topbar{grid-template-columns:1fr}.bookshelf-actions{justify-content:flex-start}.bookshelf-hero-board{min-height:0;padding:26px 18px}.bookshelf-filter-row input,.bookshelf-filter-row select{width:100%}.bookshelf-book-card.is-list,.bookshelf-loading-grid{grid-template-columns:1fr}}@media (max-width:520px){.bookshelf-app{border-left:0;border-right:0}.bookshelf-quiet-stats{grid-template-columns:1fr}.bookshelf-status-row{align-items:flex-start;flex-direction:column}.bookshelf-book-grid,.bookshelf-form-grid,.bookshelf-question-grid{grid-template-columns:1fr}}