.partners-layout{min-height:100vh;display:flex;flex-direction:column}.partners-header{position:sticky;top:0;z-index:100;height:56px;display:flex;align-items:center;padding:0 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #00000026}.header-left{display:flex;align-items:center;gap:10px;flex-shrink:0}.header-title{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.header-version{font-size:.7rem;opacity:.7;background:#ffffff26;padding:2px 8px;border-radius:10px}.header-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;gap:4px}.header-nav-item{padding:6px 18px;border-radius:6px;color:#ffffffbf;font-size:.9rem;font-weight:500;transition:background .15s,color .15s}.header-nav-item:hover{color:#fff;background:#ffffff1a}.header-nav-item.active{color:#fff;background:#fff3}.header-right{display:flex;align-items:center;gap:12px;margin-left:auto;font-size:.85rem}.header-email{opacity:.85}.header-logout{padding:6px 14px;background:#ffffff26;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500}.header-logout:hover{background:#ffffff40}.partners-content{flex:1;padding:24px;max-width:1400px;width:100%;margin:0 auto}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:24px}.login-container{width:100%;max-width:380px;background:#fff;padding:36px 32px;border-radius:12px;box-shadow:0 12px 40px #0003;text-align:center}.login-container h1{font-size:1.5rem;margin-bottom:8px}.login-subtitle{color:#6b7280;font-size:.9rem;margin-bottom:24px}.login-form{display:flex;flex-direction:column;gap:12px}.login-form input{padding:10px 14px;font-size:.95rem;border:1px solid #d1d5db;border-radius:6px}.login-form input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea26}.login-form button[type=submit]{margin-top:4px;padding:10px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600}.login-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.link-btn{background:none;border:none;color:#667eea;font-size:.85rem;text-decoration:underline;margin-top:4px}.error-message{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:8px 12px;border-radius:6px;font-size:.85rem}.info-message{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;padding:8px 12px;border-radius:6px;font-size:.85rem}.leads-empty{padding:48px 24px;text-align:center;color:#6b7280;background:#fff;border-radius:8px;border:1px dashed #d1d5db}.leads-table-wrap{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f}.leads-table{width:100%;border-collapse:collapse;font-size:.9rem}.leads-table th{text-align:left;padding:12px 16px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;border-bottom:1px solid #e5e7eb}.leads-table td{padding:14px 16px;border-bottom:1px solid #f3f4f6;vertical-align:top}.leads-row{cursor:pointer;transition:background .1s}.leads-row:hover{background:#f9fafb}.leads-row:last-child td{border-bottom:none}.leads-name{font-weight:600;color:#111827}.leads-sub{color:#6b7280;font-size:.85rem}.leads-pill{display:inline-block;padding:3px 10px;border-radius:12px;color:#fff;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.contacts-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.contacts-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0}.section-add-btn{background:none;border:1px solid #d1d5db;border-radius:6px;padding:4px 12px;font-size:.8rem;color:#374151;cursor:pointer}.section-add-btn:hover{background:#f9fafb}.contact-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-form input,.contact-form textarea{padding:7px 10px;border:1px solid #d1d5db;border-radius:5px;font-size:.85rem}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea26}.contact-form-actions{display:flex;gap:8px;justify-content:flex-end}.contact-form-actions button{padding:6px 14px;border:none;border-radius:5px;font-size:.85rem;font-weight:600;cursor:pointer}.contact-form-actions button[type=button]{background:#e5e7eb;color:#374151}.contact-form-actions button[type=submit]{background:#667eea;color:#fff}.contact-form-actions button:disabled{opacity:.6;cursor:not-allowed}.contact-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:6px 10px;border-radius:5px;font-size:.8rem}.contacts-empty{color:#9ca3af;font-size:.85rem;font-style:italic}.contacts-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.contact-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.contact-main{flex:1;min-width:0}.contact-name{font-weight:600;color:#111827;font-size:.9rem}.contact-role{font-weight:400;color:#6b7280}.contact-channels{display:flex;gap:6px;margin-top:3px;font-size:.85rem;color:#4b5563}.contact-channels a{color:#667eea;text-decoration:underline}.contact-channels .dot{color:#d1d5db}.contact-notes{margin-top:4px;font-size:.8rem;color:#6b7280;white-space:pre-wrap}.contact-remove{background:none;border:none;color:#b91c1c;font-size:.78rem;cursor:pointer;padding:2px 6px}.contact-remove:hover{text-decoration:underline}.tasks-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.tasks-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0}.task-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.task-form input[type=text],.task-form>input,.task-form textarea{padding:7px 10px;border:1px solid #d1d5db;border-radius:5px;font-size:.88rem;width:100%}.task-form input:focus,.task-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea26}.task-form-row{display:flex;align-items:center;gap:12px}.task-form-label{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#4b5563}.task-form-label input[type=datetime-local]{padding:5px 8px;border:1px solid #d1d5db;border-radius:5px;font-size:.85rem}.task-form-actions{display:flex;gap:8px;justify-content:flex-end}.task-form-actions button{padding:6px 14px;border:none;border-radius:5px;font-size:.85rem;font-weight:600;cursor:pointer}.task-form-actions button[type=button]{background:#e5e7eb;color:#374151}.task-form-actions button[type=submit]{background:#667eea;color:#fff}.task-form-actions button:disabled{opacity:.6;cursor:not-allowed}.task-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:6px 10px;border-radius:5px;font-size:.8rem}.tasks-empty{color:#9ca3af;font-size:.85rem;font-style:italic}.tasks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.task-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.task-item input[type=checkbox]{margin-top:2px;width:16px;height:16px;cursor:pointer}.task-body{flex:1;min-width:0}.task-title{font-weight:600;color:#111827;font-size:.9rem}.task-item.done .task-title{text-decoration:line-through;color:#9ca3af}.task-notes{margin-top:3px;font-size:.82rem;color:#6b7280;white-space:pre-wrap}.task-meta{margin-top:4px;font-size:.78rem;color:#6b7280;display:flex;gap:4px}.task-due-none{color:#9ca3af}.task-due.due-overdue{color:#b91c1c;font-weight:600}.task-due.due-today{color:#b45309;font-weight:600}.task-completed{color:#9ca3af}.task-delete{background:none;border:none;color:#b91c1c;font-size:.78rem;cursor:pointer;padding:2px 6px}.task-delete:hover{text-decoration:underline}.claimlog-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:12px}.claimlog-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px;margin-bottom:14px;display:flex;flex-direction:column;gap:8px}.claimlog-form-row{display:flex;gap:8px;align-items:center}.claimlog-form select{flex:1;padding:6px 10px;border:1px solid #d1d5db;border-radius:5px;font-size:.85rem;background:#fff}.claimlog-form button[type=submit]{padding:6px 16px;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:.85rem;font-weight:600;cursor:pointer}.claimlog-form button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.claimlog-form textarea{padding:7px 10px;border:1px solid #d1d5db;border-radius:5px;font-size:.85rem;resize:vertical}.claimlog-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea26}.claimlog-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:6px 10px;border-radius:5px;font-size:.8rem}.claimlog-empty{color:#9ca3af;font-size:.85rem;font-style:italic}.claimlog-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.claimlog-item{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.claimlog-pill{flex-shrink:0;display:inline-block;padding:3px 9px;border-radius:11px;color:#fff;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.claimlog-body{flex:1;min-width:0}.claimlog-text{font-size:.88rem;color:#111827;white-space:pre-wrap;word-break:break-word}.claimlog-meta{margin-top:4px;font-size:.75rem;color:#6b7280}.lead-quotes-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lead-quotes-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:0}.quotes-empty-inline{color:#9ca3af;font-size:.85rem;font-style:italic}.lead-quotes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.lead-quote-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff}.lead-quote-name{font-weight:600;color:#111827;font-size:.9rem}.lead-quote-meta{font-size:.78rem;color:#6b7280;margin-top:2px}.lead-quote-totals{display:flex;gap:16px;font-size:.85rem;color:#4b5563}.lead-quote-label{text-transform:uppercase;font-size:.7rem;font-weight:600;color:#6b7280}.lead-quote-totals .commission{color:#059669}.lead-detail-loading,.lead-detail-empty{padding:48px 24px;text-align:center;color:#6b7280}.lead-detail-empty button{margin-top:12px;padding:8px 16px;background:#667eea;color:#fff;border:none;border-radius:6px}.back-btn{background:none;border:none;color:#667eea;font-size:.9rem;margin-bottom:16px;padding:4px 0}.lead-detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.lead-detail-header h1{font-size:1.5rem;font-weight:700;margin-bottom:4px}.lead-detail-meta{display:flex;gap:12px;color:#6b7280;font-size:.9rem}.status-pill{display:inline-block;padding:4px 12px;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.action-row{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}.action-row button{padding:9px 18px;border:none;border-radius:6px;font-size:.9rem;font-weight:600}.action-row button:disabled{opacity:.6;cursor:not-allowed}.primary-btn{background:#10b981;color:#fff}.primary-btn:hover:not(:disabled){background:#059669}.secondary-btn{background:#e5e7eb;color:#374151}.secondary-btn:hover:not(:disabled){background:#d1d5db}.warn-btn{background:#f59e0b;color:#fff}.warn-btn:hover:not(:disabled){background:#d97706}.action-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:10px 14px;border-radius:6px;font-size:.85rem;margin-bottom:16px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.crm-stack{display:flex;flex-direction:column;gap:16px;margin-top:16px}.detail-section{background:#fff;padding:18px 20px;border-radius:8px;box-shadow:0 1px 3px #0000000f}.detail-section h3{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:12px}.detail-section dl{display:grid;grid-template-columns:110px 1fr;row-gap:8px;column-gap:12px;font-size:.9rem}.detail-section dt{color:#6b7280;font-weight:500}.detail-section dd{color:#111827;word-break:break-word}.detail-section a{color:#667eea;text-decoration:underline}.overdue-badge{color:#b91c1c;font-weight:600}.task-filter-tabs{display:flex;gap:4px;margin-bottom:12px}.task-filter-tab{padding:6px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;color:#6b7280;cursor:pointer}.task-filter-tab:hover{background:#f9fafb}.task-filter-tab.active{background:#667eea;color:#fff;border-color:#667eea}.mytasks-empty{padding:48px 24px;text-align:center;color:#6b7280;background:#fff;border-radius:8px;border:1px dashed #d1d5db}.mytasks-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.mytask-item{display:grid;grid-template-columns:24px 1fr auto 24px;gap:12px;align-items:center;padding:12px 14px;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;cursor:pointer;transition:background .1s}.mytask-item:hover{background:#f9fafb}.mytask-item input[type=checkbox]{width:16px;height:16px;cursor:pointer;justify-self:center}.mytask-body{min-width:0}.mytask-title{font-weight:600;color:#111827;font-size:.92rem}.mytask-item.done .mytask-title{text-decoration:line-through;color:#9ca3af}.mytask-lead{font-size:.8rem;color:#667eea;margin-top:2px}.mytask-notes{font-size:.78rem;color:#6b7280;margin-top:3px;white-space:pre-wrap}.mytask-due{font-size:.82rem;color:#4b5563;text-align:right;white-space:nowrap}.mytask-due .due-overdue{color:#b91c1c;font-weight:600}.mytask-due .due-today{color:#b45309;font-weight:600}.mytask-no-due,.mytask-completed-meta{color:#9ca3af}.mytask-delete{background:none;border:none;color:#9ca3af;font-size:1.2rem;width:24px;height:24px;border-radius:4px;cursor:pointer;line-height:1}.mytask-delete:hover{background:#fee2e2;color:#b91c1c}.docs-empty{padding:48px 24px;text-align:center;color:#6b7280;background:#fff;border-radius:8px;border:1px dashed #d1d5db}.docs-layout{display:grid;grid-template-columns:240px 1fr;gap:16px;align-items:start}.docs-sidebar{background:#fff;border-radius:8px;padding:14px;box-shadow:0 1px 3px #0000000f;position:sticky;top:80px;max-height:calc(100vh - 100px);overflow-y:auto}.docs-sidebar .docs-group+.docs-group{margin-top:14px}.docs-sidebar h3{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin-bottom:6px}.docs-sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.docs-link{padding:6px 10px;border-radius:5px;font-size:.88rem;color:#374151;cursor:pointer}.docs-link:hover{background:#f3f4f6}.docs-link.active{background:#eef2ff;color:#4338ca;font-weight:600}.docs-viewer{background:#fff;border-radius:8px;padding:28px 32px;box-shadow:0 1px 3px #0000000f;min-height:400px}.docs-viewer-head{border-bottom:1px solid #e5e7eb;padding-bottom:14px;margin-bottom:20px}.docs-viewer-head h1{font-size:1.6rem;font-weight:700;margin-bottom:4px}.docs-viewer-meta{color:#6b7280;font-size:.82rem}.docs-viewer-body{font-size:.95rem;line-height:1.65;color:#1f2937}.docs-viewer-body h1{font-size:1.5rem;font-weight:700;margin:24px 0 12px}.docs-viewer-body h2{font-size:1.25rem;font-weight:700;margin:20px 0 10px}.docs-viewer-body h3{font-size:1.05rem;font-weight:600;margin:16px 0 8px}.docs-viewer-body p{margin:10px 0}.docs-viewer-body ul{margin:10px 0 10px 24px}.docs-viewer-body li{margin:4px 0}.docs-viewer-body a{color:#667eea;text-decoration:underline}.docs-viewer-body strong{font-weight:700}.docs-viewer-body em{font-style:italic}.docs-viewer-body code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.85em}@media (max-width: 768px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{position:static;max-height:none}}.calc-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:16px;flex-wrap:wrap;background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 3px #0000000f}.calc-toolbar select,.calc-toolbar input,.calc-toolbar button{padding:8px 14px;border-radius:6px;border:1px solid #d1d5db;font-size:.9rem;background:#fff}.calc-toolbar button{background:#e5e7eb;color:#374151;border:none;font-weight:600;cursor:pointer}.calc-toolbar button:hover{background:#d1d5db}.calc-toolbar button:disabled{opacity:.5;cursor:not-allowed}.calc-toolbar .primary-btn{background:#667eea;color:#fff}.calc-toolbar .primary-btn:hover:not(:disabled){background:#5468d6}.quote-name-input{flex:1;min-width:200px}.calc-empty{background:#fff;border:1px dashed #d1d5db;border-radius:8px;padding:56px 24px;text-align:center;color:#6b7280;margin-bottom:16px}.calc-table-wrap{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000000f;margin-bottom:16px}.calc-table{width:100%;border-collapse:collapse;font-size:.88rem}.calc-table th{text-align:left;padding:10px 12px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f9fafb;border-bottom:1px solid #e5e7eb}.calc-table td{padding:10px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.calc-table tr:last-child td{border-bottom:none}.calc-table input{padding:6px 9px;border:1px solid #d1d5db;border-radius:5px;font-size:.88rem;width:100%}.calc-table input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea26}.num-input{width:100px!important}.sold-input{background:#f0fdf4!important;font-weight:600}.preset-badge{display:inline-block;padding:3px 10px;background:#eef2ff;color:#4338ca;border-radius:11px;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.line-desc{font-size:.78rem;color:#6b7280;margin-top:3px}.margin-pos{color:#059669;font-weight:600}.margin-neg{color:#b91c1c;font-weight:600}.remove-line-btn{background:none;border:none;color:#9ca3af;font-size:1.2rem;width:26px;height:26px;border-radius:4px;cursor:pointer;line-height:1}.remove-line-btn:hover{background:#fee2e2;color:#b91c1c}.calc-totals-bar{background:#fff;border-radius:8px;padding:18px 22px;box-shadow:0 1px 3px #0000000f}.totals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;border-bottom:1px solid #e5e7eb;padding-bottom:16px;margin-bottom:16px}.totals-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-weight:600;display:flex;align-items:center;gap:6px}.totals-value{font-size:1.5rem;font-weight:700;color:#111827;margin-top:4px}.commission-value{color:#059669}.rate-input{width:60px;padding:2px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:.78rem}.calc-actions{display:flex;flex-direction:column;gap:10px}.attach-row{display:flex;gap:8px}.attach-row select{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;background:#fff}.attach-row button{padding:8px 18px;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;white-space:nowrap}.attach-row button:hover:not(:disabled){background:#d97706}.attach-row button:disabled{opacity:.5;cursor:not-allowed}.action-row{display:flex;gap:8px;justify-content:flex-end}.action-row button{padding:8px 18px;background:#e5e7eb;color:#374151;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer}.action-row .primary-btn{background:#667eea;color:#fff}.action-row .primary-btn:hover:not(:disabled){background:#5468d6}.action-row button:disabled{opacity:.5;cursor:not-allowed}.calc-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:8px 12px;border-radius:6px;font-size:.85rem}.calc-saved{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0;padding:8px 12px;border-radius:6px;font-size:.85rem}@media (max-width: 768px){.totals-grid{grid-template-columns:1fr 1fr}}.quotes-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.quote-filter-tabs{display:flex;gap:4px}.quote-filter-tab{padding:6px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.85rem;color:#6b7280;cursor:pointer}.quote-filter-tab:hover{background:#f9fafb}.quote-filter-tab.active{background:#667eea;color:#fff;border-color:#667eea}.primary-btn{padding:8px 18px;background:#667eea;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer}.primary-btn:hover{background:#5468d6}.quotes-empty{padding:48px 24px;text-align:center;color:#6b7280;background:#fff;border-radius:8px;border:1px dashed #d1d5db}.quotes-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.quote-row{display:grid;grid-template-columns:1fr auto auto 24px;gap:16px;align-items:center;padding:14px 18px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000f;transition:background .1s}.quote-row:hover{background:#f9fafb}.quote-main{min-width:0}.quote-name{font-weight:600;color:#111827;font-size:.95rem}.quote-meta{margin-top:3px;font-size:.8rem;color:#6b7280;display:flex;gap:6px;flex-wrap:wrap}.quote-lead{color:#4338ca}.quote-totals{display:flex;flex-direction:column;gap:2px;font-size:.78rem}.quote-totals-row{display:flex;gap:8px;justify-content:space-between}.quote-totals-label{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.quote-totals-val{font-weight:700;color:#111827}.quote-totals-val.commission{color:#059669}.quote-status-pill{display:inline-block;padding:4px 12px;border-radius:12px;color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.quote-delete{background:none;border:none;color:#9ca3af;font-size:1.2rem;width:24px;height:24px;border-radius:4px;cursor:pointer;line-height:1}.quote-delete:hover{background:#fee2e2;color:#b91c1c}.loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6b7280}.spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.access-denied{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:32px;text-align:center}.access-denied h1{font-size:1.5rem;color:#111827}.access-denied p{color:#6b7280;max-width:480px}.access-denied button{padding:8px 20px;background:#667eea;color:#fff;border:none;border-radius:6px;font-weight:600}.page-header{margin-bottom:16px}.page-header h2{font-size:1.25rem;margin-bottom:4px}.page-sub{color:#6b7280;font-size:.9rem}.page-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;padding:12px 16px;border-radius:8px;font-size:.88rem;margin-bottom:16px;word-break:break-word}.page-error strong{display:block;margin-bottom:4px}.page-error a{color:#b91c1c;text-decoration:underline}.page-error code{background:#b91c1c14;padding:1px 5px;border-radius:3px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:.85em}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;color:#111827;background:#f0f2f5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}
