body.auth-page-body {
    --auth-shell-max: 1170px;
    --auth-edge-gutter: 15px;
    --auth-surface: rgba(255, 255, 255, 0.92);
    --auth-surface-strong: #ffffff;
    --auth-ink: #18212f;
    --auth-muted: #617286;
    --auth-line: rgba(24, 33, 47, 0.08);
    --auth-primary: #1777ff;
    --auth-primary-deep: #0d4dd8;
    --auth-soft: #edf6ff;
    --auth-accent: #7bd0ff;
    --auth-success: #1ea672;
    margin: 0;
    min-height: 100vh;
    color: var(--auth-ink);
    font-family: "Segoe UI", "PingFang SC", "Hiragino Sans GB", sans-serif;
    background:
        radial-gradient(circle at top left, rgba(123, 208, 255, 0.34), transparent 28%),
        radial-gradient(circle at 85% 12%, rgba(23, 119, 255, 0.20), transparent 24%),
        linear-gradient(180deg, #f4fbff 0%, #edf5ff 52%, #f8fbff 100%);
    overflow-x: clip;
}

.auth-stage {
    position: relative;
    min-height: 100vh;
    padding: 28px var(--auth-edge-gutter);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-stage::before,
.auth-stage::after {
    content: "";
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(10px);
    z-index: 0;
}

.auth-stage::before {
    width: 280px;
    height: 280px;
    top: -90px;
    right: -40px;
    background: rgba(23, 119, 255, 0.14);
}

.auth-stage::after {
    width: 220px;
    height: 220px;
    bottom: -70px;
    left: -40px;
    background: rgba(123, 208, 255, 0.2);
}

.container0731.auth-shell {
    position: relative;
    z-index: 1;
    width: min(100%, var(--auth-shell-max));
    max-width: var(--auth-shell-max);
    min-width: 0;
    margin: 0 auto;
    padding: 16px;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    gap: 18px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 34px;
    box-shadow: 0 28px 80px rgba(17, 45, 95, 0.12);
    backdrop-filter: blur(22px);
}

.container0731.auth-shell--single {
    width: min(100%, 560px);
    max-width: 560px;
    padding: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.item.auth-panel {
    min-width: 0;
    margin: 0;
    padding: 0;
    color: inherit;
    text-align: left;
    border-radius: 28px;
}

.auth-panel--brand {
    position: relative;
    padding: 34px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 640px;
    overflow: hidden;
    background:
        linear-gradient(150deg, rgba(11, 55, 156, 0.96) 0%, rgba(26, 115, 232, 0.94) 58%, rgba(90, 197, 255, 0.92) 100%);
    color: #f6fbff;
}

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

.auth-panel--brand::before {
    width: 260px;
    height: 260px;
    top: -110px;
    right: -60px;
    background: rgba(255, 255, 255, 0.12);
}

.auth-panel--brand::after {
    width: 180px;
    height: 180px;
    bottom: -70px;
    left: -40px;
    background: rgba(255, 255, 255, 0.1);
}

.auth-panel--card,
.auth-panel--success,
.auth-panel--telegram {
    background: var(--auth-surface);
    border: 1px solid rgba(24, 33, 47, 0.06);
    box-shadow: 0 18px 48px rgba(17, 45, 95, 0.08);
}

.auth-panel--card {
    padding: 34px 32px;
    display: flex;
    align-items: center;
}

.auth-panel--card .chuizhi731,
.auth-panel--success .chuizhi731 {
    width: 100%;
}

.auth-panel--success,
.auth-panel--telegram {
    padding: 34px 32px;
}

.auth-shell--single .auth-panel--card,
.auth-shell--single .auth-panel--success,
.auth-shell--single .auth-panel--telegram {
    padding: 60px 25px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 72px rgba(17, 45, 95, 0.12);
}

.auth-panel-copy,
.auth-form-shell,
.auth-success-shell,
.auth-telegram-shell {
    position: relative;
    z-index: 1;
}

.auth-brand-top {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.auth-logo-badge,
.logo0731,
.logo0731-1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.logo0731,
.logo0731-1 {
    margin: 0;
}

.logo0731-1 {
    display: none;
}

.auth-shell--single .logo0731-1 {
    display: inline-flex;
    margin-bottom: 18px;
}

.imglog {
    display: block;
    width: auto;
    height: 32px;
}

.auth-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-size: 14px;
    color: rgba(246, 251, 255, 0.84);
    text-decoration: none;
}

.auth-back-link > svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.auth-back-link > ti-icon {
    display: inline-flex;
    color: currentColor;
}

.auth-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: rgba(246, 251, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.auth-brand-title {
    margin: 0;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.auth-brand-desc {
    max-width: 420px;
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(246, 251, 255, 0.82);
}

.auth-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.auth-brand-card {
    padding: 16px 16px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.auth-brand-card strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

.auth-brand-card span {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    line-height: 1.65;
    color: rgba(246, 251, 255, 0.78);
}

.auth-brand-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.auth-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(246, 251, 255, 0.86);
    font-size: 13px;
}

.auth-form-shell {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.auth-form-head {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.auth-form-title {
    margin: 0;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.auth-form-desc,
.auth-form-meta,
.auth-inline-link-row {
    margin: 0;
    color: var(--auth-muted);
    font-size: 15px;
    line-height: 1.7;
}

.auth-inline-link-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.auth-remember-device {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    width: auto;
    margin-top: 12px;
    padding: 10px 12px;
    color: var(--auth-ink);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(216, 226, 238, 0.9);
    border-radius: 16px;
    cursor: pointer;
    transition: border-color 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
    user-select: none;
}

.auth-remember-device:hover,
.auth-remember-device:focus-within {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(23, 119, 255, 0.35);
    box-shadow: 0 10px 24px rgba(23, 119, 255, 0.08);
}

.auth-remember-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: rgba(232, 241, 255, 0.78);
}

.remember-device {
    --mdui-color-primary: 23, 119, 255;
    --mdui-color-on-primary: 255, 255, 255;
}

.auth-remember-copy {
    display: grid;
    min-width: 0;
    gap: 2px;
}

.auth-remember-title {
    color: var(--auth-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
}

.auth-remember-subtitle {
    color: var(--auth-muted);
    font-size: 12px;
    line-height: 1.35;
}

.auth-link,
.auth-inline-link-row a,
.auth-form-desc a,
.auth-form-meta a {
    color: var(--auth-primary);
    font-weight: 600;
    text-decoration: none;
}

.auth-link:hover,
.auth-inline-link-row a:hover,
.auth-form-desc a:hover,
.auth-form-meta a:hover {
    color: var(--auth-primary-deep);
}

.auth-field-stack {
    display: grid;
    gap: 14px;
}

.text240203,
.code240203,
.code240204,
.pass240204,
.pass {
    --mdui-color-on-surface-variant: 97, 114, 134;
    --mdui-color-on-surface-variant-light: 97, 114, 134;
    --mdui-color-outline: 216, 226, 238;
    --mdui-color-primary: 23, 119, 255;
    --mdui-shape-corner-extra-small: 18px;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 18px;
}

.auth-field-stack mdui-text-field::part(container),
.example-headline-slot mdui-text-field::part(container) {
    min-height: 58px;
}

.auth-actions {
    margin-top: 22px;
}

.loginbutton0731,
.ttbt,
.succbtn {
    width: 100%;
    height: 52px;
    --shape-corner: 999px;
    font-weight: 700;
}

.auth-primary-button,
.ttbt {
    --mdui-color-primary: 23, 119, 255;
    --mdui-color-on-primary: 255, 255, 255;
    box-shadow: 0 18px 34px rgba(23, 119, 255, 0.18);
}

.auth-secondary-button,
.telbutton,
.refreshbtu {
    --mdui-color-outline: 216, 226, 238;
    --mdui-color-primary: 23, 119, 255;
}

.BnD5F {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 22px 0;
}

.BnD5F .CuHLz {
    flex: 1 1 auto;
    height: 1px;
    background: rgba(24, 33, 47, 0.1);
}

.BnD5F .hI9Xf {
    flex: 0 0 auto;
    margin: 0;
    color: var(--auth-muted);
    font-size: 12px;
    letter-spacing: 0.12em;
}

.verifyimageContainer {
    width: min(100%, 220px);
    height: 84px;
    border: 1px solid rgba(24, 33, 47, 0.12);
    border-radius: 18px;
    background-color: #f3f7fb;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.auth-step-wrap {
    display: grid;
    gap: 14px;
}

.auth-step-card {
    padding: 18px;
    border: 1px solid var(--auth-line);
    border-radius: 22px;
    background: var(--auth-surface-strong);
}

.auth-step-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.auth-step-index {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: var(--auth-soft);
    color: var(--auth-primary);
    font-size: 13px;
    font-weight: 700;
}

.auth-step-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.auth-step-desc {
    margin: 6px 0 0;
    color: var(--auth-muted);
    font-size: 13px;
    line-height: 1.65;
}

.auth-inline-note {
    margin: 12px 0 0;
    color: var(--auth-muted);
    font-size: 13px;
    line-height: 1.65;
}

.auth-success-shell,
.auth-telegram-shell {
    display: grid;
    gap: 20px;
}

.auth-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 82px;
    height: 82px;
    border-radius: 28px;
    background: rgba(30, 166, 114, 0.12);
}

.auth-success-icon svg,
.auth-success-icon ti-icon {
    display: inline-flex;
}

.auth-success-icon svg {
    width: 46px;
    height: 46px;
}

.auth-secondary-button ti-icon,
.reg1-button ti-icon,
.reg2-button ti-icon,
.telbackbutton ti-icon {
    display: block;
}

.auth-success-title,
.auth-telegram-title {
    margin: 0;
    font-size: 28px;
    line-height: 1.2;
}

.auth-success-desc,
.auth-telegram-desc {
    margin: 0;
    color: var(--auth-muted);
    font-size: 15px;
    line-height: 1.75;
}

.conn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
}

.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.codetel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    min-width: 100%;
    padding: 16px 18px;
    border-radius: 24px;
    background: linear-gradient(135deg, #f4faff 0%, #e8f2ff 100%);
    color: var(--auth-primary);
    font-family: "Segoe UI", monospace;
    font-size: clamp(34px, 7vw, 52px);
    font-weight: 800;
    letter-spacing: 0.12em;
    box-sizing: border-box;
}

.teltitle,
.teldesc {
    color: inherit;
}

.teltitle {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
}

.teldesc {
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: var(--auth-muted);
}

.telbackbutton {
    justify-self: start;
    --mdui-color-on-surface-variant: 97, 114, 134;
}

.countjs {
    font-size: 14px;
    font-weight: 700;
}

.example-headline-slot,
.example-fullscreen {
    --mdui-color-surface-container-high: 255, 255, 255;
    --mdui-color-surface-container-highest: 255, 255, 255;
}

.auth-dialog-body {
    display: grid;
    gap: 16px;
    padding-top: 8px;
}

.skb {
    --mdui-color-primary: 23, 119, 255;
}

.auth-success-modal {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 26px;
    background:
        radial-gradient(circle at top right, rgba(123, 208, 255, 0.18), transparent 22%),
        linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
    box-sizing: border-box;
}

.auth-success-modal-card {
    width: min(100%, 620px);
    padding: 32px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(24, 33, 47, 0.08);
    box-shadow: 0 26px 72px rgba(17, 45, 95, 0.12);
    text-align: left;
}

.auth-success-modal-card h1,
.auth-success-modal-card h2,
.auth-success-modal-card p {
    margin: 0;
}

.auth-success-modal-card h1 {
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.06;
}

.auth-success-modal-card p {
    margin-top: 14px;
    color: var(--auth-muted);
    font-size: 15px;
    line-height: 1.75;
}

.auth-success-media {
    margin: 26px 0;
    display: flex;
    justify-content: center;
}

.auth-success-media img {
    display: block;
    width: min(100%, 260px);
    height: auto;
}

.auth-success-actions {
    display: grid;
    gap: 12px;
}

.auth-success-actions mdui-button {
    height: 52px;
    --shape-corner: 999px;
}

.auth-success-actions mdui-button[variant="text"] {
    --mdui-color-primary: 23, 119, 255;
}

.example-value {
    display: grid;
    gap: 14px;
}

.example-value mdui-collapse-item::part(header) {
    display: none;
}

.example-value mdui-collapse-item::part(content) {
    padding: 0;
}

@media (max-width: 980px) {
    .container0731.auth-shell {
        grid-template-columns: minmax(0, 1fr);
    }

    .auth-panel--brand {
        min-height: 0;
    }
}

@media (max-width: 760px) {
    .auth-stage {
        padding: 18px var(--auth-edge-gutter) 28px;
        align-items: stretch;
    }

    .container0731.auth-shell {
        width: 100%;
        padding: 10px;
        gap: 10px;
        border-radius: 24px;
    }

    .container0731.auth-shell--single {
        padding: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
    }

    .auth-shell--single .auth-panel--card,
    .auth-shell--single .auth-panel--success,
    .auth-shell--single .auth-panel--telegram {
        padding: 25px;
    }

    .auth-panel--brand,
    .auth-panel--card,
    .auth-panel--success,
    .auth-panel--telegram {
        border-radius: 20px;
    }

    .auth-panel--brand,
    .auth-panel--card,
    .auth-panel--success,
    .auth-panel--telegram {
        padding: 24px 20px;
    }

    .auth-brand-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .auth-form-shell {
        max-width: none;
    }
}

@media (max-width: 480px) {
    .auth-stage {
        padding-top: 0;
        padding-bottom: 0;
    }

    .container0731.auth-shell {
        min-height: 100vh;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        background: transparent;
        padding: 0;
    }

    .container0731.auth-shell--single {
        max-width: none;
    }

    .auth-panel--brand {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .auth-panel--card,
    .auth-panel--success,
    .auth-panel--telegram {
        box-shadow: 0 16px 40px rgba(17, 45, 95, 0.08);
    }

    .item.auth-panel.auth-panel--card {
        position: fixed;
        inset: 0;
        z-index: 10;
        width: 100vw;
        height: 100vh;
        min-height: 100vh;
        padding: 24px 20px;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .item.auth-panel.auth-panel--card {
        height: 100dvh;
        min-height: 100dvh;
    }

    .auth-success-modal {
        padding: 18px;
    }

    .auth-success-modal-card {
        padding: 24px 20px;
        border-radius: 22px;
    }
}
