@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap";:root{--color-slate:#334155;--color-slate-light:#64748b;--color-slate-lighter:#cbd5e1;--color-white:#fff;--color-off-white:#f8fafc;--color-emerald:#10b981;--color-emerald-dark:#059669;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);color:var(--color-slate);background:var(--color-off-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}body{flex-direction:column;min-height:100vh;display:flex}main{flex:1}h1,h2,h3,h4,h5,h6{color:var(--color-slate);margin-bottom:var(--space-sm);font-weight:700;line-height:1.2}h1{letter-spacing:-.02em;font-size:2.5rem;font-weight:700}h2{letter-spacing:-.01em;margin-top:var(--space-lg);font-size:2rem;font-weight:600}h3{font-size:1.5rem;font-weight:600}p{margin-bottom:var(--space-sm)}strong{color:var(--color-slate);font-weight:600}a{color:var(--color-emerald);text-decoration:none;transition:color .2s}a:hover{color:var(--color-emerald-dark);text-decoration:underline}.wrap{max-width:1200px;padding:0 var(--space-md);margin:0 auto}.wrap-narrow{max-width:800px;padding:0 var(--space-md);margin:0 auto}.site-header{background:var(--color-white);border-bottom:1px solid var(--color-slate-lighter);padding:var(--space-md) 0;z-index:100;box-shadow:var(--shadow-sm);position:sticky;top:0}.site-header .wrap{justify-content:space-between;align-items:center;display:flex}.brand{color:var(--color-slate);letter-spacing:-.02em;font-size:1.5rem;font-weight:700;text-decoration:none}.brand:hover{color:var(--color-emerald);text-decoration:none}.tagline{color:var(--color-slate-light);margin-top:.25rem;font-size:.875rem}.nav{gap:var(--space-md);align-items:center;display:flex}.nav a{color:var(--color-slate);font-size:.9375rem;font-weight:500;transition:color .2s}.nav a:hover{color:var(--color-emerald);text-decoration:none}.site-footer{background:var(--color-slate);color:var(--color-slate-lighter);padding:var(--space-xl) 0 var(--space-lg);margin-top:var(--space-xl)}.site-footer .wrap{gap:var(--space-lg);grid-template-columns:2fr 1fr;display:grid}.site-footer p{margin-bottom:var(--space-sm);font-size:.875rem;line-height:1.6}.site-footer a{color:var(--color-white);text-decoration:underline}.site-footer a:hover{color:var(--color-emerald)}.card{background:var(--color-white);padding:var(--space-lg);box-shadow:var(--shadow-md);margin-bottom:var(--space-md);border-radius:8px}.card-title{margin-bottom:var(--space-sm);font-size:1.25rem;font-weight:600}.calculator-card{background:var(--color-white);padding:var(--space-xl);box-shadow:var(--shadow-lg);max-width:600px;margin:0 auto var(--space-lg);border-radius:12px}.calculator-input{margin-bottom:var(--space-md)}.calculator-input label{margin-bottom:var(--space-xs);color:var(--color-slate);font-size:.9375rem;font-weight:600;display:block}.calculator-input input,.calculator-input select{border:2px solid var(--color-slate-lighter);width:100%;font-family:var(--font-sans);border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s}.calculator-input input:focus,.calculator-input select:focus{border-color:var(--color-emerald);outline:none}.calculator-result{background:var(--color-off-white);padding:var(--space-lg);margin-top:var(--space-lg);border-left:4px solid var(--color-emerald);border-radius:8px}.calculator-result .result-amount{color:var(--color-slate);margin-bottom:var(--space-xs);font-size:2.5rem;font-weight:700}.calculator-result .result-label{color:var(--color-slate-light);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-md);font-size:.875rem}.calculator-breakdown{margin-top:var(--space-md);font-size:.9375rem}.calculator-breakdown dt{color:var(--color-slate-light);margin-bottom:.25rem}.calculator-breakdown dd{margin-bottom:var(--space-sm);font-weight:600}.btn{background:var(--color-emerald);color:var(--color-white);cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .1s;display:inline-block}.btn:hover{background:var(--color-emerald-dark);text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.article{background:var(--color-white);padding:var(--space-xl);margin:var(--space-lg) 0;border-radius:8px}.breadcrumbs{color:var(--color-slate-light);margin-bottom:var(--space-md);font-size:.875rem}.breadcrumbs a{color:var(--color-slate-light)}.breadcrumbs a:hover{color:var(--color-emerald)}.article-meta{color:var(--color-slate-light);margin-bottom:var(--space-lg);padding-bottom:var(--space-md);border-bottom:1px solid var(--color-slate-lighter);font-size:.875rem}.summary-box{border-left:4px solid var(--color-emerald);padding:var(--space-md);margin:var(--space-lg) 0;background:#f0fdf4;border-radius:4px}.summary-box strong{margin-bottom:var(--space-xs);color:var(--color-slate);font-weight:600;display:block}.key-facts{background:var(--color-off-white);padding:var(--space-lg);margin:var(--space-lg) 0;border-radius:8px}.key-facts dt{color:var(--color-slate);margin-top:var(--space-sm);margin-bottom:.25rem;font-weight:600}.key-facts dd{color:var(--color-slate-light);padding-left:var(--space-md)}.sources{margin-top:var(--space-xl);padding-top:var(--space-lg);border-top:2px solid var(--color-slate-lighter)}.sources h2{margin-bottom:var(--space-md);font-size:1.25rem}.sources ol{padding-left:var(--space-lg)}.sources li{margin-bottom:var(--space-sm);font-size:.9375rem}.related-guides{margin-top:var(--space-xl);padding:var(--space-lg);background:var(--color-off-white);border-radius:8px}.related-guides h2{margin-bottom:var(--space-md);font-size:1.25rem}.related-guides ul{list-style:none}.related-guides li{margin-bottom:var(--space-sm)}.cookie-banner{background:var(--color-slate);color:var(--color-white);padding:var(--space-md);box-shadow:var(--shadow-lg);z-index:1000;position:fixed;bottom:0;left:0;right:0}.cookie-inner{justify-content:space-between;align-items:center;gap:var(--space-md);max-width:1200px;margin:0 auto;display:flex}.cookie-text{margin:0;font-size:.9375rem;line-height:1.5}.cookie-btn{background:var(--color-emerald);color:var(--color-white);cursor:pointer;white-space:nowrap;border:none;border-radius:4px;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.cookie-btn:hover{background:var(--color-emerald-dark)}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}.site-header .wrap{gap:var(--space-sm);flex-direction:column}.nav{flex-wrap:wrap;justify-content:center}.site-footer .wrap{grid-template-columns:1fr}.calculator-card{padding:var(--space-md)}.calculator-result .result-amount{font-size:2rem}.cookie-inner{text-align:center;flex-direction:column}}
