:root{--bg:#0d1117;--text:#e6edf3;--muted:#8b949e;--accent:#58a6ff;--border:#30363d}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}a{color:var(--accent)}main{max-width:720px;margin:0 auto;padding:2rem 1rem}button,input{font:inherit}input{width:100%;padding:.5rem .75rem;border-radius:6px;border:1px solid var(--border);background:#161b22;color:var(--text)}button{padding:.5rem 1rem;border-radius:6px;border:none;background:var(--accent);color:#0d1117;font-weight:600;cursor:pointer}.card{border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-top:1rem;background:#161b22}.muted{color:var(--muted)}.error,.muted{font-size:.9rem}.error{color:#f85149;margin-top:.5rem}