.auth-body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at top, rgba(124, 58, 237, .22), transparent 34%),
        var(--bg);
    position: relative;
}

.auth-video-bg {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    pointer-events: none;
}

.auth-video-shade {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(3, 4, 10, .15);
}

.auth-card {
    width: min(440px, 100%);
    background: var(--card-2);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.auth-card h1 {
    margin: 10px 0 8px;
    font-size: 30px;
}

.auth-login-card {
    margin-left: clamp(35px, 6vw, 45px);
    margin-top: clamp(-570px, 48vh, -320px);
    width: min(260px, calc(100vw - 48px));
    min-height: 274px;
    display: grid;
    align-content: start;
    gap: 13px;
    padding: 24px 22px 22px;
    color: #f8eaff;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;

    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;

    border: 2px solid rgba(230, 93, 255, .98);
    border-radius: 8px;

    box-shadow:
        0 0 0 1px rgba(255, 214, 255, .18),
        0 0 4px rgba(255, 255, 255, .82),
        0 0 11px rgba(231, 77, 255, .98),
        0 0 22px rgba(154, 64, 255, .88),
        0 0 42px rgba(124, 58, 237, .62),
        0 18px 48px rgba(0, 0, 0, .6);
}

.auth-login-card::before,
.auth-login-card::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-image: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    filter: none !important;
}

@media (max-width: 1040px) {
    .auth-login-card {
        margin-left: auto;
        margin-right: 8vw;
        margin-top: -38vh;
    }
}

@media (max-width: 720px) {
    .auth-body {
        justify-content: center;
    }

    .auth-login-card {
        margin: 0;
    }
}

.auth-login-card::before {
    content: "";
    position: absolute;
    inset: 8px;
    border: 1px solid rgba(246, 183, 255, .34);
    border-radius: 5px;
    box-shadow: inset 0 0 14px rgba(196, 83, 255, .16);
    pointer-events: none;
}

.auth-login-brand {
    position: relative;
    z-index: 1;
    color: #fff7ff;
    font-family: "Brush Script MT", "Segoe Script", cursive;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    text-shadow:
        0 0 8px rgba(255, 255, 255, .72),
        0 0 15px rgba(224, 108, 255, .72);
}

.auth-login-subtitle {
    position: relative;
    z-index: 1;
    margin: -3px 0 1px;
    color: #f7d7ff;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-shadow:
        0 0 6px rgba(255, 255, 255, .85),
        0 0 12px rgba(230, 93, 255, .95),
        0 0 22px rgba(154, 64, 255, .85);
}

.auth-login-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 11px;
}

.auth-login-form label span {
    color: rgba(250, 236, 255, .82);
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}
.auth-login-form label:nth-of-type(1) span {
    color: #ffd6ff;
    text-shadow:
        0 0 5px rgba(255, 255, 255, .75),
        0 0 10px rgba(230, 93, 255, .85),
        0 0 18px rgba(154, 64, 255, .65);
}

.auth-login-form label:nth-of-type(2) span {
    color: #c7f7ff;
    text-shadow:
        0 0 5px rgba(255, 255, 255, .75),
        0 0 10px rgba(34, 211, 238, .85),
        0 0 18px rgba(56, 189, 248, .65);
}

.auth-login-form label span {
    color: rgba(250, 236, 255, .82);
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.auth-login-form input {
    width: 100%;
    min-height: 30px;
    border: 1px solid rgba(74, 78, 106, .46);
    border-radius: 3px;
    background: rgba(6, 8, 13, .84);
    color: #fff;
    padding: 0 9px;
    font-size: 11px;
    line-height: 1;
    outline: none;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, .42);
}

.auth-login-form input:focus {
    border-color: rgba(230, 111, 255, .98);
    box-shadow:
        inset 0 0 8px rgba(0, 0, 0, .42),
        0 0 10px rgba(224, 108, 255, .55);
}

.auth-login-form input::placeholder {
    color: rgba(245, 233, 255, .42);
}

.auth-login-button {
    width: max-content;
    min-height: 32px;
    margin: 3px auto 0;
    padding: 0 23px;
    border: 1px solid rgba(242, 177, 255, .9);
    border-radius: 4px;
    background:
        linear-gradient(180deg, rgba(156, 77, 255, .42), rgba(85, 33, 155, .64)),
        rgba(26, 18, 44, .92);
    color: #fff;
    font-size: 11px;
    letter-spacing: 0;
    text-shadow: 0 0 8px rgba(255, 255, 255, .74);
    box-shadow:
        0 0 10px rgba(224, 108, 255, .7),
        inset 0 0 10px rgba(255, 255, 255, .12);
}

.auth-login-button:hover {
    border-color: #fff;
    box-shadow:
        0 0 15px rgba(224, 108, 255, .9),
        inset 0 0 12px rgba(255, 255, 255, .16);
}

.auth-login-card .flash {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 6px 7px;
    border-radius: 4px;
    font-size: 9px;
    line-height: 1.25;
}

.install-card {
    width: min(760px, 100%);
}

.check-list {
    display: grid;
    gap: 8px;
    margin: 20px 0;
}

.check-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid var(--border);
    padding: 10px 0;
}

.ok {
    color: var(--success);
}

.fail {
    color: var(--danger);
}
