:root{color:#172026;background:#f4f6f8;font-family:Inter,Microsoft YaHei,PingFang SC,system-ui,sans-serif;font-synthesis:none;letter-spacing:0}*{box-sizing:border-box}body{margin:0;overflow-x:hidden}button,input,textarea{font:inherit}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:0;border-radius:6px;color:#fff;background:#176b87;cursor:pointer}button:hover{background:#13566c}button.secondary{color:#34424a;background:#e8edf0}button.secondary:hover{background:#dbe3e8}button:disabled{cursor:not-allowed;opacity:.55}input,textarea,select{width:100%;border:1px solid #d5dde3;border-radius:6px;background:#fff;color:#172026;padding:10px 12px;outline:none}textarea{min-height:140px;resize:vertical}input:focus,textarea:focus{border-color:#176b87;box-shadow:0 0 0 3px #176b871f}select:focus{border-color:#176b87;box-shadow:0 0 0 3px #176b871f;outline:none}.shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:28px;padding:24px;color:#f7fbfc;background:#16313a;min-width:0}.brand{display:flex;align-items:center;gap:12px}.brand-icon{width:32px;height:32px;flex:0 0 auto;border-radius:8px}.brand strong,.brand span{display:block}.brand span,.panel-title span,.eyebrow{color:#6f7f89;font-size:13px}.brand span{color:#bfd1d8}nav{display:grid;gap:8px}nav a{position:relative;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#d9e7eb;text-decoration:none;padding:10px 12px;border-radius:6px}nav a:hover{background:#ffffff14}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:99px;color:#fff;background:#d84a31;font-size:12px;font-weight:800}.status{margin-top:auto;display:flex;align-items:center;gap:8px;font-size:14px;color:#d9e7eb}.dot{width:9px;height:9px;border-radius:99px;background:#d95d39}.dot.online{background:#62b36f}.content{padding:28px;min-width:0;overflow-x:hidden}.topbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px) auto;gap:16px;align-items:end;margin-bottom:22px}.topbar h1{margin:4px 0 0;font-size:28px}.eyebrow{margin:0;text-transform:uppercase}.password{display:grid;gap:6px;font-size:13px;color:#55636b}.metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-bottom:18px}.metric,.panel,.notice{background:#fff;border:1px solid #e1e7eb;border-radius:8px}.runtime{margin-bottom:18px}.service-control{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;border-color:#bad8c1;background:#f4fbf6}.service-control.offline{border-color:#f0c36a;background:#fff8df}.service-control h2{margin:4px 0 6px;font-size:22px}.service-control p{margin:0;color:#52626b;line-height:1.55}.service-control-label{color:#61717a;font-size:13px;font-weight:700}.service-control-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}button.danger{background:#b7432d}button.danger:hover{background:#933624}.follow-up-dashboard{margin-bottom:18px;border-color:#cfdfe5;background:#fafdff}.hot-customers{margin-bottom:18px;border-color:#e8d9bb;background:#fffdf8}.hot-customer-list{display:grid;gap:10px}.hot-customer-list button{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;color:inherit;text-align:left;border:1px solid #e5e0d5;border-radius:6px;background:#fff}.hot-customer-list span{display:grid;gap:4px;min-width:0}.hot-customer-list small{color:#61717a;overflow-wrap:anywhere}.sales-badge{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:2px 8px;color:#42515a;font-size:12px;font-weight:700;border-radius:999px;background:#eef3f5;white-space:nowrap}.sales-badge.hot{color:#806016;background:#fff0bc}.sales-badge.closing{color:#8a3c22;background:#ffe0d2}.sales-badge.converted{color:#2f6a45;background:#dff3e6}.learning-status{margin-bottom:18px;border-color:#d7e4db;background:#fbfdfb}.learning-status .panel-title{gap:14px}.learning-status .panel-actions{flex-wrap:wrap}.learning-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.learning-status-grid>div{display:grid;gap:6px;padding:14px;border:1px solid #e1e7eb;border-radius:6px;background:#fff}.learning-status-grid span,.learning-status-meta{color:#61717a;font-size:13px}.learning-status-grid strong{font-size:24px}.learning-status-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.learning-status-meta span{display:inline-flex;align-items:center;min-height:28px;padding:4px 9px;border-radius:6px;background:#eef5f0}.follow-up-dashboard-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.follow-up-dashboard-grid>div{display:grid;gap:6px;padding:14px;border:1px solid #e1e7eb;border-radius:6px;background:#fff}.follow-up-dashboard-grid>div.urgent{border-color:#f0c36a;background:#fff8df}.follow-up-dashboard-grid span{color:#61717a;font-size:13px}.follow-up-dashboard-grid strong{font-size:24px}.follow-up-hint{margin:12px 0 0;color:#52626b}.runtime-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.runtime-grid>div{display:grid;gap:6px;padding:14px;border-radius:6px;background:#f8fafb}.runtime-grid span{color:#61717a;font-size:13px}.runtime-grid strong{overflow-wrap:anywhere}.metric{display:grid;gap:6px;padding:18px}.metric-button{width:100%;color:inherit;text-align:left;cursor:pointer}.metric-button:hover,.clickable-card:hover,.click-table tbody tr:hover{border-color:#b9d5df;background:#f5fbfd}.metric-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:8px;color:#176b87;background:#e8f3f6}.metric span{color:#61717a}.metric strong{font-size:26px}.click-table tbody tr{cursor:pointer}.link-button{width:fit-content;min-height:auto;padding:0;color:#176b87;border:0;background:transparent;box-shadow:none;font:inherit;text-align:left;text-decoration:underline;text-underline-offset:3px}.link-button:hover{color:#0f5369;background:transparent}.strong-link{font-weight:800}.clickable-card{cursor:pointer}.reply-alert{position:fixed;top:24px;right:24px;z-index:30;display:grid;grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;gap:12px;width:min(680px,calc(100vw - 48px));padding:14px;border:1px solid #f0c36a;border-radius:8px;color:#2f2510;background:#fff8df;box-shadow:0 14px 36px #18242c2e;cursor:pointer}.reply-alert:focus{outline:3px solid rgba(23,107,135,.22);outline-offset:2px}.reply-alert strong,.reply-alert span{display:block}.reply-alert span{margin-top:4px;overflow:hidden;color:#6b5719;text-overflow:ellipsis;white-space:nowrap}.audio-enable{position:fixed;right:24px;bottom:24px;z-index:25;color:#1f3d2a;background:#dff4e6;box-shadow:0 10px 24px #18242c29}.audio-enable:hover{background:#cbeed7}.urgent-band{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:14px 16px;border:1px solid #f0c36a;border-radius:8px;color:#3a2c0c;background:#fff8df}.urgent-band span{flex:1;color:#6b5719}.join-item.highlighted{border-color:#f0b13d;background:#fffaf0;box-shadow:0 0 0 3px #f0b13d3d;animation:draft-highlight 1.4s ease-in-out 2}@keyframes draft-highlight{0%,to{box-shadow:0 0 0 3px #f0b13d33}50%{box-shadow:0 0 0 6px #d84a313d}}.panel{padding:18px;margin-bottom:18px}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.panel-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.join-title{align-items:flex-start}.filters{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.filters select{width:150px}.bulk-join-time{width:210px}.checkbox.compact{min-height:38px;padding:0 8px}.status-pill{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:99px;color:#87331f;background:#ffe1d8;font-size:13px;font-weight:700}.status-pill.online{color:#236238;background:#ddf4e4}.panel h2{margin:0;font-size:18px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px}th,td{text-align:left;padding:11px 10px;border-bottom:1px solid #edf1f3;vertical-align:top}th{color:#52626b;font-weight:600;background:#f8fafb}td{max-width:360px;overflow-wrap:anywhere}.empty{display:grid;place-items:center;min-height:120px;color:#71808a;background:#f8fafb;border-radius:6px}.empty.small{min-height:72px}.follow-up-board{display:grid;gap:16px}.business-report-page{display:grid;gap:0}.report-control{margin-bottom:18px}.report-range{display:flex;flex-wrap:wrap;gap:10px;max-width:640px}.report-range select,.report-range input{width:auto;min-width:150px}.report-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start}.report-side{display:grid;gap:18px}.report-summary{margin:0 0 14px;color:#263840;line-height:1.7}.report-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.report-kpis>div{display:grid;gap:4px;min-height:78px;padding:12px;border:1px solid #e1e7eb;border-radius:8px;background:#f8fafb}.report-kpis span,.funnel-row span,.guidance-note,.report-history small{color:#61717a;font-size:12px}.report-kpis strong{font-size:24px;color:#172026}.report-visual-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.85fr);gap:18px}.report-visual-grid h2{margin-bottom:12px}.trend-chart{display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:10px;min-height:190px;align-items:end}.trend-day{display:grid;gap:8px;justify-items:center}.trend-bars{display:flex;align-items:end;gap:4px;width:24px;height:150px}.trend-bars span{width:10px;border-radius:4px 4px 0 0}.trend-bars .inbound{background:#176b87}.trend-bars .outbound{background:#62b36f}.trend-day small{color:#61717a;font-size:11px}.funnel-chart{display:grid;gap:12px}.funnel-row{display:grid;grid-template-columns:64px minmax(0,1fr) 36px;gap:10px;align-items:center}.funnel-row>div{height:14px;border-radius:99px;background:#e8edf0;overflow:hidden}.funnel-row i{display:block;height:100%;border-radius:inherit;background:#d8a23a}.funnel-row strong{text-align:right}.report-insights{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.insight-list{min-height:150px;padding:14px;border:1px solid #e1e7eb;border-radius:8px;background:#fbfcfd}.insight-list.warning{border-color:#f1d3c7;background:#fff8f5}.insight-list h3{margin:0 0 10px;font-size:15px}.insight-list ul{margin:0;padding-left:18px}.insight-list li,.insight-list p{margin:0 0 8px;color:#34424a;line-height:1.55}.guidance-panel textarea{min-height:180px}.guidance-note{margin:0;line-height:1.5}.report-history-list{display:grid;gap:8px}.report-history-item{justify-content:flex-start;width:100%;min-height:54px;padding:10px;color:#34424a;background:#f8fafb;border:1px solid #e1e7eb}.report-history-item:hover,.report-history-item.active{color:#123542;background:#e8f3f6}.report-history-item span{display:grid;gap:2px;text-align:left}.follow-up-section{display:grid;gap:10px}.follow-up-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.follow-up-section-title h3{margin:0;font-size:15px}.follow-up-section-title span{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:99px;color:#31505d;background:#e8f3f6;font-weight:800;font-size:12px}.follow-up-time-edit{max-width:280px}.join-list{display:grid;gap:12px}.join-item{display:grid;gap:10px;padding:14px;border:1px solid #e1e7eb;border-radius:8px;background:#fbfcfd}.join-main,.join-meta{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.join-actions{display:flex;gap:10px;flex-wrap:wrap}.join-main>div{display:grid;gap:2px;min-width:150px}.label{color:#61717a;font-size:12px}.join-item p{margin:0;color:#34424a;white-space:pre-wrap}.join-meta{color:#61717a;font-size:13px}.reason{padding:10px 12px;border-radius:6px;color:#67510f;background:#fff6d8}.badge{display:inline-flex;align-items:center;width:fit-content;min-height:28px;padding:0 10px;border-radius:99px;font-size:13px;font-weight:700;color:#52626b;background:#e8edf0}.badge.approved{color:#236238;background:#ddf4e4}.badge.hold,.badge.waiting_preferred{color:#895600;background:#fff0cc}.badge.rejected{color:#87331f;background:#ffe1d8}.badge.ignored_before_start{color:#6f7f89;background:#edf1f3}.split-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px}.form{display:grid;gap:12px;align-content:start}.course-info-editor{position:relative}.course-info-editor .field span,.course-info-editor .checkbox{font-weight:700}.compact-title{margin-bottom:2px}.course-info-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.course-info-summary div{min-height:76px;padding:12px;border:1px solid #e1e7eb;border-radius:8px;background:#f8fafb}.course-info-summary span{display:block;margin-bottom:6px;color:#6f7f89;font-size:13px}.course-info-summary strong{display:block;color:#17232b;line-height:1.45;overflow-wrap:anywhere}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reply-editor{min-height:110px;line-height:1.6}.checkbox{display:inline-flex;align-items:center;gap:8px;color:#52626b}.field{display:grid;gap:6px;color:#52626b;font-size:13px}.checkbox input{width:auto}.notice{display:flex;align-items:center;gap:10px;padding:14px 16px;color:#52626b}.chat-shell{display:grid;grid-template-columns:286px minmax(0,1fr);height:100vh;min-height:0;color:#16191c;background:#f2f4f5}.chat-list-pane{display:grid;grid-template-rows:auto auto minmax(0,1fr);border-right:1px solid #dfe4e8;background:#f7f8f9;min-width:0}.chat-list-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 14px 8px}.chat-back{color:#176b87;text-decoration:none;font-size:13px}.chat-search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;margin:0 10px 10px;padding:0 10px;border-radius:6px;background:#ebeff2}.chat-search input{border:0;padding:9px 0;background:transparent;box-shadow:none}.chat-thread-list{overflow-y:auto;min-height:0}.chat-thread{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-height:64px;padding:10px 12px;border-radius:0;color:#172026;background:transparent;text-align:left}.chat-thread:hover,.chat-thread.active{background:#e4e8eb}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:99px;color:#fff;background:#176b87;font-weight:800}.chat-thread-main{display:grid;gap:4px;min-width:0}.chat-thread-main strong,.chat-thread-main small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-thread-main small,.chat-thread time,.chat-header span,.message-bubble time{color:#74818a;font-size:12px}.chat-window{display:grid;grid-template-rows:auto minmax(0,1fr) auto auto;min-width:0;min-height:0;background:#f2f4f5}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:10px 16px;border-bottom:1px solid #dfe4e8;background:#fff}.chat-header div{display:grid;gap:2px;min-width:0}.chat-header .chat-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.chat-messages{display:flex;flex-direction:column;gap:14px;overflow-y:auto;min-height:0;padding:22px 26px}.message-row{display:flex}.message-row.out{justify-content:flex-end}.message-bubble{max-width:min(620px,72%);padding:10px 13px 8px;border-radius:8px;background:#fff;box-shadow:0 1px 1px #14222c0a}.message-row.out .message-bubble{background:#cfeeff}.message-bubble p{margin:0;white-space:pre-wrap;line-height:1.55}.message-bubble time{display:block;margin-top:6px;text-align:right}.sales-profile-card{display:grid;gap:8px;margin:0 16px 12px;padding:12px 14px;border:1px solid #e2d7bf;border-radius:6px;background:#fffdf8}.sales-profile-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.sales-profile-card span,.sales-profile-card small{color:#61717a;font-size:13px}.sales-profile-card p{margin:0;color:#172026}.sales-profile-card ul{display:flex;flex-wrap:wrap;gap:6px;padding:0;margin:0;list-style:none}.sales-profile-card li{padding:4px 8px;border-radius:999px;color:#42515a;background:#f0f3f5;font-size:12px}.sales-profile-card button{width:fit-content;min-height:34px}.chat-composer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:14px 16px;border-top:1px solid #dfe4e8;background:#fff}.chat-composer textarea{min-height:92px;max-height:180px;resize:vertical;border-color:transparent;background:#f7f8f9}.chat-composer button{min-width:92px;height:42px}.chat-empty{padding:18px;color:#74818a;text-align:center}.chat-empty.large{margin:auto}.rules{display:grid;gap:10px;color:#52626b;line-height:1.65}.rules p{margin:0}.mobile-duty{min-height:100vh;padding:16px 14px 92px;color:#172026;background:#f3f5f6}.mobile-duty button{min-height:44px}.mobile-duty-header,.mobile-login,.mobile-summary-grid,.mobile-card,.mobile-chat-panel,.mobile-status-line{border:1px solid #e0e6ea;border-radius:8px;background:#fff}.mobile-duty-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px}.mobile-duty-header p,.mobile-duty-header h1{margin:0}.mobile-duty-header p{color:#667680;font-size:13px}.mobile-duty-header h1{margin-top:3px;font-size:24px}.mobile-icon-button{width:46px;padding:0}.mobile-login{display:grid;gap:10px;margin-top:12px;padding:12px}.mobile-login label{display:grid;gap:6px;color:#52626b;font-size:13px}.mobile-status{min-height:34px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#87331f;background:#ffe1d8;font-weight:800}.mobile-status.online{color:#236238;background:#ddf4e4}.mobile-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin-top:12px;background:#e0e6ea}.mobile-summary-grid button,.mobile-summary-grid div{display:grid;gap:4px;place-items:center;min-height:78px;border-radius:0;color:#172026;background:#fff}.mobile-summary-grid span{font-size:24px;font-weight:900}.mobile-summary-grid strong{color:#61717a;font-size:12px}.mobile-status-line{margin-top:12px;padding:10px 12px;color:#52626b;font-size:13px}.mobile-section-stack,.mobile-chat-workspace{display:grid;gap:12px;margin-top:14px}.mobile-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.mobile-section-title h2{margin:0;font-size:18px}.mobile-section-title button{min-height:34px;color:#176b87;background:#e8f3f6}.mobile-empty{display:grid;place-items:center;min-height:84px;padding:16px;border:1px dashed #d5dde3;border-radius:8px;color:#71808a;background:#fafbfc;text-align:center}.mobile-priority-list,.mobile-thread-list{display:grid;gap:8px}.mobile-priority-list button,.mobile-thread-list button{width:100%;justify-content:flex-start;min-width:0;color:#172026;background:#fff;border:1px solid #e0e6ea;text-align:left}.mobile-priority-list button{display:grid;gap:4px;padding:12px}.mobile-priority-list span{color:#61717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-card{display:grid;gap:10px;padding:12px}.mobile-card-top,.mobile-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.mobile-card-top span,.mobile-card-meta{color:#61717a;font-size:12px}.mobile-card p{margin:0;color:#34424a;line-height:1.55;white-space:pre-wrap}.mobile-card textarea{min-height:128px;line-height:1.55}.mobile-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.72fr);gap:8px}.mobile-chat-search{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:0 10px;border:1px solid #dbe3e8;border-radius:8px;background:#fff}.mobile-chat-search input{border:0;background:transparent;box-shadow:none}.mobile-thread-list{max-height:250px;overflow-y:auto}.mobile-thread-list button{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:10px}.mobile-thread-list button.active{border-color:#176b87;background:#e8f3f6}.mobile-thread-list span:not(.avatar){display:grid;gap:4px;min-width:0}.mobile-thread-list strong,.mobile-thread-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-thread-list small,.mobile-thread-list time,.mobile-chat-title span,.mobile-message time{color:#74818a;font-size:12px}.mobile-chat-panel{display:grid;min-height:420px;overflow:hidden}.mobile-chat-title{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-bottom:1px solid #e0e6ea}.mobile-chat-messages{display:flex;flex-direction:column;gap:10px;max-height:430px;overflow-y:auto;padding:12px;background:#f7f8f9}.mobile-message{max-width:86%;padding:10px 12px 8px;border-radius:8px;background:#fff}.mobile-message.out{align-self:flex-end;background:#cfeeff}.mobile-message p{margin:0;line-height:1.55;white-space:pre-wrap}.mobile-message time{display:block;margin-top:5px;text-align:right}.mobile-composer{display:grid;gap:8px;padding:12px;border-top:1px solid #e0e6ea}.mobile-composer textarea{min-height:96px}.mobile-tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;padding:8px 10px max(8px,env(safe-area-inset-bottom));border-top:1px solid #dbe3e8;background:#fffffff5;box-shadow:0 -8px 24px #14222c14}.mobile-tabbar button{display:grid;gap:3px;min-height:54px;color:#667680;background:transparent;font-size:12px}.mobile-tabbar button.active{color:#176b87;background:#e8f3f6}@media(max-width:980px){.shell{grid-template-columns:1fr}.chat-shell{grid-template-columns:1fr;height:auto;min-height:100vh}.chat-list-pane{max-height:42vh;border-right:0;border-bottom:1px solid #dfe4e8}.chat-window{min-height:58vh}.message-bubble{max-width:88%}.chat-composer{grid-template-columns:1fr}.sidebar{position:static;height:auto;width:100%}.topbar,.metric-grid,.split-panel,.learning-status-grid,.runtime-grid,.report-layout,.report-visual-grid,.report-insights{grid-template-columns:1fr}.report-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.panel-title,.filters,.reply-alert,.urgent-band{align-items:stretch;flex-direction:column}.reply-alert{grid-template-columns:1fr;left:16px;right:16px;width:auto}.filters select,.learning-status .panel-actions,.learning-status .panel-actions button,.learning-status .panel-actions .status-pill{width:100%}}
