/* ============================================================
   baseball-navi テーマ CSS
   配置: /mv-type/mt-static/themes/baseball-navi/baseball-navi.css
   テンプレートから:
     <link rel="stylesheet" href="<$mt:StaticWebPath$>themes/baseball-navi/baseball-navi.css">
   モバイルファースト / ブレークポイント 768px
   ============================================================ */

:root {
  --bn-header-bg: #990f26;
  --bn-nav-bg: #7a0a1e;
  --bn-nav-fg: #fde8ec;
  --bn-accent: #990f26;
  --bn-lead-scored: #bfdbfe;
  --bn-behind-scored: #fecaca;
  --bn-lead-zero: #eff6ff;
  --bn-behind-zero: #fef2f2;
  --bn-tie: #fef9c3;
  --bn-hl: #fff0f2;
  --bn-diff-up: #16a34a;
  --bn-diff-down: #dc2626;
}

* { box-sizing: border-box; }
body { margin: 0; font-family: -apple-system, "Hiragino Kaku Gothic ProN",
       "Yu Gothic", Meiryo, sans-serif; color: #222; line-height: 1.6; }

/* ---- ヘッダ ---- */
.bn-header {
  background-color: var(--bn-header-bg);
  background-image: url("/img/linen-texture.png");
  background-repeat: repeat;
  text-align: center;
  padding: 10px 8px;
}
.bn-header img.bn-logo-title { max-width: 100%; height: auto; }

/* ---- ナビ ---- */
.bn-nav { background: var(--bn-nav-bg); }
.bn-nav ul {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
}
.bn-nav a {
  display: block; color: var(--bn-nav-fg); text-decoration: none;
  padding: 10px 14px; font-weight: 700; font-size: 14px;
}
.bn-nav a:hover { background: rgba(255,255,255,.12); }

/* ============================================================
   スコアボード
   ============================================================ */
.bn-scoreboard {
  border: 1px solid #e5b3bd; border-radius: 10px; overflow: hidden;
  margin: 16px 0; background: #fff;
}
.bn-sb-row { display: flex; align-items: stretch; }
.bn-sb-cell { flex: 1; padding: 8px 10px; text-align: center; }
.bn-sb-teams { background: #fafafa; border-bottom: 1px solid #eee; }
.bn-sb-teams .bn-team-name { display: block; font-weight: 700; }
.bn-sb-teams .bn-team-rec { display: block; font-size: 12px; color: #666; }
.bn-sb-at, .bn-sb-vs {
  display: flex; align-items: center; justify-content: center;
  width: 40px; color: #999; font-weight: 700;
}
.bn-streak { font-size: 12px; color: #b91c1c; }

.bn-sb-bigscore { align-items: center; padding: 6px 0; }
.bn-sb-bigscore .bn-sb-cell { display: flex; align-items: center;
  justify-content: center; gap: 8px; }
.bn-sb-bigscore .bn-logo { width: 40px; height: auto; }
.bn-sb-bigscore .bn-team-name { font-weight: 700; }
.bn-bigscore { font-size: 34px; font-weight: 800; line-height: 1; }
.bn-sb-cell.win .bn-bigscore { color: var(--bn-accent); }

/* イニング別スコア */
.bn-sb-linescore { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.bn-linescore { border-collapse: collapse; width: 100%; min-width: 480px;
  text-align: center; font-size: 14px; }
.bn-linescore th, .bn-linescore td {
  border: 1px solid #e5e7eb; padding: 6px 8px; white-space: nowrap; }
.bn-linescore thead th { background: #f3f4f6; font-weight: 700; }
.bn-linescore .bn-ls-team { text-align: left; font-weight: 700;
  position: sticky; left: 0; background: #fff; min-width: 92px; }
.bn-linescore .bn-ls-total { font-weight: 800; }

.bn-sb-pitchers { padding: 8px 10px; border-top: 1px solid #eee;
  font-size: 13px; background: #fafafa; }
.bn-pit b { color: var(--bn-accent); }

/* ---- タグ行 ---- */
.bn-tagline { margin: 8px 0; color: #555; font-size: 13px; }

/* ============================================================
   段5: チケット購入
   ============================================================ */
.bn-ticket-row {
  display: flex; align-items: center; flex-wrap: wrap; gap: 10px;
  background: #fffdf0; border-top: 1px solid #fde68a;
  padding: 10px 12px; margin: 0 0 16px;
  border-left: 1px solid #e5b3bd; border-right: 1px solid #e5b3bd;
  border-bottom: 1px solid #e5b3bd; border-radius: 0 0 10px 10px;
}
.bn-ticket-label { font-weight: 700; color: #92400e; }
.bn-ticket-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: #fde68a; color: #7c4a03; text-decoration: none;
  padding: 6px 14px; border-radius: 999px; font-weight: 700; font-size: 13px;
  border: 1px solid #f5c451;
}
.bn-ticket-btn:hover { background: #fcd34d; }
.bn-ticket-btn img { width: 22px; height: auto; }
.bn-ticket-pia { margin-left: auto; display: inline-flex; align-items: center; }

/* ============================================================
   EntryMore セクション
   ============================================================ */
.bn-homeruns, .bn-report, .bn-news { margin: 18px 0; }
.bn-homeruns h3, .bn-report h3, .bn-news h3 {
  border-left: 5px solid var(--bn-accent); padding-left: 10px; font-size: 18px; }
.bn-hr-list, .bn-news-list { list-style: none; padding: 0; margin: 0; }
.bn-hr-list li { padding: 6px 0; border-bottom: 1px dotted #eee;
  display: flex; align-items: center; gap: 8px; }
.bn-logo-sm { width: 24px; height: auto; vertical-align: middle; }
.bn-news-list li { padding: 8px 0; border-bottom: 1px dotted #eee; }
.bn-news-src { color: #888; font-size: 12px; margin-left: 4px; }
.bn-news-lead { display: block; color: #555; font-size: 13px; margin-top: 2px; }
.bn-report p { margin: 0 0 12px; }

/* ============================================================
   順位表（前日比付き・横スクロール）
   ============================================================ */
.bn-standings-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch;
  margin: 18px 0; }
.bn-standings { border-collapse: collapse; width: 100%; min-width: 760px;
  font-size: 13px; text-align: center; }
.bn-standings caption { text-align: left; font-weight: 700; padding: 6px 0;
  color: var(--bn-accent); }
.bn-standings th, .bn-standings td {
  border: 1px solid #e5e7eb; padding: 6px 8px; white-space: nowrap; }
.bn-standings thead th { background: #f3f4f6; }
.bn-standings .bn-st-team { text-align: left; font-weight: 700;
  position: sticky; left: 0; background: #fff; }
.bn-standings tr.bn-st-hl td { background: var(--bn-hl); }
.bn-standings tr.bn-st-hl .bn-st-team { background: var(--bn-hl); }
.bn-diff { font-size: 11px; margin-left: 3px; font-weight: 700; }

/* ============================================================
   レスポンシブ
   ============================================================ */
@media (max-width: 768px) {
  .bn-bigscore { font-size: 28px; }
  .bn-nav a { padding: 8px 10px; font-size: 13px; }
  .bn-sb-bigscore .bn-logo { width: 32px; }
  .bn-ticket-pia { margin-left: 0; }
}
