@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800;900&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root{--background: #F9FAFB;--foreground: #111827;--card: #FFFFFF;--card-foreground: #111827;--sidebar: #0F172A;--sidebar-foreground: #94A3B8;--border: #E5E7EB;--primary: #1E3A8A;--primary-foreground: #FFFFFF;--accent: #3B82F6;--accent-foreground: #FFFFFF;--muted: #F3F4F6;--muted-foreground: #6B7280;--sidebar-width: 280px;--sidebar-width-collapsed: 72px;--header-height: 64px}*,*:before,*:after{box-sizing:border-box}body{background-color:var(--background);color:var(--foreground);font-family:Inter,sans-serif;line-height:1.5;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.25}.font-mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.glass{background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4)}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;font-size:14px;font-weight:500;transition:all .2s ease-in-out;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#94a3b8}.nav-item:hover{color:#f1f5f9;background:#ffffff0f}.nav-item.active{color:#fff;background:linear-gradient(135deg,#1e3a8a,#2563eb);box-shadow:0 4px 14px #1e3a8a59}.nav-item.active svg{color:#fff!important}.stat-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:24px;box-shadow:0 1px 3px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.stat-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px);border-color:#dbeafe}.admin-table tr:hover td{background-color:#f8fafc}.badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-width:1px}.badge-blue{background-color:#eff6ff;color:#1d4ed8;border-color:#dbeafe}.badge-green{background-color:#ecfdf5;color:#047857;border-color:#d1fae5}.badge-amber{background-color:#fffbeb;color:#b45309;border-color:#fef3c7}.badge-red{background-color:#fef2f2;color:#b91c1c;border-color:#fee2e2}.badge-gray{background-color:#f9fafb;color:#4b5563;border-color:#e5e7eb}.badge-purple{background-color:#faf5ff;color:#6d28d9;border-color:#f3e8ff}.btn-primary{display:flex;align-items:center;gap:8px;padding:10px 20px;background-color:#1e3a8a;color:#fff;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-radius:12px;transition:all .2s ease-in-out;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background-color:#1e3a8a;opacity:.9}.btn-primary:active{transform:scale(.97)}.btn-ghost{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1px solid #e5e7eb;color:#374151;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-radius:12px;transition:all .2s ease-in-out}.btn-ghost:hover{background-color:#f9fafb}.btn-ghost:active{transform:scale(.97)}.btn-danger{display:flex;align-items:center;gap:8px;padding:10px 16px;background-color:#fef2f2;border:1px solid #fee2e2;color:#dc2626;font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.05em;border-radius:12px;transition:all .2s ease-in-out}.btn-danger:hover{background-color:#fee2e2}.btn-danger:active{transform:scale(.97)}.icon-btn{height:36px;width:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;color:#9ca3af;border:1px solid transparent;transition:all .2s ease-in-out}.icon-btn:hover{color:#374151;background-color:#f3f4f6;border-color:#e5e7eb}.page-header{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}@media (min-width: 640px){.page-header{flex-direction:row;align-items:center;justify-content:space-between}}.page-title{font-size:20px;font-weight:700;color:#111827;letter-spacing:-.025em}.page-subtitle{font-size:14px;color:#6b7280;margin-top:2px}.admin-card{background-color:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 1px 3px #0000000d;overflow:hidden}.admin-card-header{padding:16px 24px;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;background-color:#f9fafb80}.admin-card-title{font-size:14px;font-weight:700;color:#111827}.admin-table{width:100%;text-align:left}.admin-table thead tr{background-color:#f9fafbcc;border-bottom:1px solid #f3f4f6}.admin-table thead th{padding:14px 20px;font-size:10px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap}.admin-table tbody td{padding:14px 20px;font-size:14px}.admin-table tbody tr{border-bottom:1px solid #f9fafb;transition:background-color .2s ease-in-out}.sidebar-cluster-title{padding:0 12px;margin-bottom:6px;font-size:9px;font-weight:900;color:#475569;text-transform:uppercase;letter-spacing:.12em}.search-input{width:100%;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:10px 16px 10px 40px;font-size:14px;transition:all .2s ease-in-out}.search-input::-moz-placeholder{color:#9ca3af}.search-input::placeholder{color:#9ca3af}.search-input:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa1a}select:focus,textarea:focus,input:focus{outline:none}@media (max-width: 767px){button,a.btn-primary,.icon-btn{min-height:44px;min-width:44px}}.page-enter{animation:pageEnter .4s cubic-bezier(.16,1,.3,1) both}@keyframes pageEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.skeleton{background-color:#f3f4f6;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;border-radius:12px}.notif-dot{position:absolute;top:-2px;right:-2px;height:10px;width:10px;background-color:#ef4444;border-radius:9999px;border:2px solid #ffffff}.sidebar-fade{background:linear-gradient(to bottom,transparent,#0F172A 80%);pointer-events:none}
