:root { color-scheme: dark; font-family: Geist, system-ui, sans-serif; color: #f3f0e8; background: #0c0d0f; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: radial-gradient(circle at 85% 0, #253226 0, transparent 36rem), #0c0d0f; }
a { color: inherit; }
main { width: min(880px, calc(100% - 32px)); margin: auto; padding: 32px 0 56px; }
header, footer { display: flex; align-items: center; gap: 16px; }
header { justify-content: space-between; margin-bottom: 64px; }
.brand { font-size: 18px; font-weight: 650; text-decoration: none; }
.badge, .eyebrow { color: #b8d99e; font-family: "JetBrains Mono", monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.badge { border: 1px solid #405238; border-radius: 999px; padding: 7px 10px; }
.hero { display: grid; grid-template-columns: 92px 1fr; gap: 28px; align-items: start; }
.face { display: grid; place-items: center; width: 82px; height: 82px; border: 1px solid #506946; border-radius: 24px; background: #162019; color: #c4edaa; font-family: "JetBrains Mono", monospace; font-size: 23px; box-shadow: 0 18px 60px #0008; }
h1 { max-width: 700px; margin: 8px 0 18px; font-size: clamp(36px, 7vw, 68px); line-height: .98; letter-spacing: -.045em; }
h2 { margin: 0 0 8px; font-size: 20px; }
p { margin: 0; color: #b8b8b1; font-size: 16px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.actions a { border: 1px solid #34383a; border-radius: 10px; padding: 12px 16px; text-decoration: none; font-weight: 600; }
.actions .primary { border-color: #b8d99e; background: #b8d99e; color: #11200d; }
.steps { display: grid; gap: 1px; margin: 64px 0; padding: 0; list-style: none; overflow: hidden; border: 1px solid #2b2e30; border-radius: 16px; background: #2b2e30; }
.steps li { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 24px; background: #121416; }
.number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #46533f; border-radius: 50%; color: #b8d99e; font-family: "JetBrains Mono", monospace; }
.mac, .together { border: 1px solid #2e3930; border-radius: 16px; background: #111713; padding: 26px; }
.mac { display: grid; gap: 24px; }
.mac code { overflow-x: auto; border-radius: 10px; background: #080b09; color: #c4edaa; padding: 15px; font-family: "JetBrains Mono", monospace; white-space: nowrap; }
.together { margin-top: 14px; background: #121416; border-color: #2b2e30; }
footer { flex-wrap: wrap; margin-top: 40px; color: #8d908d; font-size: 13px; }
footer span { margin-right: auto; }
@media (max-width: 620px) {
  main { width: min(100% - 24px, 880px); padding-top: 20px; }
  header { margin-bottom: 40px; }
  .hero { grid-template-columns: 1fr; }
  .face { width: 64px; height: 64px; border-radius: 19px; font-size: 18px; }
  .steps { margin: 42px 0; }
  .steps li { padding: 19px; }
}
