@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:#0b1220;--surface:#111827;--text:#e5e7eb;--muted:#94a3b8;--primary:#4cc7b6;--primary-soft:#0f172a;--accent:#f6c177;--accent-soft:#1f2937;--border:#1f2937}*{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}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-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)}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}.ranking-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.product-card{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}.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:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__footer{display:flex;justify-content:flex-end}.score-pill{display:inline-block;background:var(--primary-soft);color:var(--primary);padding:.35rem .75rem;border-radius:999px;font-weight:700;margin:.4rem 0}.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}.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:#1f2937}.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)}.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}.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)}@media (max-width:760px){.brand-logo{width:54px;height:54px;border-radius:12px}.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;min-height:auto}.product-card__details,.product-card__media{grid-column:1/-1}.mosaic{grid-template-columns:repeat(2,minmax(0,1fr))}.mosaic-card--lg,.mosaic-card--md{grid-column:span 2;grid-row:span 2}}