:root{--primary:#8b3a3a;--primary-dark:#6b2a2a;--primary-light:#a84d4d;--bg:#f5f1e8;--white:#fff;--text:#2d2d2d;--text-muted:#64748b;--border:#e5e7eb;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px}.section{padding:60px 0}.section-sm{padding:40px 0}.section-lg{padding:80px 0}@media (width<=768px){.section{padding:40px 0}.section-lg{padding:48px 0}}main>section{padding:48px 0}main>section:first-child{padding-top:0}main>section:last-child{padding-bottom:64px}@media (width<=768px){main>section{padding:32px 0}}:root{--primary:#8b3a3a;--primary-light:#a84d4d;--primary-dark:#6b2b2b;--bg:#f5f1e8;--text:#2d2d2d;--text-muted:#6b6b6b;--white:#fff;--border:#e5dfd3;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--font-sans:"Instrument Sans", system-ui, -apple-system, sans-serif;--spring:#8fa67a;--summer:#e8b84b;--autumn:#c67b4e;--winter:#7a9ba8;--max-w:1200px}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);flex-direction:column;min-height:100vh;line-height:1.6;display:flex}a{color:var(--primary);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-light)}img{max-width:100%;height:auto}.container{max-width:var(--max-w);margin:0 auto;padding:0 24px}.page-wrap{flex:1}.nav{background:var(--white);border-bottom:1px solid var(--border);z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.nav-inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{color:var(--primary);letter-spacing:1px;align-items:center;gap:12px;font-size:1.15rem;font-weight:700;text-decoration:none;display:flex}.nav-logo:hover{color:var(--primary)}.nav-logo-icon{background:var(--primary);width:36px;height:36px;color:var(--white);border-radius:var(--radius-sm);justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.nav-links{align-items:center;gap:4px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);border-radius:6px;padding:8px 16px;font-size:.88rem;font-weight:500;transition:background .2s,color .2s;display:block}.nav-links a:hover,.nav-links a.active{color:var(--primary);background:#8b3a3a0f}.nav-cta{background:var(--primary);border-radius:6px;font-weight:600;color:var(--white)!important;padding:8px 20px!important}.nav-cta:hover{background:var(--primary-light)!important}.footer{background:var(--text);color:#fffc;margin-top:auto;padding:48px 0 0}.footer-inner{max-width:var(--max-w);grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin:0 auto;padding:0 24px;display:grid}.footer-brand h3{color:var(--white);letter-spacing:1px;margin-bottom:12px;font-size:1.1rem;font-weight:700}.footer-brand p{opacity:.7;font-size:.85rem;line-height:1.7}.footer-col h4{text-transform:uppercase;letter-spacing:1px;color:var(--white);opacity:.6;margin-bottom:16px;font-size:.8rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul li a{color:#ffffffb3;font-size:.85rem;transition:color .2s}.footer-col ul li a:hover{color:var(--white)}.footer-bottom{text-align:center;opacity:.6;border-top:1px solid #ffffff1a;margin-top:40px;padding:20px 0;font-size:.8rem}.btn{cursor:pointer;font-size:.9rem;font-weight:600;font-family:var(--font-sans);border:none;border-radius:8px;align-items:center;gap:8px;padding:12px 28px;transition:all .2s;display:inline-flex}.btn-primary{background:var(--primary);color:var(--white)}.btn-primary:hover{background:var(--primary-light);color:var(--white)}.btn-outline{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn-outline:hover{background:#8b3a3a0f}.btn-white{background:var(--white);color:var(--primary)}.btn-white:hover{background:var(--bg)}.section-title{margin-bottom:8px;font-size:1.6rem;font-weight:700}.section-subtitle{color:var(--text-muted);margin-bottom:32px;font-size:1rem}.section-padding{padding:64px 0}.card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}@media (width<=768px){.nav-inner{height:56px}.nav-links{display:none}.footer-inner{grid-template-columns:1fr 1fr;gap:24px}.section-padding{padding:48px 0}.section-title{font-size:1.3rem}}@media (width<=480px){.footer-inner{grid-template-columns:1fr}}.breadcrumb{color:#64748b;background:#fff;border-bottom:1px solid #e5e7eb;padding:14px 0;font-size:.85rem}.nav-cart-btn{width:40px;height:40px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-left:8px;transition:background .2s,color .2s;display:flex;position:relative}.nav-cart-btn:hover{color:var(--primary);background:#8b3a3a0f}.cart-badge{background:var(--primary);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.65rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.cart-overlay{z-index:999;opacity:0;visibility:hidden;background:#00000073;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{z-index:1000;background:var(--white);flex-direction:column;width:340px;height:100dvh;transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #0000001a}.cart-sidebar.open{transform:translate(0)}.cart-sidebar-inner{flex-direction:column;height:100%;display:flex}.cart-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.cart-header h3{color:var(--text);font-size:1rem;font-weight:700}.cart-close{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:1.3rem;transition:background .2s,color .2s;display:flex}.cart-close:hover{color:var(--text);background:#0000000f}.cart-body{flex:1;padding:8px 16px;overflow-y:auto}.cart-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:12px;padding:12px 0;display:flex}.cart-item:last-child{border-bottom:none}.cart-item-thumb{background:#f3f4f6;border-radius:4px;flex-shrink:0;width:60px;height:80px;overflow:hidden}.cart-item-thumb img{object-fit:cover;width:100%;height:100%;display:block}.cart-item-name{color:var(--text);text-transform:uppercase;letter-spacing:.02em;margin-bottom:1px;font-size:.78rem;font-weight:700;line-height:1.3}.cart-item-meta{justify-content:space-between;align-items:center;gap:6px;display:flex}.cart-qty-stepper{border:1px solid var(--border);border-radius:4px;align-items:center;height:26px;display:inline-flex;overflow:hidden}.qty-btn{width:26px;height:26px;color:var(--text);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;transition:background .15s;display:flex}.qty-val{text-align:center;width:26px;color:var(--text);border-left:1px solid var(--border);border-right:1px solid var(--border);font-size:.78rem;font-weight:600;line-height:26px}.cart-item-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:0;padding:0;font-size:1rem;line-height:1;transition:background .15s,color .15s;display:flex}.cart-footer{border-top:1px solid var(--border);background:var(--white);flex-shrink:0;padding:16px 20px}.cart-total-row{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:.9rem;font-weight:600;display:flex}.cart-total-price{color:var(--primary);font-size:1.05rem;font-weight:700}.cart-checkout-btn{justify-content:center;width:100%;padding:12px;font-size:.92rem}@media (width<=768px){.nav-cart-btn{margin-left:4px}}@media (width<=480px){.cart-sidebar{width:90vw}}.breadcrumb .container{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.breadcrumb a{color:var(--text-muted);text-decoration:none}.breadcrumb span{color:var(--text-muted)}.breadcrumb .current{color:var(--text);font-weight:500}.post-section{padding:40px 0 56px}.post-grid{grid-template-columns:1fr 340px;align-items:start;gap:40px;display:grid}.post-featured{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 60%, var(--primary-light) 100%);justify-content:center;align-items:center;min-height:320px;margin-bottom:28px;display:flex;position:relative;overflow:hidden}.post-featured-icon{opacity:.15;font-size:6rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.post-featured-overlay{background:linear-gradient(#0000,#0009);padding:32px 28px 28px;position:absolute;bottom:0;left:0;right:0}.post-featured .cat-badge{color:var(--primary);background:#ffffffd9;border-radius:6px;margin-bottom:10px;padding:6px 16px;font-size:.72rem;font-weight:600;display:inline-block}.post-featured .post-title-overlay{color:var(--white);margin-bottom:10px;font-size:1.6rem;font-weight:700;line-height:1.35}.post-featured .post-meta-overlay{color:#ffffffbf;flex-wrap:wrap;align-items:center;gap:16px;font-size:.82rem;display:flex}.post-content{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:36px 40px 40px}.post-content p{color:var(--text);margin-bottom:20px;font-size:.95rem;line-height:1.85}.post-content h2{color:var(--text);margin:32px 0 14px;font-size:1.25rem;font-weight:700}.post-content h2:first-child{margin-top:0}.post-content blockquote{border-left:4px solid var(--primary);border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--text-muted);background:#8b3a3a0a;margin:24px 0;padding:20px 24px;font-size:.92rem;font-style:italic;line-height:1.7}.post-content .post-image-mock{background:linear-gradient(135deg, var(--bg), var(--border));border-radius:var(--radius-md);height:200px;color:var(--text-muted);opacity:.4;justify-content:center;align-items:center;margin:28px 0;font-size:2rem;display:flex}.post-content .post-caption{text-align:center;color:var(--text-muted);margin-top:-16px;margin-bottom:28px;font-size:.78rem}.post-error{text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:80px 20px}.post-error .error-icon{opacity:.5;margin-bottom:16px;font-size:4rem}.post-error h2{color:var(--text);margin-bottom:8px;font-size:1.5rem;font-weight:700}.post-error p{color:var(--text-muted);margin-bottom:24px;font-size:.95rem}.post-error .back-btn{background:var(--primary);color:var(--white);border-radius:8px;padding:10px 24px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.post-error .back-btn:hover{background:var(--primary-dark)}.post-share{border-top:1px solid var(--border);align-items:center;gap:12px;margin-top:8px;padding:24px 0;display:flex}.post-share-label{color:var(--text-muted);margin-right:4px;font-size:.85rem;font-weight:600}.share-btn{border:1px solid var(--border);background:var(--white);cursor:pointer;width:40px;height:40px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:inline-flex}.share-btn:hover{background:var(--primary);color:var(--white);border-color:var(--primary)}.share-btn.copy-trigger{gap:6px;width:auto;padding:0 16px;font-size:.85rem;font-weight:500}.share-btn.copy-trigger:hover{background:var(--primary);color:var(--white)}.author-card{background:var(--bg);border-radius:var(--radius-md);gap:20px;margin-top:8px;padding:24px;display:flex}.author-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-light));width:64px;height:64px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;font-weight:700;display:flex}.author-info h4{margin-bottom:4px;font-size:.95rem;font-weight:600}.author-info .author-role{color:var(--text-muted);margin-bottom:8px;font-size:.78rem}.author-info p{color:var(--text-muted);font-size:.84rem;line-height:1.6;margin-bottom:0!important}.related-section{padding:0 0 56px}.related-section .section-title{font-size:1.3rem}.related-grid{grid-template-columns:repeat(3,1fr);gap:20px;margin-top:24px;display:grid}.related-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;overflow:hidden}.related-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.related-card a{color:inherit;text-decoration:none;display:block}.related-card-img{background:linear-gradient(135deg, var(--bg), var(--border));opacity:1;justify-content:center;align-items:center;height:160px;font-size:2.5rem;display:flex}.related-card-body{padding:16px 20px 20px}.related-card-body .cat{text-transform:uppercase;letter-spacing:.8px;color:var(--primary);margin-bottom:6px;font-size:.68rem;font-weight:600}.related-card-body h3{margin-bottom:6px;font-size:.88rem;font-weight:600;line-height:1.4}.related-card-body p{color:var(--text-muted);font-size:.8rem;line-height:1.6}.related-card-body .date{color:var(--text-muted);margin-top:10px;font-size:.74rem}.cta-section{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);color:var(--white);text-align:center;border-radius:var(--radius-lg);margin-bottom:56px;padding:48px 0}.cta-section p{opacity:.8;margin-bottom:24px;font-size:.9rem}.cta-form{gap:8px;max-width:440px;margin:0 auto;display:flex}.cta-form input{font-family:var(--font-sans);border:none;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.88rem}.cta-form button{background:var(--white);color:var(--primary);cursor:pointer;font-size:.88rem;font-weight:700;font-family:var(--font-sans);border:none;border-radius:8px;padding:12px 24px;transition:background .2s}.cta-form button:hover{background:var(--bg)}.post-sidebar{position:sticky;top:88px}.sidebar-cat-list{list-style:none}.sidebar-cat-list li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;font-size:.84rem;display:flex}.sidebar-cat-list li:last-child{border-bottom:none}.sidebar-cat-list li a{color:var(--text);text-decoration:none}.sidebar-cat-list li a:hover{color:var(--primary)}.sidebar-cat-count{color:var(--text-muted);background:var(--bg);border-radius:12px;padding:2px 10px;font-size:.76rem}@media (width<=1024px){.post-grid{grid-template-columns:1fr 280px;gap:28px}.related-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.post-grid{grid-template-columns:1fr}.post-sidebar{position:static}.post-featured{min-height:220px}.post-featured .post-title-overlay{font-size:1.2rem}.post-content{padding:24px 20px 28px}.related-grid{grid-template-columns:1fr}.cta-form{flex-direction:column}.cta-section{padding:36px 20px}.author-card{text-align:center;flex-direction:column;align-items:center}}.policies-section{padding:56px 0}.policies-wrap{max-width:800px;margin:0 auto}.policy-item{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:24px;padding:36px 40px;transition:box-shadow .2s}.policy-item:hover{box-shadow:var(--shadow-md)}.policy-header{border-bottom:1px solid var(--border);align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;display:flex}.policy-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;display:flex}.policy-header h2{font-size:1.15rem;font-weight:700}.policy-body p{color:var(--text-muted);margin-bottom:12px;font-size:.9rem;line-height:1.7}.policy-body p:last-child{margin-bottom:0}.policy-body ul{margin:12px 0;list-style:none}.policy-body ul li{color:var(--text-muted);padding:6px 0 6px 24px;font-size:.88rem;line-height:1.6;position:relative}.policy-body ul li:before{content:"✓";color:var(--primary);font-weight:700;position:absolute;left:0}@media (width<=768px){.page-hero{padding:48px 0 40px}.page-hero h1{font-size:1.7rem}.policy-item{padding:24px 20px}}.cart-page{padding:48px 0}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:32px;display:grid}.cart-title{align-items:center;gap:10px;margin-bottom:24px;font-size:1.5rem;font-weight:700;display:flex}.cart-count{color:var(--text-muted);background:var(--bg);border-radius:12px;padding:2px 12px;font-size:.82rem;font-weight:500}.cart-items{flex-direction:column;gap:16px;display:flex}.cart-item{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:20px;padding:20px 24px;transition:box-shadow .2s;display:flex}.cart-item:hover{box-shadow:var(--shadow-sm)}.cart-item-image{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--primary), var(--primary-light));width:80px;height:80px;color:var(--white);flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.cart-item-info{flex:1;min-width:0}.cart-item-name{margin-bottom:2px;font-size:.95rem;font-weight:600}.cart-item-name a{color:var(--text)}.cart-item-name a:hover{color:var(--primary)}.cart-item-option{color:var(--text-muted);margin-bottom:0;font-size:.8rem}.cart-item-price{color:var(--primary);white-space:nowrap;font-size:.9rem;font-weight:600}.qty-stepper{border:1px solid var(--border);background:var(--white);border-radius:6px;align-items:center;display:inline-flex;overflow:hidden}.qty-btn{cursor:pointer;width:36px;height:36px;color:var(--text);font-size:1rem;font-family:var(--font-sans);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.qty-btn:hover{background:var(--bg)}.qty-btn:active{background:var(--border)}.qty-value{text-align:center;border:none;border-left:1px solid var(--border);border-right:1px solid var(--border);width:40px;font-size:.85rem;font-weight:600;font-family:var(--font-sans);color:var(--text);background:var(--white);padding:0 4px}.cart-item-subtotal{color:var(--text);white-space:nowrap;text-align:right;min-width:100px;font-size:.95rem;font-weight:700}.cart-item-remove{cursor:pointer;width:32px;height:32px;color:var(--text-muted);background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .15s;display:flex}.cart-item-remove:hover{color:#dc3c3c;background:#dc3c3c14}.cart-summary{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);padding:28px;position:sticky;top:88px}.cart-summary-title{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px;font-size:1.05rem;font-weight:700}.summary-row{justify-content:space-between;align-items:center;padding:8px 0;font-size:.88rem;display:flex}.summary-row .label{color:var(--text-muted)}.summary-row .value{font-weight:500}.summary-row.free .value{color:var(--spring);font-weight:600}.summary-divider{border:none;border-top:1px solid var(--border);margin:12px 0}.summary-total{justify-content:space-between;align-items:center;margin:16px 0 24px;display:flex}.summary-total .label{font-size:1rem;font-weight:600}.summary-total .value{color:var(--primary);font-size:1.3rem;font-weight:700}.checkout-btn{justify-content:center;width:100%;padding:14px 28px;font-size:1rem}.continue-link{text-align:center;color:var(--text-muted);margin-top:14px;font-size:.85rem;font-weight:500;display:block}.continue-link:hover{color:var(--primary)}.promo-code{border-top:1px solid var(--border);margin-top:16px;padding-top:16px}.promo-toggle{color:var(--primary);cursor:pointer;font-size:.82rem;font-weight:500;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:6px;display:inline-flex}.promo-toggle:hover{color:var(--primary-light)}.promo-form{gap:8px;margin-top:12px;display:none}.promo-form.active{display:flex}.promo-form input{border:1px solid var(--border);font-family:var(--font-sans);border-radius:6px;outline:none;flex:1;padding:10px 14px;font-size:.85rem;transition:border-color .2s}.promo-form input:focus{border-color:var(--primary)}.promo-form .btn{padding:10px 18px;font-size:.82rem}.empty-cart{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);text-align:center;padding:64px 32px}.empty-cart-icon{margin-bottom:16px;font-size:3rem}.empty-cart h3{margin-bottom:8px;font-size:1.2rem;font-weight:600}.empty-cart p{color:var(--text-muted);margin-bottom:24px;font-size:.88rem}@media (width<=900px){.cart-layout{grid-template-columns:1fr}.cart-summary{position:static}}@media (width<=600px){.cart-page{padding:24px 0}.cart-title{font-size:1.25rem}.cart-item{flex-wrap:wrap;gap:12px;padding:16px}.cart-item-image{width:60px;height:60px;font-size:1.2rem}.cart-item-info{flex:100%;order:-1}.cart-item-price{font-size:.82rem}.cart-item-subtotal{min-width:auto;font-size:.88rem}}.mv-section{padding:64px 0}.mv-grid{grid-template-columns:1fr 1fr;gap:32px;display:grid}.mv-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:40px}.mv-icon{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;font-size:1.5rem;display:flex}.mv-card h2{margin-bottom:12px;font-size:1.3rem;font-weight:700}.mv-card p{color:var(--text-muted);font-size:.92rem;line-height:1.7}.timeline-section{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:64px 0}.timeline{max-width:720px;margin:40px auto 0;padding-left:40px;position:relative}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:0;bottom:0;left:14px}.timeline-item{margin-bottom:36px;padding-left:20px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-dot{border:2px solid var(--primary);background:var(--white);z-index:1;border-radius:50%;width:14px;height:14px;position:absolute;top:4px;left:-32px}.timeline-item.active .timeline-dot{background:var(--primary);box-shadow:0 0 0 4px #8b3a3a26}.timeline-year{color:var(--primary);letter-spacing:1px;margin-bottom:4px;font-size:.85rem;font-weight:700}.timeline-title{margin-bottom:4px;font-size:1rem;font-weight:600}.timeline-desc{color:var(--text-muted);font-size:.85rem;line-height:1.6}.team-section{padding:64px 0}.team-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-top:32px;display:grid}.team-card{background:var(--white);border-radius:var(--radius-md);text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:32px 20px;transition:transform .2s,box-shadow .2s}.team-card:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.team-avatar{border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 16px;font-size:2rem;display:flex}.team-name{margin-bottom:3px;font-size:1rem;font-weight:600}.team-role{color:var(--text-muted);font-size:.82rem}.stats-bar{background:var(--primary);color:var(--white);padding:48px 0}.stats-bar-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stats-bar-item{text-align:center;border-right:1px solid #ffffff26;padding:8px 16px}.stats-bar-item:last-child{border-right:none}.stats-bar-number{margin-bottom:4px;font-size:2.2rem;font-weight:700;line-height:1}.stats-bar-label{opacity:.75;font-size:.85rem;font-weight:500}.cta-section{text-align:center;padding:64px 0}.cta-section h2{margin-bottom:8px;font-size:1.5rem;font-weight:700}.cta-section p{color:var(--text-muted);margin-bottom:24px}@media (width<=768px){.page-hero{padding:56px 0 48px}.page-hero h1{font-size:1.9rem}.mv-grid{grid-template-columns:1fr}.team-grid,.stats-bar-grid{grid-template-columns:repeat(2,1fr)}.stats-bar-item:nth-child(2){border-right:none}.stats-bar-item:nth-child(3),.stats-bar-item:nth-child(4){border-top:1px solid #ffffff26}}@media (width<=480px){.team-grid{grid-template-columns:1fr}.stats-bar-grid{grid-template-columns:1fr 1fr}}.detail-hero{color:#fff;background:linear-gradient(#0000008c,#0000008c),url(https://picsum.photos/seed/bundle-/1200/500) 50%/cover no-repeat;padding:64px 0 56px;position:relative}.detail-hero-inner{align-items:flex-start;gap:48px;display:flex}.detail-hero-icon{flex-shrink:0;font-size:3.5rem;line-height:1}.detail-hero-info h1{margin-bottom:6px;font-size:2rem;font-weight:700}.detail-hero-theme{opacity:.75;margin-bottom:6px;font-size:.95rem;font-weight:500}.detail-hero-desc{opacity:.85;max-width:640px;margin-bottom:24px;font-size:.95rem;line-height:1.7}.detail-hero-stats{gap:24px;display:flex}.detail-hero-stat{text-align:center}.detail-hero-stat .num{font-size:1.6rem;font-weight:700}.detail-hero-stat .lbl{opacity:.7;font-size:.78rem}.detail-hero-price{margin-bottom:4px;font-size:1.8rem;font-weight:700}.detail-hero-price s{opacity:.5;margin-left:10px;font-size:1.1rem;font-weight:400}.detail-content{padding:48px 0}.detail-grid{grid-template-columns:1fr 320px;align-items:start;gap:40px;display:grid}.options-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);position:sticky;top:88px;overflow:hidden}.options-card-header{border-bottom:1px solid var(--border);align-items:center;gap:8px;padding:20px 24px 16px;font-size:.9rem;font-weight:600;display:flex}.option-item{border-bottom:1px solid var(--border);cursor:pointer;padding:16px 24px;transition:background .2s}.option-item:last-child{border-bottom:none}.option-item:hover{background:#8b3a3a08}.option-item.active{border-left:3px solid var(--primary);background:#8b3a3a0f}.option-name{margin-bottom:4px;font-size:.9rem;font-weight:600}.option-meta{color:var(--text-muted);justify-content:space-between;font-size:.82rem;display:flex}.stages{flex-direction:column;gap:20px;display:flex}.stage-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);overflow:hidden}.stage-header{border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:16px 24px;display:flex}.stage-number{width:32px;height:32px;color:var(--primary);background:#8b3a3a14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.stage-name{font-size:.95rem;font-weight:600}.stage-books{padding:12px 24px 16px}.stage-book{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;font-size:.85rem;display:flex}.stage-book:last-child{border-bottom:none}.stage-book-title{font-weight:500}.stage-book-price{color:var(--text-muted);font-size:.8rem}.combo-features{grid-template-columns:repeat(2,1fr);gap:16px;margin-top:20px;display:grid}.combo-feature{text-align:center;background:#ffffff1a;border-radius:8px;padding:16px;font-size:.85rem;font-weight:500}.combo-feature-icon{margin-bottom:4px;font-size:1.3rem}@media (width<=768px){.detail-hero-inner{flex-direction:column;gap:20px}.detail-grid{grid-template-columns:1fr}.options-card{position:static}.detail-hero{padding:40px 0 32px}.detail-hero h1{font-size:1.5rem}.detail-hero-icon{font-size:2.5rem}.combo-features{grid-template-columns:1fr}}.hero{color:var(--white);background:linear-gradient(#0000008c,#0000008c),url(https://picsum.photos/seed/hero-reading/1600/600) 50%/cover no-repeat;padding:80px 0 72px;position:relative;overflow:hidden}.hero:before{content:"";background:#ffffff0a;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-20%}.hero:after{content:"";background:#ffffff08;border-radius:50%;width:400px;height:400px;position:absolute;bottom:-30%;left:-10%}.hero-content{z-index:1;max-width:680px;position:relative}.hero-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);letter-spacing:1px;background:#ffffff26;border:1px solid #fff3;border-radius:20px;margin-bottom:20px;padding:6px 16px;font-size:.78rem;font-weight:500;display:inline-block}.hero h1{margin-bottom:16px;font-size:2.8rem;font-weight:700;line-height:1.2}.hero p{opacity:.85;max-width:540px;margin-bottom:32px;font-size:1.1rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.stats{background:var(--white);border-bottom:1px solid var(--border)}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{text-align:center;border-right:1px solid var(--border);padding:40px 20px}.stat-item:last-child{border-right:none}.stat-number{color:var(--primary);margin-bottom:6px;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}.value-props{background:var(--white)}.value-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.value-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:32px;transition:transform .2s,box-shadow .2s}.value-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.value-icon{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--primary);background:#8b3a3a14;justify-content:center;align-items:center;margin-bottom:16px;font-size:1.3rem;display:flex}.value-card h3{margin-bottom:8px;font-size:1rem;font-weight:600}.value-card p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.seasonal{background:var(--bg)}.season-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.season-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .2s,box-shadow .2s;overflow:hidden}.season-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.season-card-link,.combo-card-link{color:inherit;text-decoration:none;display:block}.season-top{justify-content:center;align-items:center;height:100px;display:flex;position:relative}.season-icon{opacity:.9;font-size:2.2rem}.season-body{padding:24px 20px 20px}.season-name{margin-bottom:4px;font-size:1.05rem;font-weight:700}.season-theme{color:var(--text-muted);margin-bottom:12px;font-size:.78rem;font-weight:500}.season-desc{color:var(--text-muted);margin-bottom:16px;font-size:.82rem;line-height:1.5}.season-footer{justify-content:space-between;align-items:center;display:flex}.season-price{color:var(--primary);font-size:1rem;font-weight:700}.season-price s{color:var(--text-muted);margin-left:6px;font-size:.8rem;font-weight:400}.season-link{color:var(--primary);font-size:.8rem;font-weight:600}.combo-card{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--white);border-radius:var(--radius-md);grid-column:1/-1;justify-content:space-between;align-items:center;gap:24px;padding:36px 40px;display:flex}.combo-card h3{margin-bottom:6px;font-size:1.2rem;font-weight:700}.combo-card p{opacity:.85;font-size:.88rem}.combo-card .btn-white{flex-shrink:0}.combo-cards-wrap{flex-direction:column;gap:20px;display:flex}.community{background:var(--white)}.community-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.community-card{border:1px solid var(--border);border-radius:var(--radius-md);text-align:center;padding:32px;transition:transform .2s}.community-card:hover{transform:translateY(-2px)}.community-card .value-icon{margin:0 auto 16px}.newsletter{background:var(--primary);color:var(--white);text-align:center;padding:56px 0}.newsletter h2{margin-bottom:10px;font-size:1.5rem;font-weight:700}.newsletter p{opacity:.85;margin-bottom:24px;font-size:.95rem}.newsletter-form{gap:8px;max-width:440px;margin:0 auto;display:flex}.newsletter-form input{font-family:var(--font-sans);border:none;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.9rem}.newsletter-form .btn-primary{background:var(--white);color:var(--primary)}.newsletter-form .btn-primary:hover{background:var(--bg)}@media (width<=1024px){.season-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero{padding:56px 0 48px}.hero h1{font-size:2rem}.hero p{font-size:1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.value-grid{grid-template-columns:1fr}.season-grid{grid-template-columns:repeat(2,1fr)}.community-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.combo-card{text-align:center;flex-direction:column}}@media (width<=480px){.season-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}}.catalog-hero{color:var(--white);text-align:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/seed/hero-books/1600/600) 50%/cover no-repeat;padding:64px 0 48px}.catalog-hero h1{margin-bottom:12px;font-size:2.4rem;font-weight:700}.catalog-hero p{opacity:.75;max-width:560px;margin:0 auto;font-size:1rem;line-height:1.6}.bundle-grid{grid-template-columns:repeat(2,1fr);gap:28px;display:grid}.bundle-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.bundle-card:hover{box-shadow:var(--shadow-md)}.bundle-top{color:var(--white);padding:36px 40px;position:relative}.bundle-top-icon{margin-bottom:8px;font-size:1.5rem}.bundle-top h2{margin-bottom:4px;font-size:1.4rem;font-weight:700}.bundle-top .bundle-theme{opacity:.8;font-size:.85rem;font-weight:500}.bundle-body{flex:1;padding:28px 40px 32px}.bundle-desc{color:var(--text-muted);max-width:700px;margin-bottom:24px;font-size:.9rem;line-height:1.7}.bundle-options-title{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:14px;font-size:.75rem;font-weight:600}.option-pills{flex-wrap:wrap;gap:10px;margin-bottom:24px;display:flex}.option-pill{border:1px solid var(--border);cursor:default;border-radius:8px;align-items:center;gap:8px;padding:10px 18px;font-size:.85rem;font-weight:500;transition:all .2s;display:inline-flex}.option-pill:hover{border-color:var(--primary);background:#8b3a3a0a}.option-price{color:var(--primary);font-weight:600}.bundle-cta{align-items:center;gap:6px;font-size:.9rem;font-weight:600;display:inline-flex}.bundle-combo{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);color:var(--white);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:24px;padding:40px;display:flex}.bundle-combo h2{margin-bottom:8px;font-size:1.3rem;font-weight:700}.bundle-combo p{opacity:.85;font-size:.9rem;line-height:1.6}.bundle-combo .btn-white{flex-shrink:0}.bundle-combo .price-big{margin-top:12px;font-size:1.3rem;font-weight:700}@media (width<=768px){.catalog-hero{padding:48px 0 36px}.catalog-hero h1{font-size:1.8rem}.bundle-grid{grid-template-columns:1fr}.bundle-top{padding:28px 24px}.bundle-body{padding:20px 24px 24px}.bundle-combo{text-align:center;flex-direction:column;padding:28px 24px}}.page-hero{background:linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);color:var(--white);text-align:center;padding:64px 0 56px;position:relative;overflow:hidden}.page-hero:before{content:"";background:#ffffff0a;border-radius:50%;width:500px;height:500px;position:absolute;top:-40%;right:-15%}.page-hero:after{content:"";background:#ffffff08;border-radius:50%;width:350px;height:350px;position:absolute;bottom:-25%;left:-10%}.page-hero-content{z-index:1;position:relative}.page-hero h1{margin-bottom:10px;font-size:2.4rem;font-weight:700}.page-hero p{opacity:.85;max-width:560px;margin:0 auto;font-size:1rem}.contact-section{padding:56px 0}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:40px;display:grid}.contact-form-wrap{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);padding:36px}.contact-form-wrap h2{margin-bottom:4px;font-size:1.25rem;font-weight:700}.contact-form-wrap .form-desc{color:var(--text-muted);margin-bottom:24px;font-size:.85rem}.form-group label{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.form-group label .required{color:var(--primary);margin-left:2px}.form-group input,.form-group select,.form-group textarea{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font-sans);color:var(--text);background:var(--white);outline:none;padding:11px 14px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b3a3a1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%236B6B6B'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat}.form-submit{margin-top:8px}.form-submit .btn{justify-content:center;width:100%;padding:13px 28px;font-size:.95rem}.contact-info-wrap{flex-direction:column;gap:16px;display:flex}.info-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);align-items:flex-start;gap:16px;padding:24px 28px;transition:box-shadow .2s;display:flex}.info-card:hover{box-shadow:var(--shadow-md)}.info-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.info-text h3{margin-bottom:4px;font-size:.95rem;font-weight:600}.info-text p{color:var(--text-muted);font-size:.85rem;line-height:1.6}.map-placeholder{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);height:220px;color:var(--text-muted);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:.9rem;display:flex}.map-placeholder .map-icon{opacity:.4;font-size:2.5rem}.social-section{padding:0 0 56px}.social-wrap{text-align:center;max-width:800px;margin:0 auto}.social-wrap h2{margin-bottom:16px;font-size:1.15rem;font-weight:700}.social-links{justify-content:center;gap:16px;display:flex}.social-link{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--white);width:48px;height:48px;color:var(--text-muted);justify-content:center;align-items:center;font-size:1.3rem;text-decoration:none;transition:all .2s;display:flex}.social-link:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}@media (width<=768px){.page-hero{padding:48px 0 40px}.page-hero h1{font-size:1.7rem}.contact-grid{grid-template-columns:1fr;gap:24px}.form-row{grid-template-columns:1fr}.contact-form-wrap{padding:24px}}.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:14px 0;font-size:.85rem}.breadcrumb a{color:var(--text-muted)}.breadcrumb a:hover{color:var(--primary)}.breadcrumb span{color:var(--text);font-weight:500}.book-detail-hero{background:var(--white);border-bottom:1px solid var(--border);padding:48px 0}.book-detail-grid{grid-template-columns:280px 1fr;align-items:start;gap:48px;display:grid}.book-cover-large{aspect-ratio:3/4;background:linear-gradient(135deg, var(--bg), var(--border));border-radius:var(--radius-md);width:100%;color:var(--text-muted);opacity:1;box-shadow:var(--shadow-md);justify-content:center;align-items:center;font-size:4rem;display:flex}.book-info h1{margin-bottom:8px;font-size:1.8rem;font-weight:700;line-height:1.3}.book-info .author{color:var(--text-muted);margin-bottom:20px;font-size:1rem}.book-meta-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.book-meta-item{background:var(--bg);border-radius:8px;padding:12px 16px}.book-meta-item .label{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px;font-size:.72rem}.book-meta-item .value{font-size:.9rem;font-weight:600}.book-bundles{margin-bottom:24px}.book-bundles h3{align-items:center;gap:6px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.bundle-tag{background:#8b3a3a0f;border:1px solid #8b3a3a26;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:10px 16px;font-size:.84rem;transition:background .2s;display:inline-flex}.bundle-tag:hover{background:#8b3a3a1f}.bundle-tag .bundle-name{color:var(--text);font-weight:600}.bundle-tag .bundle-stage{color:var(--text-muted);font-size:.78rem}.bundle-link{color:var(--primary);white-space:nowrap;font-size:.8rem;font-weight:600;text-decoration:none}.bundle-link:hover{text-decoration:underline}.book-note{color:var(--text-muted);border-left:3px solid var(--primary);background:#8b3a3a0a;border-radius:6px;margin-top:4px;padding:10px 14px;font-size:.8rem;font-style:italic}.book-desc-section{padding:48px 0}.book-desc-section h2{margin-bottom:16px;font-size:1.1rem;font-weight:600}.book-desc-section p{color:var(--text-muted);max-width:720px;font-size:.92rem;line-height:1.8}.related-section{background:var(--white);border-top:1px solid var(--border);padding:48px 0}.related-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.related-card{background:var(--bg);border-radius:var(--radius-md);text-align:center;color:inherit;padding:20px;text-decoration:none;transition:transform .2s;display:block}.related-card:hover{transform:translateY(-2px)}.related-cover{background:var(--border);opacity:1;border-radius:6px;justify-content:center;align-items:center;width:80px;height:110px;margin:0 auto 12px;font-size:2rem;display:flex}.related-card h4{margin-bottom:4px;font-size:.82rem;font-weight:600}.related-card p{color:var(--text-muted);font-size:.75rem}.related-card .badge{color:var(--primary);background:#8b3a3a14;border-radius:4px;margin-top:6px;padding:3px 8px;font-size:.66rem;font-weight:600;display:inline-block}@media (width<=768px){.book-detail-grid{grid-template-columns:1fr;gap:24px}.book-cover-large{aspect-ratio:3/4;max-width:200px;margin:0 auto}.book-meta-grid{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:repeat(2,1fr)}.book-info h1{font-size:1.4rem}}@media (width<=480px){.related-grid{grid-template-columns:1fr 1fr}}.breadcrumb{background:var(--white);border-bottom:1px solid var(--border);padding:14px 0}.breadcrumb-inner{max-width:var(--max-w);color:var(--text-muted);margin:0 auto;padding:0 24px;font-size:.82rem}.breadcrumb-inner a{color:var(--text-muted);font-weight:500}.breadcrumb-inner a:hover{color:var(--primary)}.breadcrumb-inner span{opacity:.4;margin:0 8px}.breadcrumb-inner .current{color:var(--text);font-weight:500}.checkout-page{padding:48px 0}.checkout-title{align-items:center;gap:10px;margin-bottom:32px;font-size:1.5rem;font-weight:700;display:flex}.checkout-layout{grid-template-columns:1fr 400px;align-items:start;gap:40px;display:grid}.checkout-section{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);margin-bottom:20px;padding:28px}.checkout-section-title{border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:14px;font-size:1rem;font-weight:600;display:flex}.form-group{margin-bottom:18px}.form-group:last-child{margin-bottom:0}.form-label{color:var(--text);margin-bottom:6px;font-size:.85rem;font-weight:500;display:block}.form-label .required{color:#dc3c3c;margin-left:2px}.form-input{border:1.5px solid var(--border);width:100%;font-family:var(--font-sans);color:var(--text);background:var(--white);border-radius:8px;outline:none;padding:11px 14px;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8b3a3a1a}.form-input::placeholder{color:#aaa}.form-input.error{border-color:#dc3c3c;box-shadow:0 0 0 3px #dc3c3c14}.form-error{color:#dc3c3c;margin-top:4px;font-size:.78rem;display:none}.form-error.visible{display:block}textarea.form-input{resize:vertical;min-height:80px;line-height:1.5}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.payment-methods{flex-direction:column;gap:10px;display:flex}.payment-method{position:relative}.payment-method input[type=radio]{opacity:0;pointer-events:none;position:absolute}.payment-method label{border:1.5px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:14px 18px;font-size:.88rem;font-weight:500;transition:all .2s;display:flex}.payment-method input[type=radio]:checked+label{border-color:var(--primary);background:#8b3a3a0a;box-shadow:0 0 0 3px #8b3a3a14}.payment-method label:hover{border-color:var(--primary-light)}.payment-radio{border:2px solid var(--border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.payment-method input[type=radio]:checked+label .payment-radio{border-color:var(--primary)}.payment-radio:after{content:"";background:var(--primary);border-radius:50%;width:10px;height:10px;transition:transform .2s;transform:scale(0)}.payment-method input[type=radio]:checked+label .payment-radio:after{transform:scale(1)}.payment-icon{font-size:1.2rem}.bank-info{background:var(--bg);border:1px solid var(--border);border-radius:8px;margin-top:16px;padding:16px 18px;display:none}.bank-info.visible{display:block}.bank-info-title{color:var(--text);margin-bottom:10px;font-size:.82rem;font-weight:600}.bank-detail{justify-content:space-between;align-items:center;padding:6px 0;font-size:.82rem;display:flex}.bank-detail .key{color:var(--text-muted)}.bank-detail .value{color:var(--text);font-weight:500}.bank-note{color:var(--text-muted);margin-top:10px;font-size:.78rem;font-style:italic;line-height:1.5}.order-summary-card{background:var(--white);border-radius:var(--radius-md);border:1px solid var(--border);padding:28px;position:sticky;top:88px}.order-summary-title{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px;font-size:1.05rem;font-weight:700}.order-item{border-bottom:1px solid var(--border);gap:14px;padding:14px 0;display:flex}.order-item:last-of-type{border-bottom:none}.order-item-image{background:linear-gradient(135deg, var(--primary), var(--primary-light));width:52px;height:52px;color:var(--white);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.order-item-info{flex:1;min-width:0}.order-item-name{margin-bottom:2px;font-size:.85rem;font-weight:600}.order-item-option{color:var(--text-muted);font-size:.78rem}.order-item-qty{color:var(--text-muted);margin-top:2px;font-size:.78rem}.order-item-price{color:var(--primary);white-space:nowrap;text-align:right;font-size:.85rem;font-weight:600}.order-divider{border:none;border-top:1px solid var(--border);margin:12px 0}.order-total{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.order-total .label{font-size:.92rem;font-weight:600}.order-total .value{color:var(--primary);font-size:1.2rem;font-weight:700}.submit-row{border-top:1px solid var(--border);margin-top:20px;padding-top:20px}.submit-btn{justify-content:center;width:100%;padding:14px 28px;font-size:1rem}.submit-note{text-align:center;color:var(--text-muted);margin-top:10px;font-size:.78rem;line-height:1.5}@media (width<=900px){.checkout-layout{grid-template-columns:1fr}.order-summary-card{position:static}}@media (width<=600px){.checkout-page{padding:24px 0}.checkout-title{font-size:1.25rem}.checkout-section{padding:20px}.form-row{grid-template-columns:1fr}.checkout-layout{gap:24px}}.search-hero{color:var(--white);text-align:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/seed/hero-library/1600/600) 50%/cover no-repeat;padding:48px 0 36px}.search-hero h1{margin-bottom:6px;font-size:1.6rem;font-weight:700}.search-hero p{opacity:.75;margin-bottom:24px;font-size:.88rem}.search-hero-form{background:var(--white);border-radius:10px;max-width:520px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}.search-hero-form input{font-family:var(--font-sans);color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:14px 18px;font-size:.92rem}.search-hero-form button{background:var(--primary);color:var(--white);cursor:pointer;font-size:.88rem;font-weight:600;font-family:var(--font-sans);border:none;padding:14px 24px;transition:background .2s}.search-hero-form button:hover{background:var(--primary-light)}.search-section{padding:36px 0 56px}.search-grid{grid-template-columns:260px 1fr;align-items:start;gap:32px;display:grid}.filter-option input[type=checkbox]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.product-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.product-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.product-card-img{background:linear-gradient(135deg, var(--bg), var(--border));opacity:1;justify-content:center;align-items:center;height:270px;font-size:2.8rem;display:flex;position:relative;overflow:hidden}.product-card:hover .product-card-img{background:linear-gradient(135deg, var(--bg), var(--primary-light));opacity:1}.product-card-img .cat-badge{color:var(--text-muted);background:#ffffffd9;border-radius:4px;padding:4px 10px;font-size:.66rem;font-weight:600;position:absolute;top:10px;left:10px}.product-card-body{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.product-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:.84rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.product-card-author{color:var(--text-muted);padding-top:2px;font-size:.76rem}.product-card-bundle-info{color:var(--text-muted);border-top:1px solid var(--border);margin-top:6px;padding-top:6px;font-size:.72rem;line-height:1.5}.product-card-bundle-info a{color:var(--primary);font-weight:500;text-decoration:none}.product-card-bundle-info a:hover{text-decoration:underline}.product-card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.product-card-publisher{color:var(--text-muted);font-size:.7rem}.product-card-view-link{color:var(--primary);align-items:center;gap:4px;font-size:.76rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.product-card-view-link:hover{gap:8px;text-decoration:underline}.empty-state{text-align:center;background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);grid-column:1/-1;padding:60px 20px}.empty-state-icon{opacity:.5;margin-bottom:16px;font-size:3.5rem}.empty-state h3{margin-bottom:6px;font-size:1.15rem;font-weight:600}.empty-state p{color:var(--text-muted);margin-bottom:20px;font-size:.88rem}@media (width<=1024px){.search-grid{grid-template-columns:220px 1fr;gap:24px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.search-grid{grid-template-columns:1fr}.filter-sidebar{position:static}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.search-hero h1{font-size:1.3rem}.search-hero-form{border-radius:8px;flex-direction:column;margin:0 16px}.search-hero-form button{padding:12px}.results-header{flex-direction:column;align-items:stretch}.sort-wrapper{justify-content:space-between}}@media (width<=480px){.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card-img{height:210px}}.news-hero{color:var(--white);text-align:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/seed/hero-reading/1600/600) 50%/cover no-repeat;padding:56px 0 40px}.news-hero h1{margin-bottom:8px;font-size:2rem;font-weight:700}.news-hero p{opacity:.75;font-size:.95rem}.news-section{padding:48px 0}.news-grid{grid-template-columns:2fr 1fr;align-items:start;gap:40px;display:grid}.featured-article{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:32px;transition:box-shadow .2s;overflow:hidden}.featured-article:hover{box-shadow:var(--shadow-md)}.featured-article a{color:inherit;text-decoration:none;display:block}.featured-img{background:linear-gradient(135deg, var(--primary), var(--primary-light));opacity:1;justify-content:center;align-items:center;height:280px;font-size:4rem;display:flex;position:relative}.featured-img .cat-badge{color:var(--primary);background:#ffffffd9;border-radius:6px;padding:6px 14px;font-size:.72rem;font-weight:600;position:absolute;top:16px;left:16px}.featured-body{padding:28px 32px 32px}.featured-body .meta{color:var(--text-muted);margin-bottom:8px;font-size:.78rem}.featured-body h2{margin-bottom:10px;font-size:1.3rem;font-weight:700;line-height:1.4}.featured-body p{color:var(--text-muted);margin-bottom:16px;font-size:.9rem;line-height:1.7}.featured-body .read-more{font-size:.85rem;font-weight:600}.article-list{flex-direction:column;gap:20px;display:flex}.article-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);flex-direction:column;transition:box-shadow .2s;display:flex;overflow:hidden}.article-card:hover{box-shadow:var(--shadow-md)}.article-card a{color:inherit;flex-direction:column;flex:1;text-decoration:none;display:flex}.article-card-img{background:linear-gradient(135deg, var(--bg), var(--border));opacity:1;justify-content:center;align-items:center;height:140px;font-size:2.5rem;display:flex}.article-card-body{flex-direction:column;flex:1;padding:16px 20px 20px;display:flex}.article-card-body .cat{text-transform:uppercase;letter-spacing:.8px;color:var(--primary);margin-bottom:6px;font-size:.68rem;font-weight:600}.article-card-body h3{margin-bottom:6px;font-size:.9rem;font-weight:600;line-height:1.4}.article-card-body p{color:var(--text-muted);margin-bottom:auto;font-size:.8rem;line-height:1.6}.article-card-body .date{color:var(--text-muted);margin-top:10px;font-size:.75rem}.news-sidebar{position:sticky;top:88px}.sidebar-widget{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:20px;padding:24px}.sidebar-widget h3{border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:12px;font-size:.9rem;font-weight:600}.sidebar-post{border-bottom:1px solid var(--border);gap:12px;margin-bottom:14px;padding-bottom:14px;display:flex}.sidebar-post:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-post a{color:inherit;flex:1;gap:12px;text-decoration:none;display:flex}.sidebar-post-img{background:var(--bg);opacity:1;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;display:flex}.sidebar-post-info h4{margin-bottom:2px;font-size:.8rem;font-weight:600;line-height:1.4}.sidebar-post-info .date{color:var(--text-muted);font-size:.72rem}.sidebar-tags{flex-wrap:wrap;gap:6px;display:flex}.sidebar-tag{background:var(--bg);color:var(--text-muted);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:.78rem;transition:all .2s}.sidebar-tag:hover{background:var(--primary);color:var(--white)}.pagination{justify-content:center;gap:6px;margin-top:40px;display:flex}@media (width<=768px){.news-grid{grid-template-columns:1fr}.news-sidebar{position:static}.featured-img{height:200px}.featured-body{padding:20px 24px 24px}.news-hero h1{font-size:1.5rem}}.lib-hero{color:var(--white);text-align:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/seed/hero-books/1600/600) 50%/cover no-repeat;padding:48px 0 36px}.lib-hero h1{margin-bottom:6px;font-size:1.6rem;font-weight:700}.lib-hero p{opacity:.75;margin-bottom:0;font-size:.88rem}.lib-section{padding:36px 0 56px}.lib-grid{grid-template-columns:260px 1fr;align-items:start;gap:32px;display:grid}.filter-sidebar{position:sticky;top:88px}.filter-widget{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border);margin-bottom:16px;padding:22px 20px}.filter-widget h3{border-bottom:1px solid var(--border);align-items:center;gap:6px;margin-bottom:14px;padding-bottom:10px;font-size:.85rem;font-weight:600;display:flex}.filter-option{cursor:pointer;align-items:center;gap:10px;padding:7px 0;font-size:.84rem;transition:color .2s;display:flex}.filter-option:hover{color:var(--primary)}.filter-option input[type=checkbox],.filter-option input[type=radio]{width:16px;height:16px;accent-color:var(--primary);cursor:pointer}.filter-option label{cursor:pointer;flex:1}.filter-option .count{color:var(--text-muted);font-size:.75rem}.filter-btn{border:1.5px solid var(--primary);width:100%;color:var(--primary);cursor:pointer;font-size:.84rem;font-weight:600;font-family:var(--font-sans);background:0 0;border-radius:8px;padding:10px;transition:all .2s;display:block}.filter-btn:hover{background:var(--primary);color:var(--white)}.filter-clear{text-align:center;color:var(--text-muted);cursor:pointer;margin-top:8px;font-size:.78rem;display:block}.filter-clear:hover{color:var(--primary)}.price-range-row{align-items:center;gap:6px;margin-bottom:10px;display:flex}.price-range-row input{border:1px solid var(--border);font-size:.78rem;font-family:var(--font-sans);border-radius:6px;outline:none;flex:1;width:0;min-width:0;padding:7px 8px}.price-range-row input:focus{border-color:var(--primary)}.price-range-row span{color:var(--text-muted);font-size:.78rem}.price-apply-btn{border:1px solid var(--primary);background:var(--primary);width:100%;color:var(--white);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font-sans);border-radius:6px;padding:8px;transition:all .2s}.price-apply-btn:hover{opacity:.9}.bundle-info-widget{background:#8b3a3a0a;border:1px solid #8b3a3a1f}.bundle-info-widget h3{border-bottom-color:#8b3a3a1f}.bundle-info-item{color:var(--text);align-items:center;gap:8px;padding:6px 0;font-size:.82rem;display:flex}.bundle-info-item .bundle-icon{font-size:.9rem}.results-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:16px;display:flex}.result-count{color:var(--text-muted);font-size:.88rem}.result-count strong{color:var(--text)}.lib-search{background:var(--bg);border:1px solid var(--border);border-radius:8px;flex:1;align-items:center;gap:8px;max-width:400px;padding:0 14px;display:flex}.lib-search input{font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1;padding:10px 0;font-size:.88rem}.lib-search span{color:var(--text-muted);font-size:.9rem}.sort-wrapper{align-items:center;gap:8px;display:flex}.sort-wrapper label{color:var(--text-muted);font-size:.82rem}.sort-wrapper select{border:1px solid var(--border);font-family:var(--font-sans);background:var(--white);color:var(--text);cursor:pointer;border-radius:6px;outline:none;padding:8px 12px;font-size:.82rem}.book-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.book-card{background:var(--white);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);cursor:pointer;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.book-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.book-cover{background:linear-gradient(135deg, var(--bg), var(--border));opacity:1;justify-content:center;align-items:center;height:270px;font-size:2.8rem;display:flex;position:relative;overflow:hidden}.book-card:hover .book-cover{background:linear-gradient(135deg, var(--bg), var(--primary-light));opacity:1}.book-cover-cat{color:var(--text-muted);background:#ffffffd9;border-radius:4px;padding:4px 10px;font-size:.66rem;font-weight:600;position:absolute;top:10px;left:10px}.book-body{flex-direction:column;flex:1;padding:14px 16px 16px;display:flex}.book-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:.84rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.book-author{color:var(--text-muted);padding-top:2px;font-size:.76rem}.book-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:10px;padding-top:10px;display:flex}.book-publisher{color:var(--text-muted);font-size:.7rem}.book-view-link{color:var(--primary);align-items:center;gap:4px;font-size:.76rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.book-view-link:hover{gap:8px;text-decoration:underline}.pagination{justify-content:center;align-items:center;gap:6px;margin-top:36px;display:flex}.page-btn{border:1px solid var(--border);cursor:pointer;background:var(--white);min-width:38px;height:38px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-size:.84rem;font-weight:500;transition:all .2s;display:flex}.page-btn:hover,.page-btn.active{background:var(--primary);color:var(--white);border-color:var(--primary)}.page-btn.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.page-btn-dots{cursor:default;color:var(--text-muted);background:0 0;border:none}@media (width<=1024px){.lib-grid{grid-template-columns:220px 1fr;gap:24px}.book-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.lib-grid{grid-template-columns:1fr}.filter-sidebar{position:static}.book-grid{grid-template-columns:repeat(2,1fr);gap:12px}.lib-hero h1{font-size:1.3rem}.results-header{flex-direction:column;align-items:stretch}.sort-wrapper{justify-content:space-between}}@media (width<=480px){.book-grid{grid-template-columns:1fr 1fr;gap:10px}.book-cover{height:140px}}
