:root {
  color: #0f1720;
  background: #ffffff;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
}

main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 32px 20px 96px;
}

nav,
footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

nav {
  margin-bottom: 20px;
}

footer {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 14px 20px;
  border-top: 1px solid #e6ebf0;
  background: #ffffff;
}

a,
button {
  min-height: 40px;
  border: 1px solid #e6ebf0;
  border-radius: 6px;
  padding: 8px 12px;
  color: #0f1720;
  background: #ffffff;
  font: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #149dbf;
  outline-offset: 2px;
}

iframe {
  width: 100%;
  min-height: 70vh;
  border: 1px solid #e6ebf0;
  border-radius: 8px;
}

[data-legal-status] {
  border: 1px solid #e6ebf0;
  border-radius: 8px;
  padding: 24px;
}

[data-legal-status] p {
  color: #647184;
}
