body.no-scroll {
    overflow: hidden !important;
    scrollbar-width: none !important;
}

body.no-scroll::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}

html {
    overflow: hidden !important;
    scrollbar-width: none !important;
}

html::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
}

.login-preloader {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    background: #111827 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.9s;
    margin: 0 !important;
    padding: 0 !important;
}

.login-preloader.preloader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(0px);
}

.login-preloader.preloader-hidden .preloader-ambient {
    transform: scale(2);
    opacity: 0;
}

.login-page {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.login-page.page-ready {
    opacity: 1;
    transform: translateY(0);
}

.login-bottom-footer {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.login-bottom-footer.page-ready {
    opacity: 1;
    transform: translateY(0);
}

.preloader-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.preloader-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
}

.preloader-orb-1 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, rgba(32, 107, 196, 0.45) 0%, transparent 60%);
    top: -20%;
    left: -15%;
    animation: preloaderOrb1 6s ease-in-out infinite;
}

.preloader-orb-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(33, 150, 243, 0.35) 0%, transparent 60%);
    bottom: -20%;
    right: -15%;
    animation: preloaderOrb2 8s ease-in-out infinite;
}

.preloader-orb-3 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.25) 0%, transparent 60%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: preloaderOrb3 5s ease-in-out infinite;
}

@keyframes preloaderOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
    33% { transform: translate(80px, 50px) scale(1.3); opacity: 1; }
    66% { transform: translate(-40px, 70px) scale(0.9); opacity: 0.5; }
}

@keyframes preloaderOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    33% { transform: translate(-60px, -40px) scale(1.2); opacity: 0.9; }
    66% { transform: translate(50px, -60px) scale(0.95); opacity: 0.4; }
}

@keyframes preloaderOrb3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.4; }
    50% { transform: translate(-50%, -50%) scale(1.5); opacity: 0.8; }
}

.preloader-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(32, 107, 196, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 107, 196, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 15%, transparent 65%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 15%, transparent 65%);
    animation: preloaderGridMove 15s linear infinite;
}

@keyframes preloaderGridMove {
    0% { background-position: 0 0; }
    100% { background-position: 50px 50px; }
}

.preloader-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.preloader-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(96, 165, 250, 1);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(96, 165, 250, 0.8), 0 0 15px rgba(96, 165, 250, 0.4);
    animation: preloaderParticle 8s ease-in-out infinite;
}

.preloader-particles span:nth-child(1) { left: 10%; top: 20%; animation-delay: 0s; animation-duration: 7s; }
.preloader-particles span:nth-child(2) { left: 85%; top: 15%; animation-delay: -1s; animation-duration: 9s; }
.preloader-particles span:nth-child(3) { left: 25%; top: 75%; animation-delay: -2s; animation-duration: 6s; }
.preloader-particles span:nth-child(4) { left: 75%; top: 80%; animation-delay: -3s; animation-duration: 8s; }
.preloader-particles span:nth-child(5) { left: 50%; top: 10%; animation-delay: -4s; animation-duration: 10s; }
.preloader-particles span:nth-child(6) { left: 15%; top: 50%; animation-delay: -5s; animation-duration: 7.5s; }
.preloader-particles span:nth-child(7) { left: 90%; top: 55%; animation-delay: -6s; animation-duration: 8.5s; }
.preloader-particles span:nth-child(8) { left: 60%; top: 90%; animation-delay: -7s; animation-duration: 6.5s; }

@keyframes preloaderParticle {
    0%, 100% { opacity: 0; transform: translateY(0) scale(0.5); }
    10% { opacity: 1; transform: translateY(-10px) scale(1); }
    50% { opacity: 0.6; transform: translateY(-30px) scale(0.8); }
    90% { opacity: 0; transform: translateY(-60px) scale(0.3); }
}

.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 2;
}

.preloader-logo-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 200px;
}

.preloader-ambient {
    position: absolute;
    width: 600px;
    height: 350px;
    background: radial-gradient(ellipse at center, 
        rgba(32, 107, 196, 0.6) 0%, 
        rgba(33, 150, 243, 0.25) 30%, 
        rgba(96, 165, 250, 0.1) 50%, 
        transparent 70%);
    filter: blur(60px);
    animation: ambientPulse 3s ease-in-out infinite;
    z-index: 0;
    pointer-events: none;
}

@keyframes ambientPulse {
    0%, 100% { opacity: 0.5; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.15); }
}

.preloader-logo {
    display: block !important;
    height: 110px !important;
    width: auto !important;
    max-width: 400px !important;
    max-height: 110px !important;
    object-fit: contain !important;
    position: relative;
    z-index: 2;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
    touch-action: none !important;
    animation: logoBreath 3s ease-in-out infinite;
}

@keyframes logoBreath {
    0%, 100% { 
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 25px rgba(33, 150, 243, 0.3)) drop-shadow(0 0 60px rgba(32, 107, 196, 0.15));
    }
    50% { 
        transform: translateY(-6px) scale(1.02);
        filter: drop-shadow(0 0 40px rgba(33, 150, 243, 0.5)) drop-shadow(0 0 90px rgba(32, 107, 196, 0.3));
    }
}

.preloader-loader {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.preloader-line {
    width: 180px;
    height: 3px;
    background: rgba(96, 165, 250, 0.1);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(96, 165, 250, 0.05);
}

.line-glow {
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, transparent, #60a5fa, #93c5fd, #3b82f6, transparent);
    animation: lineSlide 1.4s ease-in-out infinite;
    box-shadow: 0 0 16px rgba(96, 165, 250, 0.9), 0 0 40px rgba(96, 165, 250, 0.4), 0 0 60px rgba(96, 165, 250, 0.15);
}

@keyframes lineSlide {
    0% {
        left: -40%;
    }
    100% {
        left: 100%;
    }
}

.preloader-text {
    color: rgba(160, 180, 210, 0.7);
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 20px rgba(96, 165, 250, 0.2);
}

@media (max-width: 991px) {
    .preloader-logo-wrap {
        width: 380px;
        height: 180px;
    }

    .preloader-logo {
        height: 95px !important;
        max-width: 340px !important;
        max-height: 95px !important;
    }

    .preloader-ambient {
        width: 450px;
        height: 280px;
    }

    .preloader-content {
        gap: 1.2rem;
    }

    .preloader-orb-1 {
        width: 400px;
        height: 400px;
    }

    .preloader-orb-2 {
        width: 350px;
        height: 350px;
    }

    .preloader-orb-3 {
        width: 250px;
        height: 250px;
    }

    .preloader-particles span {
        width: 2.5px;
        height: 2.5px;
    }
}

@media (max-width: 768px) {
    .preloader-logo-wrap {
        width: 92vw;
        max-width: 420px;
        height: 180px;
    }

    .preloader-logo {
        height: 100px !important;
        width: auto !important;
        max-width: 85vw !important;
        max-height: 100px !important;
    }

    .preloader-ambient {
        width: 95vw;
        max-width: 450px;
        height: 260px;
        filter: blur(45px);
    }

    .preloader-content {
        gap: 1.2rem;
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .preloader-line {
        width: 160px;
    }

    .preloader-text {
        font-size: 0.95rem;
        letter-spacing: 6px;
    }

    .preloader-orb-1 {
        width: 300px;
        height: 300px;
        filter: blur(50px);
    }

    .preloader-orb-2 {
        width: 260px;
        height: 260px;
        filter: blur(50px);
    }

    .preloader-orb-3 {
        width: 200px;
        height: 200px;
        filter: blur(50px);
    }

    .preloader-grid {
        background-size: 45px 45px;
    }

    .preloader-particles span {
        width: 2.5px;
        height: 2.5px;
    }
}

@media (max-width: 480px) {
    .preloader-logo-wrap {
        width: 92vw;
        max-width: 360px;
        height: 160px;
    }

    .preloader-logo {
        height: 85px !important;
        width: auto !important;
        max-width: 82vw !important;
        max-height: 85px !important;
    }

    .preloader-ambient {
        width: 90vw;
        max-width: 360px;
        height: 220px;
        filter: blur(35px);
    }

    .preloader-content {
        gap: 1rem;
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .preloader-line {
        width: 150px;
    }

    .preloader-text {
        font-size: 0.92rem;
        letter-spacing: 6px;
    }

    .preloader-orb-1 {
        width: 220px;
        height: 220px;
        filter: blur(40px);
    }

    .preloader-orb-2 {
        width: 180px;
        height: 180px;
        filter: blur(40px);
    }

    .preloader-orb-3 {
        width: 140px;
        height: 140px;
        filter: blur(40px);
    }

    .preloader-grid {
        background-size: 35px 35px;
        opacity: 0.6;
    }

    .preloader-particles span {
        width: 2px;
        height: 2px;
        box-shadow: 0 0 4px rgba(96, 165, 250, 0.6), 0 0 10px rgba(96, 165, 250, 0.3);
    }
}

@media (max-width: 360px) {
    .preloader-logo-wrap {
        width: 90vw;
        max-width: 310px;
        height: 140px;
    }

    .preloader-logo {
        height: 75px !important;
        width: auto !important;
        max-width: 80vw !important;
        max-height: 75px !important;
    }

    .preloader-ambient {
        width: 88vw;
        max-width: 300px;
        height: 190px;
        filter: blur(30px);
    }

    .preloader-content {
        gap: 0.8rem;
    }

    .preloader-line {
        width: 130px;
    }

    .preloader-text {
        font-size: 0.88rem;
        letter-spacing: 5px;
    }

    .preloader-orb-1 {
        width: 180px;
        height: 180px;
    }

    .preloader-orb-2 {
        width: 150px;
        height: 150px;
    }

    .preloader-orb-3 {
        width: 100px;
        height: 100px;
    }
}

@media (max-height: 500px) {
    .preloader-logo-wrap {
        width: 60vw;
        max-width: 350px;
        height: 110px;
    }

    .preloader-logo {
        height: 70px !important;
        width: auto !important;
        max-width: 55vw !important;
        max-height: 70px !important;
    }

    .preloader-ambient {
        width: 60vw;
        max-width: 400px;
        height: 170px;
    }

    .preloader-content {
        gap: 0.8rem;
    }

    .preloader-line {
        width: 120px;
    }

    .preloader-text {
        font-size: 0.68rem;
    }
}

.login-page {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background: #111827 !important;
}

.login-bg {
    position: absolute;
    inset: 0;
    background: 
        radial-gradient(ellipse 80% 50% at 20% -20%, rgba(32, 107, 196, 0.2), transparent),
        radial-gradient(ellipse 60% 50% at 80% 120%, rgba(32, 107, 196, 0.15), transparent),
        radial-gradient(ellipse 50% 40% at 50% 50%, rgba(32, 107, 196, 0.1), transparent);
    animation: bgPulse 8s ease-in-out infinite;
}

@keyframes bgPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.05); }
}

.login-glow {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.login-glow::before,
.login-glow::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: orbFloat 15s ease-in-out infinite;
}

.login-glow::before {
    width: 500px;
    height: 500px;
    background: linear-gradient(135deg, rgba(32, 107, 196, 0.3) 0%, rgba(32, 107, 196, 0.1) 100%);
    top: -150px;
    left: -100px;
    animation-delay: 0s;
}

.login-glow::after {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, rgba(32, 107, 196, 0.2) 0%, rgba(32, 107, 196, 0.1) 100%);
    bottom: -100px;
    right: -50px;
    animation-delay: -5s;
}

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(30px, -30px) rotate(5deg); }
    50% { transform: translate(-20px, 20px) rotate(-5deg); }
    75% { transform: translate(20px, 10px) rotate(3deg); }
}

.login-page::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(rgba(32, 107, 196, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(32, 107, 196, 0.05) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, black 20%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.login-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 50% 50%, rgba(32, 107, 196, 0.6) 0%, transparent 0.5%);
    background-size: 100px 100px;
    opacity: 0.3;
    animation: sparkle 20s linear infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes sparkle {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.login-container {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    padding: 2rem;
}

.login-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 520px;
    perspective: 1000px;
}

.brand-info {
    text-align: center;
    margin-top: 2rem;
}

.brand-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(32, 107, 196, 0.2) 0%, rgba(33, 150, 243, 0.1) 100%);
    border: 1px solid rgba(33, 150, 243, 0.25);
    color: #60a5fa;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.brand-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 1rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
    white-space: nowrap;
}

.brand-title span {
    background: linear-gradient(135deg, #60a5fa 0%, #2196F3 50%, #60a5fa 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: brandGradient 4s ease-in-out infinite;
}

@keyframes brandGradient {
    0%, 100% { background-position: 0% center; }
    50% { background-position: 100% center; }
}

.brand-desc {
    font-size: 1.15rem;
    color: rgba(148, 163, 184, 0.65);
    margin: 0 0 2rem;
    line-height: 1.6;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

.brand-stats {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.brand-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #e2e8f0;
    font-size: 1.05rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.brand-stat svg {
    color: #60a5fa;
    flex-shrink: 0;
}

.brand-stat:hover {
    color: #ffffff;
}

.brand-stat:hover svg {
    color: #93c5fd;
}

.logo-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.logo-glow {
    position: absolute;
    width: 300px;
    height: 140px;
    background: radial-gradient(ellipse at center, 
        rgba(33, 150, 243, 0.30) 0%, 
        rgba(33, 150, 243, 0.08) 50%, 
        transparent 75%);
    filter: blur(40px);
    animation: glowBreath 5s ease-in-out infinite;
    z-index: 0;
}

.logo-ring {
    position: absolute;
    width: 340px;
    height: 180px;
    border: 1px solid rgba(33, 150, 243, 0.12);
    border-radius: 50%;
    animation: orbitSpin 30s linear infinite;
}

.logo-ring::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(33, 150, 243, 0.9);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(33, 150, 243, 0.8), 0 0 20px rgba(33, 150, 243, 0.4);
}

.logo-ring-2 {
    width: 400px;
    height: 220px;
    border-color: rgba(33, 150, 243, 0.06);
    animation: orbitSpin 40s linear infinite reverse;
}

.logo-ring-2::before {
    width: 4px;
    height: 4px;
    background: rgba(33, 150, 243, 0.5);
    box-shadow: 0 0 6px rgba(33, 150, 243, 0.5);
}

.login-logo {
    height: 140px;
    max-width: 420px;
    object-fit: contain;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
    -webkit-touch-callout: none !important;
    touch-action: none !important;
    position: relative;
    z-index: 2;
    animation: logoHover 6s ease-in-out infinite;
    filter: drop-shadow(0 4px 25px rgba(33, 150, 243, 0.25));
}

.logo-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.logo-particles span {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(33, 150, 243, 0.7);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(33, 150, 243, 0.5);
    opacity: 0;
    animation: sparkle 6s ease-in-out infinite;
}

.logo-particles span:nth-child(1) { left: 5%; top: 30%; animation-delay: 0s; }
.logo-particles span:nth-child(2) { left: 90%; top: 25%; animation-delay: -1s; }
.logo-particles span:nth-child(3) { left: 15%; top: 75%; animation-delay: -2s; }
.logo-particles span:nth-child(4) { left: 85%; top: 70%; animation-delay: -3s; }
.logo-particles span:nth-child(5) { left: 45%; top: 5%; animation-delay: -4s; }
.logo-particles span:nth-child(6) { left: 55%; top: 95%; animation-delay: -5s; }

@keyframes logoHover {
    0%, 100% {
        transform: translateY(0);
        filter: drop-shadow(0 4px 25px rgba(33, 150, 243, 0.25));
    }
    50% {
        transform: translateY(-8px);
        filter: drop-shadow(0 12px 35px rgba(33, 150, 243, 0.35));
    }
}

@keyframes glowBreath {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.85;
        transform: scale(1.1);
    }
}

@keyframes orbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0;
        transform: scale(0) translateY(0);
    }
    15% {
        opacity: 0.8;
        transform: scale(1) translateY(-5px);
    }
    30% {
        opacity: 0;
        transform: scale(0.5) translateY(-15px);
    }
}


.login-divider {
    width: 1px;
    height: 360px;
    background: linear-gradient(180deg, transparent 0%, rgba(32, 107, 196, 0.3) 20%, rgba(32, 107, 196, 0.4) 50%, rgba(32, 107, 196, 0.3) 80%, transparent 100%);
    flex-shrink: 0;
    position: relative;
}

.login-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #206bc4;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(32, 107, 196, 0.8);
    animation: dividerPulse 2s ease-in-out infinite;
}

@keyframes dividerPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(32, 107, 196, 0.8); transform: translate(-50%, -50%) scale(1); }
    50% { box-shadow: 0 0 40px rgba(32, 107, 196, 1); transform: translate(-50%, -50%) scale(1.3); }
}

.login-right {
    width: 420px;
}

.login-welcome {
    text-align: center;
    margin-bottom: 2rem;
}

.login-welcome h1 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem 0;
    letter-spacing: -0.3px;
}

.login-welcome h1 .wave {
    display: inline-block;
    animation: wave 1.5s ease-in-out infinite;
    transform-origin: 70% 70%;
}

@keyframes wave {
    0%, 100% { transform: rotate(0deg); }
    25% { transform: rotate(20deg); }
    75% { transform: rotate(-10deg); }
}

.login-welcome p {
    font-size: 0.95rem;
    color: rgba(148, 163, 184, 0.8);
    margin: 0;
}

.login-field {
    position: relative;
    margin-bottom: 1.5rem;
}

.login-input {
    width: 100%;
    background: #1f2937 !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1.125rem 1.5rem;
    font-size: 16px;
    color: #e2e8f0 !important;
    transition: all 0.3s ease;
    outline: none;
}

.login-input:focus {
    background: #1f2937 !important;
    border-color: #206bc4;
    box-shadow: 0 0 0 3px rgba(32, 107, 196, 0.2);
}

.login-input:-webkit-autofill,
.login-input:-webkit-autofill:hover,
.login-input:-webkit-autofill:focus,
.login-input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 100px #1f2937 inset !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    caret-color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    transition: background-color 5000s ease-in-out 0s;
}

.login-input::placeholder {
    color: #64748b;
}

.login-eye {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
    color: rgba(148, 163, 184, 0.5);
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-eye:hover {
    color: rgba(148, 163, 184, 0.9);
}

.login-submit {
    width: 100%;
    background: #206bc4;
    border: none;
    border-radius: 8px;
    padding: 1.125rem 2rem;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    margin-top: 0.75rem;
}

.login-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transition: left 0.5s ease;
}

.login-submit:hover::before {
    left: 100%;
}

.login-submit:hover {
    background: #1a5aa0;
    box-shadow: 0 8px 25px rgba(32, 107, 196, 0.35);
}

.login-submit:active {
    transform: translateY(-1px);
}

.login-submit-text {
    position: relative;
    z-index: 1;
}

.login-submit-loader {
    display: none;
}

.login-submit.loading .login-submit-text {
    visibility: hidden;
}

.login-submit.loading .login-submit-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.login-submit:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.login-footer {
    text-align: center;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    margin-top: 2rem;
}

@media (max-width: 991.98px) {
    .login-container {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        width: 100%;
    }
    
    .login-left {
        width: auto;
        max-width: 100%;
    }
    
    .login-logo {
        height: 100px;
        max-width: 300px;
    }
    
    .logo-glow {
        width: 220px;
        height: 100px;
    }
    
    .logo-ring {
        width: 260px;
        height: 140px;
    }
    
    .logo-ring-2 {
        width: 310px;
        height: 170px;
    }
    
    .login-divider {
        display: none !important;
    }
    
    .login-right {
        width: 100%;
        max-width: 500px;
    }

    .brand-info {
        margin-top: 1.5rem;
    }

    .brand-title {
        font-size: 1.6rem;
        white-space: normal;
    }

    .brand-desc {
        font-size: 0.9rem;
    }

    .brand-stats {
        gap: 1rem;
    }

    .brand-stat {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .login-container {
        padding: 1.25rem 1rem;
        gap: 1.5rem;
    }

    .login-left {
        width: 100%;
        max-width: 100%;
    }
    
    .login-right {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .login-logo {
        height: 70px;
    }

    .logo-wrapper {
        margin-bottom: 0.25rem;
    }
    
    .logo-glow {
        width: 160px;
        height: 70px;
    }

    .logo-ring {
        width: 180px;
        height: 100px;
    }
    
    .logo-ring-2 {
        width: 220px;
        height: 120px;
    }
    
    .logo-particles span {
        width: 2px;
        height: 2px;
    }

    .brand-info {
        margin-top: 0.75rem;
    }

    .brand-title {
        font-size: 1.2rem;
        white-space: normal;
        line-height: 1.3;
    }

    .brand-desc {
        font-size: 0.8rem;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .brand-stats {
        gap: 0.6rem 1rem;
    }

    .brand-stat {
        font-size: 0.75rem;
    }

    .brand-stat svg {
        width: 14px;
        height: 14px;
    }
    
    .login-welcome h1 {
        font-size: 1.5rem;
    }
    
    .login-input {
        padding: 1rem 1.25rem;
        font-size: 15px;
    }
    
    .login-submit {
        padding: 1rem 1.5rem;
        font-size: 15px;
    }
}

.login-bottom-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.05) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.login-footer-content {
    padding: 20px;
}

.login-footer-links {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.login-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 20px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.login-footer-link:hover {
    color: #fff;
    background: rgba(255,255,255,0.2);
    transform: translateY(-2px);
    text-decoration: none;
}

.login-footer-link svg {
    opacity: 0.8;
}

.login-footer-link:hover svg {
    opacity: 1;
}

.login-footer-copyright {
    color: rgba(255,255,255,0.5);
    font-size: 13px;
}

@media (max-width: 576px) {
    .login-footer-links {
        gap: 10px;
    }
    
    .login-footer-link {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .login-footer-link svg {
        width: 14px;
        height: 14px;
    }
}

.tfa-header {
    text-align: center;
    margin-bottom: 2rem;
}

.tfa-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    background: linear-gradient(135deg, rgba(32, 107, 196, 0.2) 0%, rgba(32, 107, 196, 0.1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196F3;
    animation: tfaIconPulse 2s ease-in-out infinite;
}

@keyframes tfaIconPulse {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(33, 150, 243, 0.4);
    }
    50% {
        box-shadow: 0 0 0 15px rgba(33, 150, 243, 0);
    }
}

.tfa-header h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0.5rem;
}

.tfa-header p {
    font-size: 0.9rem;
    color: rgba(148, 163, 184, 0.8);
    margin: 0;
}

.tfa-code-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}

.tfa-code-inputs input {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    background: #1f2937;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #e2e8f0;
    outline: none;
    transition: all 0.2s ease;
}

.tfa-code-inputs input:focus {
    border-color: #206bc4;
    box-shadow: 0 0 0 3px rgba(32, 107, 196, 0.2);
}

.tfa-code-inputs input.filled {
    border-color: #22c55e;
    background: rgba(34, 197, 94, 0.1);
}

.tfa-back-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: rgba(148, 163, 184, 0.8);
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 1rem;
}

.tfa-back-btn:hover {
    border-color: rgba(255, 255, 255, 0.2);
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.05);
}

.tfa-switch-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: transparent;
    border: none;
    padding: 0.75rem 1rem;
    font-size: 14px;
    color: #2196F3;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: 0.5rem;
}

.tfa-switch-btn:hover {
    color: #64b5f6;
}

.tfa-icon-recovery {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.1) 100%) !important;
    color: #22c55e !important;
}

.recovery-input {
    text-align: center;
    font-family: monospace;
    font-size: 1.1rem !important;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .tfa-code-inputs {
        gap: 6px;
    }
    
    .tfa-code-inputs input {
        width: 42px;
        height: 50px;
        font-size: 1.25rem;
    }
    
    .tfa-icon {
        width: 56px;
        height: 56px;
    }
    
    .tfa-icon svg {
        width: 28px;
        height: 28px;
    }
}
