*{margin:0;padding:0;box-sizing:border-box}*::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;overflow-x:hidden}#root{min-height:100vh}.container{max-width:1400px;margin:0 auto;padding:0 20px}@media(max-width:768px){.container{padding:0 16px}}.dashboard-container{max-width:1400px;margin:0 auto;padding:24px 20px;background-color:#fff;position:relative}.dashboard-loading-overlay{position:fixed;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1000}@media(max-width:768px){.dashboard-container{padding:24px 16px}}.header{background-color:#fff;border-bottom:1px solid #e2e8f0;padding:0;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.header-content{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;height:64px}@media(max-width:768px){.header-content{height:56px;padding:0 16px}.nav{gap:16px}.nav-link{font-size:14px}}@media(max-width:480px){.header-content{height:52px;padding:0 12px}.logo{font-size:18px}.nav{gap:10px}.nav-link{font-size:12px;padding:6px 0}}.logo{font-size:24px;font-weight:700;color:#1e40af;text-decoration:none}.nav{display:flex;gap:32px}.nav-link{color:#777;text-decoration:none;font-size:15px;font-weight:500;padding:8px 0;border-bottom:2px solid transparent;transition:all .2s}.nav-link:hover{color:#1e40af}.nav-link.active{color:#1e40af;border-bottom-color:#1e40af}.nav-link:focus-visible{outline:2px solid #1e40af;outline-offset:2px}.main-content{padding:0 5px;margin:0 5px;background-color:#fff}@media(max-width:768px){.main-content{padding:0 5px;margin:0 5px}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:24px}@media(max-width:768px){.page-header{flex-direction:column;align-items:flex-start}}.page-title{font-size:24px;font-weight:600;color:#333;margin-bottom:8px}@media(max-width:768px){.page-title{font-size:20px}}.page-subtitle{font-size:14px;font-weight:400;color:#777;margin-bottom:0}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:20px}@media(max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start}}.dashboard-title{font-size:24px;font-weight:600;color:#333;margin-bottom:8px;line-height:1.2}.dashboard-subtitle{font-size:14px;font-weight:400;color:#777;line-height:1.5;margin:0}.dashboard-header-actions{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.dashboard-health-status{display:flex;gap:16px;flex-wrap:wrap}.dashboard-health-status .health-component{min-width:140px}.sync-success-message{padding:12px 16px;background:#ecfdf5;color:#065f46;border-radius:8px;font-size:14px;border:1px solid #a7f3d0;margin-bottom:12px}.sync-page{max-width:900px;margin:0 auto;padding-top:24px}.sync-page-header{margin-bottom:28px}.sync-page .page-title{margin:0 0 8px;font-size:1.5rem;font-weight:600}.sync-page .page-subtitle{margin:0;color:#64748b;font-size:.9375rem}.sync-actions{display:flex;flex-direction:column;gap:20px}.sync-card{background:#fff;border-radius:10px;padding:20px 24px;box-shadow:0 1px 3px #0000000f;border:1px solid #e2e8f0}.sync-card--danger{border-color:#fecaca;background:#fffbfb}.sync-card-content{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.sync-card-text{flex:1;min-width:0}.sync-card-title{margin:0 0 4px;font-size:1.125rem;font-weight:600}.sync-card-description{margin:0 0 12px;font-size:14px;color:#64748b;line-height:1.4}.sync-card .error-alert,.sync-card .sync-success-message{margin-bottom:12px}.sync-card .sync-success-message:last-child{margin-bottom:0}.sync-card-btn{flex-shrink:0;min-width:160px}.dashboard-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:16px;margin-bottom:28px}@media(max-width:1024px){.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.dashboard-stats-grid{grid-template-columns:1fr}}.dashboard-stat-card{background:#fff;border-radius:10px;padding:0;min-height:140px;box-shadow:0 1px 3px #0000000f;border:1px solid #e5e7eb;transition:box-shadow .2s;display:flex;flex-direction:column;overflow:hidden}.dashboard-stat-card:hover{box-shadow:0 2px 8px #00000014}.dashboard-stat-card--split .dashboard-stat-header{padding:16px 20px 12px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.dashboard-stat-card--split .dashboard-stat-label{font-size:16px;font-weight:700;color:#1e293b;letter-spacing:.01em;margin-bottom:4px}.dashboard-stat-card--split .dashboard-stat-description{font-size:12px;color:#64748b;line-height:1.4}.dashboard-stat-card--split .dashboard-stat-body{display:flex;flex:1;min-height:0}.dashboard-stat-half{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 16px;gap:6px}.dashboard-stat-half--muted .dashboard-stat-number,.dashboard-stat-half--muted .dashboard-stat-half-label{color:#cbd5e1}.dashboard-stat-divider{width:1px;background:#e2e8f0;flex-shrink:0;align-self:stretch}.dashboard-stat-number{font-size:28px;font-weight:700;color:#1e40af;line-height:1.2;font-family:inherit}.dashboard-stat-half-label{font-size:12px;color:#64748b;font-weight:500;text-align:center}.dashboard-stat-breakdown{font-size:10px;color:#94a3b8;text-align:center;margin-top:2px;font-variant-numeric:tabular-nums}.dashboard-stat-metrics{display:flex;flex-wrap:wrap;gap:20px 24px;align-items:baseline;margin-top:auto}.dashboard-stat-metric{display:inline-flex;flex-direction:column;gap:2px}.dashboard-stat-metric-value{font-size:20px;font-weight:700;color:#1e40af;line-height:1.2;font-family:inherit}.dashboard-stat-metric-label{font-size:12px;color:#64748b;font-weight:500}.dashboard-stat-label{font-size:14px;font-weight:600;color:#333;line-height:1.3;font-family:inherit}.dashboard-stat-description{font-size:12px;font-weight:400;color:#777;line-height:1.4;font-family:inherit}.dashboard-stat-value{font-size:22px;font-weight:700;color:#1e40af;line-height:1.2;font-family:inherit}.dashboard-stat-value--text{font-size:14px;font-weight:600;text-transform:capitalize;font-family:inherit}.dashboard-error-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.dashboard-error-row .error-alert{flex:1;min-width:200px}.dashboard-retry-btn{flex-shrink:0}.dashboard-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:28px}@media(max-width:900px){.dashboard-charts-row{grid-template-columns:1fr}}.dashboard-chart-card{background:#fff;border-radius:10px;box-shadow:0 4px 10px #0000000d;border:1px solid #E0E0E0;padding:20px}.dashboard-chart-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.dashboard-chart-title{font-size:16px;font-weight:600;color:#333;margin:0}.dashboard-chart-select{min-width:140px}.dashboard-chart-empty{color:#9ca3af;font-size:14px;margin:24px 0;text-align:center}.dashboard-timeseries-chart,.dashboard-jobcounts-chart{min-height:120px}.timeseries-bars{display:flex;flex-direction:column;gap:10px}.timeseries-row{display:grid;grid-template-columns:100px 1fr 70px;align-items:center;gap:12px;font-size:13px}.timeseries-date{color:#64748b;font-weight:500}.timeseries-bar-wrap{display:flex;width:100%;min-height:24px;border-radius:6px;overflow:hidden;background:#f1f5f9}.timeseries-bar{min-width:2px;transition:width .2s}.timeseries-bar.success{background:#22c55e}.timeseries-bar.failed{background:#ef4444}.timeseries-legend{color:#64748b;font-size:12px;text-align:right}.timeseries-line-chart-wrap{min-height:200px}.timeseries-line-chart{display:block;max-width:100%;height:auto}.timeseries-line-legend{display:flex;gap:16px;margin-top:12px;font-size:13px;color:#64748b}.timeseries-legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px;vertical-align:middle}.timeseries-legend-dot.success{background:#22c55e}.timeseries-legend-dot.failed{background:#ef4444}.chart-filter-pills{display:flex;gap:8px;align-items:center}.chart-filter-pill{padding:6px 14px;border-radius:9999px;font-size:13px;font-weight:500;cursor:pointer;border:1px solid #1e40af;background:transparent;color:#1e40af;transition:all .2s}.chart-filter-pill:hover{background:#1e40af14}.chart-filter-pill.active{background:#1e40af;color:#fff;border-color:#1e40af}.chart-legend{display:flex;gap:16px;align-items:center;font-size:13px;color:#333}.chart-legend-item{display:flex;align-items:center;gap:6px}.chart-legend-line{width:20px;height:2px;border-radius:1px}.chart-legend-line.success{background:#22c55e}.chart-legend-line.failed{background:#ef4444}.chart-footer-metrics{display:flex;align-items:center;gap:24px;margin-top:16px;padding-top:16px;border-top:1px solid #E0E0E0}.chart-footer-metric{display:flex;flex-direction:column;gap:2px}.chart-footer-metric-value{font-size:1.5rem;font-weight:700;color:#333}.chart-footer-metric-label{font-size:.9rem;color:#777}.chart-footer-metrics .chart-footer-divider{width:1px;height:36px;background:#e0e0e0}.table-footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:16px 24px;background:#fff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 6px 6px;box-shadow:0 1px 3px #0000000f}.table-footer-left{display:flex;align-items:center;gap:12px}.table-footer-pill{padding:6px 14px;border-radius:9999px;font-size:14px;font-weight:600;background:#1e40af;color:#fff;border:none}.table-footer-total{font-size:14px;font-weight:400;color:#333}.table-footer-nav{display:flex;align-items:center;gap:8px}.table-footer-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #e5e7eb;background:#f5f5f5;color:#555;transition:all .2s}.table-footer-btn:disabled{opacity:.6;cursor:not-allowed}.table-footer-btn:not(:disabled):hover{background:#eee}.table-footer-btn.primary{background:#1e40af;color:#fff;border-color:#1e40af}.btn:focus-visible,.table-footer-btn:focus-visible{outline:2px solid #1e40af;outline-offset:2px}.chat-page{padding:20px 20px 24px;max-width:900px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;min-height:calc(100vh - 64px);box-sizing:border-box}.chat-page-header{margin-bottom:16px;flex-shrink:0}.chat-page-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.chat-clear-btn{padding:8px 16px;border:1px solid #e5e7eb;background:#f9fafb;color:#555;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.chat-clear-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.chat-clear-btn:disabled{opacity:.5;cursor:not-allowed}.chat-box{background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 1px 3px #0000000f;overflow:hidden;display:flex;flex-direction:column;flex:1;min-height:0;height:calc(100vh - 180px);max-height:calc(100vh - 180px)}.chat-messages{flex:1;min-height:0;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.chat-empty,.chat-loading{color:#777;font-size:14px;text-align:center;padding:32px 16px}.chat-loading{display:flex;flex-direction:column;align-items:center;gap:12px}.chat-message{max-width:70%;min-width:18vw;padding:8px 12px 7px;border-radius:12px;line-height:1.5;box-shadow:var(--sp-bubble-shadow);word-break:break-word}.chat-message--user{align-self:flex-end;background:var(--sp-bubble-user);border:1px solid #e2e8f0;border-top-left-radius:4px;color:#0f172a}.chat-message--assistant{align-self:flex-start;background:var(--sp-bubble-bot);border:1px solid #dbeafe;border-top-right-radius:4px;color:#0f172a}.chat-message--human{align-self:flex-end;background:var(--sp-bubble-human);border:1px solid #d1fae5;border-top-right-radius:4px;color:#0f172a}.chat-message-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;margin-bottom:4px;opacity:.85;color:#1e40af}.chat-message--human .chat-message-label{color:#1a6b3c}.chat-message-content{font-size:14px;white-space:pre-wrap;word-break:break-word}.chat-message-content--markup{white-space:normal}.chat-message-content--markup p{margin:0 0 8px}.chat-message-content--markup p:last-child{margin-bottom:0}.chat-message-content--markup ul,.chat-message-content--markup ol{margin:8px 0;padding-left:20px}.chat-message-content--markup code{background:#0000000f;padding:2px 6px;border-radius:4px;font-size:13px}.chat-message-meta{margin-top:6px;font-size:11px;color:#64748b;text-align:right}.chat-form{display:flex;gap:8px;align-items:flex-end;padding:10px 12px;border-top:1px solid #e5e7eb;background:#fff;overflow:visible}.chat-emoji-wrap{position:relative;flex-shrink:0}.chat-emoji-btn{width:42px;height:42px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;line-height:0;background:#fff;border:1px solid #e5e7eb;color:#475569;cursor:pointer;transition:background .2s,border-color .2s}.chat-emoji-btn svg{display:block;width:22px;height:22px}.chat-emoji-btn:hover:not(:disabled){background:#f8fafc;color:#1e293b}.chat-emoji-btn:hover:not(:disabled) svg{color:#1e293b}.chat-emoji-btn:disabled{opacity:.55;background:#f8fafc;border-color:#e2e8f0;cursor:not-allowed}.chat-emoji-popover{position:absolute;bottom:48px;left:0;width:min(320px,calc(100vw - 32px));max-width:calc(100vw - 32px);background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 24px #0f172a1f;padding:0;z-index:1000;overflow:visible}.chat-emoji-popover .EmojiPickerReact{--epr-hover-bg-color: #f1f5f9;--epr-bg-color: #ffffff;--epr-category-label-bg-color: #ffffff;--epr-search-border-color: #e2e8f0;width:100%!important;border:0!important;box-shadow:none!important}.chat-emoji-popover .epr-search-container input{border-radius:8px!important;font-size:13px!important}.chat-emoji-popover .epr-emoji-category-label{font-size:11px!important;color:#64748b!important}.chat-input{flex:1;padding:11px 14px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;resize:none;outline:none;background:#fff;color:#0f172a;max-height:84px;min-height:42px;line-height:1.4;font-family:inherit;overflow-y:auto;transition:border-color .2s,box-shadow .2s}.chat-input:focus{border-color:#1e40af;box-shadow:0 0 0 2px #1e40af1f}.chat-send{width:42px;height:42px;padding:0;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#1e40af;flex-shrink:0;cursor:pointer;transition:background .2s}.chat-send:hover:not(:disabled){background:#1e3a8a}.chat-send:disabled{background:#93a8d8;cursor:not-allowed}.chat-send svg{display:block;width:20px;height:20px;flex-shrink:0}.chat-error-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:16px}.chat-error-row .error-alert{flex:1;min-width:200px}.chat-retry-btn{flex-shrink:0}@media(max-width:768px){.chat-page{min-height:calc(100vh - 56px);padding:16px 16px 20px}.chat-page-header{margin-bottom:12px}.chat-box{height:calc(100vh - 160px);max-height:calc(100vh - 160px)}.chat-messages{padding:16px}.chat-form{padding:10px 12px}}@media(max-width:480px){.chat-page{min-height:calc(100vh - 52px);padding:12px 12px 16px}.chat-page-header{margin-bottom:10px}.chat-box{height:calc(100vh - 150px);max-height:calc(100vh - 150px)}.chat-messages{padding:12px;gap:12px}.chat-form{padding:10px 12px}.chat-emoji-popover{width:min(320px,calc(100vw - 24px))}.chat-message{max-width:92%}}.table-footer-btn.primary:not(:disabled):hover{background:#1e3a8a;border-color:#1e3a8a}.sort-buttons{display:flex;gap:4px}.sort-btn{padding:6px 10px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;border:1px solid #E0E0E0;background:#fff;color:#333;transition:all .2s}.sort-btn:hover{background:#f5f5f5;border-color:#1e40af;color:#1e40af}.sort-btn.active{background:#1e40af;color:#fff;border-color:#1e40af}.line-chart-tooltip{position:fixed;transform:translate(-50%,-100%);background:#fff;border-radius:8px;padding:12px 14px;box-shadow:0 4px 12px #00000026;border:1px solid #E0E0E0;font-size:13px;pointer-events:none;z-index:1000;font-family:Inter,sans-serif}.line-chart-tooltip-date{font-weight:600;color:#333;margin-bottom:6px}.line-chart-tooltip-row{display:flex;align-items:center;gap:8px;margin-top:4px}.line-chart-tooltip-dot{width:8px;height:8px;border-radius:50%}.jobcounts-vertical{display:flex;align-items:flex-end;gap:12px;min-height:180px;padding:16px 0}.jobcounts-vertical-bar-wrap{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;min-width:0}.jobcounts-vertical-label{font-size:12px;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:default}.jobcounts-vertical-bar-container{width:100%;height:120px;display:flex;justify-content:center;align-items:flex-end}.jobcounts-vertical-bar{width:24px;min-height:4px;border-radius:4px 4px 0 0;background:#1e40af;transition:height .2s}.jobcounts-vertical-value{font-size:12px;font-weight:600;color:#333}.jobcounts-bars{display:flex;flex-direction:column;gap:12px}.jobcounts-row{display:grid;grid-template-columns:1fr 2fr 40px;align-items:center;gap:12px;font-size:13px}.jobcounts-label{color:#1e293b;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.jobcounts-bar-wrap{min-height:22px;border-radius:6px;overflow:hidden;background:#f1f5f9}.jobcounts-bar{height:100%;min-height:22px;background:#1e40af;border-radius:6px;transition:width .2s}.jobcounts-value{font-weight:600;color:#1e293b;text-align:right}.dashboard-batches-section{margin-top:32px;margin-bottom:24px}.dashboard-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px;flex-wrap:wrap;gap:16px}.dashboard-section-title{font-size:24px;font-weight:600;color:#333;margin:0}.dashboard-section-description{font-size:14px;font-weight:400;color:#777;line-height:1.5;margin:4px 0 0}.dashboard-section-actions{display:flex;align-items:center;gap:14px}.dashboard-filter-select{padding:10px 40px 10px 16px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-weight:500;background:#fff;color:#1e293b;cursor:pointer;transition:all .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;min-width:180px;box-shadow:0 1px 2px #0000000d}.dashboard-filter-select:hover{border-color:#9ca3af;box-shadow:0 2px 4px #00000014}.dashboard-filter-select:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #3b82f61a,0 2px 4px #00000014}.dashboard-filter-select option{padding:8px;font-size:14px}.search-input{min-width:280px;width:100%;max-width:360px;padding:10px 16px;font-size:14px;font-weight:500;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#333;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-shadow:0 1px 2px #0000000d}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 2px #1e40af26}.sessions-toolbar{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:12px}.dashboard-table-container{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border:1px solid #e5e7eb;overflow:hidden}.dashboard-table-container--loading-wrapper{position:relative}.dashboard-table-loading-overlay{position:absolute;inset:0;background:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:2;border-radius:6px}.dashboard-table-loading-overlay .loading{padding:48px}.dashboard-table{width:100%;border-collapse:collapse;table-layout:fixed}.dashboard-table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.dashboard-table th{padding:16px 24px;text-align:center;font-size:12px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.dashboard-table th:nth-child(1),.dashboard-table td:nth-child(1){width:14%}.dashboard-table th:nth-child(2),.dashboard-table td:nth-child(2){width:12%}.dashboard-table th:nth-child(3),.dashboard-table td:nth-child(3){width:8%}.dashboard-table th:nth-child(4),.dashboard-table td:nth-child(4){width:10%}.dashboard-table th:nth-child(5),.dashboard-table td:nth-child(5){width:10%}.dashboard-table th:nth-child(6),.dashboard-table td:nth-child(6){width:15%}.dashboard-table th:nth-child(7),.dashboard-table td:nth-child(7){width:15%}.dashboard-table th:nth-child(8),.dashboard-table td:nth-child(8){width:5%}.dashboard-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .15s}.dashboard-table tbody tr:last-child{border-bottom:none}.dashboard-table tbody tr:hover{background-color:#f8fafc}.dashboard-table-row-clickable{cursor:pointer}.dashboard-table-row-clickable:focus-visible{outline:2px solid #1e40af;outline-offset:-2px}.dashboard-table td{padding:16px 24px;font-size:14px;font-weight:400;color:#334155;text-align:center;vertical-align:middle}.dashboard-table-cell-id{font-weight:600;color:#333}.dashboard-table-cell-username{color:#1e40af;font-weight:500;text-align:center}.dashboard-table-cell-center{text-align:center}.dashboard-table-cell-job-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-empty-state{text-align:center;padding:48px 20px;color:#777;font-size:14px;font-weight:400}.dashboard-view-button{padding:8px 16px;background:#eff6ff;color:#1e40af;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:6px}.dashboard-view-button:hover{background:#dbeafe;color:#2563eb}.health-status-inline{display:flex;align-items:center;gap:16px}@media(max-width:768px){.health-status-inline{width:100%}}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}}.stat-box{background:#fff;border-radius:12px;padding:28px 24px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.stat-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.stat-label{font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px}.stat-value{font-size:36px;font-weight:700;color:#0f172a;line-height:1.2}.stat-box.blue .stat-value{color:#1e40af}.stat-box.green .stat-value{color:#10b981}.stat-box.red .stat-value{color:#ef4444}.stat-box.yellow .stat-value{color:#f59e0b}.health-main{display:flex;align-items:center;gap:12px}.health-dot{width:14px;height:14px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #10b98133}.health-dot.healthy{background-color:#10b981;box-shadow:0 0 0 3px #10b98133;animation:pulse 2s infinite}.health-dot.unhealthy{background-color:#ef4444;box-shadow:0 0 0 3px #ef444433}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.health-text{font-size:15px;font-weight:600;color:#0f172a}.health-text strong{font-weight:700;color:#10b981}.health-components{display:flex;gap:32px;flex-wrap:wrap}@media(max-width:768px){.health-components{width:100%;gap:16px}}.health-component{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;min-width:140px}.health-component.up{background:#ecfdf5;border-color:#a7f3d0}.health-component.down{background:#fef2f2;border-color:#fecaca}.health-component-icon{display:flex;align-items:center;justify-content:center}.health-component-dot{width:10px;height:10px;border-radius:50%;position:relative}.health-component-dot.up{background-color:#10b981;box-shadow:0 0 0 2px #10b9814d;animation:pulse 2s infinite}.health-component-dot.down{background-color:#ef4444;box-shadow:0 0 0 2px #ef44444d}.health-component-info{display:flex;flex-direction:column;gap:2px}.health-component-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.health-component-status{font-size:14px;font-weight:700;color:#0f172a}.health-component.up .health-component-status{color:#10b981}.health-component.down .health-component-status{color:#ef4444}.batches-section{margin-top:32px}.batches-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:16px}@media(max-width:768px){.batches-header{flex-direction:column;align-items:flex-start}}.batches-title{font-size:24px;font-weight:700;color:#0f172a}.filter-bar{display:flex;gap:12px;align-items:center}.filter-select{padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;font-weight:500;background:#fff;color:#1e293b;cursor:pointer;transition:all .2s}.filter-select:hover{border-color:#94a3b8}.filter-select:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #3b82f61a}.batches-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0;overflow:hidden}.batches-table{width:100%;border-collapse:collapse;table-layout:fixed}.batches-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.batches-table th{padding:16px 20px;text-align:left;font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;width:20%}.batches-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.batches-table tbody tr:last-child{border-bottom:none}.batches-table tbody tr:hover{background-color:#f8fafc;cursor:pointer}.batches-table td{padding:16px 20px;font-size:14px;color:#1e293b;text-align:left;width:20%;overflow:hidden;text-overflow:ellipsis}.batches-table td:nth-child(3){text-align:left}.batch-id-cell{font-weight:600;color:#0f172a}.linkedin-username-cell{color:#1e40af;font-weight:500}.batch-row{cursor:pointer}.empty-state{text-align:center;padding:48px 20px;color:#64748b;font-size:14px}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;min-width:80px;text-align:center}.status-badge.completed{background-color:#d1fae5;color:#065f46}.status-badge.failed{background-color:#fee2e2;color:#dc2626}.status-badge.active{background-color:#fef3c7;color:#92400e}.status-badge.unknown{background-color:#f1f5f9;color:#64748b}.btn{padding:10px 18px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid #cbd5e1;background:#fff;color:#1e293b;transition:all .2s}.btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:#1e40af;color:#fff;border-color:#1e40af}.btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.btn-primary:focus-visible{outline:2px solid #1e40af;outline-offset:2px}.btn-danger{background:#ef4444;color:#fff;border-color:#ef4444}.btn-danger:hover:not(:disabled){background:#dc2626;border-color:#dc2626}.btn-danger:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.loading{display:flex;justify-content:center;align-items:center;padding:48px}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#1e40af;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-alert{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:14px 18px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500}.success-alert{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:14px 18px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}@media(max-width:480px){.modal-overlay{padding:10px}}.modal{background:#fff;border-radius:12px;width:900px;min-width:900px;height:85vh;min-height:520px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #00000026}.modal--confirm{width:480px;min-width:0;height:auto;min-height:0;max-height:90vh}.modal-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.modal-title{font-size:20px;font-weight:700;color:#0f172a}.modal-close{background:none;border:1px solid transparent;font-size:28px;font-weight:500;color:#64748b;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:8px;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#1e293b}.modal-close:focus-visible{outline:2px solid #1e40af;outline-offset:2px}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-body--confirm{padding:20px 24px 12px}.modal-confirm-text{font-size:14px;color:#0f172a;margin-bottom:8px}.modal-confirm-warning{font-size:13px;color:#b91c1c;margin:0}.modal--chat-history{max-width:640px;max-height:85vh;display:flex;flex-direction:column}.modal-footer--confirm{padding:12px 24px 20px;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;gap:10px}.chat-history-empty{color:#777;font-size:14px;margin:0}.chat-history-list{display:flex;flex-direction:column;gap:12px}.chat-history-item{display:flex;flex-direction:column;gap:8px}.chat-history-meta{font-size:11px;color:#64748b;margin-top:6px;text-align:right;width:100%}.chat-history-role{font-size:11px;font-weight:700;color:#1e40af;text-transform:uppercase;letter-spacing:.25px;margin-bottom:4px}.chat-history-msg{display:flex;width:100%}.chat-history-msg--left{justify-content:flex-start}.chat-history-msg--right{justify-content:flex-end}.chat-history-bubble{max-width:78%;min-width:18vw;border-radius:14px;padding:10px 12px;box-shadow:0 1px 2px #0f172a14;border:1px solid transparent}.chat-history-bubble--user{background:var(--sp-bubble-user);border-color:#e2e8f0;border-top-left-radius:4px}.chat-history-bubble--bot{background:var(--sp-bubble-bot);border-color:#dbeafe;border-top-right-radius:4px}.chat-history-bubble--human{background:var(--sp-bubble-human);border-color:#d1fae5;border-top-right-radius:4px}.chat-history-bubble--human .chat-history-role{color:#1a6b3c}.chat-history-text{font-size:14px;line-height:1.45;color:#0f172a}.chat-history-text--markup{display:block;white-space:normal;margin-top:2px}.chat-history-text--markup ul,.chat-history-text--markup ol{margin:6px 0;padding-left:20px}.chat-history-text--markup li{margin:2px 0}.chat-history-text--markup code{background:#0000000f;padding:2px 6px;border-radius:4px;font-size:13px}.tabs{display:flex;gap:8px;border-bottom:2px solid #e2e8f0;margin-bottom:24px}.tab{padding:12px 20px;background:none;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;margin-bottom:-2px}.tab:hover{color:#1e40af}.tab.active{color:#1e40af;border-bottom-color:#1e40af}.tab-content{display:none}.tab-content.active{display:block}.detail-section{margin-bottom:24px}.detail-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.detail-value{font-size:15px;font-weight:500;color:#1e293b}.json-viewer{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;line-height:1.6;max-height:400px;overflow-y:auto}.interview-table-container{background:#fff;border-radius:8px;border:1px solid #e2e8f0;overflow-x:auto;overflow-y:visible}.interview-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:600px}.interview-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.interview-table th{padding:14px 16px;text-align:left;font-size:12px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px}.interview-table th:nth-child(1){width:50%}.interview-table th:nth-child(2){width:18%}.interview-table th:nth-child(3){width:32%}.interview-table tbody tr{border-bottom:1px solid #e2e8f0}.interview-table tbody tr:last-child{border-bottom:none}.interview-table tbody tr:hover{background-color:#f8fafc}.interview-table td{padding:14px 16px;font-size:14px;font-weight:400;color:#333;vertical-align:middle}.question-cell{font-weight:500;color:#333}.type-cell,.reason-cell{color:#555}.interview-questions-container{display:flex;flex-direction:column;gap:20px}.interview-question-card{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.interview-question-header{padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.interview-question-number{font-size:16px;font-weight:700;color:#0f172a;margin:0}.interview-question-content{padding:20px}.interview-question-text{font-size:15px;font-weight:500;color:#1e293b;margin-bottom:16px;line-height:1.6}.interview-question-details{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid #f1f5f9}.interview-question-detail-row{display:flex;align-items:baseline;gap:12px;font-size:14px;line-height:1.6}.interview-question-detail-label{font-weight:600;color:#475569;min-width:80px}.interview-question-detail-value{color:#1e293b;flex:1;word-break:break-word}.profile-content{display:flex;flex-direction:column;gap:24px}.profile-fields{display:flex;flex-direction:column;gap:16px}.profile-field{display:flex;flex-direction:column;gap:6px}.profile-field-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.profile-field-value{font-size:15px;font-weight:500;color:#1e293b}.profile-link{color:#1e40af;text-decoration:none;word-break:break-all}.profile-link:hover{text-decoration:underline}.profile-about-section{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.tab-content .profile-about-section+.profile-about-section{margin-top:20px}.profile-about-section .profile-data-section-title{font-size:16px;font-weight:700;color:#0f172a;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:0}.profile-about-section .profile-data-section-content{padding:20px;background:#fff}.profile-about-row{display:flex;align-items:baseline;gap:28px;margin-bottom:14px;font-size:14px;line-height:1.6}.profile-about-row:last-child{margin-bottom:0}.profile-about-label{font-weight:600;color:#475569;min-width:180px;flex-shrink:0}.profile-about-value{color:#1e293b;flex:1;word-break:break-word}.profile-job-description{margin:6px 0 0;padding:12px;background:#f8fafc;border-radius:6px;font-size:13px;line-height:1.5;white-space:pre-wrap;word-break:break-word;max-height:320px;overflow-y:auto;color:#1e293b}.profile-certifications-list{display:flex;flex-direction:column;gap:10px}.profile-certification-item{font-size:14px;color:#1e293b;line-height:1.5}.profile-label-value-list{display:flex;flex-direction:column;gap:10px}.profile-label-value-item{font-size:14px;color:#1e293b;line-height:1.5}.profile-label-value-label{font-weight:700;color:#1e293b}.profile-label-value-value{font-weight:400;color:#1e293b}.profile-data-sections{display:flex;flex-direction:column;gap:20px}.profile-data-section{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.profile-data-section-title{font-size:16px;font-weight:700;color:#0f172a;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;margin:0}.profile-data-section-content{padding:20px;background:#fff}.profile-data-json{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:16px;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;line-height:1.6;margin:0;white-space:pre-wrap;word-wrap:break-word}.profile-data-text{font-size:14px;color:#1e293b;line-height:1.6}.form-container{background:#fff;border-radius:12px;padding:32px;max-width:600px;box-shadow:0 1px 3px #00000014;border:1px solid #e2e8f0}.new-batch-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:48px 20px}.new-batch-header{text-align:center;margin-bottom:40px;width:100%}.new-batch-header .page-title{margin-bottom:12px}.new-batch-header .page-subtitle{margin-bottom:0}body.new-process-no-scroll{overflow:hidden!important;height:100vh!important;width:100%}body.new-process-no-scroll #root{height:100%;overflow:hidden;display:flex;flex-direction:column}body.new-process-no-scroll #root>div{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}body.new-process-no-scroll .main-content{flex:1;min-height:0;overflow:hidden}.new-process-screen{height:100%;min-height:0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.new-process-screen .new-batch-page{min-height:0;flex:1;overflow:hidden;padding:24px 20px;display:flex;flex-direction:column;align-items:center}.session-check-message{text-align:center;padding:32px 20px}.session-check-message p{margin-top:16px;font-size:15px;color:#64748b;font-weight:500}.session-invalid-block{width:100%;max-width:720px;margin:0 auto 20px}.form-container-centered{background:#fff;border-radius:16px;padding:40px 48px;width:100%;max-width:720px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:1px solid #e2e8f0;position:relative}.new-batch-form{display:flex;flex-direction:column;gap:0}.new-batch-form .form-row-horizontal{display:grid;grid-template-columns:1fr 1fr;gap:24px}.new-batch-form .form-row-horizontal .form-group,.new-batch-form .form-group-full-width{margin-bottom:16px}.new-batch-form .form-group-full-width:last-of-type{margin-bottom:0}.btn-submit{width:100%;padding:14px 24px;font-size:16px;font-weight:600;margin-top:16px;border-radius:8px;transition:all .2s}.btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}@media(max-width:768px){.new-batch-page{padding:32px 16px}.form-container-centered{padding:32px 24px;max-width:100%}.new-batch-form .form-row-horizontal{grid-template-columns:1fr}}.form-group{margin-bottom:24px}.new-batch-form .form-group{margin-bottom:16px}.new-batch-form .form-group:last-of-type{margin-bottom:0}.form-label{display:block;font-size:14px;font-weight:600;color:#1e293b;margin-bottom:8px}.form-label .required{color:#ef4444}.form-input{width:100%;padding:12px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;transition:all .2s;background:#fff;color:#1e293b}.form-input:focus{outline:none;border-color:#1e40af;box-shadow:0 0 0 3px #3b82f61a}.form-textarea{height:160px;resize:none;font-family:inherit;line-height:1.5;overflow-y:auto}.form-label-checkbox{display:inline-flex;align-items:center;gap:10px;margin-bottom:0;cursor:pointer;font-weight:500}.form-checkbox{width:18px;height:18px;accent-color:#1e40af;cursor:pointer}.form-group-full-width .form-hint{display:block;font-size:13px;color:#64748b;margin-top:6px;margin-left:28px}.sessions-table-container{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000000f;border:1px solid #e5e7eb;overflow:hidden}.sessions-table{width:100%;border-collapse:collapse;table-layout:fixed}.sessions-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.sessions-table th{padding:18px 20px;text-align:left;font-size:13px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;width:20%}.sessions-table th:nth-child(5){width:20%;min-width:200px}.sessions-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.sessions-table tbody tr:last-child{border-bottom:none}.sessions-table tbody tr:hover{background-color:#f8fafc}.sessions-table td{padding:18px 20px;font-size:14px;color:#1e293b;text-align:left;width:20%}.session-domain-cell{font-weight:600;color:#0f172a}.session-owner-cell{color:#64748b}.session-actions-cell{width:20%}.session-actions{display:flex;gap:8px;align-items:center}.btn-download{background:#10b981;color:#fff;border-color:#10b981;padding:8px 16px;font-size:14px;font-weight:600;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid #10b981}.btn-download:hover:not(:disabled){background:#059669;border-color:#059669;transform:translateY(-1px);box-shadow:0 2px 4px #10b9814d}.btn-download:disabled{opacity:.5;cursor:not-allowed}@media(max-width:768px){.dashboard-section-header{flex-direction:column;align-items:flex-start;gap:12px}.dashboard-section-actions{width:100%;flex-direction:column;gap:12px}.search-input,.dashboard-filter-select{width:100%;min-width:unset}.dashboard-table-container{overflow-x:auto}.dashboard-table{min-width:800px}.dashboard-table th,.dashboard-table td{padding:14px 20px;font-size:13px}.table-footer{flex-direction:column;align-items:flex-start;gap:12px}.table-footer-nav{width:100%;justify-content:space-between}.table-footer-btn{flex:1}.modal{width:100%;min-width:unset;max-width:calc(100vw - 40px);height:90vh;min-height:400px}.modal-header{padding:16px 20px}.modal-title{font-size:18px}.modal-body{padding:20px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab{padding:10px 16px;font-size:13px;white-space:nowrap}.profile-about-row{flex-direction:column;gap:6px;margin-bottom:16px}.profile-about-label{min-width:unset;font-size:13px}.profile-about-value{font-size:14px}.profile-data-section-title{font-size:15px;padding:14px 16px}.profile-data-section-content{padding:16px}.interview-question-card{margin-bottom:16px}.interview-question-header{padding:14px 16px}.interview-question-content{padding:16px}.interview-question-number{font-size:15px}.interview-question-detail-row{flex-direction:column;gap:4px}.interview-question-detail-label{min-width:unset}.health-components{width:100%;gap:12px}.health-component{flex:1;min-width:unset}.dashboard-charts-row{gap:16px;margin-top:20px}.dashboard-chart-card{padding:16px}.dashboard-chart-title{font-size:15px}.timeseries-row{grid-template-columns:80px 1fr 60px;gap:8px;font-size:12px}.jobcounts-row{grid-template-columns:1fr 1.5fr 35px;gap:8px;font-size:12px}.chart-footer-metrics{flex-direction:column;align-items:flex-start;gap:12px}.chart-footer-divider{display:none}}@media(max-width:480px){.dashboard-container{padding:16px 12px}.dashboard-header{margin-bottom:16px}.dashboard-title{font-size:20px}.dashboard-subtitle{font-size:13px}.dashboard-stats-grid{gap:12px;margin-top:12px;margin-bottom:20px}.dashboard-stat-card{padding:18px 20px}.dashboard-stat-value{font-size:24px}.dashboard-stat-label{font-size:12px}.dashboard-stat-description{font-size:11px}.dashboard-batches-section{margin-top:24px}.dashboard-section-title{font-size:20px}.dashboard-section-description{font-size:13px}.logo{font-size:20px}.nav{gap:12px}.nav-link{font-size:13px}.modal{max-width:calc(100vw - 20px);height:95vh;min-height:350px;padding:0}.modal-header{padding:14px 16px}.modal-title{font-size:16px}.modal-close{width:32px;height:32px;font-size:22px}.modal-body{padding:16px}.tab{padding:8px 12px;font-size:12px}.profile-about-section .profile-data-section-title{font-size:14px;padding:12px 14px}.profile-about-section .profile-data-section-content{padding:14px}.profile-about-row{margin-bottom:12px}.profile-about-label{font-size:12px}.profile-about-value{font-size:13px}.profile-data-section-title{font-size:14px;padding:12px 14px}.profile-data-section-content{padding:14px}.profile-label-value-item{font-size:13px}.interview-question-header{padding:12px 14px}.interview-question-content{padding:14px}.interview-question-number,.interview-question-text{font-size:14px}.interview-question-detail-row{font-size:13px}.new-batch-page{padding:24px 12px}.new-batch-header{margin-bottom:24px}.new-batch-header .page-title{font-size:22px}.form-container-centered{padding:24px 20px}.form-label{font-size:13px}.form-input{font-size:14px;padding:10px 12px}.form-textarea{height:120px}.btn-submit{padding:12px 20px;font-size:15px}.table-footer{padding:12px 16px}.table-footer-pill{font-size:12px;padding:5px 12px}.table-footer-total{font-size:12px}.table-footer-btn{padding:6px 12px;font-size:13px}.dashboard-view-button{padding:6px 12px;font-size:12px}.dashboard-chart-card{padding:14px}.dashboard-chart-title{font-size:14px}.timeseries-row{grid-template-columns:70px 1fr 50px;gap:6px;font-size:11px}.timeseries-date,.timeseries-legend{font-size:11px}.jobcounts-row{grid-template-columns:1fr 1fr 30px;gap:6px;font-size:11px}.jobcounts-label{font-size:11px;max-width:120px}.chart-filter-pills{flex-wrap:wrap;gap:6px}.chart-filter-pill{padding:5px 12px;font-size:12px}.chart-footer-metric-value{font-size:1.2rem}.chart-footer-metric-label{font-size:.85rem}}@media(min-width:481px)and (max-width:768px){.dashboard-table{min-width:900px}.modal{max-width:calc(100vw - 60px)}}@media(min-width:769px)and (max-width:1024px){.dashboard-table-container{overflow-x:auto}.dashboard-table{min-width:900px}.modal{width:85%;max-width:800px}}:root{--sp-sidebar-bg: #ffffff;--sp-search-bg: #f8fafc;--sp-conv-hover: #f8fafc;--sp-conv-active: #eef4ff;--sp-chat-bg: #f8fafc;--sp-bubble-user: #ffffff;--sp-bubble-bot: #eef4ff;--sp-bubble-human: #e8f9ef;--sp-bubble-shadow: 0 2px 10px rgba(15, 23, 42, .08);--sp-header-bg: #ffffff;--sp-header-fg: #1e293b;--sp-tick-blue: #53bdeb;--sp-badge-open: #22c55e;--sp-badge-answered: #1e40af;--sp-badge-closed: #8696a0;--sp-border: #e2e8f0;--sp-text-primary: #111b21;--sp-text-secondary: #667781}.sp-page{display:flex;flex-direction:column;height:calc(100vh - 64px);overflow:hidden;padding:20px;max-width:1400px;margin:0 auto}.sp-page-header{padding:0 0 14px;flex-shrink:0}.sp-layout{display:flex;flex:1;overflow:hidden;border:1px solid var(--sp-border);border-radius:14px;background:#fff;box-shadow:0 8px 24px #0f172a0f}.sp-sidebar-wrap{display:flex;flex-direction:column;width:360px;min-width:300px;max-width:400px;flex-shrink:0;border-right:1px solid var(--sp-border);background:var(--sp-sidebar-bg);overflow:hidden}.sp-sidebar{display:flex;flex-direction:column;flex:1;overflow:hidden}.sp-search-area{padding:12px;background:var(--sp-search-bg);flex-shrink:0;border-bottom:1px solid var(--sp-border)}.sp-search-wrap{display:flex;align-items:center;background:#fff;border-radius:8px;padding:10px 12px;gap:8px;border:1px solid var(--sp-border)}.sp-search-icon{color:var(--sp-text-secondary);width:16px;height:16px;flex-shrink:0;opacity:.75}.sp-search-input{border:none;outline:none;background:transparent;font-size:14px;color:#64748b;width:100%}.sp-search-input::placeholder{color:var(--sp-text-secondary)}.sp-filters{padding:10px 12px 8px;flex-shrink:0;border-bottom:1px solid var(--sp-border);background:var(--sp-sidebar-bg)}.sp-filter-group{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:6px}.sp-filter-btn{padding:3px 10px;border-radius:8px;border:1px solid var(--sp-border);background:transparent;font-size:12px;cursor:pointer;color:var(--sp-text-secondary);transition:all .15s}.sp-filter-btn--active{background:#1e40af;color:#fff;border-color:#1e40af}.sp-conv-list{flex:1;overflow-y:auto}.sp-list-empty{padding:32px 16px;text-align:center;color:var(--sp-text-secondary);font-size:14px}.sp-conv-item{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:none;border-bottom:1px solid var(--sp-border);background:transparent;width:100%;text-align:left;cursor:pointer;transition:background .12s}.sp-conv-item:hover{background:var(--sp-conv-hover)}.sp-conv-item--active{background:var(--sp-conv-active);box-shadow:inset 3px 0 #1e40af}.sp-avatar{width:44px;height:44px;border-radius:50%;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0;letter-spacing:.5px}.sp-avatar--answered,.sp-avatar--closed,.sp-avatar--open{background:#1e40af;color:#fff}.sp-avatar--lg{width:40px;height:40px;font-size:13px}.sp-conv-info{flex:1;min-width:0}.sp-conv-row{display:flex;justify-content:space-between;align-items:baseline;gap:4px;margin-bottom:2px}.sp-conv-name{font-size:14px;font-weight:500;color:var(--sp-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-conv-time{font-size:11px;color:var(--sp-text-secondary);flex-shrink:0}.sp-conv-preview{font-size:13px;color:var(--sp-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.sp-badge{font-size:10px;font-weight:600;padding:5px 7px;border-radius:5px;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:1}.sp-badge--open{background:#e8fff0;color:var(--sp-badge-open)}.sp-badge--answered{background:#e3f4fd;color:var(--sp-badge-answered)}.sp-badge--closed{background:#f0f2f5;color:var(--sp-badge-closed)}.sp-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding:10px;border-top:1px solid var(--sp-border);flex-shrink:0}.sp-page-btn{font-size:13px;padding:4px 12px}.sp-page-info{font-size:13px;color:var(--sp-text-secondary)}.sp-chat-wrap{flex:1;display:flex;overflow:hidden;background:var(--sp-chat-bg)}.sp-chat-panel{display:flex;flex-direction:column;flex:1;overflow:hidden}.sp-chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--sp-header-bg);color:var(--sp-header-fg);flex-shrink:0;min-height:60px;border-bottom:1px solid var(--sp-border)}.sp-back-btn{background:transparent;border:none;color:var(--sp-header-fg);cursor:pointer;padding:4px;border-radius:4px;display:none;align-items:center}.sp-chat-header-info{flex:1;min-width:0}.sp-chat-contact-name{font-weight:600;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-chat-contact-sub{font-size:12px;opacity:1;color:var(--sp-text-secondary);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sp-chat-contact-sub .sp-badge{font-size:9px}.sp-chat-header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sp-status-btn{font-size:13px;font-weight:500;padding:7px 12px;border-radius:8px;line-height:1.15;white-space:nowrap}.sp-status-btn--close{background:#fff;color:#1e40af;border-color:#cbd5e1}.sp-status-btn--close:hover{background:#eff6ff}.sp-status-btn--reopen{background:var(--sp-badge-open);color:#fff;border-color:transparent}.sp-status-btn--reopen:hover:not(:disabled),.sp-status-btn.sp-status-btn--reopen:hover:not(:disabled),.sp-chat-header-actions .sp-status-btn--reopen:hover:not(:disabled){background:#16a34a!important;color:#fff!important;border-color:#16a34a!important}.sp-messages-area{flex:1;overflow-y:auto;padding:18px 14px;display:flex;flex-direction:column;gap:2px}.sp-messages-loading,.sp-messages-empty{display:flex;align-items:center;justify-content:center;flex:1;color:var(--sp-text-secondary);font-size:14px}.sp-message-group{display:flex;flex-direction:column;gap:4px}.sp-msg{display:flex;margin-bottom:4px}.sp-msg--user{justify-content:flex-start}.sp-msg--bot,.sp-msg--human{justify-content:flex-end}.sp-bubble{max-width:70%;min-width:18vw;padding:8px 12px 7px;border-radius:12px;box-shadow:var(--sp-bubble-shadow);font-size:14px;line-height:1.5;word-break:break-word;position:relative}.sp-bubble--user{background:var(--sp-bubble-user);border-top-left-radius:4px;border:1px solid #e2e8f0}.sp-bubble--bot{background:var(--sp-bubble-bot);border-top-right-radius:4px;border:1px solid #dbeafe}.sp-bubble--human{background:var(--sp-bubble-human);border-top-right-radius:4px;border:1px solid #d1fae5}.sp-bubble-label{font-size:11px;font-weight:600;color:#1e40af;margin-bottom:4px;opacity:.85}.sp-bubble--human .sp-bubble-label{color:#1a6b3c}.sp-bubble-content{white-space:normal}.sp-bubble-content p{margin:0 0 6px}.sp-bubble-content p:last-child{margin-bottom:0}.sp-bubble-content ul,.sp-bubble-content ol{margin:6px 0 0;padding-left:18px;list-style-position:outside}.sp-bubble-content li{margin:2px 0}.sp-bubble-content code{background:#0f172a14;padding:1px 5px;border-radius:4px;font-size:12px}.sp-msg-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px}.sp-msg-time{font-size:11px;color:var(--sp-text-secondary);white-space:nowrap}.sp-double-tick{display:flex;align-items:center}.sp-double-tick svg path{stroke:var(--sp-tick-blue)}.sp-reply-bar{background:#fff;padding:10px 12px;border-top:1px solid var(--sp-border);flex-shrink:0}.sp-reply-error{margin-bottom:6px}.sp-reply-input-row{display:flex;gap:8px;align-items:flex-end;overflow:visible}.sp-emoji-wrap{position:relative;flex-shrink:0}.sp-emoji-btn{width:42px;height:42px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;line-height:0;background:#fff;border:1px solid var(--sp-border);color:#475569}.sp-emoji-btn:hover:not(:disabled){background:#f8fafc;color:#1e293b}.sp-emoji-popover{position:absolute;bottom:48px;left:0;width:min(320px,calc(100vw - 32px));max-width:calc(100vw - 32px);background:#fff;border:1px solid var(--sp-border);border-radius:10px;box-shadow:0 10px 24px #0f172a1f;padding:0;z-index:1000;overflow:visible}@media(max-width:768px){.sp-emoji-popover{width:min(320px,calc(100vw - 32px));left:0}}.sp-emoji-popover .EmojiPickerReact{--epr-hover-bg-color: #f1f5f9;--epr-bg-color: #ffffff;--epr-category-label-bg-color: #ffffff;--epr-search-border-color: #e2e8f0;width:100%!important;border:0!important;box-shadow:none!important}.sp-emoji-popover .epr-search-container input{border-radius:8px!important;font-size:13px!important}.sp-emoji-popover .epr-emoji-category-label{font-size:11px!important;color:#64748b!important}.sp-reply-input{flex:1;border:1px solid var(--sp-border);border-radius:10px;padding:11px 14px;font-size:14px;resize:none;outline:none;background:#fff;color:var(--sp-text-primary);max-height:84px;min-height:44px;line-height:1.4;font-family:inherit;overflow-y:auto}.sp-reply-input:focus{border-color:var(--sp-header-bg);box-shadow:0 0 0 2px #1e40af1f}.sp-reply-input:disabled{background:#f5f5f5;color:var(--sp-text-secondary)}.sp-send-btn{width:42px;height:42px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1e40af;border-color:transparent;flex-shrink:0}.sp-send-btn:hover:not(:disabled){background:#1e3a8a}.sp-no-selection{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--sp-text-secondary);font-size:15px;background:#f8fafc}.sp-no-selection-icon{color:var(--sp-text-secondary);opacity:.5}@media(max-width:768px){.sp-page{height:calc(100vh - 56px);padding:12px}.sp-layout{position:relative}.sp-sidebar-wrap{width:100%;max-width:none;min-width:0;border-right:none;position:absolute;inset:0;z-index:1;transition:transform .2s ease}.sp-sidebar-wrap--hidden{transform:translate(-100%);pointer-events:none}.sp-chat-wrap{position:absolute;inset:0;z-index:2;transition:transform .2s ease;transform:translate(100%)}.sp-chat-wrap--hidden{transform:translate(100%);pointer-events:none}.sp-layout:has(.sp-sidebar-wrap--hidden) .sp-chat-wrap{transform:translate(0)}.sp-back-btn{display:flex}.sp-bubble{max-width:80%}.sp-page-header--hidden-mobile,.sp-hidden-mobile{display:none}}@media(min-width:769px){.sp-back-btn{display:none}.sp-sidebar-wrap--hidden,.sp-chat-wrap--hidden{transform:none!important;pointer-events:auto!important}}.sp-messages-area::-webkit-scrollbar,.sp-conv-list::-webkit-scrollbar{width:4px}.sp-messages-area::-webkit-scrollbar-thumb,.sp-conv-list::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.sp-messages-area{background-image:linear-gradient(180deg,#f8fafc,#f6f9ff)}
