/* Generated by scripts/build-guides-index.mts - edit the template there, not here. */
/* The hub is one wide column, not the doc layout: it has no article to read and
   nothing to jump to, so a rail would be a sidebar full of the same links the
   page already is. */
.hub{padding-bottom:20px}
.hub .lead{max-width:760px;font-size:19px}
.eyebrow{margin:0 0 6px;font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint)}
/* Two panels, equal height, side by side once there is room. minmax(0,1fr) and
   not a bare 1fr: a long category list in a fact row is a min-content floor that
   a bare 1fr track will happily grow past, which is what pushes a grid wider
   than its container. */
.cols{display:grid;gap:18px;margin:30px 0 0}
.col{border:1px solid var(--hairline);border-radius:var(--radius);padding:22px 24px 20px;background:var(--paper);display:flex;flex-direction:column}
.col h2{margin:0 0 10px;border:0;padding:0;font-size:26px}
.col h2 a{color:var(--ink);text-decoration:none}
.col h2 a:hover{color:var(--accent-ink)}
.col-blurb{font-size:16px;line-height:1.6;color:var(--ink-soft);margin:0 0 18px}
.col-facts{display:grid;gap:1px;background:var(--hairline);border:1px solid var(--hairline);border-radius:12px;overflow:hidden;margin:0 0 18px}
.col-facts>div{background:var(--wash);padding:10px 14px;min-width:0}
.col-facts dt{margin:0;font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint)}
.col-facts dd{margin:2px 0 0;font-size:14.5px;line-height:1.5;color:var(--ink-soft);overflow-wrap:anywhere}
/* margin-top:auto pins the call to action to the bottom of whichever panel is
   shorter, so the two buttons sit on one line instead of wherever the prose
   happened to end. */
.col-go{margin:auto 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:14px}
.go{display:inline-block;background:var(--ink);color:#fff;text-decoration:none;font-weight:700;font-size:15.5px;padding:11px 20px;border-radius:999px}
.go:hover{background:#000}
.col-n{font-size:13.5px;color:var(--ink-faint);font-weight:600}
.tool{margin:18px 0 0;border:1px solid var(--hairline);border-radius:var(--radius);background:var(--wash);padding:20px 24px;display:flex;flex-wrap:wrap;gap:18px;align-items:center;justify-content:space-between}
.tool>div{min-width:0;flex:1 1 420px}
.tool h2{margin:0 0 8px;border:0;padding:0;font-size:22px}
.tool h2 a{color:var(--ink);text-decoration:none}
.tool h2 a:hover{color:var(--accent-ink)}
.tool p{margin:0;font-size:15.5px;color:var(--ink-soft)}
.tool .col-go{margin:0}
.all{margin-top:14px}
.allh{margin:26px 0 12px;font-size:12px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--ink-faint)}
.allh a{color:inherit;text-decoration:none;border-bottom:1px solid var(--hairline)}
.allh a:hover{color:var(--ink)}
/* MULTI-COLUMN, NOT A GRID, and the reason is visible rather than theoretical.
   As a 3-track grid every row is as tall as its tallest group, so a category of
   five short names sitting beside one of five long ones left a 130px hole under
   it - the masonry hole the About page hit. Columns pack by flow instead, and
   break-inside keeps a category whole. The reading order becomes down-then-
   across, which is what a person does with an index anyway. */
.grps{columns:1;column-gap:34px}
.grp{break-inside:avoid;margin:0 0 22px}
.grp h3{margin:0 0 8px;font-size:15px;display:flex;align-items:baseline;gap:8px}
.grp h3 span{font-size:11.5px;font-weight:700;color:var(--ink-faint);background:var(--wash);border:1px solid var(--hairline);border-radius:999px;padding:1px 8px}
.grp ul{list-style:none;margin:0;padding:0;border-top:1px solid var(--hairline)}
.grp li{display:flex;gap:10px;align-items:baseline;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--hairline)}
.grp a{color:var(--ink);text-decoration:none;font-size:15px;font-weight:600;min-width:0}
.grp a:hover{color:var(--accent-ink)}
.grp .cost{font-size:12.5px;color:var(--ink-faint);white-space:nowrap;font-weight:600}
.who{margin-top:40px}
.who p{max-width:760px;font-size:16px;color:var(--ink-soft)}
.who .fine{font-size:14px;color:var(--ink-faint);margin-top:12px}
@media(min-width:860px){.cols{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.grps{columns:2}}
@media(min-width:1140px){.grps{columns:3}}
