:root{color-scheme:light;--navy:#142c3b;--navy-deep:#0b202e;--ink:#263c48;--muted:#576b75;--copper:#925233;--copper-light:#f2e5da;--paper:#f7f6f2;--white:#fff;--line:#dbe1df;--green:#225c48;--red:#8c3930;--amber:#805d17;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-underline-offset:4px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:3px solid #9d5b32;outline-offset:4px}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--navy)}h1,h2{letter-spacing:-.045em;line-height:1.12}h3{line-height:1.35}button{border-radius:6px}input,select,textarea{width:100%;color:var(--ink);background:var(--white);border:1px solid #9eafb5;border-radius:5px;padding:.75rem .85rem;line-height:1.4;min-height:48px}textarea{resize:vertical;min-height:96px}input:focus,select:focus,textarea:focus{border-color:var(--copper)}fieldset{border:0;padding:0 0 1.7rem;margin:0 0 1.8rem;border-bottom:1px solid var(--line);min-width:0}legend{display:flex;align-items:center;gap:.8rem;font-weight:700;font-size:1.18rem;color:var(--navy);padding:0;margin-bottom:.7rem;width:100%}label{display:block;font-size:.87rem;font-weight:650;margin-bottom:.5rem}select{padding-right:1.8rem}ul,ol{padding-left:1.2rem}main{overflow:clip}[hidden]{display:none!important}.site-header,.hero,.workspace,.how-section,.site-footer{width:min(1240px,calc(100% - 80px));margin-inline:auto}.site-header{display:flex;justify-content:space-between;align-items:center;height:104px;border-bottom:1px solid var(--line);gap:24px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy);font-size:1.4rem;font-weight:750;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:38px;height:40px;background:var(--navy);color:#fff;clip-path:polygon(0 0,100% 0,100% 80%,78% 100%,0 100%);font-size:1.4rem}.brand-it{font-weight:450;color:var(--copper)}.site-header nav,.site-footer nav{display:flex;align-items:center;gap:30px;font-size:.85rem;font-weight:600}.site-header nav a{text-decoration:none}.site-header nav a:hover{text-decoration:underline}.hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:70px;padding-block:80px 72px}.eyebrow,.small-label{font-size:.7rem;line-height:1.4;letter-spacing:.13em;text-transform:uppercase;font-weight:750}.eyebrow{display:flex;gap:10px;align-items:center;color:var(--copper);margin-bottom:20px}.eyebrow-line{height:2px;width:24px;background:var(--copper)}h1{font-size:clamp(2.8rem,4.2vw,4.25rem);max-width:850px;margin-bottom:26px;font-weight:620}h1 em{font-family:Georgia,"Times New Roman",serif;font-weight:400;color:var(--copper)}.hero-description{font-size:1.05rem;max-width:670px;color:var(--muted);line-height:1.8;margin-bottom:26px}.hero-facts{display:flex;flex-wrap:wrap;gap:12px 24px;font-size:.77rem;font-weight:650;color:var(--navy)}.hero-facts span{display:flex;align-items:center;gap:8px}.fact-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}.hero-note{align-self:center;border-left:1px solid #c9d1cf;padding:14px 0 14px 27px}.hero-note .small-label{display:block;max-width:150px;color:var(--copper);margin-bottom:20px}.hero-note p{font-family:Georgia,"Times New Roman",serif;font-size:1.5rem;color:var(--navy);line-height:1.5;margin-bottom:22px}.hero-note-foot{font-size:.75rem;color:var(--muted)}.workspace{padding-bottom:80px;scroll-margin-top:24px}.workspace-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:28px}.workspace-heading .eyebrow{margin-bottom:8px}.workspace-heading h2{font-size:1.8rem;margin:0}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.85fr);gap:28px;align-items:start}.form-card{padding:34px;background:var(--white);border:1px solid var(--line);border-radius:10px;min-width:0}.step-number{display:inline-grid;place-items:center;width:32px;height:32px;flex:none;color:var(--copper);background:var(--copper-light);font-size:.76rem;border-radius:50%}.section-help{font-size:.83rem;color:var(--muted);margin-bottom:24px}.field{margin-bottom:22px;min-width:0}.field:last-child{margin-bottom:0}.field-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.field-row .field{margin-bottom:22px}.field-help{font-size:.75rem;line-height:1.65;color:var(--muted);margin:.5rem 0 0}.optional,.required-note{font-weight:400;font-size:.7rem;color:var(--muted);margin-left:5px}.input-with-unit{display:flex;align-items:center;border:1px solid #9eafb5;border-radius:5px;overflow:hidden}.input-with-unit input{border:0;border-radius:0;min-width:0}.input-with-unit span{padding-right:13px;font-size:.8rem;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;text-decoration:none;border:1px solid transparent;padding:12px 19px;font-size:.8rem;font-weight:700;min-height:46px;line-height:1.45;transition:background .15s,border-color .15s}.button-primary{background:var(--navy);color:var(--white)}.button-primary:hover:not(:disabled){background:#284958}.button-secondary{background:transparent;border-color:#b7c3c7;color:var(--navy)}.button-secondary:hover:not(:disabled){background:#ebeeea}.button-text{background:transparent;color:var(--muted);padding-inline:10px}.button-text:hover:not(:disabled){text-decoration:underline}.button-small{min-height:42px;padding:9px 11px;font-size:.72rem;background:white;border-color:#bcc9cc;color:var(--navy)}.button-small:hover:not(:disabled){background:#e6edeb}.form-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.local-note{margin:18px 0 0;font-size:.73rem;color:var(--muted)}.report-card{background:#edf1ee;border:1px solid #d1dcd6;border-top:4px solid var(--navy);padding:30px;border-radius:8px;position:sticky;top:24px;min-width:0}.report-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:22px;border-bottom:1px solid #cbd5cf;margin-bottom:26px;color:var(--navy)}.report-edition{font-size:.55rem;letter-spacing:.1em;border:1px solid #aabbb0;border-radius:3px;padding:3px 5px;white-space:nowrap}.status-pill{display:inline-block;padding:5px 10px;border-radius:4px;background:#dce6df;color:var(--green);font-size:.7rem;font-weight:750;margin-bottom:17px}.status-pill[data-status="stop"]{color:var(--red);background:#f4dfda}.status-pill[data-status="needs-review"]{color:var(--amber);background:#f5e8c7}.report-card h2{font-size:1.8rem;line-height:1.2;margin-bottom:18px;overflow-wrap:anywhere}.report-card h3{font-size:.82rem;margin-bottom:10px}.report-card p,.report-card li{overflow-wrap:anywhere}#report-empty>p{font-size:.87rem;color:var(--muted)}.brief-steps{padding:10px 0;list-style:none}.brief-steps li{font-size:.82rem;display:flex;gap:12px;align-items:baseline;padding:12px 0;border-bottom:1px solid #d4ded7}.brief-steps span{color:var(--copper);font-size:.66rem;font-weight:750}.empty-footnote{font-size:.75rem;color:var(--muted);padding:8px 0 16px}.export-area{border-top:1px solid #cbd5cf;padding-top:23px;margin-top:24px}.export-actions{display:flex;flex-wrap:wrap;gap:8px}.export-area .field-help{margin-top:12px}.report-disclaimer{font-size:.7rem;line-height:1.7;color:var(--muted);margin:24px 0 0}.report-opportunity{font-weight:650;margin-bottom:4px}.text-link{display:inline-block;font-size:.8rem;color:var(--copper);margin-top:12px}.report-section{border-top:1px solid #cbd5cf;padding-top:19px;margin-top:21px}.finding-list{font-size:.8rem;margin:0}.finding-list li+li{margin-top:8px}.check-list{padding:0;list-style:none;margin:0}.check-list li{display:grid;grid-template-columns:20px 1fr;column-gap:8px;font-size:.79rem;margin:14px 0}.check-symbol{font-weight:800;font-size:.83rem;color:var(--green)}.check-symbol[data-state="fail"]{color:var(--red)}.check-symbol[data-state="unknown"]{color:var(--amber)}.check-label{font-weight:700}.check-detail{display:block;font-weight:400;color:var(--muted);margin-top:3px}.coverage-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.coverage-header h3{margin:0}.coverage-header strong{font-size:1.2rem;color:var(--navy)}.coverage-detail{font-size:.75rem;margin-bottom:0}.decision-value{font-weight:750;font-size:.95rem;margin-bottom:8px}.preserve-lines{white-space:pre-wrap;font-size:.8rem;margin-bottom:0}.form-error,.notice,.example-banner{padding:15px 18px;border:1px solid #c59c81;border-radius:6px;font-size:.84rem;color:#733922;background:#fff5eb}.form-error{margin-bottom:18px}.example-banner{margin-bottom:22px;color:var(--navy);border-color:#a5bbc6;background:#eaf0f4}.how-section{border-top:1px solid var(--line);padding-block:58px 68px}.how-section h2{font-size:2.3rem;max-width:500px}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;margin-top:38px}.how-grid .small-label{color:var(--copper)}.how-grid h3{font-size:1.15rem;margin:10px 0}.how-grid p{font-size:.86rem;color:var(--muted);margin-bottom:0}.contact-band{background:var(--navy);color:#d5e0e4;padding:48px max(40px,calc((100% - 1240px)/2));display:grid;grid-template-columns:1fr auto;gap:0 45px;align-items:center}.contact-band .eyebrow{color:#e5bca5;margin-bottom:12px}.contact-band h2{color:white;font-size:2rem;max-width:570px;margin-bottom:16px}.contact-band p:not(.eyebrow){font-size:.84rem;max-width:630px}.button-light{background:#fff;color:var(--navy)}.button-light:hover{background:var(--copper-light)}.contact-note{grid-column:2;font-size:.7rem!important;margin:10px 0 0;text-align:center}.site-footer{display:flex;justify-content:space-between;align-items:center;gap:28px;padding-block:40px}.footer-brand{font-size:.84rem;text-decoration:none;font-weight:700}.site-footer p{font-size:.72rem;color:var(--muted);margin:7px 0 0}.site-footer nav{gap:22px;font-size:.72rem}.skip-link{position:absolute;top:-100px;left:20px;padding:12px 20px;background:var(--navy);color:white;z-index:10}.skip-link:focus{top:15px}.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}.privacy-page{max-width:800px;margin:60px auto 90px;padding:0 24px}.privacy-page h1{font-size:3rem}.privacy-page h2{font-size:1.35rem;letter-spacing:-.02em;margin:32px 0 12px}.privacy-page p,.privacy-page li{font-size:.95rem;line-height:1.8}.privacy-page .back-link{display:inline-block;margin-bottom:35px;color:var(--copper);font-size:.85rem}
@media(min-width:1500px){.hero{padding-top:94px}}@media(max-width:1000px){.site-header,.hero,.workspace,.how-section,.site-footer{width:calc(100% - 48px)}.hero{gap:35px;grid-template-columns:1fr 215px;padding-top:60px}h1{font-size:3.4rem}.workspace-grid{grid-template-columns:minmax(0,1.15fr) minmax(310px,.85fr);gap:18px}.form-card,.report-card{padding:24px}.field-row{grid-template-columns:1fr;gap:0}.contact-band{padding-inline:24px;gap:24px}.how-grid{gap:28px}}@media(max-width:760px){.site-header{height:82px}.site-header nav{gap:17px;font-size:.72rem}.hero{grid-template-columns:1fr;gap:25px;padding-block:45px}.hero-note{display:none}h1{font-size:clamp(2.65rem,8.8vw,3.7rem)}.hero-description{font-size:.95rem}.hero-facts{font-size:.69rem;gap:10px 17px}.workspace-heading{align-items:flex-start;flex-direction:column;gap:18px}.workspace-heading h2{font-size:1.6rem}.workspace-grid{grid-template-columns:1fr;gap:25px}.report-card{position:static}.form-card{padding:23px}.field-row{grid-template-columns:1fr 1fr;gap:15px}.how-grid{grid-template-columns:1fr;gap:30px}.how-section h2{font-size:2rem}.contact-band{grid-template-columns:1fr;padding-block:38px;gap:18px}.contact-band .button{justify-self:start}.contact-note{grid-column:1;text-align:left;margin:0}.site-footer{align-items:flex-start;flex-direction:column;gap:20px}.site-footer nav{flex-wrap:wrap}.workspace{padding-bottom:50px}}@media(max-width:420px){.site-header,.hero,.workspace,.how-section,.site-footer{width:calc(100% - 32px)}.brand{font-size:1.1rem;gap:8px}.brand-mark{width:32px;height:34px}.site-header nav a:first-child{display:none}.field-row{grid-template-columns:1fr;gap:0}.form-card,.report-card{padding:20px}.form-actions{flex-direction:column;align-items:stretch}.form-actions .button{width:100%}.contact-band{padding-inline:20px}.export-actions{gap:6px}.button-small{font-size:.68rem}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@media print{@page{margin:18mm}body{background:white;color:#142c3b;font-size:11pt}.site-header,.hero,.workspace-heading,.form-card,.how-section,.contact-band,.site-footer,.export-area,.skip-link,.example-banner,.local-note,.form-error{display:none!important}.workspace{width:100%;padding:0;margin:0}.workspace-grid{display:block}.report-card{position:static;border:0;border-top:3px solid #142c3b;background:white;padding:0}.report-card h2{font-size:24pt}.report-section{break-inside:avoid}.report-topline{margin-bottom:20px}.report-disclaimer{font-size:9pt}.status-pill{border:1px solid currentColor;background:white!important}a{color:inherit;text-decoration:none}#report-source::after{content:" (" attr(href) ")";overflow-wrap:anywhere}.report-card p,.report-card li,.field-help,.coverage-detail,.preserve-lines{font-size:10pt}.check-detail{color:#263c48}.privacy-page{max-width:none;margin:0;padding:0}.privacy-page .back-link{display:none}}
