:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #121216;
  color: #f8f6f4;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { min-width: 320px; background: #121216; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(circle at 78% 0%, #30242a 0, #121216 35rem);
}

a { color: #ffaaa2; }
a:hover { color: #fff0ec; }

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ffaaa2;
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 8px;
  border-radius: 8px;
  padding: 8px 12px;
  background: #ff6b5e;
  color: #21171a;
  font-size: 13px;
  font-weight: 800;
  transform: translateY(-150%);
}

.skip-link:focus { transform: translateY(0); }

.guide-shell {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 25px 20px 52px;
}

.guide-topline {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  flex: none;
  place-items: center;
  border-radius: 11px;
  background: #ff6b5e;
  color: #171318;
  font-size: 19px;
  font-weight: 950;
  box-shadow: 0 6px 14px #ff6b5e29;
}

.brand-name {
  color: #ded6d7;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: -.02em;
}

.guide-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 41px;
}

.guide-nav a {
  border: 1px solid #3d373c;
  border-radius: 999px;
  padding: 7px 11px;
  background: #1a181d;
  color: #bcb4b6;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.guide-nav a:hover,
.guide-nav a[aria-current="page"] {
  border-color: #76515a;
  background: #ff6b5e12;
  color: #fff0ec;
}

.eyebrow {
  margin: 0 0 9px;
  color: #ff8b80;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1,
h2,
h3,
p { margin-top: 0; }

h1 {
  max-width: 13ch;
  margin-bottom: 14px;
  font-size: clamp(40px, 11vw, 61px);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.075em;
}

.lede {
  max-width: 50ch;
  margin-bottom: 25px;
  color: #cec4c6;
  font-size: 16px;
  line-height: 1.45;
}

.guide-updated {
  margin: -12px 0 29px;
  color: #81797c;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.guide-callout,
.guide-card,
.guide-source,
.privacy-block {
  border: 1px solid #3c363d;
  border-radius: 18px;
  background: #1c1a20;
}

.guide-callout {
  margin: 0 0 31px;
  border-color: #76515a;
  padding: 16px 17px;
  background: linear-gradient(135deg, #ff6b5e17, #1c1a20 60%);
}

.guide-callout p:last-child,
.guide-source p:last-child,
.privacy-block p:last-child { margin-bottom: 0; }

.guide-callout strong { color: #fff0ec; }

.guide-section { margin: 0 0 37px; }

h2 {
  margin-bottom: 13px;
  font-size: clamp(25px, 7vw, 34px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.06em;
}

h3 {
  margin-bottom: 7px;
  color: #f8f6f4;
  font-size: 17px;
  font-weight: 850;
  letter-spacing: -.025em;
}

p,
li {
  color: #ded6d7;
  font-size: 14px;
  line-height: 1.6;
}

p { margin-bottom: 12px; }

ul { margin: 0; padding-left: 20px; }
li { margin-bottom: 8px; }
li:last-child { margin-bottom: 0; }

.guide-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.guide-card { padding: 16px; }
.guide-card h3 { margin-top: 0; }
.guide-card p:last-child { margin-bottom: 0; }

.platform-label {
  display: inline-flex;
  margin: 0 0 12px;
  border: 1px solid #5c4246;
  border-radius: 999px;
  padding: 4px 9px;
  color: #ffb0a7;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.step-list {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: guide-step;
}

.step {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 11px;
  align-items: start;
}

.step::before {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #76515a;
  border-radius: 10px;
  background: #ff6b5e18;
  color: #ffaaa2;
  content: counter(guide-step);
  counter-increment: guide-step;
  font-size: 13px;
  font-weight: 900;
}

.step p { margin: 2px 0 0; }

.step strong { color: #fff0ec; }

.small-note {
  margin-top: 13px;
  color: #aaa2a5;
  font-size: 12px;
  line-height: 1.5;
}

.guide-source {
  padding: 14px 16px;
  background: #17161a;
}

.guide-source p,
.guide-source a { font-size: 12px; }

.guide-source-label {
  margin-bottom: 5px;
  color: #ff8b80;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.privacy-block {
  margin-bottom: 14px;
  padding: 17px;
}

.privacy-block h3 { margin-bottom: 10px; }

.privacy-block--accent {
  border-color: #76515a;
  background: linear-gradient(135deg, #ff6b5e17, #1c1a20 60%);
}

.privacy-block--accent p:last-child { margin-bottom: 0; }

.privacy-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-list li {
  margin: 0;
  padding-left: 20px;
}

.privacy-list li::before {
  margin-left: -20px;
  padding-right: 8px;
  color: #ff8b80;
  content: "•";
  font-weight: 900;
}

.privacy-list strong { color: #fff0ec; }

.guide-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 17px;
  margin-top: 47px;
  border-top: 1px solid #ffffff12;
  padding-top: 17px;
}

.guide-footer a {
  color: #aaa2a5;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.guide-footer a:hover { color: #fff0ec; }

@media (max-width: 560px) {
  .guide-shell { padding-right: 17px; padding-left: 17px; }
  .guide-nav { margin-bottom: 34px; }
  .guide-card-grid { grid-template-columns: 1fr; }
  h1 { max-width: 12ch; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
