:root{--bg:#0f0f0f;--bg-card:#1a1a1a;--bg-hover:#222222;--border:#2a2a2a;--text:#e5e5e5;--text-muted:#888888;--accent:#3b82f6;--accent-hover:#2563eb;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--radius:6px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{cursor:pointer}button,input,textarea{font-family:inherit;font-size:inherit}