[v-cloak] { display: none !important; }

.auth-splash,
.auth-gateway {
    min-width: 980px;
    min-height: 100vh;
    color: #18263c;
    background:
        radial-gradient(circle at 8% 0%, rgba(96, 165, 250, .20), transparent 28%),
        radial-gradient(circle at 92% 100%, rgba(124, 105, 239, .16), transparent 30%),
        linear-gradient(145deg, #f4f8ff 0%, #eef3fb 48%, #f7f4ff 100%);
}

.auth-splash {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.auth-splash-mark,
.auth-wordmark-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(145deg, #1687f8, #5358e8 72%, #8255e8);
    box-shadow: 0 12px 28px rgba(49, 104, 219, .24);
    font-family: Inter, "Segoe UI", sans-serif;
    font-weight: 850;
}

.auth-splash-mark {
    width: 58px;
    height: 58px;
    border-radius: 19px 19px 19px 7px;
    font-size: 28px;
}

.auth-splash strong { margin-top: 3px; font-size: 21px; letter-spacing: .5px; }
.auth-splash small { color: #7a8aa3; font-size: 12px; }

.auth-gateway {
    position: relative;
    overflow: hidden;
}

.auth-window-bar {
    position: relative;
    z-index: 5;
    height: 66px;
    padding: 0 26px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(31, 62, 112, .08);
    background: rgba(255, 255, 255, .76);
    backdrop-filter: blur(18px);
    -webkit-app-region: drag;
}

.auth-wordmark { display: flex; align-items: center; gap: 11px; }
.auth-wordmark-symbol { width: 36px; height: 36px; border-radius: 12px 12px 12px 5px; font-size: 18px; }
.auth-wordmark div { display: flex; flex-direction: column; gap: 1px; }
.auth-wordmark strong { color: #17243a; font-size: 18px; line-height: 1.1; letter-spacing: .2px; }
.auth-wordmark small { color: #71819a; font-size: 8px; font-weight: 750; letter-spacing: 2.2px; }

.auth-window-actions { display: flex; gap: 9px; -webkit-app-region: no-drag; }
.auth-window-actions button {
    width: 42px;
    height: 34px;
    border: 1px solid rgba(38, 69, 111, .10);
    border-radius: 11px;
    color: #60708a;
    background: rgba(255, 255, 255, .70);
    cursor: pointer;
    transition: .18s ease;
}
.auth-window-actions button:hover { color: #235fc7; border-color: #cbdcf7; background: #fff; }

.auth-stage {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100vw - 76px));
    min-height: calc(100vh - 66px);
    margin: 0 auto;
    padding: 50px 0 54px;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) 430px;
    align-items: center;
    gap: 72px;
}

.auth-story { position: relative; padding: 34px 8px 34px 6px; }
.auth-eyebrow {
    display: inline-flex;
    margin-bottom: 22px;
    padding: 8px 12px;
    border: 1px solid rgba(38, 107, 220, .14);
    border-radius: 999px;
    color: #326ac3;
    background: rgba(255, 255, 255, .58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2.2px;
}
.auth-story h1 { margin: 0; color: #14233a; font-size: clamp(38px, 4vw, 58px); line-height: 1.16; letter-spacing: -2.5px; }
.auth-story h1 em { color: transparent; background: linear-gradient(90deg, #167cef, #6658dc); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.auth-story > p { max-width: 610px; margin: 24px 0 31px; color: #667792; font-size: 16px; line-height: 1.85; }

.auth-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.auth-feature-grid > div {
    min-height: 86px;
    padding: 17px 15px;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(44, 78, 126, .09);
    border-radius: 17px 17px 17px 6px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 12px 28px rgba(42, 72, 117, .06);
}
.auth-feature-grid i { flex: 0 0 36px; width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border-radius: 11px; color: #3974d6; background: #eaf2ff; font-size: 17px; }
.auth-feature-grid span { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.auth-feature-grid strong { color: #263955; font-size: 13px; white-space: nowrap; }
.auth-feature-grid small { color: #8090a8; font-size: 10px; white-space: nowrap; }

.auth-orbit { position: absolute; z-index: -1; border: 1px solid rgba(74, 115, 211, .09); border-radius: 50%; pointer-events: none; }
.auth-orbit-one { width: 430px; height: 430px; left: -170px; top: -95px; }
.auth-orbit-two { width: 590px; height: 590px; left: -250px; top: -175px; }

.auth-panel {
    padding: 30px 32px 25px;
    border: 1px solid rgba(32, 69, 119, .10);
    border-radius: 26px 26px 26px 9px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 26px 70px rgba(35, 68, 119, .14);
    backdrop-filter: blur(22px);
}
.auth-panel-heading > span { color: #3572d6; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; }
.auth-panel-heading h2 { margin: 8px 0 7px; color: #182941; font-size: 27px; line-height: 1.2; }
.auth-panel-heading p { margin: 0; color: #8190a6; font-size: 12px; }

.auth-mode-tabs { margin: 24px 0 22px; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: 13px; background: #f1f4f9; }
.auth-mode-tabs button { height: 38px; border: 0; border-radius: 10px; color: #72819a; background: transparent; font-size: 13px; font-weight: 700; cursor: pointer; }
.auth-mode-tabs button.active { color: #245fc5; background: #fff; box-shadow: 0 5px 14px rgba(43, 77, 125, .10); }

.auth-form { display: flex; flex-direction: column; }
.auth-form > label { margin: 0 0 7px; color: #44546d; font-size: 12px; font-weight: 700; }
.auth-form .el-input { margin-bottom: 16px; }
.auth-form .el-input__inner { height: 44px !important; border-color: #dbe3ef !important; border-radius: 12px !important; color: #25364f; background: #fbfcfe; }
.auth-form .el-input__inner:focus { border-color: #7ea7ec !important; box-shadow: 0 0 0 3px rgba(62, 119, 219, .10); }
.auth-form-options { margin: -1px 0 18px; display: flex; align-items: center; justify-content: space-between; color: #98a4b5; font-size: 10px; }
.auth-form-options .el-checkbox__label { color: #65758e; font-size: 11px; }
.auth-submit { width: 100%; height: 45px; border: 0 !important; border-radius: 12px !important; background: linear-gradient(105deg, #1f7bea, #5b5be1) !important; box-shadow: 0 12px 25px rgba(42, 102, 211, .22); font-weight: 750; }
.auth-switch-copy { margin: 16px 0 0; color: #8a97aa; text-align: center; font-size: 11px; }
.auth-switch-copy button { padding: 0; border: 0; color: #2869d1; background: transparent; font-size: inherit; font-weight: 750; cursor: pointer; }
.auth-trial-note { margin: 0 0 16px; padding: 10px 12px; border: 1px solid #d8eddf; border-radius: 11px; color: #278060; background: #effaf4; font-size: 11px; }
.auth-security-note { margin-top: 20px; padding-top: 17px; border-top: 1px solid #edf0f5; color: #9aa5b5; text-align: center; font-size: 10px; }
.auth-security-note i { margin-right: 4px; color: #6f86aa; }
.auth-client-download {
    height: 42px;
    margin-top: 12px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #dbe6f7;
    border-radius: 12px;
    color: #2869d1;
    background: #f7faff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 750;
    transition: .18s ease;
}
.auth-client-download:hover { border-color: #b9d0f3; background: #eef5ff; box-shadow: 0 8px 20px rgba(45, 98, 188, .10); }
.auth-client-download small { color: #8797ae; font-size: 10px; font-weight: 600; }

@media (max-width: 1100px) {
    .auth-stage { width: calc(100vw - 48px); grid-template-columns: minmax(0, 1fr) 400px; gap: 40px; }
    .auth-feature-grid { grid-template-columns: 1fr; max-width: 320px; }
    .auth-feature-grid > div { min-height: 68px; }
}
