@charset "UTF-8";
:root{--paper:#f8f6f0;--white:#fffefa;--ink:#273c34;--green:#244f43;--green-dark:#18392f;--muted:#647066;--line:#dedfd5;--lime:#dce7bd;--sage:#edf0e3;--peach:#efdfd1;--orange:#a45539;--radius:16px;--shadow:0 16px 55px #283b3010;--sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--serif:Georgia,"Times New Roman",serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.7 var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:4px}a:hover{color:var(--green)}button,input,select,textarea{font:inherit}button,a,input,textarea,summary{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:default}img,svg{max-width:100%;height:auto}a,button,input,textarea,summary{outline-offset:5px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #a45539}button svg,a svg{flex-shrink:0}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.18}h1,h2{font-family:var(--serif);font-weight:400;letter-spacing:-.045em}h1{font-size:clamp(2.5rem,5vw,4.5rem);margin-bottom:24px}h2{font-size:clamp(2rem,3vw,2.8rem)}h3{font-size:1.14rem;letter-spacing:-.025em}p{margin-bottom:1.1em}.wrap{width:min(1180px,calc(100% - 80px));margin-inline:auto}.muted{color:var(--muted)}.small{font-size:.85rem}.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--green);display:flex;align-items:center;gap:10px;margin-bottom:22px}.eyebrow:before{content:"";width:7px;height:7px;background:var(--orange);border-radius:50%}.section{padding:78px 0}.section-top{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.section-top h2{margin:0 0 9px}.section-top p{margin:0;color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:.9rem;font-weight:650;white-space:nowrap;text-decoration:none;border-bottom:1px solid var(--ink);padding-bottom:3px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;background:var(--green);border:1px solid var(--green);color:#fffefa;border-radius:7px;font-size:.9rem;font-weight:650;padding:13px 21px;text-decoration:none;min-height:48px;transition:background .18s,transform .18s}.btn:hover{color:#fffefa;background:var(--green-dark);transform:translateY(-1px)}.btn.secondary{background:transparent;color:var(--ink);border-color:var(--line)}.btn.secondary:hover{background:var(--sage);color:var(--ink)}.btn.small-btn{padding:9px 15px;min-height:42px;font-size:.83rem}.skip{position:absolute;left:15px;top:-100px;z-index:100;background:var(--green);color:white;padding:12px 18px}.skip:focus{top:12px}.site-header{border-bottom:1px solid var(--line);background:var(--paper);position:relative;z-index:5}.nav-wrap{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;white-space:nowrap}.brand-name{font-family:var(--serif);font-size:1.7rem;letter-spacing:-.06em;line-height:1}.brand-symbol{width:37px;height:43px}.nav-links{display:flex;align-items:center;gap:27px}.nav-links a{font-size:.86rem;text-decoration:none;color:#425449}.nav-links a[aria-current=page]{color:var(--green);box-shadow:0 1px var(--green)}.menu-toggle{display:none;background:transparent;border:1px solid var(--line);border-radius:6px;padding:10px 14px;min-height:44px;color:var(--ink)}
.hero{display:grid;grid-template-columns:1.08fr 1fr;gap:65px;align-items:center;padding:74px 0 45px}.hero h1{font-size:clamp(3rem,5.5vw,5rem);line-height:1.035;margin:0 0 25px}.hero h1 em{color:var(--green);font-weight:400}.hero-description{font-size:1.06rem;max-width:460px;color:#607066;line-height:1.85;margin-bottom:29px}.hero-buttons{display:flex;gap:13px;align-items:center;flex-wrap:wrap}.hero-note{display:flex;align-items:center;gap:8px;font-size:.76rem;margin:21px 0 0;color:var(--muted)}.hero-visual{position:relative;border-radius:48% 48% 8% 8%;background:#e8ebdf;min-width:0;padding:10px 0 7px}.hero-visual svg{display:block;width:100%;overflow:visible}.floating-label{position:absolute;bottom:28px;left:-22px;display:flex;gap:13px;align-items:center;padding:16px 23px;background:var(--white);box-shadow:var(--shadow);border-radius:10px;border:1px solid var(--line);transform:rotate(-3deg)}.floating-label strong{font-size:.88rem;display:block}.floating-label span{display:block;font-size:.72rem;color:var(--muted)}.trust-row{display:flex;align-items:center;justify-content:center;gap:47px;padding:24px 0 30px;border-bottom:1px solid var(--line);color:#69746b;font-size:.79rem;letter-spacing:.015em}.trust-row>span{display:flex;align-items:center;gap:9px}.trust-row strong{font-weight:700;color:var(--ink)}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.tool-card{display:flex;flex-direction:column;min-width:0;position:relative;background:var(--white);border:1px solid var(--line);padding:28px 28px 25px;border-radius:var(--radius);text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s}.tool-card:hover{transform:translateY(-4px);border-color:#9fac93;box-shadow:var(--shadow)}.icon-box{display:grid;place-items:center;width:50px;height:50px;background:var(--sage);border-radius:12px;margin-bottom:25px;color:var(--green)}.tool-card:nth-child(3n+2) .icon-box{background:#f1e4d7}.tool-card:nth-child(3n+3) .icon-box{background:#e8e8ec}.tool-card h3{margin-bottom:11px;font-size:1.07rem}.tool-card p{font-size:.84rem;color:var(--muted);line-height:1.75;margin-bottom:24px;flex:1}.card-foot{display:flex;align-items:center;justify-content:space-between;font-size:.76rem;font-weight:650;color:var(--green)}.card-foot svg{width:19px}.feature-panel{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;background:var(--green);color:#fffefa;padding:46px;border-radius:18px;align-items:center}.feature-panel h2{font-size:2.65rem;margin-bottom:19px;color:#fffefa}.feature-panel .eyebrow{color:#dce7bd;margin-bottom:15px}.feature-panel .eyebrow:before{background:#dce7bd}.feature-panel p{color:#d5ded5;font-size:.94rem}.feature-panel .btn{background:var(--lime);border-color:var(--lime);color:var(--green-dark)}.feature-example{background:#f8f6f0;border-radius:12px;color:var(--ink);padding:25px 29px;transform:rotate(2deg)}.feature-example .example-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-bottom:18px}.example-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px dashed #cdd3c5;padding:9px 0;font-size:.86rem}.example-total{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-top:16px}.example-total strong{font-family:var(--serif);font-size:2.35rem;font-weight:400;letter-spacing:-.04em}.example-total span{font-size:.8rem}.guides-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.guide-card{text-decoration:none;display:block;min-width:0}.guide-art{height:175px;background:var(--sage);border-radius:12px;display:grid;place-items:center;margin-bottom:19px;overflow:hidden;position:relative;border:1px solid var(--line)}.guide-art .big-icon{width:92px;height:92px;transform:rotate(-6deg);opacity:.86}.guide-art:before{content:"";position:absolute;width:150px;height:150px;border:1px dashed #acbaa2;border-radius:50%;right:-23px;top:-45px}.guide-card:nth-child(3n+2) .guide-art{background:#eadfce}.guide-card:nth-child(3n+3) .guide-art{background:#e6e8df}.guide-meta{font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin:0 0 10px}.guide-card h3{font-family:var(--serif);font-weight:400;font-size:1.45rem;line-height:1.25;letter-spacing:-.035em;margin-bottom:9px}.guide-card p{font-size:.82rem;color:var(--muted);line-height:1.8}.guide-card:hover h3{text-decoration:underline;text-underline-offset:4px}.method-strip{background:var(--sage);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:45px 0}.method-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr 1fr;gap:35px}.method-grid h2{font-size:2rem;max-width:230px;margin:0}.method-grid h3{font-size:.88rem;margin-bottom:8px}.method-grid p{font-size:.8rem;color:var(--muted);margin:0}.method-num{display:block;font-family:var(--serif);font-size:1.35rem;color:var(--orange);margin-bottom:8px}.site-footer{padding:50px 0 24px;background:var(--paper)}.footer-grid{display:grid;grid-template-columns:1.55fr 1fr 1fr 1fr;gap:35px;margin-bottom:38px}.footer-brand p{max-width:260px;font-size:.8rem;color:var(--muted);margin-top:15px}.footer-col h3{font-size:.8rem;letter-spacing:.02em;margin-bottom:16px}.footer-col a{display:block;font-size:.77rem;text-decoration:none;color:var(--muted);margin-bottom:9px}.footer-col a:hover{text-decoration:underline}.footer-bottom{border-top:1px solid var(--line);padding-top:19px;display:flex;justify-content:space-between;gap:20px;font-size:.7rem;color:var(--muted)}.preview-notice{font-size:.72rem;line-height:1.6;color:#725541;background:#f0e7d8;padding:11px 18px;border-radius:7px;margin-top:20px}.preview-notice a{text-decoration:underline}.crumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:.74rem;color:var(--muted);padding-top:28px;margin:0 0 26px}.crumbs a{text-decoration:none}.page-heading{max-width:810px;margin:37px 0 37px}.page-heading h1{font-size:clamp(2.3rem,4.2vw,3.8rem);margin-bottom:20px}.page-heading .lead{font-size:1.08rem;color:var(--muted);max-width:740px;line-height:1.85}.page-heading .eyebrow{margin-bottom:17px}.meta-line{display:flex;align-items:center;gap:11px;flex-wrap:wrap;font-size:.75rem;color:var(--muted);margin-top:20px}.tag{display:inline-block;background:var(--sage);padding:3px 9px;border-radius:5px;font-size:.72rem;color:var(--green)}.calculator{border:1px solid var(--line);border-radius:17px;background:var(--white);box-shadow:var(--shadow);overflow:hidden;display:grid;grid-template-columns:1.45fr 1fr;margin:32px 0 30px}.calc-form{padding:33px}.calc-form h2{font-family:var(--sans);font-weight:650;font-size:1.02rem;letter-spacing:-.02em;margin-bottom:4px}.calc-hint{font-size:.77rem;color:var(--muted);margin-bottom:26px}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 21px}.field label{font-size:.79rem;font-weight:600;display:block;margin-bottom:7px;line-height:1.5}.input-wrap{position:relative}.input-wrap input{width:100%;border:1px solid #cbd2c4;background:#fffefa;border-radius:6px;padding:11px 48px 11px 13px;font-size:1.03rem;color:var(--ink);min-height:47px}.input-wrap input[aria-invalid=true]{border-color:#ae4334;background:#fff6f2}.input-unit{position:absolute;right:13px;top:12px;font-size:.8rem;color:var(--muted);pointer-events:none}.field-help{display:block;font-size:.69rem;color:var(--muted);line-height:1.5;margin-top:6px}.form-actions{display:flex;gap:14px;align-items:center;margin-top:26px;flex-wrap:wrap}.reset{background:transparent;border:0;color:var(--muted);font-size:.79rem;min-height:44px;text-decoration:underline;text-underline-offset:4px;padding:4px 8px}.calc-error{background:#faece3;border-left:3px solid #a45539;padding:12px 14px;margin:20px 0 0;font-size:.83rem;color:#713c2b}.calc-error:empty{display:none}.calc-result{background:#edf1e4;padding:34px 32px;position:relative}.result-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:33px;font-size:.67rem;text-transform:uppercase;letter-spacing:.11em;font-weight:650;color:var(--green)}.status-dot{width:7px;height:7px;display:inline-block;background:#426946;border-radius:50%;margin-right:5px}.result-eyebrow{font-size:.8rem;color:#51694f;margin-bottom:7px}.result-value{font-family:var(--serif);font-size:clamp(2.5rem,4vw,3.6rem);line-height:1.1;letter-spacing:-.055em;margin:0 0 23px;overflow-wrap:anywhere}.result-value span{display:block;font-family:var(--sans);font-size:.76rem;letter-spacing:0;line-height:1.7;margin-top:10px;color:#51694f}.result-details{font-size:.77rem;margin:0}.result-details>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:11px 0;border-top:1px solid #d2d9c8}.result-details dt{color:#52604e}.result-details dd{margin:0;font-weight:650;text-align:right}.result-note{font-size:.72rem;line-height:1.8;margin:20px 0;color:#52604e}.result-note.warning{color:#713c2b;background:#f6e4d4;padding:10px;border-radius:5px}.result-actions{display:flex;gap:16px;flex-wrap:wrap;border-top:1px solid #d2d9c8;padding-top:13px}.result-actions button{font-size:.74rem;padding:4px 0;min-height:36px;background:none;border:0;text-decoration:underline;text-underline-offset:4px;color:var(--green)}.result-feedback{min-height:20px;margin:5px 0 0;font-size:.72rem;color:var(--green)}.stale-result [data-output]{opacity:.4}.stale-note{display:none;font-size:.8rem;font-weight:600;color:#713c2b;margin-bottom:15px}.stale-result .stale-note{display:block}.stale-result .result-actions button{opacity:.4;pointer-events:none}.calc-drawing{margin:20px 0 0;border-top:1px solid var(--line);padding-top:17px}.calc-drawing svg{display:block;width:100%;max-height:200px}.calc-drawing p{font-size:.7rem;margin:8px 0;color:var(--muted)}.privacy-inline{font-size:.74rem;color:var(--muted);display:flex;align-items:center;gap:9px;margin-top:-8px}.tool-body{display:grid;grid-template-columns:minmax(0,760px) 1fr;gap:64px;margin-top:59px;padding-bottom:70px}.prose{min-width:0}.prose h2{font-family:var(--serif);font-size:2rem;line-height:1.22;letter-spacing:-.035em;margin:43px 0 19px;scroll-margin-top:24px}.prose h2:first-child{margin-top:0}.prose h3{margin-top:27px}.prose p,.prose li{font-size:.95rem;color:#4a5d50;line-height:1.95}.prose ul,.prose ol{padding-left:23px}.prose li{padding-left:6px;margin-bottom:14px}.formula-box{font: .88rem/1.9 ui-monospace,SFMono-Regular,Consolas,monospace;background:var(--sage);padding:22px 25px;border-left:3px solid #7c9466;border-radius:0 7px 7px 0;overflow-wrap:anywhere}.callout{padding:24px 26px;background:#eee5d9;border:1px solid #e0d4c5;border-radius:10px;margin:25px 0}.callout h3{font-size:.92rem;margin:0 0 8px}.callout p{font-size:.86rem;margin:0}.toc{border-left:1px solid var(--line);padding-left:26px;position:sticky;top:25px;align-self:start}.toc h2{font-family:var(--sans);font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;margin:0 0 21px}.toc a{display:block;font-size:.78rem;color:var(--muted);text-decoration:none;padding:7px 0;line-height:1.6}.toc a:hover{text-decoration:underline}.toc .side-box{margin-top:28px;padding:20px;background:var(--sage);border-radius:10px}.side-box p{font-size:.78rem;line-height:1.7}.side-box a{font-weight:650;color:var(--green)}details{border-bottom:1px solid var(--line);padding:17px 0}summary{cursor:pointer;font-size:.91rem;font-weight:600;line-height:1.6;padding-right:20px}details p{margin:14px 0 2px!important;font-size:.86rem!important}.related{border-top:1px solid var(--line);padding:50px 0 64px}.related h2{font-size:2.1rem;margin-bottom:25px}.article-layout{display:grid;grid-template-columns:minmax(0,750px) 1fr;gap:70px;padding-bottom:65px}.article-lead{border-bottom:1px solid var(--line);padding-bottom:20px}.article-end{margin:35px 0 0;padding:24px;background:var(--sage);border-radius:10px}.article-end h2{font-size:1.6rem;margin-top:0}.article-end p{font-size:.86rem}.sources a{font-size:.82rem;overflow-wrap:anywhere}.sources small{display:block;color:var(--muted);line-height:1.7;margin-top:5px}.single-prose{max-width:830px;margin-bottom:65px}.fact-list{padding:19px 24px;border:1px solid var(--line);border-radius:9px;background:var(--white);font-size:.87rem;margin-bottom:25px}.fact-list div{padding:8px 0;display:grid;grid-template-columns:150px 1fr;gap:15px;border-bottom:1px solid var(--line)}.fact-list div:last-child{border:0}.fact-list dt{color:var(--muted)}.fact-list dd{margin:0;overflow-wrap:anywhere}.search-box{margin:26px 0 30px;display:flex;gap:14px;align-items:center}.search-box input{width:100%;max-width:560px;background:var(--white);border:1px solid var(--line);border-radius:8px;padding:14px 16px;min-height:50px}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px}.filters a{font-size:.78rem;background:var(--white);border:1px solid var(--line);border-radius:30px;padding:8px 16px;text-decoration:none}.filters a:hover{background:var(--sage)}.empty-results{font-size:.9rem;background:var(--sage);padding:20px;border-radius:8px}.browse-section{padding-bottom:70px}.search-count{font-size:.8rem;color:var(--muted);min-height:24px}.worksheet{background:var(--white);border:1px solid var(--line);border-radius:12px;padding:35px;margin-bottom:30px;max-width:900px}.worksheet .fields{margin-bottom:24px}.worksheet label{font-size:.8rem;font-weight:600;display:block}.worksheet input,.worksheet textarea{display:block;width:100%;border:1px solid var(--line);padding:10px 12px;border-radius:6px;background:var(--paper);margin:6px 0 8px;color:var(--ink)}.worksheet textarea{min-height:110px;resize:vertical}.worksheet .checkline{display:flex;align-items:center;gap:11px;font-size:.84rem;font-weight:400;margin:12px 0}.worksheet .checkline input{width:19px;height:19px;margin:0;flex-shrink:0}.worksheet h2{font-size:1.7rem}.error-number{font-family:var(--serif);font-size:7rem;color:#94a786;line-height:1;margin-bottom:20px}[hidden]{display:none!important}.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}.noscript{padding:16px;background:#f0e3d1;border-radius:8px;font-size:.84rem;margin-bottom:20px}
@media(min-width:1450px){.hero{padding-top:86px;padding-bottom:60px}.hero-visual{min-height:445px}}
@media(max-width:1050px){.wrap{width:calc(100% - 52px)}.nav-links{gap:17px}.nav-cta{display:none}.hero{gap:35px}.hero h1{font-size:3.65rem}.tool-card{padding:23px}.feature-panel{gap:35px;padding:34px}.article-layout,.tool-body{gap:40px;grid-template-columns:minmax(0,1fr) 210px}.calc-form{padding:25px}.calc-result{padding:27px 24px}.method-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-grid{gap:22px}}
@media(max-width:760px){.wrap{width:calc(100% - 36px)}.nav-wrap{height:76px;gap:15px}.brand-name{font-size:1.55rem}.brand-symbol{width:32px}.menu-toggle{display:block}.nav-links{display:none;position:absolute;top:75px;left:0;right:0;background:var(--paper);padding:21px 24px;border-bottom:1px solid var(--line);box-shadow:0 12px 18px #2236280c;flex-direction:column;align-items:start;gap:15px}.nav-links.is-open{display:flex}.nav-links a{padding:4px 0;font-size:.95rem}.hero{grid-template-columns:1fr;padding:46px 0 28px;gap:35px}.hero h1{font-size:clamp(2.8rem,9vw,4.1rem);max-width:580px}.hero-description{font-size:1rem;max-width:100%}.hero .eyebrow{font-size:.66rem}.hero-visual{max-width:500px;width:100%;margin:auto;border-radius:45% 45% 9% 9%}.hero-visual svg{max-height:375px}.floating-label{left:9px;bottom:15px;padding:12px 18px}.trust-row{gap:15px;justify-content:space-between;font-size:.68rem;padding-top:23px;flex-wrap:wrap}.trust-row>span{gap:5px}.trust-row svg{width:14px}.section{padding:48px 0}.section-top{align-items:start;flex-direction:column;gap:13px;margin-bottom:24px}.section-top h2{font-size:2.15rem}.section-top p{font-size:.89rem}.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.tool-card{padding:22px 18px}.icon-box{margin-bottom:18px;width:43px;height:43px}.tool-card h3{font-size:1rem}.tool-card p{font-size:.8rem;margin-bottom:17px}.tool-card .card-foot{font-size:.71rem}.feature-panel{grid-template-columns:1fr;padding:30px 25px;gap:22px}.feature-panel h2{font-size:2.2rem}.feature-example{transform:none;padding:20px 23px}.guides-grid{grid-template-columns:1fr;gap:27px}.guide-card{display:grid;grid-template-columns:135px 1fr;gap:0 19px}.guide-art{grid-row:1/5;height:135px;margin:0}.guide-art .big-icon{width:65px}.guide-meta{font-size:.61rem;margin-bottom:5px}.guide-card h3{font-size:1.28rem}.guide-card p{font-size:.76rem;margin:4px 0 0;line-height:1.65}.method-grid{grid-template-columns:1fr 1fr;gap:28px 22px}.method-grid h2{font-size:1.8rem}.footer-grid{grid-template-columns:1fr 1fr;gap:25px}.footer-brand{grid-column:1/-1}.footer-brand p{max-width:380px}.footer-bottom{flex-direction:column;gap:8px}.calculator{grid-template-columns:1fr}.calc-form{padding:24px 21px}.calc-result{padding:27px 23px}.result-top{margin-bottom:20px}.result-value{font-size:3.1rem}.fields{gap:21px 14px}.field label{font-size:.76rem}.input-wrap input{padding-left:10px;font-size:1rem}.field-help{font-size:.68rem}.tool-body,.article-layout{grid-template-columns:1fr;gap:25px;margin-top:38px}.tool-body .toc,.article-layout .toc{display:none}.prose h2{font-size:1.85rem}.prose p,.prose li{font-size:.92rem}.page-heading{margin:28px 0}.page-heading h1{font-size:2.65rem}.page-heading .lead{font-size:.98rem}.crumbs{font-size:.67rem;padding-top:21px;margin-bottom:20px}.browse-section{padding-bottom:45px}.related{padding:38px 0 44px}.worksheet{padding:23px 19px}.fact-list div{grid-template-columns:1fr;gap:3px}.hero-note{font-size:.7rem}.privacy-inline{align-items:start}.article-end .btn{font-size:.83rem}.search-box{align-items:start;flex-direction:column;gap:6px}.hero-visual .art-tiny{font-size:12px}}
@media(max-width:390px){.cards{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.hero h1{font-size:2.8rem}.hero-buttons{align-items:stretch}.hero-buttons .btn{font-size:.8rem;padding:12px 14px}.guide-card{grid-template-columns:105px 1fr;gap:0 13px}.guide-art{height:125px}.guide-card h3{font-size:1.2rem}.trust-row{justify-content:start;gap:10px 17px}.page-heading h1{font-size:2.35rem}.method-grid{grid-template-columns:1fr}.method-grid h2{max-width:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
@media print{body{background:white;color:#111;font-size:11pt}.wrap{width:100%;max-width:none}.site-header,.site-footer,.hero-visual,.toc,.related,.form-actions,.result-actions,.privacy-inline,.search-box,.filters,.crumbs,.preview-notice,.menu-toggle,.no-print{display:none!important}.section{padding:20px 0}.calculator{grid-template-columns:1fr 1fr;border:1px solid #aaa;box-shadow:none;break-inside:avoid}.calc-form,.calc-result{padding:20px;background:white}.fields{gap:9px}.input-wrap input{padding:3px 8px}.field-help{font-size:8pt}.result-value{font-size:26pt}.page-heading{margin:0 0 20px}.page-heading h1{font-size:27pt}.page-heading .lead{font-size:11pt}.tool-body,.article-layout{display:block;margin-top:20px}.prose h2{font-size:18pt;break-after:avoid}.prose p,.prose li{font-size:10pt}.worksheet{border:0;padding:0}.worksheet textarea{min-height:120px}a{color:#111;text-decoration:none}.btn{display:none}details p{display:block}.stale-note{color:black}.calc-error{display:block}.calc-error:empty{display:none}}

.nojs-nav{display:flex;gap:18px;flex-wrap:wrap;padding-bottom:18px;font-size:.9rem}
