/* 仅 index-dev.html 引入；body.has-site-footer 限定作用域，不影响其他页面 */

body.has-site-footer {
    padding-bottom: 36px;
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(148, 163, 184, 0.9);
    background: rgba(13, 26, 46, 0.82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    pointer-events: auto;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover {
    color: var(--color-primary, #60a5fa);
    text-decoration: underline;
}

html[data-theme="light"] .site-footer,
html[data-theme="sakura"] .site-footer,
html[data-theme="pearl"] .site-footer,
html[data-theme="dreamy"] .site-footer,
html[data-theme="nature"] .site-footer,
html[data-theme="dopamine"] .site-footer,
html[data-theme="heal"] .site-footer,
html[data-theme="mint"] .site-footer {
    color: rgba(100, 116, 139, 0.95);
    background: rgba(255, 255, 255, 0.9);
    border-top-color: rgba(0, 0, 0, 0.06);
}
