.auth{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:var(--paper);color:var(--ink)}.auth button,.auth input,.auth select{font:inherit}.auth-brand{background:var(--paper-2);border-right:1px solid var(--line);padding:42px 52px;display:flex;flex-direction:column;gap:40px}.auth-brand-top,.auth-mobile-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-brand-mid{max-width:38ch;margin:auto 0}.auth .kicker{margin:0;font-family:var(--font-spline-sans-mono),monospace;font-size:11.5px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--marca-700);display:inline-flex;align-items:center;gap:9px}.auth .kicker:before{content:"";width:7px;height:7px;border-radius:2px;background:var(--marca-600)}.auth-h{margin:18px 0 0;font-family:var(--font-familjen-grotesk),system-ui,sans-serif;font-weight:600;font-size:clamp(2rem,3.4vw,2.8rem);line-height:1.08;letter-spacing:-.02em;color:var(--ink);text-wrap:balance}.auth-sub{margin:20px 0 0;color:var(--ink-2);font-size:15.5px;line-height:1.6;text-wrap:pretty}.auth-form-wrap{display:grid;place-items:center;align-content:center;padding:42px;background:var(--paper);position:relative}.auth-mobile-head{display:none}.auth-card{width:100%;max-width:384px}.auth-card-h{margin:0;font-family:var(--font-familjen-grotesk),system-ui,sans-serif;font-weight:600;font-size:1.85rem;line-height:1.08;letter-spacing:-.02em;color:var(--ink)}.auth-card-sub{margin:4px 0 26px;color:var(--ink-2);font-size:14px;line-height:1.58}.wm-link{display:inline-flex;transition:opacity .15s var(--ease)}.wm-link:hover{opacity:.7}.back-home{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:600;color:var(--ink-3);padding:7px 12px;border:1px solid var(--line);border-radius:6px;background:var(--surface);transition:color .15s var(--ease),border-color .15s var(--ease),gap .15s var(--ease);white-space:nowrap}.back-home svg{width:14px;height:14px;stroke-width:2}.back-home:hover{color:var(--ink);border-color:var(--line-2);gap:9px}.auth .af-field{margin-bottom:16px}.auth .af-label-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:7px}.auth .af-field label{display:block;font-size:12.5px;font-weight:600;color:var(--ink-2)}.auth .af-field>label{margin-bottom:7px}.auth .af-field input,.auth .af-field select{width:100%;min-height:48px;color:var(--ink);background:var(--surface);border:1px solid var(--line-2);border-radius:6px;padding:12px 14px;font-size:15px;transition:border-color .16s var(--ease),background .16s var(--ease)}.auth .af-field input::placeholder{color:var(--ink-3)}.auth .af-field input:focus,.auth .af-field select:focus{outline:none;border-color:var(--ameixa-600)}.auth .af-pass{position:relative}.auth .af-pass input{padding-right:46px}.auth .af-pass button{color:var(--ink-3)}.auth .af-pass button:hover{color:var(--ink)}.auth .af-hint{margin:7px 0 0;font-family:var(--font-spline-sans-mono),monospace;font-size:11px;color:var(--ink-3);line-height:1.5}.auth .af-submit{margin-top:18px}.auth-divider{display:flex;align-items:center;gap:14px;margin:22px 0;color:var(--ink-3)}.auth-divider:after,.auth-divider:before{content:"";flex:1;height:1px;background:var(--line)}.auth-divider span{font-family:var(--font-spline-sans-mono),monospace;font-size:11px;letter-spacing:.1em}.auth-secondary-action{display:grid}.auth-inline-link{color:var(--ameixa-700);font-size:12.5px;font-weight:700;white-space:nowrap}.auth-inline-link:hover{text-decoration:underline}.auth-alt-link{color:var(--ink-2)}.auth-footnote{margin:22px auto 0;max-width:36ch;text-align:center;color:var(--ink-3);font-family:var(--font-spline-sans-mono),monospace;font-size:10.5px;line-height:1.55}.auth-err,.auth-msg{margin-bottom:18px;border:1px solid var(--lavanda-200);background:var(--ameixa-100);color:var(--ameixa-700);border-radius:6px;padding:11px 14px;font-size:13px;font-weight:600}.auth-msg.is-success{border-color:#bcd9cc;background:#e7f2ed;color:var(--apta)}.auth-err{display:flex;align-items:center;gap:9px;border-color:var(--marca-300);background:var(--marca-100);color:var(--erro)}.auth-err svg{width:16px;height:16px;flex:none}@media (prefers-reduced-motion:no-preference){.auth-brand,.auth-brand-mid,.auth-brand-top,.auth-card,.auth-mobile-head{animation:authRise .55s var(--ease) both}.auth-brand-mid{animation-delay:.08s}.auth-card{animation-delay:.16s}}@keyframes authRise{0%{transform:translateY(12px)}to{transform:none}}@media (max-width:860px){.auth{grid-template-columns:1fr}.auth-brand{display:none}.auth-form-wrap{align-content:start;padding:40px 22px}.auth-mobile-head{width:100%;max-width:392px;display:flex;margin-bottom:34px}}@media (max-width:480px){.auth-form-wrap{padding:28px 18px 40px}.auth-card-h{font-size:1.65rem}}