.auth-root{--verde:#3e5f44;--verde-hover:#34503a;--verde-profundo:#2c4531;--verde-claro:#eef3eb;--areia:#e6dfc8;--areia-texto:#6b6142;--ink:#23211a;--corpo:#454138;--muted:#6b6659;--placeholder:#9a948a;--page:#fbfaf5;--borda:#e7e3d8;--divisor:#f2efe7;--erro:#dc2626;--erro-bg:#fef2f2;--erro-borda:#fecaca;--alerta:#2c4531;--alerta-bg:#fffbeb;--alerta-borda:#fde68a;--sucesso:#16a34a;--sucesso-bg:#f0fdf4;background:var(--page);min-height:100vh;color:var(--corpo);font-family:var(--font-figtree), system-ui, sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;font-size:16px;line-height:1.5;display:flex}.auth-root *,.auth-root :before,.auth-root :after{box-sizing:border-box}.auth-root a{color:inherit;text-decoration:none}.auth-root b{color:var(--ink);font-weight:600}.auth-root .display{font-family:var(--font-fraunces), Georgia, serif;font-variation-settings:"SOFT" 100, "WONK" 0;color:var(--ink);letter-spacing:-.01em;font-weight:600;line-height:1.15}.auth-root .auth-top{justify-content:space-between;align-items:center;width:100%;max-width:1060px;margin:0 auto;padding:16px 20px;display:flex}.auth-root .auth-brand{align-items:center;gap:9px;display:flex}.auth-root .auth-brand svg{width:28px;height:28px}.auth-root .auth-brand .wm{font-family:var(--font-fraunces), Georgia, serif;font-variation-settings:"SOFT" 100, "WONK" 0;letter-spacing:-.02em;color:var(--ink);font-size:18px;font-weight:600}.auth-root .auth-brand .wm b{color:var(--verde);font-weight:600}.auth-root .auth-alt{color:var(--muted);font-size:14px}.auth-root .auth-alt a{color:var(--verde-profundo);font-weight:600}.auth-root .auth-alt a:hover{text-decoration:underline}@media (max-width:400px){.auth-root .auth-alt .lbl{display:none}}.auth-root .auth-main{flex:1;justify-content:center;align-items:flex-start;width:100%;padding:6vh 20px 48px;display:flex}.auth-root .auth-card{width:100%;max-width:400px}@media (min-width:640px){.auth-root .auth-card{border:1px solid var(--borda);background:#fff;border-radius:20px;max-width:432px;padding:36px;box-shadow:0 8px 30px #23211a14}}.auth-root h1{margin-bottom:8px;font-size:28px}.auth-root .auth-sub{color:var(--muted);margin-bottom:24px;font-size:15px}.auth-root .auth-field{margin-bottom:15px}.auth-root .auth-label{color:var(--corpo);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.auth-root .auth-input{border:1.5px solid var(--borda);width:100%;min-height:48px;color:var(--ink);background:#fff;border-radius:11px;outline:none;padding:12px 16px;font-family:inherit;font-size:16px;transition:border-color .15s,box-shadow .15s}@media (min-width:640px){.auth-root .auth-input{font-size:15px}}.auth-root .auth-input::placeholder{color:var(--placeholder)}.auth-root .auth-input:focus{border-color:var(--verde);box-shadow:0 0 0 3px #3e5f441f}.auth-root .auth-input:disabled{opacity:.55;cursor:not-allowed}.auth-root .auth-pw{position:relative}.auth-root .auth-pw .auth-input{padding-right:44px}.auth-root .auth-pw-toggle{cursor:pointer;color:var(--placeholder);background:0 0;border:none;padding:4px;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.auth-root .auth-pw-toggle:hover{color:var(--corpo)}.auth-root .auth-pw-toggle svg{width:20px;height:20px}.auth-root .auth-hint{color:var(--muted);margin-top:4px;font-size:12px}.auth-root .auth-erro-campo{color:var(--erro);align-items:flex-start;gap:5px;margin-top:5px;font-size:12.5px;display:flex}.auth-root .auth-code{text-align:center;letter-spacing:.35em;font-variant-numeric:tabular-nums;min-height:56px;padding-left:24px;font-size:28px;font-weight:600}.auth-root .auth-code::placeholder{letter-spacing:.35em;font-weight:400}.auth-root .auth-btn{background:var(--verde);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;margin-top:4px;font-family:inherit;font-size:16px;font-weight:600;transition:background .15s,opacity .15s;display:inline-flex;box-shadow:0 4px 14px #3e5f4440}.auth-root .auth-btn:hover:not(:disabled){background:var(--verde-hover)}.auth-root .auth-btn:disabled{opacity:.55;cursor:not-allowed}.auth-root .auth-btn svg{width:17px;height:17px;animation:1s linear infinite auth-spin}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-root .auth-trust{text-align:center;color:var(--muted);margin-top:12px;font-size:12.5px}.auth-root .auth-banner{border-radius:12px;margin-bottom:16px;padding:12px 14px;font-size:14px}.auth-root .auth-banner.erro{background:var(--erro-bg);border:1px solid var(--erro-borda);color:#b91c1c}.auth-root .auth-banner.alerta{background:var(--alerta-bg);border:1px solid var(--alerta-borda);color:var(--alerta)}.auth-root .auth-forgot{justify-content:flex-end;margin:-6px 0 16px;display:flex}.auth-root .auth-forgot a{color:var(--verde-profundo);font-size:14px}.auth-root .auth-forgot a:hover{text-decoration:underline}.auth-root .auth-back{text-align:center;margin-top:24px;font-size:14px}.auth-root .auth-back a,.auth-root .auth-back button{color:var(--verde-profundo);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-family:inherit;font-size:14px;font-weight:600;display:inline-flex}.auth-root .auth-back a:hover,.auth-root .auth-back button:hover{text-decoration:underline}.auth-root .auth-back svg{width:15px;height:15px}.auth-root .auth-back button:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.auth-root .auth-ic{justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 16px;display:flex}.auth-root .auth-ic svg{width:26px;height:26px}.auth-root .auth-ic.ok{background:var(--sucesso-bg);color:var(--sucesso);border-radius:50%}.auth-root .auth-ic.bad{background:var(--erro-bg);color:var(--erro);border-radius:50%}.auth-root .auth-ic.seguro{background:var(--verde-claro);color:var(--verde-profundo);border-radius:14px}.auth-root .auth-centro{text-align:center}.auth-root .auth-centro .auth-sub{margin-bottom:0}.auth-root .auth-centro form{text-align:left;margin-top:22px}.auth-root .auth-spam{color:var(--placeholder);margin-top:10px;font-size:13.5px}.auth-root .cad-main{flex:1;grid-template-columns:1fr;gap:36px;width:100%;max-width:1060px;margin:0 auto;padding:8px 20px 48px;display:grid}.auth-root .cad-form{order:1}.auth-root .cad-side{order:2}@media (min-width:960px){.auth-root .cad-main{grid-template-columns:.9fr 1.1fr;gap:48px;padding-top:24px}.auth-root .cad-form{order:2}.auth-root .cad-side{order:1}.auth-root .cad-form-wrap{border:1px solid var(--borda);background:#fff;border-radius:20px;padding:36px;box-shadow:0 8px 30px #23211a14}.auth-root .cad-form h1{font-size:34px}}.auth-root .cad-pill{background:var(--areia);color:var(--areia-texto);letter-spacing:.06em;text-transform:uppercase;border-radius:20px;align-items:center;gap:7px;margin-bottom:14px;padding:5px 13px;font-size:11.5px;font-weight:600;display:inline-flex}.auth-root .cad-painel{background:var(--verde);color:#fff;border-radius:24px;padding:28px 24px}@media (min-width:960px){.auth-root .cad-painel{flex-direction:column;justify-content:center;height:100%;padding:40px 36px;display:flex}}.auth-root .cad-painel .q{font-family:var(--font-fraunces), Georgia, serif;font-variation-settings:"SOFT" 100, "WONK" 0;color:#fff;margin-bottom:22px;font-size:24px;line-height:1.25}.auth-root .cad-painel .q .hl{color:var(--areia)}@media (min-width:960px){.auth-root .cad-painel .q{font-size:30px}}.auth-root .cad-mock{color:var(--corpo);background:#fff;border-radius:16px;padding:16px;box-shadow:0 10px 30px #0000002e}.auth-root .cad-mock-head{border-bottom:1px solid var(--divisor);align-items:center;gap:11px;padding-bottom:11px;display:flex}.auth-root .cad-mock-ic{background:var(--verde-claro);width:38px;height:38px;color:var(--verde-profundo);border-radius:10px;flex:none;justify-content:center;align-items:center;display:flex}.auth-root .cad-mock-ic svg{width:19px;height:19px}.auth-root .cad-mock .nm{color:var(--ink);font-size:14.5px;font-weight:600;line-height:1.2}.auth-root .cad-mock .yd{color:var(--muted);font-size:12px}.auth-root .cad-mock-row{border-bottom:1px solid var(--divisor);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.auth-root .cad-mock-row:last-child{border-bottom:none;padding-bottom:0}.auth-root .cad-mock-row .l{color:var(--muted);font-size:13px}.auth-root .cad-mock-row .v{color:var(--ink);font-variant-numeric:tabular-nums;font-size:14px;font-weight:700}.auth-root .cad-mock-row .m{background:var(--sucesso-bg);color:var(--sucesso);border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.auth-root .cad-depo{color:#ffffffeb;margin-top:22px;font-size:14.5px;line-height:1.55}.auth-root .cad-depo b{color:#fff}.auth-root .cad-depo .quem{align-items:center;gap:9px;margin-top:12px;display:flex}.auth-root .cad-depo .av{background:var(--areia);width:32px;height:32px;color:var(--verde-profundo);border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.auth-root .cad-depo .nm{color:#fff;font-size:13px;font-weight:600}.auth-root .cad-depo .rl{color:var(--areia);font-size:12px}.auth-root .cad-checks{gap:10px;margin-top:22px;padding:0;list-style:none;display:grid}.auth-root .cad-checks li{color:#ffffffeb;align-items:center;gap:10px;font-size:14px;display:flex}.auth-root .cad-checks svg{width:15px;height:15px;color:var(--areia);flex:none}@media (prefers-reduced-motion:reduce){.auth-root *,.auth-root :before,.auth-root :after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
