.Books-module__kYmFva__starContainer{align-items:center;gap:2px;display:inline-flex}.Books-module__kYmFva__starsSm .Books-module__kYmFva__star{width:16px;height:16px}.Books-module__kYmFva__starsMd .Books-module__kYmFva__star{width:24px;height:24px}.Books-module__kYmFva__starsLg .Books-module__kYmFva__star{width:32px;height:32px}.Books-module__kYmFva__star{cursor:pointer;transition:transform .2s var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Books-module__kYmFva__star:hover:not(.Books-module__kYmFva__starReadonly){transform:scale(1.12)}.Books-module__kYmFva__starReadonly{cursor:default;pointer-events:none}.Books-module__kYmFva__starSvg{width:100%;height:100%}.Books-module__kYmFva__ratingLabel{font-size:var(--text-sm);color:var(--accent);margin-left:var(--space-xs);font-weight:500}.Books-module__kYmFva__bookCard{gap:var(--space-md);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:var(--bg-elevated);transition:all .25s var(--ease-out);cursor:pointer;padding:14px;display:flex}.Books-module__kYmFva__bookCard:hover{border-color:var(--border)}.Books-module__kYmFva__bookCardInLibrary{opacity:.6;cursor:default}.Books-module__kYmFva__bookCardInLibrary:hover{border-color:var(--border-subtle)}.Books-module__kYmFva__bookCoverWrap{flex-shrink:0;position:relative}.Books-module__kYmFva__bookCover{border-radius:var(--radius-sm);object-fit:cover;background:var(--bg-secondary);flex-shrink:0;width:60px;height:90px}.Books-module__kYmFva__statusDot{border:1.5px solid var(--bg-elevated);pointer-events:none;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:-3px;box-shadow:0 1px 3px #0000001f}.Books-module__kYmFva__bookInfo{flex:1;min-width:0}.Books-module__kYmFva__bookTitle{font-family:var(--font-heading);font-weight:600;font-size:var(--text-base);color:var(--text-primary);margin-bottom:2px;line-height:1.3}.Books-module__kYmFva__bookAuthor{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-xs)}.Books-module__kYmFva__bookYear{font-size:var(--text-xs);color:var(--text-muted)}.Books-module__kYmFva__inLibraryBadge{color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-sm);margin-top:var(--space-xs);padding:2px 8px;font-size:.68rem;font-weight:500;display:inline-block}.Books-module__kYmFva__moreLikeThisBtn{border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;font-weight:500;font-family:var(--font-body);transition:all .15s var(--ease-out);white-space:nowrap;margin-top:var(--space-xs);background:0 0;align-items:center;gap:4px;padding:.25rem .6rem;display:inline-flex}.Books-module__kYmFva__moreLikeThisBtn:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-subtle)}.Books-module__kYmFva__moreLikeThisBtn:disabled{opacity:.5;cursor:not-allowed}.Books-module__kYmFva__wantToReadRow{align-items:center;gap:var(--space-sm);margin-top:var(--space-xs);flex-wrap:wrap;display:flex}.Books-module__kYmFva__wantToReadBadge{color:var(--accent);border-radius:var(--radius-sm);background:#b453090f;padding:2px 8px;font-size:.68rem;font-weight:500;display:inline-block}.Books-module__kYmFva__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:1000;padding:var(--space-lg);animation:Books-module__kYmFva__fadeIn .2s var(--ease-out);background:#1a171480;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@keyframes Books-module__kYmFva__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Books-module__kYmFva__slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Books-module__kYmFva__modalContent{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-2xl);text-align:center;width:100%;max-width:400px;box-shadow:var(--shadow-lg);animation:Books-module__kYmFva__slideUp .3s var(--ease-out)}.Books-module__kYmFva__modalCover{border-radius:var(--radius-sm);object-fit:cover;width:100px;height:150px;margin-bottom:var(--space-lg);box-shadow:var(--shadow-md)}.Books-module__kYmFva__modalBookTitle{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:4px}.Books-module__kYmFva__modalBookAuthor{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-lg)}.Books-module__kYmFva__modalPrompt{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-md)}.Books-module__kYmFva__modalStars{margin-bottom:var(--space-xl);justify-content:center;display:flex}.Books-module__kYmFva__modalActions{gap:var(--space-sm);display:flex}.Books-module__kYmFva__modalActions button{flex:1}.Books-module__kYmFva__searchContainer{margin-bottom:var(--space-xl);position:relative}.Books-module__kYmFva__searchInput{font-size:var(--text-base);background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all .25s var(--ease-out);padding-top:14px;padding-bottom:14px;padding-left:2.75rem}.Books-module__kYmFva__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-subtle)}.Books-module__kYmFva__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Books-module__kYmFva__searchResults{gap:var(--space-md);margin-top:var(--space-md);flex-direction:column;display:flex}.Books-module__kYmFva__noResults{text-align:center;padding:var(--space-xl);color:var(--text-muted);font-size:var(--text-sm)}.Books-module__kYmFva__searchSpinner{text-align:center;padding:var(--space-lg);color:var(--text-muted);font-size:var(--text-sm)}.Books-module__kYmFva__addedBooks{margin-top:var(--space-xl)}.Books-module__kYmFva__addedBooksTitle{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-md);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.Books-module__kYmFva__addedBooksList{gap:var(--space-md);flex-direction:column;display:flex}.Books-module__kYmFva__viewToggle{border:1px solid var(--border);border-radius:var(--radius-sm);display:inline-flex;overflow:hidden}.Books-module__kYmFva__viewToggleBtn{background:var(--bg-elevated);cursor:pointer;width:36px;height:34px;color:var(--text-muted);transition:all .15s var(--ease-out);border:none;justify-content:center;align-items:center;padding:0;display:flex}.Books-module__kYmFva__viewToggleBtn:hover:not(.Books-module__kYmFva__viewToggleBtnActive){color:var(--text-secondary);background:var(--bg-secondary)}.Books-module__kYmFva__viewToggleBtnActive{background:var(--accent-subtle);color:var(--accent)}.Books-module__kYmFva__viewToggleBtn+.Books-module__kYmFva__viewToggleBtn{border-left:1px solid var(--border)}.Books-module__kYmFva__libraryGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.Books-module__kYmFva__libraryGridCovers{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid}.Books-module__kYmFva__gridCard{border-radius:var(--radius-lg);background:var(--bg-elevated);border:1px solid var(--border-subtle);transition:all .25s var(--ease-out);flex-direction:column;display:flex;overflow:hidden}.Books-module__kYmFva__gridCard:hover{border-color:var(--border);box-shadow:var(--shadow-card)}.Books-module__kYmFva__gridCoverWrap{aspect-ratio:2/3;background:var(--bg-secondary);width:100%;position:relative;overflow:hidden}.Books-module__kYmFva__gridCoverImg{object-fit:cover}.Books-module__kYmFva__gridStatusDot{border:2px solid var(--bg-elevated);width:10px;height:10px;box-shadow:var(--shadow-sm);border-radius:50%;position:absolute;top:8px;right:8px}.Books-module__kYmFva__gridMeta{padding:10px 12px 12px}.Books-module__kYmFva__gridTitle{font-family:var(--font-heading);font-weight:600;font-size:var(--text-sm);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;line-height:1.3;overflow:hidden}.Books-module__kYmFva__gridAuthor{font-size:var(--text-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (max-width:991.98px){.Books-module__kYmFva__libraryGridCovers{grid-template-columns:repeat(3,1fr)}}@media (max-width:575.98px){.Books-module__kYmFva__libraryGrid{grid-template-columns:1fr}.Books-module__kYmFva__libraryGridCovers{gap:var(--space-md);grid-template-columns:repeat(2,1fr)}.Books-module__kYmFva__modalContent{padding:var(--space-xl);margin:var(--space-md);border-radius:var(--radius-lg)}.Books-module__kYmFva__modalCover{width:80px;height:120px}.Books-module__kYmFva__modalActions{flex-direction:column}}
.Recommendations-module__GjZ-lq__loadingContainer{text-align:center;padding:var(--space-3xl)var(--space-lg)}.Recommendations-module__GjZ-lq__loadingSpinner{margin-bottom:var(--space-lg);justify-content:center;gap:8px;display:flex}.Recommendations-module__GjZ-lq__spinnerDot{border-radius:var(--radius-pill);background:var(--accent);width:8px;height:8px;animation:Recommendations-module__GjZ-lq__dotPulse 1.2s var(--ease-in-out)infinite}.Recommendations-module__GjZ-lq__spinnerDot:nth-child(2){animation-delay:.15s}.Recommendations-module__GjZ-lq__spinnerDot:nth-child(3){animation-delay:.3s}@keyframes Recommendations-module__GjZ-lq__dotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.Recommendations-module__GjZ-lq__loadingMessage{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-secondary);animation:Recommendations-module__GjZ-lq__fadeSwitch 1.5s var(--ease-out)}@keyframes Recommendations-module__GjZ-lq__fadeSwitch{0%{opacity:0;transform:translateY(4px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:1}}.Recommendations-module__GjZ-lq__recCard{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);padding:var(--space-xl);transition:all .3s var(--ease-out);position:relative}.Recommendations-module__GjZ-lq__recCard:hover,.Recommendations-module__GjZ-lq__recCardFeatured{border-color:var(--border)}.Recommendations-module__GjZ-lq__recHeader{gap:var(--space-lg);margin-bottom:var(--space-lg);display:flex}.Recommendations-module__GjZ-lq__recCoverWrap{flex-shrink:0;position:relative}.Recommendations-module__GjZ-lq__recCover{border-radius:var(--radius-sm);object-fit:cover;width:100px;height:150px;box-shadow:var(--shadow-md)}.Recommendations-module__GjZ-lq__recStatusDot{border:2px solid var(--bg-elevated);pointer-events:none;border-radius:50%;width:10px;height:10px;position:absolute;top:-3px;right:-3px;box-shadow:0 1px 3px #0000001f}.Recommendations-module__GjZ-lq__recBookInfo{flex:1}.Recommendations-module__GjZ-lq__recTitle{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:4px;line-height:1.2}.Recommendations-module__GjZ-lq__recAuthor{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-sm)}.Recommendations-module__GjZ-lq__recBadgeSaved{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;border-radius:var(--radius-sm);background:#b453090f;margin-bottom:4px;padding:2px 8px;font-size:.65rem;font-weight:500;display:inline-block}.Recommendations-module__GjZ-lq__recBadgeDismissed{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-secondary);border-radius:var(--radius-sm);margin-bottom:4px;padding:2px 8px;font-size:.65rem;font-weight:500;display:inline-block}.Recommendations-module__GjZ-lq__recTitleRow{align-items:flex-start;gap:var(--space-sm);flex-wrap:wrap;display:flex}.Recommendations-module__GjZ-lq__recConfidenceBadge{text-transform:uppercase;letter-spacing:.06em;color:var(--accent);border-radius:var(--radius-sm);white-space:nowrap;background:#b453090f;flex-shrink:0;align-items:center;gap:4px;margin-top:3px;padding:2px 7px;font-size:.6rem;font-weight:600;display:inline-flex}.Recommendations-module__GjZ-lq__recExplanation{font-size:var(--text-base);color:var(--text-secondary);margin-bottom:var(--space-lg);line-height:1.7}.Recommendations-module__GjZ-lq__recTeaser{font-family:var(--font-display);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-md);line-height:1.4}.Recommendations-module__GjZ-lq__recUpgradeHint{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-lg)}.Recommendations-module__GjZ-lq__recError{justify-content:space-between;align-items:center;gap:var(--space-sm);border-radius:var(--radius-sm);padding:var(--space-sm)var(--space-md);margin-bottom:var(--space-md);animation:Recommendations-module__GjZ-lq__fadeIn .2s var(--ease-out);background:#dc26260f;border:1px solid #dc262626;display:flex}.Recommendations-module__GjZ-lq__recErrorText{font-size:var(--text-xs);color:#b91c1c;margin:0;line-height:1.4}.Recommendations-module__GjZ-lq__recErrorDismiss{color:#b91c1c;font-size:var(--text-lg);cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;padding:0 2px;line-height:1}.Recommendations-module__GjZ-lq__recErrorDismiss:hover{opacity:1}@keyframes Recommendations-module__GjZ-lq__fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Recommendations-module__GjZ-lq__recActions{gap:var(--space-sm);display:flex}.Recommendations-module__GjZ-lq__recActionBtn{align-items:center;gap:var(--space-xs);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;font-weight:500;font-family:var(--font-body);transition:all .2s var(--ease-out);background:0 0;padding:.5rem 1.1rem;display:flex}.Recommendations-module__GjZ-lq__recActionBtn:hover:not(:disabled){color:var(--text-primary);border-color:var(--text-muted);background:var(--bg-secondary)}.Recommendations-module__GjZ-lq__recActionBtn:disabled{opacity:.5;cursor:not-allowed}.Recommendations-module__GjZ-lq__recActionBtnSaved{color:var(--accent);border-color:var(--accent);background:var(--accent-subtle)}.Recommendations-module__GjZ-lq__recInLibrary{font-size:var(--text-xs);color:var(--text-muted);align-items:center;gap:4px;padding:6px 12px;font-weight:500;display:inline-flex}.Recommendations-module__GjZ-lq__emptyState{text-align:center;padding:var(--space-3xl)var(--space-xl);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);position:relative;overflow:hidden}.Recommendations-module__GjZ-lq__emptyEmoji{margin-bottom:var(--space-lg);font-size:3rem;line-height:1}.Recommendations-module__GjZ-lq__emptyIcon{border-radius:var(--radius-lg);background:var(--bg-secondary);width:64px;height:64px;color:var(--text-muted);margin-bottom:var(--space-lg);justify-content:center;align-items:center;display:inline-flex}.Recommendations-module__GjZ-lq__emptyTitle{font-family:var(--font-display);font-weight:400;font-size:var(--text-xl);margin-bottom:var(--space-sm);letter-spacing:-.01em}.Recommendations-module__GjZ-lq__emptyDescription{font-size:var(--text-sm);color:var(--text-muted);margin-bottom:var(--space-lg);max-width:340px;margin-left:auto;margin-right:auto;line-height:1.7}.Recommendations-module__GjZ-lq__emptyActions{margin-top:var(--space-md)}.Recommendations-module__GjZ-lq__emptySecondaryLink{margin-top:var(--space-md);font-size:var(--text-xs);color:var(--text-muted);transition:color .15s var(--ease-out);text-decoration:none;display:inline-block}.Recommendations-module__GjZ-lq__emptySecondaryLink:hover{color:var(--text-primary)}@media (max-width:575.98px){.Recommendations-module__GjZ-lq__recCard{border-radius:var(--radius-lg);padding:var(--space-md)}.Recommendations-module__GjZ-lq__recHeader{text-align:center;align-items:center;gap:var(--space-md);flex-direction:column}.Recommendations-module__GjZ-lq__recCover{width:120px;height:180px}.Recommendations-module__GjZ-lq__recActions{justify-content:center;gap:var(--space-xs);flex-wrap:wrap}.Recommendations-module__GjZ-lq__recActionBtn,.Recommendations-module__GjZ-lq__moreLikeThisBtnLg{font-size:var(--text-xs);padding:.45rem .9rem}.Recommendations-module__GjZ-lq__buyLinksInline,.Recommendations-module__GjZ-lq__seedBookLabel{justify-content:center}}.Recommendations-module__GjZ-lq__buyLinksInline{margin-top:var(--space-sm);flex-wrap:wrap;gap:6px;display:flex}.Recommendations-module__GjZ-lq__buyLinksInline a{border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:500;font-family:var(--font-body);transition:all .15s var(--ease-out);border:1px solid var(--border);color:var(--text-secondary);background:0 0;align-items:center;gap:5px;padding:4px 10px;line-height:1;text-decoration:none;display:inline-flex}.Recommendations-module__GjZ-lq__buyLinksInline a:hover{color:var(--text-primary);border-color:var(--text-muted);background:var(--bg-secondary)}.Recommendations-module__GjZ-lq__preferenceSelector{margin-bottom:var(--space-lg)}.Recommendations-module__GjZ-lq__preferenceSelectorHeader{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);display:flex}.Recommendations-module__GjZ-lq__preferenceSelectorLabel{font-size:var(--text-sm);color:var(--text-secondary);letter-spacing:-.01em;font-weight:600}.Recommendations-module__GjZ-lq__proBadge{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);border-radius:var(--radius-sm);background:#b453090f;padding:2px 7px;font-size:.6rem;font-weight:600}.Recommendations-module__GjZ-lq__preferenceChips{flex-wrap:wrap;gap:6px;display:flex}.Recommendations-module__GjZ-lq__preferenceChip{border:1px solid var(--border);border-radius:var(--radius-xl);cursor:pointer;font-family:var(--font-body);font-size:var(--text-sm);color:var(--text-secondary);transition:all .15s var(--ease-out);white-space:nowrap;background:0 0;align-items:center;gap:4px;padding:6px 14px;font-weight:500;display:inline-flex}.Recommendations-module__GjZ-lq__preferenceChip:hover:not(.Recommendations-module__GjZ-lq__preferenceChipLocked){color:var(--text-primary);border-color:var(--text-muted);background:var(--bg-secondary)}.Recommendations-module__GjZ-lq__preferenceChipSelected{color:var(--accent);border-color:var(--accent);background:var(--accent-subtle)}.Recommendations-module__GjZ-lq__preferenceChipSelected:hover{border-color:var(--accent-hover);background:var(--accent-subtle)}.Recommendations-module__GjZ-lq__preferenceChipLocked{opacity:.5;cursor:default}.Recommendations-module__GjZ-lq__chipLockIcon{color:var(--text-muted);flex-shrink:0}.Recommendations-module__GjZ-lq__preferenceUpgradeHint{font-size:var(--text-xs);color:var(--accent);margin-top:var(--space-sm);font-weight:500}.Recommendations-module__GjZ-lq__seedBookLabel{font-size:var(--text-xs);color:var(--text-muted);margin-bottom:var(--space-md);align-items:center;gap:4px;padding:4px 0;font-weight:500;display:inline-flex}.Recommendations-module__GjZ-lq__seedBookLabel svg{opacity:.6;flex-shrink:0}.Recommendations-module__GjZ-lq__seedBookTitle{color:var(--text-secondary);font-weight:600}.Recommendations-module__GjZ-lq__moreLikeThisBtn{border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--text-xs);color:var(--text-secondary);cursor:pointer;font-weight:500;font-family:var(--font-body);transition:all .15s var(--ease-out);white-space:nowrap;background:0 0;align-items:center;gap:4px;padding:.3rem .7rem;display:inline-flex}.Recommendations-module__GjZ-lq__moreLikeThisBtn:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-subtle)}.Recommendations-module__GjZ-lq__moreLikeThisBtn:disabled{opacity:.5;cursor:not-allowed}.Recommendations-module__GjZ-lq__moreLikeThisBtnLg{font-size:var(--text-sm);border-radius:var(--radius-sm);border-width:1px;padding:.5rem 1.1rem}
