:root{--background:#f8fafc;--foreground:#1d2430;--card:#fff;--primary:#1c49b0;--secondary:#3b82f6;--accent:#10b981;--muted:#f1f5f9;--muted-foreground:#64748b;--border:#e2e8f0;--danger:#dc2626;--warning:#d97706;--radius:12px;--shadow:0 14px 30px rgba(15,23,42,.08);--mono:'JetBrains Mono',ui-monospace,monospace}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--background);color:var(--foreground);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:hover{color:var(--primary)}img{max-width:100%;height:auto}.container{width:min(1280px,100%);margin:0 auto;padding:0 1rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header-inner{height:64px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;align-items:center;gap:.55rem;font-weight:800;font-size:1.25rem}.brand img{border-radius:8px}.brand strong{color:var(--primary)}.desktop-nav{display:flex;align-items:center;gap:.25rem}.desktop-nav a,.mobile-nav a{padding:.55rem .75rem;border-radius:8px;color:var(--muted-foreground);font-size:.9rem;font-weight:600}.desktop-nav a:hover,.mobile-nav a:hover{background:var(--muted);color:var(--foreground)}.header-actions{display:flex;gap:.35rem}.icon-button{width:40px;height:40px;border:0;border-radius:8px;background:transparent;color:var(--muted-foreground);font-size:1.25rem;cursor:pointer}.icon-button:hover{background:var(--muted);color:var(--foreground)}.js-menu-toggle{display:none}.search-panel,.mobile-nav{border-top:1px solid var(--border);background:#fff}.search-panel .container{padding-top:.75rem;padding-bottom:.75rem}.mobile-nav .container{display:flex;flex-direction:column;padding-top:.75rem;padding-bottom:.75rem}.autocomplete{position:relative}.autocomplete input{width:100%;height:54px;border:0;border-radius:14px;padding:0 1rem 0 1rem;background:#fff;color:var(--foreground);box-shadow:var(--shadow);font-size:1rem}.search-panel .autocomplete input{height:44px;border:1px solid var(--border);box-shadow:none;background:var(--background)}.search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:70;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);overflow:hidden}.search-results a{display:block;padding:.8rem 1rem;border-bottom:1px solid var(--border)}.search-results a:last-child{border-bottom:0}.search-results strong{display:block;font-size:.92rem}.search-results span{display:block;color:var(--muted-foreground);font-size:.78rem}.hero{background:var(--primary);color:#fff}.hero-inner{text-align:center;padding:4.5rem 1rem 4rem}.hero h1{margin:0 0 1rem;font-size:clamp(2rem,5vw,4rem);line-height:1.08;letter-spacing:0}.hero h1 span{color:rgba(255,255,255,.76)}.hero p{max-width:760px;margin:0 auto 1.75rem;color:rgba(255,255,255,.76);font-size:1.1rem}.hero-search{max-width:720px;margin:0 auto}.quick-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.1rem}.quick-tags a{padding:.4rem .75rem;border-radius:999px;background:rgba(255,255,255,.1);color:#fff;font-size:.875rem}.quick-tags a:hover{background:rgba(255,255,255,.18);color:#fff}.trust-strip{background:#fff;border-bottom:1px solid var(--border)}.trust-strip .container{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;padding-top:1rem;padding-bottom:1rem;color:var(--muted-foreground);font-size:.9rem}.intro-section,.content-section,.latest-section{padding-top:3rem;padding-bottom:3rem}.answer-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.35rem;margin-bottom:1.75rem}.answer-box h2{margin-top:0;font-size:1.1rem}.answer-box p,.answer-box li{color:var(--muted-foreground)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.section-heading h2,.content-section h2,.faq h2{margin:0 0 .35rem;font-size:1.6rem}.section-heading p{margin:0;color:var(--muted-foreground)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:3.5rem}.category-card,.calc-card,.article-card{display:block;background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-card:hover,.calc-card:hover,.article-card:hover{transform:translateY(-3px);border-color:rgba(28,73,176,.35);box-shadow:var(--shadow);color:inherit}.icon-badge{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:10px;background:rgba(28,73,176,.1);color:var(--primary);font-weight:800;font-size:.82rem;margin-bottom:.9rem}.icon-badge.small{width:40px;height:40px;margin-bottom:.65rem}.category-card h3,.calc-card h3,.article-card h3{margin:.2rem 0 .35rem;font-size:1.02rem}.category-card p,.calc-card p,.article-card p{margin:0 0 .8rem;color:var(--muted-foreground);font-size:.9rem}.category-card>span:last-child,.rating,.article-card>span:last-child{font-size:.78rem;color:var(--muted-foreground)}.muted-band{background:var(--muted);padding:3.5rem 0}.popular-grid,.calc-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}.calc-card{position:relative;min-height:170px}.pill{display:inline-block;padding:.18rem .5rem;border-radius:999px;background:rgba(28,73,176,.1);color:var(--primary);font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.feature-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.feature-grid article{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.feature-grid h3{margin-top:0}.page{padding-top:2rem;padding-bottom:3rem}.narrow-page{max-width:860px}.breadcrumbs{display:flex;gap:.45rem;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;color:var(--muted-foreground);font-size:.84rem}.breadcrumbs a{color:var(--primary)}.page-heading{margin-bottom:2rem;max-width:860px}.page-heading h1{margin:.15rem 0 .5rem;font-size:clamp(1.8rem,4vw,2.75rem);line-height:1.14}.page-heading p{margin:0;color:var(--muted-foreground);font-size:1.04rem}.keyword-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.keyword-row span{padding:.25rem .55rem;border-radius:999px;background:var(--muted);color:var(--muted-foreground);font-size:.78rem}.calculator-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:1.25rem;align-items:start;margin-bottom:2rem}.tool-card,.result-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 18px rgba(15,23,42,.04)}.tool-card h2,.result-card h2{margin-top:0;font-size:1.2rem}.calc-form{display:grid;gap:1rem}.field{display:grid;gap:.35rem;color:var(--foreground);font-weight:600;font-size:.9rem}.field input,.field select{width:100%;height:48px;border:1px solid var(--border);border-radius:10px;background:#fff;padding:0 .9rem;font:inherit;color:var(--foreground)}.field select{cursor:pointer}.input-wrap{position:relative;display:block}.input-wrap input{padding-right:3rem}.unit{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:var(--muted-foreground);font-size:.9rem}.range-field strong{float:right;color:var(--primary);font-family:var(--mono);font-size:.85rem}.range-field input{accent-color:var(--primary);height:auto;padding:0}.segmented{border:0;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.5rem}.segmented legend{grid-column:1/-1;font-weight:700;font-size:.9rem;margin-bottom:.1rem}.segmented input{position:absolute;opacity:0;pointer-events:none}.segmented span{display:flex;align-items:center;justify-content:center;min-height:42px;border:1px solid var(--border);border-radius:10px;background:#fff;font-weight:700;font-size:.85rem;cursor:pointer;text-align:center;padding:.45rem}.segmented input:checked+span{background:var(--primary);border-color:var(--primary);color:#fff}.primary-result{background:rgba(28,73,176,.06);border-radius:12px;padding:1.1rem;margin-bottom:1rem}.primary-result span{display:block;color:var(--muted-foreground);font-size:.9rem}.primary-result strong{display:block;color:var(--primary);font-size:clamp(1.8rem,4vw,2.55rem);line-height:1.1;font-family:var(--mono)}.primary-result small{font-family:Inter,sans-serif;font-size:.95rem;color:var(--muted-foreground);font-weight:500;margin-left:.25rem}.result-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem}.result-grid.three{grid-template-columns:repeat(3,1fr)}.small-result{background:var(--muted);border-radius:10px;padding:.9rem}.small-result span{display:block;color:var(--muted-foreground);font-size:.78rem}.small-result strong{display:block;font-family:var(--mono);font-size:1.05rem}.result-rows{display:grid;gap:.2rem}.result-rows>div{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--border);font-size:.9rem}.result-rows strong{font-family:var(--mono)}.advice{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:10px;padding:.85rem;color:var(--foreground);font-size:.9rem}.formula-box{background:var(--muted);border-radius:12px;padding:1rem;margin:1rem 0}.formula-box code{display:block;margin-top:.4rem;font-family:var(--mono);white-space:normal}.donut{width:148px;height:148px;margin:1rem auto;border-radius:50%;background:conic-gradient(var(--primary) 0 75%,var(--secondary) 75% 100%);position:relative}.donut:after{content:"";position:absolute;inset:34px;border-radius:50%;background:#fff}.legend{display:flex;justify-content:center;gap:1rem;color:var(--muted-foreground);font-size:.82rem}.scale{position:relative;height:14px;border-radius:999px;background:linear-gradient(90deg,#ef4444,#f59e0b,#22c55e,#f59e0b,#ef4444);margin:1rem 0}.scale span{position:absolute;top:-4px;width:22px;height:22px;border-radius:50%;background:var(--foreground);border:3px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.18)}.mini-title{font-size:.9rem;margin:1rem 0 .5rem}.data-table{width:100%;border-collapse:collapse;font-size:.82rem;margin-top:.75rem}.data-table th,.data-table td{border:1px solid var(--border);padding:.45rem;text-align:left}.data-table th{background:var(--muted);color:var(--foreground)}.good{color:var(--accent)!important}.bad{color:var(--danger)!important}.ad-slot{border:1px dashed var(--border);background:var(--muted);border-radius:10px;min-height:92px;display:flex;align-items:center;justify-content:center;color:var(--muted-foreground);font-size:.78rem;margin:1rem 0 2rem}.narrow{max-width:820px;margin-left:auto;margin-right:auto}.content-section p{color:var(--muted-foreground)}.faq details{background:#fff;border-bottom:1px solid var(--border);padding:.85rem 0}.faq summary{cursor:pointer;font-weight:700}.faq p{margin:.5rem 0 0;color:var(--muted-foreground)}.article-grid.wide{grid-template-columns:repeat(3,1fr)}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:2rem}.article-main{min-width:0}.meta-line{color:var(--muted-foreground);font-size:.85rem;margin-top:1rem}.toc,.sticky-box{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin-bottom:2rem}.toc h2,.sticky-box h2{font-size:1rem;margin:0 0 .7rem}.toc a,.sticky-box a{display:block;color:var(--primary);font-size:.9rem;margin:.35rem 0}.article-section{padding:1.4rem 0;border-bottom:1px solid var(--border)}.article-section h2{font-size:1.4rem}.article-section p{color:var(--muted-foreground)}.sticky-box{position:sticky;top:88px}.site-footer{background:#1d2430;color:#fff;margin-top:3rem}.site-footer .container{padding-top:3rem;padding-bottom:1.5rem}.footer-trust{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.7);font-size:.9rem}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(3,1fr);gap:2rem}.site-footer h2{font-size:.92rem}.site-footer p,.site-footer a{display:block;color:rgba(255,255,255,.65);font-size:.9rem;margin:.4rem 0}.site-footer a:hover{color:#fff}.footer-brand{color:#fff!important;margin-bottom:.75rem}.copyright{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;margin-top:2rem!important;color:rgba(255,255,255,.42)!important}.button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--primary);color:#fff!important;border-radius:10px;padding:.75rem 1rem;font-weight:700}.button.small{padding:.45rem .75rem;font-size:.85rem}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:80;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow);padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:900px;margin:auto}.cookie-banner p{margin:0;color:var(--muted-foreground);font-size:.88rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width:900px){.desktop-nav{display:none}.js-menu-toggle{display:block}.category-grid,.feature-grid,.article-grid,.article-grid.wide{grid-template-columns:1fr 1fr}.calculator-grid,.article-layout{grid-template-columns:1fr}.article-sidebar{display:none}.footer-grid{grid-template-columns:1fr 1fr}.result-grid.three{grid-template-columns:1fr}}@media (max-width:640px){.hero-inner{padding:3.5rem 1rem}.category-grid,.popular-grid,.calc-list-grid,.feature-grid,.article-grid,.article-grid.wide{grid-template-columns:1fr}.result-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.section-heading{display:block}.tool-card,.result-card{padding:1rem}.segmented{grid-template-columns:1fr}.cookie-banner{display:block}.cookie-banner .button{margin-top:.75rem;width:100%}}