@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;background-color:#18181b;color:#fffbeb;font-family:Sora,sans-serif}.flex-center{display:flex;align-items:center;justify-content:center}.min-h-screen{min-height:100vh}.card-auth{max-width:440px;width:100%;padding:2.5rem;background:#27272a;border:1px solid #4C1D95;border-radius:1.5rem;box-shadow:0 0 40px #4c1d9533,0 25px 50px -12px #00000080}.text-center{text-align:center}.text-accent{color:#d9f99d}.text-muted{color:#a1a1aa}.text-roxo{color:#4c1d95}.required{color:#d9f99d;margin-left:2px}.field-error{display:block;margin-top:.375rem;font-size:.75rem;color:#f87171;font-weight:500}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem;color:#fffbeb}.form-group input[type=email],.form-group input[type=text],.form-group input[type=password]{width:100%;padding:.75rem 1rem;background-color:#1c1c1f;border:1px solid #3F3F46;border-radius:.75rem;color:#fffbeb;font-family:Sora,sans-serif;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-group input[type=email]::placeholder,.form-group input[type=text]::placeholder,.form-group input[type=password]::placeholder{color:#52525b}.form-group input[type=email]:focus,.form-group input[type=text]:focus,.form-group input[type=password]:focus{outline:none;border-color:#d9f99d;box-shadow:0 0 0 2px #d9f99d26}.form-group input[type=email].input-error,.form-group input[type=text].input-error,.form-group input[type=password].input-error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.password-rules{list-style:none;margin-top:.625rem;padding:.625rem .875rem;background:#18181b99;border-radius:.5rem;display:flex;flex-direction:column;gap:.3rem}.password-rules li{font-size:.75rem;font-weight:500;transition:color .25s}.password-rules .rule-ok{color:#d9f99d}.password-rules .rule-fail{color:#a1a1aa}.toast{position:fixed;top:1.5rem;right:1.5rem;z-index:9999;padding:.875rem 1.25rem;border-radius:.75rem;font-weight:600;font-size:.875rem;max-width:360px;box-shadow:0 10px 25px #00000059;animation:toast-in .3s ease}.toast.toast-success{background:#d9f99d;color:#18181b}.toast.toast-error{background:#ef4444;color:#fff}@keyframes toast-in{0%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.otp-container{display:flex;gap:.625rem;justify-content:center;margin:1.5rem 0}.otp-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:800;background-color:#1c1c1f;border:2px solid #3F3F46;border-radius:.75rem;color:#d9f99d;font-family:Sora,sans-serif;caret-color:#d9f99d;transition:border-color .2s,box-shadow .2s}.otp-input:focus{outline:none;border-color:#d9f99d;box-shadow:0 0 0 3px #d9f99d33}.otp-input.otp-error{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426;animation:shake .3s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.btn-ghost{background:none;border:none;color:#d9f99d;font-family:Sora,sans-serif;font-size:.875rem;font-weight:700;cursor:pointer;padding:.25rem .5rem;text-decoration:underline;text-underline-offset:3px;transition:opacity .2s}.btn-ghost:hover:not(:disabled){opacity:.75}.btn-ghost:disabled{color:#a1a1aa;cursor:not-allowed;text-decoration:none}@media(max-width:480px){.card-auth{padding:1.75rem 1.25rem;border-radius:1rem;margin:0 .75rem}.toast{left:1rem;right:1rem;max-width:calc(100% - 2rem);font-size:.825rem}.otp-container{gap:.375rem}.otp-input{width:2.625rem;height:3.25rem;font-size:1.25rem}}.btn-primary{width:100%;padding:1rem;background-color:#d9f99d;color:#18181b;border:none;border-radius:.75rem;font-weight:800;font-size:.875rem;letter-spacing:.05em;cursor:pointer;transition:transform .2s,opacity .2s}.btn-primary:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}
