.site-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-shell > #root {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  background: rgba(22, 27, 34, 0.95);
  border-top: 1px solid rgba(48, 54, 61, 0.9);
  padding: 1.75rem 1rem 1.5rem;
  text-align: center;
}

.site-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.75rem;
}

.site-footer__links a {
  color: #8b949e;
  font-size: 0.9rem;
  text-decoration: none;
}

.site-footer__links a:hover {
  color: #58a6ff;
}

.site-footer__sep {
  color: #30363d;
  user-select: none;
}

.site-footer__contact {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  color: #8b949e;
  line-height: 1.5;
}

.site-footer__contact a {
  color: #58a6ff;
  text-decoration: none;
}

.site-footer__contact a:hover {
  text-decoration: underline;
}

.site-footer__copy {
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(48, 54, 61, 0.8);
  font-size: 0.85rem;
  color: #8b949e;
  line-height: 1.5;
}

.site-footer__copy a {
  color: inherit;
  text-decoration: none;
}

.site-footer__copy a:hover {
  color: #58a6ff;
}
