:root{--primary: #6366f1;--primary-hover: #4f46e5;--bg: #0f0f0f;--bg-card: #1a1a1a;--text: #ffffff;--text-muted: #a1a1aa;--border: #27272a;--success: #22c55e;--error: #ef4444}body{font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-hover)}button{cursor:pointer;font-family:inherit}input,textarea{font-family:inherit}:root{--primary: #6366f1;--primary-dark: #4f46e5;--primary-hover: #4f46e5;--success: #22c55e;--warning: #f59e0b;--danger: #ef4444;--error: #ef4444;--bg: #0f172a;--bg-card: #1e293b;--bg-input: #334155;--text: #f1f5f9;--text-muted: #94a3b8;--border: #475569;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}#app{min-height:100vh}a{font-weight:500;color:var(--primary);text-decoration:none}a:hover{color:var(--primary-dark)}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
