:root {
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background: #080d14;
  color: #e8eef5;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(45, 212, 191, 0.12), transparent 28%),
    #080d14;
}

main {
  width: min(820px, calc(100% - 40px));
  margin: 0 auto;
  padding: 40px 0 70px;
}

.back {
  display: inline-block;
  margin-bottom: 35px;
  color: #5eead4;
  font-size: 12px;
  text-decoration: none;
}

header {
  padding-bottom: 28px;
  border-bottom: 1px solid #263143;
}

.eyebrow {
  color: #5eead4;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 700px;
  margin: 10px 0 12px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

header p,
section p,
li,
dd {
  color: #a8b6c8;
  font-size: 14px;
  line-height: 1.65;
}

header p {
  max-width: 680px;
}

section {
  padding: 26px 0;
  border-bottom: 1px solid #202b3a;
}

h2 {
  margin: 0 0 12px;
  font-size: 17px;
}

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

dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 12px;
  border: 1px solid #263143;
  border-radius: 10px;
  background: #0e1622;
}

dt {
  color: #dbe5ef;
  font-size: 13px;
  font-weight: 700;
}

dd {
  margin: 0;
  font-size: 12px;
}

.notice {
  margin-top: 28px;
  padding: 20px;
  border: 1px solid rgba(251, 191, 36, 0.32);
  border-radius: 12px;
  background: rgba(120, 53, 15, 0.2);
}

.notice p {
  margin: 0;
  color: #fde68a;
  font-size: 12px;
}
