
.site-footer{
  width:100%;
  margin-top:auto;
  padding:28px 20px 24px;
  text-align:center;
  background:transparent;
  color:var(--muted,#707582);
}
.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 26px;
  margin-bottom:12px;
}
.footer-link{
  border:0;
  padding:4px 0;
  background:none;
  color:inherit;
  text-decoration:none;
  font:inherit;
  font-size:14px;
  cursor:pointer;
}
.footer-link:hover{color:var(--accent,#5b5be7);}
.footer-copy{font-size:12px;color:#999daa;}

html.dark-mode body, body.dark-mode{background:#11131a;color:#eceef5;}
html.dark-mode .topbar{background:#171922;border-color:#292d39;}
html.dark-mode .brand{color:#f3f4f8;}
html.dark-mode .search-form input{background:#191c25;color:#f2f3f7;border-color:#303544;}
html.dark-mode .search-form input::placeholder{color:#8e94a3;}
html.dark-mode .result-card{background:#191c25;border-color:#2c303c;}
html.dark-mode .result-card:hover{border-color:#414757;box-shadow:0 8px 25px rgba(0,0,0,.18);}
html.dark-mode .results-head p,html.dark-mode .result-source{color:#9ba1b0;}
html.dark-mode .results-head h1,html.dark-mode .result-card h2 a{color:#f1f2f6;}
html.dark-mode .result-card p{color:#b5bac7;}
html.dark-mode .home-body{background:#11131a;}
html.dark-mode .home-subtitle,html.dark-mode .home-note{color:#9ba1b0;}
html.dark-mode .legal-card{background:#191c25;border-color:#2c303c;}
html.dark-mode .legal-card p,html.dark-mode .legal-card li{color:#c0c5d0;}
html.dark-mode .legal-card h1,html.dark-mode .legal-card h2{color:#f1f2f6;}
html.dark-mode .legal-meta{color:#9ba1b0;}
@media(max-width:700px){
  .footer-links{gap:8px 18px;}
  .footer-link{font-size:13px;}
}

/* Final dark-mode synchronization */
.site-footer .footer-link {
  display: inline-block;
  border: 0;
  padding: 4px 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  font: inherit;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.site-footer .footer-link:hover {
  color: var(--accent,#5b5be7);
  text-decoration: none;
}
html.dark-mode .topbar .brand,
body.dark-mode .topbar .brand {
  color: #ffffff !important;
}
html.dark-mode .topbar .brand span,
body.dark-mode .topbar .brand span {
  color: #4f46e5 !important;
}
html.dark-mode .site-footer .footer-link,
body.dark-mode .site-footer .footer-link {
  color: #9ba1b0 !important;
}
html.dark-mode .site-footer .footer-link:hover,
body.dark-mode .site-footer .footer-link:hover {
  color: #7c78ff !important;
}
html.dark-mode .site-footer .footer-copy,
body.dark-mode .site-footer .footer-copy {
  color: #8e94a3 !important;
}
