body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #111;
  font: 16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;
}
/* Global CSS variables */
:root { --fg:#111; --bg:#fff; --muted:#555; --card:#fff; }
.container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.topnav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.topnav a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.topnav a:hover {
  text-decoration: underline;
}
.header {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.logo {
  width: 400px;
  height: 400px;
  object-fit: contain;
}
h1 {
  margin: 0 0 1rem 0;
  font-size: 2rem;
  line-height: 1.2;
}
p {
  margin: 0;
  font-size: 1.05rem;
}

body.terms {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 2rem auto;
  padding: 0 1rem;
  max-width: 800px;
  line-height: 1.6;
  color: #222;
  background: #fff;
}
h1.terms, h2.terms {
  color: #000;
}
h1.terms {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
h2.terms {
  font-size: 1.3rem;
  margin-top: 2rem;
}
p.terms {
  margin: 0.5rem 0;
}

/* Generalized helpers (used across pages) */
.wrap{max-width:760px;margin:2rem auto;padding:0 1rem}
.muted{color:var(--muted)}
.small{font-size:0.95rem}
.page-heading{line-height:1.2;margin:0 0 1rem 0;font-size:2rem}
.subheading{margin:2rem 0 0.5rem 0;font-size:1.125rem}
.link-inherit{color:inherit}
.footer--compact{margin-top:2rem;font-size:0.9rem}

.support body{font-family: system-ui, -apple-system, sans-serif; background: transparent; color: #333; margin: 0; padding: 2rem; text-align: center}
.container--narrow{max-width:600px;margin:auto;background:transparent;padding:2rem;border-radius:0;box-shadow:none}
.support h1{font-size:1.8rem;margin-bottom:1rem}
.support p{font-size:1rem;margin:0.5rem 0}
.support a:hover{text-decoration:underline}
