html,
body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: #000000;
  font-family: "Segoe UI", system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 16px;
}

.brand {
  width: min(86vw, 1100px);
  height: auto;
  display: block;
}

p {
  margin: 24px 0 18px;
  font-size: 0.92rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gag {
  width: min(70vw, 320px);
  height: auto;
  display: block;
  margin: 0 0 28px;
}

.langs {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.langs button {
  appearance: none;
  border: 0;
  background: transparent;
  color: #000000;
  font: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  cursor: pointer;
  padding: 6px 2px;
  opacity: 0.4;
}

.langs button[aria-pressed="true"] {
  opacity: 1;
  font-weight: 700;
}

.play-link {
  color: #000000;
  font-size: 0.95rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  padding-bottom: 4px;
}

a {
  text-decoration: none;
}

body:has([data-bober]) {
  justify-content: flex-start;
}
body:has([data-bober]) .brand {
  margin-top: 12px;
}
