/**
 * 前台「逐光」统一版权条（赞助列表 / 赞助物品 / fk 反馈等）
 * 使用 flex 居中，避免仅 text-align 在部分环境下与分页错位。
 */
.public-site-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    margin-top: 40px;
    padding: 26px 16px 14px;
    text-align: center;
    border-top: 1px solid rgba(148, 163, 184, 0.42);
}

.public-site-footer-text {
    margin: 0;
    max-width: 48em;
    font-size: 13px;
    line-height: 1.65;
    letter-spacing: 0.035em;
    color: var(--text-secondary, #64748b);
}

/* fk 玩家反馈暗色主题 */
body.dark-theme .public-site-footer {
    border-top-color: rgba(255, 255, 255, 0.12);
}

body.dark-theme .public-site-footer-text {
    color: rgba(255, 255, 255, 0.55);
}

/* fk 备忘录登录：版权在窄卡片内，略收紧上边距 */
.login-container .public-site-footer {
    margin-top: 22px;
    padding: 20px 8px 4px;
}
