.app-layout{background:#f5f6fa;min-height:100vh;display:flex}.app-content{flex-direction:column;flex:1;display:flex}.page-content{flex:1;padding:32px}.snaffit-sidebar{color:#fff;background:#0b1220;flex-direction:column;flex-shrink:0;justify-content:space-between;width:250px;min-height:100vh;display:flex}.snaffit-sidebar-brand{border-bottom:1px solid #ffffff14;padding:28px 24px 24px}.snaffit-sidebar-logo{object-fit:contain;width:145px;max-width:100%;margin-bottom:12px;display:block}.snaffit-sidebar-system{color:#94a3b8;letter-spacing:1.6px;font-size:12px;font-weight:700}.snaffit-sidebar-nav{flex-direction:column;gap:5px;padding:18px 12px;display:flex}.snaffit-sidebar-item{color:#cbd5e1;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:13px;width:100%;padding:13px 14px;font-size:14px;font-weight:600;transition:background .2s,color .2s;display:flex}.snaffit-sidebar-item:hover{color:#fff;background:#172033}.snaffit-sidebar-item.active{color:#fff;background:#2563eb}.snaffit-sidebar-icon{justify-content:center;align-items:center;width:22px;font-size:16px;display:inline-flex}.snaffit-sidebar-footer{border-top:1px solid #ffffff14;padding:20px 22px}.system-status{color:#cbd5e1;align-items:center;gap:9px;margin-bottom:7px;font-size:13px;display:flex}.status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.system-version{color:#64748b;font-size:11px}.snaffit-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;min-height:82px;padding:0 32px;display:flex}.snaffit-header-title{color:#111827;font-size:24px;font-weight:700}.snaffit-header-subtitle{color:#6b7280;margin-top:4px;font-size:13px}.snaffit-header-user{align-items:center;gap:12px;display:flex}.snaffit-header-attention{position:relative}.snaffit-header-attention-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;width:36px;height:36px;font-weight:700;position:relative}.snaffit-header-attention-badge{color:#fff;background:#dc2626;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.snaffit-header-attention-panel{z-index:20;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:360px;max-height:420px;padding:10px;position:absolute;top:44px;right:0;overflow:auto;box-shadow:0 10px 30px #0000001f}.snaffit-header-attention-heading{justify-content:space-between;align-items:center;padding:4px 6px 10px;font-size:13px;display:flex}.snaffit-header-attention-refresh{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:4px 8px;font-size:12px}.snaffit-header-attention-empty{color:#6b7280;padding:16px 8px;font-size:13px}.snaffit-header-attention-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;gap:10px;width:100%;padding:8px;display:flex}.snaffit-header-attention-item:hover{background:#f9fafb}.snaffit-header-attention-item strong,.snaffit-header-attention-item span span{display:block}.snaffit-header-attention-item span span{color:#6b7280;margin-top:2px;font-size:12px}.snaffit-header-attention-severity{background:#f59e0b;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.snaffit-header-attention-severity.urgent{background:#dc2626}.snaffit-header-attention-severity.attention{background:#f59e0b}.snaffit-header-attention-severity.info{background:#6b7280}.snaffit-header-user-info{text-align:right;color:#111827;flex-direction:column;font-size:13px;display:flex}.snaffit-header-user-info span{color:#6b7280;margin-top:2px;font-size:12px}.snaffit-header-avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.customer-card{background:#fff;border:1px solid #dbe3ef;border-radius:12px;flex-direction:column;gap:20px;padding:20px;display:flex}.customer-card-header{align-items:center;gap:16px;display:flex}.customer-avatar{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;font-weight:700;display:flex}.customer-header-info h3{color:#111827;margin:0;font-size:20px}.customer-header-info span{color:#64748b;font-size:13px}.customer-info-grid{grid-template-columns:repeat(2,1fr);gap:18px;display:grid}.customer-info-grid label{color:#94a3b8;margin-bottom:4px;font-size:12px;display:block}.customer-info-grid strong{color:#111827;font-size:14px}.customer-card-actions{justify-content:flex-end;gap:12px;display:flex}.customer-search,.customer-search-input-wrapper{width:100%;position:relative}.customer-search-input{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;padding:13px 105px 13px 42px;font-size:14px;transition:border-color .15s,box-shadow .15s}.customer-search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.customer-search-input::placeholder{color:#94a3b8}.customer-search-icon{color:#64748b;z-index:2;font-size:18px;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.customer-search-loading{color:#64748b;font-size:11px;position:absolute;top:50%;right:13px;transform:translateY(-50%)}.customer-search-dropdown{z-index:100;background:#fff;border:1px solid #dbe1ea;border-radius:11px;position:absolute;top:calc(100% + 7px);left:0;right:0;overflow:hidden;box-shadow:0 14px 35px #0f172a26}.customer-search-results{max-height:350px;overflow-y:auto}.customer-search-result{color:#111827;cursor:pointer;text-align:left;background:#fff;border:0;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:12px;width:100%;padding:13px 14px;transition:background .12s;display:flex}.customer-search-result:hover{background:#f8fbff}.customer-search-result:last-child{border-bottom:0}.customer-search-avatar{color:#1d4ed8;background:#dbeafe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:14px;font-weight:800;display:flex}.customer-search-result-info{flex:1;min-width:0}.customer-search-result-info strong{color:#111827;margin-bottom:4px;font-size:13px;font-weight:750;display:block}.customer-search-meta{color:#475569;flex-wrap:wrap;gap:5px 12px;font-size:12px;display:flex}.customer-search-address{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.customer-search-message{color:#64748b;text-align:center;padding:15px;font-size:13px}.customer-search-message.error{color:#b91c1c;background:#fef2f2}.customer-search-create{color:#1d4ed8;cursor:pointer;text-align:left;background:#eff6ff;border:0;border-top:1px solid #dbeafe;align-items:center;gap:11px;width:100%;padding:13px 14px;display:flex}.customer-search-create:hover{background:#dbeafe}.customer-search-create>span{color:#fff;background:#2563eb;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:19px;font-weight:500;display:flex}.customer-search-create div{flex-direction:column;gap:2px;display:flex}.customer-search-create strong{font-size:13px}.customer-search-create small{color:#64748b;font-size:11px}.customer-modal-backdrop{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.customer-modal{background:#fff;border-radius:18px;width:min(720px,100%);max-height:90vh;padding:24px;overflow-y:auto;box-shadow:0 24px 70px #0f172a47}.customer-modal-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.customer-modal-header h2{color:#0f172a;margin:4px 0 0;font-size:24px;line-height:1.2}.customer-modal-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:12px;font-weight:700;display:block}.customer-modal-close{color:#64748b;cursor:pointer;background:0 0;border:0;font-size:28px;line-height:1}.customer-modal-close:disabled{cursor:not-allowed;opacity:.5}.customer-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.customer-modal-field{flex-direction:column;gap:7px;display:flex}.customer-modal-field.full-width{grid-column:1/-1}.customer-modal-field span{color:#334155;font-size:13px;font-weight:700}.customer-modal-field input,.customer-modal-field select,.customer-modal-field textarea{box-sizing:border-box;width:100%;font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;padding:11px 12px}.customer-modal-field textarea{resize:vertical;min-height:100px}.customer-modal-field input:focus,.customer-modal-field select:focus,.customer-modal-field textarea:focus{border-color:#64748b;box-shadow:0 0 0 3px #64748b1f}.customer-modal-error{color:#b91c1c;background:#fef2f2;border-radius:10px;margin-top:16px;padding:11px 13px;font-size:13px}.customer-modal-actions{justify-content:flex-end;gap:12px;margin-top:22px;display:flex}.customer-modal-cancel,.customer-modal-save{cursor:pointer;border-radius:10px;padding:10px 18px;font-size:14px;font-weight:700}.customer-modal-cancel{color:#334155;background:#fff;border:1px solid #cbd5e1}.customer-modal-save{color:#fff;background:#0f172a;border:1px solid #0f172a}.customer-modal-cancel:disabled,.customer-modal-save:disabled{cursor:not-allowed;opacity:.55}@media (width<=640px){.customer-modal-backdrop{padding:12px}.customer-modal{padding:18px}.customer-modal-grid{grid-template-columns:1fr}.customer-modal-field.full-width{grid-column:auto}.customer-modal-actions{flex-direction:column-reverse}.customer-modal-cancel,.customer-modal-save{width:100%}}.vehicle-modal-backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.vehicle-modal{background:#fff;border-radius:16px;width:100%;max-width:720px;max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 24px 70px #0f172a40}.vehicle-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px;display:flex}.vehicle-modal-eyebrow{color:#2563eb;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.vehicle-modal-header h2{color:#111827;margin:0;font-size:24px;font-weight:800}.vehicle-modal-close{color:#475569;cursor:pointer;background:#f8fafc;border:0;border-radius:9px;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;display:flex}.vehicle-modal-close:hover{background:#f1f5f9}.vehicle-modal form{padding:24px}.vehicle-modal-section{margin-bottom:22px}.vehicle-modal-section-title{color:#475569;margin-bottom:8px;font-size:12px;font-weight:700}.vehicle-selected-customer{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:13px 14px;display:flex}.vehicle-selected-customer>div{flex-direction:column;gap:3px;display:flex}.vehicle-selected-customer strong{color:#111827;font-size:14px}.vehicle-selected-customer span{color:#64748b;font-size:12px}.vehicle-selected-customer button{color:#2563eb;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:700}.vehicle-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.vehicle-modal-field{flex-direction:column;gap:7px;display:flex}.vehicle-modal-field.full-width{grid-column:1/-1}.vehicle-modal-field>span{color:#475569;font-size:12px;font-weight:700}.vehicle-modal-field input,.vehicle-modal-field select,.vehicle-modal-field textarea{box-sizing:border-box;color:#111827;background:#fff;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;padding:11px 12px;font-family:inherit;font-size:14px}.vehicle-modal-field textarea{resize:vertical;min-height:90px}.vehicle-modal-field input:focus,.vehicle-modal-field select:focus,.vehicle-modal-field textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.vehicle-modal-error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin-top:18px;padding:11px 13px;font-size:13px}.vehicle-modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:10px;margin-top:24px;padding-top:20px;display:flex}.vehicle-modal-cancel,.vehicle-modal-save{cursor:pointer;border-radius:9px;padding:11px 18px;font-size:13px;font-weight:750}.vehicle-modal-cancel{color:#334155;background:#fff;border:1px solid #cbd5e1}.vehicle-modal-save{color:#fff;background:#2563eb;border:0}.vehicle-modal-save:disabled,.vehicle-modal-cancel:disabled,.vehicle-modal-close:disabled{opacity:.6;cursor:not-allowed}@media (width<=700px){.vehicle-modal-backdrop{padding:12px}.vehicle-modal-grid{grid-template-columns:1fr}.vehicle-modal-field.full-width{grid-column:auto}.vehicle-modal-actions{flex-direction:column-reverse}.vehicle-modal-cancel,.vehicle-modal-save{width:100%}}.estimate-page{color:#111827;width:100%;max-width:1450px;margin:0 auto}.estimate-page-heading{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.estimate-page-heading h1{margin:0;font-size:30px;font-weight:750}.estimate-page-heading p{color:#64748b;margin:6px 0 0;font-size:14px}.estimate-status-pill{color:#d97706;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;padding:8px 15px;font-size:13px;font-weight:700}.estimate-workspace{grid-template-columns:minmax(0,1fr) 390px;align-items:start;gap:20px;display:grid}.estimate-main-column,.estimate-side-column{flex-direction:column;gap:18px;display:flex}.estimate-panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;box-shadow:0 3px 12px #0f172a0a}.estimate-panel-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.estimate-panel-header>div:first-child{align-items:center;gap:10px;display:flex}.estimate-panel-header h2{margin:0;font-size:16px;font-weight:750}.panel-step{color:#2563eb;background:#eff6ff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:inline-flex}.outline-action{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:8px;padding:9px 13px;font-weight:700}.search-field{position:relative}.search-field input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;padding:13px 16px 13px 42px;font-size:14px}.search-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.search-icon{color:#64748b;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.selection-placeholder{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;align-items:center;gap:12px;margin-top:13px;padding:14px;display:flex}.placeholder-icon{color:#2563eb;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:800;display:flex}.placeholder-icon.vehicle{color:#059669;background:#ecfdf5}.selection-placeholder div:last-child{flex-direction:column;gap:3px;display:flex}.selection-placeholder strong{font-size:13px}.selection-placeholder span{color:#64748b;font-size:12px}.service-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.service-option{color:#334155;cursor:pointer;text-align:left;background:#fff;border:1px solid #dbe1ea;border-radius:10px;min-height:58px;padding:10px 12px;font-weight:650;transition:all .15s}.service-option:hover{background:#f8fbff;border-color:#93c5fd}.service-option.selected{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;box-shadow:inset 0 0 0 1px #2563eb}.estimate-type{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.estimate-type.up{color:#1d4ed8;background:#dbeafe}.estimate-type.uv{color:#6d28d9;background:#ede9fe}.service-rule-info{color:#1d4ed8;background:#eff6ff;border-radius:8px;flex-direction:column;gap:3px;margin-top:14px;padding:11px 13px;font-size:12px;display:flex}.service-rule-info span{color:#64748b}.estimate-description{box-sizing:border-box;resize:vertical;border:1px solid #cbd5e1;border-radius:9px;outline:none;width:100%;min-height:160px;padding:14px;font-family:inherit;font-size:14px;line-height:1.55}.estimate-description:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.character-count{color:#94a3b8;text-align:right;margin-top:7px;font-size:11px}.summary-title{margin-bottom:18px;font-size:15px;font-weight:800}.pricing-field{margin-bottom:15px}.pricing-field label{color:#475569;margin-bottom:7px;font-size:12px;font-weight:700;display:block}.money-input{border:1px solid #cbd5e1;border-radius:8px;align-items:stretch;display:flex;overflow:hidden}.money-input span{color:#64748b;background:#f8fafc;border-right:1px solid #cbd5e1;justify-content:center;align-items:center;width:38px;display:flex}.money-input input{text-align:right;border:0;outline:none;width:100%;padding:11px 12px;font-size:15px}.deposit-row{justify-content:space-between;align-items:center;gap:14px;display:flex}.percent-input{border:1px solid #cbd5e1;border-radius:8px;width:105px;display:flex;overflow:hidden}.percent-input input{border:0;outline:none;width:100%;padding:9px}.percent-input span{background:#f8fafc;padding:9px}.summary-divider{background:#e5e7eb;height:1px;margin:17px 0}.summary-total-row{justify-content:space-between;align-items:center;margin-top:11px;font-size:14px;display:flex}.summary-total-row strong{font-size:17px}.summary-total-row.total{border-top:1px solid #e5e7eb;margin-top:15px;padding-top:15px}.summary-total-row.total strong{font-size:22px}.info-list{flex-direction:column;display:flex}.info-list>div{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:18px;padding:10px 0;display:flex}.info-list>div:last-child{border-bottom:0}.info-list span{color:#64748b;font-size:12px}.info-list strong{text-align:right;font-size:12px}.attachment-dropzone{cursor:pointer;color:#334155;background:#f8fafc;border:1px dashed #94a3b8;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:100%;min-height:130px;display:flex}.attachment-dropzone:hover{background:#f8fbff;border-color:#2563eb}.attachment-symbol{color:#2563eb;font-size:27px}.attachment-dropzone strong{font-size:13px}.attachment-dropzone span:last-child{color:#64748b;font-size:12px}.estimate-action-bar{z-index:10;background:#fff;border:1px solid #e5e7eb;border-radius:14px;justify-content:space-between;gap:12px;margin-top:20px;padding:15px;display:flex;position:sticky;bottom:12px;box-shadow:0 8px 25px #0f172a14}.estimate-primary-actions{flex-wrap:wrap;gap:9px;display:flex}.estimate-action{cursor:pointer;border:0;border-radius:8px;padding:11px 16px;font-weight:750}.estimate-action.secondary,.estimate-action.draft{color:#334155;background:#fff;border:1px solid #cbd5e1}.estimate-action.pdf{color:#fff;background:#2563eb}.estimate-action.send{color:#fff;background:#16a34a}.estimate-action.approve{color:#fff;background:#7c3aed}@media (width<=1100px){.estimate-workspace{grid-template-columns:1fr}.service-grid{grid-template-columns:repeat(2,1fr)}.sticky-summary{position:static}}@media (width<=700px){.service-grid{grid-template-columns:1fr}.estimate-action-bar,.estimate-primary-actions{flex-direction:column}.estimate-action{width:100%}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}
