body:not(.theme-invest-app){font-family:Nunito,sans-serif;background:#f5f6fa;display:flex;flex-direction:column;min-height:100vh;margin:0}main.login-layout-main{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.login-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:24px 16px;box-sizing:border-box}body:not(.theme-invest-app) .login-container{min-height:0}body.theme-invest-app main.login-layout-main .login-container{align-items:flex-start;justify-content:center;padding-top:20px;padding-bottom:32px}body.theme-invest-app main.login-layout-main .login-card{background:linear-gradient(165deg,rgba(26,34,53,.95) 0%,rgba(17,24,39,.88) 100%);border:1px solid var(--inv-border, rgba(99, 179, 237, .12));box-shadow:0 12px 40px #00000073,inset 0 1px #ffffff0a;padding:1.75rem 1.75rem 2rem;border-radius:14px;width:100%;max-width:400px;box-sizing:border-box}body.theme-invest-app main.login-layout-main .login-auth-lead{margin:0 0 .35rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--inv-accent, #38bdf8);text-align:center}body.theme-invest-app main.login-layout-main .login-card h1,body.theme-invest-app main.login-layout-main .login-card h2{margin:0 0 1.25rem;font-size:1.35rem;font-weight:700;color:var(--inv-text, #e2e8f0);text-align:center}body.theme-invest-app main.login-layout-main .login-card h1+.login-auth-sub,body.theme-invest-app main.login-layout-main .login-card h2+.login-auth-sub{margin-top:-.5rem}body.theme-invest-app main.login-layout-main .login-auth-sub{margin:0 0 1.25rem;font-size:.9rem;line-height:1.5;color:var(--inv-muted, #64748b);text-align:center}body.theme-invest-app main.login-layout-main .input-group label{color:var(--inv-text, #e2e8f0)}body.theme-invest-app main.login-layout-main .input-group input{background:var(--inv-surface2, #2a3a52);border:1px solid var(--inv-border, rgba(99, 179, 237, .12));color:var(--inv-text, #e2e8f0);border-radius:8px}body.theme-invest-app main.login-layout-main .input-group input::placeholder{color:var(--inv-muted, #64748b)}body.theme-invest-app main.login-layout-main .input-group input:focus{outline:none;border-color:#38bdf88c;box-shadow:0 0 0 2px #38bdf826}body.theme-invest-app main.login-layout-main .login-btn{background:linear-gradient(135deg,var(--inv-accent, #38bdf8) 0%,#0ea5e9 100%);color:#0b0f1a;font-weight:700;border-radius:10px;padding:12px 16px;border:none;transition:filter .15s ease,transform .1s ease}body.theme-invest-app main.login-layout-main .login-btn:hover:not(:disabled){filter:brightness(1.08)}body.theme-invest-app main.login-layout-main .login-btn:disabled{opacity:.75;cursor:not-allowed}body.theme-invest-app main.login-layout-main .secondary-btn{background:var(--inv-surface2, #2a3a52);border:1px solid var(--inv-border, rgba(99, 179, 237, .12));color:var(--inv-text, #e2e8f0);border-radius:8px;font-weight:600}body.theme-invest-app main.login-layout-main .secondary-btn:hover{border-color:#38bdf866;color:var(--inv-accent, #38bdf8);background:rgba(56,189,248,.08)}body.theme-invest-app main.login-layout-main .session-message,body.theme-invest-app main.login-layout-main .session-error{border-radius:8px!important;font-size:.9rem}body.theme-invest-app main.login-layout-main .session-message{background:rgba(52,211,153,.12)!important;color:#6ee7b7!important;border:1px solid rgba(52,211,153,.25)}body.theme-invest-app main.login-layout-main .session-error{background:rgba(248,113,113,.12)!important;color:#fca5a5!important;border:1px solid rgba(248,113,113,.25)}body.theme-invest-app main.login-layout-main #errorMessage{color:#fca5a5!important}body.theme-invest-app main.login-layout-main .login-card .error-message{color:#fca5a5}body.theme-invest-app main.login-layout-main #formError{color:#fca5a5!important}body.theme-invest-app main.login-layout-main .input-group{margin-bottom:.65rem}body.theme-invest-app main.login-layout-main .input-group label{display:block;margin-bottom:6px;font-size:.875rem}body.theme-invest-app main.login-layout-main .input-group input{display:block;width:100%;padding:10px 12px;font-size:.9375rem;box-sizing:border-box}body.theme-invest-app main.login-layout-main .error-message{margin-top:.5rem;margin-bottom:0;font-size:.875rem;text-align:center}body.theme-invest-app main.login-layout-main .login-btn{display:block;width:100%;margin-top:1.5rem;margin-bottom:1.5rem}body.theme-invest-app main.login-layout-main .extra-actions{margin-top:.75rem;gap:8px}@media (max-width: 480px){body.theme-invest-app main.login-layout-main .login-card{padding:1.5rem 1.25rem 1.75rem}body.theme-invest-app main.login-layout-main .login-card h1,body.theme-invest-app main.login-layout-main .login-card h2{font-size:1.2rem;margin-bottom:1rem}body.theme-invest-app main.login-layout-main .input-group{margin-bottom:.85rem}body.theme-invest-app main.login-layout-main .login-btn{margin-top:1.25rem;padding:13px 16px}body.theme-invest-app main.login-layout-main .extra-actions{flex-direction:column;gap:8px}body.theme-invest-app main.login-layout-main .secondary-btn{width:100%}}.login-card{background:white;padding:2rem 3rem;border-radius:10px;box-shadow:0 4px 12px #0000001a;width:100%;max-width:320px;box-sizing:border-box}h2{text-align:center;margin-bottom:20px}.input-group label{display:block;margin-bottom:5px;font-weight:600}.input-group input{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box}.login-btn{width:100%;padding:10px;background-color:#007bff;border:none;color:#fff;font-weight:700;border-radius:6px;cursor:pointer}.login-btn:hover{background-color:#0056b3}.error-message{display:none;color:red;margin-top:10px;font-size:.9em;text-align:center}.extra-actions{margin-top:20px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}.secondary-btn{flex:1;padding:8px;background-color:#f1f1f1;border:none;color:#333;border-radius:6px;cursor:pointer;font-size:.9em}.secondary-btn:hover{background-color:#e0e0e0}.login-btn .btn-spinner{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .7s linear infinite;vertical-align:middle;margin-right:8px}.login-btn .btn-spinner.is-loading{display:inline-block}@keyframes btn-spin{to{transform:rotate(360deg)}}
