.login-modern-body {
    min-height: 100vh;
    margin: 0;
    background:
        radial-gradient(circle at top left, rgba(27, 211, 165, 0.18), transparent 30%),
        radial-gradient(circle at bottom right, rgba(255, 148, 77, 0.14), transparent 28%),
        linear-gradient(135deg, #06131c 0%, #0c2232 52%, #143247 100%);
    color: #f3f8fc;
}

.login-modern-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(420px, 520px);
}

.login-modern-showcase,
.login-modern-panel {
    position: relative;
}

.login-modern-showcase {
    overflow: hidden;
    padding: 64px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(180deg, rgba(4, 14, 22, 0.45), rgba(4, 14, 22, 0.76)),
        url("/images/imgleft_login.png") center center / cover no-repeat;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
}

.showcase-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(7, 20, 31, 0.55), rgba(7, 20, 31, 0.1));
}

.showcase-inner {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.showcase-kicker {
    display: inline-flex;
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #d8e6f2;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.showcase-brand {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.showcase-brand img {
    max-width: 172px;
    height: auto;
}

.login-modern-showcase h1 {
    margin: 24px 0 12px;
    font-family: Ubuntu, sans-serif;
    font-size: clamp(48px, 6vw, 78px);
    line-height: 0.95;
    letter-spacing: -0.04em;
}

.showcase-copy {
    margin: 0;
    max-width: 560px;
    color: #d8e6f1;
    font-size: 19px;
    line-height: 1.7;
}

.showcase-grid {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.showcase-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(10, 24, 38, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(8px);
}

.showcase-card strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
}

.showcase-card span {
    color: #9db3c6;
    font-size: 14px;
    line-height: 1.6;
}

.showcase-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.showcase-stat {
    padding: 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.showcase-stat strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.showcase-stat span {
    color: #a7bece;
    font-size: 12px;
    line-height: 1.5;
}

.showcase-points {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.showcase-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
    color: #dce9f4;
    font-size: 15px;
    line-height: 1.7;
}

.showcase-points li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1dd1a1, #ff944d);
    box-shadow: 0 0 0 6px rgba(29, 209, 161, 0.12);
}

.showcase-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.78;
}

.orb-a {
    top: -120px;
    left: -50px;
    width: 250px;
    height: 250px;
    background: rgba(29, 209, 161, 0.16);
}

.orb-b {
    right: 70px;
    bottom: 30px;
    width: 220px;
    height: 220px;
    background: rgba(255, 148, 77, 0.14);
}

.login-modern-panel {
    padding: 42px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-modern-card {
    width: 100%;
    max-width: 450px;
    padding: 32px;
    border-radius: 28px;
    background: rgba(7, 20, 31, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    position: relative;
    overflow: hidden;
}

.login-modern-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #1dd1a1, #ff944d);
}

.login-modern-topbar {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px;
}

.register-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d6e4ef;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.register-pill span {
    color: #fff;
}

.login-modern-header {
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.login-modern-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.header-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #d7e5f0;
    font-size: 12px;
    font-weight: 700;
}

.header-badge-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(29, 209, 161, 0.15);
    color: #1dd1a1;
}

.header-eyebrow {
    display: inline-block;
    color: #1dd1a1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.login-modern-header h2 {
    margin: 0 0 10px;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.login-modern-header p {
    margin: 0;
    color: #9ab0c3;
    font-size: 15px;
    line-height: 1.7;
}

.login-feedback {
    margin-bottom: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.6;
}

.login-feedback.is-error {
    color: #ffd7d7;
    background: rgba(255, 107, 107, 0.14);
    border: 1px solid rgba(255, 107, 107, 0.24);
}

.login-feedback.is-success {
    color: #d9ffed;
    background: rgba(41, 211, 145, 0.14);
    border: 1px solid rgba(41, 211, 145, 0.24);
}

.login-modern-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.modern-field label {
    display: inline-block;
    margin-bottom: 10px;
    color: #eef6fc;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.modern-field-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.subtle-link {
    color: #bfd0dc;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.modern-input-wrap {
    position: relative;
}

.modern-input-wrap input {
    width: 100%;
    height: 58px;
    padding: 0 108px 0 18px;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 15px;
    transition: 0.2s ease;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.modern-input-wrap input::placeholder {
    color: #8096a8;
}

.modern-input-wrap input:focus {
    outline: none;
    border-color: rgba(29, 209, 161, 0.65);
    box-shadow: 0 0 0 4px rgba(29, 209, 161, 0.12);
    background: rgba(255, 255, 255, 0.07);
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #d9e8f3;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
}

.modern-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.remember-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #a9bfce;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.remember-modern input {
    width: 18px;
    height: 18px;
    accent-color: #1dd1a1;
}

.modern-submit {
    height: 58px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #1dd1a1, #14b889);
    color: #062031;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(29, 209, 161, 0.24);
    transition: 0.2s ease;
}

.modern-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 22px 34px rgba(29, 209, 161, 0.28);
}

.login-card-footer {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.footer-item {
    padding: 14px 0 0;
}

.footer-item strong {
    display: block;
    margin-bottom: 6px;
    color: #eef6fc;
    font-size: 13px;
    font-weight: 700;
}

.footer-item span {
    color: #9ab0c3;
    font-size: 12px;
    line-height: 1.6;
}

.demo-access {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.demo-access h3 {
    margin: 0 0 14px;
    color: #eef6fc;
    font-size: 15px;
    font-weight: 700;
}

.demo-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.demo-button {
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #eef6fc;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .login-modern-shell {
        grid-template-columns: 1fr;
    }

    .login-modern-showcase {
        min-height: 360px;
        padding: 40px 24px 24px;
    }

    .login-modern-panel {
        padding-top: 0;
        margin-top: -36px;
    }

    .login-modern-card {
        max-width: 760px;
    }
}

@media (max-width: 720px) {
    .login-modern-showcase {
        min-height: auto;
        padding: 32px 20px 110px;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
    }

    .showcase-stats {
        grid-template-columns: 1fr;
    }

    .login-modern-panel {
        padding: 0 14px 24px;
        margin-top: -76px;
    }

    .login-modern-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .login-card-footer {
        grid-template-columns: 1fr;
    }

    .login-modern-topbar {
        justify-content: flex-start;
    }

    .modern-field-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .modern-input-wrap input {
        padding: 0 92px 0 18px;
    }

    .login-modern-showcase h1 {
        font-size: 46px;
    }

    .showcase-copy {
        font-size: 16px;
    }
}
