:root{--bg: #f7f6f2;--surface: #ffffff;--offset: #edeae5;--border: #d4d1ca;--divider: #e3e0db;--text: #28251d;--muted: #6b6861;--primary: #01696f;--primary-hover: #0c4e54;--primary-hi: #dcebea;--radius: .85rem;--radius-full: 999px;--shadow: 0 1px 2px rgba(40, 37, 29, .06);--shadow-up: 0 -6px 20px rgba(40, 37, 29, .08);--tap: 48px;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}button,input{font:inherit}.app{max-width:680px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1rem .75rem}.topbar h1{margin:0;font-size:1.25rem}.brand{background:none;border:0;padding:0;cursor:pointer;color:inherit;text-align:left}.muted{color:var(--muted);margin:0}.center-note{padding:2rem 1rem;text-align:center}.lang{display:flex;gap:.25rem}.segmented{display:inline-flex;gap:.4rem}.segmented.big{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;width:100%}.seg{min-height:var(--tap);cursor:pointer;padding:.6rem 1rem;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-full);font-weight:600}.seg.active{background:var(--primary);color:#fff;border-color:var(--primary)}.wizard{display:flex;flex-direction:column;flex:1}.progress{display:flex;gap:.25rem;padding:.5rem 1rem .75rem;overflow-x:auto;-webkit-overflow-scrolling:touch}.progress-step{display:flex;align-items:center;gap:.4rem;flex:0 0 auto}.progress-step:not(:last-child):after{content:"";width:14px;height:2px;background:var(--divider)}.dot{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--offset);color:var(--muted);font-size:.8rem;font-weight:700}.dot.done{background:var(--primary);color:#fff}.progress-label{font-size:.8rem;color:var(--muted)}.progress-label.active{color:var(--text);font-weight:700}.wizard-content{flex:1;padding:.5rem 1rem 1.5rem}.wstep{display:flex;flex-direction:column;gap:1rem}.wstep h2{margin:.25rem 0;font-size:1.2rem}.group-title{margin:.5rem 0 0;font-size:.95rem;color:var(--muted)}.chip-select{display:flex;flex-direction:column;gap:.45rem}.chip-label{font-weight:600}.chips{display:flex;flex-wrap:wrap;gap:.5rem}.chip{min-width:var(--tap);min-height:var(--tap);padding:0 .9rem;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius-full);font-weight:600;font-size:1.05rem}.chip:active{transform:scale(.96)}.chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.stepper{display:inline-flex;align-items:center;gap:.75rem}.step-btn{width:var(--tap);height:var(--tap);border-radius:50%;cursor:pointer;font-size:1.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);line-height:1}.step-btn:disabled{opacity:.4;cursor:default}.step-value{min-width:2ch;text-align:center;font-size:1.3rem;font-weight:700}.toggle-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;min-height:var(--tap);padding:.85rem 1rem;cursor:pointer;text-align:left;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.toggle-card.on{border-color:var(--primary);background:var(--primary-hi)}.toggle-text{display:flex;flex-direction:column;gap:.15rem}.toggle-title{font-weight:600}.toggle-hint{font-size:.85rem;color:var(--muted)}.switch{flex:0 0 auto;width:52px;height:32px;border-radius:var(--radius-full);background:var(--offset);border:1px solid var(--border);position:relative;transition:background .18s}.toggle-card.on .switch{background:var(--primary);border-color:var(--primary)}.knob{position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;background:#fff;transition:transform .18s}.toggle-card.on .knob{transform:translate(20px)}.action-bar{position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--border);box-shadow:var(--shadow-up);padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));display:flex;align-items:center;justify-content:space-between;gap:1rem}.running-total{display:flex;flex-direction:column;line-height:1.15}.running-total .muted{font-size:.75rem}.running-total strong{font-size:1.25rem;color:var(--primary)}.action-buttons{display:flex;gap:.5rem}.btn{min-height:var(--tap);padding:0 1.2rem;border-radius:var(--radius);cursor:pointer;border:1px solid transparent;font-weight:700}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-hover)}.btn.primary:disabled{opacity:.45;cursor:default}.btn.ghost{background:var(--surface);border-color:var(--border);color:var(--text)}.btn.ghost:disabled{opacity:.4;cursor:default}.recap-empty{padding:1.5rem 0}.service-block{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--divider)}h3{margin:0 0 .5rem;font-size:1rem}table.rows{width:100%;border-collapse:collapse;font-size:.9rem}table.rows th{text-align:left;color:var(--muted);font-weight:600;padding:.25rem 0}table.rows td{padding:.25rem 0}table.rows th:not(:first-child),table.rows td:not(:first-child){text-align:right}.kpis{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-top:.6rem;font-size:.85rem;color:var(--muted)}.kpis strong{color:var(--text)}.totals{margin-top:.75rem}.line{display:flex;justify-content:space-between;padding:.45rem 0;border-bottom:1px solid var(--divider)}.line:last-child{border-bottom:0}.line.strong{font-size:1.2rem;font-weight:700}.line.strong span:last-child{color:var(--primary)}.notice{margin-top:1rem;padding:.75rem 1rem;border-radius:var(--radius);background:var(--primary-hi);color:var(--primary-hover);font-size:.9rem}.text-field{display:grid;gap:.35rem}.text-field span{font-weight:600;font-size:.9rem}.text-field input{min-height:var(--tap);padding:.6rem .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text);width:100%}.error{color:#b3261e;font-size:.9rem}.notice.ok{background:#e3f1da;color:var(--success, #2f5e16)}.block-btn{width:100%;margin-top:.5rem}.login{padding:2rem 1rem;display:grid;place-items:center}.login-card{width:100%;max-width:360px;display:flex;flex-direction:column;gap:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem}.customer-fields{display:flex;flex-direction:column;gap:1rem}.home{padding:1rem;display:flex;flex-direction:column;gap:1.5rem}.home-section{display:flex;flex-direction:column;gap:.75rem}.home-section h2{margin:0;font-size:1.1rem}.empty{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.card-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.lead-card{width:100%;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.lead-card:active{transform:scale(.99)}.lead-name{font-weight:700}.lead-meta,.lead-msg{font-size:.85rem}.lead-msg{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.quote-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.quote-row strong{color:var(--primary)}.settings{padding:1rem;display:flex;flex-direction:column;gap:1.25rem}.settings h2{margin:0}.settings-section{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.settings-section h3{margin:0}.settings-section h4{margin:.5rem 0 0;font-size:.9rem;color:var(--muted)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media (max-width: 520px){.grid2{grid-template-columns:1fr}}.steps-editor{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem}.steps-editor h4{margin:0}.step-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.6rem;align-items:end}.settings-actions{display:flex;justify-content:space-between;gap:1rem;position:sticky;bottom:0;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));background:var(--bg)}.settings-actions .btn{flex:1}.fic-client{display:flex;flex-direction:column;gap:.75rem}.fic-search{display:flex;gap:.5rem}.fic-search input{flex:1;min-height:var(--tap);padding:.6rem .85rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}.lead-card.selected{border-color:var(--primary);background:var(--primary-hi)}select{min-height:var(--tap);padding:.5rem .7rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text)}.user-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem;border:1px solid var(--border);background:var(--surface);border-radius:var(--radius)}.user-id{display:flex;flex-direction:column}.user-id .muted{font-size:.85rem}.user-actions{display:flex;gap:.5rem;align-items:center}.notice.ok code{background:#0000000f;padding:.1rem .4rem;border-radius:6px;font-weight:700}
