@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");:root{--bg:#f3f7f4;--surface:#fff;--text:#0f172a;--muted:#607085;--primary:#2d9c7a;--primary-soft:#d8f5e7;--accent:#fbd38d;--accent-soft:#fff6e5;--border:#e5e7eb}[data-theme=dark]{--bg:#030712;--surface:#0a0f1a;--text:#f1f5f9;--muted:#94a3b8;--primary:#5eead4;--primary-soft:#0d3d38;--accent:#fcd34d;--accent-soft:#1c1917;--border:#1e3a3a}*{box-sizing:border-box}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 20% 20%,#e3f2f6,transparent 35%),radial-gradient(circle at 80% 10%,#eaf8ef,transparent 30%),radial-gradient(circle at 50% 80%,#fff6e5,transparent 40%),var(--bg);color:var(--text);line-height:1.6}[data-theme=dark] body{background:radial-gradient(circle at 20% 20%,rgba(13,61,56,.3),transparent 35%),radial-gradient(circle at 80% 10%,rgba(13,61,56,.2),transparent 30%),radial-gradient(circle at 50% 80%,rgba(13,61,56,.25),transparent 40%),var(--bg)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.25rem}.site-footer,.site-header{background:linear-gradient(120deg,rgba(10,37,29,.88),rgba(6,31,26,.72)),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='160' viewBox='0 0 240 160'><rect width='240' height='160' fill='%230f2f26'/><circle cx='40' cy='34' r='22' fill='%2300c38a' opacity='0.25'/><circle cx='200' cy='120' r='28' fill='%231ee3cf' opacity='0.22'/><path d='M20 122h72l8-44H28z' fill='%2322c55e' opacity='0.22'/><circle cx='42' cy='132' r='8' fill='%23fde047' opacity='0.35'/><circle cx='78' cy='132' r='8' fill='%23fde047' opacity='0.35'/><rect x='120' y='20' width='80' height='60' rx='12' fill='%2306d6a0' opacity='0.18'/><path d='M136 28c10-12 26-12 36 0' stroke='%23fef3c7' stroke-width='3' opacity='0.4' fill='none'/><path d='M150 70l16 16 34-34' stroke='%23a7f3d0' stroke-width='5' opacity='0.35' fill='none'/></svg>");background-size:cover,240px 160px;background-position:50%,50%;background-repeat:no-repeat,repeat;color:#eef2ff;padding:1rem 0}.header-row{justify-content:space-between;gap:1rem}.header-actions,.header-row{display:flex;align-items:center}.header-actions{gap:.75rem}.header-actions select{background:#0b1220;color:#e2e8f0;border:1px solid #1f2937;border-radius:10px;padding:.45rem .75rem;font-weight:600}.icon-button{gap:.35rem;background:var(--accent-soft);color:#b7791f;border:1px solid #f6c177;border-radius:10px;padding:.5rem .75rem;font-weight:700;cursor:pointer}.brand,.icon-button{display:inline-flex;align-items:center}.brand{gap:.75rem;font-weight:800;letter-spacing:.04em;margin:0;font-size:1.1rem}.brand-logo{width:72px;height:72px;display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:14px;padding:.2rem;box-shadow:0 8px 18px rgba(0,0,0,.2)}.brand-logo img{width:100%;height:100%;object-fit:contain}.brand-info{display:flex;flex-direction:column}.brand-text{font-family:Pacifico,Brush Script MT,cursive;font-weight:400;font-size:1.45rem;letter-spacing:.02em;background:linear-gradient(120deg,#f97316,#facc15 45%,#22c55e);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 4px 12px rgba(15,23,42,.35);line-height:1.2}.brand-tagline{font-size:.7rem;font-style:italic;font-weight:300;letter-spacing:.05em;background:linear-gradient(90deg,#a5f3fc,#86efac);-webkit-background-clip:text;background-clip:text;color:transparent;margin-top:2px}main{padding:2rem 0 3rem}.list{display:flex;flex-direction:column;gap:1rem}.product-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.ranking-page{display:flex;flex-direction:column;gap:1.5rem}.back-button{display:inline-flex;align-items:center;gap:.25rem;color:var(--primary);font-size:.9rem;font-weight:500;padding:.4rem 0;transition:color .15s ease;width:-moz-fit-content;width:fit-content}.back-button:hover{color:var(--text)}.ranking-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-card{position:relative;background:linear-gradient(135deg,rgba(45,156,122,.05),rgba(255,246,229,.6));border:1px solid var(--border);border-radius:18px;padding:.85rem;box-shadow:0 10px 26px rgba(0,0,0,.06);display:grid;grid-template-columns:180px 1fr;grid-template-rows:auto 1fr auto;grid-gap:.6rem .9rem;gap:.6rem .9rem;min-height:300px;align-content:start}.product-card--featured{min-height:340px;grid-template-columns:210px 1fr;border:2px solid #f6c177;box-shadow:0 18px 36px hsla(35,88%,72%,.25);background:linear-gradient(135deg,rgba(45,156,122,.12),rgba(255,246,229,.8))}.product-card__top{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.product-card__title{display:flex;align-items:center;gap:.6rem;min-width:0}.product-card__title h3{margin:0;font-size:1.05rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card--featured .product-card__title h3{font-size:1.2rem;-webkit-line-clamp:3}.product-card__media{grid-column:1;grid-row:2;background:#fff;border-radius:14px;padding:.6rem;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center}.product-card__media img{width:100%;height:auto;max-height:170px;object-fit:contain}.product-card--featured .product-card__media img{max-height:200px}.product-card__details{grid-column:2;grid-row:2}.key-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.3rem;gap:.3rem;font-size:.9rem}.nested-features{list-style:disc;padding-left:1.2rem;margin-top:.3rem;display:grid;grid-gap:.2rem;gap:.2rem}.nested-features li{line-height:1.4;color:var(--text)}.product-card__desc{grid-column:1/-1;display:grid;grid-gap:.6rem;gap:.6rem}.product-card__desc p{margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer;transition:all .3s ease}.product-card__desc p.expanded{-webkit-line-clamp:unset;-webkit-box-orient:unset;display:block;overflow:visible}.product-card__desc .read-more{color:var(--primary);font-size:.85rem;cursor:pointer;margin-top:.25rem;font-weight:600}.product-card__desc .read-more:hover{text-decoration:underline}.product-card__footer{display:flex;justify-content:flex-end}.score-pill{display:inline-flex;flex-direction:column;align-items:center;gap:.25rem;background:var(--primary-soft);color:var(--primary);padding:.4rem .6rem;border-radius:12px;font-weight:700;margin:.4rem 0}.score-carts{position:relative;display:inline-block;overflow:hidden;border-radius:4px;padding:2px 6px}.score-carts__icons{display:flex;flex-direction:row;gap:1px;font-size:.7rem;line-height:1;white-space:nowrap;filter:sepia(1) saturate(5) hue-rotate(80deg) brightness(.9)}.score-carts__overlay{position:absolute;top:0;right:0;bottom:0;background:hsla(0,0%,50%,.7);mix-blend-mode:color;pointer-events:none;transition:width .3s ease}.score-text{font-size:1.6rem;font-weight:900;line-height:1;color:var(--primary);text-shadow:0 1px 2px rgba(0,0,0,.1)}.score-pill--large{background:hsla(0,0%,100%,.2);border-radius:10px;padding:.4rem .6rem;margin:0;flex-direction:row;gap:.5rem}.score-pill--large .score-text{color:#fff;font-size:1.1rem;text-shadow:none}.score-pill--large .score-carts{padding:0}.score-pill--large .score-carts__icons{font-size:.75rem;gap:2px}.product-card__meta{display:flex;gap:1rem;font-size:.9rem;margin-bottom:.5rem}.product-card__meta span{color:var(--text)}.product-card__description{margin:0 0 .75rem;font-size:.9rem;line-height:1.5;color:var(--text);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__pros-cons{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.product-card__cons,.product-card__pros{font-size:.85rem}.product-card__pros strong{color:#047857}.product-card__cons strong{color:#b91c1c}[data-theme=dark] .product-card__pros strong{color:#34d399}[data-theme=dark] .product-card__cons strong{color:#f87171}.product-card__cons ul,.product-card__pros ul{list-style:none;padding:0;margin:.25rem 0 0;display:flex;flex-direction:column;gap:.2rem}.product-card__cons li,.product-card__pros li{padding-left:1rem;position:relative;line-height:1.4}.product-card__pros li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700;font-size:.8rem}.product-card__cons li:before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:700;font-size:.8rem}.product-card__reviews{background:linear-gradient(135deg,var(--primary-soft) 0,var(--accent-soft) 100%);border-left:3px solid var(--primary);border-radius:8px;padding:.75rem 1rem;margin-top:.5rem}.product-card__reviews .reviews-label{font-weight:600;color:var(--primary);font-size:.85rem;display:block;margin-bottom:.4rem}.product-card__reviews p{margin:0;font-size:.9rem;line-height:1.5;color:var(--text);font-style:italic}.badge{display:inline-flex;padding:.35rem .65rem;background:var(--accent-soft);color:#b7791f;border-radius:10px;font-weight:700}.button.ghost{background:transparent;color:var(--primary);border:1px solid var(--primary)}.card{background:linear-gradient(135deg,rgba(45,156,122,.05),rgba(255,246,229,.6));border:1px solid var(--border);border-radius:16px;padding:1rem;box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column}[data-theme=dark] .card{background:linear-gradient(135deg,rgba(76,199,182,.08),rgba(31,41,55,.7));box-shadow:none}[data-theme=dark] .product-card{background:linear-gradient(135deg,#0a1f1d,#070f0e);border-color:var(--border)}[data-theme=dark] .product-card--featured{background:linear-gradient(135deg,#0d2a27,#0a1f1d);border-color:#b45309}[data-theme=dark] .product-card__media{background:#071514;border-color:var(--border)}[data-theme=dark] .product-card__reviews{background:linear-gradient(135deg,#0d3d38,#0a2f2b);border-left-color:#5eead4}[data-theme=dark] .featured-card{background:#0a1f1d;border-color:var(--border)}[data-theme=dark] .featured-card-media{background:#071514}[data-theme=dark] .category-nav-thumb{background:#071514;border-color:var(--border)}[data-theme=dark] .badge,[data-theme=dark] .rank-pill{background:#0d3d38;color:#fcd34d;border-color:#1e5550}[data-theme=dark] .hero{background:linear-gradient(135deg,#0a2725,#071a19);color:#f1f5f9;border-color:var(--border)}[data-theme=dark] .card{background:linear-gradient(135deg,#0a1f1d,#070f0e)}[data-theme=dark] .home-sidebar{background:#0a1f1d;border-color:var(--border)}[data-theme=dark] .about-cta{background:linear-gradient(135deg,#0a2725,#071a19);border-color:var(--border)}.card-row{flex-direction:row;gap:1rem;align-items:stretch}.card-media img{width:200px;height:200px;object-fit:cover;border-radius:14px;background:#f7fafc;border:1px solid #e2e8f0}[data-theme=dark] .card-media img{background:#0f172a;border-color:#1f2937}.card-body{display:flex;flex-direction:column;gap:.4rem;flex:1 1}.card h3{margin:0;font-size:1.1rem}.card-description{margin:.15rem 0;color:var(--text)}.card-features ul{list-style:none;padding:0;margin:.2rem 0;display:grid;grid-gap:.15rem;gap:.15rem}.small{font-size:.9rem}.card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;gap:.75rem}.price{font-weight:800;color:var(--primary)}.muted{color:var(--muted);font-size:.95rem}.section-title{margin:0 0 .35rem;font-size:1.6rem;line-height:1.2}.section-lead{margin:0 0 1rem;color:var(--muted)}.seo-text{background:#0f172a;color:#e2e8f0;padding:1rem;border-radius:14px;margin-top:2rem;border:1px solid #1f2937}[data-theme=dark] .seo-text{background:#111827;border-color:#1f2937}.button{display:inline-flex;align-items:center;gap:.35rem;background:linear-gradient(135deg,#2d9c7a,#4cc7b6);color:#ecfeff;padding:.65rem 1.1rem;border-radius:12px;font-weight:700;transition:transform .15s ease,box-shadow .15s ease;border:none}.button:hover{transform:translateY(-1px);box-shadow:0 10px 18px rgba(45,156,122,.25)}.button--amazon{flex-direction:column;background:linear-gradient(135deg,#1a5c4a,#2d9c7a);color:#fff;padding:.8rem 1.5rem;gap:.4rem}.button--amazon:hover{box-shadow:0 10px 18px rgba(45,156,122,.4)}.button--amazon .button__cta{font-size:1.2rem;font-weight:800;letter-spacing:.02em}.button--amazon .amazon-logo{height:14px;width:auto;opacity:.85}.rank-pill{background:var(--accent-soft);color:#b7791f;border-radius:12px;padding:.4rem .65rem;font-weight:800;height:-moz-fit-content;height:fit-content;border:1px solid #f6c177;align-self:flex-start}.bestseller-badge{position:absolute;left:-16px;top:50%;transform:translateY(-50%);height:75%;background:linear-gradient(180deg,#f59e0b,#d97706);color:#fff;font-size:1.05rem;font-weight:700;padding:.5rem;border-radius:6px;box-shadow:-2px 0 8px rgba(217,119,6,.4);z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1.15;text-align:center}.hero{padding:1.5rem;background:linear-gradient(135deg,#e0f7ff,#e8ffea);color:#0f172a;border-radius:18px;margin-bottom:1.5rem;border:1px solid #d2e6da;box-shadow:0 8px 24px rgba(0,0,0,.05)}.hero h1{margin:0 0 .35rem}.hero p{margin:0 0 .5rem}.category-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem}.category-item{background:var(--surface);padding:1rem;border-radius:12px;border:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;transition:box-shadow .15s ease,transform .15s ease}.category-item:hover{box-shadow:0 10px 18px rgba(0,0,0,.08);transform:translateY(-1px)}.category-item span{font-weight:600}.search-box{margin-top:1rem;display:flex}.search-box input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid var(--border);background:var(--surface);font-size:1rem}.mosaic{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-gap:1rem;gap:1rem}.mosaic-card{position:relative;overflow:hidden;border-radius:16px;border:1px solid var(--border);box-shadow:0 10px 25px rgba(0,0,0,.06);background:var(--surface);aspect-ratio:1/1;transition:transform .18s ease,box-shadow .18s ease}.mosaic-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(0,0,0,.12)}.mosaic-card:hover .mosaic-overlay{background:linear-gradient(180deg,rgba(0,0,0,.15) 20%,rgba(0,0,0,.7))}.mosaic-card--lg{grid-column:span 4;grid-row:span 4}.mosaic-card--md{grid-column:span 2;grid-row:span 2}.mosaic-media{width:100%;height:100%}.mosaic-media .placeholder,.mosaic-media img{width:100%;height:100%;object-fit:contain;display:block}.mosaic-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.55));color:#f8fafc;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;gap:.25rem}.mosaic-card h2{margin:0;font-size:1.15rem}.mosaic-card p{margin:0;color:#e2e8f0;font-size:.95rem}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.tag{background:var(--primary-soft);color:var(--primary);padding:.5rem .75rem;border-radius:10px;border:1px solid #c4e8d8;font-weight:600}.compare{width:100%;border-collapse:collapse;margin-top:1rem;border:1px solid var(--border);border-radius:12px;overflow:hidden}.compare td,.compare th{padding:.75rem;border-bottom:1px solid var(--border);text-align:left}.compare thead{background:var(--primary-soft)}.row-highlight{background:rgba(45,156,122,.08)}.hero-presentation{background:linear-gradient(135deg,#e0f7ff,#e8ffea);border-radius:16px;padding:1.5rem;border:1px solid #d2e6da;box-shadow:0 4px 16px rgba(0,0,0,.05)}.hero-header h1{font-size:1.5rem;margin:0 0 1rem;color:#0f172a;line-height:1.3}.hero-body{color:#334155;line-height:1.7}.hero-body p{margin:0 0 .75rem}.hero-body p:last-child{margin-bottom:0}.hero-image{float:right;margin:0 0 1rem 1.25rem;max-width:200px}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.1)}.hero-features{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap;clear:both}.hero-feature{display:flex;align-items:center;gap:.4rem;background:hsla(0,0%,100%,.8);padding:.5rem .85rem;border-radius:8px;font-weight:600;font-size:.9rem;color:#1e3a5f;border:1px solid rgba(45,156,122,.2)}.hero-feature-icon{font-size:1.1rem}[data-theme=dark] .hero-presentation{background:linear-gradient(135deg,#0a2725,#071a19);border-color:var(--border)}[data-theme=dark] .hero-header h1{color:#f1f5f9}[data-theme=dark] .hero-body{color:#d1d5db}[data-theme=dark] .hero-feature{background:#0d3d38;color:#e2e8f0;border-color:#1e5550}.featured-categories{margin-top:2rem}.featured-categories h2{font-size:1.5rem;color:var(--primary);margin-bottom:1rem;font-weight:700}.featured-card{display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,.08);transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;border:1px solid rgba(0,0,0,.06)}.featured-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.12)}.featured-card-image{aspect-ratio:1;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:.5rem}.featured-card-image img{max-width:100%;max-height:100%;object-fit:contain}.featured-card-content{padding:.5rem;text-align:center}.featured-card-content h3{font-size:.8rem;font-weight:600;color:#1e3a5f;margin:0;line-height:1.2}[data-theme=dark] .featured-categories h2{color:var(--accent)}[data-theme=dark] .featured-card{background:#0d3d38;border-color:#1e5550}[data-theme=dark] .featured-card-image{background:#071a19}[data-theme=dark] .featured-card-content h3{color:#e2e8f0}.header-search{display:flex;flex:1 1;max-width:400px;margin:0 1.5rem}.header-search input{flex:1 1;padding:.5rem 1rem;border:1px solid hsla(0,0%,100%,.2);border-radius:8px 0 0 8px;background:hsla(0,0%,100%,.1);color:#fff;font-size:.9rem}.header-search input::placeholder{color:hsla(0,0%,100%,.6)}.header-search input:focus{outline:none;background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.3)}.header-search button{padding:.5rem .75rem;background:var(--primary);border:none;border-radius:0 8px 8px 0;cursor:pointer;font-size:1rem}.header-search button:hover{background:#3ab894}.home-layout{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.home-sidebar{background:var(--surface);border-radius:16px;padding:1.25rem;border:1px solid var(--border);box-shadow:0 4px 16px rgba(0,0,0,.04);position:-webkit-sticky;position:sticky;top:1rem;align-self:stretch}.home-sidebar h2{margin:0 0 1rem;font-size:1.1rem;color:var(--text)}.home-main{display:flex;flex-direction:column;gap:2rem}.home-main .hero-presentation{margin-bottom:0}.sidebar-header{margin-bottom:1rem}.sidebar-header h2{margin:0 0 .75rem;color:var(--text)}.search-box-mini{display:flex;margin-bottom:1rem}.search-box-mini input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border);background:var(--bg);font-size:.9rem}.search-box-mini input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(45,156,122,.1)}.category-nav{display:flex;flex-direction:column;gap:.5rem}.category-nav-item{display:flex;align-items:center;gap:.75rem;padding:.6rem;border-radius:10px;transition:background .15s ease,transform .15s ease}.category-nav-item:hover{background:var(--primary-soft);transform:translateX(3px)}.category-nav-item.active{background:var(--primary);color:#fff}.category-nav-item.active .category-nav-label{color:#fff;font-weight:600}.category-nav-item.active .category-nav-arrow{opacity:1;color:#fff}.category-nav-item.active:hover{transform:none}.category-nav-thumb{width:44px;height:44px;border-radius:8px;background:#f8fafc;border:1px solid var(--border);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.category-nav-thumb img{width:100%;height:100%;object-fit:contain}.placeholder-mini{width:24px;height:24px;background:var(--border);border-radius:4px}.category-nav-label{flex:1 1;font-weight:500;font-size:.95rem;color:var(--text)}.category-nav-arrow{color:var(--muted);font-size:.9rem;opacity:0;transition:opacity .15s ease}.category-nav-item:hover .category-nav-arrow{opacity:1}.category-nav.grouped{gap:.25rem}.category-group{margin-bottom:.5rem}.category-group-header{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem .75rem;background:var(--bg-secondary);border:none;border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:600;color:var(--text);transition:background .15s ease}.category-group-header:hover{background:var(--primary-soft)}.category-group-header.expanded{background:var(--primary-soft);border-bottom-left-radius:0;border-bottom-right-radius:0}.category-group-toggle{font-size:.65rem;color:var(--muted);width:12px}.category-group-name{flex:1 1;text-align:left}.category-group-count{background:var(--primary);color:#fff;padding:.1rem .5rem;border-radius:10px;font-size:.7rem;font-weight:500}.category-group-items{background:var(--bg-secondary);border-radius:0 0 8px 8px;padding:.25rem .5rem .5rem}.category-group-items .category-nav-item{padding:.5rem;margin-left:.5rem;border-radius:6px}.category-nav-info{display:flex;flex-direction:column;flex:1 1;min-width:0}.category-nav-label{font-size:.85rem}.category-breadcrumb,.category-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.category-breadcrumb{font-size:.7rem;color:var(--muted);margin-top:.1rem}.home-main{min-width:0}.comparisons-section h2,.featured-section h2{margin:0 0 .35rem;font-size:1.4rem}.section-subtitle{color:var(--muted);margin:0 0 1.25rem;font-size:.95rem}.featured-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.featured-card{background:var(--surface);border-radius:14px;border:1px solid var(--border);overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.05);transition:transform .18s ease,box-shadow .18s ease}.featured-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(0,0,0,.1)}.featured-card-media{height:180px;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:1rem}.featured-card-media img{max-width:100%;max-height:100%;object-fit:contain}.featured-card-body{padding:1rem}.featured-card-body h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text)}.featured-product-name{margin:0 0 .75rem;font-size:.85rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-cta{color:var(--primary);font-weight:600;font-size:.9rem}.featured-card:hover .featured-cta{text-decoration:underline}.comparisons-section{margin-top:2rem}.site-footer{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;padding:2.5rem 0 1.5rem;margin-top:3rem}.footer-main{text-align:center;padding-bottom:1.5rem}.footer-brand{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.footer-logo{font-size:1.5rem}.footer-brand-text{font-size:1.25rem;font-weight:700;background:linear-gradient(120deg,#4ade80,#22d3ee);-webkit-background-clip:text;background-clip:text;color:transparent}.footer-tagline{margin:0 0 1.25rem;color:#94a3b8;font-size:.95rem}.footer-nav{display:flex;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}.footer-nav a{color:#cbd5e1;padding:.25rem .5rem;border-radius:6px;transition:all .15s ease;font-size:.9rem}.footer-nav a:hover{color:#4ade80;background:rgba(74,222,128,.1)}.footer-sep{color:#475569}.footer-bottom{border-top:1px solid #334155;padding-top:1.25rem;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:#64748b}.footer-affiliate{font-size:.75rem;color:#475569;margin-top:.35rem}.legal-page{max-width:800px;padding:1rem 0 2rem}.legal-page h1{margin:0 0 1.5rem;font-size:1.8rem;color:var(--text)}.legal-section{margin-bottom:2rem}.legal-section h2{margin:0 0 .75rem;font-size:1.2rem;color:var(--primary)}.legal-section p{margin:0 0 .75rem;line-height:1.7;color:var(--text)}.legal-highlight{background:var(--primary-soft);border-left:4px solid var(--primary);padding:1rem 1.25rem;border-radius:0 8px 8px 0;margin:1rem 0}.legal-update{margin-top:2rem;font-size:.85rem;color:var(--muted);font-style:italic}.about-page{max-width:900px;padding:1rem 0 2rem}.about-hero{text-align:center;margin-bottom:2.5rem}.about-hero h1{margin:0 0 .5rem;font-size:2rem;color:var(--text)}.about-tagline{font-size:1.1rem;color:var(--muted);margin:0}.about-section{margin-bottom:2rem}.about-section h2{margin:0 0 1rem;font-size:1.3rem;color:var(--primary);border-bottom:2px solid var(--primary-soft);padding-bottom:.5rem}.about-section p{margin:0 0 1rem;line-height:1.7;color:var(--text)}.about-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.about-feature{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-align:center}.about-feature-icon{font-size:2.5rem;margin-bottom:.75rem;display:block}.about-feature h3{margin:0 0 .5rem;font-size:1.1rem;color:var(--text)}.about-feature p{margin:0;font-size:.9rem;color:var(--muted)}.about-cta{text-align:center;background:linear-gradient(135deg,#e0f7ff,#e8ffea);border-radius:16px;padding:2rem;border:1px solid #d2e6da}.about-cta h2{border:none;padding:0}@media (max-width:960px){.home-layout{grid-template-columns:1fr}.home-sidebar{position:static;align-self:auto}.category-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:.5rem;gap:.5rem}.footer-nav{gap:.25rem}.header-search{display:none}}@media (max-width:760px){.brand-logo{width:54px;height:54px;border-radius:12px}.brand-tagline{display:none}.brand-text{font-size:1.2rem}.card-row{flex-direction:column}.card-media img{width:100%;height:auto}.card-footer{flex-direction:column;align-items:flex-start}.ranking-grid{grid-template-columns:1fr}.product-card--featured{grid-column:auto}.product-card{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;min-height:auto}.product-card__details,.product-card__media{grid-column:1/-1;grid-row:auto}.product-card__desc{grid-row:auto}.mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}.mosaic-card--lg,.mosaic-card--md{grid-column:span 2;grid-row:span 2}.hero-presentation{padding:1.25rem}.hero-header h1{font-size:1.25rem}.hero-image{float:none;max-width:100%;margin:0 0 1rem;text-align:center}.hero-image img{max-width:200px}.hero-features{justify-content:center}.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.category-nav{grid-template-columns:1fr 1fr}.category-nav-label{font-size:.85rem}}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.sidebar-header h2{margin:0;font-size:1.1rem}.category-total{font-size:.75rem;color:var(--muted);background:var(--bg);padding:.2rem .5rem;border-radius:4px}.tree-controls{margin:.75rem 0}.toggle-all-btn{width:100%;padding:.4rem .75rem;background:transparent;border:1px dashed var(--border);border-radius:6px;font-size:.75rem;color:var(--muted);cursor:pointer;transition:all .15s ease}.toggle-all-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.category-tree{display:flex;flex-direction:column;gap:.25rem}.tree-group{border-radius:6px;overflow:hidden}.tree-group-header{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .6rem;background:var(--bg);border:none;cursor:pointer;font-size:.8rem;font-weight:600;color:var(--text);transition:background .15s ease;border-radius:6px}.tree-group-header.expanded,.tree-group-header:hover{background:var(--primary-soft)}.tree-group-header.expanded{border-radius:6px 6px 0 0}.tree-toggle{font-size:.55rem;color:var(--muted);width:10px;flex-shrink:0}.tree-group-name{flex:1 1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-group-count{background:var(--primary);color:#fff;padding:.1rem .4rem;border-radius:8px;font-size:.65rem;font-weight:500;flex-shrink:0}.tree-items{list-style:none;margin:0;padding:.25rem 0 .5rem;background:rgba(45,156,122,.03);border-radius:0 0 6px 6px}.tree-items li{margin:0;padding:0}.tree-item{display:flex;align-items:center;justify-content:space-between;padding:.35rem .6rem .35rem 1.5rem;font-size:.8rem;color:var(--text);transition:all .12s ease;border-left:2px solid transparent}.tree-item:hover{background:var(--primary-soft);border-left-color:var(--primary);padding-left:calc(1.5rem + 3px)}.tree-item-name{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-item-arrow{font-size:.7rem;color:var(--muted);opacity:0;transition:opacity .15s ease}.tree-item:hover .tree-item-arrow{opacity:1;color:var(--primary)}[data-theme=dark] .tree-group-header{background:rgba(94,234,212,.05)}[data-theme=dark] .tree-group-header.expanded,[data-theme=dark] .tree-group-header:hover{background:rgba(94,234,212,.1)}[data-theme=dark] .tree-items{background:rgba(94,234,212,.02)}[data-theme=dark] .tree-item:hover{background:rgba(94,234,212,.08)}[data-theme=dark] .toggle-all-btn:hover{background:rgba(94,234,212,.1)}@media (max-width:960px){.category-tree{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:.5rem;gap:.5rem}.tree-group{border:1px solid var(--border)}}@media (max-width:760px){.category-tree{grid-template-columns:1fr}}.review-summary{margin:2rem 0;padding:1.5rem;background:linear-gradient(135deg,var(--primary-soft) 0,var(--accent-soft) 100%);border-radius:12px;border-left:4px solid var(--primary)}.review-summary h2{font-size:1.1rem;margin-bottom:1rem;color:var(--primary)}.review-summary blockquote{margin:0;padding:0;font-style:italic;color:var(--text);line-height:1.7}.review-summary blockquote p{margin:0}.product-page{max-width:900px;margin:0 auto}.product-card-detail{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.08);overflow:hidden}[data-theme=dark] .product-card-detail{background:#0a1f1d;box-shadow:0 4px 20px rgba(0,0,0,.3)}.product-header{background:linear-gradient(135deg,var(--primary) 0,#1a5c4a 100%);color:#fff;padding:1.25rem 1.5rem}.product-header__top{margin-bottom:.75rem}.product-header h1{margin:0;font-size:1.4rem;line-height:1.3}.product-header__bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.product-header__info{display:flex;align-items:center;gap:.5rem}.product-brand{font-weight:600;font-size:1rem}.product-separator{opacity:.5}.product-model{opacity:.85;font-size:.95rem}.product-header__score{flex-shrink:0}.product-body{display:grid;grid-template-columns:300px 1fr;grid-gap:1.5rem;gap:1.5rem;padding:1.5rem}@media (max-width:700px){.product-body{grid-template-columns:1fr}}.product-image{background:#f8fafc;border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--border)}[data-theme=dark] .product-image{background:#071514}.product-image img{max-width:100%;height:auto;object-fit:contain}.product-info{display:flex;flex-direction:column;gap:1rem}.product-description{margin:0;line-height:1.7;color:var(--text)}.product-specs h3{margin:0 0 .5rem;font-size:1rem;color:var(--primary)}.product-specs table{width:100%;border-collapse:collapse}.product-specs td,.product-specs th{padding:.5rem;text-align:left;border-bottom:1px solid var(--border);font-size:.9rem}.product-specs th{color:var(--muted);width:35%}.product-ideal-for h3{margin:0 0 .5rem;font-size:1rem;color:var(--primary)}.product-ideal-for ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.4rem}.product-ideal-for li{background:var(--primary-soft);color:var(--primary);padding:.35rem .75rem;border-radius:15px;font-size:.85rem;font-weight:500}[data-theme=dark] .product-ideal-for li{background:#0d3d38}.product-reviews{padding:1.25rem 1.5rem;background:linear-gradient(135deg,var(--primary-soft) 0,var(--accent-soft) 100%);border-top:1px solid var(--border)}.product-reviews h3{margin:0 0 .75rem;font-size:1rem;color:var(--primary)}.product-reviews blockquote{margin:0;font-style:italic;line-height:1.6;color:var(--text)}.product-pros-cons{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-top:1px solid var(--border)}@media (max-width:600px){.product-pros-cons{grid-template-columns:1fr}}.product-pros-cons .cons,.product-pros-cons .pros{padding:1.25rem 1.5rem}.product-pros-cons .pros{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-right:1px solid var(--border)}.product-pros-cons .cons{background:linear-gradient(135deg,#fef2f2,#fee2e2)}[data-theme=dark] .product-pros-cons .pros{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .product-pros-cons .cons{background:linear-gradient(135deg,#450a0a,#7f1d1d)}@media (max-width:600px){.product-pros-cons .pros{border-right:none;border-bottom:1px solid var(--border)}}.product-pros-cons h4{margin:0 0 .75rem;font-size:.95rem}.product-pros-cons .pros h4{color:#047857}.product-pros-cons .cons h4{color:#b91c1c}[data-theme=dark] .product-pros-cons .pros h4{color:#34d399}[data-theme=dark] .product-pros-cons .cons h4{color:#f87171}.product-pros-cons ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.product-pros-cons li{font-size:.9rem;line-height:1.5;padding-left:1.25rem;position:relative}.product-pros-cons .pros li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.product-pros-cons .cons li:before{content:"✗";position:absolute;left:0;color:#ef4444;font-weight:700}.product-verdict{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-top:1px solid var(--border)}[data-theme=dark] .product-verdict{background:linear-gradient(135deg,#451a03,#78350f)}.product-verdict h3{margin:0 0 .5rem;font-size:1rem;color:#92400e}[data-theme=dark] .product-verdict h3{color:#fcd34d}.product-verdict p{margin:0;line-height:1.6;color:#78350f;font-weight:500}[data-theme=dark] .product-verdict p{color:#fef3c7}.product-features{margin-top:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.5rem}.product-features summary{cursor:pointer;font-weight:600;color:var(--primary);padding:.5rem 0}.product-features summary:hover{text-decoration:underline}.product-features ul{list-style:disc;padding-left:1.5rem;margin:1rem 0 0}.product-features li{font-size:.85rem;line-height:1.6;margin-bottom:.5rem;color:var(--muted)}.category-tabs{display:flex;flex-direction:column;gap:1rem}.category-tabs__bar{display:flex;gap:0;border-bottom:2px solid var(--border)}.category-tabs__tab{padding:.75rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:1rem;font-weight:600;color:var(--muted);transition:color .15s ease,border-color .15s ease}.category-tabs__tab:hover{color:var(--text)}.category-tabs__tab--active{color:var(--primary);border-bottom-color:var(--primary)}.category-tabs__panel--hidden{display:none!important}.category-guide{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem 2rem}.category-guide h2{margin:0 0 .5rem;font-size:1.25rem;color:var(--primary)}.category-guide__lead{margin:0 0 1.25rem;color:var(--muted);font-size:.95rem;line-height:1.6}.category-guide__body p{margin:0 0 1rem;line-height:1.8;font-size:.95rem;color:var(--text)}.category-guide__body p:last-child{margin-bottom:0}[data-theme=dark] .category-guide{background:var(--surface);border-color:var(--border)}@media (max-width:760px){.category-guide{padding:1.25rem}}.category-comparison{display:flex;flex-direction:column;gap:1.5rem}.comparison-table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:14px;background:var(--surface)}.comparison-table{width:max-content;min-width:100%;border-collapse:collapse}.comparison-table thead{background:var(--primary-soft)}.comparison-table td,.comparison-table th{padding:.55rem .6rem;border-bottom:1px solid var(--border);vertical-align:top;font-size:.82rem;line-height:1.45}.comparison-table__label-col{position:-webkit-sticky;position:sticky;left:0;z-index:2;background:var(--surface);width:130px;min-width:110px;max-width:150px;font-weight:600;color:var(--text);vertical-align:middle}thead .comparison-table__label-col{background:var(--primary-soft)}.comparison-table__product-col{width:110px;min-width:100px;max-width:130px;text-align:center;padding:.5rem}.comparison-table__product-header{display:flex;flex-direction:column;align-items:center;gap:.2rem}.comparison-table__product-header img{width:56px;height:56px;object-fit:contain;border-radius:6px;background:#fff;border:1px solid var(--border);padding:3px}.comparison-table__product-brand{font-weight:700;font-size:.75rem;color:var(--text);line-height:1.2}.comparison-table__product-model{font-size:.7rem;color:var(--muted);line-height:1.2;word-break:break-word}.comparison-table__value{text-align:center;color:var(--text);font-size:.82rem;line-height:1.45;word-break:break-word;vertical-align:top}.comparison-table__pro{color:#047857;font-size:.78rem;text-align:left}.comparison-table__con{color:#b91c1c;font-size:.78rem;text-align:left}.comparison-table__amazon-btn{font-size:.75rem;padding:.4rem .5rem;gap:.2rem}.comparison-table__amazon-btn .button__cta{font-size:.78rem}.comparison-table__amazon-btn .amazon-logo{height:10px}.comparison-table tbody tr:nth-child(2n){background:rgba(45,156,122,.03)}.comparison-text{background:linear-gradient(135deg,var(--primary-soft) 0,var(--accent-soft) 100%);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:0 14px 14px 0;padding:1.5rem 2rem}.comparison-text h3{margin:0 0 1rem;font-size:1.2rem;color:var(--primary)}.comparison-text h4{margin:1.25rem 0 .4rem;font-size:1rem;color:var(--text)}.comparison-text p{margin:0 0 .75rem;line-height:1.75;color:var(--text);font-size:.95rem}.comparison-text em{font-style:italic;color:var(--muted)}.comparison-text__list{margin:.5rem 0 1rem;padding-left:1.25rem;display:flex;flex-direction:column;gap:.75rem}.comparison-text__list li{line-height:1.6;font-size:.93rem;color:var(--text)}.comparison-text__closing{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.85rem;color:var(--muted);font-style:italic}[data-theme=dark] .comparison-table-wrapper{background:var(--surface);border-color:var(--border)}[data-theme=dark] .comparison-table__label-col{background:var(--surface)}[data-theme=dark] thead .comparison-table__label-col{background:var(--primary-soft)}[data-theme=dark] .comparison-table__product-header img{background:#071514;border-color:var(--border)}[data-theme=dark] .comparison-table__pro{color:#34d399}[data-theme=dark] .comparison-table__con{color:#f87171}[data-theme=dark] .comparison-table tbody tr:nth-child(2n){background:rgba(94,234,212,.03)}[data-theme=dark] .comparison-text{background:linear-gradient(135deg,#0d3d38,#0a2f2b);border-color:var(--border);border-left-color:var(--primary)}@media (max-width:760px){.category-tabs__tab{padding:.6rem 1rem;font-size:.9rem}.comparison-table__label-col{width:100px;min-width:90px;font-size:.75rem}.comparison-table__product-col{width:90px;min-width:85px}.comparison-table__product-header img{width:40px;height:40px}.comparison-table__product-brand{font-size:.68rem}.comparison-table__product-model{font-size:.62rem}.comparison-text{padding:1rem 1.25rem}}