*{box-sizing:border-box}body{color:#111827;background:#f5f7fb;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex}.sidebar{color:#fff;background:#0f172a;width:245px;padding:22px 16px;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.brand-icon{background:#2563eb;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.brand-title{font-size:18px;font-weight:700}.brand-subtitle{color:#94a3b8;margin-top:2px;font-size:11px}.nav{flex-direction:column;gap:5px;display:flex}.nav-item{color:#cbd5e1;border-radius:8px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;display:flex}.nav-item:hover{color:#fff;background:#1e293b}.nav-item.active{color:#fff;background:#2563eb}.main{flex:1;min-width:0;margin-left:245px}.topbar{z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:78px;padding:0 28px;display:flex;position:sticky;top:0}.topbar-title{font-size:17px;font-weight:700}.topbar-subtitle{color:#6b7280;margin-top:3px;font-size:12px}.topbar-actions{align-items:center;gap:12px;display:flex}.topbar select{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:9px 11px}.avatar{color:#fff;background:#111827;border-radius:50%;place-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:grid}.page{background:#fff;border:1px solid #e5e7eb;border-radius:14px;min-height:260px;padding:26px}.page h1{margin:0 0 8px;font-size:26px}.page p{color:#6b7280;margin:0}.dashboard h1{margin:0;font-size:28px}.dashboard-heading p{color:#6b7280;margin:5px 0 0;font-size:14px}.metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:24px;display:grid}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.metric-card-top{color:#64748b;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;display:flex}.metric-icon{color:#2563eb;background:#eff6ff;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.metric-value{margin-top:12px;font-size:28px;font-weight:750}.dashboard-grid{grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px;margin-top:16px;display:grid}.panel{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.panel-header{justify-content:space-between;align-items:flex-start;display:flex}.panel-header h3{margin:0;font-size:17px}.panel-header p{color:#64748b;margin:4px 0 0;font-size:12px}.answer-rate{color:#15803d;background:#ecfdf5;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.chart-wrap{margin-top:20px}.performance-row{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding:14px 0;font-size:14px;display:flex}.performance-row:last-child{border-bottom:0}.performance-row span{color:#64748b}.dashboard-loading,.dashboard-error{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:28px}@media (width<=1000px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}.login-page{background:radial-gradient(circle at 0 0,#172554,#0000 38%),#0f172a;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:18px;width:100%;max-width:420px;padding:34px;box-shadow:0 24px 70px #00000040}.login-brand{align-items:center;gap:12px;display:flex}.login-brand-icon{color:#fff;background:#2563eb;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.login-brand-title{font-size:20px;font-weight:800}.login-brand-subtitle{color:#64748b;margin-top:2px;font-size:12px}.login-heading{margin-top:30px;margin-bottom:24px}.login-heading h1{margin:0;font-size:27px}.login-heading p{color:#64748b;margin:7px 0 0;font-size:14px}.login-label{margin:16px 0 7px;font-size:13px;font-weight:650;display:block}.login-input-wrap{color:#94a3b8;border:1px solid #dbe1ea;border-radius:10px;align-items:center;gap:10px;height:46px;padding:0 13px;display:flex}.login-input-wrap:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.login-input-wrap input{width:100%;font:inherit;color:#111827;border:0;outline:none}.login-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:10px;width:100%;height:46px;margin-top:24px;font-size:14px;font-weight:750}.login-button:disabled{opacity:.65;cursor:default}.login-error{color:#b91c1c;background:#fef2f2;border-radius:8px;margin-top:14px;padding:10px 12px;font-size:13px}.logout-button{color:#94a3b8;cursor:pointer;width:calc(100% - 32px);font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:11px 12px;display:flex;position:absolute;bottom:20px;left:16px;right:16px}.logout-button:hover{color:#fff;background:#1e293b}.calls-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.calls-heading h1{margin:0;font-size:28px}.calls-heading p{color:#64748b;margin:5px 0 0;font-size:14px}.secondary-button{color:#334155;cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:9px;align-items:center;gap:7px;padding:9px 13px;display:flex}.call-filters{gap:10px;margin-top:22px;margin-bottom:14px;display:flex}.call-search{color:#94a3b8;background:#fff;border:1px solid #dbe1ea;border-radius:9px;flex:1;align-items:center;gap:9px;max-width:480px;height:42px;padding:0 12px;display:flex}.call-search input{width:100%;font:inherit;border:0;outline:0}.call-filters select{background:#fff;border:1px solid #dbe1ea;border-radius:9px;min-width:150px;padding:0 11px}.calls-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.calls-table-wrap{overflow-x:auto}.calls-table{border-collapse:collapse;width:100%;min-width:1450px;font-size:13px}.calls-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-size:11px}.calls-table td{color:#334155;border-bottom:1px solid #eef2f7;padding:13px 14px}.calls-table tbody tr:hover{background:#f8fafc}.nowrap{white-space:nowrap}.status-pill{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:750;display:inline-flex}.status-completed{color:#15803d;background:#ecfdf5}.status-answered{color:#2563eb;background:#eff6ff}.status-failed,.status-cancelled{color:#dc2626;background:#fef2f2}.status-no_answer,.status-busy{color:#c2410c;background:#fff7ed}.calls-pagination{color:#64748b;justify-content:space-between;align-items:center;min-height:58px;padding:10px 16px;font-size:13px;display:flex}.pagination-actions{align-items:center;gap:10px;display:flex}.pagination-actions button{cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.pagination-actions button:disabled{opacity:.4;cursor:default}.calls-error{color:#b91c1c;background:#fef2f2;border-radius:9px;margin-bottom:14px;padding:12px 14px;font-size:13px}.clickable-row{cursor:pointer}.back-button{color:#2563eb;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;margin-bottom:14px;padding:0;font-weight:650;display:inline-flex}.detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:22px;display:grid}.detail-card,.detail-section{background:#fff;border:1px solid #e5e7eb;border-radius:14px}.detail-card{gap:7px;padding:18px;display:grid}.detail-card span{color:#64748b;font-size:12px}.detail-card strong{font-size:18px}.detail-section{margin-top:16px;padding:20px}.detail-section h3{margin:0 0 18px}.detail-table{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.detail-table>div{border-bottom:1px solid #eef2f7;justify-content:space-between;gap:20px;padding:12px 0;display:flex}.detail-table span{color:#64748b}.timeline-item{gap:14px;padding-bottom:22px;display:flex;position:relative}.timeline-dot{background:#2563eb;border-radius:50%;flex:none;width:10px;height:10px;margin-top:6px}.timeline-content{flex:1}.timeline-title{justify-content:space-between;gap:20px;display:flex}.timeline-title span,.timeline-meta{color:#64748b;font-size:12px}.timeline-meta{margin-top:5px}.timeline pre{color:#e2e8f0;background:#0f172a;border-radius:8px;margin-top:10px;padding:12px;font-size:11px;overflow:auto}@media (width<=1000px){.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-table{grid-template-columns:1fr}}.detail-table{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;display:grid}.detail-table>div{border-bottom:1px solid #eef2f7;grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr);align-items:center;gap:18px;min-width:0;padding:13px 0;display:grid}.detail-table>div:nth-last-child(-n+2){border-bottom:0}.detail-table span{color:#64748b;font-size:13px}.detail-table strong{text-align:right;color:#0f172a;overflow-wrap:anywhere;min-width:0}.timeline-content pre{white-space:pre-wrap;overflow-wrap:anywhere}@media (width<=900px){.detail-table{grid-template-columns:1fr}.detail-table>div{grid-template-columns:minmax(120px,.8fr) minmax(0,1.2fr)}.detail-table>div:nth-last-child(-n+2){border-bottom:1px solid #eef2f7}.detail-table>div:last-child{border-bottom:0}}.campaign-actions{gap:10px;display:flex}.primary-button{color:#fff;cursor:pointer;background:#2563eb;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px 14px;font-weight:700;display:inline-flex}.campaign-table-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:20px;overflow-x:auto}.campaign-table{border-collapse:collapse;width:100%;min-width:1100px;font-size:13px}.campaign-table th{text-align:left;color:#64748b;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:12px 14px;font-size:11px}.campaign-table td{border-bottom:1px solid #eef2f7;padding:13px 14px}.campaign-name{align-items:center;gap:8px;display:flex}.icon-button{cursor:pointer;background:#fff;border:1px solid #dbe1ea;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.status-active{color:#15803d;background:#ecfdf5}.status-paused{color:#c2410c;background:#fff7ed}.status-inactive{color:#64748b;background:#f1f5f9}.modal-backdrop{z-index:100;background:#0f172a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.modal-card{background:#fff;border-radius:16px;width:min(680px,100%);max-height:90vh;padding:24px;overflow-y:auto}.modal-header{justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.modal-header h2{margin:0}.modal-header p{color:#64748b;margin:5px 0 0;font-size:13px}.form-field{gap:7px;margin-bottom:15px;display:grid}.form-field span{font-size:13px;font-weight:650}.form-field input,.form-field select{height:43px;font:inherit;background:#fff;border:1px solid #dbe1ea;border-radius:9px;padding:0 11px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px;display:grid}.modal-footer{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.status-suspended{color:#b91c1c;background:#fef2f2}.type-pill{color:#2563eb;background:#eff6ff;border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:750;display:inline-flex}.settings-tabs{gap:8px;margin-bottom:20px;display:flex}.settings-tab{cursor:pointer;background:#fff;border:1px solid #dbe3ef;border-radius:10px;align-items:center;gap:8px;padding:10px 16px;font-weight:650;display:inline-flex}.settings-tab.active{color:#fff;background:#2563eb;border-color:#2563eb}.settings-section-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.settings-section-header h2{margin:0}.settings-section-header p{color:#64748b;margin:4px 0 0}.checkbox-field{align-items:center;gap:10px;margin:18px 0;display:flex}.brand-logo{object-fit:contain;width:154px;height:auto;display:block}.brand-logo{object-fit:contain;width:168px;max-width:100%;height:auto;display:block}.sidebar .brand{justify-content:center;align-items:center;min-height:112px;padding:10px 14px 14px;display:flex}.brand-logo{object-fit:contain;display:block;width:118px!important;max-width:118px!important;height:auto!important}.sidebar .brand{justify-content:center;align-items:center;display:flex;min-height:92px!important;padding:10px 12px!important}.sidebar .brand.ringpilot-horizontal-brand{justify-content:flex-start;align-items:center;gap:8px;height:72px;display:flex;overflow:hidden;min-height:72px!important;padding:9px 16px 7px!important}.ringpilot-mark{flex:0 0 48px;width:48px;height:48px;position:relative;overflow:hidden}.ringpilot-mark img{width:66px;max-width:none;height:auto;position:absolute;top:-2px;left:50%;transform:translate(-50%)}.ringpilot-wordmark{letter-spacing:-.8px;white-space:nowrap;align-items:baseline;font-size:22px;font-weight:800;line-height:1;display:flex}.ringpilot-ring{color:#fff}.ringpilot-pilot{color:#20a5ff}.sidebar .nav-item{min-height:42px}.sidebar .brand.ringpilot-horizontal-brand{gap:8px!important;height:60px!important;min-height:60px!important;margin:0!important;padding:2px 14px!important}.ringpilot-mark{flex:0 0 40px!important;width:40px!important;height:40px!important;overflow:visible!important}.ringpilot-mark img{object-fit:contain!important;width:40px!important;max-width:40px!important;height:40px!important;position:static!important;transform:none!important}.ringpilot-wordmark{font-size:19px!important;line-height:1!important}.sidebar .brand.ringpilot-horizontal-brand{justify-content:flex-start;align-items:center;display:flex;overflow:hidden;height:64px!important;min-height:64px!important;margin:0!important;padding:4px 12px 2px!important}.ringpilot-horizontal-logo{display:block;object-fit:contain!important;object-position:left center!important;width:172px!important;max-width:172px!important;height:52px!important}.brand-logo{object-fit:contain!important;object-position:left center!important;width:174px!important;max-width:174px!important;height:54px!important;display:block!important}.sidebar{padding-top:0!important}.brand-logo{object-fit:contain!important;width:145px!important;max-width:145px!important;height:38px!important;margin:0!important;display:block!important}.sidebar .nav{margin-top:4px!important;padding-top:0!important}.sidebar .brand{justify-content:flex-start!important;align-items:center!important;height:60px!important;min-height:60px!important;margin:0!important;padding:4px 14px 6px!important;display:flex!important}.brand-logo{object-fit:contain!important;filter:brightness(1.08)contrast(1.08)drop-shadow(0 1px 2px #00000059)!important;width:165px!important;max-width:none!important;height:auto!important;display:block!important}.rp-dashboard{width:100%}.rp-dashboard-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.rp-eyebrow{color:#2563eb;letter-spacing:.12em;margin-bottom:7px;font-size:11px;font-weight:800}.rp-dashboard-heading h1{color:#0f172a;margin:0;font-size:28px;font-weight:800;line-height:1.15}.rp-dashboard-heading p{color:#64748b;margin:7px 0 0;font-size:13px}.rp-refresh-button,.rp-text-button{cursor:pointer;font:inherit;border:0}.rp-refresh-button{color:#334155;background:#fff;border:1px solid #dbe3ee;border-radius:9px;align-items:center;gap:8px;min-height:38px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.rp-refresh-button:hover{background:#f8fafc;border-color:#b9c7da}.rp-refresh-button:disabled{opacity:.65;cursor:default}.rp-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.rp-kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:0;padding:17px 18px;box-shadow:0 1px 2px #0f172a06}.rp-kpi-header{align-items:center;gap:10px;display:flex}.rp-kpi-icon{border-radius:9px;flex:0 0 34px;place-items:center;width:34px;height:34px;display:grid}.rp-kpi-blue{color:#2563eb;background:#eff6ff}.rp-kpi-green{color:#059669;background:#ecfdf5}.rp-kpi-purple{color:#7c3aed;background:#f5f3ff}.rp-kpi-orange{color:#ea580c;background:#fff7ed}.rp-kpi-title{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.rp-kpi-value{color:#0f172a;letter-spacing:-.03em;margin-top:14px;font-size:25px;font-weight:800;line-height:1}.rp-kpi-subtitle{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;margin-top:8px;font-size:11px;overflow:hidden}.rp-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.rp-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:0;box-shadow:0 1px 2px #0f172a06}.rp-panel-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.rp-panel-header h3{color:#0f172a;margin:0;font-size:15px;font-weight:800}.rp-panel-header p{color:#94a3b8;margin:5px 0 0;font-size:11px}.rp-panel-badge{color:#047857;background:#ecfdf5;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800}.rp-profit-total{color:#059669;align-items:center;gap:6px;font-size:12px;font-weight:800;display:flex}.rp-chart{width:100%;margin-top:18px}.rp-breakdowns-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:14px;display:grid}.rp-breakdown-row{border-bottom:1px solid #f1f5f9;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;display:grid}.rp-breakdown-row:last-child{border-bottom:0}.rp-rank{color:#64748b;background:#f1f5f9;border-radius:7px;place-items:center;width:26px;height:26px;font-size:10px;font-weight:800;display:grid}.rp-breakdown-name,.rp-breakdown-value{min-width:0}.rp-breakdown-name strong,.rp-breakdown-name span,.rp-breakdown-value strong,.rp-breakdown-value span{display:block}.rp-breakdown-name strong{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.rp-breakdown-name span,.rp-breakdown-value span{color:#94a3b8;margin-top:3px;font-size:10px}.rp-breakdown-value{text-align:right}.rp-breakdown-value strong{color:#0f172a;font-size:11px}.rp-recent-panel{margin-top:14px;overflow:hidden}.rp-recent-panel>.rp-panel-header{border-bottom:1px solid #eef2f7;padding:18px 20px}.rp-text-button{color:#2563eb;background:0 0;padding:0;font-size:11px;font-weight:800}.rp-table-wrap{width:100%;overflow-x:auto}.rp-table{border-collapse:collapse;width:100%;font-size:11px}.rp-table th{color:#64748b;text-align:left;letter-spacing:.02em;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 13px;font-size:10px;font-weight:800}.rp-table td{color:#334155;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:11px 13px}.rp-table tbody tr{cursor:pointer;transition:background .15s}.rp-table tbody tr:hover{background:#f8fafc}.rp-table tbody tr:last-child td{border-bottom:0}.rp-caller strong,.rp-caller span{display:block}.rp-caller strong{color:#1e293b;font-size:11px}.rp-caller span{color:#94a3b8;margin-top:2px;font-size:9px}.rp-status{color:#475569;background:#f1f5f9;border-radius:999px;align-items:center;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.rp-status-completed,.rp-status-answered{color:#047857;background:#ecfdf5}.rp-status-active,.rp-status-ringing,.rp-status-initiated{color:#1d4ed8;background:#eff6ff}.rp-status-failed,.rp-status-no_answer,.rp-status-cancelled{color:#be123c;background:#fff1f2}.rp-status-busy{color:#c2410c;background:#fff7ed}.rp-profit-cell{font-weight:700;color:#047857!important}.rp-nowrap{white-space:nowrap}.rp-empty,.rp-empty-table{color:#94a3b8;font-size:11px}.rp-empty{text-align:center;padding:20px 0 8px}.rp-empty-table{text-align:center;padding:28px!important}.rp-dashboard-state{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:7px;min-height:220px;display:flex}.rp-dashboard-error strong{color:#be123c}.rp-inline-error{color:#be123c;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;margin-bottom:14px;padding:10px 12px;font-size:11px}.rp-spin{animation:.8s linear infinite rp-spin}@keyframes rp-spin{to{transform:rotate(360deg)}}@media (width<=1280px){.rp-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rp-breakdowns-grid{grid-template-columns:1fr}}@media (width<=900px){.rp-chart-grid{grid-template-columns:1fr}}@media (width<=640px){.rp-dashboard-heading{flex-direction:column}.rp-kpi-grid{grid-template-columns:1fr}.rp-dashboard-heading h1{font-size:24px}}.content{padding:22px 26px}.rp-dashboard-heading{margin-bottom:16px}.rp-dashboard-heading h1{font-size:26px}.rp-dashboard-heading p{margin-top:5px}.rp-eyebrow{margin-bottom:5px}.rp-kpi-grid{gap:12px}.rp-kpi-card{padding:14px 16px}.rp-kpi-value{margin-top:10px;font-size:23px}.rp-kpi-subtitle{margin-top:6px}.rp-kpi-icon{flex-basis:31px;width:31px;height:31px}.rp-chart-grid{gap:12px;margin-top:12px}.rp-chart-panel{padding:16px 18px 8px}.rp-chart{margin-top:12px}.rp-breakdowns-grid{gap:12px;margin-top:12px}.rp-breakdown-panel{padding:15px 16px}.rp-breakdown-list{margin-top:9px}.rp-breakdown-row{padding:8px 0}.rp-recent-panel{margin-top:12px}.rp-recent-panel>.rp-panel-header{padding:14px 18px}.topbar-live-area{align-items:center;gap:18px;min-height:48px;display:flex}.topbar-live-stat{align-items:center;gap:10px;display:flex}.topbar-live-icon{border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.topbar-live-stat.live .topbar-live-icon{color:#16a34a;background:#ecfdf5}.topbar-live-stat.completed .topbar-live-icon{color:#2563eb;background:#eff6ff}.topbar-live-stat>div:last-child{flex-direction:column;line-height:1;display:flex}.topbar-live-stat strong{color:#0f172a;font-size:20px;font-weight:800}.topbar-live-stat span{color:#64748b;margin-top:5px;font-size:11px;font-weight:700}.topbar-live-divider{background:#e2e8f0;width:1px;height:32px}@media (width<=760px){.topbar-live-stat.completed,.topbar-live-divider{display:none}.topbar-live-area{gap:8px}}.topbar{min-height:68px;padding-top:0;padding-bottom:0}.topbar-live-area{gap:22px;min-height:44px}.topbar-live-stat{gap:8px}.topbar-live-icon{border-radius:0;width:30px;height:30px;background:0 0!important}.topbar-live-stat.live .topbar-live-icon{color:#16a34a}.topbar-live-stat.completed .topbar-live-icon{color:#2563eb}.topbar-live-stat strong{font-size:18px;line-height:1}.topbar-live-stat.live strong{color:#16a34a}.topbar-live-stat.completed strong{color:#2563eb}.topbar-live-stat span{color:#64748b;margin-top:4px;font-size:10px}.topbar-live-divider{display:none}html,body,#root{min-height:100%;margin:0}
