/* BILINGKU_ACS_AUTH_PREMIUM_V1 */

:root {
    --auth-bg: #06111e;
    --auth-panel: #081a29;
    --auth-panel-soft: #0b2132;
    --auth-card: rgba(12, 31, 47, .92);
    --auth-card-soft: rgba(15, 39, 58, .84);

    --auth-border: rgba(135, 192, 220, .16);
    --auth-border-strong: rgba(107, 202, 222, .26);

    --auth-text: #edf8ff;
    --auth-text-soft: #9eb6c8;
    --auth-text-muted: #6f8ca2;

    --auth-blue: #38bdf8;
    --auth-teal: #2dd4bf;
    --auth-green: #34d399;
    --auth-red: #fb7185;

    --auth-shadow:
        0 34px 100px rgba(0, 5, 14, .4);
}

* {
    box-sizing: border-box;
}

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

html {
    background: var(--auth-bg);
}

body {
    margin: 0;
    color: var(--auth-text);
    background: var(--auth-bg);
    font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

button,
input {
    font: inherit;
}

button {
    -webkit-tap-highlight-color: transparent;
}

svg {
    display: block;
}

.acs-auth-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.acs-auth-background {
    position: fixed;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 15% 15%,
            rgba(45, 212, 191, .09),
            transparent 32%
        ),
        radial-gradient(
            circle at 88% 8%,
            rgba(56, 189, 248, .1),
            transparent 31%
        ),
        linear-gradient(
            135deg,
            #06101c,
            #071827 54%,
            #082333
        );
    pointer-events: none;
}

.acs-auth-grid {
    position: absolute;
    inset: 0;
    opacity: .045;
    background-image:
        linear-gradient(
            rgba(129, 196, 224, .6) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(129, 196, 224, .6) 1px,
            transparent 1px
        );
    background-size: 58px 58px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0, 0, 0, .7),
            transparent 92%
        );
}

.acs-auth-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
}

.acs-auth-orb-one {
    top: -220px;
    left: -130px;
    width: 580px;
    height: 580px;
    background:
        radial-gradient(
            circle,
            rgba(45, 212, 191, .13),
            transparent 67%
        );
}

.acs-auth-orb-two {
    right: -170px;
    bottom: -260px;
    width: 680px;
    height: 680px;
    background:
        radial-gradient(
            circle,
            rgba(56, 189, 248, .12),
            transparent 68%
        );
}

.acs-auth-container {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1440px, calc(100% - 52px));
    min-height: calc(100vh - 52px);
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(420px, .88fr);
    margin: 26px auto;
    overflow: hidden;
    background: rgba(6, 20, 32, .68);
    border: 1px solid rgba(133, 195, 222, .15);
    border-radius: 25px;
    box-shadow: var(--auth-shadow);
    backdrop-filter: blur(20px);
}

.acs-auth-showcase {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    padding: 36px 45px 30px;
    background:
        linear-gradient(
            145deg,
            rgba(7, 34, 49, .93),
            rgba(7, 48, 63, .86)
        );
    border-right: 1px solid rgba(126, 195, 220, .13);
}

.acs-auth-showcase::before {
    position: absolute;
    top: 20%;
    right: -190px;
    width: 480px;
    height: 480px;
    background:
        radial-gradient(
            circle,
            rgba(45, 212, 191, .16),
            transparent 68%
        );
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.acs-auth-showcase::after {
    position: absolute;
    right: 9%;
    bottom: 11%;
    width: 170px;
    height: 170px;
    background:
        linear-gradient(
            145deg,
            rgba(56, 189, 248, .1),
            rgba(45, 212, 191, .03)
        );
    border: 1px solid rgba(97, 210, 221, .09);
    border-radius: 38px;
    content: "";
    transform: rotate(24deg);
    pointer-events: none;
}

.acs-auth-brand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 12px;
}

.acs-auth-brand-mark {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    color: #e9ffff;
    background:
        linear-gradient(
            145deg,
            rgba(45, 212, 191, .96),
            rgba(14, 165, 233, .94)
        );
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    box-shadow:
        0 15px 38px rgba(14, 165, 233, .21),
        inset 0 1px 0 rgba(255, 255, 255, .18);
}

.acs-auth-brand-mark svg {
    width: 27px;
    height: 27px;
}

.acs-auth-brand-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.acs-auth-brand-copy strong {
    font-size: 18px;
    letter-spacing: -.025em;
}

.acs-auth-brand-copy small {
    margin-top: 1px;
    color: #80a3b7;
    font-size: 10px;
    letter-spacing: .03em;
}

.acs-auth-showcase-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: auto 0;
    padding: 56px 0;
}

.acs-auth-kicker {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 0 11px;
    color: #8ee8df;
    background: rgba(45, 212, 191, .07);
    border: 1px solid rgba(45, 212, 191, .16);
    border-radius: 999px;
    font-size: 9.5px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.acs-auth-showcase h1 {
    max-width: 700px;
    margin: 22px 0 15px;
    font-size: clamp(42px, 5.3vw, 72px);
    letter-spacing: -.06em;
    line-height: .99;
}

.acs-auth-showcase h1 span {
    display: block;
    color: #63ddd4;
}

.acs-auth-showcase-content > p {
    max-width: 650px;
    margin: 0;
    color: #9bb8c9;
    font-size: 14px;
    line-height: 1.78;
}

.acs-auth-benefits {
    display: grid;
    max-width: 660px;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin-top: 35px;
}

.acs-auth-benefits article {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 12px;
    min-height: 154px;
    padding: 17px;
    background: rgba(2, 18, 29, .22);
    border: 1px solid rgba(143, 204, 227, .1);
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.acs-auth-benefit-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    color: #67e8dc;
    background: rgba(45, 212, 191, .07);
    border: 1px solid rgba(45, 212, 191, .13);
    border-radius: 10px;
}

.acs-auth-benefit-icon svg {
    width: 20px;
    height: 20px;
}

.acs-auth-benefits article > div {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.acs-auth-benefits strong {
    font-size: 11px;
}

.acs-auth-benefits small {
    margin-top: 5px;
    color: #7897aa;
    font-size: 9.5px;
    line-height: 1.55;
}

.acs-auth-showcase-footer {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #607f92;
    font-size: 9.5px;
}

.acs-auth-system-status {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #8aa8b9;
}

.acs-auth-system-status span {
    width: 8px;
    height: 8px;
    background: var(--auth-teal);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(45, 212, 191, .08);
}

.acs-auth-login-area {
    position: relative;
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 42px;
    background:
        linear-gradient(
            180deg,
            rgba(6, 20, 32, .76),
            rgba(5, 17, 28, .9)
        );
}

.acs-auth-mobile-brand,
.acs-auth-mobile-footer {
    display: none;
}

.acs-auth-card {
    width: min(450px, 100%);
    padding: 34px;
    background:
        linear-gradient(
            155deg,
            rgba(15, 39, 58, .95),
            rgba(9, 27, 42, .96)
        );
    border: 1px solid rgba(145, 201, 225, .17);
    border-radius: 21px;
    box-shadow:
        0 25px 70px rgba(0, 4, 11, .29),
        inset 0 1px 0 rgba(255, 255, 255, .025);
}

.acs-auth-card-heading {
    margin-bottom: 26px;
}

.acs-auth-card-eyebrow {
    color: #6bded5;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .105em;
    text-transform: uppercase;
}

.acs-auth-card-heading h2 {
    margin: 7px 0 6px;
    font-size: 28px;
    letter-spacing: -.045em;
}

.acs-auth-card-heading p {
    margin: 0;
    color: var(--auth-text-muted);
    font-size: 11.5px;
}

.acs-auth-alert {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin-bottom: 18px;
    padding: 12px;
    color: #fecdd3;
    background: rgba(244, 63, 94, .08);
    border: 1px solid rgba(251, 113, 133, .18);
    border-radius: 11px;
}

.acs-auth-alert-success {
    color: #a7f3d0;
    background: rgba(16, 185, 129, .08);
    border-color: rgba(52, 211, 153, .18);
}

.acs-auth-alert-icon {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    color: #4c0519;
    background: var(--auth-red);
    border-radius: 7px;
    font-size: 11px;
    font-weight: 800;
}

.acs-auth-alert-success .acs-auth-alert-icon {
    color: #052e25;
    background: var(--auth-green);
}

.acs-auth-alert strong {
    display: block;
    font-size: 10.5px;
}

.acs-auth-alert p {
    margin: 2px 0 0;
    font-size: 9.5px;
}

.acs-auth-form {
    display: grid;
    gap: 17px;
}

.acs-auth-field {
    display: grid;
    gap: 7px;
}

.acs-auth-field label {
    color: #bfd0dc;
    font-size: 10.5px;
    font-weight: 650;
}

.acs-auth-input-wrap {
    position: relative;
}

.acs-auth-input-icon {
    position: absolute;
    top: 50%;
    left: 13px;
    width: 19px;
    height: 19px;
    color: #6e91a5;
    transform: translateY(-50%);
    pointer-events: none;
}

.acs-auth-input-icon svg {
    width: 19px;
    height: 19px;
}

.acs-auth-input-wrap input {
    width: 100%;
    height: 49px;
    padding: 0 46px 0 43px;
    color: #ebf8ff;
    outline: none;
    background: rgba(5, 19, 30, .56);
    border: 1px solid rgba(139, 193, 217, .16);
    border-radius: 11px;
    font-size: 12px;
    transition: .2s ease;
}

.acs-auth-input-wrap input::placeholder {
    color: #587486;
}

.acs-auth-input-wrap input:hover {
    border-color: rgba(139, 193, 217, .24);
}

.acs-auth-input-wrap input:focus {
    background: rgba(6, 24, 37, .8);
    border-color: rgba(56, 189, 248, .52);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, .08);
}

.acs-auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 9px;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
    padding: 0;
    color: #6f8fa3;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transform: translateY(-50%);
}

.acs-auth-password-toggle:hover {
    color: #a8d8e8;
    background: rgba(56, 189, 248, .06);
}

.acs-auth-password-toggle svg {
    width: 18px;
    height: 18px;
}

.acs-auth-eye-closed {
    display: none;
}

.acs-auth-password-toggle.is-visible
.acs-auth-eye-open {
    display: none;
}

.acs-auth-password-toggle.is-visible
.acs-auth-eye-closed {
    display: block;
}

.acs-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.acs-auth-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8fa9ba;
    cursor: pointer;
    font-size: 9.8px;
    user-select: none;
}

.acs-auth-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.acs-auth-checkbox-box {
    display: grid;
    width: 17px;
    height: 17px;
    flex: 0 0 17px;
    place-items: center;
    color: #04252e;
    background: rgba(5, 19, 30, .64);
    border: 1px solid rgba(139, 193, 217, .22);
    border-radius: 5px;
    transition: .18s ease;
}

.acs-auth-checkbox-box svg {
    width: 12px;
    height: 12px;
    opacity: 0;
    transform: scale(.6);
    transition: .18s ease;
}

.acs-auth-checkbox input:checked
+ .acs-auth-checkbox-box {
    background:
        linear-gradient(
            135deg,
            var(--auth-teal),
            var(--auth-blue)
        );
    border-color: transparent;
}

.acs-auth-checkbox input:checked
+ .acs-auth-checkbox-box svg {
    opacity: 1;
    transform: scale(1);
}

.acs-auth-help {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #8fa9ba;
    font-size: 9.5px;
}

.acs-auth-help small {
    margin-top: 1px;
    color: #587587;
    font-size: 8.5px;
}

.acs-auth-submit {
    display: flex;
    width: 100%;
    height: 49px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 3px;
    padding: 0 18px;
    color: #032831;
    background:
        linear-gradient(
            135deg,
            #5eead4,
            #38bdf8
        );
    border: 0;
    border-radius: 11px;
    box-shadow: 0 15px 35px rgba(45, 212, 191, .16);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    transition: .2s ease;
}

.acs-auth-submit:hover {
    box-shadow: 0 19px 42px rgba(45, 212, 191, .22);
    transform: translateY(-1px);
}

.acs-auth-submit:disabled {
    cursor: wait;
    opacity: .72;
    transform: none;
}

.acs-auth-submit svg {
    width: 17px;
    height: 17px;
}

.acs-auth-submit-loading {
    display: none;
}

.acs-auth-submit.is-loading
.acs-auth-submit-label,
.acs-auth-submit.is-loading svg {
    display: none;
}

.acs-auth-submit.is-loading
.acs-auth-submit-loading {
    display: inline;
}

.acs-auth-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 10px;
    margin: 25px 0 17px;
}

.acs-auth-divider span {
    height: 1px;
    background: rgba(138, 190, 215, .12);
}

.acs-auth-divider small {
    color: #557386;
    font-size: 8.5px;
}

.acs-auth-registration-note {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    background: rgba(56, 189, 248, .045);
    border: 1px solid rgba(56, 189, 248, .1);
    border-radius: 11px;
}

.acs-auth-registration-icon {
    display: grid;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    place-items: center;
    color: #68dbe7;
    background: rgba(56, 189, 248, .07);
    border-radius: 9px;
}

.acs-auth-registration-icon svg {
    width: 19px;
    height: 19px;
}

.acs-auth-registration-note strong {
    display: block;
    font-size: 9.8px;
}

.acs-auth-registration-note p {
    margin: 2px 0 0;
    color: #6b889b;
    font-size: 8.7px;
    line-height: 1.45;
}

.acs-auth-security {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 17px;
    color: #577286;
    font-size: 8.3px;
    text-align: center;
}

.acs-auth-security svg {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    color: #5c9a9d;
}

@media (max-width: 1120px) {
    .acs-auth-container {
        grid-template-columns:
            minmax(0, .95fr)
            minmax(390px, 1.05fr);
    }

    .acs-auth-showcase {
        padding-inline: 32px;
    }

    .acs-auth-benefits {
        grid-template-columns: 1fr;
        max-width: 440px;
    }

    .acs-auth-benefits article {
        min-height: 0;
        flex-direction: row;
        align-items: center;
    }

    .acs-auth-showcase h1 {
        font-size: clamp(38px, 5.4vw, 58px);
    }
}

@media (max-width: 860px) {
    .acs-auth-container {
        display: block;
        width: 100%;
        min-height: 100vh;
        margin: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .acs-auth-showcase {
        display: none;
    }

    .acs-auth-login-area {
        min-height: 100vh;
        flex-direction: column;
        padding: 35px 20px 24px;
    }

    .acs-auth-mobile-brand {
        display: flex;
        width: min(450px, 100%);
        align-items: center;
        gap: 11px;
        margin-bottom: 22px;
    }

    .acs-auth-mobile-brand .acs-auth-brand-mark {
        width: 43px;
        height: 43px;
        flex-basis: 43px;
    }

    .acs-auth-mobile-brand .acs-auth-brand-mark svg {
        width: 24px;
        height: 24px;
    }

    .acs-auth-card {
        padding: 30px;
    }

    .acs-auth-mobile-footer {
        display: block;
        width: min(450px, 100%);
        margin-top: 18px;
        color: #557286;
        font-size: 8.5px;
        text-align: center;
    }
}

@media (max-width: 520px) {
    .acs-auth-login-area {
        justify-content: flex-start;
        padding: 24px 14px;
    }

    .acs-auth-card {
        padding: 24px 19px;
        border-radius: 17px;
    }

    .acs-auth-card-heading h2 {
        font-size: 25px;
    }

    .acs-auth-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 11px;
    }

    .acs-auth-help {
        align-items: flex-start;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
