.site-footer{
  width:min(1180px,calc(100% - 24px));
  margin:20px auto 10px;
  border:1px solid rgba(130,170,220,.12);
  border-radius:16px;
  background:rgba(7,12,21,.92);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
  overflow:hidden;
}
.site-footer-main{
  display:flex;
  align-items:center;
  gap:18px;
  min-height:54px;
  padding:9px 16px;
}
.site-footer-about{
  display:flex;
  align-items:center;
  gap:8px;
  margin-right:auto;
  min-width:0;
}
.site-footer-brand{display:flex;align-items:center;gap:8px;min-width:0}
.site-footer-brand>span{display:block;min-width:0}
.site-footer-logo{
  width:30px;height:30px;max-width:30px;max-height:30px;flex:0 0 30px;
  border-radius:9px;object-fit:cover;background:#101827;border:1px solid rgba(255,255,255,.08);
}
.site-footer-brand-name{
  display:block;color:#edf3fc;font-size:13px;font-weight:950;letter-spacing:-.015em;white-space:nowrap;
}
.site-footer-brand-copy{display:none}
.site-footer-powered{
  display:inline-flex;align-items:center;gap:5px;padding:4px 7px;
  border:1px solid rgba(var(--partner-primary-rgb,85,245,194),.20);border-radius:999px;
  background:rgba(var(--partner-primary-rgb,85,245,194),.06);
  color:#aebbd0;font-size:8px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;
  white-space:nowrap;
}
.site-footer-powered[hidden]{display:none}
.site-footer-powered i{
  width:5px;height:5px;border-radius:999px;background:var(--partner-primary,#55f5c2);
  box-shadow:0 0 8px rgba(var(--partner-primary-rgb,85,245,194),.68);
}
.site-footer-group strong{display:none}
.site-footer-links{display:flex;align-items:center;gap:14px}
.site-footer-links a{
  color:#8290a6;font-size:11px;font-weight:760;white-space:nowrap;
  transition:color .16s ease;
}
.site-footer-links a:hover,.site-footer-links a:focus-visible{
  color:var(--partner-primary,#55f5c2);outline:none;
}
/* The compact footer keeps one link per purpose and removes repeated destinations. */
.site-footer-group:nth-child(3) .site-footer-links a:nth-child(3),
.site-footer-group:nth-child(4) .site-footer-links a:nth-child(n+2){display:none}
.site-footer-bottom{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  border-top:1px solid rgba(130,170,220,.08);padding:6px 16px;
  color:#5f6d82;font-size:9px;font-weight:750;
}
.site-footer-network{display:inline-flex;align-items:center;gap:6px}
.site-footer-network i{
  width:6px;height:6px;border-radius:999px;background:#37d67a;
  box-shadow:0 0 8px rgba(55,214,122,.55);
}
@media(max-width:820px){
  .site-footer{width:calc(100% - 16px);margin:16px auto 8px;border-radius:14px}
  .site-footer-main{align-items:flex-start;flex-wrap:wrap;gap:8px 0;padding:9px 12px}
  .site-footer-about{width:100%;margin:0;justify-content:space-between}
  .site-footer-group{display:contents}
  .site-footer-links{gap:0;display:contents}
  .site-footer-links a{
    margin:0 13px 0 0;padding:3px 0;font-size:10px;
  }
  .site-footer-bottom{padding:6px 12px}
}
@media(max-width:390px){
  .site-footer-powered{font-size:7px}
  .site-footer-links a{margin-right:10px;font-size:9px}
}
