:root{color:#111;font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#f4f6fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center}.container{width:min(480px,90vw)}h1{text-align:center;margin-bottom:1.5rem}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 10px 30px #18274b14;display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.5rem;font-weight:600;color:#2c3e50}input[type=email],input[type=password],input[type=number]{border:1px solid #dfe3f0;border-radius:8px;padding:.75rem;font-size:1rem}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checkbox{flex-direction:row;align-items:center;font-weight:500}.checkbox input{margin-right:.5rem}button{background:#1e6cfb;color:#fff;font-weight:600;padding:.85rem;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}button:hover{background:#1459d4}button:disabled{background:#9cb8ff;cursor:not-allowed}.status{min-height:1.5rem;margin:0;font-size:.95rem}.status[data-type=loading]{color:#1e6cfb}.status[data-type=success]{color:#1b9c51}.status[data-type=error]{color:#d93025}
