:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #111821;
  color: #f7f8fa;
  letter-spacing: 0;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 280px;
  min-height: 100%;
  background: #111821;
}

body {
  min-height: 100vh;
  margin: 0;
  background: #111821;
}

.site-header,
.legal-main,
.site-footer {
  width: min(880px, calc(100% - 48px));
  margin: 0 auto;
}

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

.brand-logo {
  width: 206px;
  height: auto;
  display: block;
}

.back-link,
.site-footer a,
.inline-link {
  color: #e7bd47;
  text-decoration: none;
}

.back-link:hover,
.back-link:focus-visible,
.site-footer a:hover,
.site-footer a:focus-visible,
.inline-link:hover,
.inline-link:focus-visible {
  text-decoration: underline;
}

.legal-main {
  padding: 64px 0 72px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #e7bd47;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 760;
  line-height: 1.08;
}

.lede {
  max-width: 720px;
  margin: 24px 0 0;
  color: #aeb8c5;
  font-size: 18px;
  line-height: 1.7;
}

.updated {
  margin: 18px 0 0;
  color: #738090;
  font-size: 14px;
}

.legal-section {
  padding: 30px 0;
  border-bottom: 1px solid #273443;
}

.legal-section:first-of-type {
  margin-top: 38px;
  border-top: 1px solid #273443;
}

h2 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

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

p {
  margin: 0;
}

p + p {
  margin-top: 14px;
}

ul,
ol {
  margin: 14px 0 0;
  padding-left: 24px;
}

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

strong {
  color: #f7f8fa;
}

.notice {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid #344252;
  background: #151f2a;
}

.action-link {
  min-height: 52px;
  margin-top: 22px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e7bd47;
  background: #e7bd47;
  color: #111821;
  font-size: 16px;
  font-weight: 750;
  text-decoration: none;
}

.action-link:hover,
.action-link:focus-visible {
  background: #f0cb62;
}

.site-footer {
  min-height: 82px;
  padding: 20px 0;
  border-top: 1px solid #273443;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #738090;
  font-size: 13px;
}

@media (max-width: 640px) {
  .site-header,
  .legal-main,
  .site-footer {
    width: min(100% - 32px, 560px);
  }

  .site-header {
    min-height: 88px;
  }

  .brand-logo {
    width: 172px;
  }

  .back-link {
    font-size: 14px;
  }

  .legal-main {
    padding: 48px 0 56px;
  }

  h1 {
    font-size: 38px;
  }

  .lede {
    font-size: 17px;
  }
}
