.books-hero.svelte-yh5dpw{background-color:var(--color-dark-charcoal);color:var(--color-bone-white);padding:calc(var(--spacing-base) * 2) 0;text-align:center}.books-hero.svelte-yh5dpw h1:where(.svelte-yh5dpw){font-family:Playfair Display,serif;font-size:2.5rem;margin-bottom:.5rem}.subtitle.svelte-yh5dpw{font-size:1.2rem;opacity:.9;max-width:700px;margin:0 auto;line-height:1.6}.books-content.svelte-yh5dpw{padding:calc(var(--spacing-base) * 2) 0}.tabs-container.svelte-yh5dpw{margin-bottom:3rem}.tabs-nav.svelte-yh5dpw{display:flex;justify-content:center;gap:0;margin-bottom:2rem;border-radius:12px;background:#fff;padding:.5rem;box-shadow:0 4px 20px #00000014;max-width:600px;margin:0 auto 2rem}.tab-button.svelte-yh5dpw{flex:1;padding:1rem 1.5rem;border:none;background:transparent;color:#666;font-weight:600;font-size:1rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative}.tab-button.svelte-yh5dpw:hover{background:#6c2e2f0d;color:var(--color-accent-wine)}.tab-button.active.svelte-yh5dpw{background:linear-gradient(135deg,var(--color-accent-wine),var(--color-accent-rust));color:#fff;box-shadow:0 4px 12px #6c2e2f4d}.tab-icon.svelte-yh5dpw{width:20px;height:20px;flex-shrink:0}.tab-count.svelte-yh5dpw{font-size:.9rem;opacity:.8;font-weight:500}.tab-content.svelte-yh5dpw{min-height:400px}.tab-description.svelte-yh5dpw{text-align:center;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.tab-description.svelte-yh5dpw p:where(.svelte-yh5dpw){font-size:1.1rem;color:#666;line-height:1.6;margin:0}.books-grid.svelte-yh5dpw{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1200px;margin:0 auto}.book-card.svelte-yh5dpw{display:grid;grid-template-columns:1fr;gap:1.5rem;background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 4px 15px #00000014;transition:transform .3s ease,box-shadow .3s ease}.book-card.svelte-yh5dpw:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.book-cover.svelte-yh5dpw{display:flex;justify-content:center;overflow:hidden;border-radius:4px}.cover-image.svelte-yh5dpw{max-width:100%;height:auto;max-height:350px;object-fit:contain;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.cover-image.svelte-yh5dpw:hover{transform:scale(1.05)}.book-details.svelte-yh5dpw{display:flex;flex-direction:column}.book-details.svelte-yh5dpw h2:where(.svelte-yh5dpw){font-family:Playfair Display,serif;font-size:1.6rem;color:var(--color-dark-charcoal);margin-bottom:1rem;line-height:1.3}.tags-container.svelte-yh5dpw{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag.svelte-yh5dpw{font-size:.75rem;background-color:#f3f3f3;color:#555;padding:.25rem .75rem;border-radius:9999px;display:inline-block}.book-meta.svelte-yh5dpw{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;font-size:.85rem;color:#666}.meta-item.svelte-yh5dpw{display:flex;align-items:center;font-weight:500}.book-details.svelte-yh5dpw p:where(.svelte-yh5dpw){font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.cta-button.svelte-yh5dpw{display:inline-block;background-color:var(--color-accent-wine);color:var(--color-bone-white);font-weight:600;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;text-align:center;transition:background-color .3s ease,transform .2s ease;border:none;cursor:pointer;font-family:sans-serif;font-size:1rem;align-self:flex-start}.cta-button.svelte-yh5dpw:hover:not(.disabled){background-color:#9e2e4a;transform:translateY(-2px)}.cta-button.disabled.svelte-yh5dpw{background-color:gray;cursor:not-allowed;opacity:.7}.cta-button.preorder.svelte-yh5dpw{background-color:#d4a574}.cta-button.preorder.svelte-yh5dpw:hover{background-color:#c29660}.cta-button.purchase.svelte-yh5dpw{background-color:#28a745}.cta-button.purchase.svelte-yh5dpw:hover{background-color:#218838}@media (min-width: 768px){.book-card.svelte-yh5dpw{grid-template-columns:1fr 2fr;align-items:center}.book-cover.svelte-yh5dpw{justify-content:flex-start}}@media (min-width: 992px){.books-grid.svelte-yh5dpw{grid-template-columns:repeat(3,1fr)}.book-card.svelte-yh5dpw{grid-template-columns:1fr;height:100%}.book-cover.svelte-yh5dpw{justify-content:center}}@media (max-width: 768px){.books-grid.svelte-yh5dpw{grid-template-columns:repeat(2,1fr)}.book-card.svelte-yh5dpw{grid-template-columns:1fr}.tabs-nav.svelte-yh5dpw{padding:.25rem}.tab-button.svelte-yh5dpw{padding:.75rem 1rem;font-size:.9rem;flex-direction:column;gap:.25rem}.tab-icon.svelte-yh5dpw{width:18px;height:18px}.tab-count.svelte-yh5dpw{font-size:.8rem}}@media (max-width: 600px){.books-grid.svelte-yh5dpw{grid-template-columns:1fr}.books-hero.svelte-yh5dpw h1:where(.svelte-yh5dpw){font-size:2rem}.subtitle.svelte-yh5dpw{font-size:1rem}.book-details.svelte-yh5dpw h2:where(.svelte-yh5dpw){font-size:1.4rem}.book-details.svelte-yh5dpw p:where(.svelte-yh5dpw){font-size:1rem}.cta-button.svelte-yh5dpw{width:100%}}
