.site-footer{
  margin-top:32px;padding:16px 12px;text-align:center;color:#cdd6ee;
  background:linear-gradient(180deg,#0f172a,#06460e);border-top:1px solid var(--border);
}
.site-footer .footer-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center}
.site-footer .sep{opacity:.7}
.site-footer a{color:#e9edf5;text-decoration:none}
.site-footer a:hover{text-decoration:underline}
