:root {
  color-scheme: dark;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button:disabled {
  cursor: wait;
  opacity: 0.65;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.65rem 0.85rem;
  color: #000;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.language-picker {
  display: grid;
  gap: 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.language-picker select {
  max-width: 14rem;
  min-height: 2.75rem;
  padding: 0.5rem 2.25rem 0.5rem 0.7rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
}

.app-store-action {
  display: inline-flex;
  width: fit-content;
  padding: 10px;
}

.app-store-action img {
  width: auto;
  height: 40px;
}

.support-form {
  display: grid;
  gap: 1rem;
}

.support-form label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.82rem;
  font-weight: 700;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem;
  border: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
}

.support-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.support-form button {
  min-height: 3.25rem;
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 0;
  font-weight: 800;
  background: transparent;
}

.form-status {
  min-height: 1.4em;
  margin: 0;
}

.honeypot {
  position: absolute;
  left: -10000px;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  justify-content: space-between;
  align-items: flex-start;
}

.site-footer p,
.site-footer small {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
}

.trademark-notice {
  flex-basis: 100%;
  max-width: 72rem;
  line-height: 1.5;
  opacity: 0.7;
}

@media (max-width: 620px) {
  .language-picker select {
    max-width: 10.5rem;
  }

  .site-footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
