@charset "UTF-8";
/* ============================================================
   VNJ 記事ページ(single) / カテゴリーアーカイブ(category) / コメント
   .vnj-scope = single/category 共通の <main>。トークンは vnj-tokens.css。
   ============================================================ */

/* ---- SWELLコンテナを中立化（自前幅で組む） ---- */
.single #content.l-container,
.category #content.l-container { max-width: none; padding-left: 0; padding-right: 0; }
.single #content,
.category #content { display: block; }

/* 記事ページのSWELL標準パンくずは自前パンくずと重複するため非表示 */
.single .p-breadcrumb { display: none; }

/* 長い英数字・URLでの横はみ出し防止（保険） */
.vnj-article__title,
.vnj-archive__title,
.vnj-article-main .vnj-article__body,
.vnj-comment__text,
.vnj-scope .vnj-row__title,
.vnj-scope .vnj-card__title,
.vnj-scope .vnj-deal__title { overflow-wrap: anywhere; }

/* ============================================================
   共有プリミティブ（home の .vnj-front 版と同等。single/category 用）
   ============================================================ */
.vnj-scope .vnj-ic { display: inline-block; vertical-align: -2px; flex: none; }
.vnj-scope .vnj-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.13em;
  text-transform: uppercase; color: var(--accent);
}
.vnj-scope .vnj-datemeta {
  display: flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--fg3); font-variant-numeric: tabular-nums;
}
.vnj-scope .vnj-thumb {
  position: relative; width: 100%; overflow: hidden;
  background: var(--wash); border-radius: var(--r-md);
}
.vnj-scope .vnj-thumb--16x9 { aspect-ratio: 16 / 9; }
.vnj-scope .vnj-thumb__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.vnj-scope .vnj-thumb__ph {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  color: var(--fg3); font-size: 12px; letter-spacing: 0.1em;
}
.vnj-scope .vnj-pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px;
  border-radius: var(--r-sm); font-size: 11.5px; font-weight: 700; line-height: 1.3; white-space: nowrap;
}
.vnj-scope .vnj-pill__dot { width: 5px; height: 5px; border-radius: 50%; flex: none; }
.vnj-scope .vnj-sechead {
  display: flex; align-items: baseline; gap: 10px; padding-bottom: 10px; border-bottom: 2px solid var(--fg1);
}
.vnj-scope .vnj-sechead__bar { width: 4px; height: 17px; background: var(--accent); border-radius: 1px; align-self: center; flex: none; }
.vnj-scope .vnj-sechead__title { font-size: 18px; font-weight: 700; letter-spacing: 0.01em; color: var(--fg1); margin: 0; line-height: 1.4; }
.vnj-scope .vnj-sechead__en { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg3); }
.vnj-scope .vnj-hint { color: var(--fg2); font-size: 14px; line-height: 1.8; padding: 24px 0; }

/* ============================================================
   読了プログレスバー（ヘッダー下に固定）
   ============================================================ */
.vnj-progress {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: 3px; background: var(--border);
}
.vnj-progress__fill { height: 100%; width: 0; background: var(--accent); transition: width 90ms linear; }

/* ============================================================
   記事ページ
   ============================================================ */
.vnj-article-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.vnj-crumb {
  display: flex; align-items: center; gap: 6px; padding: 20px 0;
  font-size: 13px; color: var(--fg3);
}
.vnj-crumb a { color: var(--fg2); text-decoration: none; }
.vnj-crumb a:hover { color: var(--accent-ink); }
.vnj-crumb__cat { font-weight: 700; }

.vnj-article { max-width: 720px; margin: 0 auto; padding: 4px 0 0; }
.vnj-article__cat { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.vnj-article__title {
  font-size: 38px; font-weight: 900; line-height: 1.3; letter-spacing: -0.015em;
  color: var(--fg1); margin: 0; text-wrap: pretty;
}
.vnj-article__lede { font-size: 18px; line-height: 1.8; color: var(--fg2); margin: 18px 0 0; text-wrap: pretty; }

/* バイライン */
.vnj-byline {
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px;
  padding: 20px 0; margin: 22px 0 0; border-top: 0.5px solid var(--border); border-bottom: 0.5px solid var(--border);
}
.vnj-byline__meta {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 13px; font-weight: 500; color: var(--fg3); font-variant-numeric: tabular-nums;
}
.vnj-byline__author { color: var(--fg1); font-weight: 700; }
.vnj-byline__date { display: inline-flex; align-items: center; gap: 4px; }
.vnj-byline__sep { color: var(--fg3); }
.vnj-cmtchip {
  display: inline-flex; align-items: center; gap: 5px; text-decoration: none;
  font-weight: 600; color: var(--fg2); font-variant-numeric: tabular-nums;
  transition: color var(--dur) var(--ease);
}
.vnj-cmtchip:hover { color: var(--accent-ink); }
.vnj-byline__share { display: flex; gap: 6px; }
.vnj-sharebtn {
  width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: var(--r-md); border: 0.5px solid var(--border-strong); background: var(--surface);
  color: var(--fg2); cursor: pointer; transition: all var(--dur) var(--ease);
}
.vnj-sharebtn:hover { color: var(--accent-ink); border-color: var(--fg2); }
.vnj-sharemenu { position: absolute; top: calc(100% + 6px); right: 0; z-index: 20; min-width: 196px; padding: 5px; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
.vnj-sharemenu__item { display: flex; align-items: center; gap: 10px; width: 100%; padding: 9px 11px; border: 0; background: transparent; border-radius: var(--r-sm); font-size: 13.5px; font-weight: 600; color: var(--fg2); text-decoration: none; text-align: left; font-family: inherit; cursor: pointer; }
.vnj-sharemenu__item:hover { background: var(--wash); color: var(--accent-ink); }
.vnj-sharemenu__ic { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; flex: none; }
.vnj-sharemenu__ic svg { width: 18px; height: 18px; display: block; }

/* アイキャッチ */
.vnj-article__hero { margin: 24px 0 0; }
.vnj-article__heroimg { width: 100%; height: auto; display: block; border-radius: var(--r-md); }
.vnj-article__cap { font-size: 12px; color: var(--fg3); margin-top: 8px; line-height: 1.6; }

/* ============================================================
   本文タイポ（.post_content は温存しつつ VNJ の measure/leading を上書き）
   ============================================================ */
.vnj-article__body { margin-top: 28px; }
.vnj-article-main .vnj-article__body { font-size: 16.5px; line-height: 1.95; color: var(--fg1); }
.vnj-article-main .vnj-article__body > p { margin: 0 0 22px; text-wrap: pretty; }
/* 見出し：SWELLの装飾見出しをリセットし、トークン階層で再構築 */
.vnj-article-main .vnj-article__body :is(h2, h3, h4) {
  background: none; border: none; padding: 0; color: var(--fg1);
  font-family: var(--font-sans); text-wrap: pretty;
}
.vnj-article-main .vnj-article__body :is(h2, h3, h4)::before,
.vnj-article-main .vnj-article__body :is(h2, h3, h4)::after { content: none; display: none; }
.vnj-article-main .vnj-article__body h2 {
  font-size: 26px; font-weight: 700; letter-spacing: -0.01em; line-height: 1.45; margin: 52px 0 18px;
}
/* h2 下の控えめな赤ティック（下線アクセント風） */
.vnj-article-main .vnj-article__body h2::after {
  content: ""; display: block; width: 32px; height: 3px;
  background: var(--accent); border-radius: 2px; margin-top: 12px;
}
.vnj-article-main .vnj-article__body h3 {
  font-size: 20px; font-weight: 700; letter-spacing: -0.005em; line-height: 1.5; margin: 40px 0 12px;
}
.vnj-article-main .vnj-article__body h4 {
  font-size: 17px; font-weight: 700; line-height: 1.6; margin: 30px 0 10px;
}
.vnj-article-main .vnj-article__body a { color: var(--accent-ink); text-decoration: underline; text-underline-offset: 2px; }
.vnj-article-main .vnj-article__body img { border-radius: var(--r-md); height: auto; }
.vnj-article-main .vnj-article__body ul,
.vnj-article-main .vnj-article__body ol { margin: 0 0 22px; padding-left: 1.4em; }
.vnj-article-main .vnj-article__body li { margin: 6px 0; }

/* 引用ブロック：全周ボーダーのカード型（本文同等サイズ・通常ウェイト）。埋め込みは除外 */
.vnj-article-main .vnj-article__body blockquote:not([class]),
.vnj-article-main .vnj-article__body .wp-block-quote {
  margin: 28px 0; padding: 18px 20px; border: 0.5px solid var(--border);
  border-radius: var(--r-md); background: var(--wash); color: var(--fg1);
}
.vnj-article-main .vnj-article__body blockquote:not([class]) p,
.vnj-article-main .vnj-article__body .wp-block-quote p {
  font-size: 15.5px; font-weight: 400; line-height: 1.85; color: var(--fg1); margin: 0 0 8px; text-wrap: pretty;
}
.vnj-article-main .vnj-article__body blockquote:not([class]) p:last-child,
.vnj-article-main .vnj-article__body .wp-block-quote p:last-child { margin-bottom: 0; }
.vnj-article-main .vnj-article__body blockquote:not([class]) cite,
.vnj-article-main .vnj-article__body .wp-block-quote cite,
.vnj-article-main .vnj-article__body .wp-block-quote__citation {
  display: block; font-size: 12.5px; font-style: normal; font-weight: 500; color: var(--fg3); margin-top: 10px;
}

/* コード（core code / preformatted） */
.vnj-article-main .vnj-article__body pre {
  background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-md);
  padding: 16px; margin: 22px 0; overflow-x: auto;
}
.vnj-article-main .vnj-article__body pre code,
.vnj-article-main .vnj-article__body code {
  font-family: var(--font-mono); font-size: 13px; line-height: 1.8; color: var(--fg1);
}

/* 対戦結果ボックス（ブロックパターン .vnj-result） */
.vnj-article-main .vnj-result {
  margin: 26px 0; border: 0.5px solid var(--border-strong); border-radius: var(--r-md);
  overflow: hidden; background: var(--surface); padding: 0;
}
.vnj-article-main .vnj-result .vnj-result__cap {
  display: flex; align-items: center; gap: 8px; margin: 0; padding: 10px 16px;
  border-bottom: 0.5px solid var(--border); background: var(--wash);
  font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; color: var(--fg2);
}
.vnj-article-main .vnj-result .vnj-result__cap::before {
  content: ""; width: 4px; height: 13px; background: var(--accent); border-radius: 1px; flex: none;
}
.vnj-article-main .vnj-result .vnj-result__row { margin: 0; padding: 10px 16px; gap: 14px; align-items: center; }
.vnj-article-main .vnj-result .vnj-result__row:first-of-type { padding-top: 16px; }
.vnj-article-main .vnj-result .vnj-result__team {
  margin: 0; font-size: 16px; font-weight: 600; color: var(--fg2);
}
.vnj-article-main .vnj-result .vnj-result__team.is-win { font-weight: 800; color: var(--fg1); }
.vnj-article-main .vnj-result .vnj-result__team.is-win::before {
  content: "WIN"; color: var(--accent); margin-right: 7px; font-size: 12px; font-weight: 700;
}
.vnj-article-main .vnj-result .vnj-result__score {
  margin: 0; text-align: right; font-family: var(--font-mono); font-size: 26px; font-weight: 500;
  line-height: 1; color: var(--fg1); font-variant-numeric: tabular-nums;
}

/* ============================================================
   情報元 / 関連チーム・選手
   ============================================================ */
.vnj-article__foot { max-width: 720px; margin: 8px auto 0; }
.vnj-sources { margin-top: 30px; padding-top: 26px; border-top: 0.5px solid var(--border); }
.vnj-sources__head,
.vnj-entities__head { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--fg2); margin-bottom: 12px; }
.vnj-sources__list { display: flex; flex-direction: column; gap: 10px; }
.vnj-source {
  display: block; text-decoration: none; background: var(--surface);
  border: 0.5px solid var(--border); border-radius: var(--r-md); padding: 14px 16px;
  transition: border-color var(--dur) var(--ease);
}
a.vnj-source:hover { border-color: var(--border-strong); }
.vnj-source--link { display: flex; align-items: center; gap: 10px; padding: 12px 16px; }
.vnj-source__top { display: flex; align-items: center; gap: 8px; }
.vnj-source__x { color: var(--fg1); display: inline-flex; }
.vnj-source__name { font-size: 14px; font-weight: 700; color: var(--fg1); }
.vnj-source__handle { font-size: 13px; color: var(--fg3); }
.vnj-source__ext { margin-left: auto; color: var(--fg3); display: inline-flex; }
.vnj-source__text { font-size: 14.5px; line-height: 1.75; color: var(--fg1); margin: 10px 0 0; text-wrap: pretty; }
.vnj-source__date { font-size: 12px; color: var(--fg3); margin-top: 8px; font-variant-numeric: tabular-nums; }
.vnj-source__ic { color: var(--fg3); display: inline-flex; }
.vnj-source__main { flex: 1; min-width: 0; }
.vnj-source__label { display: block; font-size: 14px; font-weight: 700; color: var(--fg1); }
.vnj-source__site { display: block; font-size: 12px; color: var(--fg3); font-family: var(--font-mono); margin-top: 2px; }

.vnj-entities { margin-top: 28px; }
.vnj-entities__list { display: flex; gap: 8px; flex-wrap: wrap; }
.vnj-entity {
  display: inline-flex; align-items: center; gap: 7px; padding: 7px 14px;
  background: var(--surface); border: 0.5px solid var(--border-strong); border-radius: var(--r-pill);
  font-size: 13px; font-weight: 700; color: var(--fg1); text-decoration: none;
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.vnj-entity:hover { border-color: var(--fg2); color: var(--accent-ink); }
.vnj-entity__dot { width: 7px; height: 7px; flex: none; }
.vnj-entity--team .vnj-entity__dot { border-radius: 2px; background: var(--accent); }
.vnj-entity--player .vnj-entity__dot { border-radius: 50%; background: var(--fg3); }

/* ============================================================
   チーム/選手 リファレンスページ
   ============================================================ */
.vnj-entity-head { display: flex; gap: 24px; align-items: flex-start; padding: 28px 0 24px; border-bottom: 2px solid var(--fg1); }
.vnj-entity-head__media { flex: none; width: 96px; height: 96px; border-radius: var(--r-md); overflow: hidden; background: var(--wash); border: 0.5px solid var(--border); display: flex; align-items: center; justify-content: center; }
.vnj-entity-head--player .vnj-entity-head__media { border-radius: 50%; }
.vnj-entity-head__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vnj-entity-head__ph { font-size: 40px; font-weight: 900; color: var(--fg3); line-height: 1; }
.vnj-entity-head__body { flex: 1; min-width: 0; }
.vnj-entity-head__name { font-size: 32px; font-weight: 900; letter-spacing: -0.015em; line-height: 1.25; color: var(--fg1); margin: 8px 0 0; }
.vnj-entity-head__meta { font-size: 14px; color: var(--fg2); margin-top: 10px; }
.vnj-entity-head__sns { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
.vnj-entity-head__link { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 700; color: var(--fg2); text-decoration: none; }
.vnj-entity-head__link:hover { color: var(--accent-ink); }
.vnj-entity-head__bio { font-size: 14.5px; line-height: 1.85; color: var(--fg2); margin-top: 14px; max-width: 720px; }
.vnj-entity-articles { margin-top: 28px; }
.vnj-entity-articles .vnj-archive__list { margin-top: 6px; }

/* ============================================================
   大会ハブ（/matches/）
   ============================================================ */
.vnj-hub { max-width: 1000px; }
.vnj-livebar {
  display: flex; flex-direction: column; align-items: flex-start; gap: 10px; margin: 20px 0 4px; padding: 12px 16px;
  border: 0.5px solid var(--accent); border-radius: var(--r-md);
  background: color-mix(in srgb, var(--accent) 6%, var(--surface));
}
.vnj-livebar__label { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: 0.08em; color: var(--accent-ink); flex: none; }
.vnj-live-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); animation: vnj-pulse 1.6s infinite; }
@keyframes vnj-pulse {
  0%   { box-shadow: 0 0 0 0 color-mix(in srgb, var(--accent) 55%, transparent); }
  70%  { box-shadow: 0 0 0 7px transparent; }
  100% { box-shadow: 0 0 0 0 transparent; }
}
.vnj-livebar__list { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 0; padding: 0; list-style: none; width: 100%; }
.vnj-livebar__teams { font-size: 14px; font-weight: 700; color: var(--fg1); }
.vnj-livebar__comp { font-size: 11.5px; color: var(--fg3); margin-left: 8px; }

.vnj-hub__comp { margin-top: 36px; }
.vnj-hub__comp-title { display: flex; align-items: center; gap: 9px; font-size: 19px; font-weight: 700; letter-spacing: -0.01em; color: var(--fg1); margin: 0; padding-bottom: 8px; border-bottom: 2px solid var(--fg1); }
.vnj-hub__comp-title::before { content: ""; width: 4px; height: 17px; background: var(--accent); border-radius: 1px; flex: none; }
.vnj-hub__sub { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; color: var(--fg3); text-transform: uppercase; margin: 18px 0 0; }
.vnj-hub__list { list-style: none; margin: 0; padding: 0; }
.vnj-hub__match { display: grid; grid-template-columns: 64px 1fr auto; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 0.5px solid var(--border); }
.vnj-hub__match.is-live { background: color-mix(in srgb, var(--accent) 5%, transparent); }
.vnj-hub__when { text-align: center; }
.vnj-hub__date { display: block; font-family: var(--font-mono); font-size: 14px; font-weight: 500; color: var(--fg1); font-variant-numeric: tabular-nums; }
.vnj-hub__time { display: block; font-size: 11px; font-weight: 700; color: var(--accent); }
.vnj-hub__time.is-done { color: var(--fg3); }
.vnj-hub__teams { display: flex; align-items: center; gap: 12px; min-width: 0; }
/* 未試合（予定）はグレー、試合済み（終了）・配信中(LIVE)は両チームとも通常色（勝者のみ強調はしない） */
.vnj-hub__team { font-size: 15px; font-weight: 600; color: color-mix(in srgb, var(--fg1) 50%, var(--fg2)); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vnj-hub__match.is-done .vnj-hub__team,
.vnj-hub__match.is-live .vnj-hub__team { color: var(--fg1); }
.vnj-hub__score { font-family: var(--font-mono); font-size: 15px; font-weight: 700; color: var(--fg3); font-variant-numeric: tabular-nums; flex: none; }
.vnj-hub__score.is-done { color: var(--accent-ink); }
.vnj-hub__stage { font-size: 12px; color: var(--fg3); text-align: right; }

/* ---- 配信中プレーヤー（/matches/ LIVE） ---- */
.vnj-ls-wrap { display: grid; grid-template-columns: 1fr; gap: 22px; margin: 26px 0 8px; }
.vnj-ls { border: 0.5px solid var(--accent); border-radius: var(--r-md); overflow: hidden; background: color-mix(in srgb, var(--accent) 4%, var(--surface)); }
.vnj-ls__head { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 12px; padding: 14px 14px 16px; }
.vnj-ls__live { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: 0.08em; color: var(--accent-ink); flex: none; }
.vnj-ls__teams { font-size: 15px; font-weight: 700; color: var(--fg1); }
.vnj-ls__comp { font-size: 12px; color: var(--fg3); }
.vnj-ls__player { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #000; }
.vnj-ls__player iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vnj-ls__tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 14px 0; }
.vnj-ls__tab { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; font-family: inherit; font-size: 13px; font-weight: 600; color: var(--fg2); cursor: pointer; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-sm); transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.vnj-ls__tab:hover { border-color: var(--accent); color: var(--accent-ink); }
.vnj-ls__tab.is-active { border-color: var(--accent); color: var(--accent-ink); background: color-mix(in srgb, var(--accent) 8%, transparent); }
.vnj-ls__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fg3); flex: none; }
.vnj-ls__dot--twitch { background: #9146ff; }
.vnj-ls__dot--youtube { background: #ff0000; }
.vnj-ls__links { display: flex; flex-wrap: wrap; gap: 8px; padding: 12px 14px 14px; }
.vnj-ls__link { display: inline-block; padding: 7px 13px; font-size: 13px; font-weight: 600; text-decoration: none; color: var(--fg2); background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-sm); transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease); }
.vnj-ls__link:hover { border-color: var(--accent); color: var(--accent-ink); }
@media (prefers-reduced-motion: reduce) { .vnj-ls__tab, .vnj-ls__link { transition: none; } }

/* ============================================================
   月間カレンダー（/matches/）— モノトーン・ミニマル
   ============================================================ */
.vnj-cal { margin: 8px 0 36px; }
.vnj-cal__bar { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.vnj-cal__title { font-size: 20px; font-weight: 800; letter-spacing: -0.01em; color: var(--fg1); margin: 0; font-variant-numeric: tabular-nums; }
.vnj-cal__nav { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid var(--border-strong); border-radius: var(--r-md); color: var(--fg1); text-decoration: none; font-size: 19px; line-height: 1; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.vnj-cal__nav:hover { background: var(--wash); border-color: var(--fg2); }
.vnj-cal__today { margin-left: auto; font-size: 12px; font-weight: 700; color: var(--fg1); text-decoration: none; border: 1px solid var(--border-strong); border-radius: var(--r-pill); padding: 6px 14px; transition: background var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.vnj-cal__today:hover { background: var(--wash); border-color: var(--fg2); }
.vnj-cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; background: var(--surface); }
.vnj-cal__dow { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: var(--fg3); padding: 10px 0; border-bottom: 1px solid var(--border); }
.vnj-cal__dow.is-sun, .vnj-cal__dow.is-sat { color: var(--fg2); }
.vnj-cal__cell { background: var(--surface); min-height: 104px; padding: 7px 7px 8px; display: flex; flex-direction: column; gap: 4px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.vnj-cal__cell:nth-child(7n) { border-right: 0; }
.vnj-cal__cell.is-empty { background: color-mix(in srgb, var(--fg1) 2.5%, var(--surface)); }
.vnj-cal__cell.is-today { background: color-mix(in srgb, var(--fg1) 5%, var(--surface)); }
.vnj-cal__date { font-size: 12.5px; font-weight: 700; color: var(--fg2); font-variant-numeric: tabular-nums; line-height: 1; }
.vnj-cal__cell.is-today .vnj-cal__date { display: inline-flex; align-items: center; justify-content: center; min-width: 20px; height: 20px; padding: 0 4px; border-radius: var(--r-pill); background: var(--fg1); color: var(--surface); }
/* イベント：モノトーンのカード。LIVEのみ枠線で主張 */
.vnj-cal__ev { display: flex; flex-direction: column; gap: 1px; line-height: 1.25; padding: 4px 6px; border-radius: var(--r-sm); background: color-mix(in srgb, var(--fg1) 5%, var(--surface)); border: 1px solid transparent; overflow: hidden; }
.vnj-cal__ev.is-live { background: var(--surface); border-color: var(--fg1); }
.vnj-cal__ev.is-done { background: transparent; border-color: var(--border); }
.vnj-cal__ev-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.vnj-cal__ev-time { font-size: 10px; font-weight: 700; color: var(--fg3); font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.vnj-cal__ev.is-live .vnj-cal__ev-time { color: var(--fg1); }
.vnj-cal__ev-score { font-size: 10.5px; font-weight: 800; color: var(--accent-ink); font-variant-numeric: tabular-nums; flex: none; }
.vnj-cal__ev-teams { font-size: 11.5px; font-weight: 600; color: var(--fg1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.vnj-cal__ev.is-done .vnj-cal__ev-teams { color: var(--fg2); }
@media (max-width: 600px) {
  .vnj-cal__cell { min-height: 66px; padding: 4px 4px 5px; }
  .vnj-cal__date { font-size: 11px; }
  .vnj-cal__ev { padding: 2px 4px; }
  .vnj-cal__ev-teams { font-size: 9.5px; }
  .vnj-cal__ev-time { font-size: 8.5px; }
  .vnj-cal__ev-score { font-size: 9px; }
}

/* タグ行 */
.vnj-article__tags {
  max-width: 720px; margin: 26px auto 0; padding: 26px 0 0; border-top: 0.5px solid var(--border);
  display: flex; gap: 8px; flex-wrap: wrap; align-items: center; color: var(--fg3);
}
.vnj-tagplain {
  font-size: 12px; font-weight: 500; color: var(--fg2); background: var(--wash);
  padding: 5px 10px; border-radius: var(--r-pill); text-decoration: none;
}
.vnj-tagplain:hover { color: var(--accent-ink); }

/* ============================================================
   関連記事
   ============================================================ */
.vnj-related { max-width: 1200px; margin: 48px auto 0; padding-top: 28px; border-top: 0.5px solid var(--border); }
.vnj-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 20px; }
.vnj-card__media { display: block; }
.vnj-card__body { margin-top: 12px; }
.vnj-card__title { font-size: 17px; font-weight: 700; line-height: 1.45; letter-spacing: -0.01em; margin: 8px 0 0; text-wrap: pretty; }
.vnj-card__title a { color: var(--fg1); text-decoration: none; transition: color var(--dur) var(--ease); }
.vnj-card:hover .vnj-card__title a { color: var(--accent-ink); }
.vnj-card__body .vnj-datemeta { margin-top: 8px; }

/* ============================================================
   コメント（専用 comments.php / VNJ調）
   ============================================================ */
.vnj-comments-wrap { max-width: 720px; margin: 40px auto 0; padding-top: 32px; border-top: 0.5px solid var(--border); }
.vnj-comments { margin: 0; }
.vnj-comments__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.vnj-comments__title { display: flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; color: var(--fg1); margin: 0; }
.vnj-comments__title .vnj-ic { color: var(--accent); }
.vnj-comments__num { font-variant-numeric: tabular-nums; margin: 0 1px; }
.vnj-comments__sort { display: inline-flex; background: var(--wash); border-radius: var(--r-pill); padding: 3px; }
.vnj-comments__sort button { padding: 6px 14px; font-family: var(--font-sans); font-size: 12.5px; font-weight: 700; cursor: pointer; border: none; border-radius: var(--r-pill); background: transparent; color: var(--fg3); transition: all var(--dur) var(--ease); }
.vnj-comments__sort button.is-on { background: var(--surface); color: var(--fg1); box-shadow: var(--shadow-sm); }
.vnj-comments__empty { color: var(--fg2); font-size: 14px; padding: 20px 0; }

/* 投稿フォーム */
.vnj-respond { margin-top: 20px; padding: 16px; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-lg); }
.vnj-cform__title { font-size: 14px; font-weight: 700; color: var(--fg1); margin: 0 0 10px; }
#cancel-comment-reply-link { margin-left: 10px; font-size: 12.5px; font-weight: 500; color: var(--accent-ink); }
.vnj-cform__field textarea { width: 100%; resize: vertical; min-height: 64px; padding: 11px 13px; font-family: var(--font-sans); font-size: 14.5px; line-height: 1.7; color: var(--fg1); background: var(--bg); border: 0.5px solid var(--border-strong); border-radius: var(--r-md); outline: none; }
.vnj-cform__row { margin: 10px 0 0; }
.vnj-cform__row input { width: 100%; max-width: 300px; padding: 9px 12px; font-family: var(--font-sans); font-size: 13.5px; color: var(--fg1); background: var(--bg); border: 0.5px solid var(--border-strong); border-radius: var(--r-md); outline: none; }
.vnj-cform__field textarea:focus, .vnj-cform__row input:focus { border-color: var(--accent); }
.vnj-respond .form-submit { margin: 12px 0 0; text-align: right; }
.vnj-cform__submit, .vnj-respond #submit { padding: 9px 22px; font-family: var(--font-sans); font-weight: 700; font-size: 13.5px; color: var(--accent-on); background: var(--accent); border: none; border-radius: var(--r-pill); cursor: pointer; transition: opacity var(--dur) var(--ease); }
.vnj-cform__submit:hover, .vnj-respond #submit:hover { opacity: 0.9; }
.vnj-respond .comment-form-cookies-consent { display: none; } /* デザイン簡潔化のため非表示（任意） */

/* 一覧 */
.vnj-commentlist { list-style: none; margin: 24px 0 0; padding: 0; }
/* ネストは細い縦線＋控えめインデント＋余白で（重い囲みにしない） */
.vnj-commentlist .children { list-style: none; margin: 2px 0 6px 19px; padding-left: 19px; border-left: 1px solid var(--border); }
.vnj-comment { list-style: none; }
.vnj-comment__inner { display: flex; gap: 13px; padding: 20px 0; border-top: 0.5px solid var(--border); }
/* トップレベル間のみ罫線で区切る。返信は罫線なし・余白で表現 */
.vnj-commentlist > .vnj-comment:first-child > .vnj-comment__inner { border-top: none; }
.vnj-comment .children .vnj-comment__inner { border-top: none; padding: 14px 0 6px; }
.vnj-comment__avatar img { display: block; width: 40px; height: 40px; border-radius: 50%; }
.vnj-comment__main { flex: 1; min-width: 0; }
.vnj-comment__head { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vnj-comment__name { font-size: 14px; font-weight: 700; color: var(--fg1); }
.vnj-comment__badge { font-size: 10.5px; font-weight: 700; color: var(--accent); border: 0.5px solid var(--accent); border-radius: var(--r-sm); padding: 1px 6px; }
.vnj-comment__time { font-size: 12.5px; color: var(--fg3); font-variant-numeric: tabular-nums; }
.vnj-comment__reports { display: inline-flex; align-items: center; gap: 3px; font-size: 11px; font-weight: 700; color: var(--cat-event); background: var(--wash); border-radius: var(--r-sm); padding: 1px 7px; letter-spacing: 0.02em; }
.vnj-comment__reports svg { width: 12px; height: 12px; }
/* 通報多数コメントのぼかし表示（クリックで展開） */
.vnj-comment__body { position: relative; }
.vnj-comment__body.is-blurred > .vnj-comment__text,
.vnj-comment__body.is-blurred > .vnj-comment__foot { filter: blur(6px); opacity: 0.5; pointer-events: none; user-select: none; }
.vnj-comment__cover { position: absolute; inset: 0; z-index: 2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; padding: 8px; }
.vnj-comment__cover-msg { display: inline-flex; align-items: center; gap: 6px; margin: 0; font-size: 12.5px; font-weight: 600; color: var(--fg2); }
.vnj-comment__cover-msg svg { width: 15px; height: 15px; color: var(--cat-event); }
.vnj-comment__reveal { padding: 6px 16px; border: 1px solid var(--border-strong); border-radius: var(--r-sm); background: var(--surface); color: var(--fg1); font-family: var(--font-sans); font-size: 12.5px; font-weight: 700; cursor: pointer; }
.vnj-comment__reveal:hover { border-color: var(--accent); color: var(--accent); }
.vnj-comment__body.is-revealed > .vnj-comment__text,
.vnj-comment__body.is-revealed > .vnj-comment__foot { filter: none; opacity: 1; pointer-events: auto; user-select: auto; }
.vnj-comment__body.is-revealed .vnj-comment__cover { display: none; }
.vnj-comment__more { margin-left: auto; position: relative; }
.vnj-comment__pending { font-size: 12.5px; color: var(--accent-ink); margin: 6px 0 0; }
.vnj-comment__text { font-size: 14.5px; line-height: 1.8; color: var(--fg1); margin: 7px 0 0; text-wrap: pretty; }
.vnj-comment__text p { margin: 0 0 10px; }
.vnj-comment__text p:last-child { margin-bottom: 0; }
.vnj-comment__foot { display: flex; align-items: center; gap: 14px; margin-top: 11px; flex-wrap: wrap; }
.vnj-reply { display: inline-flex; align-items: center; gap: 5px; height: 28px; padding: 0 11px; border-radius: var(--r-pill); border: 1px solid var(--border-strong); background: var(--surface); cursor: pointer; font-family: var(--font-sans); font-size: 12px; font-weight: 700; color: var(--fg2); transition: all var(--dur) var(--ease); }
.vnj-reply:hover { color: var(--accent-ink); border-color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, var(--surface)); }

/* リアクション */
.vnj-react { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; position: relative; }
.vnj-react__chip { display: inline-flex; align-items: center; gap: 5px; padding: 3px 9px; border-radius: var(--r-pill); border: 0.5px solid var(--border-strong); background: var(--surface); color: var(--fg2); cursor: pointer; font-family: var(--font-sans); font-size: 12.5px; font-weight: 600; font-variant-numeric: tabular-nums; transition: all var(--dur) var(--ease); }
.vnj-react__chip .vnj-react__e { font-size: 13.5px; }
.vnj-react__chip.is-mine { background: color-mix(in srgb, var(--accent) 12%, var(--surface)); border-color: var(--accent); color: var(--accent-ink); }
.vnj-react__add { height: 28px; padding: 0 11px; display: inline-flex; align-items: center; gap: 5px; justify-content: center; border-radius: var(--r-pill); border: 1px solid var(--border-strong); background: var(--surface); color: var(--fg2); cursor: pointer; font-family: var(--font-sans); font-size: 12px; font-weight: 700; transition: all var(--dur) var(--ease); }
.vnj-react__add::after { content: "リアクション"; }
.vnj-react__add:hover { color: var(--accent-ink); border-color: var(--accent); background: color-mix(in srgb, var(--accent) 8%, var(--surface)); }
.vnj-react__picker { position: absolute; bottom: calc(100% + 6px); left: 0; z-index: 5; display: flex; gap: 2px; padding: 4px; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-pill); box-shadow: var(--shadow-md); }
.vnj-react__picker[hidden] { display: none; }
.vnj-react__pick { width: 34px; height: 34px; border: none; background: none; cursor: pointer; font-size: 18px; line-height: 1; border-radius: 50%; transition: transform var(--dur) var(--ease); }
.vnj-react__pick:hover { transform: scale(1.2); }

/* … メニュー（リンクコピー / 通報） */
.vnj-more__btn { width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; border-radius: var(--r-md); border: none; background: none; color: var(--fg3); cursor: pointer; }
.vnj-more__btn:hover { color: var(--fg1); background: var(--wash); }
.vnj-more__menu { position: absolute; top: 100%; right: 0; z-index: 6; min-width: 172px; padding: 5px; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
.vnj-more__menu[hidden] { display: none; }
.vnj-more__item { display: flex; align-items: center; gap: 9px; width: 100%; padding: 9px 11px; background: none; border: none; border-radius: var(--r-sm); cursor: pointer; font-family: var(--font-sans); font-size: 13.5px; font-weight: 600; color: var(--fg2); text-align: left; }
.vnj-more__item:hover { background: var(--wash); }
.vnj-more__report { color: var(--accent-ink); }
.vnj-more__report.is-reported { color: var(--cat-event); font-weight: 700; }

/* ページャー */
.vnj-comments__pager { display: flex; gap: 8px; justify-content: center; margin-top: 24px; }
.vnj-comments__pager .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 38px; padding: 0 12px; font-weight: 700; font-size: 13px; color: var(--fg1); background: var(--surface); border: 0.5px solid var(--border-strong); border-radius: var(--r-md); text-decoration: none; font-variant-numeric: tabular-nums; }
.vnj-comments__pager .page-numbers.current { background: var(--accent); color: var(--accent-on); border-color: var(--accent); }

/* ============================================================
   カテゴリーアーカイブ
   ============================================================ */
.vnj-archive { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
.vnj-archive__head { padding: 36px 0 20px; border-bottom: 2px solid var(--fg1); margin-bottom: 8px; }
.vnj-archive__title {
  display: flex; align-items: center; gap: 12px; font-size: 30px; font-weight: 900;
  letter-spacing: -0.015em; color: var(--fg1); margin: 8px 0 0; line-height: 1.25;
}
.vnj-archive__bar { width: 6px; height: 28px; border-radius: 1px; flex: none; }
.vnj-archive__desc { font-size: 15px; line-height: 1.8; color: var(--fg2); margin-top: 14px; }
.vnj-archive__count { font-size: 13px; color: var(--fg3); margin-top: 10px; font-variant-numeric: tabular-nums; }
.vnj-archive__list { margin-top: 6px; }

/* アーカイブの記事行（home の .vnj-row と同等の見た目） */
.vnj-scope .vnj-row {
  display: grid; grid-template-columns: 248px 1fr; gap: 22px; padding: 22px 0; border-bottom: 0.5px solid var(--border);
}
.vnj-scope .vnj-row__media { position: relative; display: block; }
.vnj-scope .vnj-row__title { font-size: 19px; font-weight: 700; line-height: 1.5; letter-spacing: -0.01em; margin: 0; text-wrap: pretty; }
.vnj-scope .vnj-row__title a { color: var(--fg1); text-decoration: none; transition: color var(--dur) var(--ease); }
.vnj-scope .vnj-row:hover .vnj-row__title a { color: var(--accent-ink); }
.vnj-scope .vnj-row__body .vnj-datemeta { margin-top: 10px; }
.vnj-scope .vnj-row__cat { margin-bottom: 9px; }
.vnj-scope .vnj-catchip {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px;
  border-radius: var(--r-sm); font-size: 11.5px; font-weight: 700; line-height: 1.3;
  white-space: nowrap; text-decoration: none; transition: opacity var(--dur) var(--ease);
}
.vnj-scope .vnj-catchip:hover { opacity: 0.82; }
.vnj-scope .vnj-catchip__dot { width: 5px; height: 5px; border-radius: 50%; flex: none; }
.vnj-scope .vnj-readmore {
  display: inline-flex; align-items: center; gap: 6px; margin-top: 14px;
  padding: 7px 15px; border-radius: var(--r-pill);
  font-weight: 700; font-size: 12.5px; text-decoration: none; color: var(--accent-ink);
  background: color-mix(in srgb, var(--accent) 9%, transparent);
  transition: background var(--dur) var(--ease), gap var(--dur) var(--ease);
}
.vnj-scope .vnj-readmore svg { width: 14px; height: 14px; transition: transform var(--dur) var(--ease); }
.vnj-scope .vnj-readmore:hover { background: color-mix(in srgb, var(--accent) 17%, transparent); gap: 9px; }
.vnj-scope .vnj-readmore:hover svg { transform: translateX(2px); }
.vnj-scope .vnj-otag {
  position: absolute; top: 10px; left: 10px; z-index: 2; display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 10px; border-radius: var(--r-sm); background: var(--surface); border: 0.5px solid var(--border);
  font-size: 11.5px; font-weight: 700; line-height: 1.2; white-space: nowrap;
}
.vnj-scope .vnj-otag__dot { width: 5px; height: 5px; border-radius: 50%; flex: none; }

/* ページネーション */
.vnj-archive .pagination,
.vnj-archive .nav-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: 36px; }
.vnj-archive .page-numbers {
  display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 12px;
  font-weight: 700; font-size: 14px; color: var(--fg1); background: var(--surface);
  border: 0.5px solid var(--border-strong); border-radius: var(--r-md); text-decoration: none;
  font-variant-numeric: tabular-nums; transition: all var(--dur) var(--ease);
}
.vnj-archive .page-numbers:hover { border-color: var(--fg2); }
.vnj-archive .page-numbers.current { background: var(--accent); color: var(--accent-on); border-color: var(--accent); }
.vnj-archive .page-numbers.dots { border: none; background: none; }

/* ============================================================
   記事ページ 2カラム ＋ 右サイドバー（トップと共通の見た目）
   ============================================================ */
.vnj-single-grid { display: grid; grid-template-columns: minmax(0, 1fr) 332px; gap: 48px; }
.vnj-single-main { min-width: 0; }
/* 本文系はメインカラム内で左寄せ（読みやすい幅720pxを維持） */
.vnj-single-main .vnj-article,
.vnj-single-main .vnj-article__foot,
.vnj-single-main .vnj-article__tags,
.vnj-single-main .vnj-comments-wrap { margin-left: 0; margin-right: auto; }

.vnj-scope .vnj-side__sticky { position: sticky; top: 92px; display: flex; flex-direction: column; gap: 32px; }
.vnj-scope .vnj-sch__list, .vnj-scope .vnj-rank__list { list-style: none; margin: 6px 0 0; padding: 0; }
.vnj-scope .vnj-sch { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 0.5px solid var(--border); }
.vnj-scope .vnj-sch__when { flex: none; width: 46px; text-align: center; }
.vnj-scope .vnj-sch__date { font-family: var(--font-mono); font-size: 15px; font-weight: 500; color: var(--fg1); font-variant-numeric: tabular-nums; }
.vnj-scope .vnj-sch__time { font-size: 11px; font-weight: 700; color: var(--accent); }
.vnj-scope .vnj-sch__time.is-done { color: var(--fg3); }
.vnj-scope .vnj-sch__body { flex: 1; min-width: 0; border-left: 0.5px solid var(--border); padding-left: 12px; }
.vnj-scope .vnj-sch__comp { font-size: 11px; font-weight: 700; color: var(--fg3); letter-spacing: 0.04em; margin-bottom: 3px; }
.vnj-scope .vnj-sch__teams { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; }
.vnj-scope .vnj-sch__team { color: color-mix(in srgb, var(--fg1) 50%, var(--fg2)); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vnj-scope .vnj-sch.is-done .vnj-sch__team { color: var(--fg1); }
.vnj-scope .vnj-sch__score { font-size: 12px; font-weight: 700; color: var(--fg3); font-variant-numeric: tabular-nums; flex: none; }
.vnj-scope .vnj-sch__score.is-done { color: var(--accent-ink); }

/* 配信チップ（各試合行：トップ/記事サイドバー・大会ハブ共通） */
.vnj-stchips { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-top: 7px; }
.vnj-stchips--inline { margin-top: 0; margin-left: 4px; }
.vnj-stchips__live { font-size: 10.5px; font-weight: 800; letter-spacing: 0.04em; color: var(--accent-ink); }
.vnj-stchip { display: inline-flex; align-items: center; gap: 5px; padding: 2px 9px; border-radius: var(--r-pill); font-size: 11px; font-weight: 700; line-height: 1.6; text-decoration: none; color: var(--fg2); background: var(--wash); border: 0.5px solid var(--border); transition: color var(--dur) var(--ease), border-color var(--dur) var(--ease); }
.vnj-stchip:hover { color: var(--accent-ink); border-color: var(--accent); }
.vnj-stchip__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--fg3); flex: none; }
.vnj-stchip--twitch .vnj-stchip__dot { background: #9146FF; }
.vnj-stchip--youtube .vnj-stchip__dot { background: #FF0000; }

/* 「大会スケジュールをすべて見る」ボタン（サイドバー） */
.vnj-sch__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; padding: 8px 14px; border: 0.5px solid var(--border-strong); border-radius: var(--r-pill); font-size: 12.5px; font-weight: 700; text-decoration: none; color: var(--accent-ink); background: var(--surface); transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease); }
.vnj-sch__more:hover { border-color: var(--accent); background: color-mix(in srgb, var(--accent) 7%, transparent); }
.vnj-sch__more svg { transition: transform var(--dur) var(--ease); }
.vnj-sch__more:hover svg { transform: translateX(2px); }
.vnj-scope .vnj-rank { padding: 0; border-bottom: 0.5px solid var(--border); }
.vnj-scope .vnj-rank a { display: flex; gap: 12px; align-items: baseline; padding: 12px 0; text-decoration: none; }
.vnj-scope .vnj-rank__num { font-family: var(--font-mono); font-size: 18px; font-weight: 500; color: var(--accent); width: 18px; flex: none; line-height: 1; }
.vnj-scope .vnj-rank__title { font-size: 14px; font-weight: 700; line-height: 1.5; color: var(--fg1); text-wrap: pretty; transition: color var(--dur) var(--ease); }
.vnj-scope .vnj-rank a:hover .vnj-rank__title { color: var(--accent-ink); }
.vnj-scope .vnj-hint { color: var(--fg2); font-size: 14px; line-height: 1.8; padding: 24px 0; }
.vnj-scope .vnj-hint--side { font-size: 13px; padding: 14px 0; }

/* 返信先：本文冒頭の抜粋チップ（クリックで元コメントへ） */
.vnj-comment__replyto {
  display: inline-flex; align-items: center; gap: 5px; margin: 5px 0 0; padding: 4px 11px; max-width: 100%;
  background: var(--wash); border: 0.5px solid var(--border); border-radius: var(--r-pill);
  font-size: 12px; font-weight: 600; color: var(--fg2); line-height: 1.45; text-align: left;
  cursor: pointer; transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.vnj-comment__replyto:hover { border-color: var(--accent); color: var(--accent-ink); }
.vnj-comment__replyto .vnj-ic { color: var(--fg3); flex: none; }

/* 投稿者ハッシュ・アバター */
.vnj-avatar { display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; flex: none; }
.vnj-avatar svg { display: block; }
.vnj-avatar--ini { color: #fff; font-weight: 700; font-family: var(--font-sans); line-height: 1; }
.vnj-avatar--editor { background: var(--accent); color: var(--accent-on); font-weight: 700; font-family: var(--font-sans); line-height: 1; }

/* 匿名向け短いID */
.vnj-comment__uid { font-family: var(--font-mono); font-size: 11px; font-weight: 600; color: var(--fg3); background: var(--wash); padding: 1px 6px; border-radius: var(--r-sm); }

/* 元コメントへ飛んだ際の一瞬ハイライト */
.vnj-comment--flash > .vnj-comment__inner { animation: vnj-flash 1.4s ease; border-radius: var(--r-md); }
@keyframes vnj-flash {
  0%   { background: color-mix(in srgb, var(--accent) 16%, transparent); }
  100% { background: transparent; }
}

/* ============================================================
   デバイス・セール枠（記事サイドバー縦積み / モバイル上部の横スクロール帯）
   ============================================================ */
.vnj-scope .vnj-thumb--16x8 { aspect-ratio: 16 / 8; border-radius: 0; }
.vnj-scope .vnj-deal { display: block; text-decoration: none; background: var(--surface); border: 0.5px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: border-color var(--dur) var(--ease); }
.vnj-scope .vnj-deal:hover { border-color: var(--border-strong); }
.vnj-scope .vnj-deal__media { position: relative; }
.vnj-scope .vnj-deal__pr { position: absolute; top: 8px; left: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; color: rgba(255,255,255,0.92); background: rgba(0,0,0,0.42); padding: 2px 7px; border-radius: var(--r-sm); }
.vnj-scope .vnj-deal__sale { position: absolute; top: 8px; right: 8px; font-size: 10px; font-weight: 700; letter-spacing: 0.08em; color: var(--accent-on); background: var(--accent); padding: 2px 7px; border-radius: var(--r-sm); }
.vnj-scope .vnj-deal__body { padding: 11px 13px 13px; }
.vnj-scope .vnj-deal__label { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg3); }
.vnj-scope .vnj-deal__title { font-size: 13.5px; font-weight: 700; line-height: 1.55; color: var(--fg1); margin-top: 4px; text-wrap: pretty; transition: color var(--dur) var(--ease); }
.vnj-scope .vnj-deal:hover .vnj-deal__title { color: var(--accent-ink); }

.vnj-side__deals-list { display: flex; flex-direction: column; gap: 14px; margin-top: 14px; }

.vnj-deals-mobile { display: none; margin: 18px 0 4px; }
.vnj-deals-mobile__row { display: flex; gap: 12px; overflow-x: auto; margin-top: 12px; padding-bottom: 6px; scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; }
.vnj-deals-mobile__row .vnj-deal { flex: 0 0 78%; scroll-snap-align: start; }

/* ============================================================
   トースト（コピー通知）
   ============================================================ */
.vnj-toast {
  position: fixed; left: 50%; bottom: 28px; transform: translate(-50%, 12px);
  background: var(--fg1); color: var(--bg); font-size: 13px; font-weight: 700;
  padding: 10px 18px; border-radius: var(--r-pill); box-shadow: var(--shadow-lg);
  opacity: 0; pointer-events: none; transition: opacity var(--dur) var(--ease), transform var(--dur) var(--ease); z-index: 9999;
}
.vnj-toast.is-on { opacity: 1; transform: translate(-50%, 0); }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media screen and (max-width: 959px) {
  .vnj-single-grid { grid-template-columns: 1fr; gap: 32px; }
  .vnj-scope .vnj-side__sticky { position: static; }
  .vnj-side__deals { display: none; }   /* モバイルは記事上部の帯に集約 */
  .vnj-deals-mobile { display: block; }
  .vnj-related__grid { grid-template-columns: repeat(2, 1fr); }
  .vnj-article__title { font-size: 30px; }
}
@media screen and (max-width: 599px) {
  .vnj-article-wrap, .vnj-archive { padding: 0 16px; }
  .vnj-article__title { font-size: 25px; }
  .vnj-article-main .vnj-article__body { font-size: 16px; }
  .vnj-article-main .vnj-article__body h2 { font-size: 22px; margin-top: 40px; }
  .vnj-article-main .vnj-article__body h3 { font-size: 18px; margin-top: 30px; }
  .vnj-related__grid { grid-template-columns: 1fr; }
  .vnj-scope .vnj-row { grid-template-columns: 1fr; gap: 12px; }
  .vnj-archive__title { font-size: 24px; }
  .vnj-archive__head { padding: 24px 0 16px; }
  /* 見出し系セクションは右ラベルが詰まらないよう折り返し許可 */
  .vnj-scope .vnj-sechead { flex-wrap: wrap; }
  /* コメント：入力は全幅、見出し少し控えめ */
  .vnj-comments__title { font-size: 19px; }
  .vnj-cform__row input { max-width: none; }
  .vnj-comments-wrap { padding-top: 24px; }
  .vnj-article__byline { padding: 16px 0; }
  .vnj-entity-head { gap: 16px; padding: 22px 0 18px; }
  .vnj-entity-head__media { width: 72px; height: 72px; }
  .vnj-entity-head__name { font-size: 25px; }
  /* 大会ハブ：ステージを2行目へ */
  .vnj-hub__match { grid-template-columns: 52px 1fr; gap: 12px; }
  .vnj-hub__when { grid-row: 1 / 3; align-self: center; }
  .vnj-hub__teams { grid-column: 2; }
  .vnj-hub__stage { grid-column: 2; text-align: left; margin-top: 3px; }
}
@media screen and (max-width: 400px) {
  .vnj-article__title { font-size: 23px; }
  .vnj-article-main .vnj-article__body h2 { font-size: 21px; }
  .vnj-archive__title { font-size: 22px; }
  .vnj-deals-mobile__row .vnj-deal { flex-basis: 84%; }
}

/* X(Twitter)埋め込み：iframe要素の角丸が0のため、ダーク系テーマで中の白カードの“四角い角”が白く見える。
   iframe自体を角丸にして中身をクリップ（全テーマで適用＝ライトでも自然）。 */
.vnj .embed-x iframe,
.vnj iframe.twitter-tweet,
.vnj iframe.twitter-tweet-rendered { border-radius: 13px !important; }
