:root{--bg:#f0f0ee;--surface:#fff;--surface2:#f3f4f6;--surface3:#e9eaec;--border:#e5e7eb;--text:#222;--text2:#6b7280;--text3:#9ca3af;--accent:#4f46e5;--accent2:#818cf8;--badge-fmt-bg:#dbeafe;--badge-fmt-txt:#1d4ed8;--badge-cat-bg:#ede9fe;--badge-cat-txt:#6d28d9;--badge-loc-bg:#d1fae5;--badge-loc-txt:#065f46;--badge-pg-bg:#fef3c7;--badge-pg-txt:#92400e;--pill-bg:#f3f4f6;--pill-txt:#374151;--h-shadow:0 1px 3px #00000012;--card-shadow:0 4px 14px #0000001a;--star:#f59e0b;--shelf-wood:#8b6914}body.dark{--bg:#111827;--surface:#1f2937;--surface2:#374151;--surface3:#4b5563;--border:#374151;--text:#f9fafb;--text2:#9ca3af;--text3:#6b7280;--accent:#818cf8;--accent2:#a5b4fc;--badge-fmt-bg:#1e3a5f;--badge-fmt-txt:#93c5fd;--badge-cat-bg:#2e1b5e;--badge-cat-txt:#c4b5fd;--badge-loc-bg:#064e3b;--badge-loc-txt:#6ee7b7;--badge-pg-bg:#451a03;--badge-pg-txt:#fcd34d;--pill-bg:#374151;--pill-txt:#d1d5db;--h-shadow:0 1px 4px #0006;--card-shadow:0 4px 14px #00000080;--shelf-wood:#5c4209}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;transition:background .2s,color .2s}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.header{background:var(--surface);border-bottom:1px solid var(--border);padding:calc(10px + env(safe-area-inset-top,0px)) 14px 0;z-index:100;box-shadow:var(--h-shadow);transition:transform .22s,box-shadow .22s;position:sticky;top:0}@media (width>=721px){.header.header-hidden-desktop{box-shadow:none;transform:translateY(calc(10px - 100%))}}.header-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:2px;display:flex}.header-top h1{text-align:center;flex:1;margin:0;font-size:1.2rem;font-weight:700}.tool-btn-group{align-items:center;gap:4px;display:flex}.tool-btn{border:1px solid var(--border);color:var(--text2);background:0 0;border-radius:8px;padding:5px 9px;font-size:.82rem;line-height:1;transition:background .15s}.tool-btn:hover{background:var(--surface2)}.subtitle{text-align:center;color:var(--text3);margin-bottom:4px;font-size:.69rem}.signin-row{flex-wrap:wrap;align-items:center;gap:6px;padding:4px 0 6px;display:flex}.signin-row input{border:1px solid var(--border);background:var(--surface);min-width:220px;color:var(--text);border-radius:8px;flex:1;padding:5px 9px;font-size:.78rem}.signin-row .btn-sm{color:var(--text3);padding:4px 8px;font-size:.7rem}.auth-message{color:var(--text3);opacity:.9;margin-bottom:3px;font-size:.7rem}.filters-toggle{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text2);border-radius:8px;margin-bottom:6px;padding:7px;font-size:.83rem;display:none}.filters-body{display:block}.filter-section-grid{grid-template-columns:minmax(240px,.8fr) minmax(320px,1.2fr);align-items:start;gap:10px;padding-bottom:6px;display:grid}.filter-section{min-width:0}.filter-section-title{color:var(--text3);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:.64rem;font-weight:700}.filter-row{flex-wrap:wrap;align-items:center;gap:6px;padding-bottom:3px;display:flex}.filter-row-primary{align-items:stretch}.filter-row input,.filter-row select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:6px 9px;font-size:.76rem}.filter-row>input:first-child{flex:1;min-width:180px}.filter-row input::placeholder{color:var(--text3)}.filter-preset-row{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.filter-preset{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:999px;padding:5px 9px;font-size:.72rem}.filter-preset:hover,.filter-preset.active{background:var(--accent);border-color:var(--accent);color:#fff}.active-filter-chip-row{flex-wrap:wrap;gap:6px;padding:0 0 8px;display:flex}.active-filter-chip{border:1px solid var(--border);background:var(--surface2);color:var(--text2);border-radius:999px;padding:5px 9px;font-size:.72rem}.active-filter-chip:hover{background:var(--surface3);color:var(--text)}.count-row{flex-wrap:wrap;align-items:center;gap:6px;padding-bottom:6px;display:flex}.count-lbl{color:var(--text3);flex:1;font-size:.7rem}.count-actions{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.btn-sm,.notes-save{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:8px;padding:4px 9px;font-size:.73rem}.count-actions .btn-sm{color:var(--text3);padding:3px 7px;font-size:.68rem}.btn-sm:hover,.notes-save:hover{background:var(--surface2)}.btn-accent,.notes-save{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-accent:hover,.notes-save:hover{opacity:.88}.botd-toggle,.recent-toggle{color:var(--text3);background:0 0;border:none;align-items:center;gap:5px;width:100%;padding:2px 0 4px;font-size:.72rem;display:flex}.botd-toggle{opacity:.75;padding:0 0 2px;font-size:.68rem}.recent-toggle{padding:4px 8px 2px}.botd-toggle:hover,.recent-toggle:hover{color:var(--text)}.toggle-arrow{font-size:.6rem;transition:transform .2s}.botd-toggle.open .toggle-arrow,.recent-toggle.open .toggle-arrow{transform:rotate(90deg)}.botd-bar{color:var(--text);border:1px solid var(--border);background:#4f46e514;border-radius:8px;align-items:center;gap:8px;margin-bottom:4px;padding:5px 8px;font-size:.74rem;display:flex}.botd-bar img,.botd-fallback{object-fit:cover;border-radius:3px;flex-shrink:0;width:28px;height:42px}.botd-fallback{background:#fff3;justify-content:center;align-items:center;display:flex}.botd-lbl{opacity:.7;margin-bottom:1px;font-size:.66rem;font-weight:600}.botd-title{white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:600;overflow:hidden}.botd-author{opacity:.7;font-size:.7rem}.botd-text{min-width:0}.recent-strip{scrollbar-width:none;gap:7px;padding:8px 8px 4px;display:flex;overflow-x:auto}.recent-strip::-webkit-scrollbar{display:none}.recent-lbl{color:var(--text3);white-space:nowrap;flex-shrink:0;align-self:center;padding-left:2px;font-size:.68rem}.recent-thumb{opacity:.85;background:0 0;border:none;flex-shrink:0;width:44px;padding:0;transition:opacity .15s,transform .15s}.recent-thumb:hover{opacity:1;transform:translateY(-2px)}.recent-thumb img,.recent-thumb .no-r{object-fit:cover;background:var(--surface2);border-radius:4px;justify-content:center;align-items:center;width:44px;height:66px;display:flex}.goal-ring-wrap{background:0 0;border:none;align-items:center;gap:5px;padding:0 4px;display:flex}.goal-ring{flex-shrink:0;width:28px;height:28px;position:relative}.goal-ring svg{transform:rotate(-90deg)}.goal-ring-bg{fill:none;stroke:var(--surface2);stroke-width:4px}.goal-ring-fill{fill:none;stroke:var(--accent);stroke-width:4px;stroke-linecap:round;transition:stroke-dashoffset .5s}.goal-ring-label{color:var(--text2);white-space:nowrap;font-size:.62rem}.mf-wrap{position:relative}.mf-btn{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:8px;align-items:center;gap:5px;padding:4px 8px;font-size:.74rem;display:flex}.mf-btn.active{border-color:color-mix(in srgb, var(--accent) 45%, var(--border) 55%);background:color-mix(in srgb, var(--accent) 8%, var(--surface) 92%);color:var(--text)}.mf-badge{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:.62rem;display:inline-flex}.mf-arrow{color:var(--text3);font-size:.6rem}.mf-panel{background:var(--surface);border:1px solid var(--border);z-index:1000;border-radius:10px;width:272px;max-width:min(272px,100vw - 24px);position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 8px 24px #00000024}.mf-search-wrap{border-bottom:1px solid var(--border);padding:6px 8px}.mf-search{border:1px solid var(--border);background:var(--surface2);width:100%;color:var(--text);border-radius:6px;padding:5px 8px;font-size:.76rem}.mf-options{max-height:220px;padding:3px 0;overflow:auto}.mf-option{cursor:pointer;align-items:center;gap:8px;padding:5px 10px;font-size:.75rem;display:flex}.mf-option:hover{background:var(--surface2)}.mf-option span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mf-footer{border-top:1px solid var(--border);color:var(--text3);justify-content:space-between;align-items:center;padding:6px 10px;font-size:.68rem;display:flex}.mf-footer button{color:var(--accent);background:0 0;border:none;padding:0}.mf-empty{color:var(--text3);padding:9px 10px;font-size:.72rem}.grid-wrap{padding:10px 8px calc(10px + env(safe-area-inset-bottom,0px))}.load-more-row{flex-direction:column;justify-content:center;align-items:center;min-height:32px;padding:10px 0 2px;display:flex}.load-more-sentinel{width:100%;height:1px}.load-more-indicator{min-height:18px;color:var(--text2);font-size:.72rem}.book-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:10px;display:grid}.card{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:8px;flex-direction:column;padding:0;transition:box-shadow .15s,transform .15s;display:flex;overflow:hidden}.card:hover{box-shadow:var(--card-shadow);transform:translateY(-2px)}.card-cover,.no-cover{aspect-ratio:2/3;background:var(--surface2);width:100%;padding:8px;display:block}.card-cover{object-fit:contain}.no-cover{color:var(--text3);justify-content:center;align-items:center;font-size:2rem;display:flex}.card-body{flex-direction:column;flex:1;gap:3px;padding:8px;display:flex}.card-title{color:var(--text);font-size:.73rem;font-weight:700;line-height:1.3}.card-author{color:var(--accent);text-align:left;background:0 0;border:none;padding:0;font-size:.66rem;font-weight:500}.card-author:hover{text-decoration:underline}.badges{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.badge{white-space:nowrap;border-radius:10px;padding:2px 5px;font-size:.59rem;font-weight:600}.badge-format{background:var(--badge-fmt-bg);color:var(--badge-fmt-txt)}.badge-category{background:var(--badge-cat-bg);color:var(--badge-cat-txt)}.badge-location{background:var(--badge-loc-bg);color:var(--badge-loc-txt)}.badge-pages{background:var(--badge-pg-bg);color:var(--badge-pg-txt)}.badge-series{background:var(--surface2);color:var(--text2)}.card-pages{color:var(--text3);font-size:.6rem}.card-tags,.card-summary,.amazon-btn{display:none!important}.modal-section .card-tags,.modal .card-tags.modal-tags-inline,.highlight-row-meta .card-tags,.highlight-library-row .card-tags{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex!important}.tag-pill{background:var(--pill-bg);color:var(--pill-txt);border-radius:8px;padding:2px 5px;font-size:.57rem}.amazon-btn a{text-align:center;color:#111;background:#f90;border-radius:6px;padding:4px;font-size:.66rem;font-weight:700;display:block}.card-stars{color:var(--star);letter-spacing:.5px;gap:1px;margin-top:4px;font-size:.65rem;display:flex}.view-list .book-grid{flex-direction:column;gap:4px;display:flex}.list-row{background:var(--surface);border:1px solid var(--border);text-align:left;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;display:flex}.list-row:hover{box-shadow:var(--card-shadow)}.list-cover,.list-no-cover{object-fit:cover;background:var(--surface2);border-radius:4px;flex-shrink:0;width:40px;height:60px}.list-no-cover{color:var(--text3);justify-content:center;align-items:center;font-size:1.3rem;display:flex}.list-info{flex:1;min-width:0}.list-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:700;overflow:hidden}.list-author{color:var(--accent);text-align:left;background:0 0;border:none;margin-bottom:2px;padding:0;font-size:.7rem}.list-author:hover{text-decoration:underline}.list-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;padding-left:8px;display:flex}.list-stars{color:var(--star);font-size:.65rem}.list-pages{color:var(--text3);white-space:nowrap;font-size:.67rem}.view-spine .book-grid{background:var(--bg);flex-wrap:wrap;align-items:flex-end;gap:2px;padding:24px 8px 0;display:flex;position:relative}.view-spine .book-grid:after{content:"";background:linear-gradient(180deg,var(--shelf-wood) 0%, #6b4f10 60%, #4a3508 100%);border-radius:4px;width:100%;height:18px;display:block;box-shadow:0 4px 12px #0006}.spine{background:#4f46e5;border:none;border-radius:3px 3px 0 0;flex-shrink:0;justify-content:center;align-items:center;width:28px;padding:0;transition:transform .15s,box-shadow .15s;display:flex;position:relative;overflow:hidden}.spine:hover{z-index:2;transform:translateY(-8px);box-shadow:0 6px 16px #00000059}.spine-cover{object-fit:cover;border-radius:3px 3px 0 0;width:100%;height:100%}.spine-no-cover{justify-content:center;align-items:flex-end;width:100%;height:100%;padding-bottom:6px;display:flex}.spine-title{writing-mode:vertical-rl;color:#fff;text-shadow:0 1px 2px #0009;white-space:nowrap;text-overflow:ellipsis;max-height:130px;padding:4px 2px;font-size:.58rem;font-weight:700;line-height:1.15;overflow:hidden;transform:rotate(180deg)}mark{color:inherit;background:#fde68a;border-radius:2px;padding:0 1px}body.dark mark{color:#fde68a;background:#78350f}.modal-overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:16px;display:none;position:fixed;inset:0}.modal-overlay.open{display:flex}.modal-overlay-raised{z-index:240}.modal{background:var(--surface);border-radius:14px;width:100%;max-width:740px;max-height:90vh;padding:24px;position:relative;overflow-y:auto}.shelves-modal,.stats-modal,.author-modal{max-width:580px}.modal-close{color:var(--text2);background:0 0;border:none;font-size:1.4rem;line-height:1;position:absolute;top:12px;right:14px}.modal-title-row{color:var(--text);margin-bottom:10px;font-size:1rem;font-weight:700}.modal-top{flex-wrap:wrap;gap:20px;display:flex}.modal-cover img{border-radius:8px;flex-shrink:0;width:160px}.no-cover-lg{background:var(--surface2);width:160px;height:240px;color:var(--text3);border-radius:8px;justify-content:center;align-items:center;font-size:3rem;display:flex}.modal-info{flex:1;min-width:200px}.modal-title{color:var(--text);margin-bottom:4px;font-size:1.05rem;font-weight:700;line-height:1.3}.modal-author{color:var(--accent);background:0 0;border:none;margin-bottom:8px;padding:0;font-size:.88rem}.modal-author:hover{text-decoration:underline}.modal-meta{flex-wrap:wrap;gap:5px;margin-bottom:8px;display:flex}.modal-summary{color:var(--text2);margin-top:8px;font-size:.82rem;line-height:1.65}.modal-section{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.modal-section-title{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-size:.75rem;font-weight:700}.book-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.book-action-group{border:1px solid var(--border);background:var(--surface2);border-radius:12px;padding:10px}.book-action-group-wide{grid-column:1/-1}.book-detail-tabs{border-bottom:1px solid var(--border);scrollbar-width:none;gap:6px;padding:14px 0 2px;display:flex;overflow-x:auto}.book-detail-tabs::-webkit-scrollbar{display:none}.book-detail-tab{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:999px;flex:none;padding:7px 12px;font-size:.76rem;font-weight:600}.book-detail-tab:hover{background:var(--surface2);color:var(--text)}.book-detail-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.book-detail-tab-panel .modal-section:first-child{border-top:none}.details-section-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.discover-links{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.discover-link{border:1px solid var(--border);color:var(--text2);background:var(--surface);border-radius:20px;align-items:center;gap:4px;padding:5px 10px;font-size:.74rem;display:inline-flex}.discover-link:hover{border-color:var(--accent);color:var(--accent)}.star-row{align-items:center;gap:4px;margin:8px 0;display:flex}.modal-star{color:var(--text3);background:0 0;border:none;padding:0;font-size:1.4rem;transition:color .1s,transform .1s}.modal-star.filled,.modal-star:hover{color:var(--star);transform:scale(1.1)}.star-clear{color:var(--text3);background:0 0;border:none;font-size:.72rem}.star-clear:hover{color:var(--accent)}.modal-shelf-row{flex-wrap:wrap;gap:6px;display:flex}.shelf-btn{border:1px solid var(--border);background:var(--surface);color:var(--text2);white-space:nowrap;border-radius:20px;padding:4px 10px;font-size:.73rem}.shelf-btn:hover{border-color:var(--accent);color:var(--accent)}.shelf-btn.active{background:var(--accent);color:#fff;border-color:var(--accent)}.notes-area{border:1px solid var(--border);background:var(--surface2);width:100%;color:var(--text);resize:vertical;border-radius:8px;min-height:90px;padding:8px 10px;font-size:.82rem}.notes-actions{align-items:center;gap:8px;margin-top:5px;display:flex}.notes-saved{color:#10b981;font-size:.72rem}.dates-row{flex-wrap:wrap;gap:8px;display:flex}.date-field{flex-direction:column;gap:3px;display:flex}.date-field label{color:var(--text3);font-size:.7rem}.date-field input[type=date]{border:1px solid var(--border);background:var(--surface2);color:var(--text);border-radius:6px;padding:4px 7px;font-size:.78rem}.mini-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:7px;margin-top:6px;display:grid}.mini-card{background:var(--surface2);border:1px solid var(--border);text-align:left;border-radius:6px;padding:0;transition:box-shadow .12s;overflow:hidden}.mini-card:hover{box-shadow:var(--card-shadow)}.mini-cover,.mini-no-cover{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}.mini-no-cover{background:var(--surface3);color:var(--text3);justify-content:center;align-items:center;font-size:1.3rem;display:flex}.mini-title{color:var(--text);padding:4px 5px 2px;font-size:.6rem;font-weight:700;line-height:1.3}.mini-author{color:var(--text2);padding:0 5px 4px;font-size:.56rem}.shelf-row-btn{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:10px;align-items:center;gap:12px;width:100%;margin-bottom:6px;padding:11px;transition:box-shadow .15s;display:flex}.shelf-row-btn:hover{box-shadow:var(--card-shadow)}.shelf-row-icon{text-align:center;flex-shrink:0;width:30px;font-size:1.3rem}.shelf-row-label{color:var(--text);font-size:.88rem;font-weight:600;display:block}.shelf-row-count{color:var(--text2);margin-top:1px;font-size:.72rem;display:block}.shelf-chevron{color:var(--text3);margin-left:auto;font-size:1rem}.new-shelf-row{flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;display:flex}.new-shelf-input{border:1px solid var(--border);background:var(--surface2);min-width:0;color:var(--text);border-radius:8px;flex:1;padding:6px 9px;font-size:.8rem}.author-header{flex-wrap:wrap;align-items:flex-start;gap:14px;margin-bottom:12px;display:flex}.author-avatar{background:var(--surface2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:70px;font-size:2rem;display:flex}.author-name{color:var(--text);font-size:1rem;font-weight:700}.author-count{color:var(--text2);font-size:.78rem}.author-bio{color:var(--text2);margin-bottom:10px;font-size:.8rem;line-height:1.6}.author-links{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.author-links a{color:var(--accent);font-size:.76rem}.author-links a:hover{text-decoration:underline}.stat-grid{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:12px;display:grid}.stat-box{background:var(--surface2);text-align:center;border-radius:10px;padding:11px}.stat-num{color:var(--accent);font-size:1.5rem;font-weight:700}.stat-lbl{color:var(--text2);margin-top:2px;font-size:.7rem}.top-list{margin:0;padding:0;list-style:none}.top-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:5px 0;font-size:.78rem;display:flex}.top-list li:last-child{border-bottom:none}.top-list .cnt{color:var(--accent);flex-shrink:0;margin-left:8px;font-weight:700}.tag-cloud{flex-wrap:wrap;gap:5px;padding:6px 0;display:flex}.tag-cloud-pill{background:var(--pill-bg);color:var(--pill-txt);border-radius:20px;padding:3px 9px;line-height:1}.goal-form{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.goal-form input{border:1px solid var(--border);background:var(--surface2);color:var(--text);border-radius:8px;padding:6px 9px;font-size:.8rem}.year-bar-wrap{align-items:center;gap:6px;margin-bottom:4px;display:flex}.year-bar-label{color:var(--text2);text-align:right;flex-shrink:0;width:36px;font-size:.72rem}.year-bar-bg{background:var(--surface2);border-radius:4px;flex:1;height:14px;overflow:hidden}.year-bar-fill{background:var(--accent);border-radius:4px;height:100%}.year-bar-cnt{color:var(--text3);flex-shrink:0;width:24px;font-size:.68rem}@media (width<=900px){.filters-toggle{display:block}.filters-body{display:none}.filters-body.open{display:block}}@media (width<=720px){.header{padding:10px 10px 0}.header-top h1{font-size:1rem}.tool-btn{padding:5px 8px;font-size:.76rem}.grid-wrap{padding:8px 6px}.book-grid{grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:8px}.modal{padding:18px}.modal-cover img,.no-cover-lg{width:120px}.no-cover-lg{height:180px}}@media print{.header,.modal-overlay{display:none!important}body{color:#111;background:#fff}.grid-wrap{padding:0}}.bulk-row{flex-wrap:wrap;align-items:center;gap:6px;padding-bottom:8px;display:flex}.bulk-row-idle{justify-content:flex-end;padding-bottom:4px}.bulk-row-idle .bulk-toggle-btn{color:var(--text3);background:0 0;padding:3px 8px;font-size:.68rem}.bulk-row-idle .bulk-toggle-btn:hover{background:var(--surface)}.bulk-row-active{border:1px solid var(--border);background:var(--surface);border-radius:10px;margin-bottom:4px;padding:8px 10px}.bulk-row select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;padding:4px 8px;font-size:.75rem}.bulk-count{color:var(--text3);font-size:.72rem}.bulk-count-wide{flex:1 0 100%}.card.selected,.list-row.selected{border-color:var(--accent);box-shadow:0 0 0 2px #4f46e52e}.spine.selected{box-shadow:0 0 0 2px #4f46e547}.card-actions-row{align-items:center;gap:4px;min-height:26px;margin-bottom:6px;display:flex}.card-act-btn{border:1px solid var(--border);background:var(--surface);min-height:26px;color:var(--text2);white-space:nowrap;cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:2px;padding:3px 4px;font-size:.62rem;line-height:1;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.card-act-btn:hover{background:var(--surface2);color:var(--text)}.card-act-btn:disabled{opacity:.6;cursor:default}.card-act-btn.active{color:var(--accent);background:#4f46e514;border-color:#4f46e538;font-weight:600}.card-act-btn.menu-open{background:var(--surface2);border-color:var(--accent)}.card-inline-menu{border:1px solid var(--border);background:var(--surface);border-radius:8px;gap:4px;margin:0 0 6px;padding:6px;display:grid}.card-inline-menu select{border:1px solid var(--border);background:var(--surface2);width:100%;min-height:30px;color:var(--text);border-radius:6px;padding:4px 6px;font-size:.72rem}.card-actions-spacer,.quick-actions-label{display:none}.select-box,.list-select-box{color:var(--text2);align-items:center;gap:6px;font-size:.68rem;display:inline-flex}.select-box input,.list-select-box input{margin:0}.list-select-box{flex-shrink:0;margin-right:4px}.card-action-btn{border:1px solid var(--border);background:var(--surface);min-height:30px;color:var(--text2);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:5px 9px;font-size:.68rem;line-height:1.15;display:inline-flex}.card-action-btn:hover{background:var(--surface2)}.card-action-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.quick-shelf-menu{border:1px solid var(--border);background:var(--surface);border-radius:10px;gap:6px;margin:0 0 8px;padding:8px;display:grid;box-shadow:0 8px 20px #00000014}.quick-shelf-field{gap:4px;display:grid}.quick-shelf-field span{color:var(--text3);letter-spacing:.04em;text-transform:uppercase;font-size:.64rem;font-weight:700}.quick-shelf-field select{border:1px solid var(--border);background:var(--surface2);width:100%;min-height:34px;color:var(--text);border-radius:8px;padding:6px 8px;font-size:.75rem;line-height:1.2}.quick-shelf-item{text-align:left;width:100%;color:var(--text2);background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 8px;font-size:.72rem;line-height:1.2}.quick-shelf-item:hover{background:var(--surface2);color:var(--text)}.quick-shelf-item.active{color:var(--text);background:#4f46e514;border-color:#4f46e529;font-weight:600}.quick-shelf-toggle{justify-content:space-between;align-items:center;gap:8px;display:flex}.quick-shelf-state{color:var(--text3);text-transform:uppercase;font-size:.64rem;font-weight:700}.quick-shelf-toggle.active .quick-shelf-state{color:var(--accent)}.quick-shelf-more{border:1px solid var(--border);background:var(--surface2);border-radius:8px}.quick-shelf-more summary{cursor:pointer;color:var(--text2);padding:8px;font-size:.72rem;font-weight:700;list-style:none}.quick-shelf-more summary::-webkit-details-marker{display:none}.quick-shelf-more summary:after{content:"›";float:right;color:var(--text3);transform:rotate(90deg)}.quick-shelf-more[open] summary:after{transform:rotate(-90deg)}.quick-shelf-secondary-list{gap:4px;padding:0 6px 6px;display:grid}.quick-shelf-empty{color:var(--text3);padding:2px 2px 4px;font-size:.7rem}.quick-shelf-edit{color:var(--text3)}.spine-select-indicator{color:#111;background:#ffffffe6;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:6px;right:4px}@media (width<=720px){.bulk-row-active{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.bulk-row-active>*{width:100%;min-width:0}.bulk-row-idle{justify-content:flex-end;display:flex}.bulk-count-wide{grid-column:1/-1}.card-actions-row{flex-wrap:wrap}.card-actions-spacer,.list-select-box span,.select-box span{display:none}}.add-modal{max-width:680px}.mobile-search-modal{max-width:640px}.mobile-search-input{border:1px solid var(--border);background:var(--surface2);width:100%;color:var(--text);border-radius:12px;padding:12px 14px;font-size:.95rem}.mobile-search-results{gap:8px;margin-top:8px;display:grid}.mobile-search-row{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:10px;align-items:center;gap:10px;width:100%;padding:8px;display:flex}.mobile-search-row:hover{background:var(--surface2)}.mobile-search-cover,.mobile-search-no-cover{object-fit:cover;background:var(--surface2);border-radius:4px;flex-shrink:0;width:40px;height:60px}.mobile-search-no-cover{color:var(--text3);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.mobile-search-text{flex-direction:column;min-width:0;display:flex}.mobile-search-title{color:var(--text);font-size:.82rem;font-weight:700}.mobile-search-author{color:var(--text2);font-size:.72rem}@media (width<=720px){.tool-btn{padding:5px 7px}.mobile-search-input{font-size:1rem}}.store-check-modal{max-width:860px}.cleanup-modal{max-width:760px}.store-check-results,.cleanup-list,.duplicate-list{gap:10px;display:grid}.store-check-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.store-check-search-wrap{position:relative}.store-check-search-wrap .mobile-search-input{padding-right:36px}.store-check-search-clear{color:var(--text3);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:1.2rem;line-height:1;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.store-check-search-clear:hover{color:var(--text)}.store-check-scan-btn{cursor:pointer;white-space:nowrap;position:relative;overflow:hidden}.store-check-scan-btn.is-busy{opacity:.72}.store-check-scan-message{color:var(--text2);margin:-4px 0 10px;font-size:.75rem}.store-check-row{border:1px solid var(--border);background:var(--surface);border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:12px;padding:12px;display:grid}.store-check-main,.cleanup-row{text-align:left;background:0 0;border:none;align-items:flex-start;gap:12px;width:100%;padding:0;display:flex}.store-check-cover,.store-check-no-cover,.cleanup-cover,.cleanup-no-cover{object-fit:cover;background:var(--surface2);border-radius:6px;flex-shrink:0;width:54px;height:78px}.store-check-no-cover,.cleanup-no-cover{color:var(--text3);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.store-check-text,.cleanup-text{flex-direction:column;min-width:0;display:flex}.store-check-title,.cleanup-title{color:var(--text);font-size:.92rem;font-weight:700}.store-check-author,.cleanup-author{color:var(--text2);font-size:.76rem}.store-check-badges{flex-wrap:wrap;gap:4px;margin-top:6px;display:flex}.store-check-edition-note,.store-check-note{color:var(--text2);margin-top:6px;font-size:.72rem;line-height:1.45}.status-pill{border-radius:999px;align-items:center;padding:2px 7px;font-size:.64rem;font-weight:600;display:inline-flex}.status-pill.owned{color:#166534;background:#dcfce7}.status-pill.wishlist{color:#92400e;background:#fef3c7}.status-pill.tracked{color:#6d28d9;background:#ede9fe}.status-pill.match{color:#1d4ed8;background:#dbeafe}.status-pill.empty,.status-pill.neutral{background:var(--surface2);color:var(--text2)}.cleanup-section{margin-top:10px}.cleanup-bucket,.duplicate-group{margin-bottom:14px}.cleanup-bucket-head,.duplicate-head{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:6px;font-size:.78rem;font-weight:600;display:flex}.cleanup-count{color:var(--text2);font-size:.72rem}.cleanup-empty,.store-check-empty{border:1px dashed var(--border);color:var(--text2);border-radius:12px;justify-items:start;gap:8px;padding:12px;display:grid}.store-check-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-start;gap:6px;max-width:260px;display:flex}.store-action-active{box-shadow:inset 0 0 0 1px #ffffff2e}@media (width<=720px){.store-check-toolbar,.store-check-row{grid-template-columns:1fr}.store-check-actions{justify-content:flex-start;max-width:none}}.header-top{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;display:grid}.tool-btn-group{flex-wrap:wrap;align-items:center;gap:4px;max-width:100%;display:flex}.book-modal{max-width:min(980px,100vw - 24px)}.modal{overflow-x:hidden}.modal-top{grid-template-columns:160px minmax(0,1fr);align-items:start;gap:20px;display:grid}.modal-info{min-width:0}.modal-summary{overflow-wrap:anywhere}.book-summary,.summary-text,.book-description{white-space:pre-wrap;overflow-wrap:anywhere;word-break:normal;line-height:1.6}.edit-panel{background:var(--surface2);border:1px solid var(--border);border-radius:14px;padding:14px}.bulk-edit-modal{max-width:min(720px,100vw - 24px)}.bulk-edit-summary,.bulk-edit-hint{color:var(--text2);font-size:.74rem}.bulk-edit-summary{margin-bottom:12px}.bulk-edit-hint{margin-top:4px}.bulk-tag-row{grid-template-columns:160px minmax(0,1fr);gap:8px;display:grid}.bulk-series-toggle{color:var(--text);align-items:center;gap:8px;font-size:.78rem;display:flex}.bulk-series-toggle input{margin:0}.bulk-series-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.bulk-field-check{color:var(--text2);align-items:center;gap:8px;margin-top:8px;font-size:.76rem;display:flex}.bulk-field-check input{margin:0}.edit-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:12px;display:grid}.field{gap:6px;min-width:0;display:grid}.field span{color:var(--text2);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.field input,.field textarea,.field select{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;color:var(--text);border-radius:10px;padding:9px 10px}.field-span{grid-column:1/-1}.field-summary textarea{resize:vertical;min-height:140px}.edit-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.card-edit-btn{color:var(--accent);margin-left:8px}.card-actions-row{align-items:center}@media (width<=900px){.modal-top{grid-template-columns:120px minmax(0,1fr)}}@media (width<=720px){.header-top{grid-template-columns:1fr;align-items:start}.header-top h1{text-align:left}.tool-btn-group{justify-content:flex-start}.modal-top{grid-template-columns:88px minmax(0,1fr);gap:12px}.edit-grid,.bulk-tag-row{grid-template-columns:1fr}.edit-actions{justify-content:stretch}.edit-actions>*{flex:1}}.header-left-tools,.header-right-tools{min-width:0}.header-right-tools{justify-content:flex-end}.header-menu-wrap{position:relative}.header-menu-panel{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--border);background:var(--surface);z-index:1000;border-radius:12px;flex-direction:column;gap:4px;width:min(240px,100vw - 24px);padding:8px;display:flex;position:fixed;top:82px;right:16px;overflow-x:hidden;box-shadow:0 10px 30px #00000024;max-height:calc(100vh - 96px)!important;overflow-y:auto!important}.header-menu-item{text-align:left;width:100%;color:var(--text);background:0 0;border:none;border-radius:8px;flex:none;padding:8px 10px;font-size:.78rem}.header-menu-item:hover{background:var(--surface2)}.header-menu-item-danger{color:#b91c1c}body.dark .header-menu-item-danger{color:#fca5a5}@media (width<=720px){.header-menu-panel{width:calc(100vw - 16px);top:68px;right:8px;max-height:calc(100vh - 80px)!important}}.header{contain:none}.card{content-visibility:auto;contain-intrinsic-size:280px}.list-row{content-visibility:auto;contain-intrinsic-size:96px}.modal-cover img{max-width:100%;display:block}.count-row{justify-content:flex-start}.count-lbl{flex:100%}.bulk-row{margin-top:2px}.desktop-search-tool{display:inline-flex}.mobile-store-check-tool,.mobile-filters-summary,.mobile-search-bar-row,.card-overflow-btn{display:none}.mobile-filters-btn{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);text-align:left;border-radius:12px;padding:10px 12px;font-size:.85rem;font-weight:600}.mobile-filter-chip-row,.compact-recent-strip{scrollbar-width:none;gap:6px;display:flex;overflow-x:auto}.mobile-filter-chip-row::-webkit-scrollbar{display:none}.compact-recent-strip::-webkit-scrollbar{display:none}.mobile-filter-chip-row{padding:8px 0 2px}.mobile-filter-chip{border:1px solid var(--border);background:var(--surface2);color:var(--text2);border-radius:999px;flex:none;padding:6px 10px;font-size:.74rem}.compact-recent-block{margin-top:10px}.compact-recent-head{color:var(--text2);justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;font-size:.78rem;display:flex}.compact-recent-thumb{background:0 0;border:none;flex:none;padding:0}.compact-recent-thumb img,.compact-recent-no-cover{object-fit:cover;background:var(--surface2);width:42px;height:64px;color:var(--text3);border-radius:6px;justify-content:center;align-items:center;display:flex}.autofill-row{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.autofill-input{border:1px solid var(--border);background:var(--surface);min-width:0;color:var(--text);border-radius:10px;flex:260px;padding:10px 12px}.autofill-message,.date-duration,.tag-manager-message,.series-browser-summary,.series-book-meta,.series-gap-copy,.tag-manager-count,.highlight-row-meta,.highlight-library-meta{color:var(--text2);font-size:.74rem}.metadata-preview{border:1px solid var(--border);background:var(--surface2);border-radius:8px;margin-top:14px;padding:12px}.metadata-preview-kicker{color:var(--badge-loc-txt);text-transform:uppercase;font-size:.68rem;font-weight:800}.metadata-preview-title{color:var(--text);margin-top:4px;font-size:.9rem;font-weight:800}.metadata-preview-meta,.metadata-preview-grid,.metadata-preview-summary{color:var(--text2);margin-top:6px;font-size:.74rem}.metadata-preview-grid{flex-wrap:wrap;gap:6px 10px;display:flex}.metadata-preview-tags{flex-wrap:wrap;gap:5px;margin-top:8px;display:flex}.btn-danger{color:#b91c1c}body.dark .btn-danger{color:#fca5a5}.badge-button{cursor:pointer;border:none}.highlight-editor{gap:10px;display:grid}.highlight-textarea{min-height:120px}.highlight-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.add-duplicate-warning{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;flex-wrap:wrap;align-items:center;gap:10px;margin-top:8px;padding:10px 12px;font-size:.8rem;display:flex}body.dark .add-duplicate-warning{color:#fcd34d;background:#451a03;border-color:#78350f}.highlights-copy-btn{margin-top:8px}.tag-manager-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:8px;display:grid}.highlight-fields input{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;color:var(--text);border-radius:10px;padding:9px 10px}.highlight-list,.highlight-library-list,.series-browser-list,.tag-manager-list{gap:8px;display:grid}.highlight-row,.highlight-library-row,.series-book-row,.series-gap-row,.tag-manager-row{text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:12px;width:100%;padding:10px}.highlight-row-copy,.highlight-library-copy,.series-book-title,.tag-manager-name{color:var(--text);font-size:.84rem;font-weight:700;line-height:1.5}.highlight-row-actions,.tag-manager-actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.series-book-row,.series-gap-row{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;display:grid}.series-book-row.active{border-color:var(--accent)}.series-book-volume{color:var(--text2);font-size:.82rem;font-weight:700}.series-book-text,.tag-manager-meta,.tag-manager-toolbar,.tag-manager-card{gap:4px;display:grid}.tag-manager-card{background:var(--surface2);border:1px solid var(--border);border-radius:14px;margin-bottom:12px;padding:12px}.quick-shelf-primary-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.quick-shelf-primary-actions .quick-shelf-item{text-align:left;background:var(--surface2);border:1px solid var(--border);color:var(--text2);justify-content:space-between;font-size:.68rem}.quick-shelf-divider{color:var(--text3);text-transform:uppercase;letter-spacing:.04em;margin:4px 0 2px;font-size:.64rem;font-weight:600}@media (width<=720px){.header{box-shadow:none;contain:layout;padding:8px 8px 0;position:relative;top:auto}.header-top{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.header-left-tools,.goal-ring-label{display:none}.goal-ring-wrap{padding:0}.header-top h1{text-align:left;white-space:nowrap;text-overflow:ellipsis;font-size:.96rem;line-height:1.2;overflow:hidden}.subtitle{display:none}.tool-btn-group{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-end;overflow-x:auto}.tool-btn-group::-webkit-scrollbar{display:none}.tool-btn{white-space:nowrap;flex:none;padding:5px 7px;font-size:.72rem}.desktop-search-tool{display:none}.mobile-store-check-tool,.card-overflow-btn{display:inline-flex}.mobile-filters-summary{margin-bottom:8px;display:block}.mobile-search-bar-row{align-items:center;gap:6px;margin-bottom:8px;display:flex}.mobile-inline-search{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;flex:1;padding:10px 12px;font-size:.9rem}.mobile-inline-search-clear{background:var(--surface2);width:32px;height:32px;color:var(--text2);cursor:pointer;border:none;border-radius:50%;flex:none;font-size:1.1rem;line-height:1}.botd-toggle,.recent-toggle,.botd-bar,.recent-strip{display:none}.grid-wrap{padding:8px 6px}.book-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.card-body{padding:7px}.card-title{font-size:.71rem}.card-author{font-size:.64rem}.filters-toggle{display:block!important}.filters-body{display:none}.filters-body.open{display:block!important}.count-row{gap:6px;padding-bottom:4px}.count-actions{gap:6px;width:100%;display:flex}.count-actions .btn-sm{flex:calc(33.333% - 6px);min-width:0}.filter-section-grid{grid-template-columns:1fr;gap:12px}.filter-row{padding-bottom:2px}.filter-row>*{min-width:0;max-width:100%}.book-modal{max-width:calc(100vw - 12px)}.modal{max-height:92vh;padding:14px}.modal-top{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:10px}.modal-cover img,.no-cover-lg{width:72px;max-width:72px;height:auto}.no-cover-lg{height:108px;font-size:1.8rem}.modal-title{font-size:.95rem;line-height:1.25}.modal-author{margin-bottom:6px;font-size:.8rem}.modal-summary{margin-top:6px;font-size:.78rem;line-height:1.5}.modal-meta,.discover-links,.modal-shelf-row{gap:4px}.book-primary-actions{grid-template-columns:1fr}.card-edit-btn,.card-favorite-btn,.card-up-next-btn,.quick-actions-label{display:none}.card-overflow-btn{margin-left:auto}.mobile-filters-modal{border-radius:18px 18px 0 0;align-self:end;width:calc(100vw - 16px);max-width:calc(100vw - 16px);max-height:82vh}.mobile-filters-sheet .filter-row,.highlight-fields,.tag-manager-form{grid-template-columns:1fr}.mobile-filters-sheet .filter-row{gap:8px;display:grid}.mobile-filters-sheet .filter-preset-row,.mobile-filters-sheet .active-filter-chip-row{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.mobile-filters-sheet .filter-preset-row::-webkit-scrollbar{display:none}.mobile-filters-sheet .active-filter-chip-row::-webkit-scrollbar{display:none}.mobile-filters-sheet .filter-preset,.mobile-filters-sheet .active-filter-chip{flex:none}.mobile-filters-sheet .filter-row>*{width:100%}input,select,textarea{font-size:16px!important}.mobile-filters-sheet .mf-wrap{width:100%}.mobile-filters-sheet .mf-btn{justify-content:space-between;width:100%}.mobile-filters-sheet .mf-panel,.mobile-filters-sheet .mf-panel-inline{box-shadow:none;z-index:auto;border-radius:10px;margin-top:6px;width:100%!important;max-width:100%!important;position:static!important;top:auto!important;left:auto!important}.mobile-filters-sheet .mf-options{max-height:240px}}.header-actions-modal{max-width:420px}.header-actions-list{gap:6px;display:grid}.header-actions-item{text-align:left;border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);border-radius:12px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;padding:12px;font-size:.9rem;display:grid}.header-actions-item:hover{background:var(--surface2)}.header-actions-item-danger{color:#b91c1c}body.dark .header-actions-item-danger{color:#fca5a5}.overlay-section{margin-bottom:18px}.overlay-subtitle{text-transform:uppercase;letter-spacing:.08em;color:#666;margin-bottom:10px;font-size:12px;font-weight:700}.form-grid.two{grid-template-columns:1fr 1fr;gap:14px;display:grid}.field.full{grid-column:1/-1}.overlay-actions{justify-content:flex-end;gap:10px;margin-top:18px;display:flex}.helper-text{color:#666;margin-top:8px;font-size:12px}.insights-modal{max-width:980px}.insights-tabs{flex-wrap:wrap;gap:.6rem;margin-bottom:1rem;display:flex}.insights-tab{border:1px solid var(--border,#0000001f);background:var(--card,#ffffffe0);color:inherit;font:inherit;cursor:pointer;border-radius:999px;padding:.5rem .9rem}.insights-tab.active{background:var(--text,#111);color:var(--bg,#fff)}.insight-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.8rem;display:grid}.insight-grid-compact{margin-bottom:1rem}.insight-card{border:1px solid var(--border,#0000001a);background:var(--card,#ffffffe6);border-radius:16px;padding:.9rem 1rem}.insight-card-value{font-size:1.5rem;font-weight:700;line-height:1.1}.insight-card-label{opacity:.72;margin-top:.25rem;font-size:.9rem}.insight-section-stack{flex-direction:column;gap:1rem;display:flex}.insight-list{flex-direction:column;gap:.6rem;display:flex}.insight-row{text-align:left;border:1px solid var(--border,#0000001a);background:var(--card,#ffffffeb);width:100%;color:inherit;border-radius:16px;justify-content:space-between;align-items:center;gap:.9rem;padding:.85rem .95rem;display:flex}.insight-row.static{cursor:default}.insight-row-stack{align-items:flex-start}.insight-row-main{flex-direction:column;gap:.2rem;min-width:0;display:flex}.insight-row-title{font-weight:600}.insight-row-subtitle{opacity:.72;font-size:.92rem}.insight-pill{background:#00000014;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:.32rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.insight-pill.good{background:#1c8e5b24}.insight-pill.alert{background:#c4522426}.insight-pill.tracked{background:#266cc424}.insight-pill.neutral{background:#00000014}.insight-empty{border:1px dashed var(--border,#00000024);opacity:.75;border-radius:16px;padding:1rem}.insight-inline-books{flex-wrap:wrap;gap:.45rem;display:flex}.insight-book-link{font:inherit;color:inherit;cursor:pointer;background:#0000000f;border:0;border-radius:999px;padding:.38rem .7rem}@media (width<=720px){.insight-row{flex-direction:column;align-items:flex-start}.insight-pill{align-self:flex-start}}.share-modal{max-width:980px}.share-library-summary{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.share-helper-copy{color:var(--muted,#6b7280);font-size:.95rem;line-height:1.5}.share-message{background:#6366f114;border-radius:12px;margin-bottom:14px;padding:10px 12px;font-size:.95rem}.share-toolbar,.share-actions-row{flex-wrap:wrap;gap:8px;display:flex}.share-shelf-list{gap:14px;display:grid}.share-shelf-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #94a3b83d;border-radius:18px;padding:16px}.share-shelf-topline{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.share-shelf-name{font-size:1rem;font-weight:700}.share-shelf-meta{color:var(--muted,#6b7280);font-size:.9rem}.share-public-toggle{align-items:center;gap:8px;font-size:.92rem;font-weight:600;display:inline-flex}.share-description-input{resize:vertical;border-radius:14px;width:100%;min-height:72px;margin-bottom:12px;padding:12px 14px}.public-library-shell{max-width:1180px;margin:0 auto;padding:28px 18px 42px}.public-library-header-card,.public-library-card{background:#ffffffd6;border:1px solid #94a3b833;border-radius:24px;padding:22px;box-shadow:0 12px 40px #0f172a14}.public-library-header-card{margin-bottom:20px}.public-library-back{cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-weight:600}.public-library-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--muted,#6b7280);margin-bottom:8px;font-size:.76rem}.public-library-heading{margin:0 0 10px;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05}.public-library-meta{color:var(--muted,#6b7280);flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.public-library-copy{max-width:760px;color:var(--text,#111827);line-height:1.65}.public-library-empty{place-items:start;gap:12px;display:grid}.public-book-grid,.public-shelf-grid{gap:18px;display:grid}.public-book-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.public-book-card,.public-shelf-card{background:#ffffffe0;border:1px solid #94a3b82e;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.public-book-cover{aspect-ratio:2/3;object-fit:cover;width:100%;display:block}.public-book-no-cover,.public-shelf-preview-fallback,.public-shelf-preview-empty{color:#475569;background:#94a3b824;place-items:center;display:grid}.public-book-no-cover{aspect-ratio:2/3}.public-book-body{padding:14px}.public-book-title{margin-bottom:4px;font-weight:700;line-height:1.3}.public-book-author{color:var(--muted,#6b7280);margin-bottom:8px;font-size:.95rem}.public-book-badges{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.public-book-summary{color:var(--muted,#475569);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.92rem;line-height:1.55;display:-webkit-box;overflow:hidden}.public-shelf-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.public-shelf-card{text-align:left;cursor:pointer;padding:16px}.public-shelf-card-top{justify-content:space-between;gap:12px;margin-bottom:8px;display:flex}.public-shelf-title{font-size:1.05rem;font-weight:700}.public-shelf-count,.public-shelf-description{color:var(--muted,#6b7280)}.public-shelf-description{margin-bottom:12px;line-height:1.55}.public-shelf-covers{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.public-shelf-preview-cover,.public-shelf-preview-fallback,.public-shelf-preview-empty{aspect-ratio:2/3;object-fit:cover;border-radius:12px;width:100%}.public-shelf-preview-empty{grid-column:1/-1}@media (width<=720px){.share-library-summary,.share-shelf-topline{flex-direction:column;align-items:stretch}.public-library-shell{padding:18px 12px 32px}.public-library-header-card,.public-library-card,.public-shelf-card,.public-book-card{border-radius:18px}.public-book-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.modal-back{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:999px;padding:5px 10px;font-size:.74rem;line-height:1;position:absolute;top:14px;left:14px}.modal-back:hover{background:var(--surface2);color:var(--text)}.modal-title-row{align-items:center;min-height:28px;padding:0 64px 0 56px;display:flex}.modal-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.modal-edit-top{margin-left:auto}.modal-tags-inline{margin-bottom:10px}.book-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;display:grid}.book-detail-row{border:1px solid var(--border);background:var(--surface2);border-radius:12px;padding:10px 12px}.book-detail-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text3);margin-bottom:4px;font-size:.72rem;font-weight:700}.book-detail-value{color:var(--text);word-break:break-word;font-size:.9rem}.detail-link{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.insight-card-button{text-align:left;color:inherit;cursor:pointer}.insight-row-filter{cursor:pointer}.store-check-scan-actions{flex-wrap:wrap;gap:8px;display:flex}.spine{width:40px;padding:6px 0 8px}.spine-text-wrap{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex}.spine-title,.spine-author{writing-mode:vertical-rl;color:#fff;text-shadow:0 1px 2px #0009;white-space:nowrap;text-overflow:ellipsis;line-height:1.08;overflow:hidden;transform:rotate(180deg)}.spine-title{max-height:105px;font-size:.58rem;font-weight:700}.spine-author{opacity:.92;max-height:48px;font-size:.5rem;font-weight:600}@media (width<=720px){.modal-title-row{padding-left:52px;padding-right:40px}.book-detail-grid{grid-template-columns:1fr}.store-check-scan-actions{width:100%}.store-check-scan-actions .store-check-scan-btn{flex:1 1 0;justify-content:center}.spine{width:34px}}.modal-header-row{grid-template-columns:minmax(0,1fr) minmax(0,auto) minmax(0,1fr);align-items:center;gap:12px;margin-bottom:12px;display:grid}.modal-header-side{align-items:center;display:flex}.modal-header-side-left{justify-content:flex-start}.modal-header-side-right{justify-content:flex-end}.modal-header-spacer{width:1px;height:1px;display:inline-block}.modal-back,.modal-close{position:static}.modal-back{border:1px solid var(--border);background:var(--surface);color:var(--text2);border-radius:999px;padding:7px 12px;font-size:.78rem;line-height:1}.modal-close{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text2);border-radius:999px;justify-content:center;align-items:center;font-size:1.1rem;display:inline-flex}.modal-title-row{text-align:center;min-height:0;color:var(--text);margin:0;padding:0;font-size:1rem;font-weight:700;display:block}.discovery-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.discovery-card{min-height:100%}.discovery-score-row{justify-content:flex-start}.discovery-reasons{flex-direction:column;gap:6px;margin-top:10px;display:flex}.discovery-reason{color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:8px 10px;font-size:.82rem}.discovery-empty-card{border:1px solid var(--border);background:var(--surface);border-radius:16px;grid-column:1/-1;padding:18px}.store-check-live-panel{flex-direction:column;gap:10px;margin:0 0 14px;display:flex}.store-check-live-copy{color:var(--text2);font-size:.86rem}.store-check-live-frame{border:1px solid var(--border);background:#000;border-radius:18px;min-height:240px;position:relative;overflow:hidden}.store-check-live-video{object-fit:cover;width:100%;min-height:240px;display:block}.store-check-live-target{pointer-events:none;border:2px solid #ffffffeb;border-radius:16px;width:min(72%,340px);height:110px;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);box-shadow:0 0 0 9999px #0000002e}.store-check-live-frame.ready .store-check-live-target{border-color:#54ff9ef2}@media (width<=720px){.modal-header-row{grid-template-columns:auto 1fr auto;gap:8px}.modal-title-row{text-align:left}.store-check-live-target{width:calc(100% - 32px);height:96px}}.bulk-edit-modal{flex-direction:column;width:min(980px,100vw - 32px);max-height:min(88vh,920px);display:flex;overflow:hidden}.bulk-edit-header{border-bottom:1px solid var(--border);flex-shrink:0;padding:24px 28px 18px}.bulk-edit-title{margin:0;font-size:1.9rem;line-height:1.15}.bulk-edit-subtitle{color:var(--text2);max-width:78ch;margin:10px 0 0;font-size:.95rem;line-height:1.5}.bulk-edit-body{gap:18px;padding:22px 28px 26px;display:grid;overflow:auto}.bulk-edit-span-2{grid-column:1/-1}.bulk-edit-field-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.bulk-edit-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text2);margin:0;font-size:.78rem;font-weight:800}.bulk-edit-clear{color:var(--text2);white-space:nowrap;align-items:center;gap:8px;font-size:.78rem;font-weight:700;display:inline-flex}.bulk-edit-clear input{height:16px;margin:0;width:16px!important}.bulk-edit-field input,.bulk-edit-field select,.bulk-edit-field textarea,.bulk-edit-tags-row input,.bulk-edit-tags-row select{width:100%;min-width:0}.bulk-edit-help{color:var(--text3);margin:0;font-size:.8rem;line-height:1.45}.bulk-edit-tags-row{grid-template-columns:230px minmax(0,1fr);gap:12px;display:grid}.bulk-edit-section{border:1px solid var(--border);background:var(--surface2);border-radius:16px;gap:10px;padding:16px;display:grid}.bulk-edit-footer{border-top:1px solid var(--border);background:var(--surface);flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 28px 20px;display:flex;position:sticky;bottom:0}.bulk-edit-footer .btn,.bulk-edit-footer button{min-width:120px}@media (width<=900px){.bulk-edit-modal{width:min(100vw - 20px,720px);max-height:90vh}.bulk-edit-grid,.bulk-edit-tags-row{grid-template-columns:1fr}.bulk-edit-header,.bulk-edit-body,.bulk-edit-footer{padding-left:18px;padding-right:18px}.bulk-edit-title{font-size:1.55rem}}.bulk-edit-modal{flex-direction:column;width:min(860px,100vw - 24px);max-width:min(860px,100vw - 24px);max-height:90vh;padding:0;display:flex;overflow:hidden}.bulk-edit-modal .modal-header-row{border-bottom:1px solid var(--border);background:var(--surface);flex:none;margin:0;padding:20px 24px 16px}.bulk-edit-modal .modal-title-row{font-size:1.05rem;font-weight:800}.bulk-edit-shell{flex-direction:column;flex:auto;min-height:0;display:flex}.bulk-edit-body{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:auto;gap:16px;min-height:0;padding:18px 24px 20px;display:grid;overflow:hidden auto}.bulk-edit-intro{color:var(--text2);font-size:.82rem;line-height:1.55}.bulk-edit-card{border:1px solid var(--border);background:var(--surface2);border-radius:16px;gap:14px;padding:16px;display:grid}.bulk-edit-card-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text2);font-size:.78rem;font-weight:800}.bulk-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px 16px;display:grid}.bulk-edit-field{gap:8px;min-width:0;display:grid}.bulk-edit-field-span{grid-column:1/-1}.bulk-edit-field-header{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.bulk-edit-label{letter-spacing:.08em;text-transform:uppercase;color:var(--text2);font-size:.76rem;font-weight:800}.bulk-edit-clear{color:var(--text2);white-space:nowrap;align-items:center;gap:8px;font-size:.76rem;display:inline-flex}.bulk-edit-clear input{margin:0}.bulk-edit-subcheck{white-space:normal;justify-self:start}.bulk-edit-inline-grid{grid-template-columns:210px minmax(0,1fr);gap:10px;display:grid}.bulk-edit-help{color:var(--text2);font-size:.74rem;line-height:1.45}.bulk-edit-modal input,.bulk-edit-modal select,.bulk-edit-modal textarea{border:1px solid var(--border);background:var(--surface);width:100%;min-width:0;color:var(--text);border-radius:12px;padding:10px 12px}.bulk-edit-modal textarea{resize:vertical;min-height:116px}.bulk-edit-footer{border-top:1px solid var(--border);background:var(--surface);flex:none;justify-content:flex-end;gap:8px;padding:16px 24px 20px;display:flex}.bulk-edit-footer .btn-sm,.bulk-edit-footer .notes-save{min-width:120px}.toast-viewport{z-index:5000;pointer-events:none;gap:10px;width:min(360px,100vw - 24px);display:grid;position:fixed;bottom:18px;right:18px}.toast{pointer-events:auto;border:1px solid var(--border);border-left:4px solid var(--accent);background:var(--surface);color:var(--text);box-shadow:var(--card-shadow);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 12px 12px 14px;display:grid}.toast-error{border-left-color:#dc2626}.toast-message{min-width:0;font-size:.88rem;font-weight:700;line-height:1.35}.toast-action,.toast-close{color:var(--accent);cursor:pointer;background:0 0;border:0;font-weight:800}.toast-close{width:28px;height:28px;color:var(--text2);border-radius:999px}.toast-close:hover{background:var(--surface2);color:var(--text)}.inline-saving{color:var(--text2);align-self:center;font-size:.76rem;font-weight:700}@media (width<=720px){.bulk-edit-modal{width:calc(100vw - 12px);max-width:calc(100vw - 12px);max-height:92vh}.bulk-edit-modal .modal-header-row{padding:14px 14px 12px}.bulk-edit-body{padding:14px}.bulk-edit-footer{flex-wrap:wrap;padding:12px 14px 14px}.bulk-edit-footer>*{flex:1 1 0}.bulk-edit-grid,.bulk-edit-inline-grid{grid-template-columns:1fr}.bulk-edit-field-header{flex-wrap:wrap;align-items:flex-start}.toast-viewport{bottom:12px;right:12px}}.reading-progress-row{align-items:center;gap:10px;display:flex}.reading-progress-slider{accent-color:var(--accent);flex:1;height:4px}.reading-progress-label{min-width:36px;color:var(--text2);font-variant-numeric:tabular-nums;font-size:.8rem}.filter-preset-saved{align-items:center;gap:0;display:inline-flex}.filter-preset-delete{color:var(--text2);opacity:.6;padding:3px 6px;font-size:.7rem;line-height:1}.filter-preset-delete:hover{opacity:1;color:var(--danger,#ef4444)}.highlights-export-row{flex-wrap:wrap;gap:8px;display:flex}.library-loading-state{padding:16px 14px 0}.library-loading-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px;display:grid}@keyframes skeleton-shimmer{0%{opacity:1}50%{opacity:.45}to{opacity:1}}.skeleton-card{animation:1.6s ease-in-out infinite skeleton-shimmer}.skeleton-cover{aspect-ratio:2/3;background:var(--surface3);border-radius:6px;width:100%;margin-bottom:8px}.skeleton-line{background:var(--surface3);border-radius:4px;margin-bottom:5px}.skeleton-title{width:85%;height:12px}.skeleton-author{opacity:.7;width:65%;height:10px}.library-empty-state{text-align:center;color:var(--text3);grid-column:1/-1;padding:48px 24px}.card-author,.list-author{text-align:left;cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;padding:0}.card-author:hover,.list-author:hover{text-decoration:underline}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.library-error-state{background:color-mix(in srgb, #ef4444 10%, var(--surface));color:var(--text);border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:10px;margin:12px 14px 0;padding:12px 16px;font-size:.9rem;display:flex}.library-error-message{flex:1}.card-cover-wrap{line-height:0;display:block;position:relative}.card-cover-wrap .card-cover,.card-cover-wrap .no-cover{width:100%}.card-progress-bar{background:var(--accent);pointer-events:none;border-radius:0 0 4px 4px;height:4px;transition:width .3s;position:absolute;bottom:0;left:0}
