@charset "UTF-8";

html,
body {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    color: #1f2937;
    background:
        radial-gradient(circle at 14% 22%, rgba(106, 158, 255, 0.15), transparent 20%),
        radial-gradient(circle at 82% 18%, rgba(162, 210, 255, 0.18), transparent 16%),
        radial-gradient(circle at 86% 82%, rgba(122, 197, 255, 0.12), transparent 18%),
        linear-gradient(135deg, #f4f8fd 0%, #edf4fb 44%, #f5f9fd 100%);
    overflow: hidden;
}

.login-container {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.login-container::before,
.login-container::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    pointer-events: none;
}

.login-container::before {
    top: -22%;
    left: 8%;
    width: 78vw;
    height: 78vw;
}

.login-container::after {
    right: -8%;
    bottom: -24%;
    width: 54vw;
    height: 54vw;
}

.login-shell::before,
.login-shell::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
    filter: blur(0.2px);
}

.login-shell::before {
    left: -88px;
    top: 28%;
    width: 150px;
    height: 210px;
    border-radius: 34px;
    transform: rotate(34deg);
    background: linear-gradient(180deg, #8fc2ff 0%, #5f8fff 100%);
    box-shadow: 0 28px 50px rgba(95, 143, 255, 0.14);
}

.login-shell::after {
    right: -58px;
    bottom: 14%;
    width: 180px;
    height: 120px;
    border-radius: 30px;
    transform: rotate(-16deg);
    background: linear-gradient(135deg, #b8e2ff 0%, #79b7ff 100%);
    box-shadow: 0 28px 50px rgba(121, 183, 255, 0.16);
}

.login-shell {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    padding: 32px 36px 24px;
}

.login-brand,
.login-brand:hover,
.login-brand:focus {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: #355b95;
    text-decoration: none;
}

.login-brand-mark {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #6ea7ff 0%, #5b84ea 100%);
    box-shadow: 0 14px 30px rgba(91, 132, 234, 0.24);
}

.login-brand-text {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #274777;
    text-shadow: 0 10px 26px rgba(91, 132, 234, 0.08);
}

.login-language {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 14px;
    border: 1px solid rgba(99, 142, 221, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 12px 30px rgba(99, 142, 221, 0.08);
    backdrop-filter: blur(14px);
}

.login-language a,
.login-language span {
    font-size: 13px;
    color: #4770b2;
}

.login-language a:hover {
    color: #355b95;
}

.login-language a.is-active {
    padding: 4px 10px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #6ea7ff 0%, #5b84ea 100%);
    box-shadow: 0 8px 18px rgba(91, 132, 234, 0.22);
}

.login-stage {
    min-height: calc(100vh - 140px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-card {
    width: min(980px, calc(100vw - 72px));
    min-height: 560px;
    display: grid;
    grid-template-columns: 44% 56%;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.74);
    box-shadow: 0 36px 90px rgba(103, 132, 177, 0.16);
    backdrop-filter: blur(20px);
}

.login-visual {
    position: relative;
    padding: 42px 36px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 24%, rgba(197, 226, 255, 0.34), transparent 18%),
        radial-gradient(circle at 30% 76%, rgba(255, 255, 255, 0.14), transparent 22%),
        linear-gradient(160deg, #6b8cff 0%, #4c6fd8 44%, #354aa0 100%);
}

.login-visual::before,
.login-visual::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.login-visual::before {
    width: 240px;
    height: 240px;
    right: -80px;
    top: 40%;
    background: radial-gradient(circle, rgba(205, 229, 255, 0.34) 0%, rgba(205, 229, 255, 0) 72%);
}

.login-visual::after {
    width: 180px;
    height: 180px;
    left: -46px;
    bottom: 8px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 75%);
}

.visual-badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 24px rgba(43, 78, 146, 0.16);
}

.visual-device {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 320px;
    margin-top: 38px;
}

.visual-device::before {
    content: "";
    position: absolute;
    left: 18px;
    right: 24px;
    bottom: 32px;
    height: 70px;
    border-radius: 60px;
    background: linear-gradient(90deg, rgba(206, 226, 255, 0.26) 0%, rgba(255, 255, 255, 0.08) 100%);
    transform: perspective(900px) rotateX(76deg);
    filter: blur(3px);
}

.visual-screen {
    position: absolute;
    left: 22px;
    right: 34px;
    top: 10px;
    bottom: 74px;
    border-radius: 24px;
    transform: perspective(900px) rotateY(-26deg) rotateX(10deg);
    background:
        linear-gradient(180deg, rgba(198, 227, 255, 0.95) 0%, rgba(102, 168, 255, 0.94) 42%, rgba(63, 102, 214, 0.9) 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.22),
        0 40px 60px rgba(39, 69, 129, 0.24);
}

.visual-screen::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 18px;
    width: 92px;
    height: 72px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(53, 88, 180, 0.18) 0%, rgba(255, 255, 255, 0.08) 100%);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.visual-screen::after {
    content: "";
    position: absolute;
    right: 26px;
    top: 28px;
    width: 90px;
    height: 132px;
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0 10px, transparent 10px 100%),
        repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.68) 0 4px, transparent 4px 12px);
    opacity: 0.95;
}

.visual-screen .screen-chip {
    display: none;
}

.visual-cube {
    position: absolute;
    left: 40%;
    top: 44%;
    width: 120px;
    height: 120px;
    border-radius: 22px;
    transform: translate(-50%, -50%) rotate(18deg);
    background: linear-gradient(135deg, rgba(210, 234, 255, 0.98) 0%, rgba(120, 191, 255, 0.92) 46%, rgba(78, 114, 223, 0.84) 100%);
    box-shadow: 0 20px 50px rgba(78, 114, 223, 0.34);
}

.visual-orbit {
    position: absolute;
    left: 54%;
    top: 56%;
    width: 162px;
    height: 118px;
    border-radius: 50%;
    border: 2px solid rgba(206, 227, 255, 0.32);
    transform: translate(-50%, -50%) rotate(-18deg);
}

.visual-orbit::before,
.visual-orbit::after {
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 1px dashed rgba(214, 232, 255, 0.34);
}

.visual-orbit::after {
    inset: 26px;
}

.visual-grid {
    position: absolute;
    right: 34px;
    top: 68px;
    width: 102px;
    height: 102px;
    opacity: 0.24;
    background-image: radial-gradient(rgba(234, 244, 255, 0.96) 1.3px, transparent 1.3px);
    background-size: 15px 15px;
}

.visual-copy {
    position: absolute;
    left: 36px;
    right: 36px;
    bottom: 34px;
    z-index: 2;
}

.visual-copy h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 0 12px 32px rgba(38, 69, 129, 0.2);
}

.visual-copy p {
    margin: 10px 0 0;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: rgba(236, 244, 255, 0.82);
}

.login-form {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 78px 92px 64px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.76) 0%, rgba(255, 255, 255, 0.96) 100%);
}

.login-form .login-language {
    position: absolute;
    top: 28px;
    right: 34px;
    z-index: 3;
}

.login-form-head {
    margin-bottom: 34px;
}

.login-form-head p {
    margin: 0;
    color: #4b6fa8;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.login-form-head h1 {
    margin: 12px 0 14px;
    font-size: 34px;
    font-weight: 700;
    color: #24344e;
    letter-spacing: 2px;
}

.login-form-head span {
    display: block;
    width: 176px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #7aa7ff 0%, #c2d8ff 100%);
    box-shadow: 0 8px 18px rgba(91, 132, 234, 0.14);
}

.login-form ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.login-form ul li {
    margin-top: 22px;
}

.login-form ul li:first-child {
    margin-top: 0;
}

.login-form ul li.verify {
    display: flex;
    align-items: center;
    gap: 12px;
}

.login-form ul li.verify label:first-child {
    flex: 1 1 auto;
}

.login-form ul li.verify label[data-captcha] {
    width: 110px;
    min-width: 110px;
    height: 52px;
}

.login-form ul li.verify img {
    width: 110px;
    height: 52px;
    border-radius: 14px;
    box-shadow: 0 12px 28px rgba(91, 132, 234, 0.12);
}

.login-form label {
    position: relative;
    display: block;
}

.login-form i.layui-icon {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #b7c2d5;
    font-size: 18px;
}

.login-form input {
    width: 100%;
    height: 52px;
    padding: 0 18px 0 52px;
    border: 1px solid rgba(118, 156, 220, 0.14);
    border-radius: 16px;
    background: rgba(249, 252, 255, 0.96);
    color: #24344e;
    font-size: 15px;
    line-height: 52px;
    box-shadow: 0 8px 20px rgba(91, 132, 234, 0.05) !important;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
    -webkit-text-fill-color: #24344e !important;
}

.login-form input::placeholder {
    color: #97a8c2;
}

.login-form input:focus,
.login-form input:hover,
.login-form input:active,
.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active {
    border-color: rgba(110, 150, 226, 0.48);
    box-shadow: 0 0 0 4px rgba(110, 150, 226, 0.12) !important;
    background: #fff;
    transform: translateY(-1px);
    -webkit-text-fill-color: #24344e !important;
    -webkit-transition: background-color 9999s ease-out, color 9999s ease-out !important;
    -webkit-transition-delay: 9999s !important;
}

.login-submit {
    margin-top: 30px !important;
}

.login-submit button {
    width: 100%;
    height: 52px !important;
    border: none !important;
    border-radius: 16px !important;
    background: linear-gradient(90deg, #5d8bff 0%, #4f73df 52%, #77b6ff 100%) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 1.4px !important;
    box-shadow: 0 20px 34px rgba(79, 115, 223, 0.24);
}

.login-submit button:hover {
    opacity: .98;
    transform: translateY(-2px);
}

.login-container .footer {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #8c97aa;
    line-height: 24px;
}

.login-container .footer p,
.login-container .footer span {
    color: #8c97aa;
}

#supersized,
#supersized-loader {
    display: none !important;
}

@media screen and (max-width: 980px) {
    body {
        overflow: auto;
    }

    .login-shell {
        padding: 22px 16px 18px;
    }

    .login-brand-text {
        font-size: 22px;
    }

    .login-stage {
        min-height: auto;
        padding: 18px 0 24px;
    }

    .login-card {
        width: 100%;
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .login-visual {
        min-height: 300px;
    }

    .login-form {
        padding: 34px 22px 30px;
    }

    .login-form .login-language {
        position: static;
        align-self: flex-end;
        margin-bottom: 18px;
    }

    .login-form-head h1 {
        font-size: 28px;
    }
}
