@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--primary-dark:#0f172a;--primary-blue:#2563eb;--primary-hover:#1d4ed8;--bg-color:#f8fafc;--text-dark:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0;--alert-bg:#eff6ff;--alert-border:#bfdbfe;--alert-text:#1e40af;--error:#ef4444}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.container{width:100%;max-width:95%;margin:0 auto;padding:0 4%}@media (width<=768px){.container{padding:0 1rem}}.grid-base{gap:1.25rem;margin-bottom:1.25rem;display:grid}.dashboard-grid-1{grid-template-columns:1fr}.dashboard-grid-2{grid-template-columns:repeat(2,1fr)}.dashboard-grid-3{grid-template-columns:repeat(3,1fr)}.dashboard-grid-4{grid-template-columns:repeat(4,1fr)}.dashboard-grid-5{grid-template-columns:repeat(5,1fr)}.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}@media (width<=1200px){.dashboard-grid-5,.dashboard-grid-4{grid-template-columns:repeat(3,1fr)}}@media (width<=1024px){.dashboard-grid-4,.dashboard-grid-3,.dashboard-grid-5{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dashboard-grid-2,.dashboard-grid-3,.dashboard-grid-4,.dashboard-grid-5{grid-template-columns:1fr}.navbar-user-info{display:none}.hide-on-mobile{display:none!important}.grid-auto-fit{grid-template-columns:1fr}}.navbar-user-info{display:block}.hide-on-mobile{display:inline-block}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}main{width:100%;padding:1.5rem}@media (width<=768px){main{padding:1rem}}.login-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-card{background:#fff;border-radius:16px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 10px 25px -5px #0000000d}.login-header{color:#fff;text-align:center;background:#0f172a;flex-direction:column;align-items:center;padding:40px 20px 30px;display:flex}.logo-badge{color:#0f172a;background:#fff;border-radius:20px;align-items:center;gap:8px;margin-bottom:24px;padding:6px 16px;font-size:14px;font-weight:700;display:flex}.logo-badge .dot{background:#f97316;border-radius:50%;width:8px;height:8px}.login-header h1{margin-bottom:8px;font-size:1.25rem;font-weight:600;line-height:1.4}.login-header p{color:#94a3b8;font-size:.875rem}.login-body{padding:30px 24px}.form-group{margin-bottom:20px}.form-group label{color:#64748b;letter-spacing:.5px;margin-bottom:8px;font-size:.75rem;font-weight:600;display:block}.form-group input{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:all .2s}.form-group input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input::placeholder{color:#cbd5e1}.login-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;width:100%;margin-bottom:16px;padding:14px;font-size:1rem;font-weight:500;transition:background .2s}.login-btn:hover:not(:disabled){background:#1d4ed8}.login-btn:disabled{cursor:not-allowed;background:#93c5fd}.error-message{color:#ef4444;text-align:center;background:#fef2f2;border:1px solid #fca5a5;border-radius:6px;margin-bottom:16px;padding:10px 14px;font-size:.875rem}.field-error{color:#ef4444;margin-top:4px;font-size:.75rem;display:block}.forgot-password{text-align:center;color:#2563eb;margin-bottom:24px;font-size:.875rem;font-weight:500;text-decoration:none;display:block}.forgot-password:hover{text-decoration:underline}.info-alert{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.info-alert .lock-icon{color:#2563eb;flex-shrink:0;margin-top:2px}.info-alert p{color:#1e40af;margin:0;font-size:.8125rem;line-height:1.4}.admin-dashboard{background-color:#f8fafc;min-height:100%;padding:24px}.admin-alert-banner{color:#9a3412;background:#fff7ed;border:1px solid #ffedd5;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 16px;font-size:13px;font-weight:500;display:flex}.summary-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s;box-shadow:0 1px 2px #0000000d}.summary-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.summary-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.summary-value{color:#1e293b;margin-bottom:4px;font-size:32px;font-weight:800}.summary-value.text-red{color:#dc2626}.summary-subtext{color:#94a3b8;font-family:monospace;font-size:11px}.track-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.track-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.track-card.blue-border{border-top:4px solid #3b82f6}.track-card.purple-border{border-top:4px solid #8b5cf6}.track-card.teal-border{border-top:4px solid #14b8a6}.track-header{background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px}.track-title{color:#1e293b;font-size:14px;font-weight:700}.track-subtitle{color:#64748b;font-size:11px}.track-body{grid-template-columns:repeat(4,1fr);gap:16px;padding:16px;display:grid}.track-metric{border-radius:4px;flex-direction:column;padding:4px;transition:background .2s;display:flex}.track-metric:hover{background:#f1f5f9}.track-metric-label{color:#94a3b8;margin-bottom:2px;font-size:10px;font-weight:600}.track-metric-value{color:#1e293b;font-size:16px;font-weight:700}.track-metric-value.text-red{color:#dc2626}.track-metric-value.text-orange{color:#f59e0b}.track-metric-value.text-green{color:#10b981}.track-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;padding:8px 16px;display:flex}.view-link{color:#3b82f6;align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;display:flex}.tables-grid{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.section-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.section-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px;display:flex}.section-title{color:#1e293b;font-size:15px;font-weight:700}.see-all{color:#3b82f6;cursor:pointer;font-size:12px;font-weight:600}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:#94a3b8;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:10px 16px;font-size:11px;font-weight:600}.admin-table td{border-bottom:1px solid #f8fafc;padding:12px 16px;font-size:13px}.nudge-btn{cursor:pointer;border:none;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.nudge-btn.red{color:#dc2626;background:#fee2e2}.nudge-btn.green{color:#15803d;background:#dcfce7}.track-tag{color:#fff;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:700}.track-tag.t1{background:#3b82f6}.track-tag.t2{background:#8b5cf6}.track-tag.ho{background:#14b8a6}.sev-tag{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.sev-tag.high{color:#dc2626;background:#fee2e2}.bottom-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.health-bar-multi{border-radius:6px;height:12px;margin-top:12px;display:flex;overflow:hidden}.health-segment{height:100%}.health-segment.compliant{background:#10b981}.health-segment.minor{background:#f59e0b}.health-segment.critical{background:#ef4444}.health-legend{gap:16px;margin-bottom:12px;display:flex}.legend-item{align-items:center;gap:8px;display:flex}.legend-value{font-size:20px;font-weight:800}.legend-label{color:#64748b;font-size:11px}.signoff-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.signoff-card{border-radius:8px;padding:10px;font-size:11px}.signoff-card.green{background:#ecfdf5;border:1px solid #d1fae5}.signoff-card.yellow{background:#fffbeb;border:1px solid #fef3c7}.signoff-card.grey{color:#94a3b8;background:#f8fafc;border:1px solid #f1f5f9}.signoff-domain{margin-bottom:4px;font-weight:700}.signoff-user{color:#1e293b;font-weight:600}.signoff-time{color:#64748b}@media (width<=1280px){.summary-grid{grid-template-columns:repeat(3,1fr)}.track-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=1024px){.tables-grid,.bottom-grid{grid-template-columns:1fr}}@media (width<=768px){.summary-grid{grid-template-columns:1fr 1fr}.track-grid{grid-template-columns:1fr}.track-body{grid-template-columns:1fr 1fr 1fr}}.snapshot-header{margin-bottom:24px}.breadcrumb-small{color:#64748b;align-items:center;gap:6px;margin-bottom:8px;font-size:11px;display:flex}.snapshot-title{color:#1e293b;margin:0;font-size:20px;font-weight:800}.snapshot-subtitle{color:#64748b;margin-top:4px;font-size:13px}.snapshot-filters{gap:12px;display:flex}.filter-select{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:6px;min-width:100px;padding:6px 12px;font-size:13px}.snapshot-actions{justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:12px;display:flex}.status-tabs{background:#f1f5f9;border-radius:8px;gap:8px;padding:4px;display:flex}.status-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s}.status-tab.active{color:#1e293b;background:#fff;box-shadow:0 1px 2px #0000000d}.status-tab.compliant.active{color:#15803d;background:#dcfce7}.status-tab.at-risk.active{color:#9a3412;background:#fff7ed}.export-link{color:#1e293b;cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}.snapshot-legend{color:#94a3b8;margin-bottom:16px;font-size:11px}.snapshot-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.snapshot-table{border-collapse:collapse;width:100%}.snapshot-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:11px;font-weight:600}.snapshot-table td{border-bottom:1px solid #f8fafc;padding:14px 16px;font-size:13px}.ask-name{color:#1e293b;font-weight:800}.ask-region{color:#64748b}.ask-tickets.text-red{color:#dc2626;font-weight:700}.freq-badges{gap:4px;display:flex}.freq-badge{color:#fff;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.freq-daily{background:#f59e0b}.freq-weekly{background:#3b82f6}.freq-monthly{background:#10b981}.freq-quarterly{background:#8b5cf6}.status-pill-snapshot{border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.status-accepted{color:#15803d;background:#dcfce7}.status-pending-rev{color:#92400e;background:#fef3c7}.status-overdue-red{color:#dc2626;background:#fee2e2}.health-pill-snapshot{border-radius:20px;padding:4px 12px;font-size:11px;font-weight:700}.health-compliant{color:#15803d;background:#dcfce7}.health-minor{color:#92400e;background:#fef3c7}.health-critical{color:#dc2626;background:#fee2e2}.view-btn-snapshot{color:#3b82f6;cursor:pointer;background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;align-items:center;gap:4px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.track-tabs-container{border-bottom:1px solid #e2e8f0;gap:12px;margin-bottom:24px;padding-bottom:8px;display:flex}.track-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .2s}.track-tab-btn.active{color:#2563eb;opacity:1;background:#eff6ff;border:1px solid #bfdbfe}.track-tab-btn.muted{opacity:.5;color:#94a3b8;filter:grayscale()}.track-tab-btn.muted:hover{opacity:.8;filter:grayscale(0)}.overview-summary-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.overview-summary-card{opacity:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s}.overview-summary-card.selected{opacity:1;z-index:2;background:#eff6ff;border-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 6px -1px #2563eb1a,0 2px 4px -1px #2563eb0f}.overview-summary-card.muted{filter:grayscale(.8);pointer-events:none;cursor:default;background:#f8fafc;transform:scale(.98)}.overview-summary-card.muted:hover{opacity:.6;filter:grayscale(.4)}.overview-summary-card.muted .summary-value{color:#94a3b8!important}.master-track-header{color:#1e3a8a;background:#eff6ff;border-left:4px solid #2563eb;border-radius:8px;align-items:center;gap:10px;margin-bottom:24px;padding:10px 16px;font-size:12px;font-weight:700;display:flex}.overview-section{margin-bottom:32px}.overview-section-header{border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:10px 16px;font-size:13px;font-weight:700;display:flex}.overview-section-header.orange{color:#9a3412;background:#fff7ed;border-bottom:2px solid #fdba74}.overview-section-header.blue{color:#1e40af;background:#eff6ff;border-bottom:2px solid #93c5fd}.overview-section-header.teal{color:#0f766e;background:#f0fdfa;border-bottom:2px solid #5eead4}.overview-section-header.purple{color:#6b21a8;background:#faf5ff;border-bottom:2px solid #d8b4fe}.section-header-left{align-items:center;gap:8px;display:flex}.section-header-right{gap:8px;display:flex}.overview-badge{border-radius:12px;padding:2px 10px;font-size:11px;font-weight:700}.overview-badge.overdue{color:#dc2626;background:#fee2e2}.overview-badge.pending{color:#92400e;background:#fef3c7}.overview-badge.done{color:#15803d;background:#dcfce7}.overview-table{border-collapse:collapse;background:#fff;width:100%}.overview-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#fff;border-bottom:1px solid #f1f5f9;padding:14px 16px;font-size:11px;font-weight:700}.overview-table td{border-bottom:1px solid #f8fafc;padding:12px 16px;font-size:12px}.freq-badge-mini{color:#fff;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.status-pill-mini{border-radius:12px;padding:2px 10px;font-size:11px;font-weight:700}.btn-table-action{cursor:pointer;border:none;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.btn-table-action.review{color:#2563eb;background:#eff6ff}.btn-table-action.nudge{color:#dc2626;background:#fee2e2}.fw-800{font-weight:800}.centre-detail-header{color:#fff;background:#101d35;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px;display:flex}.centre-title-area{flex-direction:column;gap:8px;display:flex}.centre-name-row{align-items:center;gap:12px;display:flex}.centre-main-name{margin:0;font-size:24px;font-weight:800}.status-badge-critical{color:#dc2626;background:#fee2e2;border-radius:20px;align-items:center;gap:4px;padding:2px 10px;font-size:11px;font-weight:800;display:flex}.centre-info-row{color:#94a3b8;gap:16px;font-size:11px;font-weight:500;display:flex}.centre-info-row span{color:#cbd5e1}.header-actions{gap:12px;display:flex}.btn-header{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:13px;font-weight:700;display:flex}.btn-white{color:#1e293b;background:#fff}.btn-outline-white{color:#fff;background:0 0;border:1.5px solid #fff}.detail-summary-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.detail-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.detail-tabs{border-bottom:1px solid #e2e8f0;gap:24px;margin-bottom:24px;display:flex}.detail-tab{color:#94a3b8;cursor:pointer;padding:12px 4px;font-size:14px;font-weight:700;position:relative}.detail-tab.active{color:#2563eb}.detail-tab.active:after{content:"";background:#2563eb;height:3px;position:absolute;bottom:-1px;left:0;right:0}.sub-filters-row{gap:12px;margin-bottom:20px;display:flex}.filter-pill{color:#64748b;cursor:pointer;background:#f1f5f9;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:700}.filter-pill.active{color:#fff;background:#1e293b}.pill-count{opacity:.7;margin-left:4px}.nav-card{cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:16px 20px;transition:transform .2s;display:flex}.nav-card:hover{transform:translate(4px)}.nav-card-left{align-items:center;gap:12px;display:flex}.nav-card-dot{border-radius:50%;width:10px;height:10px}.nav-card-info{flex-direction:column;display:flex}.nav-card-title{color:#1e293b;font-size:13px;font-weight:700}.nav-card-sub{color:#64748b;margin-top:2px;font-size:11px}.nav-card-open{align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.nav-card.blue{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.nav-card.purple{color:#6b21a8;background:#faf5ff;border:1px solid #d8b4fe}.nav-card.teal{color:#0f766e;background:#f0fdfa;border:1px solid #5eead4}.nav-card.grey{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.btn-view-mini{color:#1e293b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:700}.ans-pill{border-radius:12px;padding:2px 10px;font-size:11px;font-weight:800}.ans-pill.yes{color:#15803d;background:#dcfce7}.ans-pill.no{color:#dc2626;background:#fee2e2}.freq-tabs-container{gap:8px;margin-bottom:24px;display:flex}.freq-tab-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 24px;font-size:13px;font-weight:700}.freq-tab-btn.active{color:#c2410c;background:#fff7ed;border:1px solid #fdba74}.history-stats-bar{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;gap:40px;margin-bottom:24px;padding:12px 24px;display:flex}.stat-item{flex-direction:column;gap:2px;display:flex}.stat-label{color:#94a3b8;text-transform:uppercase;font-size:10px;font-weight:700}.stat-value{color:#1e293b;font-size:13px;font-weight:800}.history-table-header{color:#1e40af;background:#eff6ff;border-bottom:1px solid #93c5fd;border-radius:8px 8px 0 0;justify-content:space-between;align-items:center;padding:10px 16px;font-size:12px;font-weight:700;display:flex}.track-pill{color:#1e40af;background:#dbeafe;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.ans-pill.small{padding:1px 8px;font-size:10px}.records-table-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 24px;font-size:11px;font-weight:700;display:flex}.record-row-wrapper{background:#fff;border-bottom:1px solid #f1f5f9;transition:all .2s}.record-row-wrapper.pending{background:#fffbeb}.record-main-row{align-items:center;padding:16px 24px;display:flex}.record-period{color:#1e293b;font-size:13px;font-weight:800}.record-sub{color:#94a3b8;font-size:10px}.record-text{color:#475569;font-size:12px;font-weight:600}.record-status-badge{border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;display:flex}.record-status-badge.locked{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.record-status-badge.open{color:#c2410c;background:#fff7ed;border:1px solid #ffedd5}.cert-link{flex-direction:column;gap:4px;display:flex}.cert-link span{color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;text-decoration:underline}.btn-download-pdf{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.btn-record-action{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:700}.domain-signoffs-section{padding:0 24px 16px}.domain-header{color:#94a3b8;margin-bottom:10px;font-size:11px;font-weight:700}.domain-grid{gap:12px;display:flex}.domain-card{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;flex:1;max-width:280px;padding:8px 12px}.domain-name{color:#166534;font-size:12px;font-weight:800}.domain-signed-by{color:#15803d;align-items:center;gap:6px;margin-top:4px;font-size:10px;font-weight:600;display:flex}.domain-status{color:#166534;margin-top:2px;font-size:10px;font-weight:800}.domain-empty{color:#94a3b8;padding:8px 0;font-size:11px;font-style:italic}.audit-info-box{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;align-items:center;gap:12px;margin-bottom:24px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.audit-summary-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.audit-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000d}.audit-stat-label{color:#64748b;margin-bottom:8px;font-size:11px;font-weight:700}.audit-stat-value{color:#1e293b;font-size:20px;font-weight:800}.audit-stat-sub{color:#94a3b8;margin-top:2px;font-size:10px}.audit-filters-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;grid-template-columns:repeat(4,1fr) 1.5fr;gap:16px;margin-bottom:24px;padding:20px;display:grid}.filter-group label{color:#64748b;font-size:11px;font-weight:700}.date-input-pair{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;display:flex}.date-input-pair input{color:#1e293b;background:0 0;border:none;width:80px;font-size:12px;font-weight:600}.select-wrapper{align-items:center;display:flex;position:relative}.select-wrapper select{color:#1e293b;appearance:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px 12px;font-size:12px;font-weight:600}.select-icon{pointer-events:none;position:absolute;right:12px}.search-input-wrapper{align-items:center;display:flex;position:relative}.search-icon{color:#94a3b8;position:absolute;left:12px}.search-input-wrapper input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px 12px 8px 36px;font-size:12px}.filter-actions{border-top:1px solid #f1f5f9;grid-column:1/-1;align-items:center;gap:12px;padding-top:16px;display:flex}.btn-apply{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:8px 24px;font-size:13px;font-weight:700}.btn-reset{color:#64748b;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-size:13px;font-weight:700}.export-buttons{gap:8px;margin-left:auto;display:flex}.btn-export{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:6px 12px;font-size:11px;font-weight:800}.btn-export.pdf{color:#dc2626;background:#fee2e2;border-color:#fecaca}.btn-export.xls{color:#92400e;background:#fef3c7;border-color:#fde68a}.btn-export.xlsx{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.btn-export.csv{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.audit-tabs-row{gap:8px;margin-bottom:16px;padding-bottom:4px;display:flex;overflow-x:auto}.audit-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:600}.audit-tab.active{color:#fff;background:#1e293b;border-color:#1e293b}.audit-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.audit-table{border-collapse:collapse;width:100%}.audit-table th{text-align:left;color:#94a3b8;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:11px;font-weight:700}.audit-table td{border-bottom:1px solid #f8fafc;padding:14px 16px;font-size:12px}.timestamp-cell{min-width:140px}.date-part{color:#1e293b;font-weight:800}.time-part{color:#64748b;margin-top:2px;font-size:11px}.user-cell{color:#1e293b;font-weight:800}.role-pill{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.role-admin{color:#475569;background:#f1f5f9}.role-ho{color:#9d174d;background:#fdf2f8}.role-rm{color:#5b21b6;background:#f5f3ff}.role-cm{color:#92400e;background:#fffbeb}.role-om{color:#065f46;background:#ecfdf5}.role-sup{color:#075985;background:#f0f9ff}.action-pill{border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.tag-submission{color:#0f766e;background:#ccfbf1}.tag-accept{color:#15803d;background:#dcfce7}.tag-ticket-create{color:#dc2626;background:#fee2e2}.tag-admin{color:#5b21b6;background:#f5f3ff}.tag-signoff{color:#065f46;background:#ecfdf5}.tag-login{color:#475569;background:#f1f5f9}.tag-feedback{color:#c2410c;background:#fff7ed}.tag-default{color:#64748b;background:#f8fafc}.record-link{color:#2563eb;cursor:pointer;font-weight:700;text-decoration:underline}.detail-cell{color:#475569;line-height:1.5}.ip-cell{color:#94a3b8;font-family:monospace;font-size:11px}.table-more-entries{color:#94a3b8;background:#f8fafc;font-size:11px;font-style:italic;padding:12px 16px!important}.audit-pagination{justify-content:space-between;align-items:center;margin-top:20px;display:flex}.pagination-info{color:#64748b;font-size:12px}.pagination-controls{gap:8px;display:flex}.p-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;display:flex}.p-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.p-btn:hover:not(.active){background:#f8fafc}.btn-add-item{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:700;display:flex;box-shadow:0 1px 2px #0000001a}.config-summary-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px;display:grid}.config-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.config-stat-label{color:#64748b;margin-bottom:8px;font-size:11px;font-weight:700}.config-stat-value{color:#1e293b;font-size:24px;font-weight:800}.config-stat-sub{color:#94a3b8;margin-top:2px;font-size:11px}.config-filters-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:20px;margin-bottom:24px;padding:12px 20px;display:flex}.config-search-wrapper{flex:1;max-width:300px;position:relative}.search-icon-config{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.config-search-wrapper input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px 12px 8px 36px;font-size:13px}.config-dropdown-group{gap:12px;display:flex}.config-select-wrapper{align-items:center;display:flex;position:relative}.config-select-wrapper select{color:#64748b;appearance:none;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 32px 6px 12px;font-size:13px}.config-select-wrapper svg{color:#94a3b8;pointer-events:none;position:absolute;right:10px}.config-export{color:#1e293b;cursor:pointer;margin-left:auto;font-size:13px;font-weight:700}.config-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;overflow:hidden}.config-table{border-collapse:collapse;width:100%}.config-table th{text-align:left;color:#94a3b8;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:11px;font-weight:700}.config-table td{border-bottom:1px solid #f8fafc;padding:14px 16px;font-size:12px}.overview-table td{vertical-align:middle;color:#334155;border-bottom:1px solid #f8fafc;padding:16px;font-size:13px}.ref-link{color:#2563eb;cursor:pointer;font-weight:800}.cat-cell{color:#64748b;font-weight:500}.question-cell{color:#1e293b;font-weight:600;line-height:1.4}.freq-pill-config{border-radius:6px;padding:4px 10px;font-size:11px;font-weight:700}.freq-daily{color:#c2410c;background:#fff7ed}.freq-weekly{color:#1e40af;background:#eff6ff}.freq-monthly{color:#0f766e;background:#ccfbf1}.freq-quarterly{color:#5b21b6;background:#f5f3ff}.freq-na{color:#94a3b8;background:#f1f5f9}.sla-label{color:#ea580c;font-weight:800}.penalty-cell{color:#dc2626;font-weight:600}.track-pill-config{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.track-ops{color:#1e40af;background:#dbeafe}.track-ho{color:#6b21a8;background:#f3e8ff}.domain-pill-config{border-radius:4px;padding:2px 8px;font-size:10px;font-weight:800}.domain-it{color:#1e40af;background:#eff6ff}.domain-ops{color:#c2410c;background:#fff7ed}.domain-biz{color:#0f766e;background:#f0fdfa}.action-btns-config{justify-content:flex-end;gap:8px;display:flex}.btn-edit-config{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.btn-delete-config{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.config-warning-box{color:#92400e;background:#fffbeb;border:1px solid #fef3c7;border-radius:8px;gap:16px;padding:16px 20px;font-size:13px;display:flex}.config-warning-box div p{opacity:.8;margin-top:4px;font-size:12px}.btn-add-user{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;align-items:center;gap:8px;padding:8px 20px;font-size:14px;font-weight:700;display:flex}.user-summary-grid{grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px;display:grid}.user-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.user-stat-label{color:#64748b;margin-bottom:8px;font-size:11px;font-weight:700}.user-stat-value{font-size:28px;font-weight:800}.user-stat-value.text-dark{color:#1e293b}.user-stat-value.text-green{color:#10b981}.user-stat-value.text-orange{color:#f59e0b}.user-stat-value.text-red{color:#ef4444}.user-stat-value.text-purple{color:#8b5cf6}.user-filters-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:20px;margin-bottom:24px;padding:12px 20px;display:flex}.user-search-wrapper{flex:1;max-width:350px;position:relative}.search-icon-user{color:#94a3b8;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.user-search-wrapper input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:100%;padding:8px 12px 8px 36px;font-size:13px}.user-dropdown-group{gap:12px;display:flex}.user-select-wrapper{align-items:center;display:flex;position:relative}.user-select-wrapper select{color:#64748b;appearance:none;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 32px 6px 12px;font-size:13px}.user-select-wrapper svg{color:#94a3b8;pointer-events:none;position:absolute;right:10px}.user-export{color:#1e293b;cursor:pointer;margin-left:auto;font-size:13px;font-weight:700}.user-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;overflow:hidden}.user-table{border-collapse:collapse;width:100%}.user-table th{text-align:left;color:#94a3b8;text-transform:uppercase;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:12px 16px;font-size:11px;font-weight:700}.user-table td{border-bottom:1px solid #f8fafc;padding:14px 16px;font-size:13px}.user-name-cell{align-items:center;gap:12px;display:flex}.user-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:700;display:flex}.avatar-0{background:#3b82f6}.avatar-1{background:#10b981}.avatar-2{background:#f59e0b}.avatar-3{background:#8b5cf6}.avatar-4{background:#ec4899}.user-info-stack{flex-direction:column;display:flex}.user-main-name{color:#1e293b;font-weight:700}.user-small-status{margin-top:2px;font-size:10px;font-weight:600}.user-small-status.active{color:#10b981}.user-small-status.inactive{color:#f59e0b}.user-small-status.deactivated{color:#ef4444}.user-email-cell{color:#64748b;font-size:12px}.role-text-user{font-weight:700}.role-admin,.role-head{color:#1e293b}.role-rm{color:#2563eb}.role-cm{color:#0d9488}.role-om{color:#16a34a}.role-sup{color:#65a30d}.role-ho-it{color:#7c3aed}.role-ho-ops{color:#ea580c}.user-loc-cell{color:#64748b;max-width:200px;font-size:12px}.status-pill-user{border-radius:20px;padding:2px 10px;font-size:11px;font-weight:700}.status-active{color:#15803d;background:#dcfce7}.status-inactive{color:#92400e;background:#fef3c7}.status-deactivated{color:#dc2626;background:#fee2e2}.last-login-time{color:#94a3b8;margin-top:4px;font-size:10px}.created-by-cell{color:#64748b;font-size:12px}.user-action-btns{justify-content:flex-end;gap:8px;display:flex}.btn-user-edit{color:#2563eb;cursor:pointer;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.btn-user-deactivate{color:#ea580c;cursor:pointer;background:#fff7ed;border:1px solid #fdba74;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.btn-user-activate{color:#10b981;cursor:pointer;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.btn-user-delete{color:#dc2626;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:700}.user-management-note{color:#64748b;background:#f1f5f9;border-radius:4px;align-items:center;gap:10px;padding:8px 16px;font-size:11px;display:flex}.filter-group{flex-direction:column;gap:6px;display:flex}.filter-label{color:#94a3b8;letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700}.filter-toggle-group{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:2px;display:flex}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .2s}.toggle-btn:hover{color:#1e293b;background:#f8fafc}.toggle-btn.active{color:#fff;background:#1d4ed8;box-shadow:0 1px 3px #0000001a}.filter-select-v2{color:#1e293b;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E") right 10px center/14px no-repeat;border:1px solid #e2e8f0;border-radius:8px;outline:none;min-width:140px;height:36px;padding:0 32px 0 12px;font-size:13px;font-weight:600}.status-pill-mini.pending{color:#92400e;background:#fef3c7;border-radius:4px;padding:2px 8px;font-size:11px}.btn-table-action.nudge{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s}.btn-table-action.nudge:hover{background:#b91c1c;box-shadow:0 2px 4px #dc262633}.spinner{border:4px solid #f3f3f3;border-top-color:#2563eb;border-radius:50%;width:32px;height:32px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.table-top-filter-bar{background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:12px 12px 0 0;margin-top:16px;padding:16px}.period-filter-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;display:flex}.period-label{color:#64748b;font-size:13px;font-weight:600}.period-select{color:#1e293b;cursor:pointer;background:0 0;border:none;outline:none;font-size:13px;font-weight:600}.ask-name-cell .subtext{color:#94a3b8;margin-top:2px;font-size:11px;font-weight:500}.submission-count-pill{color:#475569;background:#f1f5f9;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.view-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;align-items:center;gap:6px;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.view-btn:hover{background:#1d4ed8}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,sans-serif}.dash-layout{color:#1e293b;background-color:#f1f5f9;min-height:100vh}.dash-nav{color:#fff;background-color:#101d35;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:14px 40px;display:flex;box-shadow:0 4px 6px -1px #0000001a}@media (width<=768px){.dash-nav{flex-direction:column;align-items:stretch;gap:10px;padding:14px 16px}.nav-left,.nav-right{justify-content:space-between;width:100%}.dash-content{padding:16px 12px}.dash-metrics-grid{grid-template-columns:1fr 1fr;gap:12px}.dash-tables-grid{grid-template-columns:1fr}}@media (width<=480px){.dash-metrics-grid{grid-template-columns:1fr}}.nav-left{align-items:center;gap:16px;display:flex}.nav-brand{color:#101d35;background:#fff;border-radius:8px;align-items:center;gap:6px;padding:5px 14px;font-size:14px;font-weight:800;display:flex}.brand-dot{background-color:#f97316;border-radius:50%;width:9px;height:9px}.brand-divider{background-color:#fff3;width:1px;height:24px}.nav-title{margin:0;font-size:16px;font-weight:600}.nav-right{align-items:center;gap:28px;display:flex}.notification-bell{cursor:pointer;color:#94a3b8;align-items:center;display:flex;position:relative}.bell-badge{color:#fff;background-color:#f97316;border:1px solid #101d35;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.user-info{align-items:center;gap:12px;display:flex}.user-avatar{color:#fff;background-color:#2563eb;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.user-text{flex-direction:column;display:flex}.user-name{color:#fff;font-size:14px;font-weight:600}.user-meta{color:#94a3b8;font-size:12px}.dash-content{width:100%;max-width:95%;margin:0 auto;padding:32px 4%}.dash-alert{color:#92400e;background-color:#fffbeb;border:1px solid #fde68a;border-radius:10px;align-items:center;gap:10px;margin-bottom:32px;padding:12px 20px;font-size:14px;font-weight:500;display:flex}.dash-metrics-grid{grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px;display:grid}.metric-card{background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;padding:24px;display:flex;box-shadow:0 1px 3px #0000000d}.metric-card.highlight-red{border:1px solid #fee2e2;box-shadow:0 0 0 2px #fef2f2}.metric-label{color:#64748b;letter-spacing:.5px;margin-bottom:12px;font-size:12px;font-weight:700}.metric-value{color:#1e293b;margin-bottom:8px;font-size:42px;font-weight:800;line-height:1}.text-red{color:#ef4444}.text-green{color:#10b981}.dash-tables-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.dash-panel{background:#fff;border:1px solid #0000000d;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.panel-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.panel-header h3{color:#334155;margin:0;font-size:16px;font-weight:700}.count-badge{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700}.count-badge.red{color:#ef4444;background:#fef2f2}.count-badge.green{color:#10b981;background:#ecfdf5}.dash-table{border-collapse:collapse;width:100%}.dash-table th{text-align:left;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;background-color:#f8fafc;padding:12px 24px;font-size:11px;font-weight:700}.dash-table td{border-bottom:1px solid #f1f5f9;padding:16px 24px;font-size:14px}.text-blue-grey{color:#64748b;font-family:monospace;font-size:13px;font-weight:500}.fw-600{font-weight:600}.task-item-cell{flex-direction:column;gap:4px;display:flex}.task-text{color:#1e293b;font-weight:500;line-height:1.4}.task-tags{gap:6px;display:flex}.tag{text-transform:uppercase;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.tag.yellow{color:#d97706;background:#fffbeb}.tag.red{color:#ef4444;background:#fef2f2}.status-pill{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:700;display:inline-block}.status-pill.pending{color:#d97706;background:#fffbeb}.status-pill.due-soon{color:#3b82f6;background:#eff6ff}.status-pill.completed,.status-pill.accepted{color:#10b981;background:#ecfdf5}.status-pill.pending-review{color:#f97316;background:#fff7ed}.age-cell{align-items:center;gap:12px;display:flex}.age-text{color:#1e293b;min-width:25px;font-size:13px;font-weight:700}.age-bar-bg{background:#f1f5f9;border-radius:2px;flex-grow:1;min-width:60px;height:4px;position:relative}.age-bar-fill{border-radius:2px;height:100%;position:relative}.age-dot{border:1px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-4px}.sev-pill{font-size:12px;font-weight:700}.sev-pill.high{color:#ef4444}.sev-pill.medium{color:#f59e0b}.sev-pill.low{color:#10b981}.btn-start{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600}.btn-view{color:#2563eb;cursor:pointer;background:#eff6ff;border:none;border-radius:6px;padding:6px 16px;font-size:12px;font-weight:600}.res-pill{border-radius:4px;padding:2px 10px;font-size:11px;font-weight:700}.res-pill.yes{color:#10b981;background:#ecfdf5}.res-pill.no{color:#ef4444;background:#fef2f2}.mt-32{margin-top:32px}.dash-loading{color:#64748b;justify-content:center;align-items:center;height:100vh;font-weight:600;display:flex}.nav-select{cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;font-weight:500;display:flex}.table-tabs{border-bottom:1px solid #f1f5f9;padding:0 24px}.metric-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex;box-shadow:0 1px 3px #0000001a}.metric-card.highlight-red{background:snow;border:1px solid #fee2e2}.metric-label{color:#94a3b8;letter-spacing:.5px;font-size:13px;font-weight:700}.metric-value{color:#1e293b;font-size:32px;font-weight:800}.metric-value.text-red{color:#ef4444}.metric-sub{color:#64748b;font-size:13px}.tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:16px 0;font-weight:600;transition:all .2s;position:relative}.tab-btn.active{color:#2563eb}.tab-btn.active:after{content:"";background:#2563eb;height:2px;position:absolute;bottom:-1px;left:0;right:0}.health-bar-container{background:#f1f5f9;border-radius:2px;flex:1;height:4px;overflow:hidden}.health-bar{height:100%}.overdue-pill{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.btn-nudge{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:20px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .2s}.btn-nudge:hover{background:#eff6ff}.btn-nudge.high{color:#fff;background:#ef4444;border-color:#ef4444}.btn-review{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:8px 18px;font-weight:600}.btn-review:hover{background:#1d4ed8}.status-tag{border-radius:12px;padding:4px 12px;font-size:12px;font-weight:700}.status-tag.red{color:#ef4444;background:#fee2e2}.status-tag.yellow{color:#d97706;background:#fef3c7}.count-bubble{color:#475569;background:#f1f5f9;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}.count-bubble.red{color:#ef4444;background:#fef2f2}.health-row{align-items:center;gap:16px;margin-bottom:16px;display:flex}.health-label{color:#64748b;align-items:center;gap:8px;width:120px;font-size:13px;font-weight:500;display:flex}.dot{border-radius:50%;width:8px;height:8px}.dot.green{background:#10b981}.dot.yellow{background:#f59e0b}.dot.red{background:#ef4444}.health-bar.green{background:#10b981}.health-bar.yellow{background:#f59e0b}.health-bar.red{background:#ef4444}.health-value{text-align:right;width:30px;font-size:13px;font-weight:700}.mini-table{border-collapse:collapse;width:100%}.mini-table th{text-align:left;color:#94a3b8;text-transform:uppercase;border-bottom:1px solid #f1f5f9;padding-bottom:8px;font-size:10px}.mini-table td{border-bottom:1px solid #f8fafc;padding:10px 0;font-size:12px}
