@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg: #0b0f19;--bg-card: #111827;--bg-card-hover: #1a2234;--bg-input: #1e293b;--bg-sidebar: #0f1629;--text: #e2e8f0;--text-secondary: #cbd5e1;--text-muted: #64748b;--primary: #3b82f6;--primary-hover: #2563eb;--primary-subtle: rgba(59, 130, 246, .1);--danger: #ef4444;--danger-subtle: rgba(239, 68, 68, .1);--success: #22c55e;--success-subtle: rgba(34, 197, 94, .1);--warning: #f59e0b;--warning-subtle: rgba(245, 158, 11, .1);--border: #1e293b;--border-light: #334155;--radius: 8px;--radius-lg: 12px;--shadow: 0 1px 3px rgba(0, 0, 0, .3);--shadow-lg: 0 4px 24px rgba(0, 0, 0, .4);--transition: .15s ease-out}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--primary-hover)}.container{width:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}table{border-radius:var(--radius-lg);overflow:hidden}@media(prefers-reduced-motion:reduce){*{transition-duration:0ms!important;animation-duration:0ms!important}}
