Spaces:
No application file
No application file
| body { font-family: Inter, Arial, sans-serif; margin: 20px; background:#f6f8fa; color:#0b1220; } | |
| .container { max-width:900px; margin:0 auto; background:white; padding:24px; border-radius:8px; box-shadow:0 6px 18px rgba(10,10,10,0.06); } | |
| button { padding:10px 14px; border-radius:6px; border:none; cursor:pointer; } | |
| input { padding:8px; border-radius:6px; border:1px solid #e2e8f0; } | |
| .row { display:flex; gap:10px; align-items:center; margin-top:10px; } | |
| .small { font-size:13px; color:#5b6b77; } | |
| a.link { color:#0066ff; text-decoration:underline; } | |