:root,[data-theme=dark]{--dashboard-bg:#080914;--sidebar-bg:#04050a;--surface:#0d1126a6;--surface-hover:#161c3bd9;--border:#ffffff14;--border-focus:#7c3aed66;--text-primary:#f3f4f6;--text-secondary:#a3aed0;--text-muted:#707eae;--accent:#7c3aed;--accent-gradient:linear-gradient(90deg, #4f46e5 0%, #7c3aed 100%);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--total-bg:#3b82f626;--blocked-bg:#ef444426;--redacted-bg:#f9731626;--warned-bg:#8b5cf626;--allowed-bg:#10b98126;--sidebar-text:#a3aed0;--sidebar-logo-name:#f3f4f6;--sidebar-logo-sub:#707eae;--menu-hover-bg:#ffffff0a;--menu-active-bg:linear-gradient(90deg, #4f46e5, #7c3aed);--menu-active-color:#fff;--footer-border:#ffffff14;--card-bg-plain:#ffffff05;--logout-bg:#ef444414;--logout-color:#f87171;--logout-border:#ef444433;--version-color:#707eae;--card-shadow:0 4px 20px #0000004d}[data-theme=light]{--dashboard-bg:#f0f2f8;--sidebar-bg:#1a1d2e;--surface:#fff;--surface-hover:#f8f9fc;--border:#e2e5f0;--border-focus:#3b82f666;--text-primary:#1a1d2e;--text-secondary:#4a5578;--text-muted:#8892b0;--accent:#3b82f6;--accent-gradient:linear-gradient(90deg, #3b82f6 0%, #6366f1 100%);--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6;--total-bg:#3b82f61a;--blocked-bg:#ef44441a;--redacted-bg:#f973161a;--warned-bg:#8b5cf61a;--allowed-bg:#10b9811a;--sidebar-text:#9ca8c8;--sidebar-logo-name:#fff;--sidebar-logo-sub:#6b7a9e;--menu-hover-bg:#ffffff12;--menu-active-bg:linear-gradient(90deg, #3b82f6, #6366f1);--menu-active-color:#fff;--footer-border:#ffffff14;--card-bg-plain:#ffffff0d;--logout-bg:#ef44441f;--logout-color:#f87171;--logout-border:#ef444440;--version-color:#6b7a9e;--card-shadow:0 2px 12px #0000000f}body{transition:background .3s,color .3s;background:var(--dashboard-bg)!important;color:var(--text-primary)!important}.dashboard-shell{background-color:var(--dashboard-bg);--radius:16px;background-size:cover;background-attachment:fixed;width:100%;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;transition:background-color .3s,color .3s;display:flex;color:var(--text-primary)!important}[data-theme=dark] .dashboard-shell{background-image:radial-gradient(circle at 5% 5%,#4f46e51f 0%,#0000 40%),radial-gradient(circle at 95% 95%,#7c3aed14 0%,#0000 45%)}[data-theme=light] .dashboard-shell{background-image:none}.dashboard-sidebar{z-index:100;scrollbar-width:none;flex-direction:column;width:290px;padding:32px 0 24px;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;background:var(--sidebar-bg)!important;color:#e2e8f0!important;border-right:1px solid #ffffff14!important}.dashboard-sidebar::-webkit-scrollbar{display:none}.dashboard-main{flex-direction:column;flex:1;height:100vh;min-height:100vh;margin-left:290px;display:flex;overflow-y:auto;background-color:#0000!important}.sidebar-header{padding:0 28px 36px}.sidebar-logo{align-items:center;gap:14px;display:flex}.sidebar-logo .logo-icon{background:var(--accent-gradient);color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;box-shadow:0 4px 15px #4f46e559}.sidebar-logo .logo-name{letter-spacing:-.5px;font-family:Outfit,sans-serif;font-size:21px;font-weight:700;line-height:1.1;color:#fff!important}.sidebar-logo .logo-sub{text-transform:uppercase;letter-spacing:.15em;margin-top:3px;font-size:11px;font-weight:600;color:#7b88bb!important}.sidebar-menu{flex-direction:column;flex:1;gap:6px;padding:0 16px;display:flex}.menu-item{border:1px solid #0000;border-radius:12px;align-items:center;gap:14px;padding:12px 18px;font-size:14.5px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;color:var(--sidebar-text)!important}.menu-item:hover{background:var(--menu-hover-bg)!important;color:#fff!important}.menu-item.active{font-weight:600;box-shadow:0 4px 20px #3b82f64d;background:var(--menu-active-bg)!important;color:var(--menu-active-color)!important}.menu-icon{color:inherit;flex-shrink:0;justify-content:center;align-items:center;display:flex}.menu-label{flex:1}.sidebar-footer{border-top:1px solid #ffffff14;flex-direction:column;gap:16px;padding:24px 20px 8px;display:flex}.enterprise-badge-card{border-radius:12px;flex:1;align-items:center;gap:12px;padding:12px 16px;display:flex;background:#ffffff0d!important;border:1px solid #ffffff1a!important}.enterprise-badge-card .ebc-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;color:#60a5fa!important;background:#3b82f626!important}.enterprise-badge-card .ebc-details{flex:1}.enterprise-badge-card .ebc-title{font-size:13px;font-weight:600;color:#e2e8f0!important}.enterprise-badge-card .ebc-status{color:var(--success);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}.user-profile-card{border-radius:12px;align-items:center;gap:12px;padding:12px 14px;display:flex;background:#ffffff0d!important;border:1px solid #ffffff1a!important}.user-profile-card .upc-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:700;display:flex}.user-profile-card .upc-info{flex:1;min-width:0}.user-profile-card .upc-name{white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:650;overflow:hidden;color:#e2e8f0!important}.user-profile-card .upc-role{font-size:11px;font-weight:550;color:#94a3b8!important}.user-profile-card .upc-dropdown{cursor:pointer;align-items:center;display:flex;color:#94a3b8!important}.logout-btn{border:1px solid var(--logout-border);width:100%;color:var(--logout-color);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:12px;font-size:13.5px;font-weight:600;transition:all .2s;display:flex}.logout-btn:hover{background:var(--logout-bg);border-color:#ef4444;box-shadow:0 0 12px #ef44441a}.version{color:var(--version-color);text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:11px}.page-content{flex:1;padding:40px 48px}.page-header{justify-content:space-between;align-items:center;margin-bottom:36px;display:flex}.page-title-section .welcome-text{color:var(--text-primary);margin-bottom:6px;font-family:Outfit,sans-serif;font-size:26px;font-weight:700}.page-title-section .welcome-text span{background:linear-gradient(135deg,#a78bfa,#818cf8);-webkit-text-fill-color:transparent;background-clip:text}.page-title-section .page-sub{color:var(--text-secondary);font-size:14px}.page-header-actions{align-items:center;gap:14px;display:flex}.notification-bell{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:42px;height:42px;color:var(--text-primary);border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.notification-bell:hover{background:var(--surface-hover);border-color:#ffffff26}.notification-bell .dot{background-color:var(--danger);border:1.5px solid var(--sidebar-bg);border-radius:50%;width:8px;height:8px;position:absolute;top:10px;right:10px}.dashboard-shell .card{background:var(--surface)!important;border:1px solid var(--border)!important;-webkit-backdrop-filter:blur(20px)!important;color:var(--text-primary)!important;border-radius:16px!important;margin-bottom:24px!important;padding:26px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 10px 30px #00000059!important}.dashboard-shell .card:hover{border-color:#ffffff26!important;transform:translateY(-2px)!important;box-shadow:0 15px 35px #00000073!important}.dashboard-shell .card-title{color:var(--text-primary)!important;text-transform:none!important;letter-spacing:normal!important;justify-content:space-between!important;align-items:center!important;margin-bottom:20px!important;font-family:Outfit,sans-serif!important;font-size:15px!important;font-weight:650!important;display:flex!important}.dashboard-shell .metrics-grid{grid-template-columns:repeat(5,1fr)!important;gap:16px!important;margin-bottom:24px!important;display:grid!important}@media (width<=1300px){.dashboard-shell .metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important}}.dashboard-shell .metric-card{background:var(--surface)!important;border:1px solid var(--border)!important;-webkit-backdrop-filter:blur(20px)!important;border-left:1px solid var(--border)!important;color:var(--text-primary)!important;border-radius:16px!important;align-items:center!important;gap:16px!important;padding:18px 20px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;display:flex!important;box-shadow:0 10px 20px #0003!important}.dashboard-shell .metric-card:hover{border-color:#ffffff26!important;transform:translateY(-3px)!important;box-shadow:0 12px 24px #00000059!important}.dashboard-shell .metric-icon-box{border-radius:12px!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:46px!important;height:46px!important;display:flex!important}.dashboard-shell .metric-card.total .metric-icon-box{background:var(--total-bg)!important;color:#3b82f6!important}.dashboard-shell .metric-card.blocked .metric-icon-box{background:var(--blocked-bg)!important;color:var(--danger)!important}.dashboard-shell .metric-card.redacted .metric-icon-box{color:#f97316;background:var(--redacted-bg)!important}.dashboard-shell .metric-card.warned .metric-icon-box{background:var(--warned-bg)!important;color:var(--accent)!important}.dashboard-shell .metric-card.allowed .metric-icon-box{background:var(--allowed-bg)!important;color:var(--success)!important}.dashboard-shell .metric-card.total:hover{border-color:#3b82f673!important;box-shadow:0 8px 24px #3b82f640!important}.dashboard-shell .metric-card.blocked:hover{border-color:#ef444473!important;box-shadow:0 8px 24px #ef444440!important}.dashboard-shell .metric-card.redacted:hover{border-color:#f9731673!important;box-shadow:0 8px 24px #f9731640!important}.dashboard-shell .metric-card.warned:hover{border-color:#8b5cf673!important;box-shadow:0 8px 24px #8b5cf640!important}.dashboard-shell .metric-card.allowed:hover{border-color:#10b98173!important;box-shadow:0 8px 24px #10b98140!important}.dashboard-shell .metric-details{flex:1!important}.dashboard-shell .metric-value{color:var(--text-primary)!important;margin-bottom:2px!important;font-family:Outfit,sans-serif!important;font-size:28px!important;font-weight:700!important;line-height:1.1!important}.dashboard-shell .metric-card-footer{flex-direction:column!important;display:flex!important}.dashboard-shell .metric-label{color:var(--text-secondary)!important;text-transform:none!important;letter-spacing:normal!important;font-size:12px!important;font-weight:550!important}.dashboard-shell .metric-trend{align-items:center!important;gap:3px!important;margin-top:2px!important;font-size:11px!important;font-weight:600!important;display:flex!important}.dashboard-shell .metric-trend.up{color:var(--success)!important}.dashboard-shell .metric-trend.down{color:var(--danger)!important}.dashboard-shell .metric-trend.neutral{color:var(--text-muted)!important}.dashboard-shell .row-cols-2{grid-template-columns:1.2fr .8fr!important;gap:24px!important;margin-bottom:24px!important;display:grid!important}.dashboard-shell .row-cols-equal{grid-template-columns:1fr 1fr!important;gap:24px!important;margin-bottom:24px!important;display:grid!important}@media (width<=1100px){.dashboard-shell .row-cols-2,.dashboard-shell .row-cols-equal{grid-template-columns:1fr!important}}.dashboard-shell .onboarding-steps{grid-template-columns:repeat(3,1fr)!important;gap:20px!important;margin-top:10px!important;display:grid!important}@media (width<=768px){.dashboard-shell .onboarding-steps{grid-template-columns:1fr!important}}.dashboard-shell .step-col{flex-direction:column!important;display:flex!important}.dashboard-shell .step-num-title{align-items:center!important;gap:8px!important;margin-bottom:14px!important;display:flex!important}.dashboard-shell .step-num{background:var(--accent)!important;color:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:20px!important;height:20px!important;font-size:11px!important;font-weight:700!important;display:flex!important}.dashboard-shell .step-col h4{color:var(--text-primary)!important;font-size:14px!important;font-weight:650!important}.dashboard-shell .step-points{flex-direction:column!important;gap:10px!important;list-style:none!important;display:flex!important}.dashboard-shell .step-points li{color:var(--text-secondary)!important;padding-left:20px!important;font-size:13px!important;line-height:1.55!important;position:relative!important}.dashboard-shell .step-points li:before{content:"✓"!important;color:var(--success)!important;font-weight:700!important;position:absolute!important;top:0!important;left:0!important}.dashboard-shell .donut-chart-layout{align-items:center!important;gap:24px!important;display:flex!important}@media (width<=600px){.dashboard-shell .donut-chart-layout{flex-direction:column!important}}.dashboard-shell .donut-chart-container{flex-shrink:0!important;width:180px!important;height:180px!important;position:relative!important}.dashboard-shell .donut-center-text{text-align:center!important;pointer-events:none!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.dashboard-shell .donut-center-num{color:var(--text-primary)!important;font-family:Outfit,sans-serif!important;font-size:26px!important;font-weight:700!important;line-height:1!important}.dashboard-shell .donut-center-label{color:var(--text-muted)!important;margin-top:2px!important;font-size:12px!important}.dashboard-shell .donut-legend-list{flex-direction:column!important;flex:1!important;gap:12px!important;width:100%!important;display:flex!important}.dashboard-shell .donut-legend-item{justify-content:space-between!important;align-items:center!important;font-size:13px!important;display:flex!important}.dashboard-shell .donut-legend-left{align-items:center!important;gap:10px!important;display:flex!important}.dashboard-shell .donut-legend-color{border-radius:50%!important;width:8px!important;height:8px!important}.dashboard-shell .donut-legend-name{color:var(--text-secondary)!important;font-weight:500!important}.dashboard-shell .donut-legend-right{align-items:center!important;gap:12px!important;font-weight:600!important;display:flex!important}.dashboard-shell .donut-legend-val{color:var(--text-primary)!important}.dashboard-shell .donut-legend-pct{color:var(--text-muted)!important;text-align:right!important;width:40px!important}.dashboard-shell .device-widget-content{flex-direction:column!important;justify-content:space-between!important;height:100%!important;display:flex!important}.dashboard-shell .device-active-count{margin-bottom:24px!important}.dashboard-shell .device-active-count .num{color:var(--text-primary)!important;font-family:Outfit,sans-serif!important;font-size:40px!important;font-weight:700!important;line-height:1!important}.dashboard-shell .device-active-count .label{color:var(--text-secondary)!important;margin-top:4px!important;font-size:13px!important}.dashboard-shell .device-platforms-grid{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;display:grid!important}.dashboard-shell .device-platform-card{border:1px solid var(--border)!important;text-align:center!important;background:#ffffff05!important;border-radius:12px!important;flex-direction:column!important;align-items:center!important;gap:8px!important;padding:16px 12px!important;transition:all .2s!important;display:flex!important}.dashboard-shell .device-platform-card:hover{background:#ffffff0d!important;border-color:#ffffff26!important}.dashboard-shell .device-platform-icon{width:32px!important;height:32px!important;color:var(--text-secondary)!important;justify-content:center!important;align-items:center!important;display:flex!important}.dashboard-shell .device-platform-card .count{color:var(--text-primary)!important;font-family:Outfit,sans-serif!important;font-size:18px!important;font-weight:650!important}.dashboard-shell .table-wrap{border:1px solid var(--border)!important;background:#ffffff03!important;border-radius:12px!important;overflow:hidden!important}.dashboard-shell table{border-collapse:collapse!important;background:0 0!important;width:100%!important;font-size:13.5px!important}.dashboard-shell thead th{text-align:left!important;color:var(--text-muted)!important;text-transform:uppercase!important;letter-spacing:.05em!important;border-bottom:1px solid var(--border)!important;background:#ffffff05!important;padding:16px 20px!important;font-size:12px!important;font-weight:600!important}.dashboard-shell tbody tr{border-bottom:1px solid var(--border)!important;background:0 0!important;transition:background-color .2s!important}.dashboard-shell tbody tr:hover{background-color:#ffffff05!important}.dashboard-shell tbody tr:last-child{border-bottom:none!important}.dashboard-shell tbody td{color:var(--text-secondary)!important;padding:16px 20px!important}.dashboard-shell tbody td strong{color:var(--text-primary)!important;font-weight:600!important}.dashboard-shell .form-input{border:1px solid var(--border)!important;color:var(--text-primary)!important;background:#ffffff0a!important;border-radius:10px!important;outline:none!important;padding:10px 14px!important;font-family:inherit!important;font-size:13.5px!important;transition:all .2s!important}.dashboard-shell .form-input:focus{border-color:var(--border-focus)!important;background:#ffffff0f!important}.dashboard-shell select.form-input{cursor:pointer!important;appearance:none!important;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='%23707eae' d='M2 4l4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 14px center!important;background-repeat:no-repeat!important;padding-right:36px!important}.dashboard-shell .btn{cursor:pointer!important;border-radius:10px!important;align-items:center!important;gap:8px!important;padding:10px 18px!important;font-family:inherit!important;font-size:13.5px!important;font-weight:600!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;display:inline-flex!important}.dashboard-shell .btn-primary{background:var(--accent-gradient)!important;color:#fff!important;border:none!important;box-shadow:0 4px 15px #4f46e540!important}.dashboard-shell .btn-primary:hover{transform:translateY(-1px)!important;box-shadow:0 6px 20px #4f46e559!important}.dashboard-shell .btn-secondary{color:var(--text-primary)!important;border:1px solid var(--border)!important;background:#ffffff0a!important}.dashboard-shell .btn-secondary:hover{background:#ffffff14!important;border-color:#fff3!important;transform:translateY(-1px)!important}.dashboard-shell .badge{text-transform:uppercase!important;letter-spacing:.5px!important;border-radius:8px!important;padding:5px 12px!important;font-size:11px!important;font-weight:600!important;display:inline-block!important}.dashboard-shell .badge-block{color:#fca5a5!important;background:#ef444426!important;border:1px solid #ef444440!important}.dashboard-shell .badge-warn{color:#fcd34d!important;background:#f59e0b26!important;border:1px solid #f59e0b40!important}.dashboard-shell .badge-redact{color:#fdba74!important;background:#f9731626!important;border:1px solid #f9731640!important}.dashboard-shell .badge-allow{color:#6ee7b7!important;background:#10b98126!important;border:1px solid #10b98140!important}.dashboard-shell .cat-tag{border:1px solid var(--border)!important;color:var(--text-secondary)!important;background:#ffffff0a!important;border-radius:6px!important;padding:4px 10px!important;font-size:11.5px!important;font-weight:550!important;display:inline-block!important}.dashboard-shell .cat-tag.credentials{color:#fcd34d!important;background:#f59e0b14!important;border-color:#f59e0b2e!important}.dashboard-shell .cat-tag.sensitive{color:#fca5a5!important;background:#ef444414!important;border-color:#ef44442e!important}.dashboard-shell .cat-tag.pii{color:#93c5fd!important;background:#3b82f614!important;border-color:#3b82f62e!important}.dashboard-shell .card.info-help{color:#d8b4fe!important;background:#8b5cf614!important;border:1px solid #8b5cf633!important;border-left:4px solid #9333ea!important}.dashboard-shell .card.info-help strong,.dashboard-shell .card.info-help b{color:#fff!important}.dashboard-shell .card.warning-help{color:#fde047!important;background:#f59e0b14!important;border:1px solid #f59e0b33!important;border-left:4px solid #f59e0b!important}.dashboard-shell .card.warning-help strong,.dashboard-shell .card.warning-help b{color:#fff!important}.dashboard-shell .card.danger-help{color:#fca5a5!important;background:#ef444414!important;border:1px solid #ef444433!important;border-left:4px solid #ef4444!important}.dashboard-shell .card.danger-help strong,.dashboard-shell .card.danger-help b{color:#fff!important}.dashboard-shell .card.success-help{color:#a7f3d0!important;background:#10b98114!important;border:1px solid #10b98133!important;border-left:4px solid #10b981!important}.dashboard-shell .card.success-help strong,.dashboard-shell .card.success-help b{color:#fff!important}[data-theme=light] .dashboard-shell .card.info-help{color:#4c1d95!important;background:#8b5cf612!important;border-color:#8b5cf640!important}[data-theme=light] .dashboard-shell .card.info-help strong,[data-theme=light] .dashboard-shell .card.info-help b{color:#3b0764!important}[data-theme=light] .dashboard-shell .card.warning-help{color:#78350f!important;background:#f59e0b14!important;border-color:#f59e0b4d!important}[data-theme=light] .dashboard-shell .card.warning-help strong,[data-theme=light] .dashboard-shell .card.warning-help b{color:#451a03!important}[data-theme=light] .dashboard-shell .card.danger-help{color:#7f1d1d!important;background:#ef444412!important;border-color:#ef444440!important}[data-theme=light] .dashboard-shell .card.danger-help strong,[data-theme=light] .dashboard-shell .card.danger-help b{color:#450a0a!important}[data-theme=light] .dashboard-shell .card.success-help{color:#064e3b!important;background:#10b98112!important;border-color:#10b98140!important}[data-theme=light] .dashboard-shell .card.success-help strong,[data-theme=light] .dashboard-shell .card.success-help b{color:#022c22!important}.dashboard-shell .spinner{border:2px solid #ffffff0d!important;border-top-color:var(--accent)!important;border-radius:50%!important;width:24px!important;height:24px!important;animation:.8s linear infinite spin!important;display:inline-block!important}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=1024px){.dashboard-sidebar{width:240px}.dashboard-main{margin-left:240px}.page-content{padding:32px 36px}}@media (width<=768px){.dashboard-sidebar{width:70px;padding:24px 0 16px}.sidebar-header{justify-content:center;padding:0 0 24px}.logo-name,.logo-sub,.menu-label,.logout-btn,.version,.enterprise-badge-card,.user-profile-card{display:none}.menu-item{justify-content:center;padding:12px 0}.dashboard-main{margin-left:70px}.page-content{padding:24px 20px}.page-header{flex-direction:column;align-items:flex-start;gap:16px}}[data-theme=light] .stat-card,[data-theme=light] .card,[data-theme=light] .overview-card,[data-theme=light] .logs-table-wrapper,[data-theme=light] .policy-card,[data-theme=light] .device-card,[data-theme=light] .setup-step-card,[data-theme=light] .info-card,[data-theme=light] .alert-card,[data-theme=light] .settings-section,[data-theme=light] .chart-card,[data-theme=light] .panel-card{color:#1a1d2e!important;background:#fff!important;border-color:#e2e5f0!important;box-shadow:0 2px 12px #0000000f!important}[data-theme=light] .stat-label,[data-theme=light] .card-label,[data-theme=light] .section-label,[data-theme=light] .log-cell-secondary,[data-theme=light] .page-subtitle,[data-theme=light] .policy-desc{color:#4a5578!important}[data-theme=light] .stat-value,[data-theme=light] .card-title,[data-theme=light] .page-title-section .welcome-text{color:#1a1d2e!important}[data-theme=light] .page-title-section .welcome-text span{background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-text-fill-color:transparent;background-clip:text}[data-theme=light] .page-subtitle{color:#4a5578!important}[data-theme=light] .logs-table thead th{color:#4a5578!important;background:#f8f9fc!important;border-color:#e2e5f0!important}[data-theme=light] .logs-table tbody tr{border-color:#f0f2f8!important}[data-theme=light] .logs-table tbody tr:hover{background:#f8f9fc!important}[data-theme=light] .logs-table tbody td{color:#1a1d2e!important}[data-theme=light] .nav-header{background:#fff!important;border-color:#e2e5f0!important}[data-theme=light] .nav-header-title{color:#1a1d2e!important}[data-theme=light] select,[data-theme=light] input[type=text],[data-theme=light] input[type=email],[data-theme=light] input[type=password],[data-theme=light] textarea{color:#1a1d2e!important;background:#f8f9fc!important;border-color:#e2e5f0!important}[data-theme=light] select:focus,[data-theme=light] input:focus,[data-theme=light] textarea:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}.theme-toggle-btn-inline{color:#9ca8c8;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}[data-theme=light] .dashboard-shell .card,[data-theme=light] .dashboard-shell .metric-card,[data-theme=light] .dashboard-shell .device-platform-card{color:#1a1d2e!important;background:#fff!important;border-color:#e2e5f0!important;box-shadow:0 2px 12px #0000000f!important}[data-theme=light] .dashboard-shell .card:hover{border-color:#c8ccdf!important;box-shadow:0 6px 20px #0000001a!important}[data-theme=light] .dashboard-shell .metric-value,[data-theme=light] .dashboard-shell .donut-center-num,[data-theme=light] .dashboard-shell .device-active-count .num,[data-theme=light] .dashboard-shell .device-platform-card .count,[data-theme=light] .dashboard-shell .card-title,[data-theme=light] .dashboard-shell .step-col h4,[data-theme=light] .dashboard-shell .donut-legend-val,[data-theme=light] .dashboard-shell tbody td strong{color:#1a1d2e!important}[data-theme=light] .dashboard-shell .metric-label,[data-theme=light] .dashboard-shell .donut-legend-name,[data-theme=light] .dashboard-shell .donut-legend-pct,[data-theme=light] .dashboard-shell .donut-center-label,[data-theme=light] .dashboard-shell .step-points li,[data-theme=light] .dashboard-shell .device-active-count .label,[data-theme=light] .dashboard-shell .device-platform-icon{color:#4a5578!important}[data-theme=light] .page-title,[data-theme=light] .page-title-section .welcome-text{color:#1a1d2e!important}[data-theme=light] .page-sub,[data-theme=light] .page-subtitle,[data-theme=light] .page-title-section .page-subtitle{color:#4a5578!important}[data-theme=light] .dashboard-shell thead th{color:#4a5578!important;background:#f8f9fc!important;border-color:#e2e5f0!important}[data-theme=light] .dashboard-shell tbody tr{background:0 0!important;border-color:#f0f2f8!important}[data-theme=light] .dashboard-shell tbody tr:hover{background:#f8f9fc!important}[data-theme=light] .dashboard-shell tbody td{color:#4a5578!important}[data-theme=light] .dashboard-shell .table-wrap{background:#fff!important;border-color:#e2e5f0!important}[data-theme=light] .dashboard-shell .form-input{color:#1a1d2e!important;background:#f8f9fc!important;border-color:#e2e5f0!important}[data-theme=light] .dashboard-shell .form-input:focus{background:#fff!important;border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f626!important}[data-theme=light] .dashboard-shell .btn-secondary{color:#1a1d2e!important;background:#f0f2f8!important;border-color:#e2e5f0!important}[data-theme=light] .dashboard-shell .btn-secondary:hover{background:#e2e5f0!important;border-color:#c8ccdf!important}[data-theme=light] .dashboard-shell .badge-block{color:#b91c1c!important;background:#ef44441f!important;border-color:#ef44444d!important}[data-theme=light] .dashboard-shell .badge-warn{color:#b45309!important;background:#f59e0b1f!important;border-color:#f59e0b4d!important}[data-theme=light] .dashboard-shell .badge-redact{color:#c2410c!important;background:#f973161f!important;border-color:#f973164d!important}[data-theme=light] .dashboard-shell .badge-allow{color:#047857!important;background:#10b9811f!important;border-color:#10b9814d!important}[data-theme=light] .dashboard-shell .cat-tag{color:#4a5578!important;background:#f0f2f8!important;border-color:#e2e5f0!important}[data-theme=light] .dashboard-shell .cat-tag.credentials{color:#92400e!important;background:#f59e0b1a!important;border-color:#f59e0b40!important}[data-theme=light] .dashboard-shell .cat-tag.sensitive{color:#991b1b!important;background:#ef44441a!important;border-color:#ef444440!important}[data-theme=light] .dashboard-shell .cat-tag.pii{color:#1e40af!important;background:#3b82f61a!important;border-color:#3b82f640!important}[data-theme=light] .dashboard-shell button[style*="backgroundColor: transparent"]{color:#4a5578!important}[data-theme=light] .dashboard-shell .metric-card.total .metric-icon-box{color:#1d4ed8!important;background:#3b82f61f!important}[data-theme=light] .dashboard-shell .metric-card.blocked .metric-icon-box{color:#b91c1c!important;background:#ef44441f!important}[data-theme=light] .dashboard-shell .metric-card.redacted .metric-icon-box{color:#c2410c!important;background:#f973161f!important}[data-theme=light] .dashboard-shell .metric-card.warned .metric-icon-box{color:#6d28d9!important;background:#8b5cf61f!important}[data-theme=light] .dashboard-shell .metric-card.allowed .metric-icon-box{color:#047857!important;background:#10b9811f!important}.theme-toggle-btn{border:1px solid var(--footer-border);background:var(--card-bg-plain);width:38px;height:38px;color:var(--sidebar-text);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-self:flex-end;align-items:center;margin-bottom:4px;margin-right:20px;transition:all .2s;display:flex}.theme-toggle-btn:hover{background:var(--menu-hover-bg);color:#fff;border-color:#fff3;transform:scale(1.05)}.theme-toggle-btn svg{transition:transform .4s}.theme-toggle-btn:hover svg{transform:rotate(15deg)}.filter-bar{align-items:center;gap:12px;margin-bottom:24px;display:flex}.filter-select{min-width:140px;background:var(--surface)!important;border:1px solid var(--border)!important;color:var(--text-primary)!important;cursor:pointer!important;appearance:none!important;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='%23707eae' d='M2 4l4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 14px center!important;background-repeat:no-repeat!important;border-radius:10px!important;outline:none!important;padding:10px 36px 10px 16px!important;font-family:inherit!important;font-size:13.5px!important;transition:all .2s!important}.filter-select:focus{border-color:var(--border-focus)!important;box-shadow:0 0 0 3px #7c3aed26!important}.filter-select option{color:#f3f4f6!important;background:#111322!important}[data-theme=light] .filter-select option{color:#1a1d2e!important;background:#fff!important}[data-theme=light] .filter-select{background-color:#f8f9fc!important;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='%234a5578' d='M2 4l4 4 4-4'/%3E%3C/svg%3E")!important;background-position:right 14px center!important;background-repeat:no-repeat!important}.welcome-banner{-webkit-backdrop-filter:blur(10px);border-radius:16px;margin-bottom:28px;padding:22px 30px;animation:.6s cubic-bezier(.16,1,.3,1) forwards fadeInDown;box-shadow:0 8px 32px #00000026;background:linear-gradient(135deg,#4f46e51f 0%,#7c3aed14 100%)!important;border:1px solid #7c3aed2e!important}[data-theme=light] .welcome-banner{background:linear-gradient(135deg,#6366f10f 0%,#a78bfa0a 100%)!important;border-color:#6366f11f!important}.animated-entry{animation:.5s cubic-bezier(.16,1,.3,1) forwards sp-fade-in-up}@keyframes sp-fade-in-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.metric-card-premium{transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s!important}.metric-card-premium:hover{transform:translateY(-5px)scale(1.02)!important}.progress-bar-glow{position:relative;overflow:hidden}.progress-bar-glow:after{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);animation:2s linear infinite progress-shimmer;position:absolute;inset:0}@keyframes progress-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.glow-bar-green{box-shadow:0 0 10px #10b98180}.glow-bar-orange{box-shadow:0 0 10px #f59e0b80}.glow-bar-red{box-shadow:0 0 10px #ef444480}.theme-toggle-btn-inline{color:#a3aed0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.theme-toggle-btn-inline:hover{color:#fff;background:#ffffff1a;border-color:#fff3;transform:scale(1.05)}.theme-toggle-btn-inline svg{transition:transform .4s}.theme-toggle-btn-inline:hover svg{transform:rotate(20deg)}.glow-btn-primary{transition:all .2s!important;box-shadow:0 4px 14px #6366f140!important}.glow-btn-primary:hover:not(:disabled){transform:translateY(-1px)!important;box-shadow:0 6px 20px #6366f173!important}.glass-table-container{border-radius:12px;overflow:hidden;border:1px solid var(--border)!important;box-shadow:0 4px 15px #00000026!important}tbody tr:last-child{border-bottom:none!important}
