:root{--background:#0f0f0f;--foreground:#e5e5e5;--muted:#737373;--border:#262626;--accent:#3b82f6;--accent-hover:#2563eb}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;background:var(--background);color:var(--foreground);font-family:system-ui,-apple-system,sans-serif}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,textarea{font:inherit}