:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#17342f;background:#e9ede5;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #17342f;--muted: #6a7974;--line: #dce2d9;--paper: #f6f7f3;--card: #ffffff;--green: #123d35;--green-2: #1f5a4d;--mint: #dcebe3;--gold: #d9973a;--gold-soft: #f5ead7;--red: #ad4b42;--red-soft: #f7e6e3;--shadow: 0 10px 28px rgba(25, 55, 47, .08)}*{box-sizing:border-box}html{background:#e9ede5}body{margin:0;min-width:320px;min-height:100vh;background:var(--paper)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{color:inherit}.page{min-height:100vh;background:var(--paper)}.with-nav{padding-bottom:calc(86px + env(safe-area-inset-bottom))}.content{width:min(100%,760px);margin:0 auto;padding:18px 16px 36px}.icon{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}.page-header{position:sticky;top:0;z-index:20;color:#fff;background:#123d35f7;padding:calc(12px + env(safe-area-inset-top)) 16px 14px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-row{display:flex;width:min(100%,760px);margin:auto;align-items:center;gap:10px}.header-copy{min-width:0;flex:1}.page-header h1{margin:0;font-size:20px;line-height:1.25;letter-spacing:-.02em}.page-header p{margin:4px 0 0;color:#c8d8d2;font-size:12px;line-height:1.4}.icon-button{display:grid;place-items:center;width:44px;height:44px;margin-left:-8px;border:0;border-radius:14px;background:transparent;color:#fff}.icon-button:active{background:#ffffff1f}.home-hero{color:#fff;background:var(--green);padding:calc(28px + env(safe-area-inset-top)) 18px 72px;border-radius:0 0 34px 34px}.home-hero>*{width:min(100%,720px);margin-left:auto;margin-right:auto}.eyebrow{color:#b8d0c7;font-size:12px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.home-hero h1{margin-top:10px;margin-bottom:8px;font-size:clamp(29px,9vw,42px);line-height:1.1;letter-spacing:-.04em}.home-hero>p{margin-top:0;color:#d6e1dc;font-size:14px}.progress-card{margin-top:25px;padding:18px;border:1px solid rgba(255,255,255,.13);border-radius:22px;background:#ffffff17;box-shadow:0 12px 40px #04191426}.progress-copy{display:flex;align-items:baseline;gap:7px}.progress-copy strong{font-size:34px;line-height:1}.progress-copy span{color:#d5e1dc;font-size:13px}.progress-track{height:7px;margin:15px 0 13px;overflow:hidden;border-radius:999px;background:#ffffff26}.progress-track span{display:block;min-width:3px;height:100%;border-radius:inherit;background:#e6b05d;transition:width .25s ease}.summary-chips{display:flex;gap:8px;flex-wrap:wrap}.summary-chips span{padding:6px 9px;border-radius:999px;color:#e0e9e5;background:#ffffff17;font-size:12px}.summary-chips .question{color:#ffe0b1;background:#d9973a33}.home-content{position:relative;margin-top:-48px}.quick-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:28px}.action-card{display:flex;align-items:center;gap:12px;min-height:74px;padding:15px;border:1px solid var(--line);border-radius:20px;background:var(--card);box-shadow:var(--shadow)}.action-card>.icon:first-child{width:42px;height:42px;padding:10px;border-radius:14px;color:var(--green);background:var(--mint)}.action-card.accent>.icon:first-child{color:#765018;background:#f6e5c7}.action-card span{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.action-card strong{font-size:15px}.action-card small{color:var(--muted);font-size:12px}.action-card>.icon:last-child{color:#8a9692}.section-heading{display:flex;align-items:end;justify-content:space-between;margin:8px 2px 13px}.section-heading span{color:var(--green-2);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.section-heading h2{margin:3px 0 0;font-size:20px;letter-spacing:-.02em}.section-heading>small{color:var(--muted);font-size:12px}.process-list{display:grid;gap:9px}.process-card{display:flex;min-height:68px;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--line);border-radius:18px;background:var(--card)}.process-card:active{transform:scale(.99);background:#fafbf8}.process-number{display:grid;flex:0 0 auto;place-items:center;width:40px;height:40px;border-radius:13px;color:#687a73;background:#edf0eb;font-size:12px;font-weight:800}.process-number.complete{color:#fff;background:var(--green-2)}.process-copy{display:flex;min-width:0;flex:1;align-items:center;gap:7px;flex-wrap:wrap}.process-copy strong{width:100%;font-size:15px}.process-copy small{color:var(--muted);font-size:11px}.status-pill{padding:3px 8px;border-radius:999px;color:#68746f;background:#edf0ec;font-size:10px;font-weight:700}.status-pill.initial{color:#72551d;background:var(--gold-soft)}.status-pill.clear{color:#275d50;background:var(--mint)}.status-pill.questions{color:#8b4039;background:var(--red-soft)}.process-card>.icon{color:#98a29f}.bottom-nav{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,1fr);height:calc(68px + env(safe-area-inset-bottom));padding:7px max(12px,calc((100% - 760px)/2)) env(safe-area-inset-bottom);border-top:1px solid rgba(28,54,47,.1);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 -8px 28px #16322b14}.bottom-nav a{display:flex;min-width:80px;align-items:center;justify-content:center;gap:3px;border-radius:15px;color:#73817c;flex-direction:column;font-size:11px;font-weight:700}.bottom-nav a.active{color:var(--green);background:#edf4f0}.bottom-nav a:active{background:#edf1ee}.card{margin-bottom:14px;padding:17px;border:1px solid var(--line);border-radius:22px;background:var(--card);box-shadow:0 5px 18px #1d362f0a}.card h2,.card h3{margin:0;font-size:17px}.card p{color:var(--muted)}.form-content{padding-top:14px}.field{display:block;margin-bottom:17px}.field:last-child{margin-bottom:0}.field-label{display:flex;align-items:center;gap:6px;margin-bottom:7px;font-size:13px;font-weight:750}.field-label small{padding:2px 6px;border-radius:999px;color:#7e8985;background:#eef1ed;font-size:9px}.field-hint{display:block;margin:-2px 0 8px;color:var(--muted);font-size:11px;line-height:1.45}input:not([type=checkbox]):not([type=file]),textarea,select{width:100%;min-height:48px;border:1px solid #d5ddd7;border-radius:13px;outline:none;color:var(--ink);background:#fbfcfa;padding:12px 13px;font-size:15px;transition:border .15s,box-shadow .15s}textarea{min-height:80px;resize:vertical;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:#4e8273;box-shadow:0 0 0 3px #316f5e1f;background:#fff}input::placeholder,textarea::placeholder{color:#9ca6a2}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#5f6e69 50%),linear-gradient(135deg,#5f6e69 50%,transparent 50%);background-position:calc(100% - 18px) 20px,calc(100% - 13px) 20px;background-size:5px 5px;background-repeat:no-repeat}.two-column{display:grid;grid-template-columns:1fr;gap:0 12px}.save-state{display:inline-flex;flex:0 0 auto;align-items:center;gap:4px;padding:7px 9px;border-radius:999px;color:#c7d8d1;background:#ffffff17;font-size:10px;white-space:nowrap}.save-state.saved{color:#dff3e9}.save-state.error{color:#ffd1c9;background:#ad4b4240}.completion-banner{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:14px;border:1px solid #ead9bb;border-radius:18px;background:var(--gold-soft)}.completion-banner>span{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;border-radius:14px;color:#7c581d;background:#fff7e9}.completion-banner.complete{border-color:#c8dfd4;background:var(--mint)}.completion-banner.complete>span{color:#fff;background:var(--green-2)}.completion-banner strong{display:block;font-size:14px}.completion-banner p{margin:4px 0 0;color:#6e746d;font-size:11px}.status-card h2{margin-bottom:11px}.segmented{display:grid;gap:5px;padding:4px;border-radius:14px;background:#f0f2ee}.status-segmented{grid-template-columns:1fr 1fr}.segmented button{min-height:42px;border:0;border-radius:11px;color:#67746f;background:transparent;font-size:12px;font-weight:700}.segmented button.selected{color:#fff;background:var(--green-2);box-shadow:0 4px 10px #194b3e2e}.disclosure{padding:0;overflow:hidden}.disclosure>summary{display:flex;min-height:72px;align-items:center;gap:12px;padding:16px 17px;cursor:pointer;list-style:none}.disclosure>summary::-webkit-details-marker,.summary-process-list summary::-webkit-details-marker{display:none}.disclosure>summary span{display:flex;flex:1;flex-direction:column;gap:3px}.disclosure>summary strong{font-size:16px}.disclosure>summary small{color:var(--muted);font-size:11px}.disclosure>summary>.icon{color:#86928e;transition:transform .2s}.disclosure[open]>summary>.icon{transform:rotate(90deg)}.disclosure-body{padding:4px 17px 18px;border-top:1px solid #edf0ec}.disclosure-body>.field:first-child{margin-top:16px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.section-title-row>div{min-width:0}.section-title-row h2,.section-title-row h3{margin:0}.section-title-row p{margin:4px 0 0;font-size:11px;line-height:1.4}.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:14px;padding:10px 15px;font-size:13px;font-weight:750;cursor:pointer}.button:active{transform:translateY(1px)}.button:disabled,.button.disabled{opacity:.55;pointer-events:none}.button.primary{color:#fff;background:var(--green-2);box-shadow:0 6px 14px #194d3f29}.button.secondary{border-color:#d5dfd9;color:var(--green);background:#f7faf8}.button.ghost{border-color:#d9dfdb;color:var(--green);background:#fff}.button.danger{border-color:#ecc9c5;color:var(--red);background:#fff7f6;box-shadow:none}.button.compact{min-height:40px;padding:8px 11px;white-space:nowrap}.button.full{width:100%;margin-bottom:10px}.button.large{min-height:54px;font-size:15px}.parameter-section>.section-title-row{margin-bottom:14px}.parameter-card{margin-top:12px;padding:14px;border:1px solid #e2e7e2;border-radius:16px;background:#f9faf8}.parameter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.parameter-head strong{font-size:13px}.parameter-head button{display:grid;place-items:center;width:35px;height:35px;border:0;border-radius:10px;color:var(--red);background:var(--red-soft)}.empty-inline{padding:14px;border-radius:14px;color:var(--muted);background:#f4f6f2;font-size:12px;text-align:center}.equipment-section .section-title-row{margin-bottom:12px}.equipment-empty{display:flex;min-height:130px;align-items:center;justify-content:center;gap:5px;border:1px dashed #c9d6cf;border-radius:17px;color:#567269;background:#f6faf7;flex-direction:column}.equipment-empty strong{margin-top:4px;font-size:14px}.equipment-empty span{color:var(--muted);font-size:11px}.equipment-list{display:grid;gap:7px}.equipment-list a{display:flex;min-height:62px;align-items:center;gap:10px;padding:9px;border-radius:14px;background:#f7f9f6}.device-icon{display:grid;flex:0 0 auto;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--green-2);background:var(--mint)}.equipment-list a>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.equipment-list strong{font-size:13px}.equipment-list small{color:var(--muted);font-size:11px}.equipment-list a>.icon{color:#8d9994}.notice{margin:13px 0;padding:12px 14px;border:1px solid #d4e1da;border-radius:15px;color:#49685e;background:#edf5f0;font-size:12px;line-height:1.55}.notice.warning{border-color:#ead3ae;color:#77541f;background:#fbf2e2}.notice.success{border-color:#c7ddce;color:#2e6552;background:#e8f4ec}.photo-card-main{padding:14px}.photo-section .section-title-row{align-items:flex-start;margin-bottom:11px;flex-direction:column}.photo-section h3{font-size:16px}.photo-actions{display:grid;width:100%;grid-template-columns:1fr 1fr;gap:7px}.photo-actions .button{min-width:0;padding-right:8px;padding-left:8px}.photo-picker-hint{margin:-3px 0 11px!important;color:var(--muted);font-size:10px!important}.photo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.photo-grid figure{position:relative;margin:0;overflow:hidden;aspect-ratio:1;border-radius:14px;background:#dde4df}.photo-grid img{width:100%;height:100%;object-fit:cover}.photo-grid figcaption{position:absolute;right:6px;bottom:6px;left:6px;overflow:hidden;padding:4px 6px;border-radius:7px;color:#fff;background:#071914a6;font-size:9px;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.photo-grid figure>button{position:absolute;top:6px;right:6px;display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:10px;color:#fff;background:#0719149e}.photo-empty{display:flex;height:118px;align-items:center;justify-content:center;gap:7px;border:1px dashed #ccd7d1;border-radius:15px;color:#7b8a85;background:#f8faf8;flex-direction:column;font-size:11px}.copy-button{display:flex;width:100%;align-items:center;gap:11px;margin-bottom:14px;padding:13px;border:1px solid #decba9;border-radius:17px;color:#6f5427;background:#faf1e0;text-align:left}.copy-button>.icon:first-child{flex:0 0 auto}.copy-button span{display:flex;flex:1;flex-direction:column;gap:3px}.copy-button strong{font-size:13px}.copy-button small{color:#88714b;font-size:10px;line-height:1.4}.follow-up-toggle{display:block;margin:5px 0 16px}.follow-up-toggle input{position:absolute;opacity:0;pointer-events:none}.follow-up-toggle span{display:flex;min-height:50px;align-items:center;gap:9px;border:1px solid #d7ded9;border-radius:14px;padding:10px 13px;color:#5f6f69;background:#fafbf9}.follow-up-toggle.checked span{border-color:#dfa99f;color:#8d4038;background:var(--red-soft)}.quick-capture-card .photo-section{margin-bottom:18px}.recent-section{margin-top:25px}.recent-list{display:grid;gap:8px}.recent-list article{display:flex;gap:10px;padding:13px;border:1px solid var(--line);border-radius:17px;background:#fff}.recent-list article>span{display:grid;flex:0 0 auto;place-items:center;width:32px;height:32px;border-radius:10px;color:#fff;background:var(--green-2);font-weight:800}.recent-list article>span.needs-follow-up{background:var(--red)}.recent-list article div{min-width:0}.recent-list strong{font-size:12px}.recent-list p{margin:4px 0;color:#475c55;font-size:12px;line-height:1.4}.recent-list small{color:var(--muted);font-size:9px}.summary-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px}.summary-overview article{display:flex;min-height:88px;justify-content:space-between;padding:13px;border:1px solid var(--line);border-radius:18px;background:#fff;flex-direction:column}.summary-overview .big-stat{grid-column:1 / -1;min-height:112px;color:#fff;border:0;background:var(--green)}.summary-overview span{color:var(--muted);font-size:11px}.summary-overview strong{font-size:26px;letter-spacing:-.04em}.summary-overview .big-stat span{color:#c3d7d0}.summary-overview .big-stat strong{font-size:46px}.summary-overview .big-stat small{color:#a9c6bb;font-size:20px}.export-card .section-title-row{margin-bottom:14px}.two-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.two-actions .button{width:100%}.export-card hr{height:1px;margin:15px 0;border:0;background:var(--line)}.export-tip{display:block;margin-top:4px;color:var(--muted);font-size:10px;text-align:center}.attention-grid{display:grid;gap:9px;margin:14px 0 28px}.attention-grid article{display:flex;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.attention-icon{display:grid;flex:0 0 auto;place-items:center;width:43px;height:43px;border-radius:14px}.attention-icon.warm{color:#7a561c;background:var(--gold-soft)}.attention-icon.red{color:#914039;background:var(--red-soft)}.attention-grid strong{font-size:13px}.attention-grid p{margin:4px 0 0;color:var(--muted);font-size:10px;line-height:1.4}.summary-process-list{display:grid;gap:8px}.summary-process-list details{overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}.summary-process-list summary{display:flex;min-height:66px;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;list-style:none}.mini-status{display:grid;flex:0 0 auto;place-items:center;width:34px;height:34px;border-radius:11px;color:#66766f;background:#eef1ed;font-size:11px;font-weight:800}.mini-status.done{color:#fff;background:var(--green-2)}.summary-process-list summary>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.summary-process-list summary strong{font-size:13px}.summary-process-list summary small{color:var(--muted);font-size:10px}.summary-process-list summary>.icon{color:#899590;transition:transform .2s}.summary-process-list details[open] summary>.icon{transform:rotate(90deg)}.summary-detail{padding:14px;border-top:1px solid #edf0ed;background:#fbfcfa}.summary-detail p{display:grid;gap:3px;margin:0 0 12px;color:#40564f;font-size:12px;line-height:1.6;white-space:pre-wrap}.summary-detail b{color:var(--green);font-size:10px;letter-spacing:.05em}.summary-detail>div{margin:0 0 13px}.summary-detail ul{margin:6px 0;padding-left:18px;color:#40564f;font-size:11px;line-height:1.6}.summary-detail .question-text{padding:10px;border-radius:11px;color:#7c3d37;background:var(--red-soft)}.summary-detail .muted{color:var(--muted)}.text-link{display:inline-flex;align-items:center;gap:2px;margin-top:3px;color:var(--green-2);font-size:12px;font-weight:750}.reference-card{margin-top:25px}.reference-card .section-title-row{margin-bottom:12px}.reference-images{display:grid;grid-template-columns:1fr 1fr;gap:8px}.reference-images a{overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#f6f7f4}.reference-images img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;object-position:center top}.reference-images span{display:block;padding:8px;color:#567069;font-size:10px}.loading{display:flex;min-height:100vh;align-items:center;justify-content:center;gap:12px;color:var(--muted);background:var(--paper);flex-direction:column}.loading span{width:28px;height:28px;border:3px solid #d5dfd8;border-top-color:var(--green-2);border-radius:50%;animation:spin .8s linear infinite}.loading p{font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}.error-page{display:grid;min-height:60vh;place-content:center}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}@media(min-width:560px){.quick-actions,.two-column{grid-template-columns:1fr 1fr}.status-segmented{grid-template-columns:repeat(4,1fr)}.photo-grid{grid-template-columns:repeat(3,1fr)}.photo-section .section-title-row{align-items:center;flex-direction:row}.photo-actions{width:auto}.attention-grid{grid-template-columns:1fr 1fr}.summary-overview{grid-template-columns:1.5fr repeat(3,1fr)}.summary-overview .big-stat{grid-column:auto}.summary-overview article{min-height:110px}}@media(min-width:820px){body{background:#e5eae2}.page{width:800px;margin:0 auto;box-shadow:0 0 50px #1f3a321a}.bottom-nav{width:800px;right:auto;left:50%;padding-right:24px;padding-left:24px;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
