body{font-family:Arial,sans-serif;background-color:#faf7f2;margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:100vh}.container{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 12px #0000001a;max-width:500px;text-align:center}.brand{display:flex;justify-content:center;align-items:center;margin-bottom:.75rem}.logo{height:52px;width:auto}h1{color:#333;font-size:2rem;margin-bottom:.5rem}h2{color:#555;font-size:1.2rem;margin-bottom:1.5rem}form{display:flex;flex-direction:column;gap:1rem}input[type=text],input[type=email],select{padding:.8rem;border:1px solid #ddd;border-radius:.5rem;font-size:1rem}button{padding:.8rem;border:none;border-radius:.5rem;background-color:#ff7043;color:#fff;font-size:1rem;cursor:pointer;transition:background .3s}button:hover{background-color:#e85a2c}button:disabled{background-color:#ccc;color:#666;cursor:not-allowed}button:disabled:hover{background-color:#ccc}p.note{margin-top:1rem;font-size:.9rem;color:#666}.links{margin-top:2.5rem;display:flex;gap:1rem;justify-content:center;align-items:center;flex-wrap:wrap}.links a{color:#ff7043;text-decoration:none}.links a:hover{text-decoration:underline}
