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,#101a2f 0%,#0a1224 100%);border:1px solid var(--inv-line, #233152);box-shadow:var(--shadow-card, 0 12px 40px rgba(0, 0, 0, .45)),inset 0 1px #ffffff0a;padding:1.75rem 1.75rem 2rem;border-radius:var(--radius, 12px);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, #60a5fa);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:#dadfe8;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, #1a2540);border:1px solid var(--inv-line, #233152);color:var(--inv-text, #f1f5fb);border-radius:var(--radius-sm, 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:#60a5fa8c;box-shadow:0 0 0 2px #60a5fa26}body.theme-invest-app main.login-layout-main .login-btn{color:#fff;font-weight:700;font-size:.9375rem;letter-spacing:.02em;border-radius:var(--radius-sm, 8px);padding:12px 16px;border:none;cursor:pointer;transition:filter .15s ease,box-shadow .15s ease}body.theme-invest-app main.login-layout-main .login-btn:disabled{opacity:.72;cursor:not-allowed}body.theme-invest-app main.login-layout-main #btnLoginSubmit{background:linear-gradient(135deg,#38bdf8 0%,#0ea5e9 55%,#0284c7 100%);box-shadow:0 1px 2px #38bdf85c}body.theme-invest-app main.login-layout-main #btnLoginSubmit:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 1px 2px #38bdf885}body.theme-invest-app main.login-layout-main #btnRegister{background:linear-gradient(135deg,#34d399 0%,#10b981 55%,#059669 100%);box-shadow:0 1px 2px #10b9815c}body.theme-invest-app main.login-layout-main #btnRegister:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 1px 2px #10b98185}body.theme-invest-app main.login-layout-main #btnForgotSubmit{background:linear-gradient(135deg,#c084fc 0%,#a855f7 55%,#9333ea 100%);box-shadow:0 1px 2px #a855f75c}body.theme-invest-app main.login-layout-main #btnForgotSubmit:hover:not(:disabled){filter:brightness(1.08);box-shadow:0 1px 2px #a855f785}body.theme-invest-app main.login-layout-main .secondary-btn{background:var(--inv-surface2, #1a2540);border:1px solid var(--inv-line, #233152);color:var(--inv-text1, #c9d3e6);border-radius:var(--radius-sm, 8px);font-weight:600}body.theme-invest-app main.login-layout-main .secondary-btn:hover{border-color:#60a5fa66;color:var(--inv-accent, #60a5fa);background:rgba(96,165,250,.08)}body.theme-invest-app main.login-layout-main .resend-verify-box{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;padding:10px 12px;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.3);border-radius:var(--radius-sm, 8px);font-size:.85rem;color:#f59e0b}body.theme-invest-app main.login-layout-main .resend-verify-text{flex:0 0 100%}body.theme-invest-app main.login-layout-main .resend-verify-btn{background:rgba(245,158,11,.15);border:1px solid rgba(245,158,11,.45);color:#f59e0b;font-weight:600;font-size:.82rem;border-radius:6px;padding:6px 12px;cursor:pointer;transition:background .15s ease,color .15s ease}body.theme-invest-app main.login-layout-main .resend-verify-btn:hover:not(:disabled){background:rgba(245,158,11,.28)}body.theme-invest-app main.login-layout-main .resend-verify-btn:disabled{opacity:.7;cursor:not-allowed}body.theme-invest-app main.login-layout-main .resend-verify-result{font-size:.82rem}body.theme-invest-app main.login-layout-main .resend-verify-result.is-success{color:#10b981}body.theme-invest-app main.login-layout-main .resend-verify-result.is-error{color:#ef4444}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%}body.theme-invest-app main.login-layout-main .social-buttons{flex-direction:column}body.theme-invest-app main.login-layout-main .social-btn{width:100%;justify-content:center}}.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;text-align:center;text-decoration:none;display:block}.secondary-btn:hover{background-color:#e0e0e0}.inactive-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;align-items:center;justify-content:center}.inactive-modal.is-visible{display:flex}.inactive-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(5,10,24,.82);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.inactive-modal__box{position:relative;z-index:1;background:linear-gradient(165deg,#101a2f 0%,#0a1224 100%);border:1px solid rgba(96,165,250,.2);border-radius:16px;padding:2rem 2rem 1.75rem;width:min(90vw,380px);box-shadow:0 20px 60px #0009;text-align:center}.inactive-modal__close{position:absolute;top:12px;right:14px;line-height:1;cursor:pointer;padding:2px 6px;transition:color .15s,background .15s;width:30px;height:30px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:18px;color:#64748b}.inactive-modal__close:hover{background:rgba(248,113,113,.12);border-color:#f8717152;color:#f87171}.inactive-modal__icon{font-size:2.5rem;margin-bottom:.75rem;line-height:1}.inactive-modal__title{margin:0 0 .6rem;font-size:1.15rem;font-weight:700;color:var(--inv-text, #e2e8f0)}.inactive-modal__msg{margin:0 0 1.5rem;font-size:.9rem;line-height:1.55;color:#acc0ea}.inactive-modal__actions{display:flex;flex-direction:column;gap:10px}.inactive-modal__btn{display:block;width:100%;padding:11px 16px;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:filter .15s,background .15s}.inactive-modal__btn--primary{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);color:#0b1426;box-shadow:0 1px 2px #60a5fa4d;display:flex;align-items:center;justify-content:center;gap:6px}.inactive-modal__btn--primary:hover:not(:disabled){filter:brightness(1.08)}.inactive-modal__btn--primary:disabled{opacity:.75;cursor:not-allowed}.inactive-btn-spinner{display:none;width:16px;height:16px;border:2px solid rgba(11,20,38,.3);border-top-color:#0b1426;border-radius:50%;animation:btn-spin .7s linear infinite;flex-shrink:0}.inactive-btn-spinner.is-loading{display:block}.inactive-modal__btn--secondary{background:rgba(255,255,255,.05);border:1px solid rgba(96,165,250,.15);color:var(--inv-muted, #64748b)}.inactive-modal__btn--secondary:hover{background:rgba(255,255,255,.08);color:var(--inv-text, #e2e8f0)}.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)}}.social-divider{display:flex;align-items:center;gap:10px;margin:1.25rem 0 1rem;color:#a3aec5;font-size:.8125rem}.social-divider:before,.social-divider:after{content:"";flex:1;height:1px;background:var(--inv-line, #233152)}body:not(.theme-invest-app) .social-divider:before,body:not(.theme-invest-app) .social-divider:after{background:#e5e7eb}body:not(.theme-invest-app) .social-divider{color:#6b7280}.social-buttons{display:flex;gap:10px}.social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;border:1px solid;cursor:pointer}body.theme-invest-app .social-btn{background:rgba(255,255,255,.04);border-color:var(--inv-line, #233152);color:var(--inv-text, #e2e8f0)}body.theme-invest-app .social-btn:hover{background:rgba(255,255,255,.08);border-color:#60a5fa59;box-shadow:0 1px 4px #0000004d}body:not(.theme-invest-app) .social-btn{background:#fff;border-color:#d1d5db;color:#374151}body:not(.theme-invest-app) .social-btn:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 3px #00000014}.social-btn__icon{width:18px;height:18px;flex-shrink:0}@media (max-width: 768px){.secondary-btn{flex:0 0 auto;min-width:0}}@media (max-width: 360px){.social-btn{justify-content:center;padding:10px}}
