:root{--canvas:#f6f5f1;--surface:#fff;--surface-muted:#eeece5;--ink:#1b1d1a;--muted:#646861;--line:#d9d6cc;--primary:#256f5a;--primary-hover:#1f604e;--primary-soft:#e6f1ed;--active:#2f5f8f;--active-soft:#e6eef7;--warning:#9b6a14;--warning-soft:#fff3d8;--paid:#237a4b;--paid-soft:#e2f3e8;--danger:#9b2c2c;--shadow-panel:0 1px 2px #1b1d1a0f, 0 10px 24px #1b1d1a14;--radius-sm:6px;--radius-md:8px;color:var(--ink);background:var(--canvas);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5}*{box-sizing:border-box}body{min-width:320px;margin:0}button,input,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin:0}h1{letter-spacing:0;max-width:13ch;font-size:clamp(2.35rem,5vw,4.25rem);line-height:.98}h2{letter-spacing:0;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.15}h3{letter-spacing:0;font-size:1.05rem}button:focus-visible,input:focus,textarea:focus{outline-offset:2px;border-color:var(--active);outline:3px solid #2f5f8f38}#app{flex-direction:column;min-height:100vh;display:flex}.topbar{z-index:10;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f6f5f1f0;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem clamp(1rem,4vw,3rem);display:flex;position:sticky;top:0}.brand,.nav button,.primary,.secondary{border-radius:var(--radius-sm);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;min-height:40px;display:inline-flex}.auth-controls{justify-content:flex-end;align-items:center;gap:.55rem;min-width:0;display:inline-flex}.auth-status{max-width:220px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem;font-weight:750;overflow:hidden}.small-button{min-height:36px;padding-inline:.8rem}.brand{color:var(--ink);background:0 0;padding:0;font-weight:800}.brand-mark{border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--primary);place-items:center;display:grid}.brand-mark svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.brand-wordmark{font-size:.98rem;font-weight:800}.nav{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);gap:.25rem;padding:.25rem;display:flex}.nav button{color:var(--muted);background:0 0;padding:0 .8rem}.nav button.active{color:var(--ink);background:var(--surface-muted)}.notice{border-radius:var(--radius-md);background:var(--primary-soft);color:#1f604e;border:1px solid #c8dccf;width:min(1180px,100% - 2rem);margin:1rem auto 0;padding:.85rem 1rem}main{flex:1;width:min(1180px,100% - 2rem);margin:0 auto}.hero-band{grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:center;gap:clamp(2rem,5vw,4rem);min-height:640px;padding:clamp(2rem,6vw,4.5rem) 0 2.5rem;display:grid}.hero-copy{gap:1.1rem;max-width:560px;display:grid}.eyebrow{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:800}.lead{max-width:39rem;color:var(--muted);font-size:1.14rem}.proof-note,.payment-note,.sync-status{color:var(--muted);font-size:.9rem}.hero-actions,.head-actions,.card-actions{flex-wrap:wrap;gap:.7rem;display:flex}.primary,.secondary{padding:0 1rem;font-weight:800}.primary{background:var(--primary);color:#fff;border-color:var(--primary)}.primary:hover{background:var(--primary-hover);border-color:var(--primary-hover)}.secondary{background:var(--surface);color:var(--ink);border-color:var(--line)}.secondary:hover{background:var(--surface-muted)}.icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex:none;width:1rem;height:1rem}.product-preview,.panel,.estimate-card,.price-panel,.workflow-cards div,.faq-grid div{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-panel)}.product-preview{gap:1rem;padding:1rem;display:grid}.preview-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.9rem;display:flex}.preview-header span,.preview-panel small,.estimate-main p,.notes,.footer,.panel p,.price-panel li,.faq-grid span{color:var(--muted)}.preview-grid{grid-template-columns:.95fr 1.2fr .95fr;gap:.75rem;display:grid}.preview-panel{border:1px solid var(--line);border-radius:var(--radius-sm);background:#fbfaf7;align-content:start;gap:.75rem;padding:.9rem;display:grid}.preview-panel small{text-transform:uppercase;font-size:.78rem;font-weight:800}.preview-row{border-bottom:1px solid var(--line);gap:.1rem;padding-bottom:.65rem;display:grid}.preview-row:last-child{border-bottom:0;padding-bottom:0}.preview-row span,.preview-row em{color:var(--muted);font-size:.82rem;font-style:normal}.job-line{grid-template-columns:auto 1fr auto;align-items:center;gap:.55rem;display:grid}.job-line strong{min-width:0;font-size:.95rem}.job-line b,.price-panel>strong,.stat-grid strong,.estimate-main strong{font-variant-numeric:tabular-nums}.followup-preview p{border-left:3px solid var(--warning);padding-left:.75rem}.workflow-strip{grid-template-columns:repeat(6,1fr);gap:.4rem;display:grid}.workflow-strip span{background:var(--surface-muted);color:var(--ink);text-align:center;border-radius:999px;padding:.35rem .2rem;font-size:.72rem;font-weight:800}.workflow-strip span:nth-child(3),.workflow-strip span:nth-child(4){background:var(--active-soft);color:var(--active)}.workflow-section,.faq-section{gap:1rem;padding:2rem 0;display:grid}.workflow-cards{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.workflow-cards div{align-content:start;gap:.35rem;padding:1rem;display:grid}.workflow-cards .icon{color:var(--primary)}.split-section,.pricing-grid,.admin-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem 0 3rem;display:grid}.panel,.price-panel{align-content:start;gap:1rem;padding:1.25rem;display:grid}.check-list,.price-panel ul{gap:.55rem;margin:0;padding-left:1.1rem;display:grid}.faq-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.faq-grid div{align-content:start;gap:.35rem;padding:1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}label{color:var(--muted);gap:.35rem;font-size:.86rem;font-weight:750;display:grid}input,textarea{border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:2.7rem;color:var(--ink);background:#fff;padding:.65rem .75rem}textarea{resize:vertical;min-height:5.25rem}.dashboard{padding:2rem 0 3rem}.dashboard-head{justify-content:space-between;align-items:end;gap:1rem;padding-bottom:1rem;display:flex}.dashboard-head h1,.pricing-hero h1{max-width:none;font-size:clamp(2rem,5vw,3.5rem)}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;display:grid}.stat-grid div{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface);gap:.35rem;padding:1rem;display:grid}.stat-grid div:first-child{background:var(--ink);color:#fff}.stat-grid span{color:var(--muted);font-size:.84rem}.stat-grid div:first-child span{color:#d6dbd2}.stat-grid strong{font-size:1.55rem}.workspace{grid-template-columns:minmax(320px,.78fr) minmax(0,1.22fr);gap:1rem;padding:1rem 0;display:grid}.pipeline-list{align-content:start;gap:.85rem;display:grid}.estimate-card{gap:.85rem;padding:1rem;display:grid}.estimate-main{justify-content:space-between;gap:1rem;display:flex}.estimate-main strong{font-size:1.35rem}.status{background:var(--surface-muted);width:fit-content;min-height:24px;color:var(--primary);text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:.35rem;padding:0 .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.status-sent{background:var(--active-soft);color:var(--active)}.status-accepted{background:var(--primary-soft);color:var(--primary)}.status-invoiced{background:var(--warning-soft);color:var(--warning)}.status-paid{background:var(--paid-soft);color:var(--paid)}.line-items{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:.35rem .75rem;padding:.7rem 0;display:grid}.empty-state{border-radius:var(--radius-md);min-height:24rem;color:var(--muted);text-align:center;border:1px dashed #aeb9aa;align-content:center;place-items:center;gap:.5rem;display:grid}.empty-state .icon{width:2rem;height:2rem;color:var(--primary)}.admin-list{grid-template-columns:1fr auto;gap:.5rem;display:grid}.pricing-hero{gap:1rem;padding:4rem 0 2rem;display:grid}.price-panel>strong{font-size:3rem}.price-panel>strong span{color:var(--muted);font-size:1rem}.footer{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:.75rem;width:min(1180px,100% - 2rem);margin:auto auto 0;padding:1rem 0 1.4rem;font-size:.82rem;display:flex}.footer-links{flex-wrap:wrap;align-items:center;gap:.7rem;display:inline-flex}.footer-links button{color:var(--primary);background:0 0;border:0;padding:0;font-weight:800}.content-page{align-content:start;padding:3rem 0;display:grid}.content-page .panel{max-width:820px}.content-page h1{max-width:none;font-size:clamp(2rem,5vw,3.25rem)}.content-page h2{margin-top:1rem}@media (width<=980px){.topbar,.dashboard-head,.estimate-main{flex-direction:column;align-items:stretch}.nav{overflow-x:auto}.hero-band,.workspace,.split-section,.pricing-grid,.admin-row{grid-template-columns:1fr}.hero-band{min-height:auto}.preview-grid,.workflow-cards,.faq-grid{grid-template-columns:1fr 1fr}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){main,.notice,.footer{width:min(100% - 1.5rem,1180px)}.topbar{padding-inline:.75rem}.auth-controls{width:100%}.auth-status{max-width:none}.brand-wordmark{display:none}.primary,.secondary,input,textarea{min-height:44px}.primary,.secondary,.nav button{width:100%}.hero-actions,.head-actions,.card-actions{flex-direction:column}.preview-grid,.workflow-cards,.workflow-strip,.faq-grid,.form-grid{grid-template-columns:1fr}.job-line{grid-template-columns:1fr;align-items:start}}
