@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;--border: #2a2a2a;--input: #1e1e1e;--success: #4ade80;--success-foreground: #052e16;--warning: #f59e0b;--destructive: #e05252;--radius: 8px;--radius-sm: 4px;--radius-lg: 12px;--radius-xl: 16px;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,*: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}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.line-clamp-1{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
