:root{--bg-primary: #0a0a0a;--bg-secondary: #111111;--bg-tertiary: #1a1a1a;--bg-quaternary: #222222;--bg-hover: #2a2a2a;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-tertiary: #64748b;--text-disabled: #475569;--border-primary: #2a2a2a;--border-secondary: #333333;--border-focus: #22c55e;--green-500: #22c55e;--green-600: #16a34a;--green-400: #4ade80;--green-bg: rgba(34, 197, 94, .12);--green-border: rgba(34, 197, 94, .25);--blue-500: #3b82f6;--blue-bg: rgba(59, 130, 246, .12);--blue-border: rgba(59, 130, 246, .25);--yellow-500: #f59e0b;--yellow-bg: rgba(245, 158, 11, .12);--yellow-border: rgba(245, 158, 11, .25);--red-500: #ef4444;--red-bg: rgba(239, 68, 68, .12);--red-border: rgba(239, 68, 68, .25);--purple-500: #a855f7;--purple-bg: rgba(168, 85, 247, .12);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 16px rgba(0, 0, 0, .4);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .5);--sidebar-width: 240px;--topbar-height: 60px;--transition: all .15s ease}[data-theme=light]{--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-tertiary: #f1f5f9;--bg-quaternary: #e2e8f0;--bg-hover: #f1f5f9;--text-primary: #0f172a;--text-secondary: #475569;--text-tertiary: #94a3b8;--text-disabled: #cbd5e1;--border-primary: #e2e8f0;--border-secondary: #cbd5e1;--border-focus: #16a34a;--green-500: #16a34a;--green-600: #15803d;--green-400: #22c55e;--green-bg: rgba(22, 163, 74, .1);--green-border: rgba(22, 163, 74, .2);--blue-500: #2563eb;--blue-bg: rgba(37, 99, 235, .1);--blue-border: rgba(37, 99, 235, .2);--yellow-500: #d97706;--yellow-bg: rgba(217, 119, 6, .1);--yellow-border: rgba(217, 119, 6, .2);--red-500: #dc2626;--red-bg: rgba(220, 38, 38, .1);--red-border: rgba(220, 38, 38, .2);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg-primary);color:var(--text-primary);line-height:1.5;overflow-x:hidden}#root{min-height:100vh;display:flex}a{color:var(--green-500);text-decoration:none}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}::selection{background:var(--green-bg);color:var(--green-500)}
