@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@400;500;600&family=Poppins:wght@600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #FFFFFF;--color-bg-alt: #FBF8F2;--color-text: #2C2C2C;--color-text-muted:#6B6560;--color-accent: #4A1942;--color-accent-hover: #3A1335;--color-border: #E0D8CE;--color-white: #FFFFFF;--font-heading: "Lora", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--max-width: 1200px;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 3.5rem;--space-2xl: 5rem}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.7;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:700;line-height:1.25;color:var(--color-text)}h1{font-size:2.75rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}.section{padding:var(--space-xl) 0}.section-title{text-align:center;margin-bottom:var(--space-lg)}.section-title span{display:block;font-family:var(--font-body);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:var(--space-xs)}.btn{display:inline-block;padding:.75rem 1.75rem;border-radius:4px;font-family:var(--font-body);font-weight:600;font-size:.9375rem;cursor:pointer;border:none;transition:background .2s,transform .1s}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent-hover);color:var(--color-white)}.btn-outline{background:transparent;color:var(--color-accent);border:2px solid var(--color-accent)}.btn-outline:hover,.btn-dark{background:var(--color-accent);color:var(--color-white)}.btn-dark:hover{background:var(--color-accent-hover);color:var(--color-white)}.tag{display:inline-block;padding:.35rem .85rem;border-radius:999px;font-size:.8125rem;font-weight:500;border:1px solid var(--color-border);background:var(--color-white);color:var(--color-text-muted);transition:all .2s}button.tag,a.tag{cursor:pointer;text-decoration:none}button.tag:hover,a.tag:hover,.tag.active{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.card{background:var(--color-white);border:1px solid var(--color-border);border-radius:6px;overflow:hidden;transition:box-shadow .3s,transform .2s}.card:hover{box-shadow:0 6px 28px #00000012;transform:translateY(-3px)}.hero{text-align:center;padding:var(--space-md) 0 var(--space-lg);background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.hero h1{margin-bottom:var(--space-sm)}.hero .hero-logo{max-width:180px;width:100%;height:auto;margin:0 auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero .tagline{font-family:var(--font-heading);font-style:italic;font-size:1.25rem;color:var(--color-text-muted);margin-bottom:var(--space-md)}.hero .mission{max-width:640px;margin:0 auto;color:var(--color-text-muted);font-size:1.0625rem;line-height:1.8}.book-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--space-lg)}.book-card{display:flex;flex-direction:column}.book-card .cover-wrap{aspect-ratio:2/3;overflow:hidden;background:var(--color-bg-alt)}.book-card .cover-wrap img{width:100%;height:100%;object-fit:cover}.book-card .info{padding:var(--space-sm);display:flex;flex-direction:column;flex:1}.book-card .info h4{font-size:1rem;margin-bottom:.25rem}.book-card .info .author-name{font-size:.8125rem;color:var(--color-text-muted);margin-bottom:.5rem;flex:1}.book-card .info .genre-tag{font-size:.75rem;padding:.2rem .6rem;align-self:flex-start}.book-card .info .book-card-blurb{font-size:.8125rem;color:var(--color-text-muted);margin-top:.5rem;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.book-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:var(--space-md)}.book-modal[hidden]{display:none}.book-modal-backdrop{position:absolute;inset:0;background:#0009;cursor:pointer}.book-modal-content{position:relative;z-index:1;background:var(--color-bg);color:var(--color-text);border-radius:12px;max-width:720px;width:100%;max-height:90vh;overflow-y:auto;display:grid;grid-template-columns:220px 1fr;gap:var(--space-md);padding:var(--space-md);box-shadow:0 20px 60px #0000004d}.book-modal-close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:var(--color-text-muted);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;font-family:inherit}.book-modal-close:hover{color:var(--color-text)}.book-modal-cover img{width:100%;height:auto;border-radius:6px;display:block}.book-modal-info h3{margin:0 0 .25rem;padding-right:2rem}.book-modal-info .author-name{color:var(--color-text-muted);margin:0 0 var(--space-sm);font-style:italic}.book-modal-info .tag{margin-bottom:var(--space-sm)}.book-modal-blurb{margin:0 0 var(--space-md);line-height:1.7;color:var(--color-text)}@media(max-width:600px){.book-modal-content{grid-template-columns:1fr;max-height:95vh}.book-modal-cover img{max-width:60%;margin:0 auto}}.book-card-toggle{background:none;border:none;color:var(--color-accent);cursor:pointer;padding:0;font-size:.8125rem;font-weight:600;margin-top:.5rem;text-align:left;font-family:inherit;align-self:flex-start}.book-card-toggle:hover{text-decoration:underline}[data-theme=dark-thriller] .book-card-toggle{color:#c43030}[data-theme=crimson-noir] .book-card-toggle{color:#9b2530}[data-theme=sage-cottage] .book-card-toggle{color:#d2691e}[data-theme=warm-coral] .book-card-toggle{color:#e6745a}.book-card .info .book-card-btn{margin-top:auto;padding:.5rem 1rem;font-size:.8125rem;display:block;text-align:center}.book-card .info .btn-dark{display:block;text-align:center;margin-top:.75rem;padding:.5rem 1rem;font-size:.8125rem}.author-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-lg)}.author-card{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-md)}.author-card .avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--color-bg-alt)}.author-card .meta h3{font-size:1.125rem;margin-bottom:.25rem}.author-card .meta .genres{font-size:.8125rem;color:var(--color-text-muted)}.newsletter-banner{background:var(--color-accent);padding:var(--space-xl) 0;text-align:center}.newsletter-banner h2{color:var(--color-white);margin-bottom:var(--space-xs)}.newsletter-banner p{color:#ffffffd9;margin-bottom:var(--space-md);max-width:480px;margin-left:auto;margin-right:auto}.newsletter-banner form{display:flex;flex-wrap:wrap;gap:var(--space-xs);max-width:620px;margin:0 auto}.newsletter-banner input[type=email],.newsletter-banner input[type=text]{flex:1;padding:.75rem 1rem;border:none;border-radius:4px;font-family:var(--font-body);font-size:.9375rem;background:var(--color-white)}.newsletter-banner input[type=email]:focus,.newsletter-banner input[type=text]:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:-1px}.newsletter-banner .btn-primary{background:var(--color-white);color:var(--color-accent)}.newsletter-banner .btn-primary:hover{background:#ffffffe6;color:var(--color-accent)}.newsletter{background:var(--color-bg-alt);border-radius:8px;padding:var(--space-xl) var(--space-lg);text-align:center}.newsletter h2{margin-bottom:var(--space-xs)}.newsletter p{color:var(--color-text-muted);margin-bottom:var(--space-md);max-width:480px;margin-left:auto;margin-right:auto}.newsletter form{display:flex;flex-wrap:wrap;gap:var(--space-xs);max-width:620px;margin:0 auto}.newsletter input[type=email],.newsletter input[type=text]{flex:1;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:4px;font-family:var(--font-body);font-size:.9375rem;background:var(--color-white)}.newsletter input[type=email]:focus,.newsletter input[type=text]:focus{outline:2px solid var(--color-accent);outline-offset:-1px}.site-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) 0}.site-header .logo{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-text);text-decoration:none}.site-header .logo .logo-icon{height:52px;width:auto;display:block}.site-header nav a{margin-left:var(--space-md);font-size:.9375rem;font-weight:500;color:var(--color-text-muted)}.site-header nav a:hover{color:var(--color-accent)}.site-footer{border-top:1px solid var(--color-border);padding:var(--space-lg) 0;color:var(--color-text-muted);font-size:.875rem}.footer-inner{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-sm)}.footer-links a{margin-left:var(--space-sm);color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-accent)}.footer-links a.social-hidden{display:none}.author-hero{display:flex;gap:var(--space-lg);align-items:flex-start;padding:var(--space-xl) 0}.author-hero .photo{width:200px;height:200px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--color-bg-alt)}.author-hero .bio-box h1{margin-bottom:var(--space-xs)}.author-hero .bio-box .genre-list{margin-bottom:var(--space-sm);display:flex;gap:var(--space-xs);flex-wrap:wrap}.author-hero .bio-box .bio-text{color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-sm)}.author-hero .social-links a{margin-right:var(--space-sm);font-weight:500}.latest-release{background:var(--color-bg-alt);border-radius:8px;padding:var(--space-xl) var(--space-lg);display:flex;gap:var(--space-xl);align-items:center;margin-bottom:var(--space-lg)}.latest-release .cover-wrap{width:28%;max-width:340px;min-width:220px;flex-shrink:0;border-radius:4px;overflow:hidden;aspect-ratio:2/3;background:var(--color-border);transform:rotate(-3deg);box-shadow:0 24px 56px #0000008c,0 10px 20px #0006;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease;position:relative;z-index:1}.latest-release:hover .cover-wrap{transform:rotate(0) translateY(-10px) scale(1.03);box-shadow:0 36px 72px #000000a6,0 14px 28px #00000073}.latest-release .cover-wrap img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.latest-release{flex-direction:column;text-align:center}.latest-release .cover-wrap{width:60%;max-width:240px}}.has-cover-bg{position:relative;overflow:hidden;isolation:isolate;border-radius:8px;padding:var(--space-lg)}.has-cover-bg:before{content:"";position:absolute;inset:-10%;background-image:var(--book-cover);background-size:cover;background-position:center;filter:blur(22px) brightness(.75) saturate(1.5);z-index:-2}.has-cover-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#00000059,#00000026);z-index:-1}[data-theme=warm-coral] .has-cover-bg:after{background:linear-gradient(135deg,#3c140f80,#e6745a59)}.has-cover-bg h3,.has-cover-bg .blurb,.has-cover-bg .cs-info h3,.has-cover-bg .cs-info .blurb{text-shadow:0 1px 12px rgba(0,0,0,.85),0 1px 2px rgba(0,0,0,.9)}.has-cover-bg h3,.has-cover-bg .blurb,.has-cover-bg .cs-info h3,.has-cover-bg .cs-info .blurb{color:#fff!important}.has-cover-bg .tag{background:#ffffff26;border-color:#fff9;color:#fff;backdrop-filter:blur(4px)}.latest-release .release-info h3{margin-bottom:var(--space-xs)}.latest-release .release-info .blurb{color:var(--color-text-muted);margin-bottom:var(--space-sm);line-height:1.8}.free-book-wrap{margin-bottom:var(--space-lg)}.free-book-box{background:var(--color-bg-alt);border:2px solid var(--color-accent);border-radius:8px;padding:var(--space-lg);display:flex;gap:var(--space-lg);align-items:center}.free-book-cover{width:180px;flex-shrink:0;border-radius:6px;overflow:hidden;aspect-ratio:1/1;background:var(--color-border)}.free-book-cover img{width:100%;height:100%;object-fit:cover}.free-book-info h3{margin-bottom:var(--space-xs)}.free-book-info .blurb{color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-md)}@media(max-width:768px){.free-book-box{flex-direction:column;align-items:center;text-align:center}}[data-theme=dark-whimsy] .free-book-box{background:#2a1832;border-color:#c9a84c}[data-theme=dark-whimsy] .free-book-info .blurb{color:#fff}[data-theme=dark-whimsy] .free-book-cover{background:#3d2548}[data-theme=midnight-blue] .free-book-box{background:#121f36;border-color:#5b9bd5}[data-theme=midnight-blue] .free-book-info .blurb{color:#c5d0e6}[data-theme=midnight-blue] .free-book-cover{background:#1e3050}[data-theme=dark-thriller] .free-book-box{background:#1a1a1a;border-color:#c43030}[data-theme=dark-thriller] .free-book-info .blurb{color:#b0b0b0}[data-theme=dark-thriller] .free-book-cover{background:#2a2a2a}.coming-soon-wrap{margin-bottom:var(--space-lg)}.coming-soon-box{background:var(--color-accent);color:#fff;border-radius:8px;padding:var(--space-lg);text-align:center}.coming-soon-columns{display:flex;gap:var(--space-lg);align-items:flex-start;text-align:left;margin-bottom:var(--space-md)}.coming-soon-box .cover-wrap{width:28%;max-width:340px;min-width:220px;flex-shrink:0;border-radius:4px;overflow:hidden;aspect-ratio:2/3;background:#ffffff26;transform:rotate(-3deg);box-shadow:0 24px 56px #0000008c,0 10px 20px #0006;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease;position:relative;z-index:1}.coming-soon-box:hover .cover-wrap{transform:rotate(0) translateY(-10px) scale(1.03);box-shadow:0 36px 72px #000000a6,0 14px 28px #00000073}.coming-soon-box .cover-wrap img{width:100%;height:100%;object-fit:cover}.coming-soon-box .cs-info{flex:1}.coming-soon-box .cs-info h3{color:#fff;margin-bottom:var(--space-sm);font-size:1.5rem}.coming-soon-box .cs-info .blurb{color:#fff;line-height:1.8;opacity:.95}.cs-release-date{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin-bottom:var(--space-sm);opacity:1}.has-cover-bg .cs-release-date{color:#fff!important;text-shadow:0 1px 12px rgba(0,0,0,.85),0 1px 2px rgba(0,0,0,.9)}.coming-soon-btn{background:#fff!important;color:var(--color-accent)!important;letter-spacing:.05em;padding:.85rem 2.5rem!important}.coming-soon-btn:hover{background:#f5f0e8!important;color:var(--color-accent)!important}.coming-soon-btn-disabled{display:inline-block;background:#ffffff1f!important;color:#fff!important;border:2px solid rgba(255,255,255,.5);border-radius:4px;padding:.7rem 2.4rem!important;font-family:var(--font-body);font-weight:600;font-size:.9375rem;letter-spacing:.05em;text-transform:uppercase;cursor:default;backdrop-filter:blur(4px)}@media(max-width:768px){.coming-soon-columns{flex-direction:column;align-items:center;text-align:center}}.legal-page{max-width:720px;margin:0 auto;padding:var(--space-xl) 0 var(--space-2xl)}.legal-page h1{margin-bottom:var(--space-xs)}.legal-page .last-updated{color:var(--color-text-muted);font-size:.875rem;margin-bottom:var(--space-lg)}.legal-page h2{font-size:1.25rem;margin-top:var(--space-lg);margin-bottom:var(--space-sm)}.legal-page h3{font-size:1.0625rem;margin-top:var(--space-sm);margin-bottom:var(--space-xs)}.legal-page p,.legal-page ul{margin-bottom:var(--space-sm);color:var(--color-text-muted)}.legal-page ul{padding-left:1.25rem}.legal-page li{margin-bottom:.35rem}.filter-bar{display:flex;flex-wrap:wrap;gap:var(--space-xs);justify-content:center;margin-bottom:var(--space-lg)}.empty-state{text-align:center;padding:var(--space-xl) var(--space-md);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:12px;margin-bottom:var(--space-lg)}.empty-state .empty-message{margin:0 0 var(--space-md);color:var(--color-text-muted);font-size:1.0625rem}.discover-links{display:flex;flex-wrap:wrap;gap:var(--space-sm)}.discover-links .btn{flex:0 1 auto}.sort-bar{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:var(--space-lg);font-size:.95rem;color:var(--color-text-muted)}.sort-bar label{font-weight:500}.sort-bar select{font-family:var(--font-body);font-size:.95rem;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:999px;padding:.4rem 2rem .4rem .9rem;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%236B6560' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;transition:border-color .15s ease}.sort-bar select:hover,.sort-bar select:focus{border-color:var(--color-accent);outline:none}.sort-bar .view-author-link{color:var(--color-accent);text-decoration:none;font-weight:500;margin-left:var(--space-md)}.sort-bar .view-author-link:hover{text-decoration:underline}.sort-bar .view-author-link[hidden]{display:none}[data-theme=dark-whimsy]{background:#1e1226;padding-bottom:1px}[data-theme=dark-whimsy] h1,[data-theme=dark-whimsy] h2,[data-theme=dark-whimsy] h3,[data-theme=dark-whimsy] h4{color:#f5ede0}[data-theme=dark-whimsy] p,[data-theme=dark-whimsy] .bio-text,[data-theme=dark-whimsy] .author-hero .bio-box .bio-text,[data-theme=dark-whimsy] .blurb,[data-theme=dark-whimsy] .author-name{color:#fff}[data-theme=dark-whimsy] a{color:#c9a84c}[data-theme=dark-whimsy] a:hover{color:#dfc06a}[data-theme=dark-whimsy] .section-title span{color:#c9a84c}[data-theme=dark-whimsy] .tag{background:transparent;border-color:#c9a84c;color:#c9a84c}[data-theme=dark-whimsy] button.tag:hover,[data-theme=dark-whimsy] a.tag:hover,[data-theme=dark-whimsy] .tag.active{background:#c9a84c;color:#1e1226}[data-theme=dark-whimsy] .card{background:#2a1832;border-color:#3d2548}[data-theme=dark-whimsy] .card:hover{box-shadow:0 4px 24px #0000004d}[data-theme=dark-whimsy] .book-card .cover-wrap{background:#2a1832}[data-theme=dark-whimsy] .book-card .info .genre-tag{border-color:#c9a84c;color:#c9a84c;background:transparent}[data-theme=dark-whimsy] .btn-primary{background:#c9a84c;color:#1e1226}[data-theme=dark-whimsy] .btn-primary:hover{background:#b08f3a;color:#1e1226}[data-theme=dark-whimsy] .btn-outline{border-color:#c9a84c;color:#c9a84c}[data-theme=dark-whimsy] .btn-outline:hover,[data-theme=dark-whimsy] .btn-dark{background:#c9a84c;color:#1e1226}[data-theme=dark-whimsy] .btn-dark:hover{background:#b08f3a;color:#1e1226}[data-theme=dark-whimsy] .latest-release{background:#2a1832;border:1px solid #3D2548}[data-theme=dark-whimsy] .latest-release .cover-wrap{background:#3d2548}[data-theme=dark-whimsy] .coming-soon-box{background:#c9a84c;color:#1e1226}[data-theme=dark-whimsy] .coming-soon-box .cs-info h3,[data-theme=dark-whimsy] .coming-soon-box .cs-info .blurb{color:#1e1226}[data-theme=dark-whimsy] .coming-soon-btn{background:#1e1226!important;color:#c9a84c!important}[data-theme=dark-whimsy] .coming-soon-btn:hover{background:#2a1832!important;color:#c9a84c!important}[data-theme=dark-whimsy] .newsletter{background:#2a1832}[data-theme=dark-whimsy] .newsletter p{color:#fff}[data-theme=dark-whimsy] .newsletter input[type=email],[data-theme=dark-whimsy] .newsletter input[type=text]{background:#1e1226;border-color:#3d2548;color:#f5ede0}[data-theme=dark-whimsy] .newsletter input::placeholder{color:#8b7090}[data-theme=dark-whimsy] .author-hero .photo{background:#2a1832;border:2px solid #3D2548}[data-theme=dark-whimsy] .social-links a{color:#c9a84c}[data-theme=dark-whimsy] .social-links a:hover{color:#dfc06a}[data-theme=midnight-blue]{background:#0b1529;padding-bottom:1px}[data-theme=midnight-blue] h1,[data-theme=midnight-blue] h2,[data-theme=midnight-blue] h3,[data-theme=midnight-blue] h4{color:#e8edf5}[data-theme=midnight-blue] p,[data-theme=midnight-blue] .bio-text,[data-theme=midnight-blue] .author-hero .bio-box .bio-text,[data-theme=midnight-blue] .blurb,[data-theme=midnight-blue] .author-name{color:#c5d0e6}[data-theme=midnight-blue] a{color:#5b9bd5}[data-theme=midnight-blue] a:hover{color:#7cb4e8}[data-theme=midnight-blue] .section-title span{color:#5b9bd5}[data-theme=midnight-blue] .tag{background:transparent;border-color:#5b9bd5;color:#5b9bd5}[data-theme=midnight-blue] button.tag:hover,[data-theme=midnight-blue] a.tag:hover,[data-theme=midnight-blue] .tag.active{background:#5b9bd5;color:#0b1529}[data-theme=midnight-blue] .card{background:#121f36;border-color:#1e3050}[data-theme=midnight-blue] .card:hover{box-shadow:0 4px 24px #0006}[data-theme=midnight-blue] .book-card .cover-wrap{background:#121f36}[data-theme=midnight-blue] .book-card .info .genre-tag{border-color:#5b9bd5;color:#5b9bd5;background:transparent}[data-theme=midnight-blue] .btn-primary{background:#5b9bd5;color:#0b1529}[data-theme=midnight-blue] .btn-primary:hover{background:#4a87bf;color:#0b1529}[data-theme=midnight-blue] .btn-outline{border-color:#5b9bd5;color:#5b9bd5}[data-theme=midnight-blue] .btn-outline:hover,[data-theme=midnight-blue] .btn-dark{background:#5b9bd5;color:#0b1529}[data-theme=midnight-blue] .btn-dark:hover{background:#4a87bf;color:#0b1529}[data-theme=midnight-blue] .latest-release{background:#121f36;border:1px solid #1E3050}[data-theme=midnight-blue] .latest-release .cover-wrap{background:#1e3050}[data-theme=midnight-blue] .coming-soon-box{background:#5b9bd5;color:#0b1529}[data-theme=midnight-blue] .coming-soon-box .cs-info h3,[data-theme=midnight-blue] .coming-soon-box .cs-info .blurb{color:#0b1529}[data-theme=midnight-blue] .coming-soon-btn{background:#0b1529!important;color:#5b9bd5!important}[data-theme=midnight-blue] .coming-soon-btn:hover{background:#121f36!important;color:#5b9bd5!important}[data-theme=midnight-blue] .newsletter{background:#121f36}[data-theme=midnight-blue] .newsletter p{color:#c5d0e6}[data-theme=midnight-blue] .newsletter input[type=email],[data-theme=midnight-blue] .newsletter input[type=text]{background:#0b1529;border-color:#1e3050;color:#e8edf5}[data-theme=midnight-blue] .newsletter input::placeholder{color:#4a6080}[data-theme=midnight-blue] .author-hero .photo{background:#121f36;border:2px solid #1E3050}[data-theme=midnight-blue] .social-links a{color:#5b9bd5}[data-theme=midnight-blue] .social-links a:hover{color:#7cb4e8}[data-theme=dark-thriller]{background:#111;padding-bottom:1px;--color-text-muted: #B0B0B0}[data-theme=dark-thriller] h1,[data-theme=dark-thriller] h2,[data-theme=dark-thriller] h3,[data-theme=dark-thriller] h4{color:#e8e8e8}[data-theme=dark-thriller] p,[data-theme=dark-thriller] .bio-text,[data-theme=dark-thriller] .author-hero .bio-box .bio-text,[data-theme=dark-thriller] .blurb,[data-theme=dark-thriller] .author-name{color:#d0d0d0}[data-theme=dark-thriller] a{color:#c43030}[data-theme=dark-thriller] a:hover{color:#e04040}[data-theme=dark-thriller] .section-title span{color:#c43030}[data-theme=dark-thriller] .tag{background:transparent;border-color:#c43030;color:#c43030}[data-theme=dark-thriller] button.tag:hover,[data-theme=dark-thriller] a.tag:hover,[data-theme=dark-thriller] .tag.active{background:#c43030;color:#111}[data-theme=dark-thriller] .card{background:#1f1f1f;border-color:#2d1f1f;box-shadow:0 2px 12px #c430301f}[data-theme=dark-thriller] .card:hover{box-shadow:0 8px 32px #c430304d;transform:translateY(-4px)}[data-theme=dark-thriller] .book-card .cover-wrap{background:#1f1f1f}[data-theme=dark-thriller] .book-card .cover-wrap img,[data-theme=dark-thriller] .latest-release .cover-wrap img{box-shadow:0 0 24px #c4303033}[data-theme=dark-thriller] .book-card .info .genre-tag{border-color:#c43030;color:#c43030;background:transparent}[data-theme=dark-thriller] .btn-primary{background:#c43030;color:#fff}[data-theme=dark-thriller] .btn-primary:hover{background:#a82525;color:#fff}[data-theme=dark-thriller] .btn-outline{border-color:#c43030;color:#c43030}[data-theme=dark-thriller] .btn-outline:hover,[data-theme=dark-thriller] .btn-dark{background:#c43030;color:#fff}[data-theme=dark-thriller] .btn-dark:hover{background:#a82525;color:#fff}[data-theme=dark-thriller] .latest-release{background:#1a1a1a;border:1px solid #2A2A2A}[data-theme=dark-thriller] .latest-release .cover-wrap{background:#2a2a2a}[data-theme=dark-thriller] .coming-soon-box{background:#c43030;color:#fff}[data-theme=dark-thriller] .coming-soon-box .cs-info h3,[data-theme=dark-thriller] .coming-soon-box .cs-info .blurb{color:#fff}[data-theme=dark-thriller] .coming-soon-btn{background:#111!important;color:#c43030!important}[data-theme=dark-thriller] .coming-soon-btn:hover{background:#1a1a1a!important;color:#c43030!important}[data-theme=dark-thriller] .newsletter{background:#1a1a1a}[data-theme=dark-thriller] .newsletter p{color:#b0b0b0}[data-theme=dark-thriller] .newsletter input[type=email],[data-theme=dark-thriller] .newsletter input[type=text]{background:#111;border-color:#2a2a2a;color:#e8e8e8}[data-theme=dark-thriller] .newsletter input::placeholder{color:#555}[data-theme=dark-thriller] .author-hero .photo{background:#1a1a1a;border:2px solid #2A2A2A}[data-theme=dark-thriller] .social-links a{color:#c43030}[data-theme=dark-thriller] .social-links a:hover{color:#e04040}[data-theme=crimson-noir]{background:#120708;padding-bottom:1px;--color-text-muted: #B0B0B0}[data-theme=crimson-noir] h1,[data-theme=crimson-noir] h2,[data-theme=crimson-noir] h3,[data-theme=crimson-noir] h4{color:#e8e8e8}[data-theme=crimson-noir] p,[data-theme=crimson-noir] .bio-text,[data-theme=crimson-noir] .author-hero .bio-box .bio-text,[data-theme=crimson-noir] .blurb,[data-theme=crimson-noir] .author-name{color:#d0d0d0}[data-theme=crimson-noir] a{color:#9b2530}[data-theme=crimson-noir] a:hover{color:#b83040}[data-theme=crimson-noir] .section-title span{color:#9b2530}[data-theme=crimson-noir] .tag{background:transparent;border-color:#9b2530;color:#9b2530}[data-theme=crimson-noir] button.tag:hover,[data-theme=crimson-noir] a.tag:hover,[data-theme=crimson-noir] .tag.active{background:#9b2530;color:#120708}[data-theme=crimson-noir] .card{background:#1f0f12;border-color:#3a1a1f;box-shadow:0 2px 12px #9b253026}[data-theme=crimson-noir] .card:hover{box-shadow:0 8px 32px #9b253059;transform:translateY(-4px)}[data-theme=crimson-noir] .book-card .cover-wrap{background:#1f0f12}[data-theme=crimson-noir] .book-card .cover-wrap img,[data-theme=crimson-noir] .latest-release .cover-wrap img{box-shadow:0 0 24px #9b25304d}[data-theme=crimson-noir] .book-card .info .genre-tag{border-color:#9b2530;color:#9b2530;background:transparent}[data-theme=crimson-noir] .btn-primary,[data-theme=crimson-noir] .btn-dark{background:#9b2530;color:#fff}[data-theme=crimson-noir] .btn-primary:hover,[data-theme=crimson-noir] .btn-dark:hover{background:#5c1419;color:#fff}[data-theme=crimson-noir] .btn-outline{border-color:#9b2530;color:#9b2530}[data-theme=crimson-noir] .btn-outline:hover{background:#9b2530;color:#fff}[data-theme=crimson-noir] .latest-release{background:#1f0f12;border:1px solid #3A1A1F}[data-theme=crimson-noir] .latest-release .cover-wrap{background:#3a1a1f}[data-theme=crimson-noir] .coming-soon-box{background:#9b2530;color:#fff}[data-theme=crimson-noir] .coming-soon-box .cs-info h3,[data-theme=crimson-noir] .coming-soon-box .cs-info .blurb{color:#fff}[data-theme=crimson-noir] .coming-soon-btn{background:#120708!important;color:#9b2530!important}[data-theme=crimson-noir] .coming-soon-btn:hover{background:#1f0f12!important;color:#9b2530!important}[data-theme=crimson-noir] .newsletter{background:#1f0f12}[data-theme=crimson-noir] .newsletter p{color:#c5a8ad}[data-theme=crimson-noir] .newsletter input[type=email],[data-theme=crimson-noir] .newsletter input[type=text]{background:#120708;border-color:#3a1a1f;color:#f5e8e8}[data-theme=crimson-noir] .newsletter input::placeholder{color:#7a6062}[data-theme=crimson-noir] .author-hero .photo{background:#1f0f12;border:2px solid #3A1A1F}[data-theme=crimson-noir] .social-links a{color:#9b2530}[data-theme=crimson-noir] .social-links a:hover{color:#b83040}[data-theme=sage-cottage]{background:#ead9bd;padding-bottom:1px}[data-theme=sage-cottage] h1,[data-theme=sage-cottage] h2,[data-theme=sage-cottage] h3,[data-theme=sage-cottage] h4{color:#3d2818}[data-theme=sage-cottage] p,[data-theme=sage-cottage] .bio-text,[data-theme=sage-cottage] .author-hero .bio-box .bio-text,[data-theme=sage-cottage] .blurb,[data-theme=sage-cottage] .author-name{color:#5a4032}[data-theme=sage-cottage] a{color:#d2691e}[data-theme=sage-cottage] a:hover{color:#a0521a}[data-theme=sage-cottage] .section-title span{color:#d2691e}[data-theme=sage-cottage] .tag{background:transparent;border-color:#d2691e;color:#d2691e}[data-theme=sage-cottage] button.tag:hover,[data-theme=sage-cottage] a.tag:hover,[data-theme=sage-cottage] .tag.active{background:#d2691e;color:#ead9bd}[data-theme=sage-cottage] .card{background:#f7ebd4;border-color:#d6bd96;box-shadow:0 2px 12px #d2691e1f}[data-theme=sage-cottage] .card:hover{box-shadow:0 8px 32px #d2691e40;transform:translateY(-4px)}[data-theme=sage-cottage] .book-card .cover-wrap{background:#f7ebd4}[data-theme=sage-cottage] .book-card .cover-wrap img,[data-theme=sage-cottage] .latest-release .cover-wrap img{box-shadow:0 4px 20px #d2691e40}[data-theme=sage-cottage] .book-card .info .genre-tag{border-color:#d2691e;color:#d2691e;background:transparent}[data-theme=sage-cottage] .btn-primary,[data-theme=sage-cottage] .btn-dark{background:#d2691e;color:#f7ebd4}[data-theme=sage-cottage] .btn-primary:hover,[data-theme=sage-cottage] .btn-dark:hover{background:#a0521a;color:#f7ebd4}[data-theme=sage-cottage] .btn-outline{border-color:#d2691e;color:#d2691e}[data-theme=sage-cottage] .btn-outline:hover{background:#d2691e;color:#f7ebd4}[data-theme=sage-cottage] .latest-release{background:#f7ebd4;border:1px solid #D6BD96}[data-theme=sage-cottage] .latest-release .cover-wrap{background:#d6bd96}[data-theme=sage-cottage] .coming-soon-box{background:#d2691e;color:#f7ebd4}[data-theme=sage-cottage] .coming-soon-box .cs-info h3,[data-theme=sage-cottage] .coming-soon-box .cs-info .blurb{color:#f7ebd4}[data-theme=sage-cottage] .coming-soon-btn{background:#3d2818!important;color:#f7ebd4!important}[data-theme=sage-cottage] .coming-soon-btn:hover{background:#5a4032!important;color:#f7ebd4!important}[data-theme=sage-cottage] .newsletter{background:#f7ebd4}[data-theme=sage-cottage] .newsletter p{color:#5a4032}[data-theme=sage-cottage] .newsletter input[type=email],[data-theme=sage-cottage] .newsletter input[type=text]{background:#ead9bd;border-color:#d6bd96;color:#3d2818}[data-theme=sage-cottage] .newsletter input::placeholder{color:#8b6f58}[data-theme=sage-cottage] .author-hero .photo{background:#f7ebd4;border:2px solid #D6BD96}[data-theme=sage-cottage] .social-links a{color:#d2691e}[data-theme=sage-cottage] .social-links a:hover{color:#a0521a}[data-theme=warm-coral]{background:#fff4eb;padding-bottom:1px}[data-theme=warm-coral] h1,[data-theme=warm-coral] h2,[data-theme=warm-coral] h3,[data-theme=warm-coral] h4{color:#3c2820}[data-theme=warm-coral] p,[data-theme=warm-coral] .bio-text,[data-theme=warm-coral] .author-hero .bio-box .bio-text,[data-theme=warm-coral] .blurb,[data-theme=warm-coral] .author-name{color:#6b4a3a}[data-theme=warm-coral] a{color:#e6745a}[data-theme=warm-coral] a:hover{color:#d05f4a}[data-theme=warm-coral] .section-title span{color:#e6745a}[data-theme=warm-coral] .tag{background:transparent;border-color:#e6745a;color:#e6745a}[data-theme=warm-coral] button.tag:hover,[data-theme=warm-coral] a.tag:hover,[data-theme=warm-coral] .tag.active{background:#e6745a;color:#fff4eb}[data-theme=warm-coral] .card{background:#fffaf3;border-color:#f5d4b5;box-shadow:0 2px 12px #3c281e14}[data-theme=warm-coral] .card:hover{box-shadow:0 8px 32px #e6745a40;transform:translateY(-4px)}[data-theme=warm-coral] .book-card .cover-wrap{background:#fffaf3}[data-theme=warm-coral] .book-card .cover-wrap img,[data-theme=warm-coral] .latest-release .cover-wrap img{box-shadow:0 4px 20px #e6745a4d}[data-theme=warm-coral] .book-card .info .genre-tag{border-color:#e6745a;color:#e6745a;background:transparent}[data-theme=warm-coral] .btn-primary,[data-theme=warm-coral] .btn-dark{background:#e6745a;color:#fff4eb}[data-theme=warm-coral] .btn-primary:hover,[data-theme=warm-coral] .btn-dark:hover{background:#d05f4a;color:#fff4eb}[data-theme=warm-coral] .btn-outline{border-color:#e6745a;color:#e6745a}[data-theme=warm-coral] .btn-outline:hover{background:#e6745a;color:#fff4eb}[data-theme=warm-coral] .latest-release{background:#ffe8d6;border:1px solid #F5D4B5}[data-theme=warm-coral] .latest-release .cover-wrap{background:#f5d4b5}[data-theme=warm-coral] .coming-soon-box{background:#e6745a;color:#fff4eb}[data-theme=warm-coral] .coming-soon-box .cs-info h3,[data-theme=warm-coral] .coming-soon-box .cs-info .blurb{color:#fff4eb}[data-theme=warm-coral] .coming-soon-btn{background:#3c2820!important;color:#ffe8d6!important}[data-theme=warm-coral] .coming-soon-btn:hover{background:#6b4a3a!important;color:#ffe8d6!important}[data-theme=warm-coral] .newsletter{background:#ffe8d6}[data-theme=warm-coral] .newsletter p{color:#6b4a3a}[data-theme=warm-coral] .newsletter input[type=email],[data-theme=warm-coral] .newsletter input[type=text]{background:#fff4eb;border-color:#f5d4b5;color:#3c2820}[data-theme=warm-coral] .newsletter input::placeholder{color:#b89880}[data-theme=warm-coral] .author-hero .photo{background:#ffe8d6;border:2px solid #F5D4B5}[data-theme=warm-coral] .social-links a{color:#e6745a}[data-theme=warm-coral] .social-links a:hover{color:#d05f4a}.author-landing-header{background:#111;border-bottom:1px solid #222222}.al-header-inner{display:flex;align-items:center;padding:var(--space-sm) 0;gap:var(--space-md)}.al-home{color:#fff;display:flex;align-items:center;transition:opacity .2s}.al-home:hover{opacity:.7;color:#fff}.al-author-name{font-family:var(--font-heading);font-weight:700;font-size:1.25rem;color:#fff}.al-nav{margin-left:auto}.al-nav a{margin-left:var(--space-md);font-size:.9375rem;font-weight:500;color:#aaa;text-decoration:none}.al-nav a:hover{color:#fff}.al-hero{background:#111;padding:var(--space-xl) 0 var(--space-2xl);text-align:center}.al-book-showcase{background:inherit;padding:2.5rem 0;margin-bottom:0}.al-carousel-wrap{position:relative;max-width:1100px;margin:0 auto;padding:0 3.5rem}.al-carousel{display:flex;gap:1.25rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0}.al-carousel::-webkit-scrollbar{display:none}.al-carousel-item{flex:0 0 190px;scroll-snap-align:start;transition:transform .3s}.al-carousel-item:hover{transform:scale(1.03)}.al-carousel-item img{width:190px;height:285px;object-fit:cover;border-radius:2px;display:block;box-shadow:0 2px 12px #00000080}.al-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:auto;height:auto;border-radius:0;border:none;background:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:1rem .25rem;z-index:10;opacity:.9;transition:opacity .2s}.al-carousel-arrow:hover{opacity:1;background:none}.al-carousel-arrow svg{width:32px;height:32px}.al-carousel-arrow--left{left:0}.al-carousel-arrow--right{right:0}.al-btn-dark{background:#000;color:#fff!important;border:2px solid #ffffff;padding:.75rem 2.5rem;font-size:.875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;display:inline-block;transition:background .2s,color .2s}.al-btn-dark:hover{background:#fff;color:#000!important}.al-btn-full{width:100%;text-align:center}.al-optin{max-width:1100px;margin:0 auto;background:#000;border:2px solid #333333;border-radius:4px;padding:2rem 2.5rem;display:flex;align-items:center;gap:2.5rem}.al-optin-text{flex:1}.al-optin h2{color:#fff;font-size:1.25rem;margin-bottom:.25rem}.al-optin p{color:#bbb;font-size:.875rem;line-height:1.6;margin-bottom:0}.al-optin-form-wrap{flex:1}.al-optin-form{display:flex;gap:var(--space-xs)}.al-optin-form input[type=text],.al-optin-form input[type=email]{padding:.85rem 1rem;border:1px solid #444444;border-radius:4px;background:#1a1a1a;color:#fff;font-family:var(--font-body);font-size:.9375rem}.al-optin-form input::placeholder{color:#777}.al-optin-form input:focus{outline:2px solid #ffffff;outline-offset:-1px}.al-optin-privacy{color:#fff!important;font-size:.75rem!important;margin-bottom:0!important;margin-top:var(--space-xs);text-align:center}@media(max-width:768px){.al-optin{flex-direction:column;gap:1.25rem;padding:1.5rem;text-align:center}.al-optin-form{flex-direction:column}}.al-section{padding:var(--space-xl) 0}.al-section-light{background:var(--color-bg-alt)}.al-scroll-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:#000;border:2px solid #ffffff;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s;z-index:100;text-decoration:none}.al-scroll-top.visible{opacity:1;visibility:visible}.al-scroll-top:hover{background:#fff;color:#000}@media(max-width:768px){.al-carousel-wrap{padding:0 2.5rem}.al-carousel-item{flex:0 0 140px}.al-carousel-item img{width:140px;height:210px}.al-carousel{gap:.75rem}.al-carousel-arrow svg{width:24px;height:24px}.al-nav a{margin-left:var(--space-sm);font-size:.8125rem}.al-author-name{font-size:1rem}}@media(max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.hero{padding:var(--space-xl) 0}.newsletter form,.newsletter-banner form{flex-direction:column}.author-hero{flex-direction:column;align-items:center;text-align:center}.author-hero .bio-box .genre-list{justify-content:center}.latest-release{flex-direction:column;align-items:center;text-align:center}.footer-inner{flex-direction:column;text-align:center}.book-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media(max-width:480px){h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.125rem}.container{padding:0 1rem}.section,.al-section{padding:var(--space-lg) 0}.al-carousel-wrap{padding:0 2rem}.al-carousel-item{flex:0 0 120px}.al-carousel-item img{width:120px;height:180px}.al-carousel{gap:.5rem}.al-carousel-arrow svg{width:20px;height:20px}.al-header-inner{gap:.5rem}.al-nav a{margin-left:.5rem;font-size:.75rem}.al-author-name{font-size:.875rem}.al-optin{padding:1.25rem;gap:1rem}.al-optin-form{flex-direction:column}.book-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.book-card .info h4{font-size:1rem}.newsletter form,.newsletter-banner form{flex-direction:column}.newsletter-banner{padding:var(--space-lg) 0}.btn{padding:.65rem 1.25rem;font-size:.8125rem}.author-hero .photo{width:120px;height:120px}.al-scroll-top{bottom:1rem;right:1rem;width:40px;height:40px}.site-header{padding:var(--space-sm) 0;flex-wrap:wrap;gap:.5rem}.site-header .logo{font-size:1.125rem}.site-header nav a{margin-left:.75rem;font-size:.8125rem}.hero{padding:var(--space-lg) 0}.hero .tagline{font-size:1rem}.hero .mission{font-size:.9375rem}.filter-bar .tag{font-size:.75rem;padding:.35rem .75rem}.author-grid{grid-template-columns:1fr}.author-card .avatar{width:60px;height:60px}.footer-inner{padding:1rem 0;gap:.5rem}.footer-links{gap:.75rem}.footer-links a{font-size:.8125rem}}
