:root{--footer-fg:#3a3a3a;--footer-link:#2e4b73;--footer-sep:rgba(0, 0, 0, 0.25)}@media(prefers-color-scheme:dark){:root{--footer-fg:#c9c9c9;--footer-link:#9fa3aa;--footer-sep:rgba(255, 255, 255, 0.35)}}#site-footer{text-align:center;font:11px/1.1 system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;opacity:.68;color:var(--footer-fg);display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}#site-footer.footer-regular{padding:6px 14px;min-height:0}#site-footer.footer-compact{padding:2px 8px;min-height:0}#site-footer a{color:var(--footer-link);text-decoration:none}#site-footer a:focus-visible{outline:2px solid var(--footer-link);outline-offset:2px;border-radius:4px}#site-footer .sep{opacity:.35}@media(max-width:560px){#site-footer{gap:10px}}