:root{--primary: #6366f1;--primary-hover: #4f46e5;--bg-main: #0f172a;--bg-card: #1e293b;--text-main: #f8fafc;--text-muted: #94a3b8;--border: #334155;--accent: #10b981}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif}body{background-color:var(--bg-main);color:var(--text-main);overflow-x:hidden}.app-container{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem;max-width:1400px;margin:0 auto}.glass-card{background:#1e293bb3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}h1{font-size:2rem;font-weight:700;margin-bottom:1.5rem;background:linear-gradient(to right,#818cf8,#c084fc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.table-container{overflow-x:auto;margin-top:1.5rem}table{width:100%;border-collapse:collapse;text-align:left}th{background:#0f172a80;padding:1rem;font-size:.875rem;font-weight:600;color:var(--text-muted);border-bottom:1px solid var(--border);text-transform:uppercase;letter-spacing:.05em}td{padding:1rem;border-bottom:1px solid var(--border);font-size:.875rem;color:var(--text-main)}tr:hover{background:#3341554d}.status-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.btn{padding:.5rem 1rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s;border:none;font-size:.875rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover)}.sidebar{width:260px;background:var(--bg-card);border-right:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;color:var(--text-muted);text-decoration:none;margin-bottom:.5rem;transition:all .2s}.nav-item.active,.nav-item:hover{background:#6366f11a;color:var(--primary)}.flex{display:flex}.flex-1{flex:1}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.p-3{padding:.75rem}.p-10{padding:2.5rem}.p-20{padding:5rem}.px-4{padding-left:1rem;padding-right:1rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.text-white{color:#fff}.text-primary{color:var(--primary)}.text-red-400{color:#f87171}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
