@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;800&family=Roboto+Mono:wght@500&display=swap";
:root{--bg-color:#fff;--text-primary:#121212;--text-secondary:#555;--accent-color:#e62429;--accent-color-hover:#cc1b20;--card-bg:#fff;--card-border:#121212;--card-shadow:6px 6px 0px #121212;--card-shadow-hover:8px 8px 0px #121212;--input-bg:#fff;--input-border:#121212}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,sans-serif;line-height:1.6}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}.container{max-width:900px;margin:0 auto;padding:1.5rem 1rem}header{z-index:100;background-color:var(--bg-color);text-align:left;border-bottom:2px solid var(--text-primary);justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:2rem;padding:1rem 0;display:flex;position:sticky;top:0}h1{letter-spacing:-.05em;color:#000;margin:0;font-size:1.5rem;font-weight:800;text-decoration:none}h1 span{color:var(--accent-color)}.header-nav-simple{align-items:center;gap:1rem;display:flex}.header-nav-simple a{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.3rem;font-size:.8rem;font-weight:800;text-decoration:none;display:flex}.header-nav-simple .hunt-link{color:var(--accent-color)}.shelf-badge-mini{background:var(--accent-color);color:#fff;text-align:center;border-radius:4px;min-width:16px;padding:1px 4px;font-size:.65rem}@media (max-width:768px){header{margin-bottom:1.5rem!important;padding:.75rem 0!important}h1{margin-bottom:1rem!important}.header-nav-simple{gap:.75rem}.header-nav-simple a{font-size:.7rem!important}}.shelf-badge{background-color:var(--accent-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:inline-flex}.subtitle{display:none}.site-hero{text-align:center;margin-bottom:2.5rem}.site-subtitle{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-color);margin-bottom:.75rem;font-size:.7rem;font-weight:800}.site-headline{letter-spacing:-.03em;color:var(--text-primary);font-size:2.2rem;font-weight:800;line-height:1.2}.hero-description{color:var(--text-secondary);max-width:600px;margin:1rem auto;font-size:1.1rem;line-height:1.6}@media (max-width:640px){.site-hero{margin-bottom:1.5rem}.site-headline{font-size:1.5rem}.hero-description{margin:.75rem auto;font-size:.95rem}}.hero{background-color:var(--card-bg);border:2px solid var(--card-border);box-shadow:var(--card-shadow);box-sizing:border-box;border-radius:20px;max-width:100%;margin-bottom:2rem;padding:2.5rem}@media (max-width:640px){.hero{margin-bottom:1.5rem;padding:1rem}}.botd-link{color:inherit;text-decoration:none;display:block}.book-of-day{background-color:var(--card-bg);border:2px solid var(--text-primary);box-shadow:var(--card-shadow);border-radius:20px;flex-direction:column;margin-bottom:2rem;padding:2.5rem;transition:all .15s;display:flex}@media (max-width:640px){.book-of-day{padding:1.25rem}}.botd-link:hover .book-of-day{box-shadow:var(--card-shadow-hover);transform:translate(-2px,-2px)}.botd-label{text-transform:uppercase;letter-spacing:.15em;color:var(--accent-color);margin-bottom:1rem;font-size:.7rem;font-weight:800}.botd-content{flex-direction:row;align-items:center;gap:1.5rem;display:flex}@media (max-width:640px){.botd-content{flex-direction:column;align-items:flex-start}}.filters-section{margin-bottom:1rem}.filter-group-title{text-transform:uppercase;color:var(--text-secondary);letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:800}.filters-grid{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.filter-chip{background-color:var(--card-bg);border:2px solid var(--text-primary);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:99px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .15s;box-shadow:2px 2px #121212}.filter-chip:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #121212}.filter-chip.active{background-color:var(--text-primary);color:#fff;border-color:var(--text-primary);box-shadow:2px 2px #121212}.chat-input-wrapper{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}@media (min-width:640px){.chat-input-wrapper{flex-direction:row}}.input-group{flex:1;min-width:0;position:relative}.chat-input{border:2px solid var(--text-primary);background-color:var(--card-bg);border-radius:99px;width:100%;min-width:0;padding:.8rem 1.25rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .15s;box-shadow:4px 4px #121212}.chat-input:focus{outline:none;transform:translate(-1px,-1px);box-shadow:5px 5px #121212}.button-group{flex-wrap:wrap;gap:.5rem;display:flex}button.primary,button.secondary{border:2px solid var(--text-primary);text-transform:none;cursor:pointer;white-space:nowrap;border-radius:99px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.85rem;font-weight:800;transition:all .15s;display:inline-flex;box-shadow:4px 4px #121212}@media (max-width:640px){button.primary,button.secondary{flex:auto;padding:.8rem 1rem;font-size:.8rem}}button.primary{background-color:var(--accent-color);color:#fff;border-color:#a01015}button.secondary{background-color:var(--card-bg);color:var(--text-primary)}button.primary:hover,button.secondary:hover{transform:translate(-2px,-2px);box-shadow:5px 5px #121212}button.primary:active,button.secondary:active{transform:translate(2px,2px);box-shadow:1px 1px #121212}.amazon-btn{color:var(--text-primary);text-transform:uppercase;letter-spacing:.02em;background-color:#0000;border:none;flex-direction:column;align-items:center;gap:0;padding:0;font-size:.65rem;font-weight:900;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex;position:relative}.amazon-btn:after{content:"";background-color:var(--accent-color);width:100%;height:2px;margin-top:2px;display:block}.amazon-btn:hover{color:var(--accent-color);transform:translateY(-1px)}.amazon-btn:hover:after{background-color:var(--text-primary);width:100%}.results-container{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.recommendation-result-link{color:inherit;margin-bottom:1rem;text-decoration:none;display:block}.recommendation-result{border:2px solid var(--text-primary);box-shadow:var(--card-shadow);background-color:#fff;border-radius:16px;flex-direction:row;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .15s;display:flex;position:relative}.book-description-text{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:.5rem 0;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (max-width:640px){.recommendation-result{text-align:left;flex-direction:row;align-items:center;gap:1rem;padding:1rem}.recommendation-result .book-cover-container{width:60px;min-width:60px;height:90px}.recommendation-result h3{font-size:.95rem}.recommendation-result .reason{-webkit-line-clamp:3;line-clamp:3;font-size:.8rem}}.recommendation-result-link:hover .recommendation-result{box-shadow:var(--card-shadow-hover);transform:translate(-2px,-2px)}.book-cover-container{background-color:#f0f0f0;border:1px solid #eee;justify-content:center;align-items:center;width:100px;min-width:100px;height:150px;display:flex;position:relative;overflow:hidden}.book-mockup{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-left:5px solid #0000001a;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:10px;display:flex}.mockup-title{text-transform:uppercase;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:5px;font-size:.7rem;font-weight:800;display:-webkit-box;overflow:hidden}.mockup-author{color:var(--text-secondary);font-size:.5rem}.star-rating{color:#f5a623;letter-spacing:1px;align-items:center;gap:.25rem;margin-bottom:.5rem;font-size:.85rem;display:flex}.rating-number{color:var(--text-secondary);letter-spacing:0;margin-left:.25rem;font-size:.75rem;font-weight:800}.result-content{flex-direction:column;flex:1;display:flex}.recommendation-result h3{margin-bottom:.15rem;font-size:1.1rem;font-weight:800;line-height:1.2}.recommendation-result .author{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:600}.recommendation-result .reason{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.85rem;display:-webkit-box;overflow:hidden}.site-footer{border-top:2px solid var(--text-primary);background:#fdfdfd;margin-top:8rem;padding:4rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}@media (max-width:968px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.footer-grid{text-align:center;grid-template-columns:1fr}}.footer-logo{text-transform:uppercase;margin-bottom:1rem;font-size:1.5rem;font-weight:800}.footer-logo span{color:var(--accent-color)}.footer-tagline{color:var(--text-secondary);max-width:300px;font-size:.9rem;line-height:1.6}@media (max-width:640px){.footer-tagline{margin:0 auto}}.footer-links-group h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.5rem;font-size:.75rem;font-weight:800}.footer-links-group{flex-direction:column;gap:.75rem;display:flex}.footer-links-group a{color:var(--text-secondary);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-links-group a:hover{color:var(--accent-color)}.footer-bottom{text-align:center;color:var(--text-secondary);border-top:1px solid #eee;padding-top:2rem;font-size:.8rem}.amazon-btn:hover{background-color:#e68a00}.influencers-section{margin-top:4rem}.section-title{align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:800;display:flex}.section-title:before{content:"";background-color:var(--accent-color);border-radius:2px;width:12px;height:12px;display:inline-block}.influencer-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.influencer-grid{grid-template-columns:repeat(2,1fr)}}.influencer-card{background-color:var(--card-bg);border:2px solid var(--text-primary);box-shadow:var(--card-shadow);border-radius:16px;padding:1.5rem;transition:all .15s}.influencer-header{align-items:center;gap:1rem;display:flex}.influencer-avatar{object-fit:cover;border:2px solid var(--text-primary);background-color:var(--input-bg);border-radius:50%;width:56px;height:56px}.influencer-name{margin-bottom:0;font-size:1.1rem;font-weight:800}.influencer-count{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-color);font-size:.7rem;font-weight:800}.book-list{list-style:none}.book-item{margin-bottom:1rem;font-size:.95rem}.book-item:last-child{margin-bottom:0}.book-title{font-weight:600;display:block}.book-author{color:var(--text-secondary);font-size:.85rem;display:block}.book-link{color:var(--text-primary);border-bottom:1px solid var(--accent-color);margin-top:.25rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.book-link:hover{color:var(--accent-color)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s ease-in-out infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.header-nav{gap:1.5rem;display:flex}.header-nav a{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #0000;padding-bottom:2px;font-size:.85rem;font-weight:700;text-decoration:none;transition:border-color .2s}.header-nav a:hover{border-bottom-color:var(--accent-color)}.botd-link{color:inherit;margin-bottom:2rem;text-decoration:none;display:block}.book-of-day{border:2px solid var(--text-primary);padding:1.5rem;transition:all .3s}.botd-link:hover .book-of-day{transform:translate(-3px,-3px);box-shadow:8px 8px #0000000f}.botd-label{letter-spacing:.15em;text-transform:uppercase;color:var(--accent-color);margin-bottom:1rem;font-size:.7rem;font-weight:800}.botd-content{align-items:flex-start;gap:1.5rem;display:flex}.card-link{color:inherit;text-decoration:none;display:block}.card-link:hover .influencer-card{border-color:var(--text-primary);transform:translate(-3px,-3px);box-shadow:8px 8px #0000000d}.influencer-card{transition:all .3s}.influencer-avatar{border:2px solid var(--text-primary);background:var(--card-bg);object-fit:cover;border-radius:8px}.avatar-fallback{background:var(--accent-color);width:56px;height:56px;color:var(--text-primary);border:2px solid var(--text-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.view-all-link{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;border:2px solid var(--text-primary);padding:.8rem 2rem;font-size:.85rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-block}.view-all-link:hover{background-color:var(--text-primary);color:#fff}.list-page-header{margin-bottom:2rem}.back-link{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:color .2s;display:inline-block}.back-link:hover{color:var(--text-primary)}.list-page-title{letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:800}.list-page-subtitle{color:var(--text-secondary);max-width:600px;font-size:1rem}button:disabled{opacity:.4;cursor:not-allowed}.mood-section{margin-bottom:1.5rem}.mood-description{color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem}.mood-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;width:100%;max-width:100%;display:grid}@media (min-width:640px){.mood-grid{grid-template-columns:repeat(4,1fr)}}.mood-chip{border:2px solid var(--text-primary);background:var(--card-bg);cursor:pointer;color:var(--text-primary);border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;padding:.4rem .2rem;transition:all .2s;display:flex;box-shadow:3px 3px #121212}.mood-chip:hover{transform:translate(-2px,-2px);box-shadow:6px 6px #121212}.mood-label{text-transform:uppercase;letter-spacing:.1em;text-align:center;font-size:.65rem;font-weight:800}.quick-prompts{flex-wrap:wrap;justify-content:center;gap:.4rem;width:100%;max-width:100%;margin-bottom:1.5rem;display:flex}.quick-chip{border:2px dashed var(--text-primary);background:var(--card-bg);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:99px;padding:.3rem .6rem;font-size:.7rem;font-weight:600;transition:all .2s}.quick-chip:hover{background:var(--input-bg);border-style:solid;transform:translate(-1px,-1px);box-shadow:3px 3px #121212}.skeleton-card{border:1px solid var(--card-border);gap:1rem;padding:1.25rem;animation:1.5s ease-in-out infinite skeletonPulse;display:flex}.skeleton-cover{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:80px;min-width:80px;height:120px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-content{flex-direction:column;flex:1;gap:.5rem;display:flex}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;height:12px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-title{width:60%;height:16px}.skeleton-author{width:35%}.skeleton-text{width:90%}.skeleton-text.short{width:50%}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.7}}.result-wrapper{opacity:0;animation:.4s ease-out forwards staggerIn;position:relative}@keyframes staggerIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.card-actions{z-index:2;align-items:center;gap:.75rem;display:flex;position:absolute;top:.75rem;right:.75rem}.share-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.share-btn:hover{color:var(--accent-color);transform:scale(1.1)}.bookmark-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.bookmark-btn:hover{color:#f5a623;transform:scale(1.1)}.bookmark-btn.saved{color:#f5a623}.shelf-toggle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.85rem;font-weight:700;display:inline-flex}.shelf-badge{background:var(--accent-color);color:var(--text-primary);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.6rem;font-weight:800;display:inline-flex}.shelf-panel{border:2px solid var(--text-primary);margin-bottom:2rem;padding:1.25rem;animation:.3s ease-out slideDown}.shelf-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.shelf-header h3{text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:800}.shelf-close{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1}.shelf-empty{color:var(--text-secondary);font-size:.85rem}.shelf-list{flex-direction:column;gap:.5rem;display:flex}.shelf-item{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.shelf-item:last-child{border-bottom:none}.shelf-item-link{color:inherit;flex-direction:column;text-decoration:none;display:flex}.shelf-item-link strong{font-size:.9rem;font-weight:700}.shelf-item-link span{color:var(--text-secondary);font-size:.75rem}.shelf-remove{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:0 .25rem;font-size:1.2rem;line-height:1}.shelf-remove:hover{color:#d32f2f}.avatar-fallback{background:var(--text-primary);color:#fff;letter-spacing:.05em;border:2px solid var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:.9rem;font-weight:800;display:flex}.disclosure-content{max-width:700px}.disclosure-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.disclosure-content h3{text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:1.1rem;font-weight:800}.category-select{border:2px solid var(--text-primary);background:var(--card-bg);color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;box-shadow:2px 2px 0px var(--text-primary);border-radius:4px;outline:none;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .2s}.category-select:hover{box-shadow:3px 3px 0px var(--text-primary);transform:translate(-1px,-1px)}.category-select:focus{background:var(--accent-color)}.section-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.influencer-filters{-webkit-overflow-scrolling:touch;gap:.5rem;margin-bottom:0;padding-bottom:.5rem;display:flex;overflow-x:auto}.influencer-filters::-webkit-scrollbar{display:none}@media (max-width:768px){.section-header-row{flex-direction:column;align-items:flex-start;gap:1.5rem}}.page-header-row{border-bottom:4px solid var(--text-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;padding-bottom:1.5rem;display:flex}.empty-results{text-align:center;border:2px dashed var(--text-secondary);border-radius:12px;margin:2rem 0;padding:4rem 2rem}.empty-results p{margin-bottom:1.5rem;font-weight:700}@media (max-width:768px){.page-header-row{flex-direction:column;align-items:flex-start}}.comparison-wrapper{border:2px solid var(--text-primary);box-shadow:var(--card-shadow);border-radius:12px;margin:2.5rem 0;overflow-x:auto}.comparison-table{border-collapse:collapse;background:#fff;width:100%;min-width:600px}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid #eee;padding:1.25rem}.comparison-table th{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:#f9f9f9;font-size:.75rem;font-weight:800}.comparison-table tr:last-child td{border-bottom:none}.comparison-table .model-name{color:var(--text-primary);font-weight:800}.comparison-table .check-mark{color:#2e7d32;font-weight:900}.guide-section{margin-bottom:4rem}.guide-section h2{margin-bottom:1.5rem;font-size:2rem;font-weight:900}.guide-section p{margin-bottom:1.25rem;font-size:1.05rem;line-height:1.7}.guide-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:3rem 0;display:grid}@media (max-width:768px){.guide-grid{grid-template-columns:1fr;gap:2rem}.guide-grid.reverse{direction:ltr}}.guide-image-container{border:2px solid var(--text-primary);aspect-ratio:4/5;background:#f0f0f0;border-radius:24px;overflow:hidden}.guide-image-container img{object-fit:cover;width:100%;height:100%}.guide-highlight{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-color);margin-bottom:1rem;font-size:.75rem;font-weight:800}.guide-highlight.scribe{color:#2e7d32}.guide-highlight.budget{color:#0288d1}.pros-cons{grid-template-columns:1fr 1fr;gap:2rem;margin:2rem 0;display:grid}@media (max-width:640px){.pros-cons{grid-template-columns:1fr}}.pros-box,.cons-box{border-radius:12px;padding:1.5rem}.pros-box{background:#e8f5e9;border:1px solid #c8e6c9}.cons-box{background:#ffebee;border:1px solid #ffcdd2}.pros-box h4,.cons-box h4{text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.8rem}.pros-box ul,.cons-box ul{list-style:none}.pros-box li:before{content:"✓ ";color:#2e7d32;font-weight:900}.cons-box li:before{content:"× ";color:#c62828;font-weight:900}.cta-banner{background:var(--text-primary);color:#fff;text-align:center;border-radius:20px;margin:4rem 0;padding:3rem}.cta-banner h2{color:#fff;margin-bottom:1rem}.cta-banner p{color:#aaa;margin-bottom:2rem}.bento-grid{grid-template-columns:1.2fr 1fr;gap:2rem;min-height:550px;display:grid}@media (max-width:968px){.bento-grid{grid-template-columns:1fr}}.bento-card{border:2px solid var(--text-primary);background:#fff;border-radius:32px;flex-direction:column;justify-content:space-between;padding:3rem;transition:transform .3s,box-shadow .3s;display:flex}.bento-card:hover{box-shadow:12px 12px 0 var(--text-primary);transform:translateY(-5px)}.bento-card-small{flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem;padding:2rem;display:flex}@media (max-width:640px){.bento-card-small{text-align:center;flex-direction:column}}.bento-image-large{width:100%;max-width:250px;margin:0 auto 2.5rem;display:block}.bento-image-small{width:100px;box-shadow:none;border-radius:8px;flex-shrink:0}.bento-mascot-wrapper{border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative;overflow:hidden}.bento-mascot-wrapper img{object-fit:contain;z-index:2;width:80px;height:80px;box-shadow:none;border-radius:0;position:relative}.bento-mascot-precision{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border:2px solid #66bb6a}.bento-mascot-precision:after{content:"";z-index:1;background:radial-gradient(circle,#4caf5066,#0000);border-radius:50%;width:50px;height:50px;position:absolute;top:10px;right:10px}.bento-mascot-signal{background:linear-gradient(135deg,#fff8e1,#ffe082);border:2px solid #ffa726}.bento-mascot-signal:after{content:"";z-index:1;background:radial-gradient(circle,#ffa72666,#0000);border-radius:50%;width:50px;height:50px;position:absolute;top:10px;right:10px}.hunt-hero{text-align:center;margin-bottom:3rem;padding:2rem 0}.hunt-title{letter-spacing:-.04em;text-transform:uppercase;margin-bottom:.5rem;font-size:3rem;font-weight:900}.hunt-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.hunt-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.hunt-badge-live{color:#fff;background:#000;border-radius:4px;align-items:center;gap:.4rem;padding:.2rem .6rem;font-size:.7rem;font-weight:900;display:flex}.hunt-badge-live:before{content:"";background:red;border-radius:50%;width:6px;height:6px;animation:1s infinite pulse;display:inline-block}.hunt-list{flex-direction:column;gap:1rem;display:flex}.hunt-card{border:2px solid var(--text-primary);box-shadow:var(--card-shadow);background:#fff;border-radius:12px;align-items:center;padding:1.5rem;transition:all .2s;display:flex}.quotes-section{margin-top:6rem;margin-bottom:6rem}.quote-card{background:var(--card-bg);border:2px solid var(--text-primary);box-shadow:12px 12px 0px var(--text-primary);text-align:center;border-radius:32px;flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;margin:2rem auto;padding:4rem 3rem;display:flex}.compact-quote-card{max-width:600px;box-shadow:8px 8px 0px var(--text-primary);border-radius:24px;padding:2.5rem 2rem}.compact-quote-card .quote-text{font-size:1.15rem}@media (max-width:768px){.quote-card{box-shadow:8px 8px 0px var(--text-primary);border-radius:24px;margin:1rem;padding:3rem 1.5rem}.compact-quote-card{max-width:calc(100% - 2rem);padding:2rem 1.25rem}}.quote-author-image{margin-bottom:1rem}.author-img{border:4px solid var(--text-primary);background:#f0f0f0;border-radius:50%}.quote-content{flex:1}.quote-text{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.25rem;font-style:italic;font-weight:700;line-height:1.4}@media (max-width:768px){.quote-text{font-size:1.1rem}}.quote-meta{justify-content:space-between;align-items:center;display:flex}@media (max-width:768px){.quote-meta{flex-direction:column;gap:1rem}}.quote-author{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);font-size:1.1rem;font-weight:800}.quote-tags{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem;display:flex}.quote-tag{border:2px solid var(--text-primary);color:var(--text-primary);box-shadow:2px 2px 0px var(--text-primary);background:#fff;border-radius:99px;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.quote-tag:hover{background:var(--text-primary);color:#fff;box-shadow:4px 4px 0px var(--text-primary);transform:translate(-1px,-1px)}.hunt-card{border:2px solid var(--text-primary);box-shadow:var(--card-shadow);background:#fff;border-radius:12px;align-items:center;gap:1.5rem;padding:1.5rem;transition:all .2s;display:flex}.hunt-card:hover{box-shadow:var(--card-shadow-hover);transform:translate(-2px,-2px)}.hunt-rank{color:#ddd;min-width:40px;font-size:1.5rem;font-weight:900}.hunt-book-info{flex:1;align-items:center;gap:1.5rem;display:flex}.hunt-book-cover{border:1px solid #eee;flex-shrink:0;width:60px;height:90px;overflow:hidden;box-shadow:4px 4px #0000000d}.book-cover-img{object-fit:cover;width:100%!important;height:100%!important}.hunt-details h3{margin-bottom:.2rem;font-size:1.1rem;font-weight:800}.hunt-details p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.hunt-tag{text-transform:uppercase;color:var(--accent-color);background:#fff0f0;border-radius:4px;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.hunt-actions{align-items:center;gap:1.5rem;display:flex}.vote-controls{flex-direction:column;align-items:center;gap:.25rem;display:flex}.vote-btn{cursor:pointer;background:#fff;border:2px solid #eee;border-radius:8px;flex-direction:column;align-items:center;min-width:50px;padding:.5rem;transition:all .2s;display:flex}.vote-btn:hover:not(:disabled){border-color:var(--text-primary);background:#f9f9f9}.vote-btn.up{border-color:#eee}.vote-btn.up:hover:not(:disabled){color:#2e7d32;background:#f1f8e9;border-color:#4caf50}.vote-icon{font-size:.8rem}.vote-count{font-size:.85rem;font-weight:800}.amazon-btn-hunt{text-transform:uppercase;color:var(--text-primary);border-bottom:2px solid var(--accent-color);padding-bottom:2px;font-size:.75rem;font-weight:800;text-decoration:none}.hunt-message{z-index:1000;border:2px solid #121212;border-radius:8px;padding:1rem 2rem;font-weight:800;animation:.3s ease-out slideIn;position:fixed;bottom:2rem;right:2rem;box-shadow:4px 4px #121212}.hunt-message.success{color:#fff;background:#4caf50}.hunt-message.error{color:#fff;background:#f44336}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width:640px){.hunt-card{border-radius:12px;align-items:center;gap:.5rem;min-height:80px;padding:.75rem}.hunt-rank{color:#ccc;min-width:20px;font-size:.9rem}.hunt-book-info{gap:.5rem;min-width:0}.hunt-book-cover{width:40px;height:60px}.hunt-details{flex:1;min-width:0}.hunt-details h3{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;width:100%;font-size:.8rem;line-height:1.2;display:-webkit-box;overflow:hidden}.hunt-details p{white-space:nowrap;text-overflow:ellipsis;margin-bottom:.1rem;font-size:.7rem;overflow:hidden}.hunt-tag{padding:.1rem .3rem;font-size:.55rem;display:inline-block}.hunt-actions{gap:.4rem}.vote-controls{flex-direction:row;gap:.2rem}.vote-btn{border-radius:6px;flex-direction:row;gap:.15rem;min-width:35px;padding:.25rem .4rem}.vote-count{font-size:.7rem}.vote-icon{font-size:.6rem}.amazon-btn-hunt{white-space:nowrap;padding-bottom:1px;font-size:.6rem}}.hunt-preview-list{flex-direction:column;gap:.75rem;display:flex}.hunt-mini-card{border:2px solid var(--text-primary);background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:.75rem 1.25rem;transition:all .2s;display:flex}.hunt-mini-card:hover{box-shadow:4px 4px 0px var(--text-primary);transform:translate(4px)}.hunt-mini-info{flex-direction:column;flex:1;display:flex}.hunt-mini-info strong{font-size:.9rem;font-weight:800}.hunt-mini-info span{color:var(--text-secondary);font-size:.75rem}.hunt-mini-votes{color:var(--accent-color);background:#fff0f0;border-radius:6px;padding:.25rem .6rem;font-size:.9rem;font-weight:900}.book-carousel-section{margin:3rem 0}.carousel-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.carousel-controls{align-items:center;gap:.5rem;display:flex}.carousel-view-all{text-transform:uppercase;letter-spacing:.05em;color:var(--accent-color);white-space:nowrap;font-size:.75rem;font-weight:800;text-decoration:none;transition:color .2s}.carousel-view-all:hover{color:var(--text-primary)}.carousel-arrow{border:2px solid var(--text-primary);background:var(--card-bg);width:36px;height:36px;color:var(--text-primary);cursor:pointer;box-shadow:2px 2px 0px var(--text-primary);border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:1rem;font-weight:800;transition:all .15s;display:flex}.carousel-arrow:hover{box-shadow:3px 3px 0px var(--text-primary);background:var(--text-primary);color:#fff;transform:translate(-1px,-1px)}.carousel-arrow:active{box-shadow:0px 0px 0px var(--text-primary);transform:translate(1px,1px)}.carousel-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--accent-color) transparent;gap:1rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.carousel-track::-webkit-scrollbar{height:6px}.carousel-track::-webkit-scrollbar-track{background:0 0}.carousel-track::-webkit-scrollbar-thumb{background:var(--accent-color);border-radius:99px}.carousel-item{scroll-snap-align:start;color:inherit;flex-direction:column;flex:0 0 140px;text-decoration:none;transition:transform .2s;display:flex}.carousel-item:hover{transform:translateY(-4px)}.carousel-cover{border:2px solid var(--text-primary);width:140px;height:210px;box-shadow:3px 3px 0px var(--text-primary);background:#f0f0f0;border-radius:8px;transition:box-shadow .2s;overflow:hidden}.carousel-item:hover .carousel-cover{box-shadow:5px 5px 0px var(--text-primary)}.carousel-info{flex-direction:column;gap:.1rem;margin-top:.5rem;display:flex}.carousel-book-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;font-weight:800;line-height:1.2;display:-webkit-box;overflow:hidden}.carousel-book-author{color:var(--text-secondary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;font-size:.7rem;font-weight:600;display:-webkit-box;overflow:hidden}@media (max-width:640px){.carousel-item{flex:0 0 115px}.carousel-cover{width:115px;height:170px}.carousel-book-title{font-size:.7rem}.carousel-book-author{font-size:.6rem}.carousel-arrow{width:30px;height:30px;font-size:.85rem}}.nyt-year-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.nyt-year-card{border:2px solid var(--text-primary);cursor:pointer;box-shadow:var(--card-shadow);color:inherit;background:#fff;border-radius:20px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;display:block}.nyt-year-card:hover{box-shadow:var(--card-shadow-hover);transform:translate(-3px,-3px)}.nyt-year-number{margin-bottom:.5rem;font-size:3rem;font-weight:900;line-height:1;display:block}.nyt-year-label{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.9rem}.nyt-cover-stack{gap:0;margin-bottom:1.25rem;padding-left:.25rem;display:flex}.nyt-cover-stack-item{border:2px solid var(--text-primary);background:#f0f0f0;border-radius:4px;flex-shrink:0;width:55px;height:82px;margin-left:-12px;transition:transform .2s;overflow:hidden;box-shadow:2px 2px #0000001a}.nyt-cover-stack-item:first-child{margin-left:0}.nyt-year-card:hover .nyt-cover-stack-item{transform:translateY(-3px)}.nyt-year-card:hover .nyt-cover-stack-item:nth-child(2){transform:translateY(-5px)}.nyt-year-card:hover .nyt-cover-stack-item:nth-child(3){transform:translateY(-7px)}.nyt-year-card:hover .nyt-cover-stack-item:nth-child(4){transform:translateY(-5px)}.nyt-year-card:hover .nyt-cover-stack-item:nth-child(5){transform:translateY(-3px)}.nyt-badges{flex-wrap:wrap;gap:.75rem;display:flex}.nyt-badge{color:#fff;border-radius:99px;padding:.3rem .8rem;font-size:.8rem;font-weight:700}.nyt-badge-fiction{background:var(--accent-color)}.nyt-badge-nonfiction{background:var(--text-primary)}@media (max-width:640px){.nyt-year-number{font-size:2.2rem}.nyt-cover-stack-item{width:45px;height:68px;margin-left:-10px}}
