/* ============ 全站统一备案信息页脚 ============ */
.site-footer {
    box-sizing: border-box;
    width: 100%;
    font-family: 'Noto Serif SC', serif, system-ui, sans-serif;
    background: rgba(255, 253, 249, 0.92);
    border-top: 1px solid rgba(180, 150, 120, 0.28);
    color: #8b7b6b;
    text-align: center;
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.03em;
}

.site-footer a {
    color: #8b7b6b;
    text-decoration: none;
    transition: color 0.2s;
}

.site-footer a:hover { color: #d97706; }

.site-footer .site-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px 20px;
}

.site-footer .gongan-item {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.site-footer .gongan-item img {
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}

.site-footer .meta-line {
    font-size: 11px;
    color: #a8a29e;
}

/* 全屏应用（纹样工作站 / 自由画板）：桌面端压缩为固定底部条 */
@media screen and (min-width: 1025px) {
    .site-footer--bar {
        height: 48px;
        padding: 4px 12px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 11px;
        line-height: 1.7;
    }

    .site-footer--bar .site-footer-links { gap: 2px 16px; }
}
