/** 单栏居中认证页（找回密码、重置密码、邮箱验证） */
body.auth-page--center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
}

.auth-simple-wrap {
    width: 100%;
    max-width: 460px;
}

.auth-simple-logo {
    text-align: center;
    margin-bottom: 20px;
}

.auth-simple-logo img {
    height: 96px;
    filter: drop-shadow(0 6px 16px rgba(249, 115, 22, 0.25));
}

.auth-simple-card {
    background: #fff;
    border: var(--anime-border, 2.5px solid rgba(249, 115, 22, 0.35));
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--anime-shadow);
}

.auth-simple-card h1 {
    margin: 0 0 8px;
    text-align: center;
    font-family: var(--font-display, 'ZCOOL KuaiLe', sans-serif);
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--primary-800, #9a3412);
}

.auth-simple-subtitle {
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-secondary, #7c5a3f);
    margin: 0 0 20px;
}

.auth-simple-footer {
    text-align: center;
    margin-top: 18px;
    font-size: 0.8rem;
    color: #a67c5b;
}

.auth-simple-footer a {
    color: var(--primary-600, #ea580c);
    font-weight: 600;
}

.auth-simple-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    flex-wrap: wrap;
    gap: 10px;
}

.cooldown-text {
    font-size: 0.75rem;
    color: var(--text-secondary);
    text-align: right;
    min-height: 16px;
    margin-top: 8px;
}
