.series-page { max-width: 1180px; min-width: 320px; padding-bottom: 64px; }
.alternate-team-name { display: block; font-weight: 500; color: #64748b; overflow-wrap: anywhere; }
.series-page > .brand-header { width: 100%; }
.series-page .brand-title { font-size: 1.6rem; }
.series-page .brand { color: inherit; }
.series-page > section:not(.cards), .series-page > .toolbar, .series-page > .state, .series-page > .tabs { margin-left: 2px; margin-right: 2px; }
.eyebrow { color: #2563eb; font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { margin: 8px 0 12px; max-width: 850px; font-size: clamp(2rem, 5vw, 3.6rem); line-height: 1.05; letter-spacing: -.04em; }
.lead { max-width: 700px; margin: 0; color: #64748b; font-size: 1.05rem; line-height: 1.65; }
.toolbar { display: flex; gap: 12px; margin: 30px 0 22px; }
.field { min-width: 0; flex: 1; }
.field label { display: block; margin-bottom: 7px; color: #475569; font-size: .82rem; font-weight: 700; }
input, select { width: 100%; min-height: 46px; border: 1px solid #d8e0eb; border-radius: 12px; padding: 0 14px; background: white; color: #172033; font: inherit; }
input:focus, select:focus, button:focus-visible, a:focus-visible { outline: 3px solid #93c5fd; outline-offset: 2px; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; }
.card { display: flex; flex-direction: column; min-height: 230px; border: 1px solid #e2e8f0; border-radius: 18px; padding: 22px; background: white; box-shadow: 0 8px 30px rgba(15, 23, 42, .05); }
.card h2 { margin: 0 0 10px; font-size: 1.25rem; }
.card p { margin: 0 0 20px; color: #64748b; line-height: 1.55; }
.stats { display: flex; gap: 18px; margin-top: auto; color: #475569; font-size: .88rem; }
.open-link { margin-top: 18px; align-self: flex-start; border-radius: 10px; padding: 10px 14px; background: #2563eb; color: white; font-weight: 700; text-decoration: none; }
.state { border: 1px dashed #cbd5e1; border-radius: 16px; padding: 36px 20px; background: rgba(255,255,255,.65); color: #64748b; text-align: center; }
.state[hidden], [hidden] { display: none !important; }
.error { color: #b42318; border-color: #fda29b; background: #fff7f6; }
.back { color: #475569; font-weight: 700; text-decoration: none; }
.detail-head { margin-bottom: 28px; }
.tabs { display: flex; gap: 8px; margin-bottom: 18px; border-bottom: 1px solid #dfe6ef; }
.tab { min-height: 44px; border: 0; border-bottom: 3px solid transparent; padding: 9px 14px; background: transparent; color: #64748b; font: inherit; font-weight: 800; cursor: pointer; }
.tab.active { border-bottom-color: #2563eb; color: #1d4ed8; }
.controls { display: grid; grid-template-columns: minmax(220px, 1fr) minmax(220px, 320px); gap: 12px; margin-bottom: 18px; }
.table-wrap { width: 100%; max-width: 100%; overflow-x: auto; overscroll-behavior-inline: contain; border: 1px solid #dfe6ef; border-radius: 16px; background: white; box-shadow: 0 8px 30px rgba(15,23,42,.05); -webkit-overflow-scrolling: touch; }
table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; }
th, td { padding: 13px 12px; border-right: 1px solid #edf1f6; border-bottom: 1px solid #edf1f6; text-align: center; white-space: nowrap; }
thead th { background: #f8fafc; color: #475569; font-size: .78rem; letter-spacing: .02em; }
tbody tr:last-child td { border-bottom: 0; }
.number, .rank, .team { position: sticky; z-index: 2; background: white; }
.number { left: 0; width: 52px; font-weight: 700; }
.rank { left: 52px; width: 70px; font-weight: 800; }
.team { left: 122px; min-width: 180px; text-align: left; font-weight: 700; box-shadow: 5px 0 8px -8px #334155; }
thead .number, thead .rank, thead .team { z-index: 3; background: #f8fafc; }
.total { background: #eff6ff; font-weight: 800; }
.metric { display: block; margin-top: 3px; color: #94a3b8; font-size: .68rem; font-weight: 600; }
.session-date { display: block; margin-top: 5px; color: #64748b; font-size: .7rem; font-weight: 600; letter-spacing: 0; }
.result-count { margin: 0 0 10px; color: #64748b; font-size: .88rem; }
.duels-list { display: grid; gap: 18px; }
.duel-card { border: 1px solid #dfe6ef; border-radius: 18px; padding: 22px; background: white; box-shadow: 0 8px 30px rgba(15,23,42,.05); }
.duel-card h2 { margin: 0 0 12px; font-size: 1.25rem; }
.duel-stage { margin-top: 22px; }
.duel-stage h3 { margin: 0 0 10px; font-size: 1rem; }
.duel-table-wrap { overflow-x: auto; border: 1px solid #edf1f6; border-radius: 12px; }
.duel-table-wrap table { min-width: 560px; }
.duel-notice, .duel-complete { border-radius: 10px; padding: 10px 12px; background: #fff7ed; color: #9a3412; }
.duel-complete { background: #ecfdf3; color: #067647; }
.muted { color: #64748b; }
@media (max-width: 640px) {
  .series-page { padding-bottom: 48px; }
  .toolbar, .controls { grid-template-columns: 1fr; flex-direction: column; }
  h1 { font-size: 2.25rem; }
  th, td { padding: 11px 9px; }
  .number, .rank, .team { position: static; }
  .team { min-width: 145px; box-shadow: none; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; } }
.news-section { margin-top: 48px; margin-bottom: 58px; }
.section-heading h2, .series-heading h2 { margin: 5px 0 20px; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.news-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.admin-news-link { margin-bottom: 15px; border-radius: 10px; padding: 10px 14px; background: #2563eb; color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; }
.news-list { display: grid; gap: 18px; }
.news-card { display: grid; grid-template-columns: minmax(180px, 30%) 1fr; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 18px; background: #fff; box-shadow: 0 8px 30px rgba(15,23,42,.05); }
.news-card > img { width: 100%; height: 100%; min-height: 220px; object-fit: contain; background: #f8fafc; }
.news-card-content { padding: 24px 26px; }
.news-card time { color: #64748b; font-size: .82rem; }
.news-card h3 { margin: 7px 0 9px; font-size: 1.35rem; }
.news-card p { margin: 0 0 17px; color: #64748b; line-height: 1.6; }
.news-card a { color: #1d4ed8; font-weight: 800; text-decoration: none; }
.news-stats { display: flex; gap: 16px; margin: 0 0 14px; color: #64748b; font-size: .95rem; }
.news-stats span { display: inline-flex; align-items: center; gap: 5px; }
.more-button { display: block; min-height: 46px; margin: 22px auto 0; border: 1px solid #93c5fd; border-radius: 12px; padding: 0 22px; background: #eff6ff; color: #1d4ed8; font: inherit; font-weight: 800; cursor: pointer; }
@media (max-width: 640px) { .news-heading { align-items: flex-start; flex-direction: column; margin-bottom: 20px; } .news-heading h2, .admin-news-link { margin-bottom: 0; } .news-card { grid-template-columns: 1fr; } .news-card > img { max-height: 230px; } .news-card-content { padding: 20px; } }
