:root{--green:#125b4f;--ink:#17231f;--muted:#65716b;--paper:#f6f7f4;--line:#dbe2dd;--accent:#ffd166}*{box-sizing:border-box}body{background:var(--paper);color:var(--ink);margin:0;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,sans-serif}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.landing,.auth,.public,.shell{max-width:720px;padding:max(28px,env(safe-area-inset-top)) 20px 36px;margin:auto}.landing{flex-direction:column;justify-content:center;gap:18px;min-height:100dvh;display:flex}.eyebrow{color:var(--green);letter-spacing:.12em;font-size:.8rem;font-weight:800}.landing h1{letter-spacing:-.06em;margin:0;font-size:clamp(2.25rem,9vw,4.8rem);line-height:1.08}.landing p:not(.eyebrow){color:var(--muted);font-size:1.1rem;line-height:1.7}.button{background:var(--green);color:#fff;text-align:center;cursor:pointer;border:0;border-radius:16px;width:100%;min-height:56px;padding:17px 20px;font-weight:800;display:block}.button:disabled{cursor:not-allowed;opacity:.58}.button.secondary{color:var(--green);border:1px solid var(--green);background:#fff}.textLink{text-align:center;color:var(--green);padding:8px}.textButton{color:var(--green);text-align:left;cursor:pointer;background:0 0;border:0;padding:8px 0;font-weight:700}.card{border:1px solid var(--line);box-shadow:0 3px 16px #1231 0;background:#fff;border-radius:18px;padding:18px}.field{gap:7px;margin:0 0 16px;display:grid}.field label{font-size:.9rem;font-weight:700}.field input,.field textarea,.field select,.estimateResult input{background:#fff;border:1px solid #becbc4;border-radius:12px;width:100%;min-height:50px;padding:14px}.field textarea{resize:vertical;min-height:100px}.error{color:#af2338;background:#fff0f2;border-radius:10px;padding:10px}.notice{color:#694e00;background:#fff7d9;border-radius:12px;padding:12px}.shell{max-width:1080px}.topbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.topbar strong{color:var(--green);letter-spacing:.06em}.caseList{gap:12px;display:grid}.case{justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.case h3,.case p{margin:0}.case p{color:var(--muted);margin-top:4px}.pill{color:#0e5a48;white-space:nowrap;background:#e1f0e9;border-radius:999px;padding:7px 10px;font-size:.8rem;font-weight:800}.quick{bottom:calc(16px + env(safe-area-inset-bottom));margin-top:18px;position:sticky}.public{max-width:560px}.public header{border-bottom:1px solid var(--line);padding-bottom:18px}.public h1{margin:.2rem 0;font-size:1.9rem}.timeline{border-left:2px solid var(--green);gap:22px;margin:24px 8px;padding-left:20px;display:grid}.timeline article{position:relative}.timeline article:before{content:"";background:var(--green);border-radius:50%;width:12px;height:12px;position:absolute;top:4px;left:-27px}.meta{color:var(--muted);font-size:.9rem}.actions{gap:10px;display:grid}.caseDetail,.estimateSection{margin-bottom:18px}.caseDetail h1{margin:.2rem 0}.sectionHeading,.estimateHeading{justify-content:space-between;align-items:center;gap:12px;display:flex}.sectionHeading h2,.estimateHeading h2{margin:.2rem 0 12px}.estimateHistory{gap:8px;margin-bottom:12px;display:grid}.historyRow{justify-content:space-between;align-items:center;padding:14px;display:flex}.historyRow p{margin:.25rem 0 0}.estimateComposer{gap:12px;display:grid}.estimateComposer h2,.estimateResult h2{margin:.1rem 0}.estimateLines{gap:10px;display:grid}.estimateLine{border:1px solid var(--line);border-radius:14px;padding:12px}.estimateLine .field{margin-bottom:10px}.estimateOptions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.estimateTotal,.quoteSummary p{justify-content:space-between;gap:12px;margin:0;display:flex}.estimateTotal{background:#f2f6f3;border-radius:12px;padding:14px}.estimateReady{gap:8px;display:grid}.estimateReady p{margin:0}.estimateResult,.starterUpgrade{gap:10px;display:grid}.starterUpgrade h2,.starterUpgrade p{margin:0}.publicEstimate{margin-top:20px}.quoteTable{border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:16px 0;display:grid}.quoteHead,.quoteRow{grid-template-columns:minmax(0,1.7fr) .45fr .9fr .9fr;align-items:center;gap:8px;padding:10px 0;font-size:.85rem;display:grid}.quoteHead{color:var(--muted);font-weight:800}.quoteRow+.quoteRow{border-top:1px solid #edf0ee}.quoteRow span:not(:first-child),.quoteHead span:not(:first-child),.quoteRow strong{text-align:right}.quoteSummary{gap:8px;display:grid}.quoteGrand{border-top:1px solid var(--line);padding-top:10px;font-size:1.12rem}.quoteNote{background:#f2f6f3;border-radius:12px;padding:12px;line-height:1.6}.decisionActions{gap:10px;margin-top:16px;display:grid}.decisionActions p{margin:0}.decision{border-radius:12px;padding:14px;font-weight:700}.approved{color:#0e5a48;background:#e1f0e9}.declined{color:#5d4c46;background:#f3f0ef}@media (min-width:800px){.shell{padding-top:42px}.caseList{grid-template-columns:repeat(2,1fr)}.quick{max-width:360px;margin-left:auto}.public{padding-top:56px}.estimateLine{grid-template-columns:1.5fr .5fr 1fr;align-items:end;gap:10px;display:grid}.estimateLine .field{margin:0}.estimateLine .textButton{grid-column:1/-1}.estimateComposer{max-width:720px}}
