:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1c3537;background:#f3f6f7;font-synthesis:none;--green:#0a4c49;--muted:#5b6f73;--line:#dce5e6}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid #48a3d3;outline-offset:4px}button:disabled{cursor:not-allowed;opacity:.55}.header{height:102px;max-width:1240px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 38px;border-bottom:1px solid var(--line)}.brand{color:var(--green);display:flex;align-items:center;gap:12px;text-decoration:none}.mark{width:43px;height:43px;background:var(--green);color:white;border-radius:12px;display:grid;place-items:center;font-size:30px;font-weight:650}.brand strong{font-size:25px;letter-spacing:2px}.brand small{display:block;font-size:12px;letter-spacing:.1px}.chat-link{background:none;border:1px solid #b4c7c9;border-radius:99px;padding:12px 18px;font-size:14px;font-weight:600;color:var(--green)}.chat-link span{margin-left:14px}main{max-width:1240px;margin:auto;padding:55px 38px 20px}.layout{display:grid;grid-template-columns:.88fr 1.25fr;gap:72px;align-items:start}aside{padding:40px 0;position:sticky;top:24px}.eyebrow,.panel-kicker{font-size:12px;font-weight:700;letter-spacing:1.8px;color:#517879}.eyebrow{margin:0 0 24px}h1{font-size:clamp(35px,3.9vw,51px);line-height:1.15;font-weight:520;letter-spacing:-1.9px;margin:0 0 25px}h1 em{font-style:normal;color:#14776d}.intro{color:var(--muted);font-size:17px;line-height:1.8;max-width:345px}.aside-note{border-top:1px solid var(--line);margin-top:42px;padding-top:26px;display:flex;gap:13px;align-items:start;max-width:340px}.note-icon{background:#dceee8;color:#176653;border-radius:50%;width:27px;height:27px;display:grid;place-items:center;flex-shrink:0}.aside-note p{margin:0;font-size:14px;line-height:1.8;color:var(--muted)}.aside-note strong{color:#254b49;font-weight:600}.aside-chat{font-size:14px;border:0;background:none;border-bottom:1px solid #a6bbb9;padding:10px 0;color:var(--green);margin:10px 0 0 40px}.aside-chat span{margin-left:10px}.aside-bottom{font-size:13px;color:#738688;margin-top:58px}.aside-bottom span{margin-right:7px}.panel{background:#fff;border:1px solid #dde6e7;border-radius:22px;padding:32px;box-shadow:0 12px 40px #153b4110}.panel-top{display:flex;justify-content:space-between;align-items:center}#step-count{font-size:13px;color:var(--muted)}.progress{list-style:none;display:flex;padding:0;margin:25px 0 32px;gap:6px}.progress li{flex:1;border-bottom:2px solid #e7edef;padding-bottom:15px;font-size:13px;color:#7c8c8e;display:flex;gap:8px;align-items:center}.progress li span{height:22px;width:22px;display:grid;place-items:center;background:#f1f4f5;border-radius:50%;font-size:12px}.progress li.active{color:var(--green);border-color:#187d72;font-weight:600}.progress li.active span{color:white;background:var(--green)}h2{font-size:24px;letter-spacing:-.6px;margin:0 0 9px;font-weight:600;outline:none}.subtext{margin:0 0 25px;font-size:15px;line-height:1.6;color:var(--muted)}.choices{display:grid;grid-template-columns:1fr 1fr;gap:11px}.choice{display:flex;gap:13px;align-items:center;text-align:left;min-height:101px;border:1px solid var(--line);border-radius:12px;background:white;padding:17px 14px;color:#253f40;transition:border-color .15s,background .15s}.choice:hover{border-color:#4d8d82;background:#f4faf8}.choice .ico{height:35px;width:35px;border-radius:10px;background:#eff5f5;display:grid;place-items:center;flex-shrink:0;color:#246d65}.choice svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.choice strong{font-size:15px;font-weight:600;display:block}.choice small{display:block;font-size:12px;color:#728487;margin-top:5px;line-height:1.4}.privacy{display:flex;gap:9px;border-top:1px solid #e9eeee;padding-top:20px;margin-top:27px;color:#718184}.privacy p{font-size:12px;line-height:1.7;margin:0}.privacy>span{font-size:21px}.preview{margin-bottom:18px;padding:10px 15px;background:#fff4d9;border:1px solid #ead39b;color:#725717;border-radius:10px;font-size:13px}.section-title{font-size:14px;font-weight:650;color:var(--green);margin:27px 0 16px;padding-bottom:10px;border-bottom:1px solid #e9eeee}.fields{display:grid;grid-template-columns:1fr 1fr;gap:19px 16px}.field{min-width:0}.field.full{grid-column:1/-1}.field label{display:block;font-size:14px;font-weight:550;margin-bottom:8px}.optional{color:#7c8c8e;font-weight:400;font-size:12px}.field input,.field select,.field textarea{width:100%;min-height:46px;border:1px solid #c9d7d9;border-radius:9px;padding:11px 12px;background:white;color:#213c3e;font-size:16px}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid #86b8af;outline-offset:1px;border-color:#286e64}.field textarea{resize:vertical;min-height:95px}.help{color:#718184;font-size:12px;line-height:1.6;margin:6px 0 0}.actions{display:flex;gap:12px;margin-top:27px}.primary{border:1px solid var(--green);background:var(--green);color:white;border-radius:10px;padding:14px 20px;font-size:15px;font-weight:600;flex:1;text-decoration:none;text-align:center}.primary:hover{background:#11645e}.secondary{border:1px solid #d1dedf;border-radius:10px;background:white;color:#355459;padding:13px 17px;font-size:14px}.notice{padding:14px 16px;background:#f0f6f6;border-radius:10px;font-size:14px;line-height:1.65;margin:20px 0 0;color:#476267}.notice strong{color:#234c48}.error{color:#a12d27;font-size:14px;line-height:1.6;margin:15px 0 0}.summary{margin:24px 0;border:1px solid var(--line);border-radius:12px;overflow:hidden}.summary div{display:grid;grid-template-columns:minmax(0,43fr) minmax(0,57fr);padding:12px 16px;border-bottom:1px solid #edf1f1;gap:10px}.summary div:last-child{border-bottom:0}.summary dt{font-size:13px;color:#6a7f82}.summary dd{margin:0;font-size:14px;overflow-wrap:anywhere;white-space:pre-wrap}.hint{font-size:13px;text-align:center;line-height:1.7;color:#6a7f82;margin:13px 0 0}.status{font-size:14px;color:#226b58;line-height:1.7}.copy{width:100%;margin-top:12px}footer{border-top:1px solid var(--line);padding-top:22px;margin-top:55px;font-size:12px;color:#6e8386}footer span{padding:0 7px}.footer-note{float:right}dialog{border:1px solid var(--line);border-radius:20px;padding:36px;max-width:460px;width:calc(100% - 32px);color:#26494b;box-shadow:0 20px 80px #1237}dialog::backdrop{background:#132e3c66;backdrop-filter:blur(3px)}dialog p{line-height:1.7}.close{position:absolute;right:15px;top:10px;font-size:27px;border:0;background:none;color:#536e6f}dialog .primary{display:block;width:100%;margin-top:25px}[hidden]{display:none!important}@media(max-width:950px){.layout{gap:32px;grid-template-columns:.8fr 1.2fr}.panel{padding:25px}.choices{grid-template-columns:1fr}.choice{min-height:80px}}@media(max-width:700px){.header{padding:0 20px;height:84px}.brand strong{font-size:22px}.brand small{font-size:10px}.mark{width:37px;height:37px;font-size:26px}.chat-link{padding:10px 12px;font-size:12px}.chat-link span{margin-left:3px}main{padding:25px 17px}.layout{display:block}aside{position:static;padding:0 5px 26px}aside .eyebrow{font-size:11px;margin-bottom:12px}h1{font-size:34px;letter-spacing:-1px;margin-bottom:13px}h1 br{display:none}.intro{max-width:none;font-size:15px;margin-bottom:0;line-height:1.7}.aside-note,.aside-bottom{display:none}.aside-chat{margin:6px 0 0;font-size:13px}.panel{padding:24px 20px;border-radius:17px}.progress{margin:22px 0 27px}.choices{grid-template-columns:1fr 1fr;gap:9px}.choice{display:block;padding:13px;min-height:127px}.choice .ico{margin-bottom:10px}.choice strong{font-size:14px}.choice small{font-size:12px}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}footer{margin-top:29px;line-height:1.8}.footer-note{float:none;display:block;padding:0}h2{font-size:22px}.actions{flex-wrap:wrap}.summary div{padding:12px;grid-template-columns:minmax(0,40fr) minmax(0,60fr);gap:5px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

.photo-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin:15px 0}.photo-card{min-width:0;border:1px solid var(--line);border-radius:10px;padding:10px;background:#f7fafa}.photo-card img{display:block;width:100%;height:100px;object-fit:contain;margin-bottom:8px}.photo-card span{display:block;overflow-wrap:anywhere;font-size:12px;color:var(--muted)}.photo-card button{margin-top:8px;padding:7px 10px;border:1px solid #ccd9d9;border-radius:6px;background:white;color:var(--green);font-size:13px}.upload-label{display:block;font-size:14px;font-weight:600;margin:18px 0 10px}.photo-input{width:100%;font-size:14px;border:1px dashed #89aaa5;padding:15px;border-radius:10px}.photo-input::file-selector-button{border:0;background:var(--green);color:white;padding:10px;border-radius:6px;margin-right:10px;cursor:pointer}.share-photos{display:block;width:100%;margin-top:23px}

.photo-picker{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:16px 0}.photo-picker .secondary{border-color:#0a4c49;color:#0a4c49;font-weight:600}.photo-picker span{font-size:14px;color:var(--muted)}

/* Comfortable touch targets and narrow-screen layouts. */
.layout>*{min-width:0}.field input,.field select,.field textarea{min-width:0;max-width:100%;min-height:48px}.field input[type=date],.field input[type=time]{appearance:none;-webkit-appearance:none}.primary,.secondary,.chat-link,.aside-chat,.photo-card button,.close{min-height:44px}.close{min-width:44px}.photo-card button{width:100%;font-size:14px}.summary dt,.summary dd{min-width:0;overflow-wrap:anywhere}.help,.privacy p,.hint{font-size:14px}.choices{grid-template-columns:repeat(2,minmax(0,1fr))}.choice{min-width:0}.choice strong,.choice small{overflow-wrap:anywhere}
@media (min-width:701px) and (max-width:950px){.choices{grid-template-columns:1fr}.fields{grid-template-columns:1fr}.field.full{grid-column:auto}}
@media (max-width:700px){.header{height:auto;min-height:84px;padding:16px 20px;gap:12px;flex-wrap:wrap}.brand{min-width:0}.chat-link{font-size:14px}main{padding-top:20px}aside{padding-bottom:20px}h1{font-size:30px}.intro{line-height:1.5}.aside-chat{font-size:14px}.panel{padding:22px 16px}.progress{gap:5px}.progress li{gap:5px;font-size:12px}.actions{flex-direction:column}.actions>*{width:100%;flex:auto}.primary,.secondary{min-height:48px}.summary div{grid-template-columns:minmax(0,2fr) minmax(0,3fr);gap:10px}.photo-picker .secondary{width:100%}.photo-picker{gap:8px}.photo-list{grid-template-columns:repeat(2,minmax(0,1fr))}dialog{padding:48px 20px 24px}}
@media (max-width:380px){.header{padding:14px 17px}.chat-link{width:100%}.choices{grid-template-columns:1fr}.choice{display:flex;min-height:80px}.choice .ico{margin-bottom:0}.choice strong{font-size:15px}.summary div{grid-template-columns:1fr;gap:5px}.panel-kicker{letter-spacing:1px}.panel-top{gap:8px}main{padding-left:12px;padding-right:12px}}
.admin-main{max-width:880px}.admin-main h1{font-size:30px}.admin-main p{line-height:1.6}.admin-main textarea{min-height:320px}.admin-main details{margin-top:24px}.admin-main summary{cursor:pointer;padding:12px 0}.photo-methods{display:grid;gap:12px;margin:16px 0}.photo-methods label{display:flex;align-items:start;gap:10px;border:1px solid var(--line);padding:14px;border-radius:10px;line-height:1.5}.photo-methods input{width:22px;height:22px;flex-shrink:0}.photo-methods small{display:block;font-size:14px;color:var(--muted)}
