﻿body {
    min-height: 100vh;
    background: radial-gradient(circle at top left, rgba(13, 110, 253, .18), transparent 32%), linear-gradient(135deg, #eef4ff 0%, #f8fafc 50%, #e9f2ff 100%);
}

.auth-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.login-card {
    border: 0;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .16);
}

.brand-side {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 2.25rem 2.5rem;
    color: #fff;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,.22), transparent 28%), linear-gradient(145deg, #0d6efd 0%, #084298 100%);
}

    .brand-side::before {
        content: "";
        position: absolute;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        right: -90px;
        top: -80px;
    }

    .brand-side::after {
        content: "";
        position: absolute;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: rgba(255,255,255,.08);
        left: -80px;
        bottom: -70px;
    }

.brand-content {
    position: relative;
    z-index: 2;
}

.brand-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.brand-logo {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.16);
    backdrop-filter: blur(8px);
    font-size: 1.4rem;
}

.brand-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    letter-spacing: -.5px;
}

.brand-subtitle {
    color: rgba(255,255,255,.84);
    font-size: .95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.module-card {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem .9rem;
    border-radius: 14px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.18);
    backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 700;
    height: 76px;
    min-height: 76px;
    transition: all .22s ease;
    cursor: default;
}

    .module-card:hover {
        transform: translateY(-4px);
        background: rgba(255,255,255,.22);
        border-color: rgba(255,255,255,.35);
        box-shadow: 0 14px 30px rgba(0,0,0,.18);
    }

    .module-card i {
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(255,255,255,.16);
        color: #fff;
        font-size: .95rem;
        transition: all .22s ease;
    }

    .module-card:hover i {
        background: #fff;
        color: #0d6efd;
    }

.platform-features {
    padding-top: 1rem;
    border-top: 1px solid rgba(255,255,255,.20);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: rgba(255,255,255,.86);
    font-size: .88rem;
    margin-bottom: .5rem;
}

    .feature-item i {
        color: #9ff3c4;
    }

.auth-form-side {
    padding: 2.5rem 3rem;
}

.auth-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .75rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #0d6efd;
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.auth-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: .5rem;
}

.auth-description {
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.form-label {
    font-weight: 700;
    color: #374151;
    font-size: .9rem;
}

.form-control {
    min-height: 44px;
    border-radius: 14px;
    border-color: #d1d5db;
}

    .form-control:focus {
        box-shadow: 0 0 0 .2rem rgba(13,110,253,.10);
        border-color: #0d6efd;
    }

.password-input-wrapper {
    position: relative;
}

    .password-input-wrapper .password-input {
        padding-right: 3rem;
    }

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .85rem;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #6b7280;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

    .password-toggle-btn:hover {
        background: #f3f4f6;
        color: #0d6efd;
    }

.auth-submit-btn {
    min-height: 46px;
    border-radius: 14px;
    font-weight: 800;
}

.auth-footer-note {
    color: #9ca3af;
    font-size: .82rem;
    margin-top: 1.25rem;
    text-align: center;
}

@media (max-width: 991.98px) {
    .auth-wrapper {
        padding: 1rem;
    }

    .auth-form-side {
        padding: 2rem;
    }

    .login-card {
        border-radius: 20px;
    }
}
.module-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    line-height: 1.15;
}

    .module-card-content span {
        font-size: .98rem;
        font-weight: 800;
        line-height: 1.15;
    }

    .module-card-content small {
        margin-top: .25rem;
        font-size: .72rem;
        font-weight: 800;
        color: rgba(255,255,255,.70);
        line-height: 1;
    }

.module-card.is-active {
    border-color: rgba(159,243,196,.60);
}

    .module-card.is-active .module-card-content small {
        color: #9ff3c4;
    }

.module-card.is-coming-soon {
    opacity: .72;
}

    .module-card.is-coming-soon:hover {
        transform: none;
        box-shadow: none;
    }