:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}html,body,#root{min-height:100%;min-height:100dvh}body{margin:0;background:#f6f7fb;color:#1f2937}.page{min-height:100vh;display:grid;place-items:center;padding:20px}.page-with-legal-footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0}.card{width:min(560px,96vw);background:#fff;border-radius:16px;border:1px solid #e5e7eb;padding:20px}.muted{color:#6b7280}.error{color:#b91c1c;font-weight:600}.success{color:#166534;font-weight:600}.form{display:grid;gap:12px}label{display:grid;gap:6px;font-weight:600}input,select,textarea,button{font:inherit}input,select,textarea{border:1px solid #d1d5db;border-radius:10px;padding:10px 12px}button{border:none;border-radius:10px;padding:12px;font-weight:700;color:#fff;background:#2563eb;cursor:pointer}
