.setup-page { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.7; }
.setup-page .site-shell { max-width: 1280px; }
.setup-page .topbar { font-size: .875rem; }
.docs-label, .kicker, .guide-nav > p { font-family: var(--mono); font-size: .875rem; letter-spacing: .08em; }
.docs-label { color: #b4b3aa; }
.docs-layout { display: grid; grid-template-columns: 190px minmax(0, 740px); gap: clamp(32px, 6vw, 88px); padding-block: 56px 72px; }
.guide-nav { align-self: start; position: sticky; top: 32px; padding-top: 8px; }
.guide-nav > p { color: #b4b3aa; text-transform: uppercase; margin: 0 0 20px; }
.guide-nav a { display: flex; gap: 12px; padding: 9px 0; font-size: .9375rem; text-decoration: none; }
.guide-nav a span { color: var(--acid); font-variant-numeric: tabular-nums; }
.guide { min-width: 0; font-size: 1.0625rem; }
.kicker { color: var(--acid); text-transform: uppercase; margin: 0 0 12px; }
.guide h1 { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1.1; letter-spacing: -.06em; margin: 0 0 20px; }
.guide h1 span { color: var(--acid); }
.guide-heading > p:last-child { max-width: 620px; color: #c4c3bb; font-size: 1.125rem; }
.guide p { margin: 0 0 18px; }
.prerequisites { border: 1px solid var(--line); border-left: 3px solid var(--acid); padding: 20px 24px; margin: 28px 0 36px; }
.prerequisites strong { display: block; font-size: .9375rem; margin-bottom: 5px; }
.prerequisites p { font-size: 1rem; margin: 0; color: #c4c3bb; }
.guide section { scroll-margin-top: 24px; padding-block: 12px 26px; margin-bottom: 20px; border-bottom: 1px solid var(--line); }
.guide section:last-child { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
.guide h2 { display: flex; align-items: baseline; gap: 16px; font-size: 1.4rem; line-height: 1.35; letter-spacing: -.02em; margin: 0 0 20px; }
.step-number { font-family: var(--mono); color: var(--acid); font-size: .9375rem; letter-spacing: 0; }
.guide blockquote { margin: 22px 0; padding: 20px 24px; background: #171915; border-left: 3px solid var(--acid); color: #f3f4ea; }
.guide blockquote p { margin: 0; }
.guide details { border: 1px solid var(--line); margin-block: 24px 8px; padding: 14px 18px; }
.guide summary { cursor: pointer; font-size: .9375rem; font-weight: 600; }
.guide details[open] summary { margin-bottom: 18px; }
.guide details p { font-size: 1rem; }
.guide pre { white-space: pre-wrap; overflow-wrap: anywhere; background: #171915; padding: 16px; margin: 12px 0 0; font-size: .875rem; line-height: 1.7; }
.guide code { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.guide-footer { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 32px; border-top: 1px solid var(--line); padding-top: 24px; font-size: .875rem; color: #b4b3aa; }
.guide-footer > span:first-child { font-family: var(--display); }
.setup-page :focus-visible { outline: 2px solid var(--acid); outline-offset: 5px; }
.skip-link { position: absolute; left: 20px; top: -100px; background: var(--acid); color: var(--black); padding: 12px 20px; z-index: 5; }
.skip-link:focus { top: 12px; }
@media (max-width: 800px) {
  .docs-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; padding-top: 28px; }
  .guide-nav { position: static; display: flex; flex-wrap: wrap; gap: 8px 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .guide-nav > p { flex-basis: 100%; margin-bottom: 0; }
  .guide-nav a { padding: 0; }
  .guide { font-size: 1rem; }
  .guide h2 { font-size: 1.25rem; gap: 12px; }
  .prerequisites, .guide blockquote { padding: 18px; }
}
/* How-it-works page: sub-steps, the folder table and the glossary list. */
.guide h3 { font-size: 1.0625rem; line-height: 1.4; letter-spacing: -.01em; margin: 26px 0 10px; }
.guide h3:first-of-type { margin-top: 18px; }
.guide .layout { width: 100%; border-collapse: collapse; margin: 8px 0 20px; font-size: .9375rem; }
.guide .layout th, .guide .layout td { padding: 10px 14px 10px 0; border-bottom: 1px solid var(--line); vertical-align: top; text-align: left; font-weight: normal; }
.guide .layout thead th { font-family: var(--mono); font-size: .8125rem; letter-spacing: .08em; text-transform: uppercase; color: #b4b3aa; }
.guide .layout th code { overflow-wrap: anywhere; }
.guide .glossary { margin: 0 0 24px; }
.guide .glossary dt { font-weight: 600; margin-top: 18px; }
.guide .glossary dd { margin: 4px 0 0; color: #c4c3bb; }
@media (max-width: 800px) {
  .guide .layout, .guide .layout thead, .guide .layout tbody, .guide .layout tr, .guide .layout th, .guide .layout td { display: block; }
  .guide .layout thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .guide .layout th { padding-bottom: 2px; border-bottom: 0; }
  .guide .layout td { padding-top: 0; }
}
