@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,500;9..144,600&family=Inter:wght@400;500;600;700&display=swap";:root{--ink:#16352E;--paper:#EEF1EC;--surface:#FBFBF7;--line:#DCE1D8;--pos:#2F8F5B;--neg:#C24A3A;--gold:#C68A2E;--muted:#5E6B63;--text:#1A241F}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased}.boot{min-height:100vh;display:grid;place-items:center;color:var(--muted);font-size:14px}.auth-wrap{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;gap:18px}.auth-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:30px 26px;width:100%;max-width:380px;box-shadow:0 12px 40px #16352e1a}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:6px}.auth-mark{width:42px;height:42px;border-radius:12px;background:var(--ink);color:#ede7d6;display:grid;place-items:center;box-shadow:0 4px 14px #16352e38}.auth-brand h1{font-family:Fraunces,serif;font-size:27px;font-weight:600;color:var(--ink);margin:0;letter-spacing:-.01em}.auth-sub{font-size:13.5px;color:var(--muted);margin:0 0 22px;line-height:1.5}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.auth-field>span{font-size:12px;color:var(--muted);font-weight:500}.auth-field input{font-family:inherit;font-size:15px;color:var(--text);background:#fff;border:1px solid var(--line);border-radius:11px;padding:12px 13px;width:100%;transition:.15s}.auth-field input:focus{outline:0;border-color:var(--ink);box-shadow:0 0 0 3px #16352e1a}.auth-pass{position:relative;display:flex;align-items:center}.auth-pass input{padding-right:42px;width:100%}.auth-eye{position:absolute;right:8px;border:0;background:transparent;color:var(--muted);cursor:pointer;padding:6px;display:grid;place-items:center}.auth-eye:hover{color:var(--ink)}.auth-msg{font-size:13px;border-radius:10px;padding:10px 12px;margin-bottom:14px;line-height:1.45}.auth-msg.erro{background:#fbe7e2;border:1px solid #EAB9B0;color:#8a2e1e}.auth-msg.ok{background:#e4f1e9;border:1px solid #B7DCC6;color:#1f6b43}.auth-btn{width:100%;background:var(--ink);color:#f3efe2;border:0;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;padding:13px;cursor:pointer;transition:.15s;margin-top:2px}.auth-btn:hover:not(:disabled){background:#1d4339}.auth-btn:disabled{opacity:.6;cursor:default}.auth-btn:focus-visible{outline:2px solid var(--ink);outline-offset:2px}.auth-switch{text-align:center;font-size:13px;color:var(--muted);margin-top:18px}.auth-switch button{border:0;background:transparent;color:var(--ink);font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.auth-foot{font-size:11.5px;color:var(--muted);text-align:center;max-width:380px}
