:root {
  color-scheme: dark;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #0c0a09;
  color: #d6d3d1;
}

a {
  color: #fbbf24;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #fde68a;
  outline-offset: 3px;
}

.privacy-page {
  max-width: 720px;
  margin: 0 auto;
  padding: 3rem 1.25rem 5rem;
  font-size: 16px;
  line-height: 1.65;
}

.privacy-page h1 {
  color: #fbbf24;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}

.privacy-page h2 {
  margin-top: 2.2rem;
  color: #fcd34d;
  font-size: 1.15rem;
}

.privacy-page .meta {
  color: #a8a29e;
  font-size: 0.85rem;
}

.privacy-page ul {
  padding-left: 1.2rem;
}

.privacy-page li {
  margin: 0.4rem 0;
}

.privacy-page button {
  min-height: 44px;
  margin: 0.25rem 0.4rem 0.25rem 0;
  padding: 0.65rem 0.9rem;
  border: 1px solid #a8a29e;
  background: #1c1917;
  color: #fcd34d;
  cursor: pointer;
  font: inherit;
}

.privacy-page button[aria-pressed="true"] {
  border-color: #fbbf24;
  background: #292524;
}

.support-page {
  display: flex;
  min-height: 100vh;
  min-height: 100dvh;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: ui-monospace, Menlo, monospace;
}

.support-card {
  max-width: 34rem;
  padding: 2.5rem 1.5rem;
  text-align: center;
}

.support-page h1 {
  color: #fcd34d;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.support-page p {
  color: #a8a29e;
  line-height: 1.7;
}

.support-page .plate {
  margin-top: 1.5rem;
  padding: 1.2rem;
  border: 2px solid #44403c;
  background: #1c1917;
}
