.book.svelte-1157ajd{flex:1 1 220px;max-width:220px;min-width:180px;min-height:240px;margin:0;background:transparent;border-radius:10px;box-shadow:none;padding:0;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden;justify-content:flex-start;transition:box-shadow .1s,border-color .1s;content-visibility:auto;contain-intrinsic-size:300px}.cover.svelte-1157ajd{position:relative;display:inline-block;overflow:hidden;border-radius:6px;border:1px solid var(--color-border);background:var(--color-surface);width:160px;height:260px;box-shadow:0 1px 8px #0008}.book.svelte-1157ajd img:where(.svelte-1157ajd){width:160px;height:260px;aspect-ratio:8 / 13;object-fit:cover;border-radius:0;box-shadow:0 1px 8px #0008;margin:0 auto;display:block;background:transparent;border:0;transition:filter .2s}.book.svelte-1157ajd:hover img:where(.svelte-1157ajd){filter:brightness(.4) blur(1px)}.info-overlay.svelte-1157ajd{width:100%;height:100%;background:#181a20b3;color:var(--color-text-strong);border-radius:inherit;opacity:0;pointer-events:none;transition:opacity .2s;position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:.7em;text-align:center;word-break:break-word;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.overlay-content.svelte-1157ajd{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-left:auto;margin-right:auto}.info-overlay.svelte-1157ajd strong:where(.svelte-1157ajd),.info-overlay.svelte-1157ajd span:where(.svelte-1157ajd){margin:.1rem 0;text-align:center;max-width:95%;margin-left:auto;margin-right:auto}.title-main.svelte-1157ajd{display:block}.title-sub.svelte-1157ajd{display:block;margin-top:.05rem;opacity:.95}.book.svelte-1157ajd:hover .info-overlay:where(.svelte-1157ajd){opacity:1;pointer-events:auto}.book.reviews-mode.svelte-1157ajd{display:grid;grid-template-columns:160px 1fr;gap:2rem;flex:0 1 100%;max-width:50%;min-width:320px;background:#1b1e24;border:1px solid #2a2f37;border-radius:10px;box-shadow:0 2px 10px #0007;padding:.8rem;align-items:center;margin:0 auto}.book.reviews-mode.svelte-1157ajd:nth-child(odd){background:#181b21}.book.reviews-mode.svelte-1157ajd .info-panel:where(.svelte-1157ajd){position:static;opacity:1;pointer-events:auto;background:transparent;padding:0;align-items:flex-start;text-align:left;display:flex;flex-direction:column;gap:.4rem;width:95%}.book.reviews-mode.svelte-1157ajd:hover .info-panel:where(.svelte-1157ajd){opacity:1}.book.reviews-mode.svelte-1157ajd img:where(.svelte-1157ajd){width:160px;height:260px;object-fit:cover;border-radius:6px;margin:0}.book.reviews-mode.svelte-1157ajd:hover img:where(.svelte-1157ajd){filter:none}.review-text.svelte-1157ajd{color:#ddd;font-size:.95em;line-height:1.5;white-space:pre-wrap;width:100%}@media (max-width: 900px){.book.svelte-1157ajd{min-width:140px;max-width:160px;min-height:220px}.cover.svelte-1157ajd{width:120px;height:195px}.book.svelte-1157ajd img:where(.svelte-1157ajd){width:120px;height:195px}.book.reviews-mode.svelte-1157ajd{grid-template-columns:120px 1fr;gap:1rem;max-width:720px;width:100%}}@media (max-width: 600px){.book.svelte-1157ajd{width:90%;min-width:0;max-width:none;min-height:unset}.cover.svelte-1157ajd{display:block;width:90%;margin:12px auto;height:auto}.book.svelte-1157ajd img:where(.svelte-1157ajd){width:100%;height:auto;aspect-ratio:8 / 13}.book.reviews-mode.svelte-1157ajd{display:block;grid-column:1 / -1;width:min(250px,calc(100% - 2rem));max-width:100%;min-width:0;margin:.75rem auto;padding:.6rem .8rem;border-radius:8px;box-shadow:0 1px 6px #0006;border:1px solid #2a2f3726;background:#1b1e24}.book.reviews-mode.svelte-1157ajd .cover:where(.svelte-1157ajd){width:90%;max-width:220px;height:auto;margin-left:auto;margin-right:auto}.book.reviews-mode.svelte-1157ajd img:where(.svelte-1157ajd){width:100%;height:auto;aspect-ratio:8 / 13}.book.reviews-mode.svelte-1157ajd .info-panel:where(.svelte-1157ajd){margin-top:.6rem;max-width:100%;padding:0 .25rem}}:root{--color-surface: #23242a;--color-border: #333;--color-border-strong: #666;--color-text-strong: #fafafa;--color-text-muted: #cccccc;--color-text-dim: #888;--color-link: #e0e0e0;--color-accent: #ffd700;--color-btn-hover: #444;--radius-sm: 5px;--space-1: .2rem;--space-2: .28rem;--space-3: .4rem;--space-4: .5rem;--space-6: .7rem;--space-7: .75rem;--space-9: .9rem;--space-10: 1rem;--space-11: 1.25rem;--space-12: 1.5rem;--space-13: 2rem}.filters{display:flex;flex-direction:column;gap:var(--space-7);margin:var(--space-13) auto var(--space-12);justify-content:center;opacity:.9;align-items:center;max-width:960px}.filters__row{display:flex;flex-wrap:wrap;gap:var(--space-4);align-items:center;justify-content:center;width:100%}.filters__group{display:flex;align-items:center;gap:var(--space-4)}.filters__group.is-disabled{opacity:.5}.filters__search{flex:0 1 240px}.filters__rating{flex:0 0 10px}.filter-input{background:var(--color-surface);color:var(--color-text-strong);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-9);font-size:.96em;outline:none;transition:border .2s}.filter-input:focus{border-color:var(--color-link)}.filter-label{color:var(--color-text-dim);font-size:.96em}.filter-pills{display:inline-flex;gap:var(--space-3);flex-wrap:wrap}.filter-select{background:var(--color-surface);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:var(--space-3) var(--space-6);font-size:.96em}.filters__sort .sort-controls{display:inline-flex;gap:var(--space-4);align-items:center}.sr-only{position:absolute;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.shelves-select,.reviews-select{display:none}.filter-btn{background:transparent;color:var(--color-text-dim);border:1px solid var(--color-border);padding:var(--space-2) var(--space-9);border-radius:var(--radius-sm);font-size:.96em;letter-spacing:1px;cursor:pointer;opacity:.85;transition:border .2s,color .2s,background .2s}.filter-btn:hover,.filter-btn.active{border-color:var(--color-border-strong);color:var(--color-text-muted);background:var(--color-btn-hover);opacity:1}.filter-btn:disabled{opacity:.55;cursor:not-allowed}.star-filter{display:inline-flex;margin:0 var(--space-6) 0 var(--space-3);vertical-align:middle}.star{font-size:1.2em;color:#bbb;cursor:pointer;transition:color .2s;margin-right:.1em;-webkit-user-select:none;user-select:none;background:transparent;border:0;padding:0;line-height:1}.star:disabled{opacity:.45;cursor:not-allowed}.star.selected{color:var(--color-accent);text-shadow:0 0 4px #ffd70099}.shelves-scroll{display:inline-flex;gap:var(--space-3);overflow-x:auto;max-width:60vw;padding-bottom:.2em}.slider-block{display:flex;align-items:center;gap:var(--space-7);margin-right:var(--space-11);flex-wrap:wrap}.filter-slider{width:120px;margin:0 .5em;accent-color:var(--color-text-dim);background:var(--color-surface)}.filter-value{color:var(--color-text-strong);font-size:.95em;min-width:2em;display:inline-block;text-align:center}.filter-hint{color:var(--color-text-dim);font-size:.95em;margin-left:.25rem;opacity:.85}.gallery{display:flex;flex-wrap:wrap;gap:var(--space-4);justify-content:center;align-items:stretch;min-height:300px}@media (max-width: 900px){.gallery{gap:var(--space-10)}}@media (max-width: 600px){.filters{align-items:stretch;margin:var(--space-11) auto}.filters__row{flex-direction:column;align-items:stretch;gap:var(--space-1)}.filters__group{width:100%}.filters__search{width:90%;flex:0 1 40px}.filters__group{flex-direction:column;align-items:stretch;gap:.25rem}.filters__group .filter-label{width:9.5rem}.filters__group .filter-select,.filters__group .filter-input,.filter-input{width:100%}.reviews-select{display:block}.filter-pills{width:100%;gap:var(--space-4);display:none}.filter-pills .filter-btn{width:100%}.shelves-scroll{max-width:100%}.shelves-select{display:block}.shelves-scroll{display:none}.filter-select,.slider-block{width:100%}.slider-block .filter-label{width:9.5rem;flex:0 0 auto}.slider-block .filter-slider{flex:1 1 auto}.slider-block .filter-value{width:3.2rem;text-align:right}.gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;align-items:start;justify-items:center}.filters__sliders{display:none}}@media (max-width: 480px){.gallery{grid-template-columns:1fr}.star{font-size:2em}.star-filter{width:100%}}
