/* Page-specific presentation for privacy-policy.html. Keep behavior in assets/js. */
body {
  margin: 0;
  background: #07080f;
  color: #f7f8fc;
  font-family: Manrope, Arial, sans-serif;
}
.shell {
  max-width: 820px;
  margin: auto;
  padding: 0 28px;
}
.top {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1c;
}
.brand {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.06em;
}
.back {
  color: #b8ffda;
  text-decoration: none;
  font:
    12px 'DM Mono',
    monospace;
}
main {
  padding: 58px 0 75px;
}
.eyebrow {
  color: #b8ffda;
  font:
    11px 'DM Mono',
    monospace;
  letter-spacing: 0.13em;
}
h1 {
  font-size: 48px;
  letter-spacing: -0.07em;
  line-height: 1;
  margin: 13px 0 28px;
}
h2 {
  font-size: 20px;
  letter-spacing: -0.04em;
  margin: 32px 0 10px;
}
p,
li {
  color: #b1b6c3;
  font-size: 14px;
  line-height: 1.75;
}
.notice {
  padding: 16px 18px;
  border: 1px solid #b8ffda55;
  border-radius: 12px;
  color: #d8fce7;
  background: #0d211a;
  font-size: 13px;
  line-height: 1.6;
}
@media (max-width: 600px) {
  .shell {
    padding: 0 18px;
  }
  .top {
    min-height: 65px;
    height: auto;
    gap: 10px;
    padding-block: 10px;
  }
  .brand {
    max-width: 145px;
    font-size: 16px;
    line-height: 1.05;
  }
  h1 {
    font-size: 39px;
  }
  main {
    padding: 42px 0 58px;
  }
}
@media (max-width: 430px) {
  .shell {
    padding-inline: 14px;
  }
  .brand {
    max-width: 32px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 18px;
  }
  p,
  li {
    font-size: 13px;
  }
}
