:root{--bg:#fff;--fg:#1a1a1a;--muted:#5b6470;--brand:#5d1049;--brand-dark:#410231;--accent:#fc0fc0;--border:#e4e7ec;--surface:#f7f9fa;--radius:10px;--maxw:960px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--fg);background:var(--bg);line-height:1.6;font-size:16px}.container{max-width:var(--maxw);margin:0 auto;padding:0 16px}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.9rem;line-height:1.25;margin:.4em 0}h2{font-size:1.35rem;line-height:1.3;margin:1.4em 0 .5em}h3{font-size:1.1rem;margin:1em 0 .4em}.tldr{background:var(--surface);border-left:4px solid var(--brand);border-radius:var(--radius);padding:14px 18px;margin:16px 0;font-size:1.02rem}.last-updated{font-size:.85rem;margin:-6px 0 14px}.breadcrumb{font-size:.85rem;margin:12px 0}.breadcrumb,.breadcrumb a{color:var(--muted)}.breadcrumb span[aria-current]{color:var(--fg)}table.price{width:100%;border-collapse:collapse;margin:12px 0}table.price td,table.price th{text-align:left;padding:10px 12px;border-bottom:1px solid var(--border)}table.price th{background:var(--surface);font-weight:600}.price del.old{color:var(--muted);text-decoration:line-through;margin-right:6px}.price ins.new{text-decoration:none;font-weight:600}.stats{display:flex;gap:16px;flex-wrap:wrap;margin:14px 0}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;flex:1 1 140px}.stat .n{font-size:1.5rem;font-weight:700;color:var(--brand)}.stat .l{font-size:.85rem;color:var(--muted)}.faq details{border-bottom:1px solid var(--border);padding:10px 0}.faq summary{font-weight:600;cursor:pointer}.faq p{margin:8px 0 0;color:var(--muted)}.reviews{margin:14px 0}.review{border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;margin:10px 0}.review .meta{font-size:.82rem;color:var(--muted)}.nearby{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.nearby a{background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:6px 14px;font-size:.9rem}.cta{display:inline-block;background:var(--brand);color:#fff;padding:12px 24px;border-radius:var(--radius);font-weight:600;margin:12px 0}.cta:hover{background:var(--brand-dark);text-decoration:none}.trust{background:var(--surface);border-radius:var(--radius);padding:14px 18px;margin:18px 0;font-size:.95rem}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin:16px 0}.card{border:1px solid var(--border);border-radius:var(--radius);padding:16px}.card h3{margin-top:0}header.site{position:sticky;top:0;z-index:20;background:linear-gradient(90deg,var(--brand-dark),var(--brand));color:#fff}header.site .bar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;flex-wrap:wrap}header.site .brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.2rem;color:#fff;text-decoration:none}header.site .brand img{border-radius:8px;display:block}header.site .brand-text sup{font-size:.6em}header.site nav{display:flex;align-items:center;gap:4px;flex-wrap:wrap}header.site nav>.nav-dd>summary,header.site nav>a{color:#fff;padding:8px 12px;border-radius:999px;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;list-style:none}header.site nav>.nav-dd>summary:hover,header.site nav>a:hover{background:hsla(0,0%,100%,.16);text-decoration:none}header.site nav>.nav-dd>summary::-webkit-details-marker{display:none}header.site nav>.nav-dd>summary::marker{content:""}header.site nav>.nav-dd>summary:after{content:"▾";margin-left:6px;font-size:.7em}.nav-dd{position:relative}.nav-dd[open]>summary:after{content:"▴"}.nav-dd ul{position:absolute;top:calc(100% + 6px);left:0;z-index:30;min-width:180px;background:#fff;color:var(--fg);border-radius:var(--radius);box-shadow:0 8px 24px rgba(0,0,0,.18);list-style:none;margin:0;padding:6px}.nav-dd ul li a{display:block;padding:8px 12px;border-radius:6px;color:var(--fg)}.nav-dd ul li a:hover{background:var(--surface);color:var(--brand);text-decoration:none}footer.site{border-top:3px solid var(--accent);margin-top:40px;padding:28px 0 20px;color:var(--muted);font-size:.9rem}footer.site .footer-brand{margin-bottom:4px}footer.site .footer-brand strong{font-size:1.15rem;color:var(--fg)}footer.site .footer-brand sup{font-size:.6em}footer.site a:hover{color:var(--accent)}.muted{color:var(--muted)}.prose p{margin:.8em 0}.expert-quote{margin:18px 0;padding:14px 18px;background:var(--surface);border-left:4px solid var(--accent);border-radius:var(--radius)}.expert-quote blockquote{margin:0}.expert-quote figcaption{margin-top:6px;font-size:.85rem}.stat-highlight{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;margin:14px 0}.answer-block h2{margin-bottom:.3em}.scope-list{margin:.4em 0 .8em;padding-left:1.3em}.scope-list li{margin:4px 0}.footer-cols{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width:640px){.footer-cols{grid-template-columns:1.6fr 1fr 1fr}}.footer-cols h4{margin:0 0 8px;color:var(--fg);font-size:.95rem}.footer-cols ul{list-style:none;margin:0;padding:0}.footer-cols li{margin:4px 0}.footer-cols nav a{color:var(--muted)}