/* Article pages and the blog index. Loaded after landing.css, which supplies
   the palette, nav, buttons and footer. Only what is specific to reading a
   long piece of text lives here. */

/* ---------- index ---------- */
.blogHero{padding:56px 0 26px}
@media(min-width:900px){.blogHero{padding:76px 0 30px}}
.blogHero h1{font-size:clamp(30px,5vw,50px);margin:0 0 16px}
.blogList{display:grid;gap:14px;padding-bottom:20px}
@media(min-width:820px){.blogList{grid-template-columns:1fr 1fr;gap:16px}}
.postCard{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);
  border-radius:18px;padding:22px;background:linear-gradient(145deg,rgba(17,29,47,.9),rgba(9,18,31,.9));
  transition:.15s}
.postCard:hover{border-color:rgba(242,204,123,.45);transform:translateY(-2px)}
.postCard h2{margin:0 0 9px;font-size:19px;line-height:1.3;letter-spacing:-.01em}
.postCard p{margin:0 0 12px;color:var(--muted);font-size:14px;line-height:1.6}
.postCardMeta{color:var(--dim);font-size:12px;font-weight:600}

/* ---------- article ---------- */
.post{max-width:760px;margin:auto;padding:0 18px}
.postHead{padding:44px 0 26px;border-bottom:1px solid var(--line);margin-bottom:30px}
.postHead h1{font-size:clamp(28px,4.6vw,44px);line-height:1.1;margin:0 0 14px}
.postHead .kicker a{color:var(--gold);text-decoration:none}
.postMeta{color:var(--dim);font-size:13px;margin:0 0 16px;font-weight:600}
.postLede{color:var(--text);font-size:17px;line-height:1.65;margin:0}

/* Long-form text wants more room to breathe than marketing copy does. */
.postBody{font-size:16.5px;line-height:1.75;color:var(--muted)}
.postBody h2{color:var(--text);font-size:26px;line-height:1.25;letter-spacing:-.02em;
  margin:44px 0 14px;scroll-margin-top:90px}
.postBody h3{color:var(--text);font-size:20px;line-height:1.3;margin:34px 0 12px;scroll-margin-top:90px}
.postBody p{margin:0 0 18px}
.postBody strong{color:var(--text)}
.postBody a{color:var(--gold);text-decoration:underline;text-underline-offset:2px}
.postBody a:hover{color:#fff}
.postBody ul,.postBody ol{margin:0 0 20px;padding-left:22px}
.postBody li{margin-bottom:9px}
.postBody li::marker{color:var(--gold)}
.postBody hr{border:0;border-top:1px solid var(--line);margin:34px 0}
.postBody blockquote{margin:24px 0;padding:2px 0 2px 20px;border-left:2px solid var(--gold)}
.postBody blockquote p{color:var(--text);font-size:17px;margin:0}
.postBody code{background:#0b1524;border:1px solid var(--line);border-radius:6px;
  padding:1px 6px;font-size:14px;color:#cfe3fa}
.postBody pre{background:#0b1524;border:1px solid var(--line);border-radius:12px;
  padding:16px;overflow-x:auto;margin:0 0 20px}
.postBody pre code{background:none;border:0;padding:0;font-size:13.5px;line-height:1.6;color:#cfe3fa}
.postBody img{border-radius:12px;border:1px solid var(--line);display:block;margin:0 0 20px}

/* Tables carry the set and rarity data, so they matter more than usual. */
.tableWrap{overflow-x:auto;margin:0 0 22px;border:1px solid var(--line);border-radius:12px}
.postBody table{width:100%;border-collapse:collapse;font-size:14.5px}
.postBody th,.postBody td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--line)}
.postBody th{color:var(--text);font-weight:700;background:rgba(11,21,36,.7);white-space:nowrap}
.postBody tbody tr:last-child td{border-bottom:0}
.postBody tbody tr:hover{background:rgba(255,255,255,.02)}

/* ---------- support ----------
   The loudest thing on the page after the article. Someone who has read to the
   end is the person most likely to care that this is one person's project. */
.supportBig{max-width:760px;margin:44px auto 0;padding:0 18px}
.supportBigIn{display:flex;gap:20px;border:1px solid rgba(242,204,123,.35);border-radius:20px;
  padding:26px;background:radial-gradient(circle at 10% 0,rgba(200,140,66,.18) 0,transparent 60%),
  linear-gradient(145deg,rgba(17,29,47,.96),rgba(9,18,31,.96))}
@media(max-width:620px){.supportBigIn{flex-direction:column;gap:14px;padding:22px}}
.supportBig .cup{font-size:38px;line-height:1;flex-shrink:0}
.supportBig h2{margin:0 0 12px;font-size:22px;line-height:1.25;letter-spacing:-.01em;color:var(--text)}
.supportBig p{margin:0 0 12px;color:var(--muted);font-size:15px;line-height:1.65}
.supportBigBtns{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.supportBigNote{color:var(--dim);font-size:12.5px;margin:12px 0 0}

/* the lighter mid-article mention */
.nudge{border-left:2px solid var(--gold);background:rgba(242,204,123,.06);
  border-radius:0 12px 12px 0;padding:14px 18px;margin:30px 0}
.nudge p{margin:0;font-size:14.5px;line-height:1.65;color:var(--muted)}
.nudge b{color:var(--text)}

/* ---------- read next ---------- */
.related{max-width:760px;margin:46px auto 60px;padding:0 18px}
.related h2{font-size:20px;margin:0 0 16px;letter-spacing:-.01em}
.relatedGrid{display:grid;gap:12px}
@media(min-width:700px){.relatedGrid{grid-template-columns:repeat(3,1fr)}}
.relCard{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);
  border-radius:14px;padding:16px;background:#0b1524;transition:.15s}
.relCard:hover{border-color:rgba(242,204,123,.45)}
.relCard b{display:block;font-size:14.5px;line-height:1.35;margin-bottom:7px}
.relCard small{display:block;color:var(--muted);font-size:12.5px;line-height:1.5;margin-bottom:9px}
.relCard span{color:var(--dim);font-size:11.5px;font-weight:600}
