:root{--bg: #0a1120;--surface: #111a2e;--surface-alt: #17233b;--border: #253352;--text: #f3f6fb;--text-muted: #93a1c2;--text-soft: #64749c;--sidebar-bg: #070c18;--sidebar-bg-alt: #121b2f;--sidebar-text: #8fa0c9;--sidebar-text-active: #ffffff;--sidebar-active-grad: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);--sidebar-border: rgba(255, 255, 255, .08);--primary: #2563eb;--primary-hover: #1d4ed8;--primary-soft: rgba(37, 99, 235, .16);--primary-grad: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);--success: #22c55e;--success-hover: #16a34a;--success-soft: rgba(34, 197, 94, .16);--danger: #ef4444;--danger-hover: #dc2626;--danger-soft: rgba(239, 68, 68, .16);--warning: #f59e0b;--warning-hover: #d97706;--warning-soft: rgba(245, 158, 11, .16);--info: #22d3ee;--info-hover: #06b6d4;--info-soft: rgba(34, 211, 238, .16);--purple: #a855f7;--purple-hover: #9333ea;--purple-soft: rgba(168, 85, 247, .16);--navy: #818cf8;--navy-hover: #6366f1;--navy-soft: rgba(129, 140, 248, .16);--neutral: #94a3b8;--neutral-soft: rgba(148, 163, 184, .16);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px;--radius-full: 999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 16px 40px rgba(0, 0, 0, .5);--shadow-colored: 0 8px 20px -4px var(--shadow-tint, rgba(37, 99, 235, .35));color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:radial-gradient(1200px 600px at 100% -10%,rgba(37,99,235,.08) 0%,transparent 55%),var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#2a3757;border-radius:var(--radius-full)}::-webkit-scrollbar-track{background:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.app-shell{display:flex;height:100vh;overflow:hidden}.sidebar{width:254px;flex-shrink:0;background:linear-gradient(180deg,var(--sidebar-bg) 0%,var(--sidebar-bg-alt) 100%);color:var(--sidebar-text);display:flex;flex-direction:column;height:100%;transition:transform .2s ease;box-shadow:var(--shadow-lg)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:22px 20px 18px;font-weight:800;font-size:15.5px;color:#fff;line-height:1.25;border-bottom:1px solid var(--sidebar-border);margin-bottom:10px}.sidebar-brand .brand-icon{width:36px;height:36px;border-radius:var(--radius-md);background:var(--sidebar-active-grad);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px -4px #2563eb8c}.sidebar-nav{flex:1;overflow-y:auto;padding:8px 12px;display:flex;flex-direction:column;gap:2px}.sidebar-link{position:relative;display:flex;align-items:center;gap:14px;padding:11px 14px 11px 16px;margin:0 2px;border-radius:var(--radius-md);color:var(--sidebar-text);text-decoration:none;font-size:14px;font-weight:500;line-height:1;transition:background .15s ease,color .15s ease}.sidebar-link svg{flex-shrink:0;color:var(--link-accent, currentColor);opacity:.9;transition:opacity .15s ease,color .15s ease}.sidebar-link:hover{background:#ffffff0f;color:#fff}.sidebar-link:hover svg{opacity:1}.sidebar-link.active{background:var(--sidebar-active-grad);color:#fff;font-weight:600;box-shadow:0 8px 18px -6px #2563eba6}.sidebar-link.active:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:4px;height:60%;border-radius:var(--radius-full);background:#fff}.sidebar-link.active svg{color:#fff;opacity:1}.sidebar-badge{margin-left:auto;min-width:18px;height:18px;padding:0 5px;border-radius:var(--radius-full);background:var(--danger);color:#fff;font-size:11px;font-weight:700;line-height:18px;text-align:center}.sidebar-footer{padding:14px 14px 16px;border-top:1px solid var(--sidebar-border);display:flex;flex-direction:column;gap:8px;font-size:12.5px}.sidebar-profile{display:flex;align-items:center;gap:10px;padding:8px 4px 0}.sidebar-avatar{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--sidebar-active-grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;box-shadow:0 4px 12px -2px #2563eb99}.sidebar-profile-info{display:flex;flex-direction:column;min-width:0;line-height:1.35;flex:1}.sidebar-profile-info strong{color:#fff;font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile-info span{color:var(--sidebar-text);font-size:11.5px}.main-area{flex:1;display:flex;flex-direction:column;min-width:0;height:100%}.topbar{display:flex;align-items:center;gap:14px;padding:14px 28px;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px #10182808;flex-shrink:0;z-index:10}.topbar-titles{display:flex;flex-direction:column;gap:2px}.topbar-breadcrumb{font-size:12px;font-weight:600;color:var(--text-soft);text-transform:uppercase;letter-spacing:.04em}.topbar h1{margin:0;font-size:18px;font-weight:700}.topbar-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.topbar-icon-btn{position:relative;width:38px;height:38px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.topbar-icon-btn:hover{background:var(--surface-alt);color:var(--primary)}.topbar-icon-btn .dot{position:absolute;top:7px;right:8px;width:7px;height:7px;border-radius:50%;background:var(--danger);border:2px solid var(--surface)}.topbar-divider{width:1px;height:26px;background:var(--border);margin:0 4px}.topbar-profile{display:flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border-radius:var(--radius-full);border:1px solid var(--border)}.topbar-avatar{width:30px;height:30px;border-radius:50%;background:var(--sidebar-active-grad);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;flex-shrink:0}.topbar-profile-info{display:flex;flex-direction:column;line-height:1.25}.topbar-profile-info strong{font-size:12.5px;font-weight:600}.topbar-profile-info span{font-size:11px;color:var(--text-soft)}.page-content{flex:1;overflow-y:auto;padding:26px 28px;animation:fadeInUp .25s ease}.mobile-menu-btn{display:none}@media(max-width:1024px){.sidebar{position:fixed;z-index:60;transform:translate(-100%);box-shadow:var(--shadow-lg)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#080c1880;z-index:50}.sidebar-overlay.open{display:block}.mobile-menu-btn{display:flex}.topbar-profile-info{display:none}}@media(max-width:640px){.page-content{padding:16px}.topbar{padding:12px 16px}.topbar-breadcrumb{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:var(--radius-md);padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,transform .1s,box-shadow .15s;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px -3px #2563eb80}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 6px 16px -3px #2563eb99}.btn-success{background:var(--success);color:#fff;box-shadow:0 4px 12px -3px #16a34a73}.btn-success:hover:not(:disabled){background:var(--success-hover)}.btn-danger{background:var(--danger);color:#fff;box-shadow:0 4px 12px -3px #dc262673}.btn-danger:hover:not(:disabled){background:var(--danger-hover)}.btn-warning{background:var(--warning);color:#fff;box-shadow:0 4px 12px -3px #ea8c0573}.btn-warning:hover:not(:disabled){background:var(--warning-hover)}.btn-outline{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-outline:hover:not(:disabled){background:var(--surface-alt)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){background:var(--surface-alt);color:var(--text)}.btn-sm{padding:6px 10px;font-size:13px;border-radius:var(--radius-sm);box-shadow:none}.btn-icon{padding:8px;border-radius:var(--radius-md)}.card{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-sm)}.input,select.input{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);padding:10px 14px;font-size:14px;background:var(--surface);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px}.field{margin-bottom:14px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:700;white-space:nowrap}.badge-success{background:var(--success-soft);color:#4ade80}.badge-danger{background:var(--danger-soft);color:#f87171}.badge-warning{background:var(--warning-soft);color:#fbbf24}.badge-info{background:var(--info-soft);color:#67e8f9}.badge-primary{background:var(--primary-soft);color:#60a5fa}.badge-purple{background:var(--purple-soft);color:#c084fc}.badge-navy{background:var(--navy-soft);color:#a5b4fc}.badge-neutral{background:var(--neutral-soft);color:var(--neutral)}table.table{width:100%;border-collapse:collapse;font-size:14px}table.table th{text-align:left;padding:13px 16px;color:var(--text-muted);font-weight:700;font-size:11.5px;text-transform:uppercase;letter-spacing:.04em;background:var(--surface-alt);border-bottom:1px solid var(--border);white-space:nowrap}table.table th:first-child{border-top-left-radius:var(--radius-lg)}table.table th:last-child{border-top-right-radius:var(--radius-lg)}table.table td{padding:14px 16px;border-bottom:1px solid var(--border);vertical-align:middle}table.table tr:last-child td{border-bottom:none}table.table tbody tr{transition:background .12s}table.table tbody tr:hover td{background:var(--surface-alt)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#080c1899;display:flex;align-items:center;justify-content:center;z-index:100;padding:20px;overflow-y:auto}.modal{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:26px;animation:fadeInUp .2s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.modal-header h2{margin:0;font-size:18px}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--text-soft);text-align:center;gap:10px}.page-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:22px}.page-header h1{margin:0;font-size:22px;font-weight:700}.page-header p{margin:4px 0 0;color:var(--text-muted);font-size:14px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:22px}.stat-card{position:relative;background:linear-gradient(160deg,var(--stat-tint, var(--surface)) 0%,var(--surface) 55%);border-radius:var(--radius-lg);border:1px solid var(--border);padding:20px 20px 18px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease;overflow:hidden}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stat-card .stat-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:6px;box-shadow:var(--shadow-sm)}.stat-card .stat-value{font-size:28px;font-weight:800;letter-spacing:-.01em;line-height:1}.stat-card .stat-label{font-size:13px;color:var(--text-muted);font-weight:600}.alert-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt);margin-bottom:8px}.toast{position:fixed;bottom:24px;right:24px;background:var(--text);color:#fff;padding:12px 18px;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:200;font-size:14px;font-weight:500}.toast.error{background:var(--danger)}.toast.success{background:var(--success)}.tabs{display:flex;gap:4px;border-bottom:1px solid var(--border);margin-bottom:20px}.tab{padding:10px 16px;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.progress-track{background:var(--surface-alt);border-radius:var(--radius-full);height:8px;overflow:hidden}.progress-fill{height:100%;border-radius:var(--radius-full);transition:width .2s ease}#root{min-height:100vh}@media(max-width:640px){.hide-mobile{display:none}}@keyframes monitor-pulse{0%{transform:scale(1);opacity:.6}to{transform:scale(2.4);opacity:0}}.monitor-spinner{display:inline-block;width:16px;height:16px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--primary);animation:monitor-spin .7s linear infinite}@keyframes monitor-spin{to{transform:rotate(360deg)}}.monitor-spin{animation:monitor-spin .7s linear infinite}
