html,
body,
#root {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-fallback {
  display: flex;
  min-height: 100%;
  align-items: flex-end;
  justify-content: center;
  padding: 12px 16px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #aed3f0 0%, #4e84bf 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.legal-fallback-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
}

.legal-fallback a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
