@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap";:root{font-family:Roboto,Arial,sans-serif;color:#182238;background:#f7f8fc;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #182238;--muted: #68738a;--faint: #98a2b5;--line: #e4e9f1;--surface: rgba(255, 255, 255, .94);--accent: #dc5068;--accent-dark: #b93851;--accent-soft: #fff0f3;--green: #218260;--green-soft: #e9f6f0;--amber: #a86b1f;--amber-soft: #fff5e6;--shadow: 0 24px 70px rgba(34, 47, 74, .1)}*{box-sizing:border-box}body{margin:0;min-width:320px;height:100vh;overflow:hidden;background:repeating-linear-gradient(135deg,transparent 0 9px,rgba(220,80,104,.035) 9px 11px) top right / 32% 34% no-repeat,radial-gradient(circle at 88% 4%,rgba(220,80,104,.12),transparent 28rem),#f7f8fc}button,input{font:inherit}button{cursor:pointer}.page-shell{height:100vh;padding:22px;overflow:hidden}.app-shell{display:grid;grid-template-columns:226px minmax(0,1fr);width:min(1500px,calc(100vw - 44px));height:calc(100vh - 44px);margin:0 auto;overflow:hidden;border:1px solid rgba(224,229,239,.95);outline:1px solid rgba(207,61,83,.28);outline-offset:-1px;border-radius:20px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sidebar{display:flex;height:100%;min-height:0;flex-direction:column;padding:25px 17px 18px;border-right:1px solid var(--line);background:#fcfcfee0}.brand{display:flex;align-items:center;gap:11px;padding:0 9px 29px}.brand-mark{display:grid;width:37px;height:37px;flex:0 0 auto;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#f47689,#c53d55);font-size:.84rem;font-weight:700;box-shadow:0 9px 22px #dc506838}.brand div,.agent-card div,.person-cell div,.queue-row div{min-width:0}.brand div>strong,.brand div>span,.agent-card div>strong,.agent-card div>span,.person-cell div>strong,.person-cell div>span,.queue-row div>strong,.queue-row div>span{display:block}.brand strong{font-size:.94rem}.brand div>span{margin-top:2px;color:var(--muted);font-size:.65rem}.nav-label,.eyebrow{margin:0;color:var(--faint);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.nav-label{margin:0 10px 9px}.nav-list{display:grid;gap:5px}.nav-button{display:flex;width:100%;align-items:center;gap:10px;padding:10px;border:0;border-radius:10px;color:#637086;background:transparent;font-size:.76rem;font-weight:500;text-align:left;transition:background .15s ease,color .15s ease}.nav-button:hover{background:#f5f6fa}.nav-button.is-active{color:var(--accent-dark);background:var(--accent-soft);font-weight:700}.nav-icon{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border:1px solid #e0e5ee;border-radius:7px;background:#fff}.nav-icon svg{width:14px;height:14px;stroke-width:1.8}.nav-button.is-active .nav-icon{border-color:#dc506840;color:var(--accent)}.nav-button small{min-width:20px;margin-left:auto;padding:2px 5px;border-radius:999px;color:#7d8799;background:#eef1f5;font-size:.58rem;text-align:center}.nav-working-indicator{width:8px;height:8px;margin-left:auto;flex:0 0 auto;border-radius:50%;background:var(--accent);box-shadow:0 0 #dc50687a;animation:nav-working-pulse 1.7s ease-out infinite}@keyframes nav-working-pulse{0%{box-shadow:0 0 #dc50687a}70%,to{box-shadow:0 0 0 7px #dc506800}}.sidebar-spacer{flex:1}.agent-card{display:flex;align-items:center;gap:9px}.agent-card--topbar{padding-left:14px;border-left:1px solid var(--line)}.agent-avatar,.lead-avatar{display:grid;place-items:center;border-radius:50%;color:var(--accent-dark);background:#f8dfe4;font-weight:700}.agent-avatar{width:31px;height:31px;flex:0 0 auto;font-size:.6rem}.agent-card strong{overflow:hidden;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.agent-card span:last-child{margin-top:2px;color:var(--faint);font-size:.58rem}.workspace{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden;background:#ffffffad}.topbar{display:flex;height:68px;flex:0 0 68px;align-items:center;justify-content:space-between;padding:0 28px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.68rem}.topbar strong{color:var(--ink)}.topbar-actions{display:flex;align-items:center;gap:14px}.agent-status{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:.61rem;font-weight:600}.agent-status__dot{width:7px;height:7px;border-radius:50%;background:#a2aaba;box-shadow:0 0 0 4px #a2aaba1f}.agent-status--working{color:var(--accent-dark);border-color:#dc506833;background:var(--accent-soft)}.agent-status--working .agent-status__dot{background:var(--accent);box-shadow:0 0 0 4px #dc50681f;animation:live-pulse 1.25s ease-in-out infinite}.workspace-content{min-height:0;flex:1;overflow-y:auto;padding:30px 30px 80px;scrollbar-gutter:stable}.page-header{display:flex;min-height:80px;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.page-header h1{margin:7px 0;color:var(--ink);font-size:clamp(1.55rem,2.4vw,2.1rem);letter-spacing:-.035em}.page-header>div>p:last-child{max-width:610px;margin:0;color:var(--muted);font-size:.75rem;line-height:1.55}.header-actions{display:flex;flex:0 0 auto;gap:9px}.button{display:inline-flex;min-height:39px;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:9px;font-size:.7rem;font-weight:700;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.55}.button svg{width:13px;height:13px;stroke-width:2}.button--primary{border:1px solid var(--accent-dark);color:#fff;background:linear-gradient(145deg,#e56379,#c43e56);box-shadow:0 8px 18px #c43e562e}.button--primary:hover:not(:disabled){box-shadow:0 10px 24px #c43e5642}.button--secondary{border:1px solid var(--line);color:var(--ink);background:#fff}.button--danger{border:1px solid rgba(185,56,81,.26);color:var(--accent-dark);background:var(--accent-soft)}.button--danger-solid{border:1px solid var(--accent-dark);color:#fff;background:linear-gradient(145deg,#df5b72,#b93851)}.floating-reset{position:fixed;right:18px;bottom:18px;z-index:20;display:inline-flex;min-height:37px;align-items:center;gap:7px;padding:0 12px;border:1px solid #dfe4ec;border-radius:10px;color:#68738a;background:#fffffff0;box-shadow:0 10px 30px #222f4a21;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:.62rem;font-weight:700;transition:color .15s ease,transform .15s ease,box-shadow .15s ease}.floating-reset:hover:not(:disabled){color:var(--accent-dark);transform:translateY(-1px);box-shadow:0 13px 34px #222f4a2b}.floating-reset:disabled{cursor:wait;opacity:.6}.floating-reset svg{width:13px;height:13px;stroke-width:2}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric-card{display:flex;min-width:0;align-items:flex-end;justify-content:space-between;gap:10px;padding:16px 17px;border:1px solid var(--line);border-radius:12px;background:#fff}.metric-card p{margin:0 0 7px;color:var(--muted);font-size:.64rem;font-weight:500}.metric-card strong{color:var(--ink);font-size:1.45rem;line-height:1}.metric-card>span{color:var(--faint);font-size:.57rem;text-align:right}.metric-card--accent{border-color:#dc506838;background:linear-gradient(145deg,#fff,#fff5f7)}.metric-card--accent strong{color:var(--accent-dark)}.metric-card--success strong{color:var(--green)}.panel{border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 7px 26px #222f4a09}.dialer-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:16px;margin-bottom:16px}.call-stage,.queue-panel,.table-panel{overflow:hidden}.section-heading{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:16px;padding:14px 17px;border-bottom:1px solid var(--line)}.section-heading h2{margin:0;font-size:.82rem}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:.62rem}.session-state,.status-badge,.sync-state{display:inline-flex;width:max-content;align-items:center;gap:6px;white-space:nowrap}.session-state{padding:6px 9px;border-radius:999px;color:var(--muted);background:#f1f3f6;font-size:.58rem;font-weight:700}.session-state span,.status-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.session-state--running{color:var(--accent-dark);background:var(--accent-soft)}.session-state--running span{animation:live-pulse 1.4s ease-in-out infinite}.current-session-panel{overflow:hidden}.session-lead-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line)}.session-lead-chip{display:flex;min-width:0;align-items:center;gap:9px;padding:12px 14px;background:#fff}.session-lead-chip div{display:grid;min-width:0;gap:3px}.session-lead-chip strong,.session-lead-chip div>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.session-lead-chip strong{color:var(--ink);font-size:.64rem}.session-lead-chip div>span{color:var(--muted);font-size:.55rem}.session-guidance,.leads-guidance{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#596781;background:#f7f9fc}.session-guidance{border-top:1px solid var(--line)}.session-guidance>div,.leads-guidance>div{min-width:0;flex:1}.session-guidance strong,.leads-guidance strong{display:block;color:var(--ink);font-size:.66rem}.session-guidance p,.leads-guidance p{margin:4px 0 0;font-size:.59rem;line-height:1.45}.session-guidance--success,.leads-guidance--success{color:#397060;background:#f1faf6}.leads-guidance{margin:12px 14px 0;border:1px solid #e2e7f0;border-radius:10px}.leads-guidance--success{border-color:#d7eee5}.leads-guidance__icon{display:grid;width:26px;height:26px;flex:0 0 auto;place-items:center;border-radius:50%;color:var(--accent-dark);background:var(--accent-soft);font-size:.63rem;font-weight:800}.leads-guidance--success .leads-guidance__icon{color:var(--green);background:var(--green-soft)}.guidance-action{flex:0 0 auto;padding:7px 9px;border:1px solid rgba(220,80,104,.2);border-radius:7px;color:var(--accent-dark);background:#fff;font-size:.58rem;font-weight:700}.guidance-action:hover{background:var(--accent-soft)}.call-lines{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px}.call-line{min-width:0;overflow:hidden;border:1px solid #e3e7ef;border-radius:12px;background:#fbfcfe;transition:border-color .25s ease,box-shadow .25s ease,background .25s ease}.call-line--dialing{border-color:#dc506847;background:linear-gradient(155deg,#fff,#fff7f8)}.call-line--connected{border-color:#21826061;background:linear-gradient(155deg,#fff,#f3fbf7);box-shadow:0 12px 30px #21826017}.line-heading{display:flex;align-items:center;justify-content:space-between;padding:11px 12px;border-bottom:1px solid rgba(228,233,241,.85);color:var(--muted);font-size:.59rem;font-weight:600}.line-badges,.outcome-cell{display:flex;align-items:center;gap:6px}.winner-badge{display:inline-flex;width:max-content;align-items:center;padding:4px 7px;border-radius:999px;color:#167253;background:#def5eb;font-size:.54rem;font-weight:800}.status-badge{padding:4px 7px;border-radius:999px;color:#69758a;background:#eef1f5;font-size:.55rem;font-weight:700;text-transform:capitalize}.status-badge--dialing{color:var(--accent-dark);background:var(--accent-soft)}.status-badge--dialing .status-badge__dot{animation:live-pulse 1.2s ease-in-out infinite}.status-badge--connected,.status-badge--synced{color:var(--green);background:var(--green-soft)}.status-badge--busy,.status-badge--voicemail{color:var(--amber);background:var(--amber-soft)}.status-badge--no_answer,.status-badge--canceled_by_dialer{color:#7b6670;background:#f1edf0}.status-badge--available{color:#3f6f64;background:#eaf6f2}.status-badge--in_session{color:#53668a;background:#edf1f8}.status-badge--calling{color:var(--accent-dark);background:var(--accent-soft)}.status-badge--calling .status-badge__dot{animation:live-pulse 1.2s ease-in-out infinite}.status-badge--processed{color:#70687a;background:#f0edf3}.call-line__body{display:grid;min-height:150px;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:9px;padding:16px}.dialing-visual,.connected-visual{position:relative;display:flex;width:72px;height:72px;align-items:center;justify-content:center}.phone-glyph{position:relative;z-index:2;display:grid;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(145deg,#e96d81,#c43e56);box-shadow:0 8px 20px #c43e5638;font-size:.9rem}.dialing-ring{position:absolute;inset:12px;border:1px solid rgba(220,80,104,.34);border-radius:50%;animation:dialing-ring 1.8s ease-out infinite}.dialing-ring--two{animation-delay:.65s}.connected-visual{gap:4px;border-radius:50%;background:var(--green-soft)}.connected-visual span{width:4px;height:18px;border-radius:5px;background:var(--green);animation:sound-wave .9s ease-in-out infinite alternate}.connected-visual span:nth-child(2){animation-delay:-.5s}.connected-visual span:nth-child(3){animation-delay:-.25s}.connected-visual span:nth-child(4){animation-delay:-.7s}.connected-visual span:nth-child(5){animation-delay:-.1s}.call-person{display:flex;min-width:0;align-items:center;gap:10px}.lead-avatar{width:38px;height:38px;flex:0 0 auto;font-size:.67rem}.lead-avatar--small{width:29px;height:29px;font-size:.55rem}.avatar-tone-0{color:#b93851;background:#f8dfe4}.avatar-tone-1{color:#6d55b4;background:#ede9fe}.avatar-tone-2{color:#3b68a0;background:#e4efff}.avatar-tone-3{color:#2e7b6b;background:#def4ef}.avatar-tone-4{color:#98621e;background:#fff0d6}.avatar-tone-5{color:#5662ad;background:#e8ebff}.avatar-tone-6{color:#39798a;background:#e1f2f7}.avatar-tone-7{color:#895282;background:#f2e5f1}.call-person h3{margin:0 0 4px;overflow:hidden;font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.call-person p,.call-person a{display:block;margin:0;overflow:hidden;color:var(--muted);font-size:.61rem;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.call-person a{margin-top:5px;color:var(--accent-dark);font-weight:600}.call-line__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-top:1px solid rgba(228,233,241,.85);color:var(--muted);font-size:.57rem}.call-line__footer strong{color:var(--ink);font-family:SFMono-Regular,Consolas,monospace;font-size:.66rem}.call-line--idle{color:var(--faint)}.idle-line-copy{display:grid;min-height:197px;place-items:center;align-content:center;padding:20px;text-align:center}.idle-phone{display:grid;width:36px;height:36px;margin-bottom:10px;place-items:center;border-radius:50%;color:#aab3c2;background:#eef1f5}.idle-line-copy strong{color:var(--muted);font-size:.7rem}.idle-line-copy p{margin:5px 0 0;font-size:.57rem}.live-lines-empty{display:grid;min-height:236px;place-items:center;align-content:center;padding:30px;text-align:center}.live-lines-empty>span{display:grid;width:40px;height:40px;margin-bottom:11px;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft);font-size:.78rem;font-weight:700}.live-lines-empty strong{color:var(--ink);font-size:.76rem}.live-lines-empty p{margin:6px 0 0;color:var(--muted);font-size:.61rem}.queue-count{display:grid;width:29px;height:29px;place-items:center;border-radius:50%;color:var(--accent-dark);background:var(--accent-soft);font-size:.65rem;font-weight:700}.queue-list{padding:5px 14px 12px}.queue-row{display:grid;grid-template-columns:22px 29px minmax(0,1fr);align-items:center;gap:8px;padding:10px 0;border-bottom:1px solid #eef1f5}.queue-row:last-child{border-bottom:0}.queue-index{color:var(--faint);font-family:SFMono-Regular,Consolas,monospace;font-size:.55rem}.queue-row strong{overflow:hidden;font-size:.65rem;text-overflow:ellipsis;white-space:nowrap}.queue-row div>span{margin-top:3px;overflow:hidden;color:var(--muted);font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.queue-empty{display:grid;min-height:178px;place-items:center;align-content:center;text-align:center}.queue-empty>span{display:grid;width:34px;height:34px;margin-bottom:9px;place-items:center;border-radius:50%;color:var(--green);background:var(--green-soft)}.queue-empty strong{font-size:.68rem}.queue-empty p{margin:5px 0 0;color:var(--muted);font-size:.57rem}.table-panel{margin-top:16px}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;font-size:.64rem;text-align:left}th,td{padding:11px 16px;border-bottom:1px solid #edf0f4;white-space:nowrap}th{color:#7b8699;background:#fafbfc;font-size:.58rem;font-weight:600}td{color:#566176}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fcfcfd}.select-column{width:42px;padding-right:4px;text-align:center}input[type=checkbox]{width:15px;height:15px;border-radius:4px;accent-color:var(--accent)}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.45}.pagination{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;padding:9px 14px;border-top:1px solid var(--line);background:#fff}.pagination__summary{color:var(--muted);font-size:.59rem}.pagination__controls{display:flex;align-items:center;gap:4px}.pagination__controls>span{min-width:20px;color:var(--faint);font-size:.64rem;text-align:center}.pagination__controls button{display:grid;width:28px;height:28px;place-items:center;padding:0;border:1px solid transparent;border-radius:7px;color:var(--muted);background:transparent;font-size:.6rem;font-weight:700}.pagination__controls button:hover:not(:disabled){border-color:var(--line);background:#f8f9fb}.pagination__controls button.is-active{border-color:#dc50682e;color:var(--accent-dark);background:var(--accent-soft)}.pagination__controls button:disabled{cursor:not-allowed;opacity:.35}.pagination__controls svg{width:13px;height:13px;stroke-width:2}.person-cell{display:flex;min-width:150px;align-items:center;gap:9px}.person-cell strong{color:var(--ink);font-size:.64rem}.person-cell div>span{margin-top:3px;color:var(--muted);font-size:.56rem}.person-cell .lead-name-line{display:flex;align-items:center;gap:6px;margin-top:0}.person-cell .lead-name-line .winner-badge{color:#167253;font-size:.5rem}code{padding:3px 5px;border-radius:5px;color:#59647a;background:#f2f4f7;font-family:SFMono-Regular,Consolas,monospace;font-size:.57rem}.text-button{padding:6px 8px;border:0;color:var(--accent-dark);background:transparent;font-size:.62rem;font-weight:700}.sync-state{color:var(--amber);font-size:.58rem;font-weight:700}.sync-state--synced{color:var(--green)}.empty-state{display:grid;min-height:310px;place-items:center;align-content:center;padding:40px;text-align:center}.empty-state__icon{display:grid;width:48px;height:48px;margin-bottom:13px;place-items:center;border-radius:50%;color:var(--accent-dark);background:var(--accent-soft);font-size:1rem}.empty-state h3{margin:0;font-size:.9rem}.empty-state p{max-width:390px;margin:8px 0 18px;color:var(--muted);font-size:.68rem;line-height:1.55}.idle-leads-preview{width:min(100%,430px);overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fbfcfe;text-align:left}.idle-leads-preview__heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 12px;border-bottom:1px solid var(--line);color:var(--muted);font-size:.59rem;font-weight:700}.idle-leads-preview__heading a{color:var(--accent-dark);text-decoration:none}.idle-leads-preview__heading a:hover{text-decoration:underline}.idle-leads-preview__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.idle-lead{display:flex;min-width:0;align-items:center;gap:9px;padding:11px 12px}.idle-lead+.idle-lead{border-left:1px solid var(--line)}.idle-lead div{display:grid;min-width:0;gap:3px}.idle-lead strong,.idle-lead span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.idle-lead strong{color:var(--ink);font-size:.64rem}.idle-lead div>span{color:var(--muted);font-size:.56rem}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 28px;color:#8e3041;background:var(--accent-soft);font-size:.68rem}.error-banner button{border:0;color:var(--accent-dark);background:transparent;font-size:.64rem;font-weight:700}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#18223857;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reset-modal{width:min(100%,390px);padding:25px;border:1px solid rgba(228,233,241,.95);border-radius:16px;background:#fff;box-shadow:0 28px 80px #18223838;text-align:center}.reset-modal__icon{display:grid;width:45px;height:45px;margin:0 auto 14px;place-items:center;border-radius:50%;color:var(--accent-dark);background:var(--accent-soft)}.reset-modal__icon svg{width:19px;height:19px;stroke-width:1.9}.reset-modal h2{margin:0;color:var(--ink);font-size:1rem}.reset-modal p{margin:9px auto 21px;color:var(--muted);font-size:.7rem;line-height:1.55}.reset-modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:9px}@keyframes dialing-ring{0%{opacity:.7;transform:scale(.72)}80%,to{opacity:0;transform:scale(1.6)}}@keyframes sound-wave{0%{transform:scaleY(.45)}to{transform:scaleY(1.35)}}@keyframes live-pulse{0%,to{opacity:.45;transform:scale(.86)}50%{opacity:1;transform:scale(1)}}@media(max-width:1050px){.app-shell{grid-template-columns:190px minmax(0,1fr)}.workspace-content{padding:24px}.dialer-layout{grid-template-columns:1fr}.queue-list{display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px}.session-lead-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){body{height:auto;min-height:100vh;overflow:auto}.page-shell{height:auto;min-height:100vh;padding:0;overflow:visible}.app-shell{display:block;width:100%;height:auto;min-height:100vh;overflow:visible;border:0;outline:0;border-radius:0}.sidebar{height:auto;min-height:auto;padding:16px;border-right:0;border-bottom:1px solid var(--line)}.brand{padding-bottom:14px}.nav-label,.sidebar-spacer,.agent-card{display:none}.nav-list{display:flex;overflow-x:auto}.nav-button{width:auto;flex:0 0 auto}.topbar{display:none}.workspace{overflow:visible}.workspace-content{overflow:visible;padding:20px 16px 76px}.page-header,.section-heading{align-items:flex-start}.page-header{flex-direction:column}.session-guidance,.leads-guidance{align-items:flex-start;flex-wrap:wrap}.metrics-grid,.call-lines{grid-template-columns:1fr 1fr}.pagination{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.metrics-grid,.call-lines,.queue-list,.session-lead-list{grid-template-columns:1fr}.call-line__body{grid-template-columns:72px minmax(0,1fr)}.idle-leads-preview__list{grid-template-columns:1fr}.idle-lead+.idle-lead{border-top:1px solid var(--line);border-left:0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
