:root {
  color-scheme: dark;
  background: #0b0f14;
  color: #f5f4ee;
  font-family: Geist, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #0b0f14;
}

body {
  min-width: 320px;
  margin: 0;
}

a {
  color: #c9ff3d;
  text-underline-offset: 3px;
}

a:focus-visible {
  outline: 2px solid #c9ff3d;
  outline-offset: 4px;
}

.legal-header,
.legal-page {
  width: min(800px, calc(100% - 40px));
  margin-inline: auto;
}

.legal-header {
  min-height: 88px;
  border-bottom: 1px solid #ffffff17;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.legal-header a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #d8dde1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.legal-header a:last-child {
  color: #8f99a1;
  font-weight: 550;
}

.legal-header a:hover {
  color: #c9ff3d;
}

.legal-page {
  padding-block: 72px 104px;
}

.eyebrow {
  margin: 0 0 18px;
  color: #c9ff3d;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(44px, 8vw, 74px);
  letter-spacing: -0.055em;
  line-height: 1;
}

h2 {
  margin: 52px 0 14px;
  color: #edf0f2;
  font-size: 24px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

h3 {
  margin: 30px 0 8px;
  color: #d8dde1;
  font-size: 17px;
  line-height: 1.35;
}

p,
li {
  color: #aeb6bd;
  font-size: 16px;
  line-height: 1.75;
}

p {
  margin: 0 0 18px;
}

ul {
  margin: 0 0 20px;
  padding-left: 24px;
}

li + li {
  margin-top: 8px;
}

strong {
  color: #e8ecef;
}

.effective {
  margin: 22px 0 42px;
  color: #707a83;
  font-size: 13px;
}

.notice,
.contact {
  border: 1px solid #ffffff17;
  background: #151b22;
}

.notice {
  margin: 34px 0 8px;
  padding: 20px 22px;
  color: #aeb6bd;
  font-size: 14px;
  line-height: 1.7;
}

.contact {
  margin-top: 58px;
  padding: 26px;
}

.contact h2 {
  margin-top: 0;
}

.contact p:last-child {
  margin-bottom: 0;
}

@media (max-width: 560px) {
  .legal-header,
  .legal-page {
    width: min(100% - 28px, 800px);
  }

  .legal-header {
    min-height: 76px;
  }

  .legal-header a {
    font-size: 12px;
  }

  .legal-page {
    padding-block: 50px 80px;
  }

  h2 {
    margin-top: 42px;
  }

  p,
  li {
    font-size: 15px;
  }
}
