/* ===== 会员中心 & 登录注册 — 尊享大气主题 v2 ===== */

:root {
    --ma-gold: #C9A227;
    --ma-gold-light: #e8c547;
    --ma-navy: #0F2D6B;
    --ma-navy-dark: #0a1628;
    --ma-navy-deep: #0f172a;
}

/* ==================== 登录 / 注册 ==================== */
.auth-body-grand {
    background: #e8ecf2;
}

.auth-body-grand.auth-body:has(.auth-grand-page--quick) {
    background:
        radial-gradient(ellipse 90% 60% at 0% 0%, rgba(201, 162, 39, 0.14), transparent 52%),
        radial-gradient(ellipse 70% 50% at 100% 100%, rgba(30, 58, 95, 0.35), transparent 55%),
        linear-gradient(155deg, #060d1a 0%, #0a1628 22%, #0f172a 45%, #0F2D6B 72%, #1a3a6e 100%);
    min-height: 100vh;
}

.auth-body-grand .auth-topbar {
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: none;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
}

.auth-body-grand .auth-topbar-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0.85rem 1.5rem;
}

.auth-body-grand .auth-topbar-brand {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--ma-navy-deep);
}

.auth-body-grand .auth-topbar-mark {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    color: var(--ma-gold-light);
    box-shadow: 0 4px 14px rgba(15, 45, 107, 0.3);
}

.auth-body-grand .auth-grand {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

.auth-body-grand .auth-grand-page--quick {
    grid-template-columns: minmax(0, 1.15fr) minmax(440px, 0.85fr);
    min-height: calc(100vh - 4.5rem);
    align-items: stretch;
    gap: 0;
}

.auth-body-grand .auth-quick-visual--premium {
    order: 1;
}

.auth-body-grand .auth-quick-panel {
    order: 2;
}

/* ---- 左侧视觉区 ---- */
.auth-quick-visual--premium {
    padding: 3.5rem 3rem 3rem 3.5rem;
    position: relative;
}

.auth-quick-visual-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 30% 50%, #000 20%, transparent 75%);
    pointer-events: none;
}

.auth-quick-visual-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    pointer-events: none;
}

.auth-quick-visual-glow-a {
    width: 320px;
    height: 320px;
    top: 10%;
    left: -5%;
    background: rgba(201, 162, 39, 0.15);
}

.auth-quick-visual-glow-b {
    width: 280px;
    height: 280px;
    bottom: 5%;
    right: 10%;
    background: rgba(59, 130, 246, 0.12);
}

.auth-quick-visual-kicker {
    display: inline-block;
    margin: 0 0 0.75rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--ma-gold-light);
    opacity: 0.9;
}

.auth-quick-visual-title {
    font-size: clamp(2rem, 3.5vw, 2.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

.auth-quick-visual-title em {
    font-style: normal;
    background: linear-gradient(135deg, #f5d76e, var(--ma-gold-light), #f5d76e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.auth-quick-visual-desc {
    font-size: 1rem !important;
    line-height: 1.8 !important;
    max-width: 440px;
}

.auth-quick-visual-brand-mark {
    width: 2.75rem !important;
    height: 2.75rem !important;
    font-size: 1.15rem;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.25), rgba(255, 255, 255, 0.12)) !important;
    border: 1px solid rgba(201, 162, 39, 0.35) !important;
}

.auth-quick-visual-features {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem !important;
    margin-top: 1.75rem !important;
}

.auth-quick-visual-features li {
    display: flex !important;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem !important;
    font-size: 0.8125rem !important;
    border-radius: 0.625rem !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.auth-quick-visual-features i {
    font-size: 1rem;
    color: var(--ma-gold-light) !important;
}

.auth-quick-visual-stats {
    display: flex;
    gap: 1.5rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.auth-quick-visual-stat strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.auth-quick-visual-stat span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.04em;
}

.auth-quick-scene-ring {
    position: absolute;
    left: 8%;
    bottom: 12%;
    width: 280px;
    height: 280px;
    border: 1px solid rgba(201, 162, 39, 0.15);
    border-radius: 50%;
    animation: maAuthRingPulse 6s ease-in-out infinite;
}

@keyframes maAuthRingPulse {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.06); opacity: 0.7; }
}

/* ---- 右侧表单区 ---- */
.auth-body-grand .auth-quick-panel {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 2rem 2.5rem 1rem;
    background: transparent;
}

.auth-body-grand .auth-quick-panel-inner {
    width: 100%;
    max-width: 460px;
    background: rgba(255, 255, 255, 0.98) !important;
    border-radius: 1.5rem !important;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    overflow: hidden;
}

.auth-body-grand .auth-quick-card {
    position: relative;
    max-width: none !important;
    width: 100%;
    padding: 2.75rem 2.5rem 2rem !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.auth-body-grand .auth-quick-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--ma-navy-deep), var(--ma-navy), var(--ma-gold), var(--ma-navy), var(--ma-navy-deep));
}

.auth-quick-form-head {
    text-align: center;
    margin-bottom: 1.75rem;
}

.auth-quick-kicker {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--ma-gold);
}

.auth-body-grand .auth-quick-title {
    margin: 0 0 0.5rem !important;
    text-align: center;
    font-size: 1.625rem !important;
    font-weight: 800 !important;
    color: var(--ma-navy-deep) !important;
    letter-spacing: -0.02em;
}

.auth-quick-subtitle {
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
    line-height: 1.5;
}

/* ---- 输入框大气美化 v3 ---- */
.auth-body-grand .auth-quick-form {
    gap: 1.35rem;
}

.auth-body-grand .auth-quick-form-register {
    gap: 1.2rem;
}

.auth-body-grand .auth-quick-field {
    gap: 0.55rem;
    padding-left: 0.95rem;
}

.auth-quick-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ma-navy-deep);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-quick-label::before {
    content: '';
    width: 3px;
    height: 13px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--ma-gold), var(--ma-gold-light));
    flex-shrink: 0;
}

.auth-quick-input-box {
    display: flex;
    align-items: stretch;
    position: relative;
    min-height: 56px;
    border: 1.5px solid #d8e0ea;
    border-radius: 14px;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    overflow: visible;
    box-shadow:
        0 2px 8px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease,
        transform 0.25s ease;
}

.auth-quick-input-box:hover {
    border-color: #b8c5d6;
    background: #fff;
    box-shadow:
        0 4px 16px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.auth-quick-input-box:focus-within {
    border-color: var(--ma-navy);
    background: #fff;
    box-shadow:
        0 0 0 4px rgba(15, 45, 107, 0.12),
        0 8px 28px rgba(15, 45, 107, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.auth-quick-field-icon {
    position: absolute;
    left: -0.95rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    color: var(--ma-navy);
    font-size: 0.88rem;
    background: linear-gradient(135deg, #fff, #f8fafc);
    border: 1.5px solid #fff;
    border-radius: 8px;
    box-shadow:
        0 3px 10px rgba(15, 45, 107, 0.12),
        0 0 0 1px rgba(15, 45, 107, 0.05);
    transition: color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.auth-quick-input-box:focus-within .auth-quick-field-icon {
    color: var(--ma-gold-light);
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    box-shadow:
        0 4px 14px rgba(15, 45, 107, 0.22),
        0 0 0 1.5px rgba(201, 162, 39, 0.22);
    transform: translateY(-50%) scale(1.05);
}

.auth-body-grand .auth-quick-phone-row,
.auth-body-grand .auth-quick-code-row {
    display: flex;
    align-items: stretch;
}

.auth-body-grand .auth-quick-password-wrap {
    position: relative;
}

.auth-body-grand .auth-quick-prefix {
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    color: #fff;
    font-weight: 800;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    border-radius: 12px 0 0 12px;
}

.auth-body-grand .auth-quick-control,
.auth-body-grand .auth-quick-phone-row .form-control,
.auth-body-grand .auth-quick-code-row .form-control,
.auth-body-grand .auth-quick-input-plain {
    flex: 1;
    min-width: 0;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0.95rem 1.15rem !important;
    font-size: 1rem !important;
    min-height: 54px;
    color: #0f172a;
    letter-spacing: 0.01em;
}

.auth-body-grand .auth-quick-control::placeholder,
.auth-body-grand .auth-quick-input-plain::placeholder {
    color: #94a3b8;
    font-size: 0.9375rem;
    font-weight: 400;
}

.auth-body-grand .auth-quick-control:focus,
.auth-body-grand .auth-quick-phone-row .form-control:focus,
.auth-body-grand .auth-quick-code-row .form-control:focus,
.auth-body-grand .auth-quick-input-plain:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.auth-body-grand .auth-quick-input-box--plain .auth-quick-control,
.auth-body-grand .auth-quick-input-box--plain .auth-quick-input-plain {
    border-radius: 12px !important;
}

.auth-body-grand .auth-quick-code-btn {
    flex-shrink: 0;
    align-self: center;
    margin: 0 0.55rem 0 0;
    padding: 0.55rem 1.05rem;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    color: #fff;
    font-weight: 700;
    font-size: 0.8125rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(15, 45, 107, 0.28);
    transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.auth-body-grand .auth-quick-code-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, var(--ma-navy), #1a4a8a);
    box-shadow: 0 6px 18px rgba(15, 45, 107, 0.35);
    transform: translateY(-1px);
}

.auth-body-grand .auth-quick-code-btn:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

/* ---- 图形验证码 ---- */
.auth-body-grand .auth-captcha-row[hidden] {
    display: none !important;
}

.auth-body-grand .auth-captcha-img {
    flex-shrink: 0;
    align-self: center;
    height: 40px;
    margin: 0 0.55rem 0 0;
    border-radius: 10px;
    border: 1px solid rgba(15, 45, 107, 0.14);
    background: linear-gradient(135deg, #eef2f7, #e2e8f0);
    box-shadow: inset 0 1px 0 #fff;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.auth-body-grand .auth-captcha-img:hover {
    transform: scale(1.04);
    border-color: rgba(15, 45, 107, 0.28);
    box-shadow: 0 4px 14px rgba(15, 45, 107, 0.18);
}

.auth-body-grand .auth-quick-password-wrap .auth-quick-control,
.auth-body-grand .auth-quick-password-wrap .auth-quick-input-plain {
    padding-right: 2.85rem !important;
}

.auth-body-grand .auth-password-toggle {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.25rem;
    height: 2.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    background: rgba(15, 45, 107, 0.05);
    color: #64748b;
    font-size: 1.05rem;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.auth-body-grand .auth-password-toggle:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    box-shadow: 0 3px 10px rgba(15, 45, 107, 0.25);
}

.auth-body-grand .auth-quick-agree {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    margin-top: 0.35rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc, #fff);
    border: 1.5px solid #e8ecf2;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.6;
    cursor: pointer;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.auth-body-grand .auth-quick-agree input[type="checkbox"] {
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.12rem;
    flex-shrink: 0;
    accent-color: var(--ma-navy);
    cursor: pointer;
}

.auth-body-grand .auth-quick-agree a {
    color: var(--ma-navy);
    font-weight: 600;
    text-decoration: none;
}

.auth-body-grand .auth-grand-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    color: #64748b;
    text-align: center;
}

.auth-body-grand .auth-grand-hint i {
    color: var(--ma-gold);
}

.auth-body-grand .auth-quick-agree a:hover {
    text-decoration: underline;
}

.auth-body-grand .auth-grand-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0.25rem 0 0.5rem;
    font-size: 0.8125rem;
}

.auth-body-grand .auth-grand-remember {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    cursor: pointer;
}

.auth-body-grand .auth-grand-remember input {
    accent-color: var(--ma-navy);
}

.auth-body-grand .auth-grand-forgot {
    color: var(--ma-navy);
    font-weight: 600;
    text-decoration: none;
}

.auth-body-grand .auth-grand-forgot:hover {
    text-decoration: underline;
}

.auth-body-grand .auth-grand-strength {
    height: 5px;
    margin-top: 0.55rem;
    border-radius: 999px;
    background: #e8ecf2;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.06);
}

.auth-body-grand .auth-grand-strength span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #ef4444, var(--ma-gold), #22c55e);
    box-shadow: 0 0 8px rgba(201, 162, 39, 0.4);
    transition: width 0.35s ease;
}

.auth-body-grand .auth-quick-submit {
    width: 100%;
    margin-top: 0.75rem;
    padding: 1rem 1.25rem !important;
    border: none;
    border-radius: 12px !important;
    background: linear-gradient(135deg, var(--ma-navy-deep) 0%, var(--ma-navy) 50%, #1e3a5f 100%) !important;
    color: #fff;
    font-size: 1.0625rem !important;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 12px 32px rgba(15, 45, 107, 0.35);
    transition: all 0.25s ease;
}

.auth-body-grand .auth-quick-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(15, 45, 107, 0.4);
    background: linear-gradient(135deg, var(--ma-navy) 0%, #1e3a5f 100%) !important;
}

.auth-body-grand .auth-quick-qr {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: var(--ma-navy);
    font-size: 1.35rem;
}

.auth-body-grand .auth-quick-switch {
    margin-top: 1.5rem;
    padding-top: 1rem;
}

.auth-body-grand .auth-quick-switch-btn,
.auth-body-grand .auth-quick-switch a {
    color: var(--ma-navy);
    font-weight: 700;
}

/* ---- 保障条 ---- */
.auth-grand-trust--premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eef2f6;
}

.auth-grand-trust--premium .auth-grand-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding: 0.65rem 0.35rem;
    border-radius: 0.625rem;
    background: #f8fafc;
}

.auth-grand-trust--premium .auth-grand-trust-item i {
    font-size: 1.25rem;
    color: var(--ma-gold);
}

.auth-grand-trust--premium .auth-grand-trust-item strong {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ma-navy-deep);
}

.auth-grand-trust--premium .auth-grand-trust-item small {
    font-size: 0.6875rem;
    color: #94a3b8;
    line-height: 1.3;
}

/* ==================== 会员中心 ==================== */
.uc-page--grand,
.theme-grand .uc-page {
    padding: 0 0 3.5rem;
    max-width: none;
    background:
        radial-gradient(ellipse 70% 40% at 0% 0%, rgba(15, 45, 107, 0.05), transparent 55%),
        linear-gradient(180deg, #f3f6fb 0%, #eef2f7 40%, #f8fafc 100%);
}

.uc-page--grand .uc-shell {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding-top: 1.25rem;
}

.uc-page--grand .uc-hero-banner,
.theme-grand .uc-hero-banner {
    position: relative;
    margin: 0 0 1.5rem;
    border-radius: 1.35rem;
    overflow: hidden;
    box-shadow: 0 18px 50px rgba(15, 45, 107, 0.16);
    animation: ucHeroIn 0.55s ease both;
}

@keyframes ucHeroIn {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

.uc-hero-banner-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 90% at 100% 10%, rgba(201, 162, 39, 0.22), transparent 58%),
        radial-gradient(ellipse 40% 60% at 0% 100%, rgba(56, 120, 210, 0.2), transparent 55%),
        linear-gradient(125deg, #07111f 0%, #0F2D6B 48%, #1a4480 100%);
}

.uc-hero-banner-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    transform: translateX(-100%);
    animation: ucHeroShine 6s ease-in-out infinite;
}

@keyframes ucHeroShine {
    0%, 70%, 100% { transform: translateX(-100%); }
    85% { transform: translateX(100%); }
}

.uc-hero-banner-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 36px 36px;
    mask-image: linear-gradient(90deg, #000 20%, transparent 85%);
    opacity: 0.7;
}

.uc-hero-banner-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.85rem 2.1rem;
    color: #fff;
}

.uc-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    border: 1px solid rgba(232, 197, 71, 0.35);
    background: rgba(201, 162, 39, 0.12);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--ma-gold-light);
}

.uc-hero-title {
    margin: 0 0 0.4rem;
    font-size: clamp(1.5rem, 2.4vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.uc-hero-desc {
    margin: 0;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.55;
}

.uc-hero-desc strong {
    color: #fff;
    font-weight: 700;
}

.uc-hero-sep {
    margin: 0 0.35rem;
    opacity: 0.45;
}

.uc-hero-actions {
    gap: 0.65rem;
    flex-shrink: 0;
}

.uc-hero-btn {
    padding: 0.6rem 1.3rem;
    border-radius: 0.7rem;
    font-size: 0.875rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--ma-gold), var(--ma-gold-light));
    color: var(--ma-navy-deep);
    border: none;
    box-shadow: 0 6px 18px rgba(201, 162, 39, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uc-hero-btn:hover {
    color: var(--ma-navy-deep);
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(201, 162, 39, 0.45);
}

.uc-hero-btn--outline {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: none;
    backdrop-filter: blur(8px);
}

.uc-hero-btn--outline:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.uc-page--grand .uc-layout,
.theme-grand .uc-layout {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.uc-page--grand .uc-sidebar {
    top: 5.5rem;
}

.uc-page--grand .uc-user-card,
.theme-grand .uc-user-card {
    padding: 1.4rem 1.25rem 1.25rem;
    background: linear-gradient(155deg, #07111f 0%, #0F2D6B 52%, #1a4480 100%);
    border-radius: 1.2rem;
    border: 1px solid rgba(201, 162, 39, 0.22);
    box-shadow: 0 16px 40px rgba(15, 45, 107, 0.22);
}

.uc-page--grand .uc-user-card::after,
.theme-grand .uc-user-card::after {
    content: '';
    position: absolute;
    bottom: -28%;
    right: -18%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.22), transparent 70%);
    pointer-events: none;
}

.uc-page--grand .uc-avatar,
.uc-page--grand .uc-avatar-fallback,
.theme-grand .uc-avatar,
.theme-grand .uc-avatar-fallback {
    width: 68px;
    height: 68px;
    border: 3px solid rgba(232, 197, 71, 0.55);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.uc-page--grand .uc-user-name,
.theme-grand .uc-user-name {
    font-size: 1.15rem;
    letter-spacing: -0.01em;
}

.uc-page--grand .uc-tag-level,
.theme-grand .uc-tag-level {
    background: rgba(201, 162, 39, 0.2);
    border: 1px solid rgba(201, 162, 39, 0.42);
    color: var(--ma-gold-light);
}

.uc-page--grand .uc-asset-row,
.theme-grand .uc-asset-row {
    margin-top: 1.05rem;
    padding: 0.9rem 0.45rem;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.9rem;
}

.uc-page--grand .uc-asset-item strong,
.theme-grand .uc-asset-item strong {
    font-size: 1.05rem;
    color: var(--ma-gold-light);
}

.uc-page--grand .uc-asset-item:hover strong {
    color: #fff;
}

.uc-page--grand .uc-nav,
.theme-grand .uc-nav {
    margin-top: 0.85rem;
    padding: 0.55rem;
    border-radius: 1.15rem;
    border: 1px solid #e2e8f0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.uc-page--grand .uc-nav-item,
.theme-grand .uc-nav-item {
    padding: 0.72rem 0.85rem;
    font-size: 0.875rem;
    border-radius: 0.7rem;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.uc-page--grand .uc-nav-item:hover {
    transform: translateX(2px);
}

.uc-page--grand .uc-nav-item.active,
.theme-grand .uc-nav-item.active {
    background: linear-gradient(90deg, rgba(15, 45, 107, 0.1), rgba(15, 45, 107, 0.03));
    color: var(--ma-navy);
    font-weight: 700;
    box-shadow: inset 3px 0 0 var(--ma-gold);
}

.uc-page--grand .uc-main {
    min-width: 0;
    animation: ucMainIn 0.5s ease 0.08s both;
}

@keyframes ucMainIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.uc-page--grand .uc-main-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1rem;
    padding: 0 0.15rem;
}

.uc-page--grand .uc-main-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--ma-navy-deep);
    letter-spacing: -0.02em;
}

.uc-page--grand .uc-main-subtitle {
    margin: 0.25rem 0 0;
    font-size: 0.84rem;
    color: #64748b;
}

.uc-page--grand .uc-main-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uc-page--grand .uc-panel,
.theme-grand .uc-panel {
    border-radius: 1.15rem;
    border: 1px solid #e5eaf1;
    background: #fff;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
    overflow: hidden;
}

.uc-page--grand .uc-panel-head,
.theme-grand .uc-panel-head {
    padding: 1.05rem 1.3rem;
    background: linear-gradient(180deg, #fbfcfe, #fff);
    border-bottom: 1px solid #eef2f6;
}

.uc-page--grand .uc-panel-head h3,
.theme-grand .uc-panel-head h3 {
    font-size: 1.02rem;
    font-weight: 800;
    color: var(--ma-navy-deep);
}

.uc-page--grand .uc-panel-head a {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--ma-navy);
    text-decoration: none;
}

.uc-page--grand .uc-panel-head a:hover {
    color: var(--ma-gold);
}

.uc-page--grand .uc-track-item {
    transition: transform 0.2s ease, background 0.2s ease;
}

.uc-page--grand .uc-track-item:hover {
    transform: translateY(-2px);
}

.uc-page--grand .uc-track-icon,
.theme-grand .uc-track-icon {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
    background: linear-gradient(145deg, rgba(15, 45, 107, 0.08), rgba(201, 162, 39, 0.14));
    color: var(--ma-navy);
    box-shadow: 0 4px 12px rgba(15, 45, 107, 0.08);
}

.uc-page--grand .uc-stat-grid {
    gap: 0.9rem;
}

.uc-page--grand .uc-stat-card,
.theme-grand .uc-stat-card {
    border-radius: 1.05rem;
    border: 1px solid #e5eaf1;
    background: #fff;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uc-page--grand .uc-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 45, 107, 0.08);
}

.uc-page--grand .uc-shortcut-item {
    border-radius: 0.9rem;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.uc-page--grand .uc-shortcut-item:hover {
    transform: translateY(-2px);
    background: #f8fafc;
    box-shadow: 0 8px 20px rgba(15, 45, 107, 0.06);
}

.uc-checkin-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 1rem 1.25rem;
    border-radius: 1.1rem;
    border: 1px solid rgba(201, 162, 39, 0.28);
    background:
        radial-gradient(ellipse 50% 120% at 100% 50%, rgba(201, 162, 39, 0.12), transparent 60%),
        linear-gradient(90deg, #fffbeb, #fff);
}

.uc-checkin-text {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.uc-checkin-text > i {
    width: 42px;
    height: 42px;
    border-radius: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ma-gold), var(--ma-gold-light));
    color: var(--ma-navy-deep);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.uc-checkin-text strong {
    display: block;
    font-size: 0.95rem;
    color: var(--ma-navy-deep);
}

.uc-checkin-text span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    color: #64748b;
}

.uc-checkin-btn {
    padding: 0.55rem 1.2rem;
    border: none;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(15, 45, 107, 0.2);
}

.uc-checkin-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.uc-page--grand .uc-mobile-user-inner,
.theme-grand .uc-mobile-user-inner {
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    border-radius: 1rem;
    box-shadow: 0 8px 28px rgba(15, 45, 107, 0.22);
}

.uc-page--grand .uc-mobile-nav {
    margin-bottom: 0.85rem;
    padding: 0.45rem;
    background: #fff;
    border: 1px solid #e5eaf1;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04);
}

.uc-page--grand .btn-primary,
.uc-page--grand .btn-dark,
.theme-grand .uc-page .btn-primary,
.theme-grand .uc-page .btn-dark {
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(15, 45, 107, 0.2);
}

/* ---- 会员中心表单输入框 — 大气版 ---- */
.uc-page--grand .form-label,
.theme-grand .uc-page .form-label {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--ma-navy-deep);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.uc-page--grand .form-label::before,
.theme-grand .uc-page .form-label::before {
    content: '';
    width: 3px;
    height: 12px;
    border-radius: 2px;
    background: linear-gradient(180deg, var(--ma-gold), var(--ma-gold-light));
    flex-shrink: 0;
}

.uc-page--grand .form-control,
.uc-page--grand .form-select,
.theme-grand .uc-page .form-control,
.theme-grand .uc-page .form-select {
    min-height: 50px;
    padding: 0.75rem 1.1rem;
    font-size: 1rem;
    color: #0f172a;
    letter-spacing: 0.01em;
    background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
    border: 1.5px solid #d8e0ea;
    border-radius: 12px;
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease,
        transform 0.2s ease;
}

.uc-page--grand textarea.form-control,
.theme-grand .uc-page textarea.form-control {
    min-height: 110px;
    resize: vertical;
    line-height: 1.65;
    padding-top: 0.85rem;
}

.uc-page--grand .form-control:hover,
.uc-page--grand .form-select:hover,
.theme-grand .uc-page .form-control:hover,
.theme-grand .uc-page .form-select:hover {
    border-color: #b8c5d6;
    background: #fff;
    box-shadow:
        0 4px 12px rgba(15, 23, 42, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 1);
}

.uc-page--grand .form-control:focus,
.uc-page--grand .form-select:focus,
.theme-grand .uc-page .form-control:focus,
.theme-grand .uc-page .form-select:focus {
    border-color: var(--ma-navy);
    background: #fff;
    box-shadow:
        0 0 0 4px rgba(15, 45, 107, 0.12),
        0 6px 20px rgba(15, 45, 107, 0.1);
    outline: none;
    transform: translateY(-1px);
}

.uc-page--grand .form-control::placeholder,
.theme-grand .uc-page .form-control::placeholder {
    color: #94a3b8;
    font-size: 0.9375rem;
}

.uc-page--grand .form-control:disabled,
.uc-page--grand .form-control[readonly],
.theme-grand .uc-page .form-control:disabled,
.theme-grand .uc-page .form-control[readonly] {
    background: linear-gradient(180deg, #f1f5f9, #e8ecf2);
    color: #64748b;
    border-color: #dde3ec;
    box-shadow: none;
    transform: none;
}

.uc-page--grand .form-check-input,
.theme-grand .uc-page .form-check-input {
    width: 1.05rem;
    height: 1.05rem;
    accent-color: var(--ma-navy);
}

.uc-page--grand .form-check-label,
.theme-grand .uc-page .form-check-label {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: normal;
    text-transform: none;
    color: #475569;
}

.uc-page--grand .form-check-label::before,
.theme-grand .uc-page .form-check-label::before {
    display: none;
}

.uc-page--grand .form-label.small,
.theme-grand .uc-page .form-label.small {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: none;
    color: #64748b;
}

.uc-page--grand .form-label.small::before,
.theme-grand .uc-page .form-label.small::before {
    width: 2px;
    height: 10px;
    opacity: 0.7;
}

.uc-page--grand .input-group .form-control,
.theme-grand .uc-page .input-group .form-control {
    border-radius: 12px 0 0 12px;
}

.uc-page--grand .input-group .btn,
.theme-grand .uc-page .input-group .btn {
    min-height: 50px;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    border-radius: 0 12px 12px 0;
    border: 1.5px solid #d8e0ea;
    border-left: none;
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    color: #fff;
    box-shadow: 0 3px 10px rgba(15, 45, 107, 0.2);
}

.uc-page--grand .input-group .btn:hover,
.theme-grand .uc-page .input-group .btn:hover {
    background: linear-gradient(135deg, var(--ma-navy), #1a4a8a);
    color: #fff;
}

.uc-page--grand .input-group:focus-within .form-control,
.theme-grand .uc-page .input-group:focus-within .form-control {
    border-color: var(--ma-navy);
}

.uc-page--grand .input-group:focus-within .btn,
.theme-grand .uc-page .input-group:focus-within .btn {
    border-color: var(--ma-navy);
}

/* ==================== 响应式 ==================== */
@media (max-width: 991.98px) {
    .auth-body-grand .auth-grand-page--quick {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .auth-body-grand .auth-quick-visual--premium {
        order: 1;
        min-height: 280px;
        padding: 2.5rem 1.5rem 2rem;
    }

    .auth-body-grand .auth-quick-panel {
        order: 2;
        padding: 1.25rem 1rem 2.5rem;
        margin-top: 0;
    }

    .auth-quick-visual-stats {
        display: none;
    }

    .auth-quick-visual-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .auth-body-grand .auth-quick-panel-inner {
        border-radius: 1.25rem !important;
    }

    .auth-body-grand .auth-quick-card {
        padding: 2rem 1.5rem 1.5rem !important;
    }

    .auth-body-grand .auth-quick-field {
        padding-left: 0.85rem;
    }

    .auth-quick-field-icon {
        left: -0.85rem;
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
        border-radius: 7px;
    }

    .auth-grand-trust--premium {
        grid-template-columns: 1fr;
    }

    .uc-hero-banner-inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 1.25rem;
    }

    .uc-hero-title {
        font-size: 1.375rem;
    }

    .uc-page--grand .uc-layout,
    .theme-grand .uc-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .auth-quick-visual-features {
        grid-template-columns: 1fr;
    }

    .auth-body-grand .auth-quick-code-row {
        flex-wrap: nowrap;
    }

    .auth-body-grand .auth-quick-code-btn {
        margin: 0.35rem 0.35rem 0.35rem 0;
        font-size: 0.75rem;
        padding: 0.4rem 0.65rem;
    }
}

/* ==================== 会员登录/注册 — 大气舞台 ==================== */
.uc-page--guest {
    padding-bottom: 2.5rem;
}

.uc-page--guest .uc-shell--auth {
    width: min(1280px, calc(100% - 2rem));
    margin: 0 auto;
    padding-top: 1.25rem;
}

.uc-auth-stage {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
    min-height: min(720px, calc(100vh - 8.5rem));
    border-radius: 1.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 28px 80px rgba(7, 17, 31, 0.18),
        0 0 0 1px rgba(15, 45, 107, 0.06);
    animation: ucAuthStageIn 0.55s ease both;
}

@keyframes ucAuthStageIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.uc-auth-visual {
    position: relative;
    display: flex;
    align-items: center;
    padding: 2.75rem 2.5rem 2.5rem;
    overflow: hidden;
    color: #fff;
    min-height: 100%;
}

.uc-auth-visual-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 55% 80% at 100% 0%, rgba(201, 162, 39, 0.22), transparent 58%),
        radial-gradient(ellipse 45% 55% at 0% 100%, rgba(56, 120, 210, 0.22), transparent 55%),
        linear-gradient(145deg, #060d1a 0%, #0a1628 28%, #0F2D6B 68%, #1a4480 100%);
}

.uc-auth-visual-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 30% 50%, #000 15%, transparent 75%);
    pointer-events: none;
}

.uc-auth-visual-copy {
    position: relative;
    z-index: 2;
    max-width: 420px;
}

.uc-auth-visual-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
}

.uc-auth-visual-brand:hover { color: #fff; }

.uc-auth-visual-brand-mark {
    width: 2.6rem;
    height: 2.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.7rem;
    font-size: 1.1rem;
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.28), rgba(255, 255, 255, 0.1));
    border: 1px solid rgba(201, 162, 39, 0.4);
    color: var(--ma-gold-light);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.uc-auth-visual-kicker {
    display: inline-block;
    margin: 0 0 0.7rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--ma-gold-light);
    opacity: 0.92;
}

.uc-auth-visual-title {
    margin: 0 0 0.9rem;
    font-size: clamp(1.85rem, 3.2vw, 2.55rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.uc-auth-visual-title em {
    font-style: normal;
    background: linear-gradient(135deg, #f5d76e 0%, var(--ma-gold-light) 50%, #f5d76e 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: maTitleShimmer 4s linear infinite;
}

.uc-auth-visual-desc {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
    max-width: 380px;
}

.uc-auth-visual-features {
    list-style: none;
    margin: 1.6rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
}

.uc-auth-visual-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.65rem 0.8rem;
    font-size: 0.8125rem;
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.uc-auth-visual-features li:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 162, 39, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

.uc-auth-visual-features i {
    font-size: 1rem;
    color: var(--ma-gold-light);
}

.uc-auth-showcase .auth-showcase-card--main {
    top: 12%;
    right: 5%;
    width: 250px;
}

.uc-auth-showcase .auth-showcase-card--float {
    bottom: 12%;
    right: 10%;
    width: 168px;
}

.uc-auth-panel-col {
    display: flex;
    flex-direction: column;
    padding: 1.35rem 1.75rem 1.75rem;
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(201, 162, 39, 0.06), transparent 55%),
        linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
    min-width: 0;
}

.uc-auth-panel-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.uc-auth-tabs {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.28rem;
    border-radius: 999px;
    background: rgba(15, 45, 107, 0.06);
    border: 1px solid rgba(15, 45, 107, 0.08);
}

.uc-auth-tab {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.48rem 0.95rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.uc-auth-tab i { font-size: 0.95rem; }

.uc-auth-tab:hover {
    color: var(--ma-navy);
    background: rgba(255, 255, 255, 0.7);
}

.uc-auth-tab.active {
    color: #fff;
    background: linear-gradient(135deg, var(--ma-navy-deep), var(--ma-navy));
    box-shadow: 0 6px 16px rgba(15, 45, 107, 0.28);
}

.uc-auth-home {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #64748b;
    text-decoration: none;
    border: 1px solid rgba(15, 45, 107, 0.12);
    background: rgba(255, 255, 255, 0.75);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.uc-auth-home:hover {
    color: var(--ma-navy);
    border-color: rgba(15, 45, 107, 0.28);
    background: #fff;
}

.uc-auth-mobile-strip {
    display: none;
    flex-direction: column;
    gap: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.9rem;
    background: linear-gradient(125deg, #07111f 0%, #0F2D6B 55%, #1a4480 100%);
    color: #fff;
}

.uc-auth-mobile-kicker {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    color: var(--ma-gold-light);
}

.uc-auth-mobile-strip strong {
    font-size: 1.05rem;
    font-weight: 800;
}

.uc-page--guest .uc-auth-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}

.uc-page--guest .uc-auth-panel.auth-grand-page--embed {
    display: block;
    grid-template-columns: none;
    width: 100%;
    min-height: auto;
    padding: 0;
    background: transparent;
}

.uc-page--guest .uc-auth-panel.auth-grand-page--embed .auth-quick-card,
.uc-page--guest .uc-auth-panel .auth-quick-card {
    margin: 0 auto;
    width: 100%;
    padding: 1.85rem 1.65rem 1.5rem !important;
    border-radius: 1.25rem !important;
    border: 1px solid rgba(201, 162, 39, 0.16) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow:
        0 18px 48px rgba(15, 45, 107, 0.1),
        0 2px 8px rgba(15, 30, 60, 0.04) !important;
}

.uc-page--guest .auth-quick-form-head { margin-bottom: 1.4rem; }
.uc-page--guest .auth-quick-title { font-size: 1.4rem !important; }

.uc-page--guest .auth-quick-submit {
    margin-top: 0.35rem;
    min-height: 3rem;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 0.8rem;
}

.uc-page--guest .auth-quick-switch {
    margin-top: 1rem;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .uc-auth-stage {
        grid-template-columns: minmax(0, 1fr) minmax(400px, 0.95fr);
    }

    .uc-auth-showcase .auth-showcase-card--main {
        width: 220px;
        right: 3%;
    }

    .uc-auth-showcase .auth-showcase-card--float {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .uc-page--grand .uc-shell,
    .uc-page--guest .uc-shell--auth {
        width: min(100% - 1.25rem, 1280px);
        padding-top: 1rem;
    }

    .uc-page--grand .uc-hero-banner-inner {
        padding: 1.45rem 1.25rem;
    }

    .uc-page--grand .uc-layout {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .uc-page--grand .uc-sidebar {
        position: static;
    }

    .uc-auth-stage {
        grid-template-columns: 1fr;
        min-height: auto;
        border-radius: 1.2rem;
    }

    .uc-auth-visual { display: none; }
    .uc-auth-mobile-strip { display: flex; }

    .uc-auth-panel-col {
        padding: 1.1rem 1rem 1.35rem;
    }

    .uc-auth-panel-top { flex-wrap: wrap; }

    .uc-auth-tabs {
        width: 100%;
        justify-content: space-between;
    }

    .uc-auth-tab {
        flex: 1;
        justify-content: center;
        padding: 0.5rem 0.45rem;
        font-size: 0.8rem;
    }

    .uc-auth-home { display: none; }

    .uc-page--guest .uc-auth-wrap {
        max-width: none;
        align-items: stretch;
    }

    .uc-page--guest .uc-auth-panel .auth-quick-card {
        padding: 1.45rem 1.15rem 1.25rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .uc-page--grand .uc-hero-banner,
    .uc-page--grand .uc-main,
    .uc-hero-banner-bg::before,
    .uc-auth-stage,
    .uc-auth-visual-title em {
        animation: none !important;
    }
}

/* ==================== 账户完善度卡片 ==================== */
.uc-profile-card {
    background: linear-gradient(135deg, #ffffff 0%, #fbfcfe 100%);
    border: 1px solid rgba(15, 45, 107, 0.08);
    border-radius: 1rem;
    padding: 1.15rem 1.25rem;
    box-shadow: 0 8px 26px rgba(15, 45, 107, 0.07);
    margin-bottom: 1.1rem;
}

.uc-profile-card-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.uc-profile-card-title {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--ma-navy-deep);
}

.uc-profile-card-sub {
    margin: 0.2rem 0 0;
    font-size: 0.8rem;
    color: #7c87a0;
}

.uc-profile-pct {
    flex: none;
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1;
    color: var(--ma-gold);
    font-variant-numeric: tabular-nums;
}

.uc-profile-pct strong { font-weight: 800; }

.uc-profile-bar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: #eef1f7;
    overflow: hidden;
    margin: 0.85rem 0 0.9rem;
}

.uc-profile-bar-fill {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ma-gold-light), var(--ma-gold));
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.uc-profile-tips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.uc-profile-tip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.32rem 0.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--ma-navy);
    text-decoration: none;
    background: rgba(15, 45, 107, 0.06);
    border: 1px solid rgba(15, 45, 107, 0.1);
    border-radius: 999px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.uc-profile-tip:hover {
    background: rgba(15, 45, 107, 0.12);
    transform: translateY(-1px);
    text-decoration: none;
}

.uc-profile-tip .bi { color: var(--ma-gold); font-size: 0.85rem; }

.uc-profile-done {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f9d6b;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.uc-profile-done .bi { color: #1f9d6b; font-size: 1rem; }

/* ==================== 会员等级 / 成长值卡片 ==================== */
.uc-level-card {
    position: relative;
    border-radius: 1rem;
    padding: 1.2rem 1.3rem;
    margin-bottom: 1.1rem;
    color: #fff;
    background:
        radial-gradient(120% 150% at 0% 0%, rgba(255, 255, 255, 0.18), transparent 45%),
        linear-gradient(135deg, var(--ma-navy-deep) 0%, var(--ma-navy) 55%, #16365f 100%);
    box-shadow: 0 12px 30px rgba(15, 45, 107, 0.22);
    overflow: hidden;
}

.uc-level-card::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -42px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: radial-gradient(circle, var(--lv) 0%, transparent 70%);
    opacity: 0.32;
    pointer-events: none;
}

.uc-level-card-top {
    display: flex;
    align-items: center;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.uc-level-badge {
    flex: none;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    background: var(--lv);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), inset 0 0 0 2px rgba(255, 255, 255, 0.25);
}

.uc-level-meta {
    flex: 1 1 auto;
    min-width: 0;
}

.uc-level-name {
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.uc-level-growth {
    font-size: 0.8rem;
    opacity: 0.82;
    margin-top: 0.15rem;
}

.uc-level-growth strong {
    font-size: 0.95rem;
    font-variant-numeric: tabular-nums;
}

.uc-level-next {
    flex: none;
    text-align: right;
    font-size: 0.78rem;
    opacity: 0.92;
    max-width: 46%;
}

.uc-level-next strong {
    color: var(--lv);
    font-variant-numeric: tabular-nums;
}

.uc-level-max {
    color: #ffe6a3;
    font-weight: 700;
}

.uc-level-bar {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    overflow: hidden;
    margin: 0.9rem 0 0.55rem;
}

.uc-level-bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: var(--lv);
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.uc-level-benefits {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.9;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.uc-level-benefits .bi {
    color: var(--lv);
}

/* 等级标签（侧边栏用户卡片） */
.uc-tag-level {
    color: var(--lv);
    background: rgba(201, 162, 39, 0.12);
    border: 1px solid rgba(201, 162, 39, 0.25);
}

/* 侧边栏成长值迷你进度 */
.uc-level-mini {
    margin-top: 0.85rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(15, 45, 107, 0.08);
}

.uc-level-mini-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
}

.uc-level-mini-name {
    font-weight: 700;
    color: var(--lv);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.uc-level-mini-pct {
    color: #7c87a0;
    font-variant-numeric: tabular-nums;
}

.uc-level-mini-bar {
    height: 6px;
    border-radius: 999px;
    background: #eef1f7;
    overflow: hidden;
    margin: 0.4rem 0 0.35rem;
}

.uc-level-mini-bar span {
    display: block;
    height: 100%;
    background: var(--lv);
    border-radius: 999px;
    transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.uc-level-mini-tip {
    font-size: 0.72rem;
    color: #9aa3b5;
}

/* 成长值明细分页器 */
.uc-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.9rem 0 0.25rem;
}
.uc-pager-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    font-size: 0.85rem;
    color: var(--ma-navy-deep, #1c2b4a);
    background: rgba(201, 162, 39, 0.1);
    border: 1px solid rgba(201, 162, 39, 0.3);
    text-decoration: none;
    transition: background 0.2s ease;
}
.uc-pager-btn:hover {
    background: rgba(201, 162, 39, 0.2);
    color: var(--ma-navy-deep, #1c2b4a);
}
.uc-pager-btn.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}
.uc-pager-info {
    font-size: 0.85rem;
    color: #9aa3b5;
}

/* ==================== 登录/注册视觉区 — 大气增强 v3 ==================== */

/* ---- 极光动态光晕 ---- */
.auth-visual-aurora {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.auth-aurora-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    opacity: 0.55;
    will-change: transform;
}

.auth-aurora-orb--gold {
    width: 360px;
    height: 360px;
    top: -8%;
    left: -6%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.55), transparent 70%);
    animation: maAuroraFloatA 14s ease-in-out infinite;
}

.auth-aurora-orb--blue {
    width: 420px;
    height: 420px;
    bottom: -12%;
    right: -8%;
    background: radial-gradient(circle, rgba(56, 120, 210, 0.5), transparent 70%);
    animation: maAuroraFloatB 18s ease-in-out infinite;
}

.auth-aurora-orb--violet {
    width: 280px;
    height: 280px;
    top: 40%;
    left: 52%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.35), transparent 70%);
    animation: maAuroraFloatC 16s ease-in-out infinite;
}

@keyframes maAuroraFloatA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(40px, 30px) scale(1.08); }
}

@keyframes maAuroraFloatB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-30px, -40px) scale(1.1); }
}

@keyframes maAuroraFloatC {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.35; }
    50% { transform: translate(-50px, 20px) scale(1.05); opacity: 0.5; }
}

/* ---- 漂浮玻璃展示卡 ---- */
.auth-visual-showcase {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

.auth-showcase-card {
    position: absolute;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1.25rem;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
    color: #fff;
}

.auth-showcase-card--main {
    top: 11%;
    right: 7%;
    width: 280px;
    padding: 1rem 1.1rem 1.15rem;
    transform: rotate(-3deg);
    animation: maShowcaseFloat 7s ease-in-out infinite;
}

@keyframes maShowcaseFloat {
    0%, 100% { transform: rotate(-3deg) translateY(0); }
    50% { transform: rotate(-3deg) translateY(-10px); }
}

.auth-showcase-head {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.auth-showcase-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

.auth-showcase-label {
    margin-left: auto;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.55);
}

.auth-showcase-body {
    padding-top: 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.auth-showcase-id {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.auth-showcase-avatar {
    width: 38px;
    height: 38px;
    border-radius: 0.6rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--ma-gold), var(--ma-gold-light));
    color: var(--ma-navy-deep);
    font-size: 1rem;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(201, 162, 39, 0.35);
}

.auth-showcase-id-meta {
    flex: 1;
    min-width: 0;
}

.auth-showcase-id-meta strong {
    display: block;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auth-showcase-id-meta span {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
}

.auth-showcase-tag {
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    background: rgba(34, 197, 94, 0.18);
    color: #6ee7b8;
    border: 1px solid rgba(34, 197, 94, 0.3);
    flex-shrink: 0;
}

.auth-showcase-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4rem;
}

.auth-showcase-stats > div {
    text-align: center;
}

.auth-showcase-stats strong {
    display: block;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--ma-gold-light);
    font-variant-numeric: tabular-nums;
}

.auth-showcase-stats span {
    display: block;
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.55);
}

.auth-showcase-progress {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.auth-showcase-progress-bar {
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
}

.auth-showcase-progress-bar span {
    display: block;
    height: 100%;
    width: 72%;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ma-gold-light), var(--ma-gold));
}

.auth-showcase-progress-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
}

.auth-showcase-progress-meta strong {
    color: var(--ma-gold-light);
    font-variant-numeric: tabular-nums;
}

.auth-showcase-card--float {
    bottom: 13%;
    right: 12%;
    width: 180px;
    padding: 0.75rem 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transform: rotate(4deg);
    animation: maShowcaseFloatB 8s ease-in-out infinite;
}

@keyframes maShowcaseFloatB {
    0%, 100% { transform: rotate(4deg) translateY(0); }
    50% { transform: rotate(4deg) translateY(-8px); }
}

.auth-showcase-card--float i {
    font-size: 1.35rem;
    color: var(--ma-gold-light);
    flex-shrink: 0;
}

.auth-showcase-card--float strong {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #fff;
}

.auth-showcase-card--float span {
    display: block;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
}

.auth-showcase-chip {
    position: absolute;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--ma-gold-light);
    font-size: 1.1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
}

.auth-showcase-chip--a {
    top: 56%;
    right: 3%;
    animation: maChipFloat 6s ease-in-out infinite;
}

.auth-showcase-chip--b {
    top: 30%;
    right: 30%;
    animation: maChipFloat 7s ease-in-out 0.5s infinite;
}

.auth-showcase-chip--c {
    bottom: 7%;
    right: 38%;
    animation: maChipFloat 8s ease-in-out 1s infinite;
}

@keyframes maChipFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

/* ---- 标题渐变闪光 ---- */
.auth-body-grand .auth-quick-visual-title em {
    font-style: normal;
    background: linear-gradient(135deg, #f5d76e 0%, var(--ma-gold-light) 50%, #f5d76e 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: maTitleShimmer 4s linear infinite;
}

@keyframes maTitleShimmer {
    to { background-position: 200% center; }
}

/* ---- 视觉区特性卡 hover 微动效 ---- */
.auth-body-grand .auth-quick-visual-features li {
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.auth-body-grand .auth-quick-visual-features li:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 162, 39, 0.4);
    background: rgba(255, 255, 255, 0.1);
}

/* ---- 响应式：展示卡收窄/隐藏 ---- */
@media (max-width: 1199.98px) {
    .auth-showcase-card--main {
        width: 240px;
        right: 4%;
    }

    .auth-showcase-card--float {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .auth-visual-showcase {
        display: none;
    }

    .auth-aurora-orb--violet {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-aurora-orb,
    .auth-showcase-card--main,
    .auth-showcase-card--float,
    .auth-showcase-chip,
    .auth-body-grand .auth-quick-visual-title em {
        animation: none !important;
    }
}

/* ==================== 内嵌卡片大气增强 v3 ==================== */

.auth-quick-card--premium {
    position: relative;
    overflow: hidden;
    border-radius: 1.25rem;
    border: 1px solid rgba(201, 162, 39, 0.18);
    box-shadow: 0 16px 48px rgba(15, 30, 60, 0.12), 0 2px 8px rgba(15, 30, 60, 0.04);
}

.auth-quick-card--premium::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(201, 162, 39, 0.04) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.auth-quick-card--premium > *:not(.auth-card-aurora):not(.auth-card-accent-bar) {
    position: relative;
    z-index: 1;
}

/* ---- 内嵌卡片极光光晕 ---- */
.auth-card-aurora {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.auth-card-aurora-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.45;
}

.auth-card-aurora-orb--gold {
    width: 180px;
    height: 180px;
    top: -20%;
    right: -10%;
    background: radial-gradient(circle, rgba(201, 162, 39, 0.5), transparent 70%);
    animation: maCardAuroraGold 12s ease-in-out infinite;
}

.auth-card-aurora-orb--blue {
    width: 150px;
    height: 150px;
    bottom: -15%;
    left: -10%;
    background: radial-gradient(circle, rgba(56, 120, 210, 0.35), transparent 70%);
    animation: maCardAuroraBlue 15s ease-in-out infinite;
}

@keyframes maCardAuroraGold {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-20px, 15px) scale(1.06); }
}

@keyframes maCardAuroraBlue {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -20px) scale(1.08); }
}

/* ---- 顶部装饰条 ---- */
.auth-card-accent-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ma-gold-light), var(--ma-gold), var(--ma-gold-light));
    background-size: 200% 100%;
    animation: maAccentShimmer 4s linear infinite;
    z-index: 1;
}

@keyframes maAccentShimmer {
    to { background-position: 200% center; }
}

/* ---- 内嵌卡片标题闪光 ---- */
.auth-grand-page--embed .auth-quick-title {
    position: relative;
    display: inline-block;
}

.auth-grand-page--embed .auth-quick-title::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, var(--ma-gold), transparent);
    transition: width 0.5s ease;
}

.auth-grand-page--embed .auth-quick-card--premium:hover .auth-quick-title::after {
    width: 60%;
}

/* ---- 内嵌卡片输入框聚焦增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-quick-input-box:focus-within {
    border-color: rgba(201, 162, 39, 0.5);
    box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.12);
}

/* ---- 内嵌卡片提交按钮增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-quick-submit {
    position: relative;
    overflow: hidden;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-submit::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
    transition: left 0.5s ease;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-submit:hover::before {
    left: 100%;
}

/* ---- 内嵌卡片 QR 按钮增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-quick-qr {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.1), rgba(201, 162, 39, 0.05));
    border: 1px solid rgba(201, 162, 39, 0.25);
    color: var(--ma-gold);
    transition: all 0.25s ease;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-qr:hover {
    background: linear-gradient(135deg, rgba(201, 162, 39, 0.2), rgba(201, 162, 39, 0.1));
    border-color: rgba(201, 162, 39, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 162, 39, 0.2);
}

/* ---- 内嵌卡片切换链接增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-quick-switch a {
    color: var(--ma-gold);
    font-weight: 600;
    position: relative;
    transition: color 0.2s ease;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-switch a:hover {
    color: var(--ma-gold-light);
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-switch a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--ma-gold);
    transition: width 0.3s ease;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-quick-switch a:hover::after {
    width: 100%;
}

/* ---- 内嵌卡片密码强度计增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-grand-strength {
    height: 4px;
    border-radius: 999px;
    background: rgba(15, 30, 60, 0.08);
    overflow: hidden;
}

.auth-grand-page--embed .auth-quick-card--premium .auth-grand-strength span {
    border-radius: 999px;
    background: linear-gradient(90deg, var(--ma-gold), var(--ma-gold-light));
}

/* ---- 内嵌卡片信任徽章增强 ---- */
.auth-grand-page--embed .auth-quick-card--premium .auth-quick-trust {
    border-top: 1px solid rgba(201, 162, 39, 0.12);
    padding-top: 0.85rem;
    margin-top: 0.85rem;
}

/* ---- 响应式 ---- */
@media (max-width: 767.98px) {
    .auth-card-aurora-orb {
        opacity: 0.3;
    }

    .auth-card-aurora-orb--gold {
        width: 120px;
        height: 120px;
    }

    .auth-card-aurora-orb--blue {
        width: 100px;
        height: 100px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-card-aurora-orb {
        animation: none !important;
    }

    .auth-card-accent-bar {
        animation: none !important;
    }
}

/* ---- 会员中心 · 订单详情 ---- */
.uc-od {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uc-od-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.uc-od-back {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--ma-navy, #1e3a5f);
    text-decoration: none;
}

.uc-od-back:hover {
    color: var(--ma-gold, #c9a227);
}

.uc-od-toolbar-no {
    font-size: 0.8rem;
    color: #94a3b8;
}

.uc-od-hero {
    border-radius: 1.15rem;
    border: 1px solid #e5eaf1;
    background: linear-gradient(135deg, #f8fafc 0%, #fff 55%);
    padding: 1.15rem 1.25rem;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.04);
}

.uc-od-hero--pending {
    background: linear-gradient(135deg, #fff7ed 0%, #fff 60%);
    border-color: #fed7aa;
}

.uc-od-hero--paid,
.uc-od-hero--shipped {
    background: linear-gradient(135deg, #eff6ff 0%, #fff 60%);
    border-color: #bfdbfe;
}

.uc-od-hero--done {
    background: linear-gradient(135deg, #f0fdf4 0%, #fff 60%);
    border-color: #bbf7d0;
}

.uc-od-hero--cancel {
    background: linear-gradient(135deg, #f8fafc 0%, #fff 60%);
}

.uc-od-hero-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.uc-od-hero-hint {
    margin: 0.45rem 0 0;
    font-size: 0.86rem;
    color: #64748b;
}

.uc-od-hero-amount {
    text-align: right;
}

.uc-od-hero-amount span {
    display: block;
    font-size: 0.78rem;
    color: #94a3b8;
    margin-bottom: 0.15rem;
}

.uc-od-hero-amount strong {
    font-size: 1.45rem;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: -0.02em;
}

.uc-od-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px dashed #e2e8f0;
}

.uc-od-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(260px, 1fr);
    gap: 1rem;
    align-items: start;
}

.uc-od-main,
.uc-od-side {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.uc-od-items {
    padding: 0.25rem 0;
}

.uc-od-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 0.85rem;
    align-items: start;
    padding: 1rem 1.25rem;
    border-top: 1px solid #f1f5f9;
}

.uc-od-item:first-child {
    border-top: none;
}

.uc-od-thumb {
    width: 72px;
    height: 72px;
    border-radius: 0.75rem;
    overflow: hidden;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
}

.uc-od-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uc-od-item-name {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
}

.uc-od-item-meta {
    margin-top: 0.25rem;
    font-size: 0.8rem;
    color: #94a3b8;
}

.uc-od-delivery {
    margin-top: 0.65rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.7rem;
    background: #f8fafc;
    border: 1px solid #eef2f6;
    font-size: 0.82rem;
}

.uc-od-item-side {
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.45rem;
}

.uc-od-item-sub {
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
}

.uc-od-summary {
    border-top: 1px solid #eef2f6;
    padding: 0.95rem 1.25rem 1.15rem;
    background: linear-gradient(180deg, #fbfcfe, #fff);
}

.uc-od-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.86rem;
    color: #64748b;
}

.uc-od-summary-row + .uc-od-summary-row {
    margin-top: 0.45rem;
}

.uc-od-summary-row--total {
    align-items: baseline;
}

.uc-od-summary-row--total strong {
    font-size: 1.15rem;
    color: #dc2626;
    font-weight: 800;
}

.uc-od-meta {
    margin: 0;
    padding: 0.35rem 1.25rem 1.15rem;
    display: grid;
    gap: 0.75rem;
}

.uc-od-meta > div {
    display: grid;
    gap: 0.2rem;
}

.uc-od-meta dt {
    font-size: 0.75rem;
    color: #94a3b8;
    font-weight: 500;
}

.uc-od-meta dd {
    margin: 0;
    font-size: 0.9rem;
    color: #0f172a;
    font-weight: 600;
    word-break: break-all;
}

.uc-od-addr {
    padding: 0.2rem 1.25rem 1.2rem;
}

.uc-od-addr-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.86rem;
    padding: 0.35rem 0;
}

.uc-od-addr-row span {
    color: #94a3b8;
    flex-shrink: 0;
}

.uc-od-addr-row strong {
    color: #0f172a;
    font-weight: 700;
    text-align: right;
}

.uc-od-pickup-code {
    letter-spacing: 0.12em;
    color: #b45309 !important;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-radius: 0.45rem;
    padding: 0.15rem 0.55rem;
    font-size: 0.95rem;
}

.uc-od-addr-tip {
    font-size: 0.82rem;
    color: #94a3b8;
    margin-bottom: 0.55rem;
}

.uc-od-addr-contact {
    margin-top: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
}

.uc-od-addr-line {
    margin-top: 0.35rem;
    font-size: 0.86rem;
    color: #64748b;
    line-height: 1.5;
}

.uc-od-timeline {
    list-style: none;
    margin: 0;
    padding: 0.4rem 1.25rem 1.2rem;
}

.uc-od-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 0.75rem;
    padding-bottom: 1rem;
}

.uc-od-timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 14px;
    bottom: 0;
    width: 2px;
    background: #e2e8f0;
}

.uc-od-timeline-dot {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #cbd5e1;
    z-index: 1;
}

.uc-od-timeline-item.is-current .uc-od-timeline-dot {
    background: var(--ma-gold, #c9a227);
    box-shadow: 0 0 0 1px var(--ma-gold, #c9a227);
}

.uc-od-timeline-time {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 0.2rem;
}

.uc-od-timeline-text {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.45;
}

.uc-od-timeline-item.is-current .uc-od-timeline-text {
    font-weight: 700;
    color: #0f172a;
}

.uc-od-express {
    padding: 0 1.25rem 0.35rem;
}

.uc-od-express-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem 1rem;
    padding: 0.85rem 0 0.35rem;
    border-bottom: 1px dashed #e2e8f0;
    margin-bottom: 0.55rem;
}

.uc-od-express-label {
    display: block;
    font-size: 0.72rem;
    color: #94a3b8;
    margin-bottom: 0.15rem;
}

.uc-od-express-meta strong {
    font-size: 0.9rem;
    color: #0f172a;
    word-break: break-all;
}

.uc-od-express-state {
    grid-column: 1 / -1;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.78rem;
    font-weight: 700;
}

.uc-od-express-hint {
    padding: 0.35rem 0 0.55rem;
}

.uc-od-express-copy {
    font-size: 0.78rem;
    text-decoration: none;
    vertical-align: baseline;
}

.uc-od-dynamics-split {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.35rem 1.25rem 0.15rem;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 600;
}

.uc-od-dynamics-split::before,
.uc-od-dynamics-split::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eef2f6;
}

.uc-od-timeline--express {
    padding-top: 0.15rem;
}

@media (max-width: 575.98px) {
    .uc-od-express-meta {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    .uc-od-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .uc-od-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .uc-od-thumb {
        width: 56px;
        height: 56px;
    }

    .uc-od-item-side {
        grid-column: 2;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
}

/* ---- 会员中心 · 说明提示 ---- */
.uc-tips,
.uc-aftersale-tips {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border: 1px solid #fde68a;
    border-radius: 0.85rem;
    background: linear-gradient(180deg, #fffbeb 0%, #fef9c3 100%);
    color: #713f12;
}

.uc-tips-title,
.uc-aftersale-tips-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #92400e;
}

.uc-tips-title i,
.uc-aftersale-tips-title i {
    color: #d97706;
}

.uc-tips-list,
.uc-aftersale-tips-list {
    margin: 0;
    padding-left: 1.15rem;
    font-size: 0.84rem;
    line-height: 1.7;
}

.uc-tips-list li + li,
.uc-aftersale-tips-list li + li {
    margin-top: 0.2rem;
}

.uc-aftersale-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    background: #94a3b8 !important;
    border-color: #94a3b8 !important;
    color: #fff !important;
}

/* ---- 会员中心 · 申请售后 ---- */

.uc-aftersale-order {
    border: 1px solid #eef2f6;
    border-radius: 0.85rem;
    background: #f8fafc;
    padding: 0.85rem 1rem;
}

.uc-aftersale-order-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: 0.88rem;
    padding: 0.3rem 0;
}

.uc-aftersale-order-row span {
    color: #94a3b8;
}

.uc-aftersale-order-row strong {
    color: #0f172a;
    font-weight: 700;
}

.uc-aftersale-photo-preview,
.uc-aftersale-photo-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.65rem;
}

.uc-aftersale-photo-preview img,
.uc-aftersale-photo img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 0.55rem;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
}

.uc-aftersale-photo {
    display: block;
    line-height: 0;
}



