@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#172033;background:#f3f6fa;font-synthesis:none;text-rendering:optimizeLegibility;--sidebar: #0f1825;--sidebar-soft: #1b293a;--accent: #2563eb;--accent-hover: #1d4ed8;--surface: #ffffff;--background: #f3f6fa;--border: #e0e6ee;--border-strong: #d5dde7;--muted: #6b778a;--text: #172033;--success: #0d9e68;--warning: #d88409;--danger: #cf3f4c;--radius: 10px;--shadow: 0 1px 2px rgba(18, 32, 51, .04), 0 12px 32px rgba(18, 32, 51, .055)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:var(--background);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(37,99,235,.72);outline-offset:2px}.button{min-height:39px;border:1px solid var(--border-strong);border-radius:8px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:12.5px;font-weight:600;background:var(--surface);color:var(--text);box-shadow:0 1px 2px #12203309;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.button:hover{border-color:#bcc7d5;background:#fbfcfe}.button.primary{color:#fff;border-color:var(--accent);background:var(--accent);box-shadow:0 4px 12px #2563eb33}.button.primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.button.wide{width:100%}.app-shell{min-height:100vh;display:grid;grid-template-columns:208px minmax(0,1fr)}.app-shell.drawer-open{grid-template-columns:208px minmax(580px,1fr) 368px}.sidebar{height:100vh;position:sticky;top:0;display:flex;flex-direction:column;color:#e8edf4;background:linear-gradient(180deg,#142131 0%,var(--sidebar) 52%,#0b131e 100%);border-right:1px solid #202c3c;box-shadow:8px 0 30px #0d17240b}.brand{height:74px;border:0;background:transparent;padding:0 27px;text-align:left;color:#fff;font:700 21px Manrope,sans-serif;letter-spacing:-.75px}.brand span,.auth-brand span{color:#4b8fff}.workspace-switcher{margin:0 18px 9px;display:grid;gap:6px;color:#7f8ea2;font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.workspace-switcher select{width:100%;height:35px;border:1px solid rgba(255,255,255,.11);border-radius:6px;padding:0 9px;background:#172538;color:#eef3f8;font-size:10px;font-weight:500;letter-spacing:0;text-transform:none}.sidebar nav{padding:14px 0;display:grid;gap:3px}.sidebar nav button{min-height:47px;border:0;border-left:3px solid transparent;padding:0 25px;display:flex;align-items:center;gap:13px;background:transparent;color:#aeb9c8;font-size:12.5px;font-weight:500;text-align:left;transition:color .14s ease,background .14s ease}.sidebar nav button:hover{color:#fff;background:#ffffff09}.sidebar nav button.active{color:#fff;background:linear-gradient(90deg,#3680f633,#ffffff06);border-left-color:#4d8ff5}.sidebar-user{margin-top:auto;padding:18px;border-top:1px solid rgba(255,255,255,.085);display:flex;align-items:center;gap:10px;background:#030a131f}.avatar,.person-avatar{display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#1d74e8;font-size:11px;font-weight:700}.avatar{width:35px;height:35px}.person-avatar{width:25px;height:25px;background:#31445d;font-size:9px}.person-avatar.large{width:38px;height:38px;font-size:11px}.sidebar-user>span:nth-child(2){display:grid;min-width:0;gap:3px}.sidebar-user strong{color:#fff;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{color:#8796aa;font-size:10px}.signout{margin-left:auto;border:0;padding:7px;background:transparent;color:#8796aa}.signout:hover{color:#fff}.workspace{min-width:0;min-height:100vh}.topbar{height:74px;background:#fffffffa;border-bottom:1px solid var(--border);display:grid;grid-template-columns:minmax(150px,1fr) minmax(240px,320px) minmax(150px,1fr);align-items:center;padding:0 25px;gap:16px;box-shadow:0 1px #17203304}.topbar h1{margin:0;font:700 20px Manrope,sans-serif;letter-spacing:-.5px;color:#131d2e}.topbar-search{width:100%;min-width:0}.topbar .top-import{justify-self:end}.top-import{min-width:180px}.mobile-menu,.import-mobile{display:none}.view-content{padding:18px 20px 30px}.global-error{margin:12px 22px 0;padding:10px 13px;display:flex;justify-content:space-between;align-items:center;border:1px solid #f0c2c7;background:#fff5f6;color:#a72e3b;font-size:12px;border-radius:7px}.global-error button{border:0;background:transparent;color:inherit;font-weight:700}.import-notice{min-height:47px;border:1px solid #b8dfd4;background:#f5fbf9;display:flex;align-items:center;gap:10px;padding:0 15px;font-size:12px;border-radius:var(--radius);margin-bottom:13px;box-shadow:0 1px 2px #12203306}.import-notice>span{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;color:var(--success);border:1px solid #79cdb5}.import-notice a{margin-left:2px;color:var(--accent);font-weight:600}.summary-strip{min-height:96px;background:var(--surface);border:1px solid var(--border);border-radius:11px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:13px;box-shadow:var(--shadow)}.summary-item{display:flex;align-items:center;gap:15px;padding:19px 22px;position:relative}.summary-item+.summary-item:before{content:"";width:1px;height:43px;background:var(--border);position:absolute;left:0}.summary-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:50%}.summary-icon.blue{color:var(--accent);background:#eaf2ff}.summary-icon.amber{color:var(--warning);background:#fff4df}.summary-icon.green{color:var(--success);background:#e9f8f1}.summary-item>span:last-child{display:grid;gap:2px}.summary-item strong{font:700 21px Manrope,sans-serif;letter-spacing:-.35px}.summary-item small{font-size:11px;color:var(--muted)}.table-toolbar{min-height:54px;display:flex;justify-content:flex-end;align-items:center;gap:9px;padding:7px 11px;border-bottom:1px solid var(--border);background:#fff}.search-control.mobile-table-search{display:none}.search-control{height:39px;min-width:220px;display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;color:#8a96a8;box-shadow:0 1px 2px #12203306}.search-control:focus-within{border-color:#93b4ef;box-shadow:0 0 0 3px #2563eb14}.search-control input{width:100%;border:0;outline:0;color:var(--text);background:transparent;font-size:12.5px}.filter-control{height:39px;min-width:138px;position:relative;border:1px solid var(--border-strong);background:var(--surface);border-radius:8px;display:flex;align-items:center;box-shadow:0 1px 2px #12203306}.filter-control select{width:100%;height:100%;appearance:none;border:0;outline:0;background:transparent;padding:0 30px 0 12px;font-size:12px;font-weight:500;color:var(--text)}.filter-control svg{position:absolute;right:10px;pointer-events:none;color:var(--muted)}.lead-table-wrap{border:1px solid var(--border);background:var(--surface);border-radius:11px;overflow:hidden;box-shadow:var(--shadow)}.lead-table{width:100%;border-collapse:collapse;table-layout:fixed}.lead-table th{height:40px;padding:0 12px;color:#59667a;background:#f8fafc;font-size:10.5px;font-weight:600;text-align:left;border-bottom:1px solid var(--border);letter-spacing:.01em}.lead-table td{height:62px;padding:8px 12px;font-size:11.5px;border-bottom:1px solid #e7ebf0;color:#455166;vertical-align:middle}.lead-table tbody tr{cursor:pointer;transition:background .12s ease}.lead-table tbody tr:hover{background:#f7faff}.lead-table tbody tr.selected{background:#eef5ff;box-shadow:inset 3px 0 0 var(--accent)}.lead-table th:nth-child(2),.lead-table td:nth-child(2){width:22%}.lead-table th:nth-child(3),.lead-table td:nth-child(3){width:16%}.lead-table th:nth-child(4),.lead-table td:nth-child(4){width:16%}.lead-table th:nth-child(5),.lead-table td:nth-child(5){width:13%}.lead-table th:nth-child(6),.lead-table td:nth-child(6){width:16%}.lead-table th:nth-child(7),.lead-table td:nth-child(7){width:14%}.lead-table .check-cell{width:44px;text-align:center;padding:0 8px}input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);cursor:pointer}.business-cell,.owner-cell,.activity-cell{display:flex;align-items:center;gap:8px}.business-cell,.business-cell>span:last-child{min-width:0}.business-cell strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.business-cell>span:last-child,.lead-table td>span:not(.stage):not(.unassigned),.task-cell{display:grid;gap:3px}.lead-table td:nth-child(3)>strong,.lead-table td:nth-child(3)>small{display:block}.lead-table td:nth-child(3)>small{margin-top:3px}.lead-table strong{font-weight:600;color:#202b3e}.lead-table small{color:#7a8698;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-mark{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:7px;background:linear-gradient(145deg,#294364,#182b47);box-shadow:inset 0 0 0 1px #ffffff14;color:#fff;font-size:8.5px;font-weight:700}.stage{text-transform:capitalize;display:inline-flex;align-items:center;gap:7px;font-size:10.5px;font-weight:500}.stage i,.pipeline-dot{width:6px;height:6px;border-radius:50%;background:#7b8798}.stage-new i,.pipeline-dot.stage-new{background:#1e75ef}.stage-contacted i,.pipeline-dot.stage-contacted{background:#eba10c}.stage-qualified i,.pipeline-dot.stage-qualified{background:#18a96f}.stage-proposal i,.pipeline-dot.stage-proposal{background:#7854d7}.stage-won i,.pipeline-dot.stage-won{background:#0a9b66}.stage-lost i{background:#d24b59}.unassigned{color:#8b96a6;font-style:italic}.activity-cell{color:#677386}.muted{color:#8b96a6}.table-footer{height:44px;display:flex;align-items:center;padding:0 13px;color:#778397;font-size:10.5px;background:#fbfcfd}.empty-table,.section-empty{padding:44px 20px;text-align:center;color:var(--muted)}.empty-table h3{margin:0 0 6px;color:var(--text);font-size:15px}.empty-table p{margin:0 0 15px;font-size:12px}.lead-drawer{position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--surface);border-left:1px solid var(--border);padding:25px 22px 20px;z-index:5;box-shadow:-12px 0 32px #141f2f0b;animation:drawer-in .18s cubic-bezier(.2,.7,.2,1)}.drawer-close,.modal-close{position:absolute;top:16px;right:16px;border:0;background:transparent;color:#687488;padding:5px}.lead-drawer>header{display:flex;align-items:center;gap:11px;padding-right:30px;margin-bottom:17px}.drawer-company-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(145deg,#294364,#182b47);box-shadow:0 5px 13px #182b4729;font-size:12px;font-weight:700}.lead-drawer h2{margin:0 0 4px;font:700 16.5px Manrope,sans-serif;letter-spacing:-.25px}.lead-drawer header p{margin:0;color:var(--muted);font-size:11px}.contact-actions{display:flex;gap:7px;padding-bottom:18px;border-bottom:1px solid var(--border)}.contact-actions a{height:34px;padding:0 11px;border:1px solid var(--border);border-radius:7px;display:inline-flex;align-items:center;gap:6px;color:#4f5c70;background:#fff;font-size:10.5px;font-weight:500}.contact-actions a:hover{border-color:#abc4ed;color:var(--accent)}.crm-hours{padding:16px 0;border-bottom:1px solid var(--border)}.crm-hours h3{margin:0 0 9px;color:#536074;font-size:10.5px;letter-spacing:.075em;text-transform:uppercase}.crm-hours>div{display:grid;gap:5px}.crm-hours p{margin:0;display:grid;grid-template-columns:16px minmax(0,1fr);gap:6px;align-items:start;color:#4f5c70;font-size:10px;line-height:1.45}.crm-hours p svg{margin-top:1px;color:#7c899a}.crm-hours>span{color:var(--muted);font-size:10px}.drawer-form{display:grid;gap:14px;padding:18px 0;border-bottom:1px solid var(--border)}label{color:#4f5c70;font-size:10.5px;font-weight:600;display:grid;gap:7px;letter-spacing:.01em}label input,label select{width:100%;height:39px;border:1px solid var(--border-strong);border-radius:7px;background:#fbfcfe;padding:0 10px;color:var(--text);font-size:12px;font-weight:500;outline:0}label input:focus,label select:focus{border-color:#8bb0ed;box-shadow:0 0 0 3px #1769ed12}.task-edit{display:grid;grid-template-columns:1fr 122px;gap:8px}.notes-section{padding:16px 0 78px}.notes-section h3{margin:0 0 11px;font-size:10.5px;color:#536074;text-transform:uppercase;letter-spacing:.075em}.note-entry{display:grid;grid-template-columns:1fr 34px;gap:5px;margin-bottom:14px}.note-entry input{min-width:0;height:36px;border:1px solid var(--border-strong);border-radius:7px;padding:0 10px;outline:0;font-size:11px;background:#fbfcfe}.note-entry button{border:0;border-radius:6px;background:#eaf2ff;color:var(--accent);display:grid;place-items:center}.timeline{display:grid;gap:14px;padding:13px;border:1px solid #e5eaf1;border-radius:9px;background:#fbfcfe}.timeline-item{display:grid;grid-template-columns:28px 1fr;gap:9px}.timeline-icon{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#edf3fb;color:var(--accent);font-size:17px}.timeline-icon.note{background:#f1effc;color:#6c4fd1}.timeline-icon.import{background:#e8f8f1;color:var(--success)}.timeline-item div{display:grid;gap:4px;padding-top:2px}.timeline-item strong{font-size:10.5px;line-height:1.45;font-weight:500}.timeline-item small,.timeline-empty{color:var(--muted);font-size:9.5px}.drawer-save{position:sticky;bottom:0;width:100%;min-height:42px;box-shadow:0 6px 18px #2563eb2e}.pipeline-view{overflow-x:auto;padding-bottom:12px}.pipeline-board{display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:12px;min-width:1148px;align-items:start}.pipeline-column{background:#f7f9fc;border:1px solid #e0e6ee;border-radius:10px;min-height:calc(100vh - 122px);padding:11px}.pipeline-column>header{height:38px;display:flex;align-items:center;gap:8px;padding:0 3px}.pipeline-column h2{margin:0;font-size:12px;font-weight:600}.pipeline-column header small{margin-left:auto;width:22px;height:22px;display:grid;place-items:center;background:#fff;border:1px solid var(--border);border-radius:6px;color:var(--muted);font-size:9.5px}.pipeline-cards{display:grid;gap:8px}.pipeline-card{width:100%;border:1px solid var(--border);border-radius:9px;background:#fff;padding:12px;text-align:left;display:grid;gap:10px;color:var(--text);box-shadow:0 1px 2px #1220330a,0 5px 14px #12203309;transition:border-color .14s ease,box-shadow .14s ease}.pipeline-card:hover{border-color:#a9bee0;box-shadow:0 5px 18px #12203313}.pipeline-company{display:flex;align-items:center;gap:8px}.pipeline-card strong{font-size:11.5px}.pipeline-card>small{color:var(--muted);font-size:10px}.pipeline-card footer{border-top:1px solid #edf0f4;padding-top:8px;display:flex;justify-content:space-between;align-items:center;color:#6c7889;font-size:9.5px}.mini-unassigned{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:#eef1f5;color:#8c98a8}.pipeline-empty{border:1px dashed #d3dae4;color:#919baa;text-align:center;padding:18px;border-radius:7px;font-size:10px}.tasks-view,.team-view{max-width:950px;margin:0 auto}.tasks-list,.team-table{background:#fff;border:1px solid var(--border);border-radius:11px;overflow:hidden;box-shadow:var(--shadow)}.tasks-list>header{min-height:79px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.tasks-list h2,.team-header h2{margin:0 0 5px;font:700 16.5px Manrope,sans-serif;letter-spacing:-.25px}.tasks-list p,.team-header p{margin:0;color:var(--muted);font-size:11.5px}.task-row{width:100%;min-height:64px;padding:10px 18px;display:flex;align-items:center;gap:13px;border:0;border-bottom:1px solid #e8ecf1;background:#fff;color:#778397;text-align:left}.task-row:hover{background:#f8fbff}.task-row.completed{opacity:.56}.task-row.completed strong{text-decoration:line-through}.task-main{display:grid;gap:4px;flex:1}.task-main strong{color:var(--text);font-size:12px}.task-main small{font-size:10px}.task-due{font-size:10.5px;color:var(--muted)}.team-header{min-height:74px;display:flex;justify-content:space-between;align-items:center}.team-row{display:grid;grid-template-columns:2fr .7fr .7fr .65fr;gap:14px;align-items:center;min-height:68px;padding:10px 18px;border-bottom:1px solid #e8ecf1;font-size:11.5px;color:#566276}.team-row-head{min-height:39px;background:#f8fafc;color:#738095;font-size:10px;font-weight:600}.team-person{display:flex;align-items:center;gap:10px}.team-person>span:last-child{display:grid;gap:3px}.team-person strong{color:var(--text);font-size:11.5px}.team-person small{color:var(--muted);font-size:10px}.member-status{display:inline-flex;align-items:center;gap:5px;text-transform:capitalize;color:var(--success)}.member-status.invited{color:var(--warning)}.modal-backdrop{position:fixed;inset:0;z-index:50;padding:24px;background:#09101c8a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center}.modal{width:min(620px,100%);max-height:min(760px,92vh);border:1px solid rgba(255,255,255,.45);border-radius:13px;background:#fff;box-shadow:0 30px 90px #040b184d;overflow:hidden;position:relative;animation:modal-in .17s cubic-bezier(.2,.7,.2,1)}.import-modal>header{min-height:83px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.import-modal>header>div{display:flex;align-items:center;gap:12px}.modal-icon{width:39px;height:39px;display:grid;place-items:center;border-radius:8px;background:#eaf2ff;color:var(--accent)}.modal h2{margin:0 0 4px;font:700 16.5px Manrope,sans-serif;letter-spacing:-.2px}.modal p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}.import-tools{display:flex;gap:10px;padding:12px 17px;border-bottom:1px solid var(--border)}.import-tools .search-control{flex:1}.link-button{border:0;background:transparent;color:var(--accent);font-size:11px;font-weight:600}.import-list{max-height:470px;overflow:auto}.import-row{min-height:62px;grid-template-columns:22px 1fr auto;gap:10px;align-items:center;padding:9px 18px;border-bottom:1px solid #e9edf2;cursor:pointer}.import-row:hover{background:#f8fbff}.import-row>span{display:grid;gap:4px}.import-row strong{color:var(--text);font-size:11.5px}.import-row small{color:var(--muted);font-size:10px}.import-row em{display:inline-flex;align-items:center;gap:4px;color:var(--success);font-size:9.5px;font-style:normal}.import-row.imported{opacity:.67}.import-modal>footer{min-height:63px;padding:12px 18px;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--border)}.import-modal footer>span{color:var(--muted);font-size:10px}.compact-modal{width:min(430px,100%);padding:26px}.compact-modal>.modal-icon{margin-bottom:17px}.compact-modal h2{font-size:19px}.compact-modal>p{margin-bottom:19px}.compact-modal form,.invite-result{display:grid;gap:13px}.invite-result>strong{font-size:12px}.invite-result>div{display:grid;grid-template-columns:1fr 38px;gap:5px}.invite-result input{min-width:0;height:38px;border:1px solid var(--border);border-radius:6px;padding:0 9px;font-size:10px}.invite-result div button{border:0;border-radius:6px;background:#eaf2ff;color:var(--accent)}.auth-screen,.workspace-loading,.workspace-error{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 5%,#253a55 0,#101925 44%,#0c141f)}.auth-card{width:min(390px,100%);padding:30px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#fffffff7;box-shadow:0 32px 90px #00000052;display:grid;gap:15px}.auth-brand{font:700 20px Manrope,sans-serif;color:#162338}.auth-card h1{margin:3px 0 -5px;font:700 22px Manrope,sans-serif;letter-spacing:-.45px}.auth-card>p{margin:0 0 5px;color:var(--muted);font-size:11.5px;line-height:1.6}.auth-card label{font-size:10.5px}.form-error{padding:10px;border:1px solid #efc4ca;border-radius:6px;background:#fff5f6;color:#a7333f;font-size:10.5px}.create-account{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--accent);font-size:11px;font-weight:600}.setup-card code{display:block;border-radius:6px;background:#eef1f5;padding:11px;font-size:10px}.auth-mark{width:41px;height:41px;display:grid;place-items:center;background:#eaf2ff;color:var(--accent);border-radius:8px}.auth-loader{width:30px;height:30px;border:3px solid rgba(255,255,255,.2);border-top-color:#3b8cff;border-radius:50%;animation:spin .8s linear infinite}.workspace-loading{align-content:center;gap:13px;color:#fff;font-size:12px}.workspace-error{color:#fff;text-align:center;align-content:center}.workspace-error h1{margin:0 0 7px}.workspace-error p{max-width:500px;color:#aab6c6;margin:0 0 17px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes drawer-in{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.mobile-nav-wrap{display:contents}@media(max-width:1180px){.app-shell.drawer-open{grid-template-columns:185px minmax(500px,1fr) 320px}.app-shell{grid-template-columns:185px minmax(0,1fr)}.lead-table th:nth-child(3),.lead-table td:nth-child(3){display:none}.lead-table th:nth-child(2),.lead-table td:nth-child(2){width:27%}.lead-table th:nth-child(4),.lead-table td:nth-child(4){width:20%}}@media(max-width:900px){.app-shell,.app-shell.drawer-open{display:block}.mobile-nav-wrap{display:block;position:fixed;inset:0;z-index:60;background:#070e187a;opacity:0;pointer-events:none;transition:opacity .16s ease}.mobile-nav-wrap .sidebar{width:230px;transform:translate(-100%);transition:transform .18s ease}.mobile-nav-wrap.open{opacity:1;pointer-events:auto}.mobile-nav-wrap.open .sidebar{transform:translate(0)}.mobile-menu{display:grid;place-items:center;border:0;background:transparent;padding:6px;color:var(--text)}.lead-drawer{position:fixed;inset:0 0 0 auto;width:min(370px,92vw);z-index:40;box-shadow:-15px 0 45px #0a14222e}.view-content{padding:13px}.topbar{display:flex;padding:0 14px}.topbar h1{flex:1}.topbar-search{display:none}}@media(max-width:680px){.topbar{height:62px}.topbar h1{font-size:18px}.top-import{display:none}.import-mobile{display:inline-flex;margin-left:auto;font-size:11px;padding:0 10px}.summary-strip{min-height:75px;grid-template-columns:repeat(3,minmax(0,1fr))}.summary-item{min-width:0;padding:10px 6px;gap:6px}.summary-item>span:last-child{min-width:0}.summary-icon{width:30px;height:30px;flex:0 0 auto}.summary-item strong{font-size:16px}.summary-item small{font-size:7.5px;white-space:nowrap}.table-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto}.search-control.mobile-table-search{display:flex;grid-column:1 / -1;width:100%;min-width:0}.filter-control{width:100%;min-width:0}.import-mobile{margin-left:0}.lead-table{table-layout:fixed}.lead-table th:nth-child(4),.lead-table td:nth-child(4),.lead-table th:nth-child(6),.lead-table td:nth-child(6),.lead-table th:nth-child(7),.lead-table td:nth-child(7){display:none}.lead-table th:nth-child(2),.lead-table td:nth-child(2){width:auto}.lead-table th:nth-child(5),.lead-table td:nth-child(5){width:105px}.business-cell small{max-width:160px}.summary-item+.summary-item:before{height:34px}.team-row{grid-template-columns:1.7fr .6fr .6fr}.team-row>span:nth-child(2),.team-row-head>span:nth-child(2){display:none}.task-edit{grid-template-columns:1fr}.modal-backdrop{padding:10px}.import-modal{max-height:94vh}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
