:root{--bg: #0f1419;--bg-elevated: #1a2230;--bg-hover: #232d3b;--text: #e6edf3;--text-muted: #8b949e;--accent: #58a6ff;--accent-hover: #79b8ff;--success: #3fb950;--warning: #d29922;--error: #f85149;--border: #30363d;--radius: 8px}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font:inherit;cursor:pointer;border:none;background:var(--accent);color:#0d1117;padding:.5rem 1rem;border-radius:var(--radius);font-weight:500}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:var(--bg-elevated);color:var(--text);border:1px solid var(--border)}input,select,textarea{font:inherit;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)}
