/* 全站固定备案页脚 — 与各页 body 叠加，需配合 body 底部留白 */

body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px));
}

.site-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 14px 16px calc(14px + env(safe-area-inset-bottom, 0px));
    text-align: center;
    background: rgba(10, 10, 26, 0.88);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.site-footer-inner {
    max-width: 800px;
    margin: 0 auto;
}

.site-footer-fixed a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

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

.beian-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 24px;
}

.beian-police {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.beian-police-icon {
    color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}

.site-footer-service {
    margin-top: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
}
