/* ==========================================================================
   CROWN Scout Girls — Article/Post templates
   Ported from design_handoff_w25_recruiting_platform/screens/CROWN Article Templates.html.
   All rules scoped under .csg-article so they never leak into legacy pages.

   Three post types share this stylesheet:
   - .csg-article--game-tape   (Game Tape)
   - .csg-article--commitment  (Commitment)
   - .csg-article--analysis    (Analysis, gated)

   Data constraints (README, non-negotiable):
   - Commitment articles render NO commitment date, no "N ago" stamps,
     no dates in related "More Commitments" grid.
   - Commitment articles render only for D1 / U SPORTS movement; other
     levels fall through to the default template at render time.
   - Game Tape and Analysis may show game-context dates ("vs Crestwood ·
     Oct 31, 2025") because those refer to when a game was played, not
     when a player committed or signed.
   ========================================================================== */

.csg-article { background: #fff; color: #2A2A2A; }
.csg-article a { color: var(--csg-red); }
.csg-article a:hover { color: var(--csg-red-dark); }

/* --- Shell ------------------------------------------------------------- */
.csg-article .post-in { max-width: 1000px; margin: 0 auto; padding: 0 40px; }
.csg-article .post-in.prose { max-width: 760px; }
.csg-article .post-head { padding: 38px 0 4px; }

.csg-article .cat {
  display: inline-block;
  font-family: var(--font-ui); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: #fff;
  background: var(--csg-red); padding: 6px 12px; border-radius: var(--radius-sm);
}
.csg-article .cat.dark { background: #151515; }

.csg-article .h1 {
  font-family: var(--font-display); font-weight: 700; font-size: 46px;
  line-height: 1.03; letter-spacing: 0.01em; text-transform: uppercase;
  color: #111; margin: 16px 0 0; text-wrap: balance;
}
.csg-article .h1.sm { font-size: 38px; }

/* --- Byline + share ---------------------------------------------------- */
.csg-article .byline {
  display: flex; align-items: center; gap: 14px;
  margin: 20px 0 26px; padding-bottom: 22px; border-bottom: 1px solid #E4E4E4;
}
.csg-article .byline .ba {
  width: 40px; height: 40px; border-radius: 50%;
  background: #F0F0F0; border: 1px solid #E4E4E4;
  overflow: hidden; flex: none; position: relative;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  color: var(--csg-red);
}
.csg-article .byline .bm { flex: 1; min-width: 0; }
.csg-article .byline .bn {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  letter-spacing: 0.04em; text-transform: uppercase; color: #111;
}
.csg-article .byline .bd { font-family: var(--font-ui); font-size: 12px; color: #777; margin-top: 2px; }
.csg-article .share { display: flex; gap: 8px; }
.csg-article .share a {
  width: 34px; height: 34px; border-radius: 50%;
  border: 1px solid #DADADA; display: grid; place-items: center;
  color: #555; text-decoration: none;
}
.csg-article .share a:hover { border-color: #111; color: #111; background: #FAFAFA; }
.csg-article .share svg { width: 15px; height: 15px; }

/* --- Media ------------------------------------------------------------- */
.csg-article .featimg {
  aspect-ratio: 16 / 9; position: relative;
  border-radius: var(--radius-md); overflow: hidden;
  box-shadow: 0 0 0 1px #E4E4E4; background: #F2F2F2;
}
.csg-article .featimg img { width: 100%; height: 100%; object-fit: cover; display: block; }
.csg-article .featimg .imgslot__ph { object-fit: contain; padding: 15%; opacity: 0.55; }

.csg-article .vembed {
  position: relative; border-radius: var(--radius-md); overflow: hidden;
  background: #0A0A0A; box-shadow: 0 0 0 1px #E4E4E4;
}
.csg-article .vembed .poster { aspect-ratio: 16 / 9; position: relative; }
.csg-article .vembed .poster img { width: 100%; height: 100%; object-fit: cover; }
.csg-article .vembed .poster .imgslot__ph { object-fit: contain; padding: 18%; opacity: 0.55; }
.csg-article .vembed .bar {
  display: flex; align-items: center; gap: 8px; padding: 9px 14px;
  background: #0A0A0A; color: #BDBDBD;
  font-family: var(--font-ui); font-size: 11px; letter-spacing: 0.02em;
  border-top: 1px solid #1E1E1E;
}
.csg-article .vembed .bar .yt {
  width: 32px; height: 24px; background: var(--csg-red);
  border-radius: 5px; position: relative; flex: none;
}
.csg-article .vembed .bar .yt::after {
  content: ""; position: absolute; left: 11px; top: 6px;
  border-left: 12px solid #fff;
  border-top: 6px solid transparent; border-bottom: 6px solid transparent;
}
.csg-article .play { position: absolute; inset: 0; display: grid; place-items: center; pointer-events: none; }
.csg-article .play span {
  width: 74px; height: 52px; border-radius: 12px;
  background: rgba(0,0,0,.62); border: 1px solid rgba(255,255,255,.35);
  display: grid; place-items: center;
}
.csg-article .play span::after {
  content: ""; border-left: 22px solid #fff;
  border-top: 13px solid transparent; border-bottom: 13px solid transparent;
  margin-left: 5px;
}
.csg-article .cap {
  font-family: var(--font-ui); font-size: 12px; font-style: italic;
  color: #888; margin-top: 9px;
}

/* --- Game context strip (Game Tape) ----------------------------------- */
.csg-article .gctx {
  display: flex; flex-wrap: wrap; gap: 0;
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  overflow: hidden; margin: 22px 0 8px; background: #FAFAFA;
}
.csg-article .gctx .c { flex: 1; min-width: 150px; padding: 14px 18px; border-right: 1px solid #E4E4E4; }
.csg-article .gctx .c:last-child { border-right: 0; }
.csg-article .gctx .k {
  font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #999;
}
.csg-article .gctx .v {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  text-transform: uppercase; color: #111; margin-top: 5px; line-height: 1.2;
}
.csg-article .gctx .v .sub {
  font-family: var(--font-ui); font-weight: 400; font-size: 11px;
  text-transform: none; letter-spacing: 0; color: #888;
  display: block; margin-top: 2px;
}
.csg-article .gctx .v .muvs {
  color: var(--csg-red); font-weight: 400; font-size: 12px;
  margin: 0 6px; vertical-align: middle;
}

/* --- Rosters (Game Tape) --------------------------------------------- */
.csg-article .rosters { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px 0 8px; align-items: start; }
.csg-article .rteam { border: 1px solid #E4E4E4; border-radius: var(--radius-md); overflow: hidden; }
.csg-article .rteam .rh { display: flex; align-items: center; gap: 10px; padding: 14px 18px; background: #151515; }
.csg-article .rteam .rh .dot {
  width: 13px; height: 13px; border-radius: 50%; flex: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,.18);
}
.csg-article .rteam .rh .tn {
  font-family: var(--font-display); font-weight: 700; font-size: 17px;
  letter-spacing: 0.02em; text-transform: uppercase; color: #fff;
  flex: 1; min-width: 0;
}
.csg-article .rlist { display: flex; flex-direction: column; }
.csg-article .rrow {
  display: flex; align-items: center; gap: 14px;
  padding: 9px 18px; border-top: 1px solid #EFEFEF; text-decoration: none;
}
.csg-article .rrow:first-child { border-top: 0; }
.csg-article .rrow .rnum {
  font-family: var(--font-display); font-weight: 700; font-size: 16px;
  color: var(--csg-red); width: 30px; flex: none; text-align: right;
  font-variant-numeric: tabular-nums;
}
.csg-article .rrow .rname {
  font-family: var(--font-body); font-size: 15px; color: #1A1A1A;
  flex: 1; min-width: 0; display: inline-flex; align-items: center; gap: 9px;
}
.csg-article .rrow .rpos {
  font-family: var(--font-ui); font-size: 11px; letter-spacing: 0.06em;
  text-transform: uppercase; color: #AAA; flex: none; width: 22px; text-align: center;
}
.csg-article a.rrow { cursor: pointer; transition: background .12s; }
.csg-article a.rrow:hover { background: #FFF4F3; }
.csg-article a.rrow:hover .rname { color: var(--csg-red); }
.csg-article .pm-badge {
  display: inline-flex; align-items: center; justify-content: center;
  flex: none; color: var(--csg-red); opacity: 0.72;
  transition: opacity .12s, transform .12s;
}
.csg-article .pm-badge svg { width: 22px; height: 22px; display: block; }
.csg-article a.rrow:hover .pm-badge { opacity: 1; transform: translateX(1px); }
.csg-article .rhint {
  font-family: var(--font-ui); font-size: 11.5px; color: #8A8A8A;
  margin: 14px 0 0; display: flex; align-items: center; gap: 8px;
}
.csg-article .rhint .d { width: 9px; height: 9px; background: var(--csg-red); flex: none; }
.csg-article .rhint em { font-style: normal; color: var(--csg-red); font-weight: 700; }

/* --- Commitment destination row -------------------------------------- */
/* Paired with .subject (see below) — .subject renders the player card;
   .commit-dest renders the school/conference/logo underneath. */
.csg-article .commit-dest {
  display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  padding: 18px 22px; background: #FAFAFA;
  margin: 12px 0 0;
}
.csg-article .commit-dest .lab {
  font-family: var(--font-ui); font-weight: 700; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #999;
}
.csg-article .commit-dest .school {
  font-family: var(--font-display); font-weight: 700; font-size: 26px;
  text-transform: uppercase; color: #111; line-height: 1;
}
.csg-article .commit-dest .conf {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; color: #fff;
  background: #151515; padding: 5px 11px; border-radius: var(--radius-sm);
}
.csg-article .commit-dest .logo {
  margin-left: auto; width: 72px; height: 72px; flex: none;
  border-radius: var(--radius-md); overflow: hidden; position: relative;
  background: #fff; box-shadow: 0 0 0 1px #E4E4E4;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 22px; color: var(--csg-red);
}
.csg-article .commit-dest .logo img { width: 100%; height: 100%; object-fit: contain; padding: 8%; }

/* --- Commitment 2-column + rail -------------------------------------- */
.csg-article .cm-grid { display: grid; grid-template-columns: 1fr 304px; gap: 38px; align-items: start; margin-top: 2px; }
.csg-article .cm-rail { display: flex; flex-direction: column; gap: 24px; }
.csg-article .railhd {
  display: flex; align-items: center; gap: 10px;
  border-bottom: 2px solid #E4E4E4; padding-bottom: 9px; margin-bottom: 14px;
}
.csg-article .railhd .dot { width: 8px; height: 8px; background: var(--csg-red); flex: none; }
.csg-article .railhd h4 {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #111; margin: 0;
}
.csg-article .railhd a {
  margin-left: auto; font-family: var(--font-ui); font-size: 11px;
  letter-spacing: 0.03em; color: var(--csg-red); text-decoration: none; white-space: nowrap;
}

.csg-article .stars { display: inline-flex; gap: 2px; font-size: 13px; color: rgba(255,255,255,.42); }
.csg-article .stars .f { color: #fff; }

.csg-article .pcard {
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  overflow: hidden; background: #fff; box-shadow: 0 6px 22px rgba(0,0,0,.06);
}
.csg-article .pcard .ph { aspect-ratio: 4 / 5; position: relative; background: #F2F2F2; }
.csg-article .pcard .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.csg-article .pcard .ph .imgslot__ph { object-fit: contain; padding: 20%; opacity: 0.55; }
.csg-article .pcard .rankflag {
  position: absolute; left: 12px; top: 12px; z-index: 2;
  font-family: var(--font-ui); font-weight: 700; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: #fff;
  background: var(--csg-red); padding: 5px 10px; border-radius: var(--radius-sm);
}
.csg-article .pcard .grad {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.82), transparent 48%);
  pointer-events: none;
}
.csg-article .pcard .ov { position: absolute; left: 15px; right: 15px; bottom: 13px; }
.csg-article .pcard .ov .pn {
  font-family: var(--font-display); font-weight: 700; font-size: 25px;
  line-height: 1; text-transform: uppercase; color: #fff;
  text-decoration: none; display: block;
}
.csg-article .pcard .ov .stars { margin-top: 7px; }
.csg-article .pcard .pb { padding: 15px 16px; }
.csg-article .btn-block { width: 100%; justify-content: center; }

.csg-article .snews { display: flex; flex-direction: column; }
.csg-article .snrow {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 11px 0; border-top: 1px solid #EDEDED; text-decoration: none;
}
.csg-article .snrow:first-child { border-top: 0; padding-top: 0; }
.csg-article .snrow .im {
  width: 70px; height: 50px; flex: none;
  border-radius: var(--radius-sm); overflow: hidden; position: relative; background: #F0F0F0;
}
.csg-article .snrow .im img { width: 100%; height: 100%; object-fit: cover; display: block; }
.csg-article .snrow .tx { flex: 1; min-width: 0; }
.csg-article .snrow .tag {
  display: block; font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--csg-red); line-height: 1;
}
.csg-article .snrow h5 {
  font-family: var(--font-display); font-weight: 600; font-size: 14px;
  line-height: 1.14; text-transform: uppercase; color: #111; margin: 3px 0 0;
}
.csg-article .snrow:hover h5 { color: var(--csg-red); }

/* --- Body prose ------------------------------------------------------ */
.csg-article .body-prose p {
  font-family: var(--font-body); font-size: 17px; line-height: 1.72;
  color: #26251F; margin: 0 0 20px;
}
.csg-article .body-prose > p:first-child::first-letter {
  font-family: var(--font-display); font-weight: 700; font-size: 66px;
  line-height: 0.78; float: left; color: var(--csg-red);
  margin: 6px 12px 0 0; text-transform: uppercase;
}
.csg-article .body-prose h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #111;
  margin: 34px 0 12px; padding-bottom: 8px; border-bottom: 2px solid #E4E4E4;
}
.csg-article .body-prose blockquote,
.csg-article .pull {
  font-family: var(--font-body); font-style: italic; font-weight: 700;
  font-size: 22px; line-height: 1.42; color: #111;
  border-left: 3px solid var(--csg-red); padding: 4px 0 4px 22px;
  margin: 28px 0;
}

/* --- Analysis: subject card + evctx ---------------------------------- */
.csg-article .subject {
  display: flex; gap: 22px; align-items: center;
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  padding: 22px; background: #FAFAFA; margin: 20px 0 0;
}
.csg-article .subject .ph {
  width: 104px; height: 104px; flex: none;
  border-radius: var(--radius-md); overflow: hidden;
  position: relative; background: #EEE; box-shadow: 0 0 0 1px #E4E4E4;
  display: block;
}
.csg-article .subject .ph img { width: 100%; height: 100%; object-fit: cover; display: block; }
.csg-article .subject .ph .imgslot__ph { object-fit: contain; padding: 22%; opacity: 0.55; }
.csg-article .subj-go {
  margin-left: auto; flex: none;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 7px; text-align: center;
  background: var(--csg-red); color: #fff; text-decoration: none;
  padding: 16px 18px; border-radius: var(--radius-md);
  font-family: var(--font-display); font-weight: 700; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.15; max-width: 104px;
}
.csg-article .subj-go:hover { background: var(--csg-red-dark); color: #fff; }
.csg-article .subj-go svg { width: 20px; height: 20px; }
.csg-article .subject .sm { flex: 1; min-width: 0; }
.csg-article .subject .dl {
  font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--csg-red);
}
.csg-article .subject .pn {
  font-family: var(--font-display); font-weight: 700; font-size: 30px;
  line-height: 1; text-transform: uppercase; color: #111;
  margin: 6px 0 0; text-decoration: none;
  display: inline-block; border-bottom: 2px solid transparent;
}
.csg-article .subject .pn:hover { color: var(--csg-red); border-bottom-color: var(--csg-red); }
.csg-article .subject .bio { display: flex; flex-wrap: wrap; gap: 16px 26px; margin-top: 14px; }
.csg-article .subject .bio .b .k {
  font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #AAA;
}
.csg-article .subject .bio .b .v {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  text-transform: uppercase; color: #111; margin-top: 3px;
}
.csg-article .evctx {
  display: flex; flex-wrap: wrap; gap: 8px 20px; align-items: center;
  font-family: var(--font-ui); font-size: 12px; color: #666;
  margin: 16px 0 0; padding: 12px 0; border-bottom: 1px solid #E4E4E4;
}
.csg-article .evctx .e { display: flex; align-items: center; gap: 7px; }
.csg-article .evctx .e b {
  font-family: var(--font-display); font-weight: 600; font-size: 12px;
  letter-spacing: 0.05em; text-transform: uppercase; color: #111;
}
.csg-article .evctx svg { width: 14px; height: 14px; color: var(--csg-red); }

/* --- Analysis: post-head dates --------------------------------------- */
.csg-article .postdates { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 16px; }
.csg-article .pd {
  display: inline-flex; align-items: center; gap: 9px;
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  padding: 7px 13px; background: #FAFAFA;
}
.csg-article .pd .pk {
  font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--csg-red);
}
.csg-article .pd .pv {
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.03em; text-transform: uppercase; color: #111;
}

/* --- Analysis: gate -------------------------------------------------- */
.csg-article .gate {
  border: 1px solid var(--csg-red); border-radius: var(--radius-md);
  padding: 32px; margin-top: 22px;
  background: linear-gradient(180deg, rgba(237,0,0,.05), #fff);
}
.csg-article .gate .glock {
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--csg-red); display: grid; place-items: center; margin-bottom: 16px;
}
.csg-article .gate .glock svg { width: 20px; height: 20px; color: #fff; }
.csg-article .gate .gk {
  font-family: var(--font-ui); font-weight: 700; font-size: 11px;
  letter-spacing: 0.16em; text-transform: uppercase; color: var(--csg-red);
}
.csg-article .gate h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 28px;
  line-height: 1.05; text-transform: uppercase; color: #111; margin: 8px 0;
}
.csg-article .gate .gp {
  font-family: var(--font-body); font-size: 15px; line-height: 1.55;
  color: #333; max-width: 52ch; margin: 0 0 20px;
}
.csg-article .gate .glist {
  list-style: none; margin: 0 0 22px; padding: 0; display: grid; gap: 9px;
}
.csg-article .gate .glist li {
  font-family: var(--font-ui); font-size: 13px; color: #222;
  padding-left: 22px; position: relative;
}
.csg-article .gate .glist li::before {
  content: ""; position: absolute; left: 0; top: 5px;
  width: 10px; height: 10px; background: var(--csg-red);
}
.csg-article .gate .gactions {
  display: flex; align-items: center; gap: 16px; margin-top: 4px; flex-wrap: wrap;
}
.csg-article .gate .gsign { font-family: var(--font-ui); font-size: 13px; color: #555; }
.csg-article .gate .gsign a { font-weight: 600; }

/* --- Analysis: evaluation body -------------------------------------- */
.csg-article .evalsub {
  display: flex; align-items: center; gap: 16px; flex-wrap: wrap;
  margin: 22px 0 6px; padding: 15px 18px;
  border: 1px solid #E4E4E4; border-left: 3px solid var(--csg-red);
  border-radius: var(--radius-md); background: #FAFAFA;
}
.csg-article .evalsub .en {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #111;
}
.csg-article .evalsub .em {
  font-family: var(--font-ui); font-size: 12px; color: #666;
  letter-spacing: 0.04em; text-transform: uppercase;
}
.csg-article .evalsub .estar {
  margin-left: auto; display: flex; align-items: center; gap: 9px;
  font-family: var(--font-ui); font-weight: 600; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; color: #999;
}
.csg-article .evalsub .estar .fs { color: var(--csg-red); font-size: 16px; letter-spacing: 2px; }

.csg-article .evalsec { margin-top: 28px; }
.csg-article .evalsec h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #111;
  margin: 0 0 14px; padding-bottom: 8px; border-bottom: 2px solid #E4E4E4;
}
.csg-article .evalul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.csg-article .evalul > li {
  font-family: var(--font-body); font-size: 16px; line-height: 1.5;
  color: #26251F; padding-left: 24px; position: relative;
}
.csg-article .evalul > li::before {
  content: ""; position: absolute; left: 2px; top: 9px;
  width: 9px; height: 9px; background: var(--csg-red);
}
.csg-article .evalul ul {
  list-style: none; margin: 9px 0 2px; padding: 0;
  display: flex; flex-direction: column; gap: 7px;
}
.csg-article .evalul ul li {
  font-family: var(--font-body); font-size: 15px; line-height: 1.45;
  color: #4A483F; padding-left: 22px; position: relative;
}
.csg-article .evalul ul li::before {
  content: ""; position: absolute; left: 3px; top: 7px;
  width: 7px; height: 7px; border: 1.5px solid var(--csg-red);
  border-radius: 50%;
}

.csg-article .module { margin-top: 36px; }
.csg-article .prev-list { border: 1px solid #E4E4E4; border-radius: var(--radius-md); overflow: hidden; }
.csg-article .prev {
  display: flex; align-items: center; gap: 16px;
  padding: 14px 18px; border-top: 1px solid #EFEFEF; text-decoration: none;
}
.csg-article .prev:first-child { border-top: 0; }
.csg-article .prev .pdate {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--csg-red);
  width: 92px; flex: none;
}
.csg-article .prev .pt {
  font-family: var(--font-display); font-weight: 600; font-size: 16px;
  text-transform: uppercase; color: #111; flex: 1; min-width: 0;
}
.csg-article .prev .parrow { color: #BBB; font-family: var(--font-display); flex: none; }
.csg-article .prev:hover .pt { color: var(--csg-red); }

.csg-article .simrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.csg-article .simcard {
  display: flex; align-items: center; gap: 12px;
  border: 1px solid #E4E4E4; border-radius: var(--radius-md);
  padding: 13px 15px; text-decoration: none;
}
.csg-article .simcard:hover { border-color: var(--csg-red); }
.csg-article .simcard .sav {
  width: 46px; height: 46px; border-radius: 50%;
  overflow: hidden; flex: none; position: relative;
  background: #EEE; box-shadow: 0 0 0 1px #E4E4E4;
}
.csg-article .simcard .sav img { width: 100%; height: 100%; object-fit: cover; }
.csg-article .simcard .sn {
  font-family: var(--font-display); font-weight: 600; font-size: 15px;
  text-transform: uppercase; color: #111;
}
.csg-article .simcard .ss { font-family: var(--font-ui); font-size: 11px; color: #888; margin-top: 2px; }

/* --- Tags + related-player pills ------------------------------------ */
.csg-article .tagsrow {
  display: flex; flex-wrap: wrap; gap: 9px; align-items: center; margin: 30px 0;
}
.csg-article .tagsrow .tl {
  font-family: var(--font-ui); font-weight: 700; font-size: 10px;
  letter-spacing: 0.14em; text-transform: uppercase; color: #999; margin-right: 4px;
}
.csg-article .plink {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.03em; color: #333; text-decoration: none;
  background: #F2F2F2; border: 1px solid #E4E4E4;
  padding: 6px 12px; border-radius: 999px;
  display: inline-flex; align-items: center; gap: 6px;
}
.csg-article .plink:hover { border-color: var(--csg-red); color: var(--csg-red); }
.csg-article .plink .av {
  width: 18px; height: 18px; border-radius: 50%;
  overflow: hidden; background: #DDD; flex: none; position: relative;
}
.csg-article .plink .av img { width: 100%; height: 100%; object-fit: cover; }
.csg-article .tagsrow .chip {
  font-family: var(--font-ui); font-weight: 600; font-size: 12px;
  letter-spacing: 0.03em; color: #555;
  background: #F2F2F2; border: 1px solid #E4E4E4;
  padding: 6px 12px; border-radius: 999px; text-decoration: none;
}
.csg-article .tagsrow .chip:hover { border-color: #999; color: #111; }

/* --- Related grid --------------------------------------------------- */
.csg-article .relwrap { border-top: 2px solid #E4E4E4; margin-top: 40px; padding-top: 24px; }
.csg-article .rel-hd { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.csg-article .rel-hd .dot { width: 9px; height: 9px; background: var(--csg-red); flex: none; }
.csg-article .rel-hd h3 {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  letter-spacing: 0.12em; text-transform: uppercase; color: #111; margin: 0;
}
.csg-article .rel-hd a { margin-left: auto; font-family: var(--font-ui); font-size: 12px; color: var(--csg-red); text-decoration: none; }
.csg-article .rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.csg-article .rcard { text-decoration: none; display: flex; flex-direction: column; }
.csg-article .rcard .im {
  aspect-ratio: 16 / 10; position: relative;
  border-radius: var(--radius-md); overflow: hidden;
  box-shadow: 0 0 0 1px #E4E4E4; background: #F2F2F2;
}
.csg-article .rcard .im img { width: 100%; height: 100%; object-fit: cover; }
.csg-article .rcard .im .imgslot__ph { object-fit: contain; padding: 20%; opacity: 0.55; }
.csg-article .rcard .rt {
  font-family: var(--font-ui); font-weight: 700; font-size: 9px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--csg-red); margin-top: 10px;
}
.csg-article .rcard h4 {
  font-family: var(--font-display); font-weight: 600; font-size: 17px;
  line-height: 1.14; text-transform: uppercase; color: #111; margin: 5px 0 0;
}
.csg-article .rcard .rd { font-family: var(--font-ui); font-size: 11px; color: #888; margin-top: 6px; }

/* --- Empty states --------------------------------------------------- */
.csg-article .empty {
  border: 1px dashed #D6D6D6; border-radius: var(--radius-md);
  padding: 26px; text-align: center;
  font-family: var(--font-ui); font-size: 13px; color: #999; background: #FAFAFA;
}

/* --- Responsive ----------------------------------------------------- */
@media (max-width: 900px) {
  .csg-article .post-in { padding: 0 20px; }
  .csg-article .rosters,
  .csg-article .cm-grid,
  .csg-article .rel-grid,
  .csg-article .simrow { grid-template-columns: 1fr; }
  .csg-article .h1 { font-size: 34px; }
  .csg-article .h1.sm { font-size: 28px; }
  .csg-article .subject { flex-direction: column; align-items: flex-start; }
  .csg-article .subj-go { margin-left: 0; }
}
