.notif-bell{position:relative;display:inline-flex}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:#dc2626;color:#fff;font-size:10px;line-height:16px;text-align:center;font-weight:600;pointer-events:none}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:340px;max-height:460px;display:flex;flex-direction:column;background:var(--surface, #ffffff);color:var(--text, #0f172a);border:1px solid var(--border, #e2e8f0);border-radius:10px;box-shadow:0 10px 30px #0f172a24;z-index:200;overflow:hidden}.notif-panel-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:1px solid var(--border, #e2e8f0);font-weight:600;font-size:13px}.notif-link{background:none;border:none;color:var(--accent, #2563eb);cursor:pointer;font-size:12px;padding:0}.notif-link:hover{text-decoration:underline}.notif-list{overflow-y:auto}.notif-empty{padding:28px 12px;text-align:center;color:var(--muted, #64748b);font-size:13px}.notif-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 12px;background:none;border:none;border-bottom:1px solid var(--border, #f1f5f9);cursor:pointer}.notif-item:hover{background:var(--surface-hover, #f8fafc)}.notif-item.unread{background:var(--unread, #eff6ff)}.notif-item.unread:hover{background:#e0edff}.notif-item-title{font-size:13px;font-weight:600}.notif-item-body{font-size:12px;color:var(--muted, #64748b)}.notif-item-time{font-size:11px;color:var(--muted, #94a3b8)}.chat-page{display:grid;grid-template-columns:300px 1fr;gap:16px;height:calc(100vh - 160px);min-height:420px}.chat-sidebar{display:flex;flex-direction:column;border:1px solid var(--border, #e2e8f0);border-radius:10px;background:var(--surface, #fff);overflow:hidden}.chat-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--border, #e2e8f0)}.chat-sidebar-head h2{margin:0;font-size:15px}.chat-newdm{border-bottom:1px solid var(--border, #e2e8f0);padding:8px}.chat-newdm input{width:100%;padding:7px 10px;border:1px solid var(--border, #e2e8f0);border-radius:8px;font-size:13px}.chat-newdm-list{max-height:220px;overflow-y:auto;margin-top:6px}.chat-newdm-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 10px;border:none;background:none;cursor:pointer;border-radius:6px;font-size:13px}.chat-newdm-row:hover{background:var(--surface-hover, #f1f5f9)}.chat-kind{font-size:10px;text-transform:uppercase;color:var(--muted, #94a3b8);letter-spacing:.04em}.chat-search{padding:8px 10px;border-bottom:1px solid var(--border, #e2e8f0)}.chat-search input{width:100%;padding:7px 10px;border:1px solid var(--border, #e2e8f0);border-radius:8px;font-size:13px}.chat-conv-list{flex:1;overflow-y:auto}.chat-conv-row{position:relative;display:flex;flex-direction:column;gap:2px;width:100%;text-align:left;padding:10px 14px;border:none;border-bottom:1px solid var(--border, #f1f5f9);background:none;cursor:pointer}.chat-conv-row:hover{background:var(--surface-hover, #f8fafc)}.chat-conv-row.active{background:var(--unread, #eff6ff)}.chat-conv-title{font-size:13px;font-weight:600}.chat-conv-preview{font-size:12px;color:var(--muted, #64748b);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.chat-unread{position:absolute;top:10px;right:12px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#2563eb;color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:600}.chat-thread{display:flex;flex-direction:column;border:1px solid var(--border, #e2e8f0);border-radius:10px;background:var(--surface, #fff);overflow:hidden}.chat-threadview{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.chat-threadview-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:4px;padding:6px 12px;border-bottom:1px solid var(--border, #f1f5f9)}.chat-threadview-toolbar .icon-button.active{color:#b45309;background:#fef3c7;border-radius:6px}.chat-hold-flag{margin-right:auto;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#b45309}.chat-thread-head{padding:12px 16px;border-bottom:1px solid var(--border, #e2e8f0);font-weight:600;font-size:14px}.chat-thread-empty{margin:auto}.chat-empty{padding:24px 14px;text-align:center;color:var(--muted, #64748b);font-size:13px}.chat-messages{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:8px}.chat-load-older{align-self:center;background:none;border:1px solid var(--border, #e2e8f0);border-radius:12px;padding:4px 12px;font-size:12px;cursor:pointer;color:var(--accent, #2563eb);margin-bottom:6px}.chat-message{display:flex;flex-direction:column;align-items:flex-start;max-width:72%}.chat-message.mine{align-self:flex-end;align-items:flex-end}.chat-message-sender{font-size:11px;color:var(--muted, #64748b);margin:0 4px 2px}.chat-bubble{padding:8px 12px;border-radius:12px;background:var(--surface-hover, #f1f5f9);font-size:13px;white-space:pre-wrap;word-break:break-word}.chat-message.mine .chat-bubble{background:#2563eb;color:#fff}.chat-message-meta{display:block;font-size:10px;opacity:.7;margin-top:3px}.chat-deleted{opacity:.7}.chat-message-actions{display:none;gap:4px;margin-top:2px}.chat-message:hover .chat-message-actions{display:flex}.chat-message-actions button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);padding:2px}.chat-message-actions button:hover{color:var(--text, #0f172a)}.chat-composer{display:flex;align-items:flex-end;gap:8px;padding:10px 12px;border-top:1px solid var(--border, #e2e8f0);position:relative}.chat-editing-banner{position:absolute;top:-26px;left:12px;display:flex;align-items:center;gap:6px;font-size:11px;color:var(--muted, #64748b);background:var(--surface, #fff);padding:2px 8px;border:1px solid var(--border, #e2e8f0);border-radius:8px}.chat-editing-banner button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex}.chat-attachments{display:flex;flex-direction:column;gap:4px;margin:4px 0 2px}.chat-attachment{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 8px;border-radius:8px;border:1px solid var(--border, #e2e8f0);background:var(--surface, #fff);color:var(--accent, #2563eb);font-size:12px;cursor:pointer;text-align:left}.chat-message.mine .chat-attachment{background:#ffffff26;border-color:#ffffff59;color:#fff}.chat-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attach-btn{border:none;background:none;cursor:pointer;color:var(--muted, #64748b);display:inline-flex;align-items:flex-end;padding:6px 2px}.chat-attach-btn:hover{color:var(--accent, #2563eb)}.chat-pending-attachments{position:absolute;bottom:100%;left:12px;right:12px;display:flex;flex-wrap:wrap;gap:6px;padding:6px 0}.chat-pending-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:12px;background:var(--surface-hover, #f1f5f9);border:1px solid var(--border, #e2e8f0);font-size:11px}.chat-pending-chip button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex;padding:0}.chat-mention-menu{position:absolute;bottom:calc(100% - 4px);left:12px;min-width:200px;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:8px;box-shadow:0 8px 24px #0f172a29;overflow:hidden;z-index:70}.chat-mention-option{display:block;width:100%;text-align:left;padding:7px 12px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--accent, #2563eb)}.chat-mention-option:hover{background:var(--surface-hover, #f1f5f9)}.chat-composer textarea{flex:1;resize:none;border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit}.chat-send{border:none;background:#2563eb;color:#fff;border-radius:8px;padding:9px 12px;cursor:pointer;display:inline-flex}.chat-send:hover{background:#1d4ed8}.chat-sidebar-actions{display:flex;gap:4px}.chat-thread-head{display:flex;align-items:center;justify-content:space-between}.chat-thread-actions{display:flex;gap:4px}.chat-thread-actions .icon-button.active{color:#b45309;background:#fef3c7;border-radius:6px}.chat-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;display:flex;align-items:center;justify-content:center;z-index:300}.chat-modal{width:420px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);overflow-y:auto;background:var(--surface, #fff);border-radius:12px;border:1px solid var(--border, #e2e8f0);box-shadow:0 20px 50px #0f172a40;padding:16px;display:flex;flex-direction:column;gap:12px}.chat-modal-head{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:15px}.chat-modal-head button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex}.chat-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--muted, #475569)}.chat-field input,.chat-field textarea,.chat-field select,.chat-inline input,.chat-inline select{border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:8px 10px;font-size:13px;font-family:inherit;color:var(--text, #0f172a)}.chat-check{display:flex;align-items:center;gap:8px;font-size:13px}.chat-member-picker{max-height:200px;overflow-y:auto;border:1px solid var(--border, #e2e8f0);border-radius:8px}.chat-member-option{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:13px;border-bottom:1px solid var(--border, #f1f5f9)}.chat-member-option span:first-of-type{flex:1}.chat-error{color:#dc2626;font-size:12px}.chat-modal-actions{display:flex;justify-content:flex-end;gap:8px}.chat-btn-primary{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;cursor:pointer}.chat-btn-primary:disabled{opacity:.6;cursor:default}.chat-btn-secondary{background:var(--surface-hover, #f1f5f9);color:var(--text, #0f172a);border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:8px 12px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:4px}.chat-btn-danger{background:none;color:#dc2626;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:13px;cursor:pointer}.chat-manage-panel{position:absolute;top:52px;right:12px;width:320px;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:10px;box-shadow:0 12px 32px #0f172a2e;z-index:60;padding:12px}.chat-thread{position:relative}.chat-manage-body{display:flex;flex-direction:column;gap:10px;margin-top:8px}.chat-inline{display:flex;gap:6px;align-items:center}.chat-inline input,.chat-inline select{flex:1}.chat-manage-members{max-height:180px;overflow-y:auto;border-top:1px solid var(--border, #f1f5f9)}.chat-manage-member{display:flex;align-items:center;justify-content:space-between;padding:6px 2px;font-size:13px;border-bottom:1px solid var(--border, #f1f5f9)}.chat-manage-member button{border:none;background:none;cursor:pointer;color:var(--muted, #94a3b8);display:inline-flex}.chat-manage-member button:hover{color:#dc2626}.chat-dock{position:fixed;right:20px;bottom:16px;z-index:200;display:flex;align-items:flex-end;gap:12px;pointer-events:none}.chat-dock>*{pointer-events:auto}.chat-dock-windows{display:flex;align-items:flex-end;gap:12px}.chat-dock-launcher{position:relative;width:56px;height:56px;border-radius:50%;border:none;background:#2563eb;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 6px 20px #2563eb66;transition:transform .12s ease,background .12s ease;flex:none}.chat-dock-launcher:hover{background:#1d4ed8;transform:translateY(-1px)}.chat-dock-launcher.active{background:#1d4ed8}.chat-dock-badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;line-height:20px;text-align:center;box-shadow:0 0 0 2px var(--surface, #fff)}.chat-dock-flyout{position:absolute;right:0;bottom:68px;width:320px;max-height:min(70vh,520px);display:flex;flex-direction:column;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:12px;box-shadow:0 18px 48px #0f172a40;overflow:hidden}.chat-dock-flyout-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid var(--border, #e2e8f0);font-weight:700;font-size:15px}.chat-dock-flyout-actions{display:flex;gap:2px}.chat-dock-flyout-list{overflow-y:auto}.chat-dock-window{width:328px;height:440px;max-height:calc(100vh - 40px);display:flex;flex-direction:column;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-bottom:none;border-radius:12px 12px 0 0;box-shadow:0 18px 48px #0f172a40;overflow:hidden}.chat-dock-window.minimized{height:auto}.chat-dock-window-head{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:8px 10px 8px 12px;background:#2563eb;color:#fff;flex:none}.chat-dock-window-title{flex:1;min-width:0;display:flex;align-items:center;gap:6px;border:none;background:none;color:inherit;font-weight:600;font-size:13px;cursor:pointer;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-dock-window-unread{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#ef4444;color:#fff;font-size:11px;line-height:18px;text-align:center;font-weight:700}.chat-dock-window-actions{display:flex;gap:2px;flex:none}.chat-dock-window-actions button{border:none;background:none;color:#ffffffd9;cursor:pointer;display:inline-flex;align-items:center;padding:3px;border-radius:6px}.chat-dock-window-actions button:hover{background:#ffffff2e;color:#fff}.chat-dock-window .chat-threadview{flex:1;min-height:0}.chat-dock-window .chat-messages{padding:10px 12px}.chat-dock-window .chat-composer{padding:8px 10px}.chat-dock-overflow{position:relative;align-self:flex-end}.chat-dock-overflow-count{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);box-shadow:0 6px 18px #0f172a2e;font-weight:700;font-size:13px;cursor:pointer;color:var(--text, #0f172a)}.chat-dock-overflow-menu{position:absolute;bottom:52px;left:0;min-width:200px;background:var(--surface, #fff);border:1px solid var(--border, #e2e8f0);border-radius:10px;box-shadow:0 12px 32px #0f172a33;overflow:hidden;display:none}.chat-dock-overflow:hover .chat-dock-overflow-menu{display:block}.chat-dock-overflow-item{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:none;cursor:pointer;font-size:13px;color:var(--text, #0f172a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-dock-overflow-item:hover{background:var(--surface-hover, #f1f5f9)}@media(max-width:640px){.chat-dock{left:8px;right:8px;justify-content:flex-end}.chat-dock-window{width:calc(100vw - 16px);height:min(70vh,440px)}.chat-dock-flyout{width:calc(100vw - 16px)}}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1f2933;background:#f4f6f8;font-synthesis:none;text-rendering:geometricPrecision}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f8}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.68}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:linear-gradient(180deg,#fffc,#f4f6f8e6),linear-gradient(135deg,#f4f6f8,#edf7f3 48%,#f7efe4)}.login-panel{width:min(420px,100%);border:1px solid #d8dee4;border-radius:8px;background:#fff;box-shadow:0 18px 40px #1f29331f;padding:24px}.brand-line{display:flex;align-items:center;gap:12px}.brand-line h1,.brand-line p,.topbar h2,.topbar p,.panel-header h3,.panel-header p{margin:0}.brand-line h1{font-size:20px;line-height:1.2}.brand-line p,.topbar p,.panel-header p,.user-card span,.service-row span,.panel-footnote{color:#66727f;font-size:13px}.brand-line.compact h1{font-size:17px}.brand-mark{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:8px;color:#fff;background:#1f6f5b}.login-form{display:grid;gap:16px;margin-top:26px}.login-form label{display:grid;gap:7px;color:#354250;font-size:14px;font-weight:700}.login-form input,.search-box input{width:100%;min-width:0;border:1px solid #cbd5df;border-radius:8px;background:#fff;color:#1f2933;outline:none}.login-form input{min-height:42px;padding:0 12px}.login-form input:focus,.search-box:focus-within{border-color:#2f80c0;box-shadow:0 0 0 3px #2f80c024}.primary-button,.ghost-button,.icon-button,.nav-list button,.segmented button,.report-tile{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:8px;min-height:38px;transition:background .12s ease,border-color .12s ease,color .12s ease}.primary-button{width:100%;background:#1f6f5b;color:#fff;font-weight:800;padding:0 14px}.primary-button:hover{background:#185b4b}.cp-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;display:grid;grid-template-rows:auto 1fr auto;height:100vh;border-right:1px solid #d8dee4;background:#fff;padding:18px}.nav-list{display:grid;align-content:start;gap:12px;margin-top:28px;overflow-y:auto;padding-right:4px}.nav-group{display:grid;gap:4px}.nav-group-label{margin:0 0 2px 8px;color:#8b97a3;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.nav-list button{justify-content:flex-start;width:100%;border-color:transparent;background:transparent;color:#445260;padding:0 12px;font-weight:750}.nav-list button:hover{background:#f2f5f7}.nav-list button.active{border-color:#b8d8cb;background:#e8f5ef;color:#174e41}.sidebar-footer{display:grid;gap:12px}.user-card{display:grid;gap:3px;border:1px solid #d8dee4;border-radius:8px;padding:12px;background:#f9fafb}.ghost-button{width:100%;border-color:#cbd5df;background:#fff;color:#354250;font-weight:750;padding:0 12px}.ghost-button:hover,.icon-button:hover,.report-tile:hover{background:#f2f5f7}.content-shell{display:grid;align-content:start;gap:18px;min-width:0;padding:18px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}.topbar h2{color:#1f2933;font-size:24px;line-height:1.2}.topbar-actions{display:flex;align-items:center;gap:10px;min-width:0}.search-box{display:flex;align-items:center;gap:8px;width:280px;min-width:0;border:1px solid #cbd5df;border-radius:8px;background:#fff;color:#66727f;padding:0 11px}.search-box input{height:38px;border:0;padding:0}.icon-button{width:38px;height:38px;flex:0 0 auto;border-color:#cbd5df;background:#fff;color:#354250}.error-strip{display:grid;gap:8px}.notice{display:flex;align-items:center;gap:9px;min-height:38px;border-radius:8px;padding:9px 11px;font-size:14px;font-weight:700}.notice.warning{border:1px solid #f0cf8a;background:#fff8e8;color:#73531b}.notice.danger{border:1px solid #efb0aa;background:#fff0ee;color:#8a332b}.view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-width:0}.metric-board{display:grid;grid-column:1 / -1;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric-card,.panel{border:1px solid #d8dee4;border-radius:8px;background:#fff;box-shadow:0 1px 2px #1f29330a}.metric-card{display:grid;grid-template-columns:auto 1fr;gap:6px 10px;min-height:112px;padding:14px}.metric-card span{align-self:center;color:#66727f;font-size:13px;font-weight:800}.metric-card strong{grid-column:1 / -1;overflow-wrap:anywhere;color:#1f2933;font-size:24px;line-height:1.15}.metric-card.warning .metric-icon{background:#fff5dd;color:#986b12}.metric-card.danger .metric-icon{background:#ffebe8;color:#a83e34}.metric-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:8px;background:#e8f5ef;color:#1f6f5b}.panel{min-width:0;padding:14px}.panel.wide,.panel.full{grid-column:1 / -1}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.panel-header h3{color:#1f2933;font-size:16px;line-height:1.25}.bar-chart{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(58px,1fr);align-items:end;gap:10px;min-height:220px;overflow-x:auto;padding-bottom:4px}.bar-item{display:grid;grid-template-rows:1fr auto auto;gap:6px;min-width:58px;height:220px;text-align:center}.bar-track{position:relative;align-self:stretch;width:100%;border-radius:8px;background:#edf1f4;overflow:hidden}.bar-fill{position:absolute;right:0;bottom:0;left:0;border-radius:8px 8px 0 0;background:#2f80c0}.bar-item span,.bar-item strong{font-size:12px}.bar-item span{color:#66727f}.bar-item strong{color:#1f2933}.service-list,.exception-grid{display:grid;gap:10px}.service-row{display:grid;grid-template-columns:minmax(130px,1fr) minmax(120px,2fr) auto;align-items:center;gap:12px}.service-row>div:first-child{display:grid;gap:2px}.service-meter{height:9px;overflow:hidden;border-radius:999px;background:#edf1f4}.service-meter div{height:100%;border-radius:inherit;background:#d16f3f}.exception-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-stat{display:grid;gap:6px;border:1px solid #d8dee4;border-radius:8px;padding:12px;background:#f9fafb}.mini-stat span{color:#66727f;font-size:12px;font-weight:800}.mini-stat strong{font-size:24px}.segmented{display:flex;flex-wrap:wrap;gap:4px;padding:3px;border:1px solid #cbd5df;border-radius:8px;background:#f6f8fa}.segmented button{min-height:30px;border-radius:6px;background:transparent;color:#445260;padding:0 10px;font-size:13px;font-weight:800}.segmented button.selected{background:#fff;color:#1f6f5b;box-shadow:0 1px 2px #1f29331f}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:760px}th,td{border-bottom:1px solid #e5eaf0;padding:10px 9px;text-align:left;vertical-align:middle;white-space:nowrap}th{color:#66727f;font-size:12px;font-weight:900;text-transform:uppercase}td{color:#354250;font-size:14px}tbody tr:hover{background:#f8fafb}.empty-cell,.empty-inline{color:#66727f;font-weight:700}.empty-cell{height:88px;text-align:center}.panel-footnote{margin:12px 0 0}.status-pill{display:inline-flex;align-items:center;min-height:24px;border-radius:999px;background:#edf1f4;color:#445260;padding:0 9px;font-size:12px;font-weight:900;text-transform:capitalize}.status-paid,.status-completed,.status-ready,.status-approved{background:#e5f4ec;color:#1f6f5b}.status-overdue,.status-rejected,.status-cancelled,.status-void{background:#ffebe8;color:#a83e34}.status-sent,.status-scheduled,.status-due-soon,.status-in-progress,.status-partially-received{background:#fff5dd;color:#816018}.report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.report-tile{justify-content:space-between;min-height:48px;border-color:#d8dee4;background:#fff;color:#354250;padding:0 12px;font-weight:800}.loading-panel,.empty-panel{display:grid;place-items:center;gap:10px;min-height:240px;color:#66727f;font-weight:800}.loading-panel.compact{min-height:120px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1120px){.metric-board{grid-template-columns:repeat(2,minmax(0,1fr))}.view-grid{grid-template-columns:1fr}.report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.cp-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;gap:14px;border-right:0;border-bottom:1px solid #d8dee4}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.sidebar-footer{grid-template-columns:1fr auto;align-items:center}.ghost-button{width:auto}.topbar,.panel-header{align-items:stretch;flex-direction:column}.topbar-actions,.search-box{width:100%}.service-row{grid-template-columns:1fr}}@media(max-width:560px){.content-shell,.sidebar,.login-page{padding:12px}.metric-board,.report-grid,.exception-grid,.nav-list,.sidebar-footer{grid-template-columns:1fr}.bar-chart{grid-auto-columns:minmax(52px,1fr)}}
