:root{--bg: #faf9fc;--surface: #ffffff;--sidebar-bg: #f7f6f3;--border: #ebe9f2;--text: #1f2430;--text-muted: #666666;--primary: #18181b;--primary-hover: #000000;--accent: #000000;--danger: #dc2626;--radius: 10px;--radius-pill: 999px;--shadow: 0 1px 2px rgba(16, 24, 40, .05);--shadow-md: 0 4px 16px rgba(16, 24, 40, .08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#fff;color:var(--text)}.app{height:100vh;display:flex}.sidebar{width:220px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--border);padding:18px 14px;display:flex;flex-direction:column;gap:22px;position:sticky;top:0;height:100vh}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:0 6px;margin-bottom:12px;font-weight:700;font-size:1.02rem}.sidebar-logo{width:26px;height:26px;object-fit:contain;flex-shrink:0}.sidebar-nav{display:flex;flex-direction:column;gap:2px;flex:1}.sidebar-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:var(--radius);text-decoration:none;color:var(--text-muted);font-weight:500;font-size:.88rem}.sidebar-link svg{flex-shrink:0}.sidebar-link:hover{background:var(--bg);color:var(--text)}.sidebar-link.active{background:#eae8e5;color:var(--accent)}.sidebar-user-name{font-size:.83rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-user-role{font-size:.72rem;color:var(--text-muted)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-shrink:0;padding:10px 24px;background:var(--surface);border-bottom:1px solid var(--border)}.global-search{position:relative;width:100%;max-width:420px}.global-search-dropdown{position:absolute;top:calc(100% + 6px);left:0;width:100%;min-width:320px;background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:var(--shadow-md);padding:6px;z-index:50;max-height:60vh;overflow-y:auto}.global-search-empty{padding:14px;text-align:center;font-size:.85rem;color:var(--text-muted)}.global-search-group+.global-search-group{margin-top:6px;padding-top:6px;border-top:1px solid var(--border)}.global-search-group-label{padding:6px 8px 2px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.global-search-row{display:flex;align-items:center;gap:10px;width:100%;padding:7px 8px;background:none;border:none;border-radius:4px;font-size:.85rem;text-align:left;cursor:pointer;color:var(--text)}.global-search-row:hover{background:var(--bg)}.global-search-row-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.global-search-row-meta{margin-left:auto;flex-shrink:0;font-size:.76rem;color:var(--text-muted)}.global-search-viewall{display:flex;align-items:center;gap:8px;width:100%;padding:7px 8px;background:none;border:none;border-radius:4px;font-size:.8rem;font-weight:600;color:var(--accent);text-align:left;cursor:pointer}.global-search-viewall:hover{background:var(--bg)}.avatar-menu{position:relative;flex-shrink:0}.avatar-menu-trigger{background:none;border:none;padding:0;cursor:pointer;border-radius:50%}.avatar-menu-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:var(--shadow-md);padding:6px;z-index:50}.avatar-menu-header{display:flex;flex-direction:column;padding:8px 10px 10px;margin-bottom:4px;border-bottom:1px solid var(--border)}.avatar-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;background:none;border:none;border-radius:4px;font-size:.85rem;font-weight:500;text-align:left;color:var(--text);cursor:pointer}.avatar-menu-item:hover{background:var(--bg)}.avatar-menu-item.danger{color:var(--danger)}.app-loading{display:flex;align-items:center;justify-content:center;height:100vh;color:var(--text-muted);font-size:.9rem}.login-page{height:100vh;display:flex;align-items:center;justify-content:center;background:#000}.login-card{display:flex;flex-direction:column;gap:14px;width:100%;max-width:360px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:32px}.login-brand{margin-bottom:28px}.login-brand .sidebar-logo{width:48px;height:48px}.login-card h2{margin:0 0 4px}.login-title{font-size:1.05rem}.login-card label{display:flex;flex-direction:column;gap:5px;font-size:.85rem;font-weight:600;color:var(--text-muted)}.login-card input{padding:9px 11px;border:1px solid var(--border);border-radius:4px;font-size:.92rem;font-family:inherit;color:var(--text)}.login-submit{justify-content:center;margin-top:8px}.app-main{flex:1;height:100vh;overflow-y:auto;padding:0;display:flex;flex-direction:column;min-width:0}.page,.page-body{display:flex;flex-direction:column;flex:1;min-height:0}.page-topbar{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:16px 24px;background:var(--surface)}.home-topbar{padding:0;margin-bottom:20px;background:none}.detail-page-topbar{border-bottom:1px solid var(--border)}.page-emoji{font-size:1.15rem}.page-topbar h2{margin:0;font-size:1.25rem}.home-topbar h2{padding:12px 0}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.tab-bar{display:flex;gap:4px;flex-shrink:0;padding:0 24px;border-bottom:1px solid var(--border)}.tab{display:flex;align-items:center;gap:6px;background:none;border:none;padding:9px 6px;margin-right:18px;font-size:.88rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--primary)}.actions-bar,.filter-bar{display:flex;gap:10px;flex-wrap:wrap;align-items:center;flex-shrink:0;padding:16px 24px}.actions-bar{padding-top:0}.page-deals .actions-bar{padding-top:20px}.spacer{flex:1}.search-input{display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid var(--border);border-radius:4px;background:var(--surface);min-width:240px;color:var(--text-muted)}.global-search .search-input{border-radius:30px;background:#f8f7f7}.contacts-search,.companies-search,.users-search{min-width:360px}.search-input svg{flex-shrink:0}.search-input input{border:none;outline:none;font-size:.88rem;color:var(--text);width:100%;background:transparent}.searchable-select{position:relative;width:100%}.searchable-select.pill{width:auto;min-width:180px}.searchable-select-inline{display:inline-block;width:auto;vertical-align:baseline}.searchable-select-inline-trigger{display:inline-flex;align-items:center;gap:3px;background:none;border:none;padding:0;font-family:inherit;font-size:inherit;font-weight:700;color:var(--text);text-decoration:underline;text-decoration-style:dotted;text-underline-offset:3px;cursor:pointer}.searchable-select-inline-trigger:hover{color:var(--accent)}.searchable-select-inline-trigger:disabled{cursor:not-allowed;opacity:.6}.searchable-select-inline-trigger .searchable-select-chevron{width:12px;height:12px}.searchable-select-dropdown-inline{width:max-content;min-width:180px;max-width:280px}.searchable-select-control{display:flex;align-items:center;gap:6px;border:1px solid var(--border);border-radius:4px;background:var(--surface);padding-right:10px}.searchable-select.pill .searchable-select-control{padding-right:12px}.searchable-select-control.disabled{background:var(--bg);opacity:.7}.searchable-select-input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:inherit;font-size:.92rem;color:var(--text);padding:9px 11px}.searchable-select.pill .searchable-select-input{font-size:.85rem;padding:8px 0 8px 14px}.searchable-select-input:disabled{cursor:not-allowed}.searchable-select-chevron{flex-shrink:0;color:var(--text-muted)}.searchable-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:200px;background:var(--surface);border:1px solid var(--border);border-radius:4px;box-shadow:var(--shadow-md);padding:4px;z-index:60;max-height:240px;overflow-y:auto}.searchable-select-empty{padding:10px;text-align:center;font-size:.82rem;color:var(--text-muted)}.searchable-select-option{display:block;width:100%;padding:7px 9px;background:none;border:none;border-radius:4px;font-size:.85rem;text-align:left;color:var(--text);cursor:pointer}.searchable-select-option:hover,.searchable-select-option.active{background:var(--bg)}.searchable-select-option.selected{font-weight:600}.filter-bar input,.filter-bar select{padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:.9rem;background:var(--surface);min-width:180px}.btn{border:none;border-radius:4px;padding:9px 16px;font-size:.88rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.btn.pill{border-radius:4px;padding:9px 18px}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover{background:var(--primary-hover)}.btn.secondary{background:var(--bg);color:var(--text);border:1px solid var(--border)}.btn.danger{background:var(--danger);color:#fff}.btn.danger:hover{background:#b91c1c}.btn:disabled{opacity:.6;cursor:not-allowed}.table-wrap{flex:1;min-height:0;overflow-y:auto;background:var(--surface);border-top:1px solid #d9d7e3;border-bottom:1px solid #d9d7e3}.table{width:100%;border-collapse:collapse;background:var(--surface)}.table th,.table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--border);font-size:.88rem}.table th:first-child,.table td:first-child{padding-left:24px}.table th:last-child,.table td:last-child{padding-right:24px}.table th{position:sticky;top:0;background:#fff;color:var(--text-muted);font-weight:600;font-size:.74rem;text-transform:uppercase;letter-spacing:.03em;z-index:1}.table-footer{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;gap:12px;padding:10px 24px;background:var(--surface);font-size:.8rem;color:var(--text-muted)}.pagination{display:flex;align-items:center;gap:4px}.page-btn{min-width:28px;height:28px;padding:0 8px;border-radius:4px;border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:.8rem;cursor:pointer}.page-btn:hover:not(:disabled){background:var(--bg)}.page-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-ellipsis{padding:0 4px;color:var(--text-muted)}.table tbody tr:hover{background:#fbfafd}.table tbody tr:last-child td{border-bottom:none}.notes-cell{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;flex-shrink:0;margin:0;border:2px solid var(--border);border-radius:50%;background-color:var(--surface);cursor:pointer}.task-checkbox:checked{border-color:var(--primary);background-color:var(--primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:11px 11px;opacity:.55}.task-title-cell{font-weight:600}.task-row-done .task-title-cell{color:var(--text-muted);text-decoration:line-through;font-weight:500}.task-overdue{color:var(--danger)}.task-overdue-tag{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:var(--radius-pill);background:#fee2e2;color:var(--danger);font-size:.7rem;font-weight:700;text-transform:uppercase}.cell-with-avatar{display:flex;align-items:center;gap:10px;font-weight:600}.cell-link{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;color:var(--text);cursor:pointer}.cell-link:hover{color:var(--accent);text-decoration:underline}.row-actions{display:flex;gap:6px;white-space:nowrap}.icon-action-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:none;border:none;border-radius:4px;color:var(--text-muted);cursor:pointer}.icon-action-btn:hover{background:var(--bg);color:var(--text)}.icon-action-btn.danger:hover{background:#fee2e2;color:var(--danger)}.empty-state{margin:0 24px 24px;padding:48px;text-align:center;color:var(--text-muted);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);border:1px solid var(--border)}.avatar{width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.avatar-sm{width:24px;height:24px;font-size:.65rem}.avatar-lg{width:38px;height:38px;font-size:.85rem}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-pill);font-size:.73rem;font-weight:600;background:#eef0f6;color:var(--text-muted)}.badge-chevron{width:11px;height:11px}.stage-no-status{background:#eef0f6;color:#6b7280}.stage-lead{background:#ede9fe;color:#6d28d9}.stage-qualified{background:#dbeafe;color:#1e40af}.stage-follow-up{background:#fef3c7;color:#92400e}.stage-closed-won{background:#d1fae5;color:#065f46}.stage-closed-lost{background:#fee2e2;color:#991b1b}.role-admin{background:#ede9fe;color:#5b21b6}.role-rep,.type-call{background:#dbeafe;color:#1e40af}.type-email{background:#e0e7ff;color:#3730a3}.type-meeting{background:#fef3c7;color:#92400e}.type-note{background:#f3f4f6;color:#6b7280}.type-task{background:#d1fae5;color:#065f46}.tag-pill{display:inline-block;padding:3px 10px;border-radius:var(--radius-pill);font-size:.72rem;font-weight:600;background:#f3f4f6;color:#374151}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f121973;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:stretch;justify-content:flex-end;z-index:100;animation:overlay-fade-in .18s ease-out}.modal{background:var(--surface);width:100%;max-width:460px;height:100vh;max-height:100vh;overflow-y:auto;box-shadow:-12px 0 32px #10182824;display:flex;flex-direction:column;animation:drawer-slide-in .22s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--border);flex-shrink:0}.modal-header h3{margin:0}.icon-btn{background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;color:var(--text-muted)}.modal-body{padding:24px;flex:1}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f121973;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:200;animation:overlay-fade-in .18s ease-out}.confirm-dialog{background:var(--surface);width:100%;max-width:360px;margin:20px;padding:24px;border-radius:var(--radius);box-shadow:0 20px 50px #10182840;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;animation:confirm-pop-in .18s ease-out}@keyframes confirm-pop-in{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.confirm-icon{width:44px;height:44px;border-radius:50%;background:#fee2e2;color:var(--danger);display:flex;align-items:center;justify-content:center;margin-bottom:6px}.confirm-icon svg{width:20px;height:20px}.confirm-title{margin:0;font-size:1rem}.confirm-message{margin:0 0 10px;font-size:.88rem;color:var(--text-muted);line-height:1.5}.confirm-actions{display:flex;gap:10px;width:100%}.confirm-actions .btn{flex:1;justify-content:center}.form{display:flex;flex-direction:column;gap:14px}.form label{display:flex;flex-direction:column;gap:5px;font-size:.85rem;font-weight:600;color:var(--text-muted)}.form-row{display:flex;gap:14px}.form-row label{flex:1;min-width:0}.form input,.form select,.form textarea{padding:9px 11px;border:1px solid var(--border);border-radius:4px;font-size:.92rem;font-family:inherit;color:var(--text)}.form textarea{resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.form-error,.form-success{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;gap:8px;background:#111;color:#fff;padding:10px 18px;border-radius:var(--radius);font-size:.85rem;box-shadow:0 10px 30px #0000004d;animation:flash-slide-down .25s ease-out}.flash-icon{width:16px;height:16px;flex-shrink:0}.form-success .flash-icon{color:#34d399}.form-error .flash-icon{color:#f87171}@keyframes flash-slide-down{0%{transform:translate(-50%,-100%);opacity:0}to{transform:translate(-50%);opacity:1}}.form-divider{margin-top:4px;padding-top:14px;border-top:1px solid var(--border);font-size:.8rem;font-weight:700;color:var(--text-muted)}.checkbox-row{display:flex;align-items:flex-start;gap:10px;padding:12px;background:var(--bg);border-radius:4px;font-size:.86rem;line-height:1.6;color:var(--text)}.checkbox-row input[type=checkbox]{margin-top:3px;flex-shrink:0;width:15px;height:15px;accent-color:var(--primary);cursor:pointer}.checkbox-row-text{flex:1}.account-body{padding:24px;max-width:480px}.settings-body{padding:24px;overflow-y:auto}.settings-form{max-width:480px}.stages-settings{max-width:640px;display:flex;flex-direction:column;gap:16px}.stages-list{display:flex;flex-direction:column;gap:6px}.stage-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.stage-row-order{display:flex;flex-direction:column;gap:2px}.stage-row-order .icon-action-btn{width:20px;height:16px}.stage-row-order .icon-action-btn svg{width:11px;height:11px}.stage-row-name{flex:1;font-weight:600;font-size:.9rem}.stage-row-input{flex:1;font-weight:600;font-size:.9rem;padding:4px 8px;border:1px solid var(--border);border-radius:4px}.stage-row-flag{display:flex;flex-direction:row;align-items:center;gap:5px;font-size:.8rem;color:var(--text-muted);white-space:nowrap}.stage-row-flag input{accent-color:var(--primary);cursor:pointer}.stage-add-form{flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px}.stage-add-form input[type=text],.stage-add-form input:not([type]){width:220px}.pipeline-board{display:grid;grid-template-columns:repeat(6,minmax(210px,1fr));grid-auto-rows:1fr;gap:14px;padding:0 24px 24px;flex:1;min-height:0;overflow-x:auto;align-items:stretch}.pipeline-column{display:flex;flex-direction:column;min-height:0;background:#f9f9f9;border-radius:var(--radius);padding:12px;border:2px solid transparent}.pipeline-column.drag-over{border-color:var(--accent);background:#f0eefd}.pipeline-column-header{display:flex;align-items:center;gap:6px;margin-bottom:12px}.pipeline-count{font-size:.78rem;color:var(--text-muted);font-weight:600}.pipeline-total{margin-left:auto;font-size:.78rem;color:var(--text-muted);flex-shrink:0}.pipeline-cards{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;overflow-y:auto}.pipeline-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;cursor:grab;box-shadow:var(--shadow)}.pipeline-card:hover{box-shadow:var(--shadow-md)}.pipeline-card:active{cursor:grabbing}.pipeline-card-top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pipeline-card-title{font-weight:700;font-size:.86rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-card-row{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--text-muted);margin-bottom:5px}.pipeline-card-row svg{flex-shrink:0;color:#b3b1c4}.pipeline-card-link{color:var(--accent);text-decoration:underline;text-decoration-color:#d9d5f8}.pipeline-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid var(--border)}.pipeline-card-value{font-size:.82rem;color:var(--text);font-weight:700}.pipeline-empty{font-size:.8rem;color:var(--text-muted);text-align:center;padding:10px 0}@media (max-width: 1100px){.pipeline-board{grid-template-columns:repeat(3,minmax(220px,1fr))}}@media (max-width: 760px){.app{flex-direction:column}.sidebar{width:100%;height:auto;position:static;flex-direction:row;align-items:center;overflow-x:auto}.sidebar-nav{flex-direction:row}.pipeline-board{grid-template-columns:1fr}}.detail-grid{display:grid;grid-template-columns:300px 1fr 300px;grid-template-rows:minmax(0,1fr);flex:1;min-height:0}@media (max-width: 1100px){.detail-grid{grid-template-columns:1fr;grid-template-rows:none}.detail-panel{max-height:480px}}.detail-panel{display:flex;flex-direction:column;min-width:0;min-height:0;padding:20px 24px;overflow-y:auto;border-right:1px solid var(--border)}.detail-panel:last-child{border-right:none}.detail-panel-flush{padding:0;overflow:hidden}.detail-tab-content{flex:1;min-height:0;overflow-y:auto;padding:24px}.home-panel .detail-card-title{margin-bottom:20px}.detail-card-title{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:12px}.detail-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.detail-header-text{flex:1;min-width:0}.detail-header-name-row{display:flex;align-items:center;justify-content:space-between;gap:4px;min-width:0}.detail-header-name{font-weight:700;font-size:1.02rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-header-subtitle{font-size:.82rem;color:var(--text-muted)}.info-list{display:flex;flex-direction:column;gap:22px;padding-top:14px}.info-row{display:flex;flex-direction:column;gap:2px}.info-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.info-value{font-size:.88rem}.detail-tab-bar{flex-shrink:0;padding:8px 24px 0}.detail-tab-bar .tab{padding-bottom:16px}.timeline{display:flex;flex-direction:column}.timeline-item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--border)}.timeline-item:first-child{padding-top:0}.timeline-item:last-child{padding-bottom:0;border-bottom:none}.timeline-icon{width:32px;height:32px;margin-top:6px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.timeline-body{flex:1;min-width:0;padding-top:4px}.timeline-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.timeline-actions{display:flex;gap:2px;margin-left:auto;opacity:0;transition:opacity .12s ease}.timeline-item:hover .timeline-actions,.timeline-actions:focus-within{opacity:1}.timeline-date{font-size:.76rem;color:var(--text-muted)}.timeline-notes{font-size:.86rem;line-height:1.5;margin-top:6px;white-space:pre-wrap}.timeline-notes-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.timeline-notes-toggle{margin-top:4px;background:none;border:none;padding:0;font-size:.8rem;font-weight:600;color:var(--accent);cursor:pointer}.timeline-notes-toggle:hover{text-decoration:underline}.timeline-meta{font-size:.76rem;color:var(--text-muted);margin-top:4px}.insights-panel{display:flex;flex-direction:column;gap:18px}.insights-empty{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:28px 12px;color:var(--text-muted)}.insights-empty-icon{width:28px;height:28px;color:var(--accent)}.insights-empty p{margin:0;font-size:.88rem;max-width:320px}.insights-section h4{margin:0 0 6px;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.insights-section p{margin:0;font-size:.9rem;line-height:1.5}.insights-next-steps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.insights-next-steps li{font-size:.88rem;line-height:1.4;padding-left:18px;position:relative}.insights-next-steps li:before{content:"";position:absolute;left:4px;top:8px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.insights-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.insights-generated-at{font-size:.78rem;color:var(--text-muted)}.related-section{margin-bottom:28px}.related-section:last-child{margin-bottom:0}.related-list{display:flex;flex-direction:column;gap:10px}.related-row{display:flex;align-items:center;gap:12px;padding:14px;background:#f7f6f3;border-radius:var(--radius)}.related-row-clickable{width:100%;border:none;text-align:left;cursor:pointer;justify-content:space-between;font-family:inherit}.related-row-start{justify-content:flex-start}.related-row-clickable:hover{background:#eae8e5}.related-row-title{font-size:.86rem;font-weight:600}.related-row-meta{font-size:.76rem;color:var(--text-muted)}.related-row-value{font-size:.82rem;font-weight:700;flex-shrink:0}.related-deal{display:flex;flex-direction:column;gap:4px;align-items:flex-start}.related-empty{font-size:.85rem;color:var(--text-muted)}.home-body{overflow-y:auto;flex:1;min-height:0}.home-content{padding:24px;max-width:900px;margin:0 auto}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}@media (max-width: 640px){.stat-grid{grid-template-columns:1fr}}.stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px}.stat-tile-label{font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted);margin-bottom:10px}.stat-tile-value{font-size:1.9rem;font-weight:600;line-height:1.1}.stat-tile-value-danger{color:var(--danger)}.stat-tile-meta{margin-top:6px;font-size:.8rem;color:var(--text-muted)}.home-columns{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.home-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.stage-bars{display:flex;flex-direction:column;gap:14px}.stage-bar-row{display:flex;align-items:center;gap:12px}.stage-bar-label{flex-shrink:0;width:104px;justify-content:center;text-align:center;white-space:nowrap}.stage-bar-track{flex:1;height:10px;background:var(--bg);border-radius:0 4px 4px 0;overflow:hidden}.stage-bar-fill{height:100%;border-radius:0 4px 4px 0;min-width:4px}.stage-bar-value{flex-shrink:0;width:76px;text-align:right;font-size:.82rem;font-weight:600;font-variant-numeric:tabular-nums}.stage-bar-count{flex-shrink:0;width:20px;text-align:right;font-size:.76rem;color:var(--text-muted);font-variant-numeric:tabular-nums}.pending-task-row{padding:8px 14px}.pending-task-clickable{display:flex;align-items:center;flex:1;min-width:0;padding:6px;margin:-6px;border-radius:6px;background:none}.pending-task-info{display:flex;align-items:center;gap:12px;min-width:0}.pending-task-info .related-row-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pending-task-done{color:var(--text-muted);text-decoration:line-through;font-weight:500}.pending-badge{flex-shrink:0;padding:3px 10px;border-radius:var(--radius-pill);font-size:.7rem;font-weight:700;text-transform:uppercase}.pending-badge-overdue{background:none;color:var(--danger)}.pending-badge-today{background:none;color:#92400e}
