/* Shared keyboard-accessibility and legal-footer styles */
.skip-link {
  position: fixed;
  top: -5rem;
  left: 1rem;
  z-index: 10000;
  padding: .75rem 1rem;
  border: 2px solid #0b3f6d;
  border-radius: .5rem;
  background: #ffffff;
  color: #0b3f6d;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .18);
}
.skip-link:focus,
.skip-link:focus-visible {
  top: 1rem;
  outline: 3px solid #ffbf47;
  outline-offset: 2px;
}
main:focus { outline: none; }
.legal-footer {
  box-sizing: border-box;
  max-width: 1080px;
  margin: 24px auto 0;
  padding: 14px 16px 22px;
  border-top: 1px solid #d6e0ec;
  color: #5f6f82;
  font-size: .88rem;
  line-height: 1.5;
  text-align: center;
}
.legal-footer p { margin: 0; }
@media (prefers-color-scheme: dark) {
  .skip-link { background: #161b22; color: #c9d1d9; border-color: #58a6ff; }
  .legal-footer { color: #8b949e; border-top-color: #30363d; }
}
@media (max-width: 720px) {
  .legal-footer { margin: 18px 16px 0; text-align: left; }
}
