@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap";:root{font-family:DM Sans,sans-serif;color:#243436;background:#f8f5ef;font-synthesis:none;--ink: #243436;--muted: #6d7b78;--cream: #f8f5ef;--paper: #fffdf9;--coral: #ee8f75;--mint: #b9d8c6;--yellow: #f7d579;--line: #dfe4dc;--green: #8ec6a3;--rose: #d97878;--amber: #d4a574;--teal: #6ba39b}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}main{overflow-x:visible;overflow-y:visible}.site-nav{position:sticky;top:0;z-index:60;display:flex;align-items:center;justify-content:space-between;padding:14px max(7vw,28px);background:#f8f5efd1;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid transparent;transition:border-color .25s ease,box-shadow .25s ease}.site-nav.is-scrolled{border-bottom-color:var(--line);box-shadow:0 6px 18px -14px #24343659}.site-logo{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-weight:700;font-size:14px;letter-spacing:-.02em;white-space:nowrap;flex:none}.site-logo svg{width:24px;height:24px;color:var(--coral);flex:none}.site-nav-links{display:flex;align-items:center;gap:22px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.site-nav-links::-webkit-scrollbar{display:none}.site-nav-links a{font-size:12px;font-weight:600;color:#6d7b78;position:relative;padding:4px 0;transition:color .2s ease}.site-nav-links a:after{content:"";position:absolute;left:0;right:100%;bottom:-2px;height:2px;background:var(--coral);border-radius:2px;transition:right .25s ease}.site-nav-links a:hover,.site-nav-links a.is-active{color:var(--ink)}.site-nav-links a.is-active:after{right:0}.hero{min-height:0;background:#dce9db;position:relative;display:block;padding:44px max(7vw,28px) 40px;isolation:isolate}.hero-copy{max-width:640px;z-index:2;margin:0;width:100%;text-align:left;opacity:0;transform:translateY(14px);animation:hero-in .7s ease .05s forwards}.kicker{color:#b26052;text-transform:uppercase;font-size:10px;letter-spacing:.17em;font-weight:700;margin:0 0 16px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:-.045em;margin-bottom:22px;font-weight:700}h1 em{color:#ce6d59;font-family:Playfair Display,serif;font-weight:600;letter-spacing:-.05em}.hero-lede{max-width:425px;color:#536662;line-height:1.6;font-size:15px;margin-bottom:24px}.hero-note{display:inline-flex;gap:9px;color:#526862;font-size:11px;align-items:center}.note-dot{width:7px;height:7px;border-radius:50%;background:#63a47f}@keyframes hero-in{to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.hero-copy{animation:none;opacity:1;transform:none}}.calculator-section,.results{max-width:1080px;margin:0 auto;padding:70px 28px 78px}.section-intro,.results-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid var(--line);padding-bottom:24px;text-align:left}.section-intro h2,.results-head h2{font-size:29px;letter-spacing:-.055em;margin:0}.input-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:65px;padding:38px 0 30px}.field>span{display:block;font-size:12px;font-weight:700;margin-bottom:12px}.info{display:inline-grid;place-items:center;border:1px solid #a3b0aa;width:15px;height:15px;font-size:10px;border-radius:50%;color:#75847e;margin-left:4px}.input-wrap{background:var(--paper);border:1px solid #cbd6ce;border-radius:7px;height:53px;display:flex;align-items:center;padding:0 15px;color:var(--muted)}.input-wrap input{border:0;outline:0;background:transparent;width:100%;font-size:19px;color:var(--ink);padding-left:8px}.input-wrap small{font-size:10px;letter-spacing:.1em}.field-help{color:#8a9892;font-size:11px;display:block;margin-top:9px}.children-list{display:grid;gap:9px}.child-row{display:grid;grid-template-columns:27px 1fr 140px;gap:8px;align-items:center}.child-number{font-size:11px;color:#9ba8a1}.child-row input{height:44px;min-width:0;background:var(--paper);border:1px solid #cbd6ce;border-radius:6px;padding:0 11px;outline-color:var(--coral);color:var(--ink);font-size:13px}.children-actions{display:grid;gap:2px;margin-top:8px;justify-items:start}.add-child,.remove-last-child{background:transparent;border:0;padding:10px 0;font-size:12px;font-weight:700}.add-child{color:#b76050}.remove-last-child{color:#7a8681}.remove-last-child:disabled{color:#b8c2bc;cursor:not-allowed}.form-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line);padding-top:23px;color:#89958f;font-size:11px}.form-footer-hint{display:inline-flex;align-items:center;gap:7px}.lock{width:15px;height:15px;flex:none;color:#9ba8a1}.primary-button{border:0;border-radius:6px;padding:11px 18px;background:var(--ink);color:#fff;font-weight:700;font-size:12px;display:inline-flex;align-items:center;white-space:nowrap}.primary-button .button-arrow{color:var(--yellow);font-size:16px;margin-left:12px;line-height:1}.results{max-width:none;background:#fff;padding-left:max(calc((100% - 1024px)/2),28px);padding-right:max(calc((100% - 1024px)/2),28px)}.results-note{color:var(--muted);font-size:13px;margin-top:10px}.total{text-align:right}.total span,.total small{display:block;color:#89958f;font-size:11px}.total strong{display:block;color:#c96956;font-size:35px;letter-spacing:-.06em;margin:5px 0 2px;font-variant-numeric:tabular-nums}.count-pop.is-live{animation:count-pop .55s cubic-bezier(.16,1,.3,1)}@keyframes count-pop{0%{opacity:0;transform:translateY(8px) scale(.94)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.count-pop.is-live{animation:none}}.coral{background:#f8d8cf}.mint{background:#d8ebdf}.sky{background:#d3e8e8}.yellow{background:#f8e6af}.green{background:#d8e8e0}.purple{background:#e8dcef}.disclaimer{border-top:1px solid var(--line);display:flex;gap:10px;padding-top:20px;color:#8b9791;font-size:10px;line-height:1.5}.disclaimer>span{border:1px solid #a8b3ad;width:15px;height:15px;border-radius:50%;text-align:center;flex:0 0 auto}.disclaimer p{max-width:640px}.disclaimer a{color:#a65c4f;text-decoration:underline}footer{max-width:1024px;padding:25px 28px;margin:auto;display:flex;justify-content:space-between;color:#9ba49f;font-size:11px}.results-note{max-width:610px;line-height:1.5}.results-subnote{color:#9a9182;font-size:11px;margin-top:8px}.visual-section{padding:38px 0 15px;border-bottom:1px solid var(--line)}.visual-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px;text-align:left}.visual-heading h3{margin:0;font-size:18px;letter-spacing:-.04em}.visual-heading .kicker{margin-bottom:8px}.visual-note{color:#9a9182;font-size:10px}.legend-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.child-badge{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:9px;font-weight:700}.child-0{background:#ee8f75}.child-1{background:#7fa98d}.child-2{background:#8baac0}.child-3{background:#c39a65}.child-4{background:#a97bb5}.child-5{background:#6e97c4}.leave-footnote{color:#9aa49e;font-size:10px;margin-top:13px}.mobile-policy-cards{display:none}.yearly-support-summary{display:grid;gap:14px}.support-cards-grid{display:grid;gap:10px;grid-template-columns:1fr;align-items:start}@media(min-width:700px){.support-cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.support-cards-grid{grid-template-columns:repeat(3,1fr)}}.mobile-summary-intro{border:1px solid #d9e4da;border-radius:10px;background:#f8fbf7;padding:12px}.mobile-summary-intro h4{margin:0 0 5px;font-size:13px;color:#2c413d;letter-spacing:-.01em}.mobile-summary-intro p{margin:0;font-size:11px;color:#64746f;line-height:1.4}.mobile-summary-card{border:1px solid #dce6de;border-radius:10px;background:#fffdf9;overflow:hidden}.mobile-summary-card-summary{display:block;list-style:none;cursor:pointer;padding:10px 30px 10px 10px;position:relative}.mobile-summary-card-summary::-webkit-details-marker{display:none}.mobile-summary-card-summary::marker{content:""}.mobile-summary-card-summary:after{content:"⌄";position:absolute;top:12px;right:12px;color:#8a978f;font-size:15px;line-height:1;transition:transform .18s ease}.mobile-summary-card[open] .mobile-summary-card-summary:after{transform:rotate(180deg)}.mobile-summary-card-head{display:grid;grid-template-columns:auto 1fr;gap:2px 8px;align-items:baseline}.mobile-summary-card-head strong{color:#2b413d;font-size:13px}.mobile-summary-card-head span{color:#7b8883;font-size:10px;justify-self:end}.mobile-summary-card-head b{color:#c96956;font-size:13px;grid-column:1 / -1}.mobile-bucket-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.mobile-bucket-pill{border-radius:999px;padding:4px 8px;font-size:10px;font-weight:700;line-height:1.2;background:#f5f7f4;border:1px solid #e2e9e2}.mobile-bucket-pill.bucket-cash{color:#924a3a;border-color:#e4c5bd;background:#fbf3f1}.mobile-bucket-pill.bucket-healthcare{color:#33614a;border-color:#bfd8cb;background:#f1f8f4}.mobile-bucket-pill.bucket-cda{color:#2f6170;border-color:#bfd7df;background:#eff7f9}.mobile-bucket-pill.bucket-education{color:#7d6030;border-color:#e6d5b6;background:#fcf8ef}.mobile-empty-note{color:#8d9893;font-size:11px;margin:0;padding:2px 0 0}.mobile-summary-detail{border-top:1px solid #edf2ed;background:#fbfcf9;padding:10px;display:grid;gap:10px}.mobile-summary-detail-label{margin:0;font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;color:#8a978f}.mobile-child-detail-row{border:1px solid #e6ede6;border-radius:8px;background:#fffdf9;padding:8px 9px}.mobile-child-detail-head{display:flex;align-items:center;gap:7px}.mobile-child-detail-head span{flex:1;display:flex;align-items:baseline;gap:6px;font-size:12px;font-weight:700;color:#2b413d}.mobile-child-detail-age{font-size:10px;font-weight:600;color:#8a978f;text-transform:none;letter-spacing:0}.mobile-child-detail-head b{color:#c96956;font-size:12px}.mobile-child-detail-row .mobile-bucket-pills{margin-top:7px}.mobile-policy-cards{display:none;gap:10px}.mobile-policy-card{border:1px solid #dce6de;border-radius:10px;background:#fffdf9;overflow:hidden}.mobile-policy-card-head{background:#edf4ee;border-bottom:1px solid #d9e4da;padding:10px 12px}.mobile-policy-card-head h4{margin:0;font-size:13px;color:#2f4542;letter-spacing:-.01em}.mobile-policy-card-head span{display:block;margin-top:2px;color:#73837d;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.mobile-policy-card-body{padding:10px 12px}.mobile-policy-row{padding:8px 0;border-top:1px solid #ebf0eb}.mobile-policy-row:first-of-type{border-top:0;padding-top:0}.mobile-policy-row strong{display:block;margin-bottom:4px;color:#374d49;font-size:11px}.mobile-policy-row p{margin:0;color:#5b6c66;font-size:11px;line-height:1.45}.mobile-policy-card-featured{border-color:#88b892;box-shadow:0 0 0 1px #76a87d47,0 10px 20px #507e581f}.mobile-policy-card-featured .mobile-policy-card-head{background:linear-gradient(180deg,#e4f2e6,#edf6ee);border-bottom-color:#cfe0d2}.mobile-policy-card:not(.mobile-policy-card-featured){border-color:#e6e9e4;background:#fbfaf6}.mobile-policy-card:not(.mobile-policy-card-featured) .mobile-policy-card-head{background:#f1f1ec;border-bottom-color:#e6e9e4}.mobile-policy-card:not(.mobile-policy-card-featured) .mobile-policy-card-head h4{color:#7c877f}.mobile-policy-card:not(.mobile-policy-card-featured) .mobile-policy-card-head span{color:#a3aca6}.mobile-policy-card:not(.mobile-policy-card-featured) .mobile-policy-row strong{color:#56645f}.mobile-policy-card:not(.mobile-policy-card-featured) .mobile-policy-row p{color:var(--muted)}.leave-highlight-card{margin-top:14px;border:1px solid #e6ebe5;border-radius:10px;background:#fffdf9;padding:16px 18px}.leave-highlight-head h4{margin:0;font-size:14px;color:var(--ink);letter-spacing:-.01em}.leave-highlight-head span{display:block;margin-top:2px;color:#8a978f;font-size:11px}.leave-highlight-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:14px}.leave-highlight-col{border:1px solid #e6ebe5;border-radius:8px;padding:12px 14px;background:#fbfaf6}.leave-highlight-col h5{margin:0 0 8px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#7c877f}.leave-highlight-col ul{margin:0;padding-left:16px;color:#56645f;font-size:12px;line-height:1.5}.leave-highlight-col-featured{border-color:#88b892;background:linear-gradient(180deg,#eef7ef,#f4faf4);box-shadow:0 0 0 1px #76a87d38}.leave-highlight-col-featured h5{color:#3e6b47}.leave-highlight-col-featured ul{color:#2f4538}@media(min-width:700px){.leave-highlight-grid{grid-template-columns:1fr 1fr}}.policy-summary{padding:36px 0 10px;border-bottom:1px solid var(--line)}.policy-table-wrap{border:1px solid #e6ebe5;border-radius:7px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff}.policy-table{width:100%;min-width:1320px;border-collapse:collapse}.policy-table thead th{text-align:left;background:#fbfcf9;color:#78857f;font-size:10px;letter-spacing:.01em;text-transform:uppercase;font-weight:700;border-bottom:1px solid #e6ebe5;padding:11px 14px}.policy-table thead th:first-child,.policy-table tbody td:first-child{position:sticky;left:0;z-index:2;background:#fffdf9;box-shadow:1px 0 #edf0eb}.policy-table thead th:first-child{z-index:3;background:#fbfcf9}.policy-table thead th:nth-child(2),.policy-table tbody td:nth-child(2){background:#f1f7ef;box-shadow:inset 0 3px #78a97f;color:#31453f;font-weight:700}.policy-table tbody td:nth-child(2) strong{color:#244038}.policy-table tbody tr:nth-child(2n) td:nth-child(2){background:#eaf3e8}.policy-table tbody td{border-bottom:1px solid #edf0eb;padding:12px 14px;vertical-align:top;font-size:12px;color:#4f615b}.policy-table thead th:nth-child(3),.policy-table thead th:nth-child(4),.policy-table thead th:nth-child(5){color:#a3aca6;font-weight:600}.policy-table tbody td:nth-child(3),.policy-table tbody td:nth-child(4),.policy-table tbody td:nth-child(5){color:var(--muted)}.policy-table tbody td:nth-child(3) strong,.policy-table tbody td:nth-child(4) strong,.policy-table tbody td:nth-child(5) strong{color:#56645f;font-weight:600}.policy-table tbody tr:last-child td{border-bottom:0}.policy-table thead th:first-child,.policy-table tbody td:first-child{width:220px}.policy-table thead th:nth-child(2),.policy-table tbody td:nth-child(2){width:260px}.policy-table thead th:nth-child(3),.policy-table tbody td:nth-child(3){width:260px}.policy-table thead th:nth-child(4),.policy-table tbody td:nth-child(4){width:280px}.policy-table thead th:nth-child(5),.policy-table tbody td:nth-child(5){width:260px}.policy-table strong{display:block;color:var(--ink);font-size:12px;margin-bottom:3px}.policy-table td span{display:block;line-height:1.45;margin-bottom:2px}.transition-card{margin-top:14px;border:1px solid #e6ebe5;border-radius:7px;background:#fbfcf9;padding:14px 16px}.transition-card h4{margin:0 0 9px;font-size:13px;color:var(--ink);letter-spacing:-.01em}.transition-card ul{margin:0;padding-left:17px;color:#5f706a;font-size:11px;line-height:1.5}.housing-summary,.explore-section{padding:36px 0 10px;border-bottom:1px solid var(--line)}.tab-bar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px;border-bottom:1px solid var(--line)}.tab-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:none;cursor:pointer;padding:9px 4px;margin-right:18px;font-family:inherit;font-size:13px;font-weight:600;color:#7a877f;position:relative;transition:color .18s ease}.tab-button:after{content:"";position:absolute;left:0;right:100%;bottom:-1px;height:2px;background:var(--coral);border-radius:2px;transition:right .22s ease}.tab-button:hover,.tab-button.is-active{color:var(--ink)}.tab-button.is-active:after{right:0}.tab-panel{display:none}.tab-panel.is-active{display:block;animation:rise .35s ease}@media(prefers-reduced-motion:reduce){.tab-panel.is-active{animation:none}}.housing-table-wrap{border:1px solid #e6ebe5;border-radius:7px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff}.housing-table{width:100%;min-width:1080px;border-collapse:collapse}.housing-table thead th{text-align:left;background:#fbfcf9;color:#78857f;font-size:10px;letter-spacing:.01em;text-transform:uppercase;font-weight:700;border-bottom:1px solid #e6ebe5;padding:11px 14px}.housing-table tbody td{border-bottom:1px solid #edf0eb;padding:12px 14px;vertical-align:top;font-size:12px;color:#4f615b}.housing-table tbody tr:last-child td{border-bottom:0}.housing-table tbody td:first-child{width:230px}.housing-table tbody td:nth-child(2){width:120px}.housing-table tbody td:nth-child(3){width:320px}.housing-table tbody td:nth-child(4){width:300px}.housing-table strong{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:12px;margin-bottom:3px}.housing-table td span:not(.housing-type-badge){display:block;line-height:1.45;margin-bottom:2px}.mobile-housing-cards{display:none;gap:10px}.mobile-housing-card{border:1px solid #dce6de;border-radius:10px;background:#fffdf9;overflow:hidden}.mobile-housing-card-head{display:flex;align-items:center;gap:10px;background:#f3efe2;border-bottom:1px solid #ded6c2;padding:10px 12px}.mobile-housing-card-head h4{margin:0;font-size:13px;color:#4a3d26;letter-spacing:-.01em}.mobile-housing-card-head span:not(.housing-type-badge){display:block;margin-top:2px;color:#8a7a55;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.mobile-housing-card-body{padding:10px 12px;display:grid;gap:6px}.mobile-housing-card-body p{margin:0;font-size:11px;color:#5b6c66;line-height:1.45}.mobile-housing-amount{color:#7d6030;font-weight:700}.mobile-housing-effective{color:#8d9893;font-size:10px}.sources-table-wrap{border:1px solid #e6ebe5;border-radius:7px;overflow-x:auto;-webkit-overflow-scrolling:touch;background:#fff}.sources-table{width:100%;min-width:860px;border-collapse:collapse}.sources-table thead th{text-align:left;background:#f3efe2;color:#52625f;font-size:10px;letter-spacing:.04em;text-transform:uppercase;font-weight:800;border-bottom:1px solid #d8e1d9;padding:11px 14px}.sources-table tbody td{border-bottom:1px solid #edf0eb;padding:12px 14px;vertical-align:top;font-size:12px;color:#4f615b;line-height:1.5}.sources-table tbody tr:last-child td{border-bottom:0}.sources-table tbody tr.source-row-cash td{background:#fffdf9}.sources-table tbody tr.source-row-leave td{background:#edf7f1}.sources-table tbody tr.source-row-leave td:first-child{border-left:4px solid #6ea182}.sources-table tbody tr.source-row-cash td:first-child{border-left:4px solid #e5ddd0}.sources-table tbody tr.source-row-housing td{background:#fbf6ea}.sources-table tbody tr.source-row-housing td:first-child{border-left:4px solid #c9a15f}.sources-table thead th:first-child,.sources-table tbody td:first-child{width:290px}.sources-table thead th:last-child,.sources-table tbody td:last-child{width:auto}.sources-table a{color:#a65c4f;text-decoration:underline}.mobile-source-cards{display:none;gap:10px}.mobile-source-card{border:1px solid #e6ebe5;border-radius:10px;padding:12px 13px;background:#fffdf9}.mobile-source-card.source-row-leave{background:#edf7f1;border-left:4px solid #6ea182}.mobile-source-card.source-row-cash{background:#fffdf9;border-left:4px solid #e5ddd0}.mobile-source-card.source-row-housing{background:#fbf6ea;border-left:4px solid #c9a15f}.mobile-source-card-head{display:flex;align-items:center;gap:8px}.mobile-source-card-head a{color:#a65c4f;text-decoration:underline;font-size:12px;font-weight:700;line-height:1.4}.mobile-source-card p{margin:6px 0 0;font-size:11px;color:#5b6c66;line-height:1.45}.inline-icon{width:14px;height:14px;vertical-align:-2px;margin-right:4px;flex:none}.housing-type-badge{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:#f3efe2;color:#8a7a55;flex:none}.housing-type-badge .inline-icon{width:15px;height:15px;margin:0}.source-row-leave .housing-type-badge{background:#dcefe2;color:#4f7a5c}.source-row-housing .housing-type-badge{background:#f3e9cf;color:#8a6b2f}.feedback-card{margin-top:14px;border:1px solid #e6ebe5;border-radius:7px;background:#fbfcf9;padding:14px 16px}.feedback-card h4{margin:0 0 9px;font-size:13px;color:var(--ink);letter-spacing:-.01em}.feedback-card p{margin:0;color:#5f706a;font-size:11px;line-height:1.5}.feedback-card a,footer a{color:#a65c4f;text-decoration:underline}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero{padding:28px 16px 22px}.hero-copy{max-width:none}h1{font-size:34px;line-height:1.02;letter-spacing:-.035em}.hero-lede{max-width:none}.hero-note{display:block}}@media(max-width:480px){.site-nav{padding:12px 16px;gap:10px}.site-logo span{display:none}.site-nav-links{gap:14px}.site-nav-links a{font-size:11px}}@media(max-width:460px){.hero{padding:28px 16px 20px}.hero-copy{animation:none;opacity:1;transform:none}.hero-lede{max-width:none;font-size:13px;line-height:1.5}h1{font-size:30px;line-height:1;letter-spacing:-.05em;overflow-wrap:anywhere}h1 em{display:inline;font-size:1em}.hero-note{display:block;font-size:10px;line-height:1.4}.calculator-section,.results{padding:34px 16px 44px}.section-intro,.results-head,.visual-heading{display:block;text-align:left}.section-intro h2,.results-head h2{font-size:22px;line-height:1.1}.visual-heading h3{font-size:16px}.visual-note{display:block;margin-top:6px;font-size:10px}.input-grid{grid-template-columns:1fr;gap:24px}.total{width:100%;text-align:left;padding:12px 0 0}.total strong{font-size:28px}.child-row{grid-template-columns:20px minmax(0,1fr) minmax(148px,44vw);column-gap:6px;row-gap:4px}.child-row input{font-size:11px;padding:0 6px}.child-row input[data-birthdate]{width:100%;padding-right:20px}.children-actions{margin-top:10px;gap:0}.add-child,.remove-last-child{padding:9px 0}.form-footer{display:block}.form-footer-hint{margin-bottom:12px}.primary-button{width:100%;justify-content:center}.policy-table-wrap,.sources-table-wrap{position:relative;margin:0 -2px}.policy-table-wrap:after,.sources-table-wrap:after{content:"";position:sticky;right:0;display:block;width:18px;height:100%;margin-left:auto;background:linear-gradient(90deg,#fff0,#fffdf9f5);pointer-events:none}.policy-table{width:1320px!important;min-width:1320px!important}.sources-table{min-width:860px}.policy-table thead th:first-child,.policy-table tbody td:first-child{position:static;left:auto;box-shadow:none}.policy-table thead th:first-child,.policy-table tbody td:first-child{width:220px}.policy-table thead th:nth-child(2),.policy-table tbody td:nth-child(2){width:260px}.policy-table thead th:nth-child(3),.policy-table tbody td:nth-child(3){width:260px}.policy-table thead th:nth-child(4),.policy-table tbody td:nth-child(4){width:280px}.policy-table thead th:nth-child(5),.policy-table tbody td:nth-child(5){width:260px}.policy-table thead th,.policy-table tbody td{min-width:220px}.policy-table thead th:last-child,.policy-table tbody td:last-child{border-right:0}.policy-table thead th,.policy-table tbody td,.sources-table thead th,.sources-table tbody td{padding:8px}.policy-table td span,.sources-table tbody td,.transition-card ul,.feedback-card p,.disclaimer{font-size:10px}.policy-summary,.housing-summary,.explore-section{padding-top:28px}.tab-bar{gap:4px 14px;margin-bottom:16px}.tab-button{margin-right:0;font-size:11px;padding:7px 0}.transition-card,.feedback-card{padding:13px 14px}.disclaimer{gap:8px}footer{padding:18px 16px 22px;flex-direction:column;gap:8px;align-items:flex-start;text-align:left}}@media(max-width:760px){.desktop-only-table{display:none}.mobile-policy-cards,.mobile-housing-cards,.mobile-source-cards{display:grid}.visual-section{padding-bottom:20px}}.reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{transition:none;opacity:1;transform:none}}.primary-button{transition:transform .18s ease,box-shadow .18s ease}.primary-button:hover{transform:translateY(-2px);box-shadow:0 10px 22px -10px #24343673}.primary-button:active{transform:translateY(0);box-shadow:none}.add-child,.remove-last-child{transition:color .15s ease,transform .15s ease}.add-child:hover{transform:translate(2px)}.mobile-summary-card,.mobile-housing-card,.mobile-policy-card,.mobile-source-card,.mobile-child-detail-row{transition:transform .18s ease,box-shadow .18s ease}.mobile-summary-card:hover,.mobile-housing-card:hover,.mobile-policy-card:hover,.mobile-source-card:hover{transform:translateY(-3px);box-shadow:0 12px 24px -16px #2434364d}.input-wrap{transition:border-color .15s ease,box-shadow .15s ease}.input-wrap:focus-within{border-color:var(--coral);box-shadow:0 0 0 3px #ee8f752e}.child-row input{transition:border-color .15s ease,box-shadow .15s ease}.child-row input:focus{border-color:var(--coral);box-shadow:0 0 0 3px #ee8f752e;outline:none}.site-nav-links a:focus-visible,.site-logo:focus-visible{outline:2px solid var(--coral);outline-offset:3px;border-radius:3px}@media(prefers-reduced-motion:reduce){.primary-button,.add-child,.mobile-summary-card,.mobile-housing-card,.mobile-policy-card,.mobile-source-card,.input-wrap,.child-row input{transition:none}}
