@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";
:root{--ink:#14261f;--muted:#68746f;--green:#17613f;--green-light:#d9f25f;--paper:#f4f2ea;--card:#fffef9;--line:#d8ddd7;--danger:#9f3e34}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);-webkit-font-smoothing:antialiased;margin:0;font-family:DM Sans,Arial,sans-serif}button,input,textarea{font:inherit}a{color:inherit}.site-header{border-bottom:1px solid #14261f29;justify-content:space-between;align-items:center;height:76px;padding:0 clamp(22px,5vw,76px);display:flex}.brand{align-items:center;gap:11px;font:700 18px Manrope,sans-serif;text-decoration:none;display:flex}.brand b{color:var(--green)}.brand-mark{object-fit:cover;background:var(--ink);border-radius:9px;flex:none;width:40px;height:40px;display:block;box-shadow:0 5px 15px #0f372621}.header-status{color:var(--muted);letter-spacing:.04em;align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.header-status i{background:#68a744;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #68a74421}.hero{background:linear-gradient(90deg,#f4f2ea 0%,#f4f2eaf5 50%,#f4f2ea6b 100%),repeating-linear-gradient(90deg,#0000 0 95px,#14261f0e 96px),repeating-linear-gradient(0deg,#0000 0 95px,#14261f0e 96px);min-height:600px;padding:100px clamp(22px,8vw,128px) 88px;position:relative;overflow:hidden}.hero:after{content:"";opacity:.11;background:repeating-linear-gradient(90deg, var(--ink) 0 3px, transparent 3px 50px), repeating-linear-gradient(0deg, var(--ink) 0 3px, transparent 3px 48px);border:5px solid var(--ink);border-top:0;width:360px;height:540px;position:absolute;top:28px;right:9%;transform:skew(-8deg)}.eyebrow{color:var(--green);letter-spacing:.18em;font:700 11px Manrope,sans-serif}.hero h1{z-index:1;letter-spacing:-.055em;max-width:850px;margin:22px 0 24px;font:700 clamp(48px,7vw,88px)/.98 Manrope,sans-serif;position:relative}.hero h1 em{color:var(--green);font-style:normal;position:relative}.hero h1 em:after{content:"";background:var(--green-light);z-index:-1;height:8px;position:absolute;bottom:3px;left:0;right:0;transform:rotate(-1deg)}.hero-copy{color:#586660;max-width:590px;font-size:18px;line-height:1.7}.hero-link{color:var(--green);border-bottom:1px solid var(--green);align-items:center;gap:18px;margin-top:28px;padding-bottom:5px;font-weight:700;text-decoration:none;display:inline-flex}.hero-link span{font-size:21px}.steps{background:var(--ink);color:#fff;grid-template-columns:repeat(3,1fr);padding:0 clamp(22px,5vw,76px);display:grid}.step{border-right:1px solid #ffffff26;align-items:center;gap:22px;min-height:150px;padding:30px clamp(16px,3vw,48px);display:flex}.step:last-child{border-right:0}.step>span{color:var(--green-light);opacity:.85;font:600 30px Manrope}.step h2{margin:0 0 6px;font:700 17px Manrope}.step p{color:#b7c1bc;margin:0;font-size:13px;line-height:1.5}.workspace{max-width:1160px;margin:0 auto;padding:100px 26px 120px}.section-heading{justify-content:space-between;align-items:flex-end;gap:48px;margin-bottom:38px;display:flex}.section-heading h2{letter-spacing:-.04em;margin:10px 0 0;font:700 clamp(30px,4vw,46px) Manrope}.section-heading>p{max-width:420px;color:var(--muted);font-size:14px;line-height:1.6}.report-form{background:var(--card);border:1px solid #d7dad5;box-shadow:0 18px 60px #14261f12}.form-section{border-bottom:1px solid var(--line);grid-template-columns:260px 1fr;gap:44px;padding:42px;display:grid}.form-section-title{align-items:flex-start;gap:14px;display:flex}.form-section-title>span{color:var(--green);border-top:2px solid var(--green);padding-top:4px;font:700 12px Manrope}.form-section-title h3{margin:0 0 5px;font:700 17px Manrope}.form-section-title p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.field.wide{grid-column:1/-1}.field{flex-direction:column;gap:8px;min-width:0;display:flex}.field>span{letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.field input,.field textarea{width:100%;color:var(--ink);resize:vertical;background:#fff;border:1px solid #cdd4cf;border-radius:3px;outline:none;padding:13px 14px;transition:border .2s,box-shadow .2s}.field input:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #17613f17}.field input::placeholder,.field textarea::placeholder{color:#9aa39e}.project-plan-field textarea{min-height:108px;line-height:1.5}.field-help{color:#65736c;font-size:10px;font-weight:500;line-height:1.45}.automatic-weather-note{color:#284b3b;background:var(--soft-green);border:1px solid #c9ddcc;border-radius:4px;grid-column:1/-1;align-items:center;gap:13px;padding:13px 15px;display:flex}.automatic-weather-note>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:36px;height:36px;font-size:17px;display:grid}.automatic-weather-note>div{flex-direction:column;gap:3px;display:flex}.automatic-weather-note strong{font:700 11px Manrope}.automatic-weather-note small{color:#5c7066;font-size:10px;line-height:1.45}.notes{grid-column:2;margin-top:20px}.drop-zone{cursor:pointer;background:#f8faf7;border:1.5px dashed #aab7b0;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:180px;transition:all .2s;display:flex}.drop-zone:hover{border-color:var(--green);background:#f3f8f2}.drop-zone input,.audio-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.upload-icon{background:var(--ink);color:#fff;border-radius:50%;place-items:center;width:38px;height:38px;margin-bottom:3px;font-size:21px;display:grid}.drop-zone strong{font:700 14px Manrope}.drop-zone small,.audio-upload small{color:var(--muted);font-size:11px}.camera-capture,.form-section>.drop-zone,.form-section>.device-permission,.form-section>.or,.form-section>.audio-upload{grid-column:2}.camera-capture{flex-direction:column;gap:10px;display:flex}.camera-actions{display:flex}.camera-open{border:1px solid var(--green);cursor:pointer;color:#fff;background:var(--green);border-color:var(--green);border-radius:6px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:48px;padding:11px 15px;font:700 11px Manrope;transition:all .2s;display:flex}.camera-open>span{font-size:17px;line-height:1}.camera-open:hover:not(:disabled){filter:brightness(.96);transform:translateY(-1px)}.camera-open:disabled{opacity:.5;cursor:not-allowed}.device-permission{color:#68766f;align-items:center;gap:8px;margin:0;font-size:10px;line-height:1.4;display:flex}.device-permission>span{background:#9aa69f;border-radius:50%;flex:none;width:7px;height:7px}.device-permission.requesting>span{background:#d39d2d;box-shadow:0 0 0 4px #d39d2d21}.device-permission.granted{color:var(--green)}.device-permission.granted>span{background:var(--green-light);box-shadow:0 0 0 4px #add63726}.device-permission.denied,.device-permission.unsupported{color:#9f493f}.device-permission.denied>span,.device-permission.unsupported>span{background:#c95043}.camera-preview{background:#0d1d16;border:1px solid #345346;border-radius:10px;overflow:hidden;box-shadow:0 16px 38px #07160f29}.camera-preview video{aspect-ratio:16/10;object-fit:cover;background:#08130e;width:100%;max-height:520px;display:block}.camera-preview-actions{background:#10271d;justify-content:center;align-items:center;gap:10px;padding:13px;display:flex}.camera-preview-actions button{cursor:pointer;border:0;border-radius:5px;min-height:42px;padding:10px 17px;font-size:11px;font-weight:800}.camera-shutter{color:#102117;background:var(--green-light)}.camera-shutter>span{vertical-align:-2px;background:#fff;border:2px solid #173a29;border-radius:50%;width:12px;height:12px;margin-right:7px;display:inline-block}.camera-close{color:#fff;background:#3c5148}.camera-canvas{display:none}.file-list{flex-direction:column;grid-column:2;gap:7px;margin-top:-27px;display:flex}.file-list span{background:#f2f5f1;grid-template-columns:26px 1fr auto;align-items:center;gap:9px;padding:8px 10px;font-size:12px;display:grid}.file-list b{background:var(--green);color:#fff;border-radius:2px;place-items:center;width:22px;height:22px;font-size:10px;display:grid}.file-list small{color:var(--muted)}.voice-recorder{background:#f3f6f2;border:1px solid #d4dcd6;justify-content:space-between;align-items:center;gap:18px;min-height:88px;padding:16px 18px;display:flex}.voice-recorder.is-recording{background:#fff2ef;border-color:#d7a49d;box-shadow:inset 4px 0 #c95043}.voice-recorder.is-saved{box-shadow:inset 4px 0 0 var(--green);background:#edf6ec;border-color:#b9d5bf}.voice-state{align-items:center;gap:13px;min-width:0;display:flex}.voice-state>div{flex-direction:column;gap:4px;min-width:0;display:flex}.voice-state strong{font:700 13px Manrope}.voice-state small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.voice-ready-dot,.voice-check{border-radius:50%;flex:none;place-items:center;width:40px;height:40px;display:grid}.voice-ready-dot{background:#dfe7e1}.voice-ready-dot i{background:#68766f;border-radius:50%;width:10px;height:10px}.voice-check{color:#fff;background:var(--green);font-size:16px;font-weight:900}.voice-live-dot{background:#cf5144;border-radius:50%;flex:none;width:15px;height:15px;margin:0 12px;animation:1.2s ease-in-out infinite voice-pulse;box-shadow:0 0 0 7px #cf514421}@keyframes voice-pulse{50%{box-shadow:0 0 0 12px #cf51440a}}.voice-timer{color:#9f3e34;white-space:nowrap;margin-left:auto;font:800 21px Manrope}.voice-timer small{color:#a9837e;font-size:9px}.voice-recorder button{cursor:pointer;border:0;min-height:39px;font-size:10px;font-weight:800}.voice-start{color:#fff;background:var(--ink);padding:0 16px}.voice-start span{color:#e76557;margin-right:7px}.voice-stop{color:#fff;background:#a63f34;padding:0 15px}.voice-stop span{margin-right:7px;font-size:8px}.voice-actions{align-items:center;gap:7px;display:flex}.voice-again{color:#fff;background:var(--green);padding:0 13px}.voice-remove{color:#6b7770;background:0 0;padding:0 11px;border:1px solid #bdc9c0!important}.voice-recorder button:hover{filter:brightness(.94)}.or{color:#8a9690;align-items:center;margin:13px 0;font-size:10px;display:flex}.or:before,.or:after{content:"";background:var(--line);flex:1;height:1px}.or span{padding:0 12px}.audio-upload{cursor:pointer;align-items:center;gap:14px;display:flex}.audio-upload>span{background:#fff;border:1px solid #bac4bf;padding:9px 15px;font-size:12px;font-weight:700}.audio-upload.disabled{opacity:.45;cursor:not-allowed}.input-hint{color:var(--muted);grid-column:2;margin:8px 0 0;font-size:11px}.error-message{color:var(--danger);border-left:3px solid var(--danger);background:#fff0ed;margin:26px 42px 0;padding:14px 16px;font-size:13px}.submit-row{background:#edf0eb;justify-content:space-between;align-items:center;gap:30px;padding:28px 42px;display:flex}.submit-row>div{flex-direction:column;gap:3px;display:flex}.submit-row strong{font:700 13px Manrope}.submit-row div span{color:var(--muted);font-size:11px}.submit-button{background:var(--green);color:#fff;cursor:pointer;border:0;min-width:245px;padding:16px 22px;font-weight:700;transition:background .2s,transform .2s}.submit-button:hover:not(:disabled){background:#0e4b30;transform:translateY(-1px)}.submit-button:disabled{opacity:.55;cursor:not-allowed}.submit-button>span{margin-left:18px;font-size:19px}.spinner{vertical-align:-2px;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:13px;height:13px;margin-right:8px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loader-progress{0%{transform:translate(-75%)}55%{transform:translate(75%)}to{transform:translate(225%)}}.result{background:var(--card);border:1px solid #cdd7d0;margin-top:40px;box-shadow:0 14px 45px #14261f14}.result-head{border-bottom:3px solid var(--green-light);background:linear-gradient(105deg,#eef4ed,#fffefa 58%);justify-content:space-between;align-items:flex-start;gap:28px;padding:28px 32px;display:flex}.result-report-identity{align-items:center;gap:17px;min-width:0;display:flex}.success-dot{background:var(--green-light);border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-weight:800;display:grid}.result-report-copy{min-width:0}.result-report-copy small{color:var(--green);letter-spacing:.13em;text-transform:uppercase;font-size:9px;font-weight:800}.result-report-copy h3{letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;margin:4px 0 2px;font:800 24px Manrope;overflow:hidden}.result-report-copy p{color:#66736d;margin:0;font-size:11px}.result-head-actions{flex-direction:column;flex:none;align-items:flex-end;gap:10px;display:flex}.result-status-badge{letter-spacing:.08em;text-transform:uppercase;padding:6px 9px;font-size:8px;font-weight:900}.result-status-badge.draft{color:#70590e;background:#fff0b4}.result-status-badge.reviewed{color:#27623f;background:#ddefd9}.result-head a{background:var(--ink);color:#fff;padding:13px 18px;font-size:12px;font-weight:700;text-decoration:none}.result-head a span{margin-left:12px}.review-warning{color:#655719;background:#fff8d9;border-left:3px solid #d0a800;margin:24px 30px 0;padding:13px 15px;font-size:12px}.result-weather{background:#edf6ec;border:1px solid #c7dcc9;border-radius:4px;align-items:center;gap:13px;margin:18px 30px 0;padding:15px 17px;display:flex}.result-weather>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.result-weather>div{flex-direction:column;gap:3px;min-width:0;display:flex}.result-weather small{color:var(--green);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.result-weather strong{font:700 13px Manrope}.result-weather p{color:#617168;margin:0;font-size:9px;line-height:1.45}.result-progress{background:linear-gradient(135deg,#f0f6ee,#fbfcf7);border:1px solid #c7d8ca;border-radius:6px;margin:18px 30px 0;padding:20px}.progress-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.progress-heading small{color:#617168;letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.progress-heading h4{color:var(--green);margin:4px 0 0;font:800 15px Manrope}.progress-heading>strong{color:var(--green);letter-spacing:-.04em;font:800 29px Manrope}.progress-track{background:#dce4dc;border-radius:999px;height:14px;margin:14px 0 13px;overflow:hidden;box-shadow:inset 0 1px 2px #14261f1a}.progress-track>span{border-radius:inherit;background:linear-gradient(90deg,#17613f,#50a66e);height:100%;transition:width .45s ease-out;display:block}.result-progress.unavailable .progress-track>span{background:#9ba69f}.progress-summary{color:#43524b;margin:0;font-size:13px;line-height:1.6}.progress-detail{color:#65736c;margin:7px 0 0;font-size:10px;line-height:1.5}.progress-detail b{color:#43524b}.result-grid{grid-template-columns:repeat(2,1fr);gap:0;padding:24px 30px;display:grid}.result-block{border-bottom:1px solid var(--line);min-height:130px;padding:20px}.result-block:nth-child(odd){border-right:1px solid var(--line)}.result-block h4{color:var(--green);text-transform:uppercase;letter-spacing:.06em;margin:0 0 12px;font:700 12px Manrope}.result-block p,.result-block li{color:#53615b;font-size:13px;line-height:1.6}.result-block p{margin:0}.result-block ul{margin:0;padding-left:18px}.result details{border:1px solid var(--line);margin:0 30px 30px}.result summary{cursor:pointer;padding:14px 16px;font-size:12px;font-weight:700}.photo-note{border-top:1px solid var(--line);padding:14px 18px}.photo-note b{font-size:12px}.photo-note p{color:#53615b;margin:7px 0;font-size:13px}.photo-note small{color:var(--muted)}.result-photo-gallery{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:0 16px 16px;display:grid}.result-photo-gallery .photo-note{background:#fff;border:1px solid #d8ded9;border-radius:6px;min-width:0;margin:16px 0 0;padding:0;overflow:hidden}.report-photo-frame{aspect-ratio:4/3;background:#e9eeea;position:relative;overflow:hidden}.report-photo-frame img{object-fit:cover;width:100%;height:100%;display:block}.report-photo-state{color:#65736c;text-align:center;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:10px;display:flex;position:absolute;inset:0}.report-photo-heading{background:linear-gradient(100deg,#eef4ed,#f8faf6);border-bottom:1px solid #d8e0d9;align-items:center;gap:11px;padding:11px 13px;display:flex}.report-photo-index{color:#fff;background:var(--green);letter-spacing:.04em;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font:800 10px Manrope;display:grid}.report-photo-heading>div{flex-direction:column;gap:3px;min-width:0;display:flex}.report-photo-heading small{color:var(--green);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.report-photo-heading strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font:700 11px Manrope;overflow:hidden}.report-photo-copy{padding:15px}.report-photo-copy-label{color:var(--green);letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.report-photo-copy>p{color:#3f4d46;margin:7px 0 13px;font-size:12px;line-height:1.6}.report-photo-assessment{background:#f3f5f2;border-radius:4px;align-items:flex-start;gap:9px;padding:10px;display:flex}.report-photo-assessment>span{width:21px;height:21px;color:var(--green);background:#dfe9df;border-radius:50%;flex:none;place-items:center;font:800 10px Manrope;display:grid}.report-photo-assessment>div{flex-direction:column;gap:2px;min-width:0;display:flex}.report-photo-assessment b{color:#526159;letter-spacing:.07em;text-transform:uppercase;font-size:8px}.report-photo-assessment small{color:#758078;font-size:9px;line-height:1.4}footer{color:#95a39d;background:var(--ink);justify-content:space-between;padding:28px clamp(22px,5vw,76px);font-size:11px;display:flex}.footer-legal{gap:16px;display:flex}.footer-legal a{color:#dbe5df;text-underline-offset:3px;text-decoration:underline}.auth-legal-consents{gap:10px;padding:4px 0;display:grid}.auth-form .auth-legal-consent{cursor:pointer;grid-template-columns:18px 1fr;align-items:start;gap:9px;display:grid}.auth-form .auth-legal-consent input{width:17px;height:17px;accent-color:var(--green);margin:1px 0 0}.auth-form .auth-legal-consent span{color:#53615b;font-size:10px;font-weight:600;line-height:1.5}.auth-form .auth-legal-consent a{color:var(--green);text-underline-offset:2px;font-weight:800;text-decoration:underline}.profile-data-rights{grid-template-columns:1fr}.profile-legal-actions{flex-wrap:wrap;gap:9px;display:flex}.profile-legal-actions a{color:var(--green);background:#f1f7ef;border:1px solid #cadccb;border-radius:5px;padding:9px 12px;font-size:9px;font-weight:800;text-decoration:none}.legal-page{background:linear-gradient(150deg,#f8f6ee,#eef4ec);min-height:100vh;padding:60px 20px 90px}.legal-document{background:#fff;border:1px solid #d9e0da;width:min(860px,100%);margin:0 auto;padding:clamp(30px,6vw,70px);box-shadow:0 25px 70px #14261f1a}.legal-back{color:var(--green);font-size:11px;font-weight:800;text-decoration:none}.legal-kicker{color:var(--green);letter-spacing:.13em;margin:45px 0 12px;font-size:10px;font-weight:900}.legal-document h1{max-width:700px;color:var(--ink);letter-spacing:-.045em;margin:0;font:800 clamp(34px,6vw,58px)/1.05 Manrope,sans-serif}.legal-lead{color:#53615b;margin:22px 0 45px;font-size:17px;line-height:1.7}.legal-document section{border-top:1px solid #e0e5e1;padding:24px 0}.legal-document h2{color:var(--ink);margin:0 0 12px;font:800 18px Manrope,sans-serif}.legal-document p,.legal-document li{color:#4f5e57;font-size:14px;line-height:1.75}.legal-document p{margin:10px 0}.legal-document ul{margin:8px 0;padding-left:22px}.legal-document a{color:var(--green);font-weight:700}@media (max-width:820px){.hero{min-height:520px;padding-top:72px}.hero:after{right:-200px}.steps{grid-template-columns:1fr;padding:0 24px}.step{border-bottom:1px solid #ffffff26;border-right:0;min-height:105px}.section-heading{flex-direction:column;align-items:flex-start;gap:10px}.form-section{grid-template-columns:1fr;gap:25px;padding:30px 24px}.notes,.file-list,.input-hint{grid-column:1}.file-list{margin-top:-12px}.submit-row,.result-head{flex-direction:column;align-items:stretch}.result-head-actions{align-items:stretch;width:100%}.result-status-badge{text-align:center}.result-head .pdf-button,.submit-button{width:100%}}@media (max-width:540px){.site-header{height:64px}.header-status{display:none}.hero h1{font-size:44px}.hero-copy{font-size:16px}.workspace{padding:70px 14px}.field-grid,.result-grid,.result-photo-gallery{grid-template-columns:1fr}.result-progress{margin:16px 14px 0;padding:17px}.progress-heading>strong{font-size:25px}.result-block:nth-child(odd){border-right:0}.voice-recorder{flex-direction:column;align-items:stretch}.voice-timer{text-align:center;margin-left:0}.voice-actions{grid-template-columns:1fr auto;display:grid}footer{flex-direction:column;gap:8px}}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #d9f25fbf}.site-header{z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#faf9f3eb;border-bottom:1px solid #14261f1f;gap:30px;height:78px;position:sticky;top:0}.brand{white-space:nowrap}.main-nav{align-items:center;gap:30px;margin-left:auto;display:flex}.main-nav a{color:#58655f;font-size:13px;font-weight:600;text-decoration:none}.main-nav a:hover{color:var(--green)}.header-actions{align-items:center;gap:12px;display:flex}.language-switch{background:#e8ede8;border:1px solid #14261f14;border-radius:20px;align-items:center;gap:2px;padding:3px;display:flex}.language-switch button{color:#66736c;cursor:pointer;letter-spacing:.04em;background:0 0;border:0;border-radius:15px;min-width:29px;height:27px;padding:0 6px;font-size:9px;font-weight:800;transition:color .18s,background .18s,box-shadow .18s}.language-switch button:hover{color:var(--green)}.language-switch button.active{color:#fff;background:var(--green);box-shadow:0 3px 9px #17613f2e}.text-button,.header-cta,.primary-cta,.secondary-button,.pdf-button{cursor:pointer;border:0;font-weight:700}.text-button{color:#59665f;background:0 0;padding:10px 8px;font-size:12px}.text-button:hover{color:var(--green)}.header-cta{color:#fff;background:var(--ink);border-radius:2px;padding:12px 17px;font-size:12px}.header-cta:hover{background:var(--green)}.auth-loading{color:var(--muted);font-size:11px}.initial-loading-screen{background:radial-gradient(circle at 50% 44%,#f8fbf5 0,#f2f5ef 42%,#e9eee8 100%);place-items:center;min-height:100svh;padding:24px;display:grid}.initial-loader{text-align:center;width:min(360px,86vw)}.initial-progress{background:#ccd6cd;border-radius:20px;height:7px;position:relative;overflow:hidden}.initial-progress>span{background:linear-gradient(90deg, var(--green), var(--green-light));border-radius:inherit;width:46%;animation:1.15s cubic-bezier(.65,0,.35,1) infinite loader-progress;position:absolute;inset:0 auto 0 0}.account-chip{color:inherit;cursor:pointer;text-align:left;background:#e9eee9;border:0;border-radius:30px;align-items:center;gap:9px;padding:6px 10px 6px 6px;transition:background .2s,transform .2s;display:flex}.account-chip:hover{background:#dde8de;transform:translateY(-1px)}.account-chip>span{width:30px;height:30px;color:var(--ink);background:var(--green-light);border-radius:50%;place-items:center;font-size:12px;font-weight:800;display:grid}.account-chip div{flex-direction:column;line-height:1.1;display:flex}.account-chip small{color:#7b8982;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.account-chip strong{text-overflow:ellipsis;white-space:nowrap;max-width:130px;font-size:11px;overflow:hidden}.header-plan-button{min-height:34px;color:var(--green);cursor:pointer;letter-spacing:.09em;background:#f6faef;border:1px solid #b9ce8b;border-radius:20px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font:900 9px Manrope;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}.header-plan-button>span{background:var(--green-light);border:1px solid var(--green);border-radius:50%;width:7px;height:7px}.header-plan-button:hover{background:#edf6da;border-color:#91ad54;transform:translateY(-1px)}.header-team-button{color:#fff;background:var(--ink);border:1px solid var(--ink);cursor:pointer;letter-spacing:.09em;border-radius:20px;min-height:34px;padding:0 12px;font:800 9px Manrope}.header-team-button:hover{background:var(--green);border-color:var(--green)}.hero{background:radial-gradient(circle at 82% 38%,#d9f25f33,#0000 25%),linear-gradient(135deg,#f7f5ed 0%,#efeee5 100%);align-items:center;min-height:690px;padding:0 clamp(22px,5vw,76px);display:flex}.hero:after{display:none}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);align-items:center;gap:clamp(50px,8vw,120px);width:100%;max-width:1360px;margin:0 auto;display:grid}.hero-content{z-index:2;padding:90px 0;position:relative}.hero-badge{color:var(--green);letter-spacing:.15em;background:#17613f14;align-items:center;gap:9px;padding:8px 12px;font:700 10px Manrope,sans-serif;display:inline-flex}.hero-badge i{background:var(--green-light);border:2px solid var(--green);border-radius:50%;width:7px;height:7px}.hero-content h1{letter-spacing:-.06em;max-width:760px;margin:24px 0 26px;font:700 clamp(54px,6vw,86px)/.97 Manrope,sans-serif}.hero-content h1 em{color:var(--green);font-style:normal;display:inline-block}.hero-content h1 em:after{height:7px;bottom:-1px}.hero-copy{color:#526059;max-width:620px;margin:0;font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:26px;margin-top:34px;display:flex}.primary-cta{color:#fff;background:var(--green);border-radius:2px;justify-content:center;align-items:center;gap:28px;min-height:54px;padding:0 23px;display:inline-flex;box-shadow:0 12px 28px #17613f2e}.primary-cta:hover{background:#0e4d31;transform:translateY(-1px)}.primary-cta span{font-size:19px}.secondary-cta{color:var(--ink);border-bottom:1px solid #14261f80;align-items:center;gap:10px;padding:8px 0;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.hero-trust{color:#68746f;align-items:center;gap:13px;margin-top:42px;font-size:11px;display:flex}.hero-trust b{color:var(--ink);font-size:14px}.hero-trust i{background:#9ba59f;border-radius:50%;width:3px;height:3px}.hero-visual{place-items:center;min-height:560px;display:grid;position:relative}.blueprint-grid{opacity:.28;background:repeating-linear-gradient(90deg,#0000 0 43px,#17613f33 44px),repeating-linear-gradient(0deg,#0000 0 43px,#17613f33 44px);border:1px solid #17613f33;position:absolute;inset:20px 5% 0 9%;transform:rotate(2deg)}.preview-window{z-index:2;background:var(--ink);width:min(100%,490px);padding:12px;position:relative;transform:rotate(-1.5deg);box-shadow:0 35px 80px #14261f3d}.preview-bar{align-items:center;gap:5px;height:32px;padding:0 5px;display:flex}.preview-bar>span{background:#ffffff47;border-radius:50%;width:6px;height:6px}.preview-bar small{color:#9eb0a7;letter-spacing:.1em;margin-left:auto;font-size:7px}.preview-document{background:#fffefa;min-height:405px;padding:29px}.preview-title{border-bottom:2px solid var(--ink);justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.preview-title span{letter-spacing:.08em;font:800 13px Manrope}.preview-title b{color:#6b5710;text-transform:uppercase;background:#fff2b8;padding:5px 8px;font-size:7px}.preview-meta{border-bottom:1px solid #dce1dd;grid-template-columns:1.3fr 1fr;gap:16px;padding:18px 0;font-size:9px;font-weight:700;display:grid}.preview-meta span{flex-direction:column;gap:4px;display:flex}.preview-meta small{color:#8b9791;letter-spacing:.11em;font-size:6px}.preview-progress{background:#edf3ed;justify-content:space-between;align-items:center;margin:22px 0;padding:14px;display:flex}.preview-progress div{flex-direction:column;gap:4px;display:flex}.preview-progress b{color:var(--green);text-transform:uppercase;font-size:8px}.preview-progress small{color:var(--ink);font-size:9px}.preview-progress>span{background:var(--green-light);border-radius:50%;place-items:center;width:26px;height:26px;font-size:11px;font-weight:800;display:grid}.preview-lines{flex-direction:column;gap:9px;display:flex}.preview-lines i{background:#e2e6e3;width:100%;height:5px;display:block}.preview-lines i:nth-child(2){width:84%}.preview-lines i:nth-child(3){width:63%}.preview-photos{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:25px;display:grid}.preview-photos span{color:#72817a;letter-spacing:.08em;background:linear-gradient(145deg,#dfe5df,#c7d1ca);place-items:center;height:72px;font-size:6px;font-weight:800;display:grid}.floating-note{z-index:3;background:#fff;align-items:center;gap:10px;min-width:175px;padding:11px 13px;display:flex;position:absolute;box-shadow:0 15px 35px #14261f26}.floating-note>span{width:31px;height:31px;color:var(--ink);background:var(--green-light);border-radius:50%;place-items:center;font-size:9px;font-weight:800;display:grid}.floating-note div{flex-direction:column;gap:2px;display:flex}.floating-note b{font-size:10px}.floating-note small{color:#7b8781;font-size:8px}.note-one{top:82px;right:-18px}.note-two{bottom:82px;left:-24px}.benefit-strip{color:#d7e0db;background:var(--ink);letter-spacing:.03em;justify-content:center;align-items:center;gap:clamp(18px,4vw,55px);min-height:72px;padding:18px 25px;font-size:11px;font-weight:600;display:flex}.benefit-strip i{background:var(--green-light);border-radius:50%;width:4px;height:4px}.process{max-width:1240px;margin:0 auto;padding:100px 26px 40px}.process-heading{justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:38px;display:flex}.process-heading h2{letter-spacing:-.045em;max-width:660px;margin:10px 0 0;font:700 clamp(34px,4vw,50px)/1.08 Manrope}.process-heading p{max-width:390px;color:var(--muted);margin:0;font-size:14px;line-height:1.65}.process .steps{color:var(--ink);background:0 0;grid-template-columns:repeat(3,1fr);gap:14px;padding:0;display:grid}.process .step{background:#fffefa;border:1px solid #dde1dc;align-items:flex-start;gap:24px;min-height:240px;padding:30px;display:flex;box-shadow:0 8px 35px #14261f0a}.process .step:last-child{border-right:1px solid #dde1dc}.step-number{width:42px;height:42px;color:var(--green);background:#17613f14;flex:none;place-items:center;font:800 11px Manrope;display:grid}.process .step>div:last-child>span{color:var(--green);letter-spacing:.11em;text-transform:uppercase;margin:4px 0 15px;font-size:8px;font-weight:800;display:block}.process .step h3{margin:0 0 10px;font:700 19px Manrope}.process .step p{color:#68746f;margin:0;font-size:13px;line-height:1.6}.workspace{max-width:1240px;padding-top:90px}.workspace.app-workspace{min-height:calc(100vh - 78px);padding-top:48px;padding-bottom:80px}.app-workspace .section-heading{margin-bottom:28px}.section-heading h2{max-width:760px}.auth-gate{background:var(--ink);color:#fff;grid-template-columns:150px 1fr auto;align-items:center;gap:42px;min-height:320px;padding:48px;display:grid;box-shadow:0 20px 60px #14261f24}.gate-visual{background:#ffffff0f;border:1px solid #ffffff24;place-items:center;width:130px;height:160px;display:grid;position:relative}.gate-logo{object-fit:cover;border-radius:15px;width:92px;height:92px;box-shadow:0 12px 30px #0000003d}.gate-bolt{width:48px;height:48px;color:var(--ink);background:var(--green-light);border-radius:50%;place-items:center;display:grid;position:absolute;bottom:24px;right:-14px}.gate-bolt svg{fill:currentColor;width:23px;height:27px;display:block}.gate-copy .eyebrow{color:var(--green-light)}.gate-copy h3{margin:12px 0 10px;font:700 29px Manrope}.gate-copy p{color:#b5c0ba;max-width:550px;margin:0;font-size:13px;line-height:1.65}.gate-actions{flex-direction:column;gap:10px;min-width:230px;display:flex}.gate-actions .primary-cta{background:var(--green-light);color:var(--ink);box-shadow:none}.secondary-button{color:#fff;background:0 0;border:1px solid #ffffff40;min-height:46px;padding:0 17px}.secondary-button:hover{border-color:#fff}.loading-gate{justify-content:center;gap:14px;min-height:180px;display:flex}.loading-gate i{border:2px solid #ffffff4d;border-top-color:var(--green-light);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.loading-gate p{color:#c4cec8;margin:0}.result-head .pdf-button{color:#fff;background:var(--ink);padding:13px 18px;font-size:12px}.result-head .pdf-button:disabled{opacity:.6;cursor:wait}.result-head .pdf-button span{margin-left:12px}.auth-overlay{z-index:1000;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#0a1812b8;place-items:center;padding:20px;animation:.18s ease-out overlay-in;display:grid;position:fixed;inset:0}.auth-modal{width:min(100%,470px);max-height:calc(100vh - 40px);color:var(--ink);background:#fffefa;padding:38px;animation:.22s ease-out modal-in;position:relative;overflow-y:auto;box-shadow:0 35px 100px #0000004d}.auth-close{color:#66736d;cursor:pointer;background:#eef1ed;border:0;border-radius:50%;width:34px;height:34px;font-size:22px;position:absolute;top:17px;right:18px}.auth-brand{align-items:center;gap:9px;margin-bottom:34px;font:700 15px Manrope;display:flex}.auth-brand b{color:var(--green)}.auth-brand .brand-mark{width:38px;height:38px}.auth-kicker{color:var(--green);letter-spacing:.15em;font-size:9px;font-weight:800}.auth-modal h2{letter-spacing:-.035em;margin:8px 0 9px;font:700 30px Manrope}.auth-modal>p{color:var(--muted);margin:0;font-size:13px;line-height:1.55}.auth-tabs{background:#edf0eb;grid-template-columns:1fr 1fr;margin:27px 0 22px;padding:4px;display:grid}.auth-tabs button{color:#748078;cursor:pointer;background:0 0;border:0;min-height:39px;font-size:11px;font-weight:700}.auth-tabs button.active{color:var(--ink);background:#fff;box-shadow:0 2px 9px #14261f14}.auth-form{flex-direction:column;gap:15px;display:flex}.auth-form label{flex-direction:column;gap:7px;display:flex}.auth-form label>span{letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:800}.auth-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-label-row button{color:var(--green);cursor:pointer;letter-spacing:0;text-transform:none;background:0 0;border:0;padding:0;font-size:9px;font-weight:800}.auth-label-row button:hover{text-decoration:underline}.auth-form input{width:100%;min-height:47px;color:var(--ink);background:#fff;border:1px solid #cbd3cd;outline:none;padding:0 13px}.auth-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #17613f17}.auth-error{color:var(--danger);border-left:3px solid var(--danger);background:#fff0ed;padding:11px 13px;font-size:11px}.auth-success{color:var(--green);border-left:3px solid var(--green);background:#eff6ed;padding:11px 13px;font-size:11px}.auth-submit{color:#fff;background:var(--green);cursor:pointer;border:0;justify-content:space-between;align-items:center;min-height:51px;margin-top:4px;padding:0 18px;font-weight:800;display:flex}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-submit span{font-size:18px}.auth-modal>small{color:#89938e;text-align:center;margin-top:18px;font-size:9px;display:block}.verification-icon{width:58px;height:58px;color:var(--green);background:#e3f0df;border-radius:50%;place-items:center;margin:23px auto 15px;font-size:24px;display:grid}.auth-dev-hint{color:#486055;background:#f2f6ef;border:1px solid #d7e2d5;flex-direction:column;gap:3px;margin:15px 0;padding:12px 14px;font-size:10px;line-height:1.45;display:flex}.auth-dev-hint strong{color:var(--green);font:800 10px Manrope}.verification-form{margin-top:20px}.reset-form{margin-top:24px}.auth-form .verification-code{text-align:center;letter-spacing:.28em;height:58px;font:800 25px Manrope}.verification-actions{justify-content:space-between;gap:14px;display:flex}.verification-actions button{color:var(--green);cursor:pointer;background:0 0;border:0;padding:5px 0;font-size:9px;font-weight:800}.verification-actions button:disabled{opacity:.55;cursor:wait}.auth-back{color:var(--green);cursor:pointer;background:0 0;border:0;align-self:center;padding:5px;font-size:10px;font-weight:800}.profile-modal{width:min(100%,760px);max-height:calc(100vh - 40px);color:var(--ink);background:#fffefa;border-radius:10px;padding:38px;animation:.22s ease-out modal-in;position:relative;overflow-y:auto;box-shadow:0 35px 100px #0000004d}.profile-heading{align-items:center;gap:17px;padding-right:34px;display:flex}.profile-avatar{width:58px;height:58px;color:var(--ink);background:var(--green-light);border-radius:50%;flex:none;place-items:center;font:800 21px Manrope;display:grid}.profile-heading h2{letter-spacing:-.035em;margin:4px 0 3px;font:800 25px Manrope}.profile-heading p{color:var(--muted);margin:0;font-size:11px}.profile-editor-modal{width:min(100%,680px)}.profile-edit-form{flex-direction:column;gap:14px;margin-top:27px;display:flex}.profile-edit-section{background:#fff;border:1px solid #d8dfd9;border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;padding:19px;display:grid}.profile-edit-heading{flex-direction:column;grid-column:1/-1;gap:3px;padding-bottom:5px;display:flex}.profile-edit-heading strong{font:800 14px Manrope}.profile-edit-heading span{color:var(--muted);font-size:10px}.profile-edit-form label{flex-direction:column;gap:7px;display:flex}.profile-edit-form label>span{letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:800}.profile-edit-form input{width:100%;min-height:45px;color:var(--ink);background:#fff;border:1px solid #cbd3cd;outline:none;padding:0 12px}.profile-edit-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #17613f17}.profile-edit-form input:disabled{color:#78837d;background:#f0f3ef}.profile-edit-form label small{color:#7d8983;font-size:8px;line-height:1.4}.profile-password-grid{grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.profile-save{align-self:flex-end;width:min(100%,260px)}.billing-modal{width:min(100%,940px)}.billing-avatar{color:#113d2b}.billing-summary-grid{grid-template-columns:.75fr 1.25fr;gap:12px;margin-top:24px;display:grid}.billing-summary-grid .profile-plan-row,.billing-summary-grid .usage-card{margin-top:0}.profile-plan-row{background:#edf3ec;border:1px solid #d2ddd3;border-radius:7px;justify-content:space-between;align-items:center;gap:20px;margin-top:29px;padding:16px 18px;display:flex}.profile-plan-row>div{flex-direction:column;gap:4px;display:flex}.profile-plan-row small,.usage-card-head small,.future-plans small{color:#718078;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.profile-plan-row strong{font:800 14px Manrope}.profile-plan-row em{color:var(--green);margin-top:2px;font-size:9px;font-style:normal;font-weight:800;line-height:1.4}.profile-plan-row em.is-cancelled{color:#a4551e}.profile-plan-row>span{color:var(--green);letter-spacing:.08em;background:#dce9dc;border-radius:20px;padding:5px 8px;font-size:8px;font-weight:900}.usage-card{background:#fff;border:1px solid #d5ddd7;border-radius:7px;margin-top:14px;padding:20px}.usage-card.is-full{background:#fffaf8;border-color:#dfb4ae}.usage-card-head{justify-content:space-between;align-items:flex-end;gap:18px;display:flex}.usage-card-head>div{flex-direction:column;gap:5px;display:flex}.usage-card-head strong{font:800 15px Manrope}.usage-card-head>b{color:var(--green);font:800 22px Manrope}.usage-card.is-full .usage-card-head>b{color:var(--danger)}.usage-track{background:#e3e9e3;border-radius:20px;height:11px;margin-top:15px;overflow:hidden}.usage-track>span{background:linear-gradient(90deg, var(--green), var(--green-light));border-radius:inherit;min-width:0;height:100%;transition:width .35s;display:block}.usage-card.is-full .usage-track>span{background:linear-gradient(90deg,#a64237,#e67b6d)}.usage-card>p{color:#65736c;margin:10px 0 0;font-size:10px}.profile-notice{color:#294b3c;background:#eff6ed;border-radius:7px;align-items:flex-start;gap:12px;margin-top:14px;padding:15px;display:flex}.profile-notice>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:27px;height:27px;font-size:11px;font-weight:900;display:grid}.profile-notice>div{flex-direction:column;gap:3px;display:flex}.profile-notice strong{font:800 11px Manrope}.profile-notice p{color:#617268;margin:0;font-size:10px;line-height:1.45}.profile-notice.warning{color:#7e372f;background:#fff0ed}.profile-notice.warning>span{background:var(--danger)}.plans-panel{color:var(--ink);background:#f5f7f3;border:1px solid #d1dbd3;border-radius:8px;margin-top:20px;padding:22px}.plans-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.plans-heading>div{flex-direction:column;gap:4px;display:flex}.plans-heading small{color:#718078;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.plans-heading strong{font:800 17px Manrope}.plans-heading p{max-width:460px;color:var(--muted);margin:0;font-size:10px;line-height:1.5}.plans-heading>span{color:#635bff;letter-spacing:.08em;background:#fff;border:1px solid #dedcff;border-radius:4px;flex:none;padding:6px 8px;font-size:7px;font-weight:900}.plans-heading>span.disabled{color:#845014;background:#fff6e7;border-color:#e7c895}.payment-system-flag{color:#6c461a;background:#fff6e7;border:1px solid #e7c895;border-left:4px solid #cc7a1b;border-radius:7px;align-items:flex-start;gap:12px;margin-top:17px;padding:15px 16px;display:flex}.payment-system-flag>span{color:#fff;background:#cc7a1b;border-radius:50%;flex:none;place-items:center;width:31px;height:31px;font-size:14px;display:grid}.payment-system-flag strong{font:800 11px Manrope;display:block}.payment-system-flag p{color:#80613c;margin:4px 0 7px;font-size:9px;line-height:1.5}.payment-system-flag code{color:#70430f;background:#ffffffb3;border-radius:4px;padding:4px 6px;font:800 8px Manrope;display:inline-block}.developer-payment-flag{z-index:1200;color:#70430f;letter-spacing:.07em;text-transform:uppercase;background:#fff2d9;border:1px solid #dba75e;border-radius:6px;padding:8px 11px;font:800 8px Manrope;position:fixed;bottom:14px;left:14px;box-shadow:0 8px 24px #4b2d0b29}.plans-team-join,.plans-team-create{color:#173f2d;background:linear-gradient(135deg,#eef7eb,#f8fbf4);border:1px solid #bed3bf;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:18px 0;padding:16px 18px;display:grid}.plans-team-create{background:linear-gradient(135deg,#dff0dc,#f5faef);border-color:#8eb397;box-shadow:0 10px 24px #17613f17}.plans-team-join>span,.plans-team-create>span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:38px;height:38px;font-size:17px;display:grid}.plans-team-join>div,.plans-team-create>div{flex-direction:column;gap:3px;display:flex}.plans-team-join strong,.plans-team-create strong{font:800 13px Manrope}.plans-team-join p,.plans-team-create p{color:#607168;margin:0;font-size:9px;line-height:1.45}.plans-team-join button,.plans-team-create button{color:#fff;background:var(--green);cursor:pointer;white-space:nowrap;border:0;border-radius:5px;min-height:38px;padding:0 15px;font-size:9px;font-weight:800}.plans-team-join button:hover,.plans-team-create button:hover{background:#0e4d31}.plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.plan-card{background:#fff;border:1px solid #d9e0da;border-radius:7px;flex-direction:column;min-height:250px;padding:17px;display:flex;position:relative;overflow:hidden}.plan-card.recommended{border-color:#87b298;box-shadow:0 8px 22px #17613f1a}.plan-card.active{border-color:var(--green);background:#eff7ec}.plan-card.upgrade-option{border-color:#9fbea9}.plan-card.downgrade-option{border-color:#d7d1bd}.plan-recommended{color:#fff;background:var(--green);letter-spacing:.08em;border-radius:0 0 0 5px;padding:5px 8px;font-size:7px;font-weight:900;position:absolute;top:0;right:0}.plan-card-head{flex-direction:column;gap:3px;padding-right:48px;display:flex}.plan-card-head strong{font:800 12px Manrope}.plan-card-head small{color:#77837d;letter-spacing:.08em;font-size:7px;font-weight:800}.plan-price{flex-wrap:wrap;align-items:baseline;gap:4px;margin-top:14px;display:flex}.plan-price>small{color:var(--muted);font-size:9px;font-weight:700}.plan-price b{color:var(--green);letter-spacing:-.04em;font:800 24px Manrope}.plan-price span{color:#69766f;font-size:8px}.plan-card ul{flex-direction:column;flex:1;gap:7px;margin:14px 0 16px;padding:0;list-style:none;display:flex}.plan-card li{color:#53635b;font-size:9px;line-height:1.35}.plan-card li:first-letter{color:var(--green)}.plan-card>button{color:#fff;background:var(--green);border:1px solid var(--green);cursor:pointer;border-radius:5px;width:100%;min-height:39px;margin-top:auto;font-size:9px;font-weight:800}.plan-card>button:hover:not(:disabled){background:#0f4e32}.plan-card.downgrade-option>button{color:#405048;background:#f4f2ea;border-color:#cfc9b7}.plan-card.downgrade-option>button:hover:not(:disabled){color:#fff;background:#59675f;border-color:#59675f}.plan-card>button:disabled{color:#607069;cursor:default;background:#e2e8e2;border-color:#d2dbd3}.plan-card.active>button:disabled{color:#fff;background:var(--green);border-color:var(--green)}.plan-change-note{color:#294b3c;background:#edf6ec;border:1px solid #c9ddcc;border-radius:6px;align-items:flex-start;gap:11px;margin-top:14px;padding:13px 14px;display:flex}.plan-change-note>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:29px;height:29px;font-size:15px;font-weight:800;display:grid}.plan-change-note strong{font:800 10px Manrope;display:block}.plan-change-note p{color:#5c7066;margin:3px 0 0;font-size:9px;line-height:1.5}.plan-confirm-backdrop{z-index:1100;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#081710c2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.plan-confirm{width:min(100%,460px);color:var(--ink);background:#fffefa;border:1px solid #d4ddd5;border-radius:10px;padding:28px;box-shadow:0 28px 80px #05140d57}.plan-confirm>small{color:var(--green);letter-spacing:.14em;font-size:8px;font-weight:900}.plan-confirm h3{letter-spacing:-.035em;margin:8px 0 9px;font:800 23px Manrope}.plan-confirm>p{color:#5d6b64;margin:0;font-size:11px;line-height:1.55}.plan-confirm-price{background:#eef6eb;border:1px solid #c8dccb;border-radius:7px;justify-content:space-between;align-items:center;gap:16px;margin:20px 0 12px;padding:15px 16px;display:flex}.plan-confirm-price strong{font:800 12px Manrope}.plan-confirm-price span{color:var(--green);white-space:nowrap;font-size:11px;font-weight:900}.plan-confirm .plan-confirm-note{color:#596961;background:#f5f4ee;border-radius:6px;padding:12px 14px;font-size:9px}.plan-confirm-actions{grid-template-columns:1fr 1.4fr;gap:9px;margin-top:20px;display:grid}.plan-confirm-actions button{cursor:pointer;border:1px solid #b8c4bb;border-radius:6px;min-height:43px;padding:0 13px;font-size:9px;font-weight:900}.plan-confirm-actions button:first-child{color:#4f5e56;background:#fff}.plan-confirm-actions button:last-child{color:#fff;background:var(--green);border-color:var(--green)}.plan-confirm-actions button:hover:not(:disabled){transform:translateY(-1px)}.plan-confirm-actions button:disabled{opacity:.58;cursor:wait}.manage-subscription{width:100%;min-height:40px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #9eb9a7;border-radius:5px;margin-top:11px;font-size:9px;font-weight:800}.manage-subscription:hover{background:#edf5ec}.manage-subscription:disabled{opacity:.6;cursor:wait}.plans-legal{color:#7c8882;margin:13px 0 0;font-size:8px;line-height:1.5}.billing-panel{background:#fff;border:1px solid #d5ddd7;border-radius:8px;margin-top:20px;padding:20px}.billing-heading{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.billing-heading>div{flex-direction:column;gap:4px;display:flex}.billing-heading small,.saved-methods>small{color:#718078;letter-spacing:.1em;text-transform:uppercase;font-size:8px;font-weight:800}.billing-heading strong{font:800 15px Manrope}.billing-heading p{max-width:390px;color:var(--muted);margin:0;font-size:10px;line-height:1.45}.stripe-badge{color:#635bff;background:#f0efff;border-radius:4px;flex:none;padding:5px 8px;font:800 10px Manrope}.billing-test-mode{color:#315344;background:#eff7ec;border:1px solid #cfe0cd;border-radius:6px;align-items:flex-start;gap:11px;margin-top:15px;padding:13px 14px;display:flex}.billing-test-mode>span{color:#123c2a;background:var(--green-light);letter-spacing:.08em;border-radius:4px;flex:none;padding:5px 7px;font-size:7px;font-weight:900}.billing-test-mode>div{min-width:0}.billing-test-mode strong{font:800 10px Manrope;display:block}.billing-test-mode p{color:#587065;margin:3px 0 7px;font-size:9px;line-height:1.45}.billing-test-mode code{overflow-wrap:anywhere;color:#17613f;font:800 9px Manrope;display:block}.payment-options{grid-template-columns:1fr;gap:7px;margin-top:16px;display:grid}.payment-options button{color:#3e4d46;cursor:pointer;background:#f3f5f2;border:1px solid #dce2dc;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:6px;font-size:9px;font-weight:800;transition:border-color .18s,background .18s,box-shadow .18s,transform .18s;display:flex}.payment-options button:hover{color:var(--green);background:#edf5ec;border-color:#9fbea9;box-shadow:0 4px 12px #17613f14}.payment-options button:active{transform:translateY(1px)}.payment-options button:focus-visible{outline-offset:2px;outline:3px solid #17613f2b}.payment-options button.active{color:#fff;background:var(--green);border-color:var(--green)}.payment-options button:disabled{opacity:.58;cursor:wait}.card-payment-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.6px;flex:none;width:20px;height:14px}.billing-status,.billing-empty,.billing-secure{color:#69766f;font-size:9px;line-height:1.5}.billing-status,.billing-empty{margin:15px 0 0}.billing-unavailable{color:#70522b;background:#fff7e9;border-left:3px solid #cb8a2e;margin-top:15px;padding:13px 14px}.billing-unavailable strong{font:800 10px Manrope}.billing-unavailable p{margin:4px 0 0;font-size:9px;line-height:1.45}.saved-methods{flex-direction:column;gap:8px;margin-top:16px;display:flex}.saved-method{background:#f5f7f4;border:1px solid #e0e5e0;border-radius:6px;align-items:center;gap:11px;padding:11px 12px;display:flex}.card-brand{color:#fff;background:var(--ink);border-radius:4px;place-items:center;width:42px;height:27px;font:800 10px Manrope;display:grid}.card-brand .card-payment-icon{width:21px;height:15px}.saved-method>div{flex-direction:column;gap:3px;display:flex}.saved-method strong{text-transform:capitalize;font:800 10px Manrope}.saved-method small{color:#718078;font-size:8px}.saved-method-remove{color:#9c443b;cursor:pointer;background:#fff;border:1px solid #e7c7c2;border-radius:4px;margin-left:auto;padding:7px 9px;font-size:8px;font-weight:800}.saved-method-remove:hover{background:#fff0ed}.saved-method-remove:disabled{opacity:.55;cursor:wait}.billing-add{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:5px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:42px;margin-top:14px;font-size:10px;font-weight:800;display:flex}.billing-add span{font-size:16px;font-weight:500}.billing-add:disabled{opacity:.6;cursor:wait}.billing-setup{border-top:1px solid var(--line);margin-top:16px;padding-top:16px}.billing-consent{color:#56655d;cursor:pointer;align-items:flex-start;gap:9px;font-size:9px;line-height:1.5;display:flex}.billing-consent input{width:15px;height:15px;accent-color:var(--green);flex:none;margin:0}.billing-divider{color:#7f8984;text-transform:uppercase;align-items:center;gap:10px;margin:13px 0;font-size:8px;display:flex}.billing-divider:before,.billing-divider:after{content:"";background:var(--line);flex:1;height:1px}.billing-card-form{margin-top:15px}.billing-form-actions{justify-content:flex-end;gap:8px;margin-top:15px;display:flex}.billing-cancel,.billing-save{cursor:pointer;border-radius:5px;min-height:39px;padding:0 14px;font-size:9px;font-weight:800}.billing-cancel{color:#53625a;background:#edf0ed;border:1px solid #d7ddd7}.billing-save{color:#fff;background:var(--green);border:1px solid var(--green)}.billing-cancel:disabled,.billing-save:disabled{opacity:.6;cursor:wait}.consent-cancel{margin-top:12px}.billing-error,.billing-success{margin:12px 0 0;padding:10px 12px;font-size:9px;line-height:1.45}.billing-error{color:var(--danger);border-left:3px solid var(--danger);background:#fff0ed}.billing-success{color:var(--green);border-left:3px solid var(--green);background:#eff6ed}.billing-secure{color:#4d675a;margin:14px 0 0}.customer-portal-panel{background:linear-gradient(135deg,#fff 0%,#f5f3ff 100%);border-color:#d8d4ff}.customer-portal-button{color:#fff;cursor:pointer;background:#635bff;border:1px solid #635bff;border-radius:6px;justify-content:center;align-items:center;gap:9px;width:100%;min-height:46px;margin-top:18px;padding:0 16px;font-size:10px;font-weight:800;transition:background .18s,transform .18s,box-shadow .18s;display:flex}.customer-portal-button:hover:not(:disabled){background:#5148e5;box-shadow:0 8px 20px #635bff33}.customer-portal-button:active:not(:disabled){transform:translateY(1px)}.customer-portal-button:focus-visible{outline-offset:2px;outline:3px solid #635bff33}.customer-portal-button:disabled{opacity:.58;cursor:wait}.customer-portal-button>span{font-size:16px;font-weight:500}.future-plans{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding-top:18px;display:flex}.future-plans>div{flex-direction:column;gap:4px;display:flex}.future-plans strong{font:800 13px Manrope}.future-plans p{max-width:320px;color:var(--muted);margin:0;font-size:10px;line-height:1.45}.future-plans>span{color:#708078;letter-spacing:.08em;background:#e8ece8;border-radius:4px;flex:none;padding:7px 9px;font-size:7px;font-weight:900}.team-modal{width:min(100%,980px)}.team-avatar{color:#fff;background:var(--green);font-size:25px}.team-loading,.team-empty{color:var(--muted);background:#f0f3ef;border-radius:7px;margin:28px 0 0;padding:18px;font-size:11px}.team-message{margin-top:18px}.team-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:26px;display:grid}.team-entry-grid.join-only{grid-template-columns:minmax(0,560px);justify-content:center}.team-join-panel{background:linear-gradient(145deg,#fff 0%,#f4f8f2 100%);border-color:#bdd0c2}.team-panel{background:#fff;border:1px solid #d5ddd7;border-radius:8px;padding:20px}.team-panel>strong,.team-panel>div>strong,.team-section-heading strong{font:800 15px Manrope}.team-panel p,.team-section-heading p{color:var(--muted);margin:5px 0 16px;font-size:10px;line-height:1.5}.team-panel>label{flex-direction:column;gap:7px;display:flex}.team-panel>label>span{letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:800}.team-panel input[type=text],.team-panel input[type=email],.team-panel>label>input:not([type]){width:100%;min-height:44px;color:var(--ink);background:#fff;border:1px solid #cbd3cd;border-radius:4px;outline:none;padding:0 12px}.team-panel input:focus{border-color:var(--green);box-shadow:0 0 0 3px #17613f17}.team-panel>button,.team-member-controls>button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:5px;min-height:40px;margin-top:14px;padding:0 14px;font-size:9px;font-weight:800}.team-panel button:disabled,.team-member-controls button:disabled,.team-pending button:disabled{opacity:.55;cursor:wait}.team-company-bar{color:#fff;background:var(--ink);border-radius:8px;align-items:center;gap:12px;margin-top:25px;padding:16px 18px;display:flex}.team-company-bar>div{flex-direction:column;flex:1;gap:3px;display:flex}.team-company-bar small{color:var(--green-light);letter-spacing:.1em;font-size:8px;font-weight:900}.team-company-bar strong{font:800 17px Manrope}.team-company-bar>span{color:#17452f;background:var(--green-light);border-radius:20px;padding:6px 9px;font-size:7px;font-weight:900}.team-company-bar>span.suspended{color:#fff;background:var(--danger)}.team-company-bar>b{color:#bdc9c2;font-size:9px}.team-leave-panel{color:#713b35;background:#fff6f3;border:1px solid #e7c7c2;border-radius:8px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:17px 18px;display:flex}.team-leave-panel>div:first-child{min-width:0}.team-leave-panel strong{font:800 12px Manrope}.team-leave-panel p{color:#81615d;max-width:590px;margin:4px 0 0;font-size:9px;line-height:1.45}.team-leave-panel>button,.team-leave-confirm button{cursor:pointer;white-space:nowrap;border-radius:5px;min-height:37px;padding:0 13px;font-size:8px;font-weight:900}.team-leave-panel>button,.team-leave-confirm button:last-child{color:#fff;background:#9d4037;border:1px solid #9d4037}.team-leave-confirm{justify-content:flex-end;align-items:center;gap:7px;display:flex}.team-leave-confirm span{white-space:nowrap;margin-right:3px;font-size:8px;font-weight:900}.team-leave-confirm button:first-of-type{color:#5d6962;background:#fff;border:1px solid #cfd7d1}.team-leave-confirm button:disabled{opacity:.58;cursor:wait}.team-invite{grid-template-columns:1.15fr 1fr 1fr auto;align-items:end;gap:15px;margin-top:14px;display:grid}.team-invite>div:first-child p{margin-bottom:0}.team-invite>button{white-space:nowrap;margin-top:0}.team-permissions{flex-direction:column;gap:8px;padding-bottom:5px;display:flex}.team-permissions label,.team-member-controls label{color:#53635b;align-items:center;gap:7px;font-size:9px;font-weight:700;display:flex}.team-permissions input,.team-member-controls input{width:15px;height:15px;accent-color:var(--green)}.team-code{color:#244a38;background:#edf7e9;border:1px solid #c9dfc3;border-radius:8px;grid-template-columns:1fr auto;gap:5px 15px;margin-top:14px;padding:17px 18px;display:grid}.team-code small{color:#64776d;grid-column:1;font-size:9px}.team-code strong{letter-spacing:.14em;grid-column:1;font:800 23px Manrope}.team-code button{min-height:36px;color:var(--green);cursor:pointer;background:#fff;border:1px solid #9ebda7;border-radius:5px;grid-area:1/2/3;align-self:center;padding:0 12px;font-size:8px;font-weight:800}.team-members{background:#f5f7f3;border:1px solid #d5ddd7;border-radius:8px;margin-top:14px;padding:20px}.team-section-heading p{margin-bottom:0}.team-member{background:#fff;border:1px solid #dce2dc;border-radius:7px;grid-template-columns:minmax(180px,.75fr) minmax(0,1.5fr);gap:18px;margin-top:12px;padding:14px;display:grid}.team-member-name{align-items:center;gap:10px;min-width:0;display:flex}.team-member-name>span{width:36px;height:36px;color:var(--ink);background:var(--green-light);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.team-member-name>div{flex-direction:column;gap:3px;min-width:0;display:flex}.team-member-name strong{text-overflow:ellipsis;white-space:nowrap;font:800 11px Manrope;overflow:hidden}.team-member-name small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.team-member-controls{grid-template-columns:1fr 1fr 105px 115px;align-items:center;gap:10px;display:grid}.team-member-controls select{min-height:36px;color:var(--ink);background:#f5f7f4;border:1px solid #d4dcd5;border-radius:4px;padding:0 7px;font-size:8px;font-weight:800}.team-member-controls>button{min-height:36px;margin-top:0;padding:0 9px}.team-pending{flex-direction:column;gap:7px;margin-top:12px;display:flex}.team-pending>div{background:#fff;border:1px dashed #c9d2cb;border-radius:6px;align-items:center;gap:12px;padding:11px 13px;display:flex}.team-pending span{flex-direction:column;flex:1;gap:2px;display:flex}.team-pending strong{font-size:10px}.team-pending small{color:var(--muted);font-size:8px}.team-pending button{color:var(--danger);cursor:pointer;background:#fff4f2;border:1px solid #eccbc6;border-radius:4px;padding:7px 9px;font-size:8px;font-weight:800}.team-my-access{margin-top:14px}.permission-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;display:grid}.permission-summary>span{color:var(--muted);background:#f2f5f1;border-radius:6px;flex-direction:column;gap:5px;padding:13px;font-size:9px;display:flex}.permission-summary b{color:var(--ink);font:800 10px Manrope}@keyframes overlay-in{0%{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:translateY(12px)scale(.98)}}footer{align-items:center}.footer-brand{color:#fff;font-size:14px}.footer-brand .brand-mark{width:34px;height:34px}@media (max-width:1050px){.main-nav{display:none}.hero-grid{grid-template-columns:1fr 430px;gap:35px}.hero-content h1{font-size:58px}.auth-gate{grid-template-columns:120px 1fr}.gate-actions{flex-direction:row;grid-column:2}}@media (max-width:820px){.site-header{padding:0 20px}.account-chip div{display:none}.hero{min-height:auto;padding:0 24px 70px}.hero-grid{grid-template-columns:1fr}.hero-content{padding:70px 0 20px}.hero-content h1{font-size:clamp(48px,11vw,68px)}.hero-visual{min-height:480px}.process{padding-top:75px}.process-heading{flex-direction:column;align-items:flex-start;gap:14px}.process .steps{grid-template-columns:1fr}.process .step{border-right:1px solid #dde1dc;min-height:auto}.auth-gate{grid-template-columns:1fr;gap:25px;padding:35px}.gate-visual{width:100%;height:105px}.gate-visual>i{bottom:-15px;right:24px}.gate-actions{grid-column:1}}@media (max-width:560px){.site-header{gap:8px;height:68px;padding:0 12px}.brand{font-size:15px}.brand-mark{width:32px;height:32px}.header-actions{gap:5px}.language-switch{gap:0;padding:2px}.language-switch button{min-width:24px;height:25px;padding:0 3px;font-size:8px}.brand>span:last-child{display:none}.account-chip{background:0 0;padding:3px;display:flex}.header-plan-button,.header-team-button{min-height:31px;padding:0 8px;font-size:8px}.plans-team-join{grid-template-columns:auto 1fr}.plans-team-join button{grid-column:1/-1;width:100%}.header-actions .text-button{padding:8px 4px}.header-cta{padding:10px}.hero{padding:0 17px 55px}.hero-content{padding-top:55px}.hero-content h1{margin-top:20px;font-size:45px}.hero-copy{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch;gap:14px}.primary-cta{width:100%}.secondary-cta{align-self:flex-start}.hero-trust{flex-wrap:wrap}.hero-visual{min-height:390px}.preview-window{width:92%}.preview-document{min-height:315px;padding:20px}.preview-photos span{height:48px}.note-one{top:20px;right:-4px}.note-two{bottom:24px;left:-2px}.floating-note{min-width:155px}.benefit-strip{white-space:nowrap;justify-content:flex-start;overflow-x:auto}.process{padding:65px 17px 25px}.workspace{padding:65px 12px 80px}.section-heading{padding:0 5px}.auth-gate{padding:27px 22px}.gate-actions{flex-direction:column}.auth-modal{padding:31px 23px}.auth-modal h2{font-size:26px}.profile-modal{padding:31px 22px}.profile-edit-section,.profile-password-grid,.billing-summary-grid{grid-template-columns:1fr}.verification-actions{flex-direction:column;align-items:flex-start}.plans-panel{padding:16px}.plans-heading{flex-direction:column;gap:9px}.plan-grid{grid-template-columns:1fr}.plan-card{min-height:auto}.billing-panel{padding:16px}.payment-options{grid-template-columns:1fr}.payment-options button{justify-content:flex-start;padding-left:11px}.billing-form-actions{flex-direction:column-reverse}.billing-cancel,.billing-save{width:100%}.future-plans{flex-direction:column;align-items:flex-start}.team-entry-grid,.permission-summary{grid-template-columns:1fr}.team-company-bar{flex-wrap:wrap;align-items:flex-start}.team-company-bar>div{flex-basis:100%}.team-invite,.team-member{grid-template-columns:1fr}.team-member-controls{grid-template-columns:1fr;align-items:start}.team-member-controls>button{width:100%}.team-leave-panel,.team-leave-confirm{flex-direction:column;align-items:stretch}.team-leave-panel>button,.team-leave-confirm button{width:100%}.team-code{grid-template-columns:1fr}.team-code button{grid-area:auto/1}footer{align-items:flex-start}}.workspace-nav{z-index:80;color:#fff;background:linear-gradient(125deg,#0b422b 0%,#17613f 50%,#258158 100%);border:1px solid #ffffff1a;justify-content:center;align-items:center;min-height:84px;margin-bottom:24px;padding:10px;display:flex;position:sticky;top:78px;box-shadow:0 16px 38px #10482f38,inset 0 1px #ffffff1a}.workspace-tabs{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid;position:relative}.workspace-tabs button{color:#fffc;cursor:pointer;text-align:left;background:#0522153d;border:1px solid #ffffff29;justify-content:space-between;align-items:center;gap:18px;min-height:62px;padding:0 20px;transition:background .2s,color .2s,transform .2s,box-shadow .2s;display:flex}.workspace-tabs button:hover{color:#fff;background:#ffffff1a}.workspace-tabs button.active{color:var(--ink);background:var(--green-light);border-color:var(--green-light);box-shadow:0 8px 22px #0522153b,inset 0 1px #ffffffa6}.workspace-tabs button:active{transform:translateY(1px)}.tab-copy{flex-direction:column;gap:3px;display:flex}.tab-copy strong{font:800 13px Manrope}.tab-copy small{color:#ffffff8c;font-size:9px;font-weight:500}.workspace-tabs button.active .tab-copy small{color:#14261f9e}.workspace-tabs button b{min-width:20px;height:20px;color:var(--green);background:#fff;border-radius:10px;place-items:center;padding:0 5px;font-size:9px;display:grid}.workspace-tabs button b.has-drafts{position:relative}.workspace-tabs button b.has-drafts:after{content:"";border:2px solid var(--green-light);background:#e5a61b;border-radius:50%;width:8px;height:8px;position:absolute;top:-3px;right:-3px}.workspace-tabs button:not(.active) b{color:var(--ink);background:var(--green-light)}.workspace-panel{animation:.2s ease-out workspace-panel-in}@keyframes workspace-panel-in{0%{opacity:0;transform:translateY(5px)}}.report-detail-toolbar{z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f6f4ecf5;border:1px solid #d7ddd7;border-radius:6px;align-items:center;margin-bottom:12px;padding:8px;display:flex;position:sticky;top:178px;box-shadow:0 8px 24px #14261f14}.report-detail-toolbar button{color:#fff;background:var(--green);cursor:pointer;border:0;border-radius:4px;align-items:center;gap:10px;min-height:42px;padding:0 15px;font-size:11px;font-weight:800;display:flex}.report-detail-toolbar button:hover{background:#0e4b30}.report-detail-toolbar button span{font-size:17px}.report-detail-view .result{margin-top:0}.project-archive{background:#fffefa;border:1px solid #d7ddd7;margin-bottom:0;box-shadow:0 14px 45px #14261f0f}.archive-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:30px;padding:32px 36px 27px;display:flex}.archive-heading h3{letter-spacing:-.035em;margin:7px 0 5px;font:700 25px Manrope}.archive-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.archive-stats{flex:none;grid-template-columns:repeat(2,minmax(92px,1fr));gap:8px;display:grid}.archive-stats>span{white-space:nowrap;background:#edf2ed;border:1px solid #dce4dc;border-radius:6px;align-items:baseline;gap:8px;min-height:54px;padding:13px 15px;display:flex}.archive-stats strong{color:var(--green);font:800 21px Manrope}.archive-stats small{color:#637068;text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.archive-pending-notice{color:#4f431b;background:#fff9e7;border:1px solid #eadca6;border-radius:7px;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin:18px 22px 0;padding:14px 16px;display:grid}.pending-notice-icon{color:#fff;background:#b98713;border-radius:50%;place-items:center;width:32px;height:32px;font:800 13px Manrope;display:grid}.archive-pending-notice strong{font:800 13px Manrope}.archive-pending-notice p{color:#766a42;margin:4px 0 0;font-size:10px;line-height:1.45}.archive-pending-notice button{color:#fff;background:var(--ink);cursor:pointer;white-space:nowrap;border:0;border-radius:4px;align-items:center;gap:15px;min-height:40px;padding:0 14px;font-size:10px;font-weight:800;display:flex}.archive-pending-notice button:hover{background:var(--green)}.archive-pending-notice button:disabled{opacity:.6;cursor:wait}.archive-pending-notice button span{font-size:15px}.archive-state{min-height:105px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.spinner.dark{border-color:#14261f33;border-top-color:var(--green)}.archive-error{color:var(--danger);background:#fff1ee;justify-content:space-between;align-items:center;gap:15px;margin:22px;padding:14px 16px;font-size:12px;display:flex}.archive-error button{color:#fff;background:var(--danger);cursor:pointer;border:0;padding:8px 11px;font-size:10px;font-weight:700}.archive-empty{background:#f3f6f1;border:1px dashed #b9c5bd;align-items:center;gap:17px;margin:22px;padding:19px;display:flex}.archive-empty>span{width:42px;height:42px;color:var(--green);background:#17613f17;place-items:center;font:800 11px Manrope;display:grid}.archive-empty strong{font-size:13px}.archive-empty p{color:var(--muted);margin:4px 0 0;font-size:11px}.project-groups{background:#f4f5f0;gap:14px;padding:22px;display:grid}.project-group{background:#fff;border:1px solid #d9dfd9;border-radius:9px;overflow:hidden;box-shadow:0 6px 20px #14261f0b}.project-group.has-drafts{border-left:4px solid #d0a02a}.project-group>summary{cursor:pointer;grid-template-columns:minmax(220px,.9fr) minmax(300px,1.3fr) minmax(155px,auto);align-items:center;gap:24px;min-height:124px;padding:20px 22px;list-style:none;transition:background .2s,box-shadow .2s;display:grid}.project-group>summary::-webkit-details-marker{display:none}.project-group>summary:hover{background:#f8faf7}.project-identity{align-items:center;gap:14px;min-width:0;display:flex}.project-folder{color:#fff;background:linear-gradient(145deg,#0f4935,#237550);border:1px solid #ffffff2e;border-radius:14px;flex:none;place-items:center;width:52px;height:52px;line-height:1;display:grid;box-shadow:0 9px 20px #17613f38}.project-folder svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round;width:30px;height:30px;overflow:visible}.project-folder .project-house-roof{stroke:var(--lime);stroke-width:2.2px}.project-summary{flex-direction:column;gap:4px;min-width:0;display:flex}.project-summary small{color:var(--green);letter-spacing:.09em;text-transform:uppercase;font-size:8px;font-weight:800}.project-summary strong{text-overflow:ellipsis;letter-spacing:-.02em;white-space:nowrap;font:800 16px Manrope;overflow:hidden}.project-summary>span{color:var(--muted);font-size:10px}.project-progress-preview{background:#f2f6f0;border:1px solid #dbe5da;border-radius:7px;grid-template-columns:minmax(0,1fr);grid-template-areas:"copy""track""summary";align-items:center;gap:7px;min-width:0;padding:12px 14px;display:grid}.project-progress-copy{grid-area:copy;justify-content:space-between;align-items:baseline;gap:9px;display:flex}.project-progress-copy small{color:#526159;letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:800}.project-progress-copy strong{color:var(--green);white-space:nowrap;font:800 18px Manrope}.project-progress-track{background:#d6ded5;border-radius:999px;grid-area:track;height:7px;overflow:hidden}.project-progress-track i{border-radius:inherit;background:linear-gradient(90deg,#17613f,#69ae78);height:100%;display:block}.project-progress-summary{color:#435149;-webkit-line-clamp:2;-webkit-box-orient:vertical;grid-area:summary;font-size:11px;font-weight:600;line-height:1.5;display:-webkit-box;overflow:hidden}.project-group[open] .project-progress-summary{-webkit-line-clamp:3}.project-progress-preview.unavailable .project-progress-copy strong{color:#7d8982}.project-progress-preview.unavailable .project-progress-summary{color:#77827c;font-style:italic}.project-overview-actions{flex-direction:column;align-items:flex-end;gap:14px;display:flex}.project-count{color:#5f6d66;text-transform:uppercase;letter-spacing:.05em;background:#edf1ed;border-radius:4px;padding:6px 9px;font-size:9px;font-weight:800}.project-badges{justify-content:flex-end;align-items:center;gap:7px;display:flex}.project-pending-count{color:#70590e;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#fff0b4;padding:6px 9px;font-size:9px;font-weight:800}.project-open-label{color:var(--green);white-space:nowrap;align-items:center;gap:9px;font-size:10px;font-weight:800;display:flex}.project-chevron{color:var(--green);font-size:20px;line-height:1;transition:transform .2s;display:inline-block}.project-group[open] .project-chevron{transform:rotate(180deg)}.project-detail-content{background:#f5f6f2;border-top:1px solid #e1e5df;gap:14px;padding:18px;display:grid}.project-note-card{color:#4b412d;background:#f8f4ea;border:1px solid #e0d6bf;border-left:3px solid #9d824a;border-radius:6px;margin:0;padding:15px 17px}.project-note-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;display:grid}.project-note-icon{color:#725c2e;background:#eee5d1;border:1px solid #d9c9a8;border-radius:3px;place-items:center;width:29px;height:29px;font:800 13px Manrope;display:grid}.project-note-head>div{flex-direction:column;gap:2px;min-width:0;display:flex}.project-note-head strong{letter-spacing:.02em;font:800 11px Manrope}.project-note-head small{color:#83765a;text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.project-note-head>button{color:#65532e;cursor:pointer;background:#fffdf7;border:1px solid #cdbf9f;border-radius:3px;min-height:32px;padding:0 11px;font-size:9px;font-weight:800}.project-note-head>button:hover{color:#fff;background:#725c2e;border-color:#725c2e}.project-note-card>p{color:#5b5039;white-space:pre-wrap;margin:11px 0 0 40px;font-size:11px;line-height:1.6}.project-note-card.is-empty>p{color:#8a7f69;font-style:italic}.project-note-editor{margin:12px 0 0 40px}.project-note-editor textarea{width:100%;min-height:92px;color:var(--ink);resize:vertical;font:inherit;background:#fffdf8;border:1px solid #cdbf9f;border-radius:4px;outline:none;padding:11px 12px;font-size:11px;line-height:1.55}.project-note-editor textarea:focus{border-color:#8c733e;box-shadow:0 0 0 3px #8c733e1f}.project-note-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:9px;display:flex}.project-note-actions small{color:#8a7f69;margin-right:auto;font-size:8px}.project-note-actions button{cursor:pointer;border-radius:4px;min-height:34px;padding:0 12px;font-size:9px;font-weight:800}.project-note-actions button:disabled{opacity:.6;cursor:wait}.note-cancel{color:#655b45;background:0 0;border:1px solid #cdbf9f}.note-save{color:#fff;background:#5c704e;border:1px solid #5c704e}.note-save:hover:not(:disabled){background:#465a3a}.project-note-error{color:#8b3027;background:#fff0ed;border-left:3px solid #bd4b40;margin:10px 0 0 40px;padding:8px 10px;font-size:9px}.project-report-section{background:#fff;border:1px solid #dce2dc;border-radius:7px;overflow:hidden}.project-reports-heading{border-bottom:1px solid #e2e6e1;justify-content:space-between;align-items:center;gap:18px;padding:15px 17px;display:flex}.project-reports-heading>div{flex-direction:column;gap:3px;display:flex}.project-reports-heading small{color:var(--green);letter-spacing:.09em;font-size:8px;font-weight:800}.project-reports-heading strong{font:800 13px Manrope}.project-reports-heading>span{min-width:28px;height:28px;color:var(--green);background:#edf3ec;border-radius:50%;place-items:center;font:800 10px Manrope;display:grid}.archive-reports{background:#fff}.archive-report{border-bottom:1px solid #e8ebe7;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:82px;padding:0 16px;display:grid}.archive-report:last-child{border-bottom:0}.archive-report-link{min-width:0;min-height:81px;color:var(--ink);cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:minmax(190px,1fr) auto auto;align-items:center;gap:22px;padding:11px 0;display:grid}.archive-report-link:disabled{opacity:.6;cursor:wait}.archive-report time{flex-direction:column;gap:3px;display:flex}.archive-report time small{color:var(--green);letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:800}.archive-report time strong{font:800 14px Manrope}.archive-report time span{color:#849089;font-size:9px}.report-status{text-transform:uppercase;letter-spacing:.06em;padding:6px 9px;font-size:9px;font-weight:800}.report-status.draft{color:#755d0e;background:#fff1b8}.report-status.reviewed{color:#27623f;background:#ddefd9}.archive-row-action{color:var(--green);white-space:nowrap;font-size:11px;font-weight:800}.archive-report-link:hover .archive-row-action{transform:translate(3px)}.archive-pdf{min-width:55px;min-height:35px;color:var(--green);cursor:pointer;background:#eaf0ea;border:0;padding:0 10px;font-size:10px;font-weight:800}.archive-pdf:disabled{opacity:.55;cursor:wait}.archive-pdf:hover:not(:disabled){background:#dce8dd}.project-danger-zone{background:#fff9f8;border:1px solid #ead3cf;border-left:3px solid #b95045;border-radius:7px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px 22px;padding:16px 17px;display:grid}.project-danger-copy{align-items:center;gap:12px;min-width:0;display:flex}.project-danger-copy>div{min-width:0}.project-danger-copy strong{color:#76342d;font:800 12px Manrope}.project-danger-copy p{color:#89645f;margin:3px 0 0;font-size:10px;line-height:1.5}.project-danger-icon{color:#9d4037;background:#f8e5e2;border-radius:50%;flex:none;place-items:center;width:36px;height:36px;display:grid}.project-danger-icon svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:19px;height:19px}.project-delete-trigger,.project-delete-cancel,.project-delete-confirm{cursor:pointer;border-radius:5px;min-height:38px;padding:0 14px;font-size:9px;font-weight:800}.project-delete-trigger{color:#8b372f;background:#fff;border:1px solid #cf8d86}.project-delete-trigger:hover:not(:disabled){color:#fff;background:#9d4037;border-color:#9d4037}.project-delete-confirmation{background:#fbeae7;border-radius:5px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:13px 14px;display:grid}.project-delete-confirmation p{color:#70342e;margin:0;font-size:10px;font-weight:700;line-height:1.5}.project-delete-confirmation>div{gap:8px;display:flex}.project-delete-cancel{color:#655b59;background:#fff;border:1px solid #d3bbb7}.project-delete-confirm{color:#fff;background:#a23f36;border:1px solid #a23f36}.project-delete-confirm:hover:not(:disabled){background:#873129;border-color:#873129}.project-delete-trigger:disabled,.project-delete-cancel:disabled,.project-delete-confirm:disabled{opacity:.58;cursor:wait}.project-delete-error{color:#842f28;background:#fff;border:1px solid #e6c1bc;grid-column:1/-1;padding:9px 11px;font-size:9px}@media (max-width:950px) and (min-width:701px){.project-group>summary{grid-template-columns:minmax(0,1fr) auto}.project-progress-preview{grid-area:2/1/auto/-1}.project-overview-actions{grid-area:1/2}}@media (max-width:700px){.workspace-nav{min-height:70px;padding:7px;top:68px}.report-detail-toolbar{top:148px}.workspace-tabs button{min-height:54px;padding:0 12px}.tab-copy strong{font-size:11px}.tab-copy small{display:none}.archive-heading{flex-direction:column;align-items:flex-start;padding:24px 20px 20px}.archive-stats{width:100%}.archive-stats>span{justify-content:center}.archive-pending-notice{grid-template-columns:auto 1fr;margin:13px 12px 4px;padding:15px}.archive-pending-notice button{grid-column:1/-1;justify-content:space-between;width:100%}.project-groups{gap:10px;padding:10px}.project-group>summary{grid-template-columns:minmax(0,1fr);gap:14px;min-height:0;padding:16px}.project-identity{width:100%}.project-folder{width:42px;height:42px}.project-progress-preview{width:100%}.project-overview-actions{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.project-detail-content{padding:10px}.project-note-card{padding:14px}.project-note-card>p,.project-note-editor,.project-note-error{margin-left:0}.project-note-head{grid-template-columns:auto 1fr}.project-note-head>button{grid-column:1/-1;width:100%}.project-danger-zone{grid-template-columns:1fr;padding:14px}.project-delete-trigger{width:100%}.project-delete-confirmation{grid-template-columns:1fr}.project-delete-confirmation>div{grid-template-columns:1fr 1fr;display:grid}.archive-report{grid-template-columns:1fr auto;gap:8px;padding:0 12px}.archive-report-link{grid-template-columns:1fr auto;gap:8px 12px;padding:12px 0}.archive-row-action{grid-column:1/-1}.report-status{justify-self:end}}.success-dot.reviewed{color:#fff;background:var(--green)}.result-review-layout{grid-template-columns:minmax(0,1fr) minmax(300px,34%);align-items:start;gap:0;display:grid}.result-summary{min-width:0}.pdf-preview-panel{background:#edf2ed;border:1px solid #d5ddd6;border-radius:7px;margin:24px 28px 30px 0;padding:17px;position:sticky;top:178px}.pdf-preview-heading{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:14px;display:flex}.pdf-preview-heading small{color:var(--green);letter-spacing:.13em;font-size:8px;font-weight:800}.pdf-preview-heading h4{letter-spacing:-.02em;margin:5px 0 4px;font:800 15px Manrope}.pdf-preview-heading p{color:#6b7871;max-width:230px;margin:0;font-size:9px;line-height:1.45}.pdf-preview-heading>span{color:#fff;letter-spacing:.06em;background:#b64236;border-radius:3px;padding:6px 7px;font-size:8px;font-weight:900}.pdf-preview-frame{aspect-ratio:210/297;background:#fff;border:1px solid #cbd2cc;width:100%;position:relative;overflow:hidden;box-shadow:0 9px 24px #14261f1f}.pdf-preview-frame iframe{background:#fff;border:0;width:100%;height:100%;display:block}.pdf-preview-state{color:#68756e;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:25px;font-size:10px;display:flex;position:absolute;inset:0}.pdf-preview-state.is-error b{color:#fff;background:#b98713;border-radius:50%;place-items:center;width:34px;height:34px;font-size:14px;display:grid}.pdf-preview-hint{color:#718078;margin:12px 2px 0;font-size:9px;line-height:1.5}.review-confirmed{color:#285d3d;background:#e7f3e5;border-left:3px solid #4c915f;margin:24px 30px 0;padding:13px 15px;font-size:12px}.confirmation-error{color:var(--danger);border-left:3px solid var(--danger);background:#fff0ed;margin:0 30px 20px;padding:12px 15px;font-size:12px}.confirmation-bar{color:#fff;background:var(--ink);grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:0 30px 30px;padding:22px;display:grid}.confirmation-icon{width:44px;height:44px;color:var(--ink);background:var(--green-light);border-radius:50%;place-items:center;font-size:18px;font-weight:900;display:grid}.confirmation-bar strong,.confirmed-bar strong{font:700 14px Manrope;display:block}.confirmation-bar p,.confirmed-bar p{color:#b8c3bd;margin:5px 0 0;font-size:10px;line-height:1.5}.confirmation-bar button{min-height:47px;color:var(--ink);background:var(--green-light);cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:22px;padding:0 17px;font-size:11px;font-weight:800;display:flex}.confirmation-bar button:hover:not(:disabled){background:#fff}.confirmation-bar button:disabled{opacity:.6;cursor:wait}.confirmation-bar button span{font-size:18px}.confirmed-bar{color:var(--ink);background:#e7f3e5;border:1px solid #c7ddc5;align-items:center;gap:15px;margin:0 30px 30px;padding:20px 22px;display:flex}.confirmed-bar>span{color:#fff;background:var(--green);border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-weight:900;display:grid}.confirmed-bar p{color:#587064}@media (max-width:700px){.confirmation-bar{grid-template-columns:auto 1fr;margin:0 14px 20px;padding:18px}.confirmation-bar button{grid-column:1/-1;width:100%}.confirmed-bar{margin:0 14px 20px}.confirmation-error{margin:0 14px 15px}}@media (max-width:1000px){.result-review-layout{grid-template-columns:1fr}.pdf-preview-panel{width:min(100% - 60px,560px);margin:0 30px 30px;position:static}}@media (max-width:540px){.pdf-preview-panel{width:calc(100% - 28px);margin:0 14px 22px;padding:13px}}:root{--soft-green:#edf4ec;--radius-sm:6px;--radius-md:10px}body{background:radial-gradient(circle at 12% 20%,#d9f25f12,#0000 26%),#f6f4ec}.site-header{box-shadow:0 5px 24px #14261f09}.workspace.app-workspace{padding-top:42px}.app-workspace .section-heading{border-bottom:1px solid #14261f1c;padding:0 4px 25px}.app-workspace .section-heading h2{font-size:clamp(30px,3.5vw,43px)}.workspace-nav{border-radius:var(--radius-md);overflow:hidden}.workspace-tabs button{border-radius:var(--radius-sm)}.report-form,.project-archive,.result{border-radius:var(--radius-md);border-color:#d5dbd5;overflow:hidden;box-shadow:0 20px 55px #14261f12}.form-section{background:#fffef9e0;padding:46px;position:relative}.form-section:nth-child(2n){background:#fcfcf8}.form-section-title>span{width:34px;height:34px;color:var(--green);background:var(--soft-green);border:0;border-radius:50%;flex:none;place-items:center;padding:0;font-size:10px;display:grid}.form-section-title h3{letter-spacing:-.02em;font-size:18px}.form-section-title p{max-width:170px}.field{gap:9px}.field>span{color:#48564f;letter-spacing:.075em;font-size:10px}.field input,.field textarea{border-radius:var(--radius-sm);background:#fff;border-color:#ccd4ce;box-shadow:inset 0 1px 1px #14261f06}.field input{min-height:48px}.field input:hover,.field textarea:hover{border-color:#aebbb3}.drop-zone{border-radius:var(--radius-md);background:radial-gradient(circle at 50% 15%,#d9f25f2b,#0000 38%),#f7faf6;min-height:195px}.drop-zone.has-files{background:#f2f7f1;border-style:solid;border-color:#bdd0c1;min-height:120px}.drop-zone:hover{transform:translateY(-1px);box-shadow:0 10px 28px #17613f12}.upload-icon{width:44px;height:44px;color:var(--green);background:#fff;border:1px solid #cfdbd2;border-radius:50%;place-items:center;font-size:22px;display:grid;box-shadow:0 7px 18px #14261f12}.photo-selection{grid-column:2;min-width:0}.photo-selection-head{justify-content:space-between;align-items:center;gap:16px;margin:17px 0 10px;display:flex}.photo-selection-head strong{font-size:11px}.photo-selection-head span{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:9px;font-weight:800}.photo-preview-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.photo-preview-grid figure{border-radius:var(--radius-sm);background:#fff;border:1px solid #d7ddd8;min-width:0;margin:0;overflow:hidden}.photo-thumb{aspect-ratio:4/3;background:#e8ede9;overflow:hidden}.photo-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .25s;display:block}.photo-preview-grid figure:hover img{transform:scale(1.035)}.photo-preview-grid figcaption{grid-template-columns:1fr auto;gap:2px 5px;padding:8px;display:grid}.photo-preview-grid figcaption b{color:var(--green);text-transform:uppercase;letter-spacing:.06em;font-size:8px}.photo-preview-grid figcaption span{color:#526159;text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;font-size:9px;overflow:hidden}.photo-preview-grid figcaption small{color:#8a958f;grid-area:1/2;font-size:8px}.voice-recorder{border-radius:var(--radius-sm)}.audio-upload>span,.voice-recorder button,.submit-button,.pdf-button,.archive-report button{border-radius:4px}.audio-upload>span{transition:border-color .2s,background .2s}.audio-upload:hover>span{border-color:var(--green);background:var(--soft-green)}.submit-row{background:linear-gradient(110deg,#e9efe9,#f3f5ed)}.submit-button{min-height:50px;box-shadow:0 9px 22px #17613f2b}.project-group{border-radius:9px;overflow:hidden}.project-group>summary{transition:background .2s,padding .2s}.project-group[open]>summary{background:#eef4ed}.project-group>summary:hover{box-shadow:inset 4px 0 #17613f2e}.archive-report:hover{background:#fbfcf9}.result{scroll-margin-top:175px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:820px){.form-section{padding:32px 26px}.camera-capture,.form-section>.drop-zone,.form-section>.device-permission,.form-section>.or,.form-section>.audio-upload,.photo-selection{grid-column:1}.photo-preview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.workspace.app-workspace{padding-top:28px}.app-workspace .section-heading{padding-bottom:20px}.form-section{padding:28px 19px}.camera-preview video{aspect-ratio:3/4}.camera-preview-actions{flex-direction:column;align-items:stretch}.photo-selection-head{flex-direction:column;align-items:flex-start;gap:4px}.photo-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-group>summary:hover{box-shadow:inset 3px 0 #17613f2e}}.quick-report{box-shadow:none;background:0 0;border:0;flex-direction:column;gap:13px;display:flex;overflow:visible}.quick-report-hero{color:#fff;background:radial-gradient(circle at 82% 0,#d9f25f33,#0000 34%),linear-gradient(125deg,#102a20,#17613f);border-radius:14px;grid-template-columns:1fr 210px;gap:18px 36px;padding:31px 34px 23px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 46px #113d2a2e}.quick-report-hero:after{content:"";border:1px solid #ffffff1c;border-radius:50%;width:110px;height:110px;position:absolute;top:-42px;right:150px}.quick-report-intro{z-index:1;align-items:flex-start;gap:16px;display:flex;position:relative}.quick-spark{width:48px;height:48px;color:var(--ink);background:var(--green-light);border-radius:13px;flex:none;place-items:center;font-size:22px;display:grid;box-shadow:0 8px 22px #00000026}.quick-report-intro small{color:var(--green-light);letter-spacing:.18em;font-size:8px;font-weight:900}.quick-report-intro h3{letter-spacing:-.04em;margin:5px 0;font:800 clamp(22px,3vw,31px)/1.12 Manrope}.quick-report-intro p{color:#ffffffb3;max-width:590px;margin:0;font-size:11px;line-height:1.55}.quick-report-status{z-index:1;background:#04180f4d;border:1px solid #ffffff21;border-radius:9px;align-self:center;padding:13px 14px;position:relative}.quick-report-status strong{color:#ffffffc7;letter-spacing:.04em;margin-bottom:8px;font:800 9px Manrope;display:block}.quick-report-status>span{background:#ffffff24;border-radius:10px;height:7px;display:block;overflow:hidden}.quick-report-status i{background:var(--green-light);border-radius:inherit;height:100%;transition:width .3s;display:block}.quick-report-status.is-ready strong{color:var(--green-light)}.quick-stepper{z-index:1;border-top:1px solid #ffffff1f;grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:8px;margin:0;padding:17px 0 0;list-style:none;display:grid;position:relative}.quick-stepper li{color:#ffffff7a;letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:8px;font-size:9px;font-weight:800;display:flex}.quick-stepper li>span{color:#ffffffa6;background:#ffffff1a;border-radius:50%;place-items:center;width:22px;height:22px;font-size:8px;display:grid}.quick-stepper li.done{color:#fff}.quick-stepper li.done>span{color:var(--ink);background:var(--green-light)}.quick-step{background:#fffef9f0;border:1px solid #d7ddd8;border-radius:12px;grid-template-columns:210px minmax(0,1fr);gap:34px;padding:30px 34px;transition:border-color .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden;box-shadow:0 10px 32px #14261f0b}.quick-step:before{content:"";background:#d8dfda;width:4px;transition:background .2s;position:absolute;inset:0 auto 0 0}.quick-step.is-complete{border-color:#bcd1c1;box-shadow:0 12px 34px #17613f12}.quick-step.is-complete:before{background:var(--green)}.quick-step-heading{align-items:flex-start;gap:12px;display:flex}.quick-step-heading>span{width:34px;height:34px;color:var(--green);background:var(--soft-green);border-radius:50%;flex:none;place-items:center;font:800 10px Manrope;display:grid}.quick-step.is-complete .quick-step-heading>span{color:#fff;background:var(--green)}.quick-step-heading h3{letter-spacing:-.025em;margin:2px 0 4px;font:800 17px Manrope}.quick-step-heading p{color:var(--muted);margin:0;font-size:10px;line-height:1.45}.quick-step-content{min-width:0}.quick-project-name input{font-size:16px;font-weight:700;min-height:57px!important;padding:0 16px!important}.quick-meta-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.quick-meta-fields .field input{min-height:43px;padding:9px 12px}.quick-options{background:#f5f7f3;border:1px solid #dbe1dc;border-radius:7px;margin-top:13px;overflow:hidden}.quick-options summary{cursor:pointer;align-items:center;gap:10px;padding:12px 14px;list-style:none;display:flex}.quick-options summary::-webkit-details-marker{display:none}.quick-options summary>span{width:26px;height:26px;color:var(--green);background:#fff;border:1px solid #cfdbd2;border-radius:50%;flex:none;place-items:center;font-size:15px;transition:transform .2s;display:grid}.quick-options[open] summary>span{transform:rotate(45deg)}.quick-options summary>div{flex-direction:column;gap:2px;min-width:0;display:flex}.quick-options summary strong{font:800 10px Manrope}.quick-options summary small{color:var(--muted);font-size:8px}.quick-options-content{border-top:1px solid #e0e5e0;flex-direction:column;gap:12px;padding:4px 14px 14px;display:flex}.quick-options-content .project-plan-field{padding-top:13px}.quick-options-content .project-plan-field textarea{min-height:88px}.quick-options-content .automatic-weather-note{grid-column:auto}.quick-media-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.quick-media-action{min-height:92px;color:var(--ink);cursor:pointer;text-align:left;border-radius:9px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:15px 17px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.quick-media-action:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #14261f17}.quick-media-action:disabled{opacity:.5;cursor:not-allowed}.quick-media-action input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.camera-action{color:#fff;background:var(--green);border:1px solid var(--green)}.gallery-action{background:#f5f8f3;border:1px solid #bdcbc1}.quick-action-icon{width:42px;height:42px;color:var(--green);background:#fff;border-radius:11px;place-items:center;font-size:19px;display:grid;box-shadow:0 5px 15px #00000014}.gallery-action .quick-action-icon{color:var(--ink);background:var(--green-light)}.quick-action-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.quick-media-action strong{font:800 12px Manrope}.quick-media-action small{color:#ffffffad;font-size:9px}.gallery-action small{color:var(--muted)}.quick-media-action>b{font-size:17px}.quick-step .device-permission{margin-top:9px}.quick-step .camera-preview{margin-top:11px}.quick-report .photo-selection{grid-column:auto}.quick-voice-recorder{border-radius:9px;min-height:94px;padding:17px 18px}.quick-mic-icon{color:#d9584b;background:#ffe8e4;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:13px;display:grid;box-shadow:inset 0 0 0 7px #fff5f3}.quick-or{color:#6f7b75;letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:12px;margin:17px 0 10px;font-size:9px;font-weight:800;display:flex}.quick-or:before,.quick-or:after{content:"";background:#dce2dd;flex:1;height:1px}.quick-notes textarea{min-height:104px;padding:14px 15px;font-size:13px;line-height:1.55}.audio-options .quick-options-content{padding-top:13px}.quick-submit-row{background:#eef2ebf2;border:1px solid #d2dbd3;border-radius:11px;margin-top:2px;padding:18px 22px;box-shadow:0 16px 36px #14261f1f}.quick-submit-row.is-ready{color:#fff;background:#103726f5;border-color:#174d36}.quick-submit-row.is-ready div span{color:#ffffffa6}.quick-submit-row.is-ready .submit-button{color:var(--ink);background:var(--green-light);box-shadow:0 10px 24px #0000002b}.quick-submit-row .submit-button{border-radius:7px;min-height:54px}@media (max-width:820px){.quick-report-hero{grid-template-columns:1fr}.quick-report-status{width:100%}.quick-step{grid-template-columns:1fr;gap:20px;padding:26px}}@media (max-width:560px){.quick-report{gap:10px}.quick-report-hero{border-radius:10px;padding:24px 19px 18px}.quick-report-intro{gap:11px}.quick-spark{border-radius:10px;width:39px;height:39px;font-size:17px}.quick-report-intro h3{font-size:22px}.quick-stepper{gap:4px}.quick-stepper li{gap:5px;font-size:7px}.quick-stepper li>span{width:19px;height:19px}.quick-step{border-radius:9px;padding:22px 17px}.quick-meta-fields,.quick-media-actions{grid-template-columns:1fr}.quick-media-action{min-height:78px}.quick-voice-recorder{flex-direction:column;align-items:stretch}.quick-submit-row{align-items:stretch;padding:15px}.quick-submit-row .submit-button{width:100%;min-width:0}}
