:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#111827;background:#fff;font-synthesis:none;--blue: #228be6;--blue-light: #e7f5ff;--line: #e7e9ed;--muted: #868e96;--header-h: 60px;--nav-w: 80px}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;color:#111;background:#fff}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}h1,h2,h3,p{margin-top:0}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:18px;color:#4f46e5;font-weight:600;background:#f8f9fb}.app-loading img{width:84px;height:84px;object-fit:contain}.button{min-height:36px;padding:0 18px;border:1px solid transparent;border-radius:4px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:600;transition:background .15s,transform .1s}.button:hover{background:#1c7ed6}.button:active{transform:translateY(1px)}.button-light{background:#228be61a;color:#228be6}.button-light:hover{background:#228be629}.full-button{width:100%}.icon-button{width:30px;height:30px;padding:0;border:0;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#228be6;background:transparent}.icon-button:hover{background:var(--blue-light)}.badge{min-height:20px;padding:2px 10px;border-radius:999px;text-transform:uppercase;font-size:11px;line-height:16px;font-weight:700;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;background:#e7f5ff;color:#228be6}.badge-gray{background:#f1f3f5;color:#868e96}.badge-yellow{background:#fff9db;color:#e67700}.badge-blue{background:#e7f5ff;color:#228be6}.badge-red{background:#fff0f0;color:#fa5252}.badge-cyan{background:#e3fafc;color:#1098ad}.badge-teal{background:#e6fcf5;color:#0ca678}.badge-orange{background:#fff4e6;color:#f76707}.badge-violet{background:#f3f0ff;color:#7048e8}.badge-pink{background:#fff0f6;color:#d6336c}.badge-green{background:#ebfbee;color:#37b24d}.badge-dark{background:#e9ecef;color:#343a40}.login-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;background:#fff}.login-panel{position:relative;display:flex;align-items:center;justify-content:center;padding:132px 7vw 84px;background:#fff;z-index:2}.login-brand{position:absolute;top:34px;left:7vw;display:flex;align-items:center;gap:12px;color:#6b7280;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.login-brand img{width:58px;height:58px;object-fit:contain}.login-form{width:min(520px,100%)}.login-kicker{margin:0 0 10px;color:#228be6;font-size:12px;font-weight:800;letter-spacing:.15em}.login-form h1{text-align:left;font-size:32px;line-height:1.2;margin:0 0 12px}.login-subtitle{max-width:470px;margin:0 0 42px;color:#667085;font-size:15px;line-height:1.55}.login-form label{display:block;font-weight:600;margin-bottom:20px}.login-form label>span{color:#fa5252}.login-form input{display:block;margin-top:7px;width:100%;height:43px;border:1px solid #ced4da;border-radius:8px;padding:0 14px;outline:none;font-weight:400}.login-form input:focus{border-color:#74c0fc;box-shadow:0 0 0 1px #74c0fc}.password-field{position:relative}.password-field .icon-button{position:absolute;right:7px;bottom:6px;color:#8a939b}.password-field input{padding-right:46px}.login-button{width:100%;height:45px;margin-top:4px;border-radius:7px}.form-error{color:#e03131;font-size:13px;margin:-9px 0 12px}.login-security{margin:18px 0 0;display:flex;align-items:center;justify-content:center;gap:7px;color:#98a2b3;font-size:12px}.login-footer{position:absolute;left:7vw;bottom:25px;margin:0;color:#98a2b3;font-size:12px}.login-art{position:relative;overflow:hidden;background:#0b5ec7}.login-art>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.login-art-copy{position:absolute;left:48px;right:48px;bottom:48px;max-width:520px;padding:24px 26px;border:1px solid rgba(255,255,255,.22);border-radius:10px;background:#042f7ae0;color:#fff;box-shadow:0 18px 45px #011e5747}.login-art-copy span{display:block;margin-bottom:10px;color:#a5d8ff;font-size:11px;font-weight:800;letter-spacing:.14em}.login-art-copy strong{display:block;max-width:460px;font-size:28px;line-height:1.2}.login-art-copy p{margin:13px 0 0;max-width:460px;color:#dbeafe;font-size:14px;line-height:1.5}.app-shell{min-height:100vh;--current-nav-w: var(--nav-w)}.app-shell.nav-expanded{--current-nav-w: 236px}.sidebar{width:var(--current-nav-w);background:#fff;position:fixed;inset:0 auto 0 0;border-right:1px solid var(--line);z-index:15;transition:width .18s ease;overflow:hidden}.brand{height:59px;display:flex;align-items:center;justify-content:center}.brand img{width:52px;height:52px;object-fit:contain}.sidebar-separator{height:1px;background:var(--line);margin:0 16px 19px}.sidebar nav{display:grid;gap:5px;padding:0 16px}.nav-link{height:50px;width:100%;border:0;border-radius:4px;display:flex;align-items:center;justify-content:center;gap:16px;color:#495057;background:transparent;text-align:left;white-space:nowrap}.nav-link span{width:130px;font-size:14px}.nav-link:hover{background:#f8f9fa}.nav-link.active{color:#228be6;background:#228be61a}.sidebar-expanded .nav-link{justify-content:flex-start;padding:0 14px}.app-header{position:fixed;z-index:12;left:var(--current-nav-w);right:0;top:0;height:var(--header-h);border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 95px 0 18px;transition:left .18s ease}.burger{color:#111;width:40px;height:40px}.burger:hover{background:#f8f9fa}.profile-wrap{position:relative}.profile{display:flex;align-items:center;gap:8px;border:0;background:transparent;min-width:142px;text-align:left}.profile-avatar{width:38px;height:38px;border-radius:50%;background:#f1f3f5;color:#868e96;display:flex;align-items:center;justify-content:center}.profile-copy{display:grid;gap:2px;font-size:13px}.profile-copy .badge{justify-self:start;min-height:16px;line-height:12px;padding:1px 7px;font-size:9px}.profile-menu{position:absolute;top:46px;right:0;width:190px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:7px;box-shadow:0 12px 30px #0002;z-index:50}.profile-menu p{margin:2px 8px 5px;color:#868e96;font-size:11px;text-transform:uppercase;font-weight:700}.profile-menu button{width:100%;border:0;background:transparent;border-radius:4px;padding:8px;text-align:left;font-size:13px}.profile-menu button:hover,.profile-menu button.selected{background:#e7f5ff;color:#228be6}.menu-rule{border-top:1px solid var(--line);margin:7px 0}.app-main{margin-left:var(--current-nav-w);padding:80px 32px 42px;min-height:100vh;transition:margin-left .18s ease}.dashboard-heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.dashboard-heading-row h1{font-size:34px;margin:13px 0 24px}.app-main>hr,.dashboard-section+hr{border:0;border-top:1px solid var(--line);margin:0 0 34px}.dashboard-section{margin:32px 0}.dashboard-section h2{font-size:27px;margin-bottom:18px}.section-title{display:flex;align-items:center;gap:10px}.section-title svg{color:#228be6;flex:none}.metric-grid,.company-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.company-grid>*{min-width:0}.metric-card{height:84px;padding:17px;border:1px solid var(--line);border-radius:7px;position:relative;display:grid;align-content:center}.metric-card span{font-size:12px;color:#868e96;font-weight:700}.metric-card strong{font-size:20px;margin-top:5px}.metric-icon{position:absolute;right:18px;top:31px}.violet{color:#7048e8}.green{color:#2f9e44}.panel{border:1px solid var(--line);border-radius:6px;padding:16px;background:#fff}.panel h3{font-size:22px;margin:0 0 16px}.empty-chart{height:172px;position:relative}.empty-chart p{color:#adb5bd;position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-10%);white-space:nowrap}.leaderboard{margin-top:30px}.basic-table-scroll{overflow-x:auto}.basic-table{width:100%;border-collapse:collapse;min-width:720px}.basic-table th,.basic-table td{text-align:left;border-bottom:1px solid var(--line);padding:12px;font-size:14px}.basic-table th{font-weight:700}.basic-table.compact th,.basic-table.compact td{padding:9px 12px}.basic-table tbody tr:last-child td{border-bottom:0}.blue-copy{color:#228be6;font-weight:600}.cyan-copy{color:#0ca678;font-weight:600}.red-copy{color:#fa5252;font-weight:600}.current-filter{display:flex;gap:12px;align-items:center;background:#e7f5ff;color:#228be6;border-radius:7px;padding:14px;margin-bottom:20px}.current-filter div{display:grid}.current-filter span{font-size:12px}.form-label{font-size:13px;font-weight:600;margin:16px 0 8px}.quick-filter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.date-range{display:grid;gap:12px;margin-top:13px}.date-range label{display:grid;gap:5px;font-size:12px;color:#495057}.leads-page{margin:0 -16px}.leads-toolbar{height:52px;display:flex;gap:16px;align-items:start;position:relative}.leads-toolbar .button{font-size:14px;line-height:14px}.leads-toolbar>.button:first-child{width:150px}.leads-toolbar .join-wrap .button{gap:10px;padding:0 18px 0 12px}.leads-toolbar .join-wrap .button svg{width:16px;height:16px}.join-wrap,.columns-wrap{position:relative}.columns-wrap{margin-left:auto}.columns-trigger{width:22px;height:22px}.calendar-popover,.columns-menu{position:absolute;z-index:40;top:42px;left:0;background:#fff;border:1px solid var(--line);box-shadow:0 10px 28px #0002;border-radius:6px;padding:14px}.calendar-popover{width:280px}.calendar-popover strong{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.calendar-popover strong button{width:28px;height:28px;border:0;border-radius:4px;background:transparent;color:#495057}.calendar-popover strong button:hover{background:#f1f3f5}.calendar-week{display:grid;grid-template-columns:repeat(7,1fr);color:#868e96;font-size:12px;text-align:center}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-top:7px}.calendar-days>span{height:27px}.calendar-days button{border:0;background:transparent;height:27px;border-radius:4px}.calendar-days button:hover,.calendar-days button.active{background:#e7f5ff;color:#228be6}.calendar-days button.active{font-weight:700}.calendar-clear{width:100%;margin-top:10px;min-height:28px;border:0;border-top:1px solid #f0f0f0;background:transparent;color:#228be6}.columns-menu{width:246px;left:auto;right:0;display:grid;gap:6px}.columns-menu-header{display:grid;grid-template-columns:1fr auto auto;gap:5px;align-items:center;margin-bottom:5px}.columns-menu-header button{border:0;border-radius:4px;background:#e7f5ff;color:#228be6;padding:4px 8px}.columns-menu label{font-size:13px}.columns-menu p{margin:5px 0 0;color:#868e96;font-size:12px}.table-shell{position:relative;border:1px solid #f0f0f0;border-radius:8px 8px 0 0;overflow:hidden}.table-shell.is-loading .leads-table-scroll{opacity:.55}.table-loading{position:absolute;top:74px;left:50%;z-index:30;transform:translate(-50%);padding:8px 14px;border:1px solid #d0ebff;border-radius:4px;background:#fff;color:#228be6;box-shadow:0 7px 20px #0002;font-size:13px;font-weight:600}.leads-table-scroll{overflow-x:auto;overflow-y:hidden}.leads-table{width:2788px;table-layout:fixed;border-collapse:collapse;background:#fff}.leads-table th,.leads-table td{height:61px;padding:16px;border-right:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0;vertical-align:middle;font-size:14px;line-height:22px;overflow:hidden}.leads-table th{height:55px;position:sticky;z-index:5;top:0;background:#fafafa;text-align:left;font-size:14px;font-weight:600;line-height:22px}.leads-table th>span{display:block;max-width:calc(100% - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leads-table th>.icon-button{position:absolute;top:50%;right:12px;transform:translateY(-50%);color:#adb5bd;width:24px;height:24px}.leads-table th.has-open-popover{z-index:20;overflow:visible}.leads-table tr:hover td{background:#fafafa}.col-select{width:48px;text-align:center;padding:10px!important}.col-id{width:80px}.col-name{width:250px}.col-phone{width:180px}.col-email{width:260px}.col-language,.col-city{width:150px}.col-graduation{width:170px}.col-platform{width:200px}.col-assignedTo,.col-sharedBy{width:180px}.col-status{width:160px}.col-date{width:150px}.col-company{width:180px}.col-note{width:300px}.col-actions{width:150px}.sticky-right{position:sticky!important;right:0;z-index:7!important;overflow:visible!important;background:#fff!important;border-left:1px solid #e9ecef;box-shadow:-3px 0 7px #21252906}.sticky-right:after{content:"";position:absolute;inset:0 auto -1px -1px;width:1px;background:#e9ecef;pointer-events:none}.leads-table th.sticky-right{background:#fafafa!important}.cell-content{display:flex;gap:8px;align-items:center;min-width:0}.cell-content>span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;flex:1}.tiny-edit{min-width:22px;width:22px;height:22px}.inline-editor{display:flex;gap:5px;align-items:center}.inline-editor input{width:100%;min-width:0;height:31px;border:1px solid #ced4da;border-radius:4px;padding:0 8px}.inline-editor .icon-button{width:25px;height:25px;flex:none}.success{color:#40c057}.danger{color:#fa5252}.person-cell{display:flex;align-items:center;gap:8px;white-space:nowrap}.person-cell svg{color:#868e96}.desktop-actions{display:flex;justify-content:center;gap:16px}.desktop-actions .icon-button{background:#228be61a;border:1px solid transparent;width:28px;height:28px}.mobile-actions{display:none;position:relative}.header-popover{position:absolute;top:48px;width:250px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 24px #0002;z-index:100;padding:10px;border-radius:4px}.header-popover input[type=text],.header-popover>input{width:100%;height:34px;border:1px solid #ced4da;padding:0 9px}.filter-list{display:grid;gap:6px;max-height:260px;overflow:auto}.filter-list label{display:flex;gap:8px;align-items:center;font-weight:400}.popover-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:10px}.popover-actions button{min-height:31px;border:1px solid #ced4da;background:#fff;border-radius:4px;padding:0 12px;display:inline-flex;align-items:center;gap:5px}.popover-actions button:last-child{background:#228be6;color:#fff;border-color:#228be6}.leads-table th>.icon-button{outline:0}.leads-table th.has-open-popover>.icon-button{background:#f1f3f5;color:#868e96}.header-popover{top:43px;right:32px;width:200px;padding:0;border-color:#f0f0f0;border-radius:2px;box-shadow:0 3px 10px #0002;color:#111}.search-popover{width:250px;padding:10px}.filter-list{gap:0;max-height:256px;overflow-y:auto;padding:4px 8px}.filter-popover{width:188px}.filter-list label{min-height:32px;gap:8px;white-space:nowrap;margin:0 -4px;padding:0 6px;border-radius:2px;cursor:pointer}.filter-list label:hover{background:#f8f9fa}.filter-list label.is-checked{background:#e7f5ff}.filter-list label>input{width:16px;height:16px;margin:0;accent-color:#228be6;flex:none}.filter-list label>span{overflow:hidden;text-overflow:ellipsis}.filter-list::-webkit-scrollbar{width:8px}.filter-list::-webkit-scrollbar-thumb{background:#868e96;border-radius:999px}.filter-popover .popover-actions{min-height:40px;align-items:center;justify-content:space-between;margin-top:0;padding:4px 7px;border-top:1px solid #f0f0f0}.filter-popover .popover-actions button{min-height:27px;padding:0 9px;border-radius:2px}.filter-popover .popover-actions .reset-filter{border:0;color:#228be6;background:transparent}.filter-popover .popover-actions .reset-filter:disabled{color:#ced4da;background:transparent}.search-popover .popover-actions{border-top:0;padding:10px 0 0}.pagination{height:48px;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14px;line-height:22px;flex-wrap:wrap}.pagination button{min-width:31px;height:31px;border:0;background:transparent;border-radius:4px}.pagination button.active{border:1px solid #74c0fc;color:#228be6;background:#fff}.pagination select,.pagination input{height:32px;border:1px solid #dee2e6;border-radius:4px;background:#fff}.pagination input{width:48px}.toast{position:fixed;right:22px;bottom:22px;z-index:200;background:#212529;color:#fff;padding:12px 17px;border-radius:6px;box-shadow:0 8px 20px #0003;font-size:14px}.mobile-action-menu{display:grid;position:absolute;z-index:30;right:0;top:34px;width:145px;background:#fff;border:1px solid var(--line);box-shadow:0 8px 20px #0002}.mobile-action-menu button{border:0;background:#fff;text-align:left;padding:8px}.mobile-action-menu button:hover{background:#e7f5ff}.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:120;display:flex;align-items:center;justify-content:center;padding:20px}.modal{width:100%;max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:5px;padding:16px;box-shadow:0 20px 50px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.modal-header h2{margin:0;font-size:18px}.modal-header .icon-button{color:#495057}.field-label{display:grid;gap:7px;margin:13px 0;font-size:13px;font-weight:600}.field-label>span{color:#fa5252}.field-label input,.field-label select,.field-label textarea{width:100%;border:1px solid #ced4da;border-radius:4px;min-height:38px;padding:8px 11px;background:#fff}.field-label textarea{min-height:90px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px}.modal-muted{color:#868e96;font-size:13px}.timeline{padding:5px 8px 5px 15px}.timeline-item{border-left:3px solid #dee2e6;padding:0 0 26px 25px;position:relative}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:-8px;top:0;width:13px;height:13px;border-radius:50%;border:3px solid #228be6;background:#fff}.timeline-title{display:flex;gap:7px;align-items:center;flex-wrap:wrap;font-size:13px}.timeline-item p{margin:7px 0 0;font-size:13px}.timeline-item small{color:#868e96}.timeline-item table{border-collapse:collapse;width:100%;margin-top:10px}.timeline-item th,.timeline-item td{border:1px solid var(--line);text-align:left;padding:8px;font-size:12px}.timeline-item th{width:120px;background:#fafafa}.upload-zone{height:190px;border:2px dashed #a5d8ff;background:#f8fbff;border-radius:7px;display:flex;flex-direction:column;gap:8px;align-items:center;justify-content:center;color:#228be6;text-align:center;position:relative}.upload-zone span{color:#868e96;font-size:12px;max-width:330px}.upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.selected-file{font-size:13px;margin:11px 0 0;color:#495057}.desktop-actions .icon-button:focus{outline:0}.source-tooltip{position:fixed;z-index:300;transform:translate(-50%,-100%);background:#212529;color:#fff;border-radius:4px;padding:5px 10px;font-size:14px;line-height:21.7px;white-space:nowrap;pointer-events:none;animation:source-tooltip-in .1s ease both}@keyframes source-tooltip-in{0%{opacity:0}to{opacity:1}}.source-close{width:28px;height:28px;padding:0;border:0;border-radius:4px;color:#495057;background:transparent;display:inline-flex;align-items:center;justify-content:center;flex:none}.source-close:hover{background:#f1f3f5}.source-close:focus-visible{outline:2px solid #228be6;outline-offset:2px}.source-close img{width:70%;height:70%}.source-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#0009;opacity:0;transition:opacity .2s ease}.source-modal-overlay.is-open{opacity:1}.source-modal-inner{position:absolute;top:0;right:0;bottom:0;left:0;padding:36px 64px;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto}.source-status-modal{width:440px;max-width:100%;background:#fff;border-radius:4px;box-shadow:#0000000d 0 1px 3px,#0000000d 0 36px 28px -7px,#0000000a 0 17px 17px -7px;opacity:0;transform:translateY(-30px);transition:opacity .2s ease,transform .2s ease;backface-visibility:hidden;overflow:visible}.source-status-modal.is-open{opacity:1;transform:translateY(0)}.source-modal-header{height:60px;padding:16px 11px 16px 16px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-radius:4px 4px 0 0}.source-modal-header h2{margin:0;color:#000;font-size:16px;font-weight:400;line-height:16px}.source-modal-body{padding:0 16px 16px}.source-status-form{display:grid;gap:16px}.source-field{min-width:0}.source-field label{display:block;margin:0 0 5px;color:#212529;font-size:14px;font-weight:500;line-height:19.8px}.source-field label span{color:#fa5252}.source-select-field{position:relative;z-index:3}.source-select-control{width:100%;height:36px;padding:0 34px 0 12px;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#000;display:flex;align-items:center;justify-content:space-between;text-align:left;font-size:14px;line-height:34px;transition:border-color .1s}.source-select-control:hover,.source-select-control.is-open{border-color:#228be6}.source-select-control:focus{outline:0}.source-select-control.has-error{border-color:#fa5252}.source-select-control .placeholder{color:#adb5bd}.source-select-control img{position:absolute;right:10px;width:15px;height:15px;opacity:.62}.source-field-error{margin:4px 0 0;color:#fa5252;font-size:12px;line-height:14.4px}.source-select-dropdown{position:absolute;z-index:260;top:65px;left:0;width:100%;height:230px;overflow-y:auto;padding:8px 4px 4px;background:#fff;border:1px solid #dee2e6;border-radius:4px;box-shadow:0 2px 8px #00000026;animation:source-dropdown-in .1s ease both}.source-select-dropdown::-webkit-scrollbar{width:4px}.source-select-dropdown::-webkit-scrollbar-track{background:transparent}.source-select-dropdown::-webkit-scrollbar-thumb{background:#ced4da;border-radius:999px}@keyframes source-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.source-select-dropdown button{width:100%;min-height:33.69px;padding:6px 10px;border:0;border-radius:4px;background:transparent;color:#000;text-align:left;font-size:14px;line-height:21.7px}.source-select-dropdown button:hover,.source-select-dropdown button.selected{background:#f1f3f5}.source-note-field textarea{display:block;width:100%;height:186.5px;min-height:186.5px;padding:5.5px 12px;border:1px solid #ced4da;border-radius:4px;background:#fff;color:#000;resize:vertical;font-size:14px;line-height:21.7px;transition:border-color .1s}.source-note-field textarea:focus{outline:0;border-color:#228be6}.source-submit-button{width:100%;height:36px;padding:0 18px;border:1px solid transparent;border-radius:4px;background:#228be6;color:#fff;font-size:14px;font-weight:600;line-height:14px}.source-submit-button:hover{background:#1c7ed6}.source-drawer-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.source-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;transition:opacity .2s ease;pointer-events:auto}.source-drawer-overlay.is-open{opacity:1}.source-history-drawer{position:absolute;top:0;right:0;bottom:0;width:620px;max-width:100vw;overflow:auto;background:#fff;border-radius:0;box-shadow:#0000000d 0 1px 3px,#0000000d 0 36px 28px -7px,#0000000a 0 17px 17px -7px;opacity:0;transform:translate(100%);transform-origin:left center;transition:transform .25s ease,opacity .25s ease;backface-visibility:hidden;pointer-events:auto}.source-history-drawer.is-open{opacity:1;transform:translate(0)}.source-drawer-header{position:sticky;top:0;z-index:2;height:60px;padding:16px 11px 16px 16px;display:flex;justify-content:space-between;align-items:center;background:#fff}.source-drawer-header h2{margin:0;font-size:16px;font-weight:400;line-height:16px}.source-drawer-body{padding:0 16px 16px}.history-skeletons{display:grid;gap:28px}.history-skeleton{position:relative;height:100px;overflow:hidden;border-radius:8px;background:#e9ecef}.history-skeleton:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:history-shimmer 1.4s ease-in-out infinite}@keyframes history-shimmer{to{transform:translate(100%)}}.source-timeline{padding-left:13px}.source-timeline-item{position:relative;padding:0 0 26px 13px}.source-timeline-item:not(:last-child):before{content:"";position:absolute;left:-1px;top:24px;bottom:0;width:2px;background:#ced4da}.source-timeline-bullet{position:absolute;left:-13px;top:0;width:24px;height:24px;border:2px solid #228be6;border-radius:50%;background:#fff}.source-timeline-body{padding-left:13px}.source-timeline-title{min-height:24.8px;margin-bottom:5px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#000;font-size:16px;font-weight:500;line-height:16px}.source-timeline-title .source-history-current,.source-timeline-title .source-history-previous{display:inline-flex}.source-timeline-title .badge{min-height:20px;height:20px;padding:0 10px;font-size:11px;line-height:18px}.source-history-current .badge{color:#fff}.source-history-current .badge-gray{background:#868e96}.source-history-current .badge-yellow{background:#fab005}.source-history-current .badge-blue{background:#228be6}.source-history-current .badge-red{background:#fa5252}.source-history-current .badge-cyan{background:#15aabf}.source-history-current .badge-teal{background:#12b886}.source-history-current .badge-orange{background:#fd7e14}.source-history-current .badge-violet{background:#7950f2}.source-history-current .badge-pink{background:#e64980}.source-history-current .badge-green{background:#40c057}.source-history-current .badge-dark{background:#343a40}.source-timeline-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#868e96;font-size:14px;line-height:20.3px}.source-history-table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:10px;border:1px solid #dee2e6}.source-history-table th,.source-history-table td{border:0;border-bottom:1px solid #dee2e6;padding:7px 10px;color:#111;text-align:left;vertical-align:top;font-size:14px;line-height:21.7px;overflow-wrap:anywhere}.source-history-table tr:last-child th,.source-history-table tr:last-child td{border-bottom:0}.source-history-table th{width:180px;border-right:1px solid #dee2e6;font-weight:500;background:#f8f9fa}.page-title{font-size:34px;margin:4px 0 24px}.user-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.user-metric{height:96px;border:1px solid var(--line);border-radius:7px;box-shadow:0 2px 5px #00000012;padding:20px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto}.user-metric span{color:#868e96;font-size:13px}.user-metric strong{font-size:21px}.user-metric svg{grid-row:1 / 3;grid-column:2;align-self:center}.users-panel{border:1px solid var(--line);border-radius:7px;padding:20px;box-shadow:0 2px 6px #00000012}.tabs{display:flex;border-bottom:1px solid var(--line)}.tabs button{min-height:40px;padding:0 16px;border:0;border-bottom:2px solid transparent;background:#fff;display:flex;align-items:center;gap:8px}.tabs button.active{border:1px solid var(--line);border-bottom-color:#fff;transform:translateY(1px)}.users-table-scroll{overflow-x:auto}.users-table{width:100%;min-width:1120px;border-collapse:collapse}.users-table th,.users-table td{border-bottom:1px solid var(--line);padding:12px 10px;text-align:left;font-size:13px}.users-table th{font-weight:700}.user-actions{display:flex;gap:9px}.user-actions .icon-button{border:1px solid #74c0fc}.user-actions .violet-border{border-color:#b197fc;color:#7950f2}.user-actions .red-border{border-color:#ffa8a8;color:#fa5252}.user-actions .green-border{border-color:#8ce99a;color:#40c057}.payment-grid{display:grid;grid-template-columns:repeat(2,376px);gap:16px}.payment-card{border:1px solid #dee2e6;border-radius:3px;box-shadow:0 7px 17px #0002;padding:20px}.payment-card>img{width:100%;height:75px;object-fit:contain}.payment-card hr{border:0;border-top:1px solid var(--line);margin:16px 0}.company-id{display:grid;grid-template-columns:36px 1fr;gap:6px;font-size:14px}.payment-card table{border-collapse:collapse;width:100%}.payment-card th,.payment-card td{border:1px solid #dee2e6;padding:9px 12px;text-align:left;font-size:13px}.payment-card ul{margin-bottom:0;padding-left:20px;line-height:1.8}.blogs-copy{margin:3px 0}.empty-module{max-width:620px;margin:58px auto;padding:42px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff;text-align:center}.empty-module svg{color:#228be6}.empty-module h1{margin:14px 0 10px;font-size:28px}.empty-module p{margin:0;color:#667085;line-height:1.6}.breadcrumbs{display:flex;gap:15px;margin:20px 0 33px;align-items:center}.breadcrumbs button{border:0;background:transparent;color:#228be6}.backup-title{display:flex;gap:15px;align-items:center;margin-bottom:36px}.backup-title>span,.backup-section-title>span{background:#e7f5ff;color:#228be6;border-radius:3px;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.backup-title h1{margin:0;font-size:34px}.backup-title p,.backup-section-title p{margin:4px 0 0;color:#868e96}.backup-panel{border:1px solid var(--line);border-radius:7px;padding:20px}.backup-section-title{display:flex;gap:12px;align-items:center}.backup-section-title>span{width:33px;height:33px}.backup-section-title h3{margin:0;font-size:22px}.backup-section-title p{font-size:13px}.green-icon{color:#40c057!important;background:#ebfbee!important}.alert-box{display:flex;gap:15px;padding:16px;margin:20px 0}.alert-box>svg{flex:none}.alert-box strong{display:block;margin-bottom:12px}.alert-box p{margin:0 0 10px;font-size:13px}.alert-box ul{margin-bottom:0;line-height:1.8;font-size:13px}.alert-box.yellow{background:#fff9db;color:#e5a400}.alert-box.yellow p,.alert-box.yellow li{color:#111}.alert-box.red{background:#fff0f0;color:#fa5252}.alert-box.red p{color:#111}.check-label{display:block;margin:12px 0;font-size:13px}.check-label input{accent-color:#228be6}.backup-panel>hr{border:0;border-top:1px solid var(--line);margin:34px 0}.file-picker{position:relative;border:1px solid #ced4da;height:38px;border-radius:4px;display:flex;align-items:center;gap:8px;padding:0 12px;color:#adb5bd}.file-picker input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.backup-fineprint{color:#868e96;font-size:12px;margin:17px 0 0}.about-backup{margin-top:32px}.about-backup h3{font-size:22px}.about-backup p{color:#868e96;font-size:13px;line-height:1.55}.database-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;margin:24px 0}.database-summary-grid>div{min-height:82px;padding:15px;border:1px solid #e7e9ed;border-radius:6px;background:#fafcff;display:grid;align-content:center;gap:5px}.database-summary-grid span{color:#667085;font-size:12px}.database-summary-grid strong{color:#1d4ed8;font-size:23px}.note-preview{display:block;min-width:0;overflow:hidden;color:#343a40;white-space:nowrap;text-overflow:ellipsis}.spin-icon{animation:icon-spin .85s linear infinite}@keyframes icon-spin{to{transform:rotate(360deg)}}.lead-upload-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:24px;background:#00000094}.lead-upload-modal{position:relative;width:560px;max-width:100%;max-height:calc(100vh - 48px);overflow:auto;padding:22px;border-radius:8px;background:#fff;box-shadow:0 20px 54px #00000040}.lead-upload-modal-wide{width:min(95vw,1380px);height:min(85vh,820px);overflow:hidden;display:flex;flex-direction:column}.lead-upload-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:18px}.lead-upload-header h2{margin:0;color:#111;font-size:19px;font-weight:700;line-height:1.3}.lead-upload-header p{margin:5px 0 0;color:#868e96;font-size:13px;line-height:1.45}.lead-upload-header>button{flex:none;width:30px;height:30px;border:0;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;color:#495057;background:transparent}.lead-upload-header>button:hover{background:#f1f3f5}.lead-upload-agent-field{display:grid;gap:7px;margin-bottom:15px;color:#212529;font-size:14px;font-weight:600}.lead-upload-agent-field>span{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.lead-upload-agent-field>span small{color:#868e96;font-size:11px;font-weight:500}.lead-agent-picker{position:relative}.lead-agent-picker-trigger{width:100%;min-height:52px;padding:7px 12px;border:1px solid #ced4da;border-radius:7px;display:grid;grid-template-columns:32px minmax(0,1fr) 18px;align-items:center;gap:10px;color:#343a40;background:#fff;text-align:left}.lead-agent-picker-trigger:hover,.lead-agent-picker-trigger.is-open{border-color:#228be6;box-shadow:0 0 0 1px #228be62e}.lead-agent-picker-trigger>span:nth-child(2),.lead-agent-picker-option>span:nth-child(2){min-width:0;display:grid;gap:2px}.lead-agent-picker-trigger strong,.lead-agent-picker-option strong{overflow:hidden;color:#212529;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.lead-agent-picker-trigger small,.lead-agent-picker-option small{overflow:hidden;color:#868e96;font-size:11px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.lead-agent-picker-trigger>b{color:#868e96;font-size:17px;font-weight:400;text-align:center}.lead-agent-avatar{width:32px;height:32px;border-radius:8px;display:inline-flex!important;align-items:center;justify-content:center;color:#1971c2;background:#e7f5ff}.lead-agent-avatar.is-unassigned{color:#868e96;background:#f1f3f5}.lead-agent-picker-menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;width:100%;max-height:min(330px,calc(100vh - 230px));overflow:auto;padding:7px;border:1px solid #dee2e6;border-radius:8px;background:#fff;box-shadow:0 14px 34px #2125292e}.lead-agent-picker-search{position:sticky;z-index:1;top:-7px;padding:7px 0;background:#fff}.lead-agent-picker-search input{width:100%;height:34px;padding:0 10px;border:1px solid #ced4da;border-radius:5px;outline:none}.lead-agent-picker-search input:focus{border-color:#228be6}.lead-agent-picker-option{width:100%;min-height:50px;padding:7px 8px;border:0;border-radius:6px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;background:#fff;text-align:left}.lead-agent-picker-option:hover,.lead-agent-picker-option.is-selected{background:#f1f8ff}.lead-agent-picker-option em{padding:2px 6px;border-radius:999px;color:#2b8a3e;background:#ebfbee;font-size:10px;font-style:normal;font-weight:700}.lead-agent-picker-empty{margin:7px;color:#868e96;font-size:12px;font-weight:400;text-align:center}.lead-upload-choice-grid{display:grid;grid-template-columns:1fr;gap:12px}.lead-upload-choice{position:relative;min-height:136px;width:100%;padding:22px;border:2px dashed #ced4da;border-radius:8px;background:#fff;color:#228be6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.lead-upload-choice:hover{border-color:#228be6;background:#f4faff}.lead-upload-choice.is-disabled,.lead-upload-choice:disabled{opacity:.5;cursor:not-allowed}.lead-upload-choice strong{color:#212529;font-size:14px}.lead-upload-choice span{color:#868e96;font-size:12px}.lead-upload-choice input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.lead-upload-template-bar{margin-top:15px;padding:12px;border:1px solid #d0ebff;border-radius:6px;background:#f8fbff;display:flex;align-items:center;justify-content:space-between;gap:12px}.lead-upload-template-bar>div{min-width:0;display:flex;align-items:center;gap:9px;color:#228be6}.lead-upload-template-bar span{color:#495057;font-size:12px;line-height:1.4}.lead-upload-template-bar button,.lead-upload-actions button,.lead-upload-inline-footer button{min-height:34px;padding:0 13px;border:1px solid transparent;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;white-space:nowrap}.lead-upload-template-bar button,.lead-upload-actions .primary,.lead-upload-inline-footer .primary{color:#fff;background:#228be6}.lead-upload-template-bar button:hover,.lead-upload-actions .primary:hover,.lead-upload-inline-footer .primary:hover{background:#1c7ed6}.lead-upload-actions .secondary,.lead-upload-inline-footer .secondary{border-color:#ced4da;color:#343a40;background:#fff}.lead-upload-actions .secondary:hover,.lead-upload-inline-footer .secondary:hover{background:#f8f9fa}.lead-upload-inline-footer .ghost{color:#228be6;background:transparent}.lead-upload-actions button:disabled,.lead-upload-inline-footer button:disabled{opacity:.55;cursor:not-allowed}.lead-upload-warning{margin:0 0 14px;padding:12px;border:1px solid #ffc9c9;border-radius:7px;display:flex;align-items:flex-start;gap:10px;color:#fa5252;background:#fff5f5}.lead-upload-warning svg{flex:none}.lead-upload-warning div{display:grid;gap:3px}.lead-upload-warning strong{font-size:13px}.lead-upload-warning span{color:#868e96;font-size:12px}.lead-upload-preview-list{max-height:360px;overflow-y:auto;display:grid;gap:7px;padding-right:4px}.lead-upload-preview-list article{position:relative;padding:10px 12px;border:1px solid #e9ecef;border-radius:5px;background:#f8f9fa}.lead-upload-preview-list article.is-duplicate{border-color:#ffa8a8;background:#fff5f5}.lead-upload-preview-list article>div{padding-right:82px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.lead-upload-preview-list article strong{font-size:13px}.lead-upload-preview-list article small{color:#868e96}.lead-upload-preview-list article>b{position:absolute;top:9px;right:10px;padding:2px 7px;border-radius:999px;color:#fff;background:#fa5252;font-size:10px;text-transform:uppercase}.lead-upload-preview-list article p{margin:5px 0 0;color:#e03131;font-size:11px}.lead-upload-tag{padding:2px 7px;border:1px solid #a5d8ff;border-radius:999px;color:#228be6;background:#e7f5ff;font-size:10px}.lead-upload-more{margin:3px 0;color:#868e96;font-size:12px;text-align:center}.lead-upload-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:18px}.lead-entry-sheet{flex:1;min-height:0;overflow:auto;border:1px solid #dee2e6;border-radius:6px;background:#fff}.lead-entry-sheet table{min-width:1190px;width:100%;border-collapse:collapse;table-layout:fixed}.lead-entry-sheet th,.lead-entry-sheet td{height:34px;border-right:1px solid #dee2e6;border-bottom:1px solid #dee2e6;padding:0;font-size:12px}.lead-entry-sheet th{position:sticky;top:0;z-index:2;padding:0 8px;color:#667085;background:#f8f9fa;text-align:left;font-weight:600;white-space:nowrap}.lead-entry-sheet th:first-child,.lead-entry-sheet td:first-child{width:46px;text-align:center;color:#868e96;background:#fafafa}.lead-entry-sheet th:not(:first-child){width:143px}.lead-entry-sheet td input{width:100%;height:33px;padding:0 8px;border:0;outline:0;background:transparent;color:#212529;font:inherit}.lead-entry-sheet td input:focus{background:#edf7ff;box-shadow:inset 0 0 0 1px #228be6}.lead-entry-sheet td input::placeholder{color:#fa5252}.lead-upload-inline-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:14px}.lead-upload-inline-footer>div{display:flex;align-items:center;gap:8px}.lead-upload-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;border-radius:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#228be6;background:#fffffff0}.lead-upload-loading strong{color:#495057;font-size:13px}.lead-upload-error{margin-top:13px;padding:10px 12px;border:1px solid #ffc9c9;border-radius:5px;color:#c92a2a;background:#fff5f5;font-size:12px}.upload-report-page{width:100%}.report-heading{min-height:54px;margin:4px 0 22px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.report-heading h1{margin:0 0 5px;font-size:30px}.report-heading p{margin:0;color:#868e96;font-size:13px}.report-loading{min-height:280px;display:flex;align-items:center;justify-content:center;gap:10px;color:#228be6}.upload-summary-card{border:1px solid #d9dee7;border-radius:5px;padding:16px;background:#fff}.upload-summary-title{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.upload-summary-title h2,.failed-leads-section h2{margin:0;font-size:18px}.upload-summary-title p,.failed-leads-section>p{margin:5px 0 0;color:#8792a5;font-size:13px}.upload-summary-title>div:last-child{display:flex;gap:16px}.upload-summary-grid{margin-top:17px;display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px}.upload-summary-grid>div{min-height:72px;padding:12px;border:1px solid #d9dee7;border-radius:4px;display:grid;gap:6px}.upload-summary-grid span{color:#8792a5;font-size:13px}.upload-summary-grid strong{font-size:17px}.failed-leads-section{margin-top:16px;padding-top:20px;border-top:1px solid #d9dee7}.report-table-scroll{margin-top:18px;overflow:auto;border:1px solid #e5e7eb;border-radius:5px}.report-table{width:100%;min-width:1100px;border-collapse:collapse;background:#fff}.report-table th,.report-table td{height:47px;padding:9px 10px;border-bottom:1px solid #d9dee7;text-align:left;vertical-align:middle;font-size:12px}.report-table th{color:#111;font-weight:700;background:#fff}.report-table tbody tr:last-child td{border-bottom:0}.report-reason{display:inline-block;max-width:620px;padding:4px 10px;border-radius:999px;color:#1683e7;background:#e7f5ff;font-size:10px;font-weight:600;white-space:normal}.report-empty{height:90px!important;color:#868e96;text-align:center!important}.report-empty svg{margin-right:7px;color:#40c057;vertical-align:middle}.report-list-table{min-width:920px}.report-list-table .button{min-height:31px;padding:0 12px;font-size:12px}.busy-button svg{animation:icon-spin .85s linear infinite}.leads-table-scroll{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.leads-table-scroll::-webkit-scrollbar{height:7px}.leads-table-scroll::-webkit-scrollbar-track{background:transparent}.leads-table-scroll::-webkit-scrollbar-thumb{border:2px solid #fff;border-radius:999px;background:#cbd5e1}.portal-popover{position:fixed;top:auto;right:auto;z-index:350;max-width:calc(100vw - 16px)}.portal-popover .filter-list{max-height:min(256px,calc(100vh - 120px))}.leads-table th>.table-filter-trigger.is-active{color:#228be6;background:#e7f5ff}.clear-filters-button{min-width:118px;color:#e03131;background:#fff5f5}.clear-filters-button:hover{color:#c92a2a;background:#ffe3e3}.leads-table td.col-actions{padding-right:4px;padding-left:4px}.desktop-actions{gap:4px}.desktop-actions .icon-button{width:24px;height:26px}.desktop-actions .icon-button.action-has-content{color:#fff;background:#228be6;box-shadow:0 0 0 1px #228be62e}.desktop-actions .icon-button.action-has-content:hover{background:#1c7ed6}.candidate-profile-page{max-width:1480px;margin:0 auto}.candidate-back{margin:0 0 14px;padding:0;border:0;display:inline-flex;align-items:center;gap:7px;color:#495057;background:transparent;font-size:13px;font-weight:600}.candidate-back:hover{color:#228be6}.candidate-profile-hero{padding:24px;border:1px solid #e9ecef;border-radius:10px;display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:18px;background:linear-gradient(125deg,#fff,#f8fbff)}.candidate-avatar{width:70px;height:70px;border-radius:18px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#228be6,#4c6ef5);box-shadow:0 10px 24px #228be638;font-size:23px;font-weight:800;letter-spacing:.04em}.candidate-identity>div:first-child{display:flex;align-items:center;gap:12px}.candidate-identity h1{margin:0;color:#111827;font-size:25px;line-height:1.25}.candidate-identity>p{margin:7px 0 10px;color:#6b7280;font-size:13px}.candidate-contact-row{display:flex;flex-wrap:wrap;gap:8px}.candidate-contact-row span{padding:4px 8px;border:1px solid #e9ecef;border-radius:5px;color:#495057;background:#fff;font-size:11px}.candidate-profile-actions{display:flex;align-items:center;gap:16px}.candidate-completeness{display:grid;text-align:right}.candidate-completeness strong{color:#228be6;font-size:22px}.candidate-completeness span{color:#868e96;font-size:11px}.candidate-insight-banner{margin-top:14px;padding:10px 13px;border:1px solid #d0ebff;border-radius:7px;display:flex;align-items:center;gap:9px;color:#1971c2;background:#f1f8ff;font-size:12px}.candidate-profile-grid{margin-top:16px;display:grid;grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:16px}.candidate-profile-main,.candidate-profile-side{display:grid;gap:16px}.candidate-panel{padding:18px;border:1px solid #e9ecef;border-radius:9px;background:#fff}.candidate-panel-heading{min-height:28px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.candidate-panel-heading>div{display:flex;align-items:center;gap:8px;color:#228be6}.candidate-panel-heading h2{margin:0;color:#212529;font-size:15px}.candidate-panel-heading button{padding:4px 8px;border:0;border-radius:4px;color:#228be6;background:#e7f5ff;font-size:11px;font-weight:700}.candidate-panel-heading>span{color:#868e96;font-size:11px}.candidate-detail-grid,.candidate-work-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #f1f3f5;border-radius:7px;background:#f1f3f5}.candidate-work-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-detail{min-width:0;padding:11px 12px;display:grid;gap:4px;background:#fff}.candidate-detail>span{color:#868e96;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.035em}.candidate-detail>strong{overflow-wrap:anywhere;color:#343a40;font-size:12px;line-height:1.5;white-space:pre-line}.candidate-profile-side>.candidate-panel>.candidate-detail{padding:8px 0;border-bottom:1px solid #f1f3f5}.candidate-media-count{display:block;color:#228be6;font-size:28px}.candidate-muted{margin:2px 0 0;color:#868e96;font-size:11px}.candidate-feedback-form{padding:12px;border-radius:7px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;background:#f8f9fa}.candidate-feedback-form input,.candidate-feedback-form select,.candidate-feedback-form textarea{min-width:0;height:36px;padding:0 9px;border:1px solid #ced4da;border-radius:5px;color:#343a40;background:#fff;font-size:12px}.candidate-feedback-form textarea{grid-column:1 / -2;height:68px;padding:9px;resize:vertical}.candidate-feedback-form .button{align-self:stretch;height:68px}.candidate-feedback-list{margin-top:12px;display:grid;gap:9px}.candidate-feedback-list article{padding:12px;border:1px solid #edf0f2;border-radius:7px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:5px 12px}.candidate-feedback-list article>div{display:grid}.candidate-feedback-list article strong{color:#212529;font-size:12px}.candidate-feedback-list article span,.candidate-feedback-list article time{color:#868e96;font-size:10px}.candidate-feedback-list article>p{grid-column:1 / -1;margin:5px 0;color:#495057;font-size:12px;line-height:1.55}.candidate-feedback-list footer{grid-column:1 / -1;display:flex;align-items:center;gap:8px}.candidate-feedback-list footer span,.candidate-feedback-list footer b{padding:3px 6px;border-radius:4px;display:inline-flex;align-items:center;gap:3px;color:#1971c2;background:#e7f5ff;font-size:10px}.candidate-empty-state{padding:20px;color:#868e96;text-align:center;font-size:12px}.candidate-timeline{display:grid}.candidate-timeline>div{position:relative;padding:0 0 16px 20px;display:grid;gap:2px}.candidate-timeline>div:before{content:"";position:absolute;top:8px;bottom:-2px;left:4px;width:1px;background:#d0ebff}.candidate-timeline>div:last-child:before{display:none}.candidate-timeline i{position:absolute;top:4px;left:0;width:9px;height:9px;border:2px solid #fff;border-radius:50%;background:#228be6;box-shadow:0 0 0 1px #74c0fc}.candidate-timeline strong{color:#343a40;font-size:11px}.candidate-timeline span{color:#868e96;font-size:10px}.candidate-timeline p{margin:4px 0 0;color:#495057;font-size:11px;line-height:1.45}.candidate-profile-loading{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#228be6}.users-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.users-heading .page-title{margin-bottom:0}.users-table{min-width:1260px}.user-title{display:block;margin-top:3px;color:#868e96;font-size:11px;font-weight:400}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px}.profile-form-grid .field-label{margin-top:8px;margin-bottom:8px}.form-span-2{grid-column:1 / -1}.field-label small{color:#868e96;font-size:11px;font-weight:400}.generated-password{display:grid;grid-template-columns:1fr auto}.generated-password input{border-radius:4px 0 0 4px}.generated-password button{min-width:92px;border:1px solid #74c0fc;border-left:0;border-radius:0 4px 4px 0;color:#228be6;background:#e7f5ff;font-weight:600}.read-only-banner{min-height:40px;margin-bottom:12px;padding:10px 12px;display:flex;align-items:center;gap:8px;border:1px solid #ffe8cc;border-radius:5px;color:#d9480f;background:#fff4e6;font-size:13px}.modal-loading{min-height:160px;display:flex;align-items:center;justify-content:center;gap:10px;color:#667085}.media-upload-zone{min-height:118px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border:2px dashed #a5d8ff;border-radius:7px;color:#228be6;background:#f8fbff;text-align:center}.media-upload-zone span{color:#868e96;font-size:12px}.media-upload-zone input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.media-upload-zone.is-uploading{opacity:.65}.media-error{margin-top:12px}.media-grid{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.media-card{min-width:0;overflow:hidden;border:1px solid #e7e9ed;border-radius:7px;background:#fff}.media-preview{height:178px;display:grid;place-items:center;overflow:hidden;color:#868e96;background:#f1f3f5}.media-preview img,.media-preview video{width:100%;height:100%;object-fit:contain}.audio-preview{width:100%;padding:22px;display:grid;justify-items:center;gap:16px}.audio-preview audio{width:100%}.media-card-copy{min-width:0;padding:10px 12px 4px;display:grid;gap:4px}.media-card-copy strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}.media-card-copy span{color:#868e96;font-size:11px}.media-card-actions{min-height:41px;padding:4px 10px 8px 12px;display:flex;align-items:center;justify-content:space-between}.media-card-actions a{color:#228be6;font-size:12px;font-weight:600;text-decoration:none}.media-empty{min-height:190px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#868e96}.media-empty span{font-size:12px}@media(max-width:900px){:root{--nav-w: 0px}.sidebar{transform:translate(-100%);width:236px;transition:transform .18s}.nav-expanded .sidebar{transform:translate(0)}.nav-expanded .sidebar .nav-link{justify-content:flex-start;padding:0 14px}.sidebar .nav-link span{display:block}.app-shell.nav-expanded{--current-nav-w: 0px}.app-header{left:0;padding:0 16px}.app-main{margin-left:0;padding:79px 16px 30px}.profile{min-width:0}.profile-copy{font-size:12px}.login-screen{grid-template-columns:1fr}.login-art{display:none}.login-panel{min-height:100vh;padding:120px 28px 72px}.login-brand{top:28px;left:28px}.login-footer{left:28px}.login-form{max-width:565px}.dashboard-heading-row h1{font-size:28px}.dashboard-section h2{font-size:22px}.metric-grid,.company-grid,.payment-grid{grid-template-columns:1fr}.payment-card{max-width:500px}.user-metrics{grid-template-columns:1fr}.backup-title h1{font-size:29px}}@media(max-width:700px){.app-main{padding:76px 16px 24px}.leads-page{margin:0}.leads-toolbar{gap:10px;height:52px}.leads-toolbar>.button:first-child{width:150px}.leads-toolbar .button{padding:0 12px}.columns-wrap{margin-left:0}.leads-table-scroll{max-height:calc(100vh - 160px)}.leads-table{width:100%;min-width:328px;table-layout:fixed}.leads-table th,.leads-table td{padding:9px 11px}.leads-table th{font-size:13px}.leads-table .col-select{display:table-cell;width:48px}.leads-table .col-id{display:table-cell;width:80px}.leads-table .col-name{display:table-cell;width:auto}.leads-table .col-actions{display:table-cell;width:48px}.leads-table td.col-actions{overflow:visible}.leads-table th:not(.col-select):not(.col-id):not(.col-name):not(.col-actions),.leads-table td:not(.col-select):not(.col-id):not(.col-name):not(.col-actions){display:none}.leads-table .col-name .tiny-edit{display:none}.sticky-right{box-shadow:-5px 0 8px #0000000a}.desktop-actions{display:none}.mobile-actions{display:flex;justify-content:center}.mobile-actions>.icon-button{color:#fff;background:#228be6;font-size:23px;width:22px;height:30px}.pagination{display:none}.dashboard-heading-row{align-items:flex-start;flex-direction:column}.dashboard-heading-row h1{font-size:26px;margin-bottom:0}.dashboard-heading-row .button{align-self:flex-end}.dashboard-section h2{font-size:20px}.empty-chart p{white-space:normal;text-align:center;width:90%}.user-metric{height:82px}.users-panel{padding:12px}.tabs{overflow-x:auto}.tabs button{white-space:nowrap}.payment-card{width:100%}.backup-panel,.alert-box{padding:12px}.backup-title{align-items:flex-start}.backup-title h1{font-size:25px}.quick-filter-grid{grid-template-columns:1fr}.modal-layer{padding:10px}.modal{max-height:calc(100vh - 20px)}.profile-menu{right:-6px}.source-modal-inner{padding:16px;align-items:flex-start}.source-status-modal{margin-top:29px}.source-history-table th{width:132px}.lead-upload-layer{padding:10px}.lead-upload-modal{max-height:calc(100vh - 20px);padding:16px}.lead-upload-template-bar,.lead-upload-inline-footer{align-items:stretch;flex-direction:column}.lead-upload-template-bar button{width:100%}.lead-upload-inline-footer>div{width:100%}.lead-upload-inline-footer button{flex:1}.upload-summary-grid{grid-template-columns:1fr}.upload-summary-title,.report-heading{flex-direction:column}.upload-summary-title>div:last-child{flex-wrap:wrap}.profile-form-grid,.media-grid{grid-template-columns:1fr}.form-span-2{grid-column:auto}.users-heading{align-items:flex-start}.candidate-profile-hero{grid-template-columns:54px minmax(0,1fr);padding:16px}.candidate-avatar{width:54px;height:54px;border-radius:13px;font-size:18px}.candidate-profile-actions{grid-column:1 / -1;justify-content:space-between}.candidate-completeness{text-align:left}.candidate-profile-grid,.candidate-detail-grid,.candidate-work-grid,.candidate-feedback-form{grid-template-columns:1fr}.candidate-feedback-form textarea{grid-column:auto}.candidate-feedback-form .button{height:40px}}
