* { margin: 0; padding: 0; box-sizing: border-box; }
:root {
  --brand: #6366f1;
  --brand-light: #818cf8;
  --brand-dark: #4f46e5;
  --bg-primary: #0f172a;
  --bg-secondary: #1e293b;
  --bg-card: rgba(30,41,59,0.7);
  --border: rgba(148,163,184,0.1);
  --text: #e2e8f0;
  --text-muted: #94a3b8;
}
body { font-family: "Inter", system-ui, -apple-system, sans-serif; background: var(--bg-primary); color: var(--text); min-height: 100vh; }
.gradient-bg { background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%); }
.card-glass { background: var(--bg-card); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border: 1px solid var(--border); }
.btn-brand { background: linear-gradient(135deg, var(--brand), #8b5cf6); }
.btn-brand:hover { background: linear-gradient(135deg, var(--brand-dark), #7c3aed); transform: translateY(-1px); box-shadow: 0 8px 25px rgba(99,102,241,0.25); }
.btn-outline { border: 1px solid rgba(148,163,184,0.2); background: transparent; }
.btn-outline:hover { background: rgba(148,163,184,0.1); border-color: rgba(148,163,184,0.3); }
@keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideUp { from { opacity: 0; transform: translateY(40px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } }
@keyframes shimmer { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
.animate-in { animation: fadeIn 0.6s ease forwards; }
.animate-up { animation: slideUp 0.6s ease forwards; }
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.parallax { transform: translateZ(0); will-change: transform; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: var(--bg-primary); }
::-webkit-scrollbar-thumb { background: rgba(99,102,241,0.3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(99,102,241,0.5); }
.skeleton { background: linear-gradient(90deg, var(--bg-secondary) 25%, rgba(148,163,184,0.1) 50%, var(--bg-secondary) 75%); background-size: 200% 100%; animation: shimmer 1.5s infinite; border-radius: 8px; }
.card-hover { transition: all 0.3s ease; }
.card-hover:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.3); border-color: rgba(99,102,241,0.3); }
.modal-overlay { background: rgba(0,0,0,0.6); backdrop-filter: blur(4px); }
.glass-input { background: rgba(15,23,42,0.5); border: 1px solid rgba(148,163,184,0.15); color: #e2e8f0; transition: all 0.3s ease; }
.glass-input:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(99,102,241,0.15); }
.glass-select { background: rgba(15,23,42,0.5); border: 1px solid rgba(148,163,184,0.15); color: #e2e8f0; }
.stat-card { transition: all 0.3s ease; }
.stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(0,0,0,0.2); }
.badge { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 9999px; font-size: 11px; font-weight: 600; }
.badge-success { background: rgba(16,185,129,0.1); border: 1px solid rgba(16,185,129,0.2); color: #34d399; }
.badge-warning { background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.2); color: #fbbf24; }
.badge-danger { background: rgba(239,68,68,0.1); border: 1px solid rgba(239,68,68,0.2); color: #f87171; }
.badge-info { background: rgba(59,130,246,0.1); border: 1px solid rgba(59,130,246,0.2); color: #60a5fa; }
@media (max-width: 768px) { .hide-mobile { display: none !important; } }
@media (min-width: 769px) { .show-mobile { display: none !important; } }
.progress-bar { height: 8px; background: rgba(148,163,184,0.1); border-radius: 9999px; overflow: hidden; }
.progress-bar-fill { height: 100%; background: linear-gradient(90deg, var(--brand), #8b5cf6); border-radius: 9999px; transition: width 0.5s ease; }
.toast { position: fixed; top: 20px; right: 20px; z-index: 9999; max-width: 400px; animation: fadeIn 0.3s ease; }
.data-table { width: 100%; border-collapse: collapse; }
.data-table th { text-align: left; padding: 12px 16px; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-muted); border-bottom: 1px solid var(--border); }
.data-table td { padding: 12px 16px; font-size: 14px; border-bottom: 1px solid var(--border); }
.data-table tr:hover td { background: rgba(99,102,241,0.03); }
.page-title { font-size: 1.5rem; font-weight: 800; background: linear-gradient(135deg, #e2e8f0, #94a3b8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state-icon { font-size: 48px; margin-bottom: 16px; opacity: 0.5; }
.grid-bg { background-image: radial-gradient(rgba(99,102,241,0.05) 1px, transparent 1px); background-size: 30px 30px; }
.hero-glow { position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(99,102,241,0.15) 0%, transparent 70%); pointer-events: none; }
