:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;justify-content:center;background-color:#000;color:#fff}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;text-align:center}*,*:before,*:after{box-sizing:border-box}.container{display:flex;flex-direction:column;align-items:center;justify-content:center}.card{background-color:#111;border:1px solid #333;border-radius:12px;padding:3rem;width:100%;max-width:480px;box-shadow:0 10px 30px #00000080}@media (max-width: 480px){#root{padding:1rem}.card{padding:2rem 1.5rem}.title{font-size:1.75rem}}.logo-icon{margin:0 auto 1.5rem;max-width:80px;height:auto;display:block}.title{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#fff}.description{font-size:1rem;color:#aaa;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;text-align:left;margin-bottom:1.5rem}.form-group label{font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:#ddd}.form-group input{padding:.8rem 1rem;border-radius:6px;border:1px solid #444;background-color:#000;color:#fff;font-size:1rem;transition:border-color .2s,background-color .2s}.form-group input:focus{outline:none;border-color:#fff;background-color:#222}.form-group input.error{border-color:#ff4d4f}.error-message{color:#ff4d4f;font-size:.8rem;margin-top:.5rem}.submit-button{width:100%;padding:1rem;background-color:#fff;color:#000;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s}.submit-button:hover:not(:disabled){background-color:#e0e0e0}.submit-button:active:not(:disabled){transform:scale(.98)}.submit-button:disabled{background-color:#555;color:#888;cursor:not-allowed}.success-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0}.success-icon{color:#4cd964;margin-bottom:1rem}.success-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.success-description{color:#aaa}
