@charset "UTF-8";:root{--background: #0a0a0a;--foreground: #f2f2f2;--card: #141414;--card-foreground: #f2f2f2;--primary: #7c5cfc;--primary-hover: #6b4df0;--primary-foreground: #ffffff;--secondary: #1e1e1e;--secondary-foreground: #e5e5e5;--muted: #1e1e1e;--muted-foreground: #666666;--accent: #7c5cfc;--accent-foreground: #ffffff;--destructive: #e05252;--destructive-foreground: #ffffff;--border: #2a2a2a;--input: #1e1e1e;--ring: #7c5cfc;--success: #4ade80;--success-foreground: #052e16;--warning: #f59e0b;--warning-foreground: #1c1917;--sidebar: #0f0f0f;--sidebar-foreground: #f2f2f2;--sidebar-accent: #1a1a1a;--sidebar-border: #1f1f1f;--radius: 8px;--radius-sm: 4px;--radius-lg: 12px;--radius-xl: 16px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--chart-1: #7c5cfc;--chart-2: #4ade80;--chart-3: #f59e0b;--chart-4: #e05252;--chart-5: #38bdf8}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
