/* FinanceGest — auth.css */
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#F0F0EC;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}
.auth-wrap{width:100%;max-width:380px}
.auth-logo{text-align:center;margin-bottom:28px}
.auth-logo-box{width:48px;height:48px;border-radius:14px;background:#0F6E56;display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px}
.auth-logo-box svg{width:24px;height:24px;fill:#E1F5EE}
.auth-logo h1{font-size:20px;font-weight:700;color:#1a1a18;letter-spacing:-.03em}
.auth-logo p{font-size:12px;color:#888780;margin-top:3px}
.auth-card{background:#fff;border:1px solid #E8E6E0;border-radius:14px;padding:26px}
.auth-card h2{font-size:14px;font-weight:700;color:#1a1a18;margin-bottom:18px}
.fg{margin-bottom:14px}
.fl{font-size:12px;font-weight:600;color:#5F5E5A;display:block;margin-bottom:5px}
.fi{width:100%;font-size:13px;padding:9px 12px;border:1.5px solid #D3D1C7;border-radius:8px;outline:none;font-family:inherit;color:#1a1a18;transition:border-color .12s}
.fi:focus{border-color:#0F6E56}
.btn-g{width:100%;font-size:13px;padding:10px;border-radius:8px;border:none;background:#0F6E56;color:#E1F5EE;cursor:pointer;font-weight:700;font-family:inherit;transition:background .12s;margin-top:6px}
.btn-g:hover{background:#0A5A45}
.auth-error{background:#FCEBEB;border:1px solid #F7C1C1;border-radius:8px;padding:10px 12px;font-size:12px;color:#A32D2D;margin-bottom:14px}
.auth-footer{text-align:center;font-size:11px;color:#888780;margin-top:16px}
