/* Terry.ism v26 — compact semantic footer */

.site-app-root{
  display:flex;
  min-height:100dvh;
  flex-direction:column;
}
body .app-footer.site-footer{
  display:block!important;
  width:min(960px,calc(100% - 32px))!important;
  margin:18px auto 20px!important;
  padding:0!important;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.64)!important;
  border-radius:18px!important;
  background:rgba(250,250,249,.9)!important;
  color:#242a31!important;
  box-shadow:0 16px 45px rgba(10,14,20,.13)!important;
  backdrop-filter:blur(20px) saturate(1.04);
}
body.has-media .app-footer.site-footer{margin-top:14px!important}
.site-footer-main{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding:18px 20px 15px;
}
.site-footer-brand{
  display:flex;
  min-width:0;
  align-items:center;
  gap:11px;
  color:#1f252b;
  text-decoration:none;
}
.site-footer-brand img{display:block;width:62px;height:38px;object-fit:contain}
.site-footer-brand>span{display:flex;min-width:0;flex-direction:column;gap:3px}
.site-footer-brand strong{font-size:14px;line-height:1.15;letter-spacing:-.025em;white-space:nowrap}
.site-footer-brand small{font-size:10px;font-weight:650;letter-spacing:.04em;color:#727a83;white-space:nowrap}
.site-footer-links{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.site-footer-links a{
  display:inline-flex;
  min-height:34px;
  align-items:center;
  padding:0 11px;
  border:1px solid #dfe2e5;
  border-radius:999px;
  background:#fff;
  color:#30363d;
  font-size:11px;
  font-weight:750;
  text-decoration:none;
  white-space:nowrap;
  transition:border-color .16s ease,background .16s ease,transform .16s ease;
}
.site-footer-links a:hover{border-color:#aeb5bc;background:#f7f8f8;transform:translateY(-1px)}
.site-footer-links a:focus-visible{outline:2px solid #d47b43;outline-offset:2px}
.site-footer-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:11px 20px;
  border-top:1px solid #e5e7e9;
  background:rgba(244,245,244,.76);
  color:#6c747d;
  font-size:10.5px;
}
.site-footer-privacy{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.site-footer-privacy i{width:6px;height:6px;border-radius:50%;background:#2a9b67;box-shadow:0 0 0 3px rgba(42,155,103,.11)}

@media(max-width:720px){
  body .app-footer.site-footer{
    width:calc(100% - 20px)!important;
    margin:14px auto calc(14px + env(safe-area-inset-bottom))!important;
    border-radius:16px!important;
  }
  body.has-media .app-footer.site-footer{margin-top:12px!important}
  .site-footer-main{align-items:flex-start;flex-direction:column;gap:13px;padding:15px 15px 13px}
  .site-footer-brand img{width:56px;height:34px}
  .site-footer-brand strong{font-size:13px}
  .site-footer-brand small{font-size:9.5px}
  .site-footer-links{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
  .site-footer-links a{min-width:0;justify-content:center;padding:0 7px;overflow:hidden;font-size:10px;text-overflow:ellipsis}
  .site-footer-bottom{align-items:flex-start;flex-direction:column;gap:7px;padding:10px 15px;font-size:10px}
}

@media(max-width:360px){
  .site-footer-links{grid-template-columns:1fr 1fr}
  .site-footer-links a:last-child{grid-column:1/-1}
}
