@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@400;500;600;700&family=Roboto+Slab:wght@700&display=swap";:root{font-family:Libre Franklin,system-ui,sans-serif;color:#102e47;background:#f4f7f8;font-synthesis:none;--navy:#082d49;--green:#0b622d;--gold:#df9827;--line:#d8e1e6;--muted:#5d6f7d}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button{cursor:pointer}.site-header{background:var(--navy);color:#fff}.header-inner{max-width:1200px;margin:auto;padding:12px 28px;display:flex;align-items:center;gap:16px;min-height:92px}.header-inner img{width:68px;height:68px;object-fit:contain}.header-inner strong,.header-inner span{display:block}.header-inner strong{font-size:1.1rem}.header-inner span{margin-top:5px;color:#dbe5eb}.app-shell{max-width:1200px;margin:0 auto;background:#fff;min-height:calc(100vh - 92px);padding:36px 40px 0}.title-row{display:flex;justify-content:space-between;align-items:start;gap:24px}.title-row h1,.success-page h1{font-family:Roboto Slab,serif;font-size:2.2rem;margin:0;color:var(--navy)}.title-row p{color:var(--muted);margin:8px 0}.discard{border:0;background:none;color:#526674;display:flex;gap:7px;align-items:center;padding:9px}.progress{display:flex;margin:34px 0 42px;position:relative}.progress-step{flex:1;text-align:center;position:relative;color:#6a7984}.progress-step:before{content:"";height:2px;background:#d6dee3;position:absolute;top:17px;left:-50%;right:50%}.progress-step:first-child:before{display:none}.progress-step span{position:relative;z-index:1;margin:auto;width:36px;height:36px;border:2px solid #aab8c1;background:#fff;border-radius:50%;display:grid;place-items:center;font-weight:700}.progress-step em{display:block;font-style:normal;font-size:.86rem;margin-top:9px}.progress-step.done span{background:var(--green);border-color:var(--green);color:#fff}.progress-step.active span{border-color:var(--green);color:var(--green)}.progress-step.active em,.progress-step.done em{color:#174d2c;font-weight:600}.content-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:38px}.household-summary{border:1px solid var(--line);border-radius:10px;padding:22px 18px;height:max-content;background:#fbfcfc}.household-summary h2{font-size:1.05rem;margin:0 0 20px}.household-summary p{display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #e4e9ec;padding:0 0 16px;margin:0 0 16px;font-size:.83rem;overflow-wrap:anywhere}.household-summary svg{width:19px;flex:none}.household-summary span,.household-summary small{display:block}.household-summary small{margin-top:4px;color:var(--muted)}.children-count{display:flex;gap:9px;align-items:center;color:var(--green);font-weight:600}.form-surface{min-width:0}.section-heading{display:flex;align-items:start;justify-content:space-between;margin-bottom:24px}.section-heading h2{font-family:Roboto Slab,serif;font-size:1.55rem;margin:0;color:var(--navy)}.section-heading p,.subtle{color:var(--muted);margin:7px 0 0;line-height:1.55}.section-heading>svg{color:var(--green);width:30px;height:30px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:flex;flex-direction:column;gap:7px;font-size:.9rem;font-weight:600}.field b,legend b{color:#b3372f}.field small{font-weight:400;color:var(--muted);line-height:1.35}.field input,.field select,.field textarea{width:100%;border:1px solid #b9c7cf;border-radius:7px;padding:12px 13px;background:#fff;color:var(--navy);min-height:46px}.field textarea{min-height:92px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{outline:3px solid #c8e4d2;border-color:var(--green)}h3{color:var(--navy);margin:30px 0 12px}.optional{font:500 .73rem Libre Franklin,sans-serif;color:var(--muted);background:#eef2f4;padding:4px 7px;border-radius:4px;margin-left:5px}.child-editor{border:1px solid var(--line);border-radius:10px;padding:22px;margin-bottom:16px}.child-editor-head{display:flex;align-items:center;gap:13px;margin-bottom:20px}.child-editor-head h3{margin:0}.child-editor-head p{margin:5px 0 0}.avatar{width:48px;height:48px;background:var(--green);border-radius:50%;color:#fff;display:grid;place-items:center;font-weight:700;font-size:1.15rem;flex:none}.icon-button{margin-left:auto;border:0;background:none;color:#9f3b36;padding:8px}.club-line{color:var(--green);font-weight:600}.danger{color:#a02d27;font-weight:600}.add-button{border:1.5px solid var(--green);border-radius:8px;color:var(--green);background:#fff;width:100%;padding:14px;display:flex;justify-content:center;align-items:center;gap:8px;font-weight:700}.actions{display:flex;justify-content:space-between;margin-top:28px;padding:24px 0 34px;border-top:1px solid var(--line)}.primary,.secondary{min-height:48px;border-radius:8px;padding:0 22px;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:700}.primary{background:var(--green);color:#fff;border:1px solid var(--green);min-width:190px}.primary:disabled{opacity:.65}.secondary{background:#fff;color:var(--navy);border:1px solid #aebdc6}fieldset{border:0;padding:20px 0;margin:20px 0;border-top:1px solid var(--line)}legend{font-weight:700;padding-top:20px}.choice-row{display:flex;flex-wrap:wrap;gap:10px}.choice-row label,.switch-label{border:1px solid var(--line);padding:12px 14px;border-radius:7px;display:flex;align-items:center;gap:8px}.check-panel{display:flex;align-items:flex-start;gap:12px;border:1px solid #a9c8b4;background:#f5faf7;padding:16px;border-radius:8px;margin-top:18px}.check-panel input{width:20px;height:20px;accent-color:var(--green);flex:none}.check-panel span,.check-panel small{display:block}.check-panel small{font-weight:400;color:var(--muted);margin-top:6px;line-height:1.45}.consent-panel{background:#f7f9fa;border:1px solid var(--line);border-radius:10px;padding:22px;margin-top:24px}.consent-panel h3{margin-top:0}.consent-panel>p{line-height:1.6;color:#425a6b}.uniform-toggle{display:flex;justify-content:space-between;align-items:center;gap:20px}.uniform-toggle h3{margin:0}.uniform-toggle p{margin:5px 0;color:var(--muted)}.uniform-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;margin:22px 0}.review-block{border:1px solid var(--line);border-radius:9px;padding:20px;margin:0 0 15px}.review-block h3{margin:0}.review-title{display:flex;align-items:center;justify-content:space-between}.club-badge{background:#eef7f1;color:var(--green);border:1px solid #bcd4c4;padding:6px 10px;border-radius:6px;font-size:.82rem;font-weight:700}.review-block dl{display:grid;grid-template-columns:150px 1fr;gap:10px;margin-bottom:0}.review-block dt{font-weight:700}.review-block dd{margin:0;line-height:1.5;color:#526674}.signature{display:flex;align-items:center;gap:15px;background:#f5faf7;border-color:#bcd4c4}.signature p{margin:4px 0;color:var(--muted)}.error-box{display:flex;gap:12px;background:#fff4f2;color:#842b26;border:1px solid #e8bcb7;border-radius:8px;padding:15px;margin-bottom:20px}.error-box svg{flex:none}.error-box ul{margin:7px 0 0;padding-left:20px}.error-box li{margin:4px 0}footer{border-top:1px solid var(--line);margin-top:24px;padding:22px 0;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:.84rem}.honeypot{position:absolute!important;left:-10000px!important}.success-page{max-width:600px;text-align:center;margin:8vh auto;padding:40px 24px}.success-page>img{width:100px}.success-icon{margin:26px auto 18px;width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}.success-icon svg{width:34px;height:34px}.success-page p{line-height:1.6;color:#526674}.reference{border:1px solid var(--line);border-radius:10px;padding:18px;margin:28px auto;max-width:390px}.reference span,.reference strong{display:block}.reference span{color:var(--muted);font-size:.82rem}.reference strong{font-size:1.4rem;margin-top:6px;letter-spacing:.05em;color:var(--navy)}@media (max-width:760px){.header-inner{padding:10px 20px;min-height:78px}.header-inner img{width:55px;height:55px}.header-inner strong{font-size:.92rem}.header-inner span{font-size:.78rem}.app-shell{padding:26px 20px 0}.title-row h1{font-size:1.75rem}.title-row p{font-size:.88rem}.discard{font-size:0;width:40px;height:40px;padding:10px}.discard svg{width:20px;height:20px}.progress{margin:28px 0 36px}.progress-step em{font-size:.66rem;line-height:1.25}.progress-step span{width:30px;height:30px}.progress-step:before{top:14px}.content-layout{display:block}.household-summary{display:none}.form-grid,.uniform-list{grid-template-columns:1fr}.section-heading h2{font-size:1.32rem}.section-heading p{font-size:.88rem}.child-editor{padding:17px}.child-editor-head{align-items:flex-start}.actions{position:sticky;bottom:0;background:#fffffff7;margin-left:-20px;margin-right:-20px;padding:14px 20px;z-index:5}.primary,.secondary{min-width:0;padding:0 16px}.choice-row{display:grid}.uniform-toggle{align-items:flex-start;flex-direction:column}.review-block dl{grid-template-columns:1fr;gap:4px}.review-block dd{margin-bottom:10px}footer{margin-top:4px}.success-page{margin-top:3vh}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}.check-panel label{cursor:pointer}.text-link{border:0;background:none;color:var(--green);font-weight:700;text-decoration:underline;text-underline-offset:3px;padding:9px 0 0}.text-link:hover{color:#084a23}.text-link:focus-visible{outline:3px solid #c8e4d2;outline-offset:3px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#051a2ab8;z-index:20;display:grid;place-items:center;padding:22px}.modal{position:relative;background:#fff;border-radius:12px;box-shadow:0 22px 60px #00000047;width:min(680px,100%);max-height:88vh;overflow:auto;padding:30px}.modal h2{font-family:Roboto Slab,serif;color:var(--navy);margin:0 45px 14px 0}.modal p,.modal li{line-height:1.55;color:#425a6b}.modal li{margin:8px 0}.modal-close{position:absolute;right:16px;top:16px;border:0;background:#eef2f4;border-radius:50%;width:40px;height:40px;display:grid;place-items:center;color:var(--navy)}.modal-done{margin:22px 0 0 auto}@media (max-width:760px){.modal-backdrop{padding:12px}.modal{padding:24px 20px;max-height:92vh}.modal ul{padding-left:22px}.modal-done{width:100%}}.dob-control{display:grid;grid-template-columns:22px minmax(110px,1.5fr) minmax(72px,.7fr) minmax(82px,.8fr);gap:8px;align-items:center;border:1px solid #b9c7cf;border-radius:7px;padding:7px 9px;background:#fff;min-height:54px}.dob-control:focus-within{outline:3px solid #c8e4d2;border-color:var(--green)}.dob-control svg{color:var(--green)}.dob-control select{border:0;min-height:38px;padding:0 3px;border-radius:4px;background:#fff;color:var(--navy);font-weight:500}.dob-control select:focus{outline:2px solid #c8e4d2}.help-details{font-weight:400;color:var(--muted);margin-top:8px}.help-details summary{display:flex;align-items:center;gap:6px;color:var(--green);cursor:pointer;font-weight:600}.help-details p{line-height:1.5;margin:9px 0 0}.check-panel input:disabled,.choice-row input:disabled{opacity:.48;cursor:not-allowed}.choice-row label:has(input:disabled){background:#f5f7f8;color:#798995}.legal-modal h3{margin:26px 0 8px;font-family:Roboto Slab,serif;font-size:1.08rem}.legal-modal ol{padding-left:22px}.payment-total{border:1px solid #bcd4c4;background:linear-gradient(135deg,#f5faf7,#fff);border-radius:12px;padding:24px;display:grid;grid-template-columns:1fr auto;gap:5px;margin:4px 0 20px}.payment-total span{font-weight:700;color:var(--navy)}.payment-total strong{font:700 2.15rem Roboto Slab,serif;color:var(--green);grid-row:span 2}.payment-total small{color:var(--muted)}.payment-options{display:grid;gap:12px}.payment-option{display:flex;gap:14px;align-items:flex-start;border:1px solid var(--line);border-radius:9px;padding:17px;color:var(--navy);text-decoration:none}.payment-option>svg{color:var(--green);width:24px;flex:none}.payment-option strong,.payment-option small{display:block}.payment-option small{margin-top:5px;color:var(--muted);line-height:1.45}.payment-option.giving{border-color:#9ec9ad;background:#f6fbf8}.payment-option.giving:hover{border-color:var(--green);box-shadow:0 4px 16px #0b622d1a}.payment-method{margin:24px 0 0}.payment-review{display:flex;gap:15px;align-items:center;background:#f6fbf8;border-color:#bcd4c4}.payment-review>svg{color:var(--green);width:26px}.payment-review p{margin:4px 0 0;color:var(--muted)}.confirmation-payment{border:1px solid #bcd4c4;background:#f5faf7;border-radius:10px;text-align:left;padding:20px 22px;margin:0 auto 24px;max-width:500px}.confirmation-payment h2{font-family:Roboto Slab,serif;font-size:1.2rem;color:var(--navy);margin:0 0 10px}.confirmation-payment p{margin:8px 0}.confirmation-payment a{color:var(--green);font-weight:700;display:inline-flex;align-items:center;gap:4px}@media (max-width:760px){.dob-control{grid-template-columns:20px minmax(104px,1.35fr) minmax(64px,.65fr) minmax(76px,.75fr);gap:5px;padding:7px}.dob-control select{font-size:.88rem}.payment-total{padding:19px}.payment-option{padding:15px}.payment-method .choice-row{grid-template-columns:1fr}.legal-modal ol{padding-left:20px}}
