:root{--bg: #f6f7fb;--surface: #ffffff;--surface-subtle: #fafbff;--text: #0b1220;--muted: #5b677a;--border: #e6eaf2;--shadow-sm: 0 2px 8px rgba(10, 22, 44, .04);--shadow: 0 4px 12px rgba(10, 22, 44, .06);--blue: #2563eb;--blue-2: #1d4ed8;--focus: rgba(37, 99, 235, .25);--red: #dc2626;--amber: #d97706;--green: #16a34a;--slate: #334155}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--text);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.page{min-height:100vh;background:var(--bg)}.page-center{display:grid;place-items:center;padding:32px 16px}.card{width:100%;max-width:420px;border:none;border-radius:16px;box-shadow:var(--shadow);padding:22px 22px 18px;background:var(--surface)}.card-sm{width:100%;max-width:420px;border:none;border-radius:16px;padding:18px;background:var(--surface);box-shadow:var(--shadow-sm)}.login-header{text-align:center;margin-bottom:16px}.login-title{margin:0;font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:700;letter-spacing:-.01em;font-size:22px}.login-subtitle{margin-top:6px;font-size:13px;color:var(--muted)}.form{display:grid;gap:12px}.field{display:grid;gap:6px}.label{font-size:13px;color:var(--muted)}.input{width:100%;border:1px solid var(--border);border-radius:12px;padding:12px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}textarea.input{resize:vertical;min-height:80px;margin-top:12px;overflow-y:hidden}.input:focus{border-color:#2563eb99;box-shadow:0 0 0 6px var(--focus)}.button:focus-visible{outline:none;box-shadow:0 0 0 6px var(--focus)}.button{margin-top:2px;border:none;border-radius:12px;padding:12px;font-weight:600;font-size:14px;background:var(--blue);color:#fff;cursor:pointer;transition:transform .02s ease,background-color .12s ease,opacity .12s ease}.button:hover{background:var(--blue-2)}.button:active{transform:translateY(1px)}.button:disabled{opacity:.55;cursor:not-allowed}.button-ghost{background:#f3f4f6;color:#111827;border:none;text-decoration:none}.button-ghost:hover{background:#e5e7eb;text-decoration:none}.button-ghost-primary{background:#2563eb14;color:#1e40af}.button-ghost-primary:hover{background:#2563eb1f;color:#1e3a8a}.button-ghost-success{background:#16a34a14;color:#15803d}.button-ghost-success:hover{background:#16a34a1f;color:#166534}.button-ghost-danger{background:#dc262614;color:#991b1b}.button-ghost-danger:hover{background:#dc26261f;color:#7f1d1d}.button-ghost-info{background:#9333ea14;color:#6b21a8}.button-ghost-info:hover{background:#9333ea1f;color:#581c87}.button-danger{background:var(--red);color:#fff}.button-danger:hover{background:#b91c1c}.sidebar-nav-item.button-ghost{background:transparent!important}.sidebar-nav-item.button-ghost:hover{background:#2563eb0f!important}.file-upload-button{position:relative;display:inline-flex;align-items:center;gap:8px;background:#2563eb14!important;color:#1e40af!important;border:1px dashed rgba(37,99,235,.3)!important}.file-upload-button:hover{background:#2563eb1f!important;color:#1e3a8a!important;border-color:#2563eb80!important}.file-upload-button:before{content:"📎";font-size:16px;line-height:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.alert{border:none;background:#dc26260f;color:#991b1b;border-radius:12px;padding:14px 16px;font-size:13px;margin-top:12px;margin-bottom:12px}.toasts{position:fixed;right:12px;bottom:12px;z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none}.toast{pointer-events:auto;border-radius:12px;padding:14px 16px;border:none;box-shadow:0 6px 16px #0000001a;background:#fff;min-width:240px;max-width:320px;font-size:13px}.toast-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.toast-title{font-weight:700}.toast-detail{margin-top:4px;opacity:.9}.toast-close{border:none;background:transparent;cursor:pointer;font-size:18px;line-height:1;color:inherit;opacity:.7}.toast-close:hover{opacity:1}.toast-success{background:#10b9811a;color:#065f46}.toast-error{background:#dc26261a;color:#991b1b}.toast-info{background:#2563eb1a;color:#1e3a8a}.hint{font-size:12px;color:var(--muted);line-height:1.4;margin-top:6px}.muted{color:var(--muted);font-size:13px}.app-layout{display:flex;min-height:100vh;background:var(--bg)}.app-layout-ask{height:100vh;overflow:hidden}.app-layout-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-layout-ask .app-layout-main{height:100vh;min-height:0}.app-layout-content{flex:1;overflow-x:hidden;min-height:0}.app-layout-ask .app-layout-content{display:flex;overflow:hidden}.chat-root{height:100%;min-height:0;display:flex;background:var(--bg);flex:1;width:100%;min-width:0}.chat-overlay{display:none}.chat-sessions{width:320px;min-width:280px;max-width:360px;border-right:1px solid var(--border);background:var(--surface);height:100%;min-height:0;display:flex;flex-direction:column}@media (min-width: 901px){.chat-sessions[data-collapsed="1"]{display:none}}.chat-sessions-header{padding:16px 12px 10px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.chat-sessions-list{flex:1;min-height:0;overflow:auto;padding:8px 12px 16px;display:flex;flex-direction:column;gap:6px}.chat-session-row{display:flex;gap:6px;align-items:stretch}.chat-session-select{flex:1;min-width:0}.chat-session-delete{margin-top:0;flex-shrink:0;width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--muted);background:transparent!important;opacity:0;transition:opacity .15s ease,color .15s ease,background-color .15s ease;border-radius:6px}.chat-session-row:hover .chat-session-delete,.chat-session-delete:focus-visible{opacity:1}.chat-session-delete:hover{color:var(--red);background:#dc26261a!important}.chat-session-delete:active{background:#dc262626!important}.chat-session-delete:disabled{opacity:.3;cursor:not-allowed}.chat-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--bg)}.chat-header{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.chat-header-left{display:flex;align-items:center;gap:10px;min-width:0}.chat-header-right{display:flex;align-items:center;gap:10px}.chat-title{font-weight:800;font-size:16px;line-height:1.1}.chat-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.chat-menu{position:relative}.chat-menu>summary{cursor:pointer}.chat-menu[open] .chat-menu-popover{display:block}.chat-menu-popover{display:none;position:absolute;right:0;top:calc(100% + 8px);z-index:20;width:280px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 2px 8px #0a162c0d;padding:12px}.chat-delete-current{color:var(--red)}.chat-delete-current.button-ghost-danger{color:#991b1b}.chat-transcript{flex:1;min-height:0;overflow:auto;padding:0 16px 12px;display:flex;flex-direction:column;gap:10px}.chat-empty{margin:18px auto 0;max-width:720px;width:100%;padding:16px;border:1px dashed var(--border);border-radius:14px;background:#ffffffb3}.chat-row{display:flex}.chat-row[data-role=user]{justify-content:flex-end}.chat-row[data-role=assistant],.chat-row[data-role=tool]{justify-content:flex-start}.chat-bubble{max-width:900px;width:fit-content;border-radius:16px;padding:10px 12px;border:none;background:var(--surface);box-shadow:none}.chat-bubble[data-role=user]{background:linear-gradient(180deg,#2563eb1a,#2563eb14);box-shadow:none}.chat-bubble[data-role=assistant]{background:linear-gradient(180deg,#10b9811a,#10b98114);box-shadow:none}.chat-bubble[data-role=tool]{background:linear-gradient(180deg,#9333ea14,#9333ea0f);box-shadow:none}.chat-meta{display:flex;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);margin-bottom:6px}.chat-typing{display:inline-flex;align-items:center;gap:6px;height:14px;padding:2px}.chat-typing-dot{width:6px;height:6px;border-radius:999px;background:#0b122061;animation:chatTypingBounce 1.05s infinite ease-in-out}.chat-bubble[data-role=assistant] .chat-typing-dot{background:#14532d8c}.chat-typing-dot:nth-child(2){animation-delay:.12s}.chat-typing-dot:nth-child(3){animation-delay:.24s}@keyframes chatTypingBounce{0%,80%,to{transform:translateY(0);opacity:.55}40%{transform:translateY(-4px);opacity:1}}.chat-details summary{cursor:pointer;font-size:12px;color:var(--muted)}.chat-composer{position:sticky;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(to top,var(--bg) 65%,rgba(246,247,251,0))}.chat-composer-inner{display:flex;gap:10px;align-items:flex-end;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:10px;box-shadow:0 1px 3px #0a162c08}.chat-textarea.input{min-height:36px;max-height:140px;overflow-y:auto;border:none;box-shadow:none!important;padding:8px 10px;margin-top:0}.chat-textarea.input:focus{border:none;box-shadow:none!important}.chat-actions{width:360px;max-width:420px;border-left:1px solid var(--border);background:var(--surface);height:100%;min-height:0;display:none;flex-direction:column}.chat-actions[data-open="1"]{display:flex}.chat-actions-header{padding:16px 12px 10px;display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border)}.chat-actions-body{flex:1;min-height:0;overflow:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.chat-action-card{border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface-subtle)}@media (max-width: 1100px){.chat-actions{position:fixed;top:0;right:0;height:100vh;transform:translate(102%);transition:transform .18s ease;z-index:30;box-shadow:0 4px 16px #0a162c14;display:flex}.chat-actions[data-open="1"]{transform:translate(0)}}@media (max-width: 900px){.chat-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:25}.chat-overlay[data-open="1"]{opacity:1;pointer-events:auto}.chat-sessions{position:fixed;top:0;left:0;height:100vh;transform:translate(-102%);transition:transform .18s ease;z-index:30;box-shadow:0 4px 16px #0a162c14}.chat-sessions[data-open="1"]{transform:translate(0)}.chat-sessions-close{display:inline-flex}}.chat-sessions-close,.sidebar-overlay{display:none}.sidebar{width:260px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto}.sidebar-header{height:56px;padding:0 20px;display:flex;align-items:center;border-bottom:1px solid var(--border);background:var(--blue)}.sidebar-logo{font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:700;font-size:20px;letter-spacing:-.01em;color:#fff}.sidebar-nav{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:4px}.sidebar-nav-item{width:100%;justify-content:flex-start;text-align:left;padding:14px 16px;margin-top:0;border-radius:10px;background:transparent!important;color:var(--text)!important;font-weight:500;font-size:16px;text-decoration:none!important;transition:background-color .15s ease,color .15s ease;border:none;cursor:pointer;display:flex;align-items:center;gap:12px;min-height:44px}.sidebar-nav-item>svg{flex-shrink:0;stroke-width:2;opacity:.7}.sidebar-nav-item.button-active>svg{opacity:1}.sidebar-nav-item:hover{background:#2563eb0f!important;color:var(--text)!important;text-decoration:none!important}.sidebar-nav-item.sidebar-footer-ask:not(.button-active){background:#10b9811a!important}.sidebar-nav-item.sidebar-footer-ask:not(.button-active):hover{background:#10b98124!important}.sidebar-nav-item.button-active{background:var(--blue)!important;color:#fff!important;font-weight:600;text-decoration:none!important}.sidebar-nav-item.button-active>svg{opacity:1;color:#fff!important}.sidebar-nav-item.button-active:hover{background:var(--blue-2)!important;text-decoration:none!important;color:#fff!important}.sidebar-footer{padding:16px 20px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px;background:var(--surface-subtle)}.sidebar-footer .sidebar-nav-item{width:100%;justify-content:center}.sidebar-footer-ask{margin-bottom:4px}.sidebar-footer-ask.button-active{background:var(--blue)!important;color:#fff!important}.sidebar-footer-ask.button-active:hover{background:var(--blue-2)!important;color:#fff!important}.sidebar-footer-ask.button-active>svg{color:#fff!important}.sidebar-footer .sidebar-user{font-size:13px;color:var(--muted);padding:0;font-weight:500;margin-top:4px;text-align:center}.sidebar-footer .button{width:100%;justify-content:center;text-align:center;padding:14px 16px;min-height:44px;margin-top:0}.topbar{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px);z-index:10}.topbar-left{display:flex;align-items:center;gap:8px;min-width:44px}.topbar-menu-button{display:none;width:40px;height:40px;padding:0;justify-content:center;align-items:center;font-size:16px;line-height:1}.topbar-title{font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:700;letter-spacing:-.01em;font-size:16px}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-tabs{display:flex;align-items:center;gap:8px;margin-right:12px}.topbar-user{font-size:13px;color:var(--muted)}.container{padding:28px 16px;max-width:1240px;margin:0 auto;width:100%}.blank{border:none;border-radius:16px;padding:24px;box-shadow:var(--shadow);background:#f9fafb}.blank-title{font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-size:18px;font-weight:700;letter-spacing:-.01em}.blank-subtitle{margin-top:6px;color:var(--muted);font-size:14px}.panel{border:none;border-radius:16px;padding:18px;box-shadow:var(--shadow-sm);background:var(--surface)}.panel-title{font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-size:18px;font-weight:700;letter-spacing:-.01em}.panel-subtitle{margin-top:6px;color:var(--muted);font-size:13px}.panel-footer{margin-top:14px;display:flex;justify-content:flex-end}.settings-ai-grid{display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 1100px){.settings-ai-grid{grid-template-columns:1fr 1fr;align-items:start}}.settings-textarea{overflow-y:auto!important}.pager{width:100%;display:flex;align-items:center;gap:10px}.pager-spacer{flex:1}.pager-center{display:flex;align-items:center;gap:6px}.pager-pages{display:inline-flex;align-items:center;gap:6px}.pager-ellipsis{color:var(--muted);font-size:13px;padding:0 4px}.pager-jump{display:inline-flex;align-items:center;gap:8px}.button-active{background:#2563eb1a;color:#1e40af}.link{display:inline-block;padding:0;border:0;background:transparent;text-align:left;cursor:pointer;color:inherit;text-decoration:none}.link:hover .lead-name{text-decoration:underline}.link:hover{text-decoration:none;opacity:.86}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162c5c;display:grid;justify-content:end;z-index:50}.drawer{width:min(1100px,96vw);height:100vh;background:var(--surface);box-shadow:0 20px 60px #0a162c40;display:flex;flex-direction:column;min-width:0;overflow:hidden}.drawer-header{min-height:64px;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;border-bottom:1px solid var(--border)}.drawer-title{font-family:Outfit,Plus Jakarta Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-weight:700;font-size:20px;letter-spacing:-.01em}.drawer-body{padding:32px 32px 40px;overflow-x:hidden;overflow-y:auto}.kv{display:grid;gap:10px;padding:24px;border:none;border-radius:14px;background:var(--surface-subtle);min-width:0}.kv-row{display:grid;grid-template-columns:140px 1fr;gap:14px;align-items:start;min-width:0}.kv-row .kv-v{min-width:0;overflow-wrap:break-word;word-break:break-word}.kv-k{color:var(--muted);font-size:12px}.kv-v{font-size:13px}.section{margin-top:48px}.section-title{font-weight:700;font-size:18px;margin-bottom:12px;color:var(--text)}.chips{display:flex;flex-wrap:wrap;gap:8px}.chip{border:none;background:#f3f4f6;border-radius:999px;padding:6px 10px;font-size:13px}.chip-button{cursor:pointer}.chip-button:hover{background:#e5e7eb}.chip-button:focus-visible{outline:none;box-shadow:0 0 0 4px var(--focus)}.timeline{display:grid;gap:10px}.timeline-item{display:grid;grid-template-columns:12px 1fr;gap:10px;align-items:start;min-width:0}.timeline-dot{width:10px;height:10px;border-radius:999px;margin-top:6px;background:#2563eb59;border:1px solid rgba(37,99,235,.35);flex-shrink:0}.timeline-main{border:none;border-radius:14px;padding:10px 12px;background:#f3f4f6;min-width:0;overflow-wrap:break-word;word-break:break-word}.timeline-head{display:flex;justify-content:space-between;gap:10px;align-items:baseline;flex-wrap:wrap}.timeline-type{font-weight:700;font-size:13px;flex-shrink:0}.timeline-date{color:var(--muted);flex-shrink:0;white-space:nowrap}.timeline-subject{margin-top:6px;font-size:12px;color:var(--muted);overflow-wrap:break-word;word-break:break-word}.timeline-body{margin-top:6px;font-size:13px;white-space:pre-wrap;overflow-wrap:break-word;word-break:break-word}.notes-pre{margin:0;padding:12px;border:none;border-radius:14px;background:#0b1220;color:#e5e7eb;overflow:auto;font-size:12px;line-height:1.4}.toolbar{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px;align-items:center}.toolbar-leads{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.toolbar-group{display:flex;align-items:center;gap:8px}.section .toolbar{margin-top:16px}.toolbar-left{grid-template-columns:auto auto 1fr}.toolbar-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.input-color{width:48px;padding:0}.input-color{height:38px;border-radius:10px;overflow:hidden;background:transparent;-moz-appearance:none;appearance:none;-webkit-appearance:none}input[type=color].input{padding:0}input[type=color].input::-webkit-color-swatch-wrapper{padding:0}input[type=color].input::-webkit-color-swatch{border:none;border-radius:10px}.section input[type=color].input{margin-top:0}.section .muted{margin-top:6px}.section textarea.input{margin-top:12px}.drawer-textarea{min-height:140px;max-height:420px;height:auto;resize:vertical;overflow-y:hidden}.lead-notes-textarea{min-height:140px;max-height:260px;height:180px;resize:vertical;overflow-y:hidden}.lead-notes-textarea[readonly]{caret-color:transparent}.lead-notes-textarea:focus{overflow-y:auto}.check{display:inline-flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;font-size:13px;color:var(--muted);white-space:nowrap;cursor:pointer}.check input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid var(--border);border-radius:4px;background:#fff;cursor:pointer;position:relative;transition:border-color .12s ease,background-color .12s ease;flex-shrink:0}.check input[type=checkbox]:hover{border-color:#2563eb80}.check input[type=checkbox]:checked{background:var(--blue);border-color:var(--blue)}.check input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.check input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px var(--focus)}.table-wrap{margin-top:14px;border:1px solid var(--border);border-radius:14px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.table{width:100%;table-layout:fixed;border-collapse:collapse;background:var(--surface)}.table th,.table td{padding:12px;border-bottom:1px solid var(--border);vertical-align:middle;text-align:left}.table th{font-size:13px;color:var(--text);font-weight:700;background:var(--surface-subtle);padding:0}.th-content{width:100%;height:100%;padding:12px;text-align:left;font-size:13px;color:var(--text);font-weight:700;font-family:inherit}.th-sort{width:100%;height:100%;padding:12px;border:none;background:transparent;text-align:left;font-size:13px;color:var(--text);font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:6px;transition:background-color .12s ease,color .12s ease;font-family:inherit}.th-sort:hover{background:#2563eb0f;color:var(--text)}.th-sort:focus-visible{outline:none;box-shadow:inset 0 0 0 2px var(--focus)}.th-sort-icon{color:var(--blue);font-size:14px;font-weight:700;line-height:1;flex-shrink:0}.table tr:last-child td{border-bottom:none}.table.table-fixed-4 th:nth-child(1),.table.table-fixed-4 td:nth-child(1){width:45%}.table.table-fixed-4 th:nth-child(2),.table.table-fixed-4 td:nth-child(2){width:18%;white-space:nowrap;font-size:12px}.table.table-fixed-4 th:nth-child(3),.table.table-fixed-4 td:nth-child(3){width:18%}.table.table-fixed-4 th:nth-child(4),.table.table-fixed-4 td:nth-child(4){width:19%;font-size:12px}.table.table-inbox-matched th:nth-child(1),.table.table-inbox-matched td:nth-child(1){width:320px;min-width:0;overflow:hidden}.table.table-inbox-matched th:nth-child(2),.table.table-inbox-matched td:nth-child(2){width:auto;min-width:0;overflow:hidden}.table.table-inbox-matched th:nth-child(3),.table.table-inbox-matched td:nth-child(3){width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table.table-inbox-matched th:nth-child(4),.table.table-inbox-matched td:nth-child(4){width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table.table-inbox-matched th:nth-child(5),.table.table-inbox-matched td:nth-child(5){width:120px;white-space:nowrap;overflow:hidden}.table.table-inbox-unmatched th:nth-child(1),.table.table-inbox-unmatched td:nth-child(1){width:260px;min-width:0;overflow:hidden}.table.table-inbox-unmatched th:nth-child(2),.table.table-inbox-unmatched td:nth-child(2){width:auto;min-width:0;overflow:hidden}.table.table-inbox-unmatched th:nth-child(3),.table.table-inbox-unmatched td:nth-child(3){width:180px;min-width:0;overflow:hidden}.table.table-inbox-unmatched th:nth-child(4),.table.table-inbox-unmatched td:nth-child(4){width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table.table-inbox-unmatched th:nth-child(5),.table.table-inbox-unmatched td:nth-child(5){width:240px;white-space:nowrap;overflow:hidden}.table.table-inbox-matched td:nth-child(2),.table.table-inbox-unmatched td:nth-child(2){overflow-wrap:break-word;word-break:break-word;white-space:normal}.table.table-inbox-matched td:nth-child(1),.table.table-inbox-unmatched td:nth-child(1),.table.table-inbox-unmatched td:nth-child(3){overflow-wrap:break-word;word-break:break-word;white-space:normal}.table.table-leads td:nth-child(2){width:170px;white-space:nowrap;font-size:12px}.table.table-leads td:nth-child(3){width:140px;white-space:nowrap}.table.table-leads td:nth-child(4){width:110px;white-space:nowrap;font-size:12px}.table.table-leads td:nth-child(5){width:150px;white-space:nowrap;font-size:12px}.table.table-leads td:nth-child(6){width:170px;white-space:nowrap;font-size:12px}.table.table-leads th:nth-child(2),.table.table-leads th:nth-child(3),.table.table-leads th:nth-child(4),.table.table-leads th:nth-child(5),.table.table-leads th:nth-child(6){white-space:nowrap}.table.table-today td:nth-child(2){width:160px;white-space:nowrap;font-size:12px}.table.table-today td:nth-child(3){width:140px;white-space:nowrap}.table.table-today td:nth-child(4){width:120px;white-space:nowrap;font-size:12px}.table.table-today td:nth-child(5){width:120px;white-space:nowrap;font-size:12px}.table.table-today td:nth-child(6){width:460px}.table.table-today th:nth-child(2),.table.table-today th:nth-child(3),.table.table-today th:nth-child(4),.table.table-today th:nth-child(5),.table.table-today th:nth-child(6){white-space:nowrap}.table.table-prospects th,.table.table-prospects td{padding:8px 10px}.table.table-prospects td{font-size:12px}.table.table-prospects th:nth-child(1),.table.table-prospects td:nth-child(1){width:160px}.table.table-prospects th:nth-child(2),.table.table-prospects td:nth-child(2){width:170px}.table.table-prospects th:nth-child(3),.table.table-prospects td:nth-child(3){width:240px}.table.table-prospects th:nth-child(4),.table.table-prospects td:nth-child(4){width:110px;white-space:nowrap}.table.table-prospects th:nth-child(5),.table.table-prospects td:nth-child(5){width:180px}.table.table-prospects th:nth-child(6),.table.table-prospects td:nth-child(6){width:220px}.table.table-prospects th:nth-child(7),.table.table-prospects td:nth-child(7){width:360px}.table-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}@media (max-width: 720px){.table-actions{justify-content:flex-start}.table.table-today td:nth-child(6){width:auto;min-width:220px}}.table.table-inbox-matched td,.table.table-inbox-unmatched td{vertical-align:middle}.table.table-inbox-unmatched .table-actions{flex-direction:column;align-items:flex-end}.lead-name{font-weight:700;letter-spacing:-.01em;font-size:13px;display:block;margin-bottom:8px}.lead-meta{font-size:13px;color:var(--muted);display:inline-flex;flex-wrap:wrap;gap:6px}.dot{opacity:.7}.badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;border:none;background:#f9fafb;font-size:12px;color:#111827}.badge[data-status=negative_feedback]{background:#dc262614;color:#991b1b}.badge[data-status=iffy_feedback]{background:#d977061a;color:#92400e}.badge[data-status=in_progress]{background:#2563eb14;color:#1e40af}.badge[data-status=positive_feedback]{background:#16a34a1a;color:#14532d}.badge[data-status=closed_client]{background:#16a34a1f;color:#14532d}.badge[data-status=closed_lost]{background:#dc262614;color:#991b1b}.badge[data-status=unknown_color]{background:#33415514;color:var(--slate)}.table tr[data-status=negative_feedback] td{background:#dc26260a}.table tr[data-status=iffy_feedback] td{background:#d977060a}.table tr[data-status=in_progress] td{background:#2563eb0a}.table tr[data-status=positive_feedback] td{background:#16a34a0a}.table tr[data-status=closed_client] td{background:#16a34a1f}.table tr[data-status=closed_lost] td{background:#dc26260a}.table tr[data-status=unknown_color] td{background:#33415508}.table tr[data-status=new] td{background:#2563eb08}.table tr[data-status=custom_status_from_future] td{background:#33415508}.table tbody tr{transition:background-color .12s ease}.table tbody tr:hover td{background:#2563eb14!important}.table tr[data-due="1"] td{background:#d9770614!important}.table tr[data-due="1"] td:first-child{box-shadow:inset 3px 0 #d9770659}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;color:#111827}.due-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;border:none;background:#f9fafb;color:#111827;font-size:12px;line-height:1.2;white-space:nowrap}.due-pill[data-due="1"]{background:#d977061a;color:#92400e}.followup{display:inline-flex;align-items:center;gap:8px}.input-sm{padding:8px 10px;font-size:13px;border-radius:10px}.button-sm{padding:8px 10px;font-size:13px;border-radius:10px;margin-top:0}.form-actions{display:flex;gap:10px;margin-top:16px}.dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-top:24px}.dashboard-card{display:block;background:var(--surface-subtle);border:none;border-radius:12px;padding:16px;text-decoration:none;color:var(--text);transition:background-color .15s ease}.dashboard-card:hover{background:var(--surface);text-decoration:none;color:var(--text)}.dashboard-card-label{font-size:13px;color:var(--muted);margin-bottom:8px}.dashboard-card-value{font-size:24px;font-weight:700;letter-spacing:-.01em;color:var(--text)}@media (max-width: 840px){.topbar-menu-button{display:inline-flex}.container{padding:18px 12px;max-width:none}.sidebar{position:fixed;left:0;top:0;z-index:100;transform:translate(-100%);transition:transform .2s ease}.sidebar-open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a162c5c;z-index:99;display:none}.sidebar-overlay-open{display:block}.app-layout-main{width:100%}.toolbar{grid-template-columns:1fr}.panel-footer{justify-content:stretch}.panel-footer .button{width:100%}.pager{flex-wrap:wrap;justify-content:space-between}.pager-spacer{display:none}.dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px}.dashboard-card{padding:14px}.dashboard-card-value{font-size:22px}}.dashboard-activity{display:flex;flex-direction:column;gap:8px}.dashboard-activity-item{padding:12px;background:var(--surface-subtle);border-radius:8px;border-left:3px solid transparent;transition:background-color .15s ease,border-color .15s ease}.dashboard-activity-item:hover{background:var(--surface)}.dashboard-activity-item[data-type=email_sent]{border-left-color:#2563eb66;background:#2563eb0a}.dashboard-activity-item[data-type=email_sent]:hover{background:#2563eb14}.dashboard-activity-item[data-type=email_received]{border-left-color:#16a34a66;background:#16a34a0a}.dashboard-activity-item[data-type=email_received]:hover{background:#16a34a14}.dashboard-activity-item[data-type=call]{border-left-color:#a855f766;background:#a855f70a}.dashboard-activity-item[data-type=call]:hover{background:#a855f714}.dashboard-activity-item[data-type=meeting]{border-left-color:#d9770666;background:#d977060a}.dashboard-activity-item[data-type=meeting]:hover{background:#d9770614}.dashboard-activity-item[data-type=status_change]{border-left-color:#6366f166;background:#6366f10a}.dashboard-activity-item[data-type=status_change]:hover{background:#6366f114}.dashboard-activity-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:4px}.dashboard-activity-left{display:flex;align-items:baseline;gap:8px;flex:1;min-width:0}.dashboard-activity-type{font-size:12px;font-weight:700;color:var(--text);text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.dashboard-activity-item[data-type=email_sent] .dashboard-activity-type{color:#1e40af}.dashboard-activity-item[data-type=email_received] .dashboard-activity-type{color:#14532d}.dashboard-activity-item[data-type=call] .dashboard-activity-type{color:#6b21a8}.dashboard-activity-item[data-type=meeting] .dashboard-activity-type{color:#92400e}.dashboard-activity-item[data-type=status_change] .dashboard-activity-type{color:#4338ca}.dashboard-activity-lead{font-size:14px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-activity-subject{font-size:13px;color:var(--muted);margin-top:4px;line-height:1.4}.dashboard-activity-time{font-size:12px;color:var(--muted);white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.dashboard-activity-header{flex-direction:column;align-items:flex-start;gap:4px}.dashboard-activity-time{align-self:flex-end}}
