.auth{min-height:100vh;justify-content:center;padding:var(--sp-4);background:radial-gradient(ellipse at 30% 20%,rgba(197,30,48,.08),transparent 50%),var(--bg)}.auth,.auth__card{display:flex;align-items:center}.auth__card{width:100%;max-width:520px;background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);padding:var(--sp-8) var(--sp-6);flex-direction:column;gap:var(--sp-4);box-shadow:0 8px 40px rgba(0,0,0,.06)}.auth__brand{display:flex;align-items:center;gap:var(--sp-2);text-decoration:none;color:inherit;margin-bottom:var(--sp-2)}.auth__brand .brand__logo{width:44px;height:44px}.auth__brand .brand__name{font-size:18px;letter-spacing:.3px}.auth__title{font-size:1.4rem;font-weight:700;color:var(--text);text-align:center;margin:0}.auth__subtitle{font-size:.88rem;color:var(--muted);text-align:center;margin:0;line-height:1.5}.auth__form{width:100%;gap:var(--sp-3)}.auth__field,.auth__form{display:flex;flex-direction:column}.auth__field{gap:6px}.auth__field label{font-size:.82rem;font-weight:600;color:var(--text);text-transform:uppercase;letter-spacing:.04em}.auth__field input{padding:12px 14px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.92rem;transition:border-color .2s,box-shadow .2s}.auth__field input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-light)}.auth__field input::placeholder{color:var(--muted)}.auth__password-wrap{position:relative}.auth__password-wrap input{width:100%;padding-right:44px}.auth__toggle-pass{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--muted);cursor:pointer;padding:4px;display:grid;place-items:center;transition:color .2s}.auth__toggle-pass:hover{color:var(--text)}.auth__error{padding:10px 14px;border-radius:var(--radius-sm);background:rgba(197,30,48,.08);border:1px solid rgba(197,30,48,.2);color:var(--red);font-size:.84rem;font-weight:500;line-height:1.4}.auth__divider{width:100%;display:flex;align-items:center;gap:var(--sp-3);color:var(--muted);font-size:.82rem}.auth__divider:after,.auth__divider:before{content:"";flex:1 1;height:1px;background:var(--stroke)}.auth__switch{font-size:.88rem;color:var(--muted);margin:0}.auth__switch a{color:var(--red);font-weight:600;text-decoration:none}.auth__switch a:hover{text-decoration:underline}.auth__back{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--muted);text-decoration:none;margin-top:var(--sp-2);transition:color .2s}.auth__back:hover{color:var(--text)}#registerForm~.auth__divider{margin-top:var(--sp-2)}.auth__section-title{font-size:.92rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--red);margin:var(--sp-2) 0 0;padding-bottom:6px;border-bottom:2px solid var(--red-light);width:100%}.auth__form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--sp-3);gap:var(--sp-3)}.auth__field select{border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.92rem;transition:border-color .2s,box-shadow .2s;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:12px 36px 12px 14px}.auth__field select:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-light)}.auth__form.is-loading button[type=submit]{opacity:.6;pointer-events:none}@media (max-width:480px){.auth__card{padding:var(--sp-6) var(--sp-4);max-width:100%}.auth__title{font-size:1.2rem}.auth__form-row{grid-template-columns:1fr}}.auth__card--wide{max-width:680px}.auth__feedback{font-size:.78rem;min-height:18px;line-height:1.3;transition:color .2s}.auth__feedback--ok{color:#16a34a}.auth__feedback--error{color:var(--red)}.auth__input--ok{border-color:#16a34a!important}.auth__input--error{border-color:var(--red)!important}.auth__phone-row{display:flex;gap:8px;align-items:stretch}.auth__phone-row input{flex:1 1;min-width:0}.auth__phone-row .btn{white-space:nowrap;font-size:.78rem;padding:8px 12px}.auth__code-row{display:flex;gap:8px;align-items:stretch;margin-top:4px}.auth__code-row input{flex:1 1;min-width:0;padding:10px 14px;border:1px solid var(--stroke);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);font-size:.92rem;letter-spacing:4px;text-align:center;transition:border-color .2s,box-shadow .2s}.auth__code-row input:focus{outline:none;border-color:var(--red);box-shadow:0 0 0 3px var(--red-light)}.auth__code-row .btn{white-space:nowrap;font-size:.78rem;padding:8px 14px}.auth__form-row--3{grid-template-columns:100px 1fr 1fr}.auth__field--cep{max-width:160px}.auth__field--num{max-width:100px}.auth__field--uf{max-width:120px}.auth__field--comp,.auth__field--grow{flex:1 1}@media (max-width:480px){.auth__card--wide{max-width:100%}.auth__form-row--3{grid-template-columns:1fr 1fr}.auth__field--cep,.auth__field--num,.auth__field--uf{max-width:none}.auth__phone-row{flex-direction:column}}