/* LSL50 Public Premium Theme — legendssoftball50.com */
/* Tokens de color/tipografía: lsl50-tokens.css (no redefinir :root aquí) */

* { box-sizing: border-box; }
html { overflow-x: clip; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--lsl-font-sans);
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100vw;
}
a { color: inherit; text-decoration: none; }

.lsl-wrap { max-width: 1180px; margin: 0 auto; padding: 0 18px; width: 100%; min-width: 0; }
.lsl-main { overflow-x: clip; max-width: 100%; }
.lsl-home-stack { display: grid; gap: 18px; min-width: 0; }

.lsl-top {
  background: var(--card);
  border-bottom: 1px solid var(--border);
}
.lsl-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 0;
  flex-wrap: wrap;
}
.lsl-brand { display: flex; align-items: center; gap: 12px; }
.lsl-brand img { width: 56px; height: 56px; object-fit: contain; }
.lsl-brand strong { font-size: 18px; letter-spacing: 0.02em; }
.lsl-brand span { display: block; font-size: 11px; color: var(--muted); margin-top: 2px; }
.lsl-nav { display: flex; gap: 8px; flex-wrap: wrap; }
.lsl-nav a {
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid var(--border);
  background: var(--input);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--label);
  transition: background 0.2s, color 0.2s;
}
.lsl-nav a:hover { background: #32323a; color: var(--text); }

.lsl-hero { padding: 28px 0 20px; }
.lsl-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #22C55E;
}
.lsl-hero h1 { font-size: 38px; line-height: 1.08; margin: 8px 0; max-width: 720px; }
.lsl-hero p { color: var(--label); font-size: 15px; max-width: 640px; margin: 0; }
.lsl-pill {
  display: inline-block;
  margin-top: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--input);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.lsl-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.4);
}
.lsl-section { margin: 28px 0 14px; }
.lsl-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
  max-width: 100%;
}
.lsl-section-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--label);
}
.lsl-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  min-height: var(--lsl-touch-min, 44px);
  padding: 4px 0;
}

/* Scorecard */
.lsl-scorecard { overflow: hidden; padding: 0; }
.lsl-scorebar {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--border);
  background: #141418;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lsl-scorebar strong { color: #22C55E; }
.lsl-scorebar span { color: var(--muted); }
.lsl-scorebody { padding: 20px 16px; }
.lsl-score-main {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}
.lsl-score-team { text-align: center; }
.lsl-score-team img { width: 72px; height: 72px; object-fit: contain; }
.lsl-score-team h3 { margin: 8px 0 4px; font-size: 16px; text-transform: uppercase; letter-spacing: 0.04em; }
.lsl-record { font-size: 12px; color: var(--muted); font-weight: 600; }
.lsl-bigscore { font-size: 48px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.lsl-bigscore .win { color: var(--win); }
.lsl-bigscore .dash { color: var(--muted); margin: 0 6px; }
.lsl-final { text-align: center; color: var(--win); font-size: 11px; font-weight: 700; letter-spacing: 0.12em; margin-top: 8px; }

.lsl-line-score { width: 100%; border-collapse: collapse; margin-top: 16px; font-size: 14px; }
.lsl-line-score th, .lsl-line-score td { border-bottom: 1px solid var(--border); padding: 10px 6px; text-align: right; }
.lsl-line-score th:first-child, .lsl-line-score td:first-child { text-align: left; }
.lsl-line-score th { font-size: 10px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.lsl-line-score .accent { color: var(--win); font-weight: 700; }

/* Calendar */
.lsl-game-row {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #141418;
}
.lsl-game-date { font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; }
.lsl-game-date b { display: block; font-size: 22px; color: var(--text); }
.lsl-mini-team { display: grid; grid-template-columns: 32px 1fr; gap: 8px; align-items: center; font-weight: 600; font-size: 13px; }
.lsl-mini-team img { width: 32px; height: 32px; object-fit: contain; }
.lsl-game-time { font-size: 18px; font-weight: 700; font-variant-numeric: tabular-nums; }

/* News multimedia */
.lsl-grid-2 { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 16px; }
.lsl-news-card { overflow: hidden; }
.lsl-news-media {
  aspect-ratio: 16/9;
  background: #141418;
  border-bottom: 1px solid var(--border);
}
.lsl-news-media iframe { width: 100%; height: 100%; border: 0; }
.lsl-news-media-placeholder {
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
}
.lsl-news-body { padding: 16px; }
.lsl-tag {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(59,130,246,.15);
  border: 1px solid rgba(59,130,246,.35);
  color: #93C5FD;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lsl-news-title { margin: 0 0 8px; font-size: 20px; font-weight: 700; line-height: 1.2; }
.lsl-news-summary { margin: 0 0 12px; color: var(--label); font-size: 14px; line-height: 1.5; }
.lsl-meta { font-size: 11px; color: var(--muted); }

/* Standings table */
.lsl-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.lsl-table th, .lsl-table td { border-bottom: 1px solid var(--border); padding: 10px 8px; text-align: left; }
.lsl-table th { font-size: 10px; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.lsl-team-cell { display: flex; align-items: center; gap: 8px; min-width: 0; }
.lsl-team-cell img { width: 28px; height: 28px; object-fit: contain; }
.lsl-team-cell strong { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.lsl-leaders { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.lsl-leader {
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #141418;
}
.lsl-leader b { display: block; font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.lsl-leader .val { font-size: 26px; font-weight: 800; color: var(--win); margin: 4px 0; font-variant-numeric: tabular-nums; }
.lsl-empty {
  padding: 24px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed var(--border);
  border-radius: 8px;
}

.lsl-btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 6px;
  background: linear-gradient(180deg, #3B82F6, #2563EB);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.lsl-btn.secondary { background: var(--input); border: 1px solid var(--border); color: var(--label); }

.lsl-nav a:hover { background: #32323a; color: var(--text); }
.lsl-nav-link.is-active { background: rgba(59,130,246,.18); border-color: rgba(59,130,246,.45); color: #93C5FD; }
.lsl-nav-admin { background: linear-gradient(180deg, #F97316, #EA580C) !important; border-color: #FB923C !important; color: #fff !important; }
.lsl-brand-mark {
  width: 48px; height: 48px; border-radius: 8px; display: grid; place-items: center;
  background: linear-gradient(135deg, #1E3A5F, #0F172A); border: 1px solid var(--border);
  font-size: 11px; font-weight: 800; letter-spacing: .06em;
}
.lsl-body { min-height: 100vh; display: flex; flex-direction: column; }
.lsl-main { flex: 1; padding: 24px 0 40px; overflow-x: clip; max-width: 100%; }
.lsl-pad { padding: 16px; }
.lsl-center { text-align: center; }
.lsl-page-title { margin: 0 0 6px; font-size: 32px; font-weight: 800; letter-spacing: -.02em; }
.lsl-page-sub { margin: 0 0 22px; color: var(--label); font-size: 15px; }

.lsl-home-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; align-items: start; }
.lsl-sidebar-stack { display: grid; gap: 14px; }

.lsl-calendar-stack { display: grid; gap: 14px; }
.lsl-month-title { margin: 0; font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--label); }
.lsl-calendar-list { display: grid; gap: 8px; }
.lsl-cal-card {
  display: grid; grid-template-columns: 56px 1fr; gap: 12px; align-items: center;
  padding: 10px 12px; border: 1px solid var(--border); border-radius: 8px; background: #141418;
  transition: border-color .2s, transform .2s;
}
.lsl-cal-card:hover { border-color: #3f3f46; transform: translateY(-1px); }
.lsl-cal-date span { display: block; font-size: 10px; font-weight: 700; color: var(--muted); text-transform: uppercase; }
.lsl-cal-date b { font-size: 22px; font-weight: 800; }
.lsl-cal-match { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px; align-items: center; }
.lsl-cal-team { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700; text-transform: uppercase; min-width: 0; }
.lsl-cal-team img { width: 28px; height: 28px; object-fit: contain; flex-shrink: 0; }
.lsl-cal-team span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lsl-cal-score { text-align: center; font-variant-numeric: tabular-nums; }
.lsl-cal-score strong { display: block; font-size: 18px; font-weight: 800; }
.lsl-badge-final { display: inline-block; font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: #22C55E; text-transform: uppercase; }
.lsl-badge-sched { display: inline-block; font-style: normal; font-size: 10px; font-weight: 700; letter-spacing: .08em; color: var(--gold); text-transform: uppercase; }

.lsl-table-wrap {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  background:
    linear-gradient(to right, var(--card) 30%, rgba(26,26,30,0)),
    linear-gradient(to right, rgba(26,26,30,0), var(--card) 70%) 100% 0,
    radial-gradient(farthest-side at 0 50%, rgba(0,0,0,.35), transparent),
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.35), transparent) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll;
}
.lsl-table-wrap .lsl-table { min-width: 560px; }
.lsl-table-compact th, .lsl-table-compact td { padding: 8px 6px; }
.lsl-recent-list { display: grid; gap: 8px; margin-top: 10px; }
.lsl-recent-item {
  display: grid; grid-template-columns: 1fr auto; gap: 6px 10px; align-items: center;
  padding: 10px; border: 1px solid var(--border); border-radius: 8px; background: #141418;
}
.lsl-recent-line { grid-column: 1 / -1; font-size: 13px; font-weight: 600; }
.lsl-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lsl-news-card-text .lsl-news-body { min-height: 140px; }
.lsl-news-img { width: 100%; height: 100%; object-fit: cover; }
.lsl-tag-muted { background: rgba(113,113,122,.15); border-color: rgba(113,113,122,.35); color: #d4d4d8; }

.lsl-footer {
  margin-top: auto; border-top: 1px solid var(--border); background: #141418; padding: 28px 0 18px;
}
.lsl-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .6fr; gap: 24px; }
.lsl-footer-tagline { margin: 0; color: var(--label); line-height: 1.6; font-size: 14px; max-width: 420px; }
.lsl-footer-title { margin: 0 0 10px; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.lsl-footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.lsl-footer-links a { color: var(--label); font-size: 13px; font-weight: 500; }
.lsl-footer-links a:hover { color: var(--text); }
.lsl-footer-copy { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }

.lsl-search {
  width: 100%; padding: 14px 16px; border-radius: 8px; border: 1px solid var(--border);
  background: var(--input); color: var(--text); font: inherit; margin-bottom: 16px;
}
.lsl-search:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(59,130,246,.2); }

.lsl-stats-table { min-width: 1100px; }
.lsl-stats-table th { position: sticky; top: 0; background: #141418; z-index: 1; }
.lsl-stats-table .sticky-col { position: sticky; left: 0; background: var(--card); z-index: 2; text-align: left !important; min-width: 200px; }
.lsl-num-hot { color: var(--win); font-weight: 800; }
.lsl-num-blue { color: #60A5FA; font-weight: 700; }
.lsl-num-purple { color: #A78BFA; font-weight: 700; }
.lsl-qualified { color: #22C55E; font-weight: 700; font-size: 11px; }
.lsl-not-qualified { color: var(--gold); font-weight: 700; font-size: 11px; }

.lsl-dept-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.lsl-dept-card { overflow: hidden; padding: 0; }
.lsl-dept-head {
  padding: 12px 14px; font-size: 13px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase;
  border-bottom: 1px solid var(--border); background: #141418;
}
.lsl-rank-row {
  display: grid; grid-template-columns: 36px 44px 1fr auto; gap: 10px; align-items: center;
  padding: 12px 14px; border-bottom: 1px solid var(--border);
}
.lsl-rank-row:last-child { border-bottom: 0; }
.lsl-rank-num { font-size: 18px; font-weight: 800; color: var(--muted); }
.lsl-avatar {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center;
  background: var(--input); border: 1px solid var(--border); font-weight: 800; color: var(--label);
}
.lsl-rank-name { font-weight: 700; font-size: 14px; }
.lsl-rank-team { font-size: 11px; color: var(--muted); text-transform: uppercase; font-weight: 600; }
.lsl-rank-val { font-size: 22px; font-weight: 800; color: var(--win); font-variant-numeric: tabular-nums; }

.lsl-feature-hero {
  display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center;
  padding: 20px; margin-bottom: 18px;
  background: linear-gradient(135deg, #141418, #1A1A1E); border: 1px solid var(--border); border-radius: 8px;
}
.lsl-feature-hero .lsl-avatar { width: 72px; height: 72px; font-size: 28px; color: var(--gold); border-color: rgba(234,179,8,.35); }
.lsl-feature-kicker { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.lsl-feature-name { font-size: 26px; font-weight: 800; margin: 4px 0; }
.lsl-feature-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 14px; }
.lsl-feature-stats div { text-align: center; padding: 10px; border: 1px solid var(--border); border-radius: 8px; background: #141418; }
.lsl-feature-stats b { display: block; font-size: 10px; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; }
.lsl-feature-stats span { font-size: 22px; font-weight: 800; color: var(--win); }

.lsl-team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lsl-team-card { padding: 18px; }
.lsl-team-card h3 { margin: 0 0 6px; font-size: 18px; text-transform: uppercase; letter-spacing: .04em; }
.lsl-team-card img { width: 64px; height: 64px; object-fit: contain; margin-bottom: 10px; }

.lsl-rule-note {
  padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(59,130,246,.25);
  background: rgba(59,130,246,.08); color: #BFDBFE; font-size: 13px; margin-bottom: 16px;
}

@media (max-width: 960px) {
  .lsl-home-grid, .lsl-footer-grid, .lsl-dept-grid, .lsl-news-grid, .lsl-team-grid { grid-template-columns: 1fr; }
  .lsl-cal-match { grid-template-columns: 1fr; text-align: center; }
  .lsl-feature-stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .lsl-grid-2, .lsl-leaders { grid-template-columns: 1fr; }
  .lsl-hero h1 { font-size: 28px; }
  .lsl-bigscore { font-size: 36px; }
  .lsl-nav { width: 100%; }
}

/* ── Game Center Premium ── */
.lsl-gc {
  overflow: hidden;
  max-width: 100%;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(165deg, #1c1c22 0%, #121216 48%, #0f0f11 100%);
  box-shadow: 0 24px 48px -12px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.lsl-gc-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 18px;
  border-bottom: 1px solid var(--border);
  background: rgba(0, 0, 0, 0.35);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.lsl-gc-bar-left { display: flex; align-items: center; gap: 10px; }
.lsl-gc-bar span:last-child { color: var(--muted); letter-spacing: 0.06em; }
.lsl-live-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #ef4444;
  box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.6);
  animation: lsl-pulse 1.8s ease infinite;
}
@keyframes lsl-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.55); }
  50% { box-shadow: 0 0 0 8px rgba(239, 68, 68, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .lsl-live-dot { animation: none; }
}
.lsl-gc-body { padding: 22px 18px 20px; }
.lsl-gc-scoreboard {
  display: grid;
  grid-template-columns: 1fr minmax(100px, 140px) 1fr;
  gap: 12px;
  align-items: center;
  min-width: 0;
}
.lsl-gc-team { text-align: center; display: grid; gap: 6px; justify-items: center; min-width: 0; max-width: 100%; }
.lsl-gc-team h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lsl-gc-record { font-size: 11px; color: var(--muted); font-weight: 600; font-variant-numeric: tabular-nums; }
.lsl-gc-logo {
  width: 64px; height: 64px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid var(--border);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.lsl-gc-logo-fallback {
  display: grid; place-items: center;
  background: linear-gradient(135deg, #1e3a5f, #0f172a);
  font-size: 18px; font-weight: 900; color: var(--gold);
}
.lsl-gc-run {
  font-size: 52px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: #a1a1aa;
  transition: color 0.25s, transform 0.25s;
}
.lsl-gc-run.is-winning { color: var(--gold); text-shadow: 0 0 32px rgba(234, 179, 8, 0.35); }
.lsl-gc-center { text-align: center; display: grid; gap: 10px; justify-items: center; }
.lsl-gc-inning {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: #f97316;
}
.lsl-gc-outs { display: flex; gap: 6px; }
.lsl-gc-outs i {
  width: 14px; height: 14px; border-radius: 50%;
  background: #3f3f46; border: 1px solid #52525b;
  transition: background 0.2s;
}
.lsl-gc-outs i.is-on { background: #ef4444; border-color: #fecaca; }
.lsl-gc-bases { display: flex; gap: 6px; }
.lsl-gc-bases span {
  font-size: 10px; font-weight: 800; letter-spacing: 0.04em;
  padding: 6px 9px; min-height: var(--lsl-touch-min, 44px);
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px;
  border: 1px solid var(--border);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  transition: all 0.2s;
}
.lsl-gc-bases span.is-on {
  background: rgba(234, 179, 8, 0.15);
  border-color: rgba(234, 179, 8, 0.45);
  color: var(--gold);
}
.lsl-gc-final-label { font-size: 13px; font-weight: 800; letter-spacing: 0.14em; color: #22c55e; }
.lsl-gc-scheduled { font-size: 20px; font-weight: 900; color: var(--muted); }
.lsl-gc-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.lsl-gc-badge-sched { border: 1px solid rgba(234, 179, 8, 0.35); color: var(--gold); background: rgba(234, 179, 8, 0.08); }
.lsl-gc-badge-tie { border: 1px solid var(--border); color: var(--label); }
.lsl-gc-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 16px; font-size: 12px; color: var(--muted);
}
.lsl-gc-lines {
  width: 100%; margin-top: 18px;
  border-collapse: collapse; font-size: 13px;
  border-radius: 10px; overflow: hidden;
  border: 1px solid var(--border);
}
.lsl-gc-lines th, .lsl-gc-lines td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  text-align: center;
}
.lsl-gc-lines th:first-child, .lsl-gc-lines td:first-child { text-align: left; }
.lsl-gc-lines th {
  font-size: 10px; text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--muted); background: rgba(0, 0, 0, 0.25);
}
.lsl-gc-lines .lsl-gc-accent { color: var(--gold); font-weight: 800; }
.lsl-gc-last-play {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid rgba(59, 130, 246, 0.25);
  background: rgba(59, 130, 246, 0.08);
}
.lsl-gc-last-kicker {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #93c5fd;
  margin-bottom: 6px;
}
.lsl-gc-last-play p { margin: 0; font-size: 14px; font-weight: 600; line-height: 1.45; }

/* Play-by-play feed */
.lsl-pbp { display: grid; gap: 8px; max-height: 420px; overflow-y: auto; padding-right: 4px; }
.lsl-pbp-item {
  display: grid;
  grid-template-columns: 72px 1fr auto;
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: #141418;
  transition: border-color 0.2s;
  max-width: 100%;
  overflow: hidden;
}
.lsl-pbp-item:hover { border-color: #3f3f46; }
.lsl-pbp-item.is-scoring { border-color: rgba(234, 179, 8, 0.35); background: rgba(234, 179, 8, 0.05); }
.lsl-pbp-inning {
  font-size: 11px;
  font-weight: 800;
  color: #f97316;
  letter-spacing: 0.04em;
}
.lsl-pbp-player { font-weight: 700; font-size: 14px; margin-bottom: 2px; }
.lsl-pbp-detail { font-size: 12px; color: var(--label); }
.lsl-pbp-result {
  font-size: 12px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 6px;
  background: var(--input);
  border: 1px solid var(--border);
  white-space: nowrap;
}
.lsl-pbp-result.is-hit { background: rgba(34, 197, 94, 0.12); border-color: rgba(34, 197, 94, 0.35); color: #86efac; }
.lsl-pbp-result.is-hr { background: rgba(168, 85, 247, 0.12); border-color: rgba(168, 85, 247, 0.35); color: #d8b4fe; }

@media (max-width: 768px) {
  .lsl-gc-scoreboard { grid-template-columns: 1fr; }
  .lsl-gc-center { order: -1; }
  .lsl-gc-run { font-size: 44px; }
  .lsl-gc-team { justify-items: center; }
  .lsl-pbp-item { grid-template-columns: 1fr; gap: 6px; max-width: 100%; }
}
