:root {
  --bg: #f5efe4;
  --bg-deep: #e7dcc9;
  --ink: #161413;
  --muted: #72695b;
  --line: rgba(104, 84, 58, 0.18);
  --card: rgba(255, 251, 244, 0.9);
  --card-strong: rgba(255, 248, 237, 0.96);
  --gold: #b5904b;
  --gold-soft: rgba(181, 144, 75, 0.18);
  --green: #67896e;
  --green-soft: rgba(103, 137, 110, 0.16);
  --red: #9b5f4d;
  --shadow: 0 22px 55px rgba(59, 43, 26, 0.12);
  --radius-xl: 28px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --content-width: min(1280px, calc(100vw - 32px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.6), transparent 24%),
    radial-gradient(circle at top right, rgba(181, 144, 75, 0.12), transparent 18%),
    linear-gradient(160deg, var(--bg) 0%, #f8f4ec 38%, #efe5d4 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto auto 0 0;
  width: 320px;
  height: 320px;
  pointer-events: none;
  opacity: 0.22;
  background:
    radial-gradient(circle at 25% 45%, rgba(181, 144, 75, 0.15), transparent 12%),
    radial-gradient(circle at 55% 50%, rgba(181, 144, 75, 0.12), transparent 14%),
    radial-gradient(circle at 80% 58%, rgba(181, 144, 75, 0.1), transparent 10%);
  filter: blur(8px);
}

body::after {
  inset: 90px 0 auto auto;
  transform: scaleX(-1);
}

.backdrop {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(181, 144, 75, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(181, 144, 75, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 90%);
}

.shell {
  width: var(--content-width);
  margin: 0 auto;
  padding: 28px 0 110px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.84);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 190px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(181, 144, 75, 0.18), rgba(103, 137, 110, 0.18));
  border: 1px solid var(--line);
  font-family: "Noto Serif SC", serif;
  font-size: 26px;
  color: #7c6338;
}

.brand h1,
.panel h3,
.section-title h3,
.hero h2,
.roadmap-grid h4,
.prediction-card h4 {
  margin: 0;
  font-family: "Noto Serif SC", serif;
  letter-spacing: -0.03em;
}

.brand h1 {
  font-size: 1.15rem;
}

.eyebrow {
  margin: 0 0 4px;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.desktop-nav,
.mobile-nav,
.top-actions,
.hero-tags,
.chip-row,
.meta-row,
.player-tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-btn,
.chip-btn {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

.nav-btn {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  transition: 160ms ease;
}

.nav-btn:hover,
.chip-btn:hover {
  background: rgba(181, 144, 75, 0.08);
  color: var(--ink);
}

.nav-btn.is-active,
.chip-btn.is-active {
  background: rgba(181, 144, 75, 0.14);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(181, 144, 75, 0.14);
}

.search-pill,
.signal-pill,
.panel-tag,
.hero-tags span,
.stat-pill,
.tag,
.player-badge,
.chip-btn {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--muted);
}

.signal-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
}

.signal-pill.is-ghost {
  background: transparent;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(103, 137, 110, 0.12);
}

.hero,
.grid,
.prediction-layout,
.blueprint,
.roadmap-grid {
  display: grid;
  gap: 20px;
}

main {
  position: relative;
}

.view,
.blueprint {
  position: relative;
  isolation: isolate;
}

.view::before,
.blueprint::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 2%;
  top: 28px;
  width: min(440px, 46vw);
  height: min(320px, 34vw);
  border-radius: 999px;
  background:
    radial-gradient(circle at 22% 36%, rgba(255, 245, 220, 0.94), transparent 38%),
    radial-gradient(circle at 68% 50%, rgba(244, 204, 122, 0.42), transparent 42%),
    radial-gradient(circle at 88% 40%, rgba(255, 183, 77, 0.22), transparent 24%);
  filter: blur(42px);
  opacity: 0.85;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  animation: ambientFloat 18s ease-in-out infinite alternate,
    ambientPulse 24s ease-in-out infinite;
  will-change: transform, opacity, filter;
}

.view::after,
.blueprint::after {
  content: "";
  position: absolute;
  z-index: -2;
  right: 16%;
  top: 112px;
  width: min(260px, 30vw);
  height: min(220px, 24vw);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 40%, rgba(255, 252, 244, 0.88), transparent 32%),
    radial-gradient(circle at 62% 58%, rgba(231, 192, 120, 0.26), transparent 40%);
  filter: blur(30px);
  opacity: 0.62;
  transform: translate3d(0, 0, 0);
  transform-origin: center;
  animation: ambientDrift 22s ease-in-out infinite alternate;
  will-change: transform, opacity, filter;
}

#overview::before {
  top: 120px;
}

#teams::before {
  top: 78px;
  right: 4%;
}

#players::before {
  top: 52px;
  right: 5%;
  width: min(520px, 58vw);
  height: min(360px, 40vw);
  background:
    radial-gradient(circle at 18% 35%, rgba(255, 247, 228, 0.96), transparent 34%),
    radial-gradient(circle at 58% 48%, rgba(241, 213, 154, 0.5), transparent 40%),
    radial-gradient(circle at 88% 44%, rgba(251, 204, 129, 0.26), transparent 24%);
  animation-duration: 16s, 21s;
}

#players::after {
  right: 12%;
  top: 144px;
  width: min(320px, 36vw);
  height: min(250px, 28vw);
  background:
    radial-gradient(circle at 28% 32%, rgba(255, 250, 240, 0.82), transparent 30%),
    radial-gradient(circle at 70% 50%, rgba(234, 201, 136, 0.22), transparent 38%);
}

#predictions::before {
  top: 64px;
  width: min(500px, 52vw);
}

@keyframes ambientFloat {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, 12px, 0) scale(1.04);
  }

  100% {
    transform: translate3d(22px, -10px, 0) scale(0.98);
  }
}

@keyframes ambientPulse {
  0% {
    opacity: 0.74;
    filter: blur(38px);
  }

  50% {
    opacity: 0.9;
    filter: blur(46px);
  }

  100% {
    opacity: 0.8;
    filter: blur(42px);
  }
}

@keyframes ambientDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(0.96);
    opacity: 0.42;
  }

  50% {
    transform: translate3d(16px, -12px, 0) scale(1.05);
    opacity: 0.68;
  }

  100% {
    transform: translate3d(-14px, 14px, 0) scale(1);
    opacity: 0.5;
  }
}

@media (prefers-reduced-motion: reduce) {
  .view::before,
  .view::after,
  .blueprint::before,
  .blueprint::after {
    animation: none;
  }
}

.hero {
  grid-template-columns: 1.25fr 0.95fr;
  margin: 26px 0 24px;
  align-items: stretch;
}

.hero-copy,
.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, var(--card) 0%, var(--card-strong) 100%);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(181, 144, 75, 0.18), transparent 26%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 247, 236, 0.94));
}

.hero-copy::after,
.panel::after {
  content: "";
  position: absolute;
  inset: auto -60px -90px auto;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 144, 75, 0.08), transparent 60%);
}

.hero h2 {
  max-width: 11ch;
  font-size: clamp(2rem, 3.4vw, 3.6rem);
  line-height: 1.02;
}

.hero-text {
  max-width: 58ch;
  margin: 10px 0 22px;
  font-size: 1rem;
  line-height: 1.75;
  color: #3e352d;
}

.hero-match {
  min-height: 280px;
  padding: 26px;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(102, 137, 110, 0.14), transparent 36%),
    linear-gradient(145deg, #fffdf8, #f0e6d4);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow);
}

.hero-match .scoreboard {
  margin-top: 26px;
}

.view {
  display: none;
}

.view.is-active {
  display: block;
}

.grid-overview {
  grid-template-columns: 1.08fr 1fr;
}

.grid-overview .ranking-panel,
.grid-overview .spotlight-panel {
  min-height: 340px;
}

.grid-team {
  grid-template-columns: 1.15fr 0.85fr;
}

.grid-player {
  grid-template-columns: 1.06fr 0.94fr;
}

.prediction-layout {
  grid-template-columns: 0.88fr 1.12fr;
}

.panel {
  padding: 22px;
}

.panel-head,
.section-title {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.section-title {
  margin: 10px 0 18px;
}

.panel h3,
.section-title h3 {
  font-size: 1.6rem;
}

.card-stack,
.schedule-list,
.match-history,
.player-history,
.prediction-list {
  display: grid;
  gap: 14px;
}

.match-card,
.schedule-card,
.history-row,
.prediction-card,
.ranking-item,
.roster-card,
.champion-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(121, 95, 60, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 249, 0.84);
}

.match-card,
.schedule-card,
.prediction-card {
  padding: 18px;
}

.match-meta,
.schedule-meta,
.team-meta,
.prediction-meta,
.risk-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.league-tag,
.status-live,
.tag-live,
.result-pill,
.confidence-pill,
.risk-pill,
.upset-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.league-tag {
  background: rgba(181, 144, 75, 0.12);
  color: #73582b;
}

.status-live,
.tag-live {
  background: rgba(103, 137, 110, 0.14);
  color: #36553d;
}

.scoreboard,
.ranking-item,
.history-row,
.roster-card,
.player-card-head,
.summary-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.team-side {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.team-side.right {
  justify-content: flex-end;
  text-align: right;
}

.team-badge,
.avatar-badge,
.player-headshot {
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-weight: 700;
  color: white;
}

.team-badge {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1f1f1f, #7c6338);
}

.team-badge--image {
  object-fit: contain;
  padding: 7px;
  background: rgba(255, 251, 244, 0.94);
  border: 1px solid rgba(121, 95, 60, 0.12);
}

.avatar-badge,
.player-headshot {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(145deg, #6f5632, #213126);
}

.player-headshot {
  width: 92px;
  height: 92px;
  font-size: 1.6rem;
}

.score {
  min-width: 96px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.team-name {
  font-weight: 700;
}

.team-sub,
.subdued,
.list-note {
  color: var(--muted);
  font-size: 0.92rem;
}

.schedule-card {
  display: grid;
  gap: 14px;
}

.ranking-item,
.history-row,
.roster-card {
  padding: 14px 16px;
}

.ranking-item .rank-index {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(181, 144, 75, 0.16);
  color: #74582d;
  font-weight: 700;
}

.ranking-item .rank-score {
  font-weight: 700;
  color: #5d4929;
}

.spotlight-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    radial-gradient(circle at 80% 18%, rgba(181, 144, 75, 0.18), transparent 18%),
    linear-gradient(145deg, rgba(255, 253, 249, 0.9), rgba(242, 232, 216, 0.96));
}

.spotlight-grid,
.summary-grid {
  display: grid;
  gap: 14px;
}

.spotlight-grid {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.summary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.summary-strip {
  padding: 12px 14px;
  border: 1px solid rgba(121, 95, 60, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 251, 245, 0.82);
}

.summary-strip strong,
.metric-value,
.big-number,
.prediction-card h4 {
  font-size: 1.24rem;
}

.team-summary {
  display: grid;
  gap: 18px;
}

.team-title,
.player-card-head {
  display: flex;
  align-items: center;
  gap: 18px;
}

.team-logo {
  width: 88px;
  height: 88px;
  overflow: hidden;
  border-radius: 28px;
  display: grid;
  place-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  background: linear-gradient(145deg, #121212, #8b6e3c);
}

.team-logo-mark {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  background: rgba(255, 251, 244, 0.94);
}

.team-statement,
.player-quote {
  margin: 0;
  padding: 18px 20px;
  border-left: 3px solid rgba(181, 144, 75, 0.5);
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  background: rgba(255, 252, 246, 0.88);
  font-family: "Noto Serif SC", serif;
  line-height: 1.8;
}

.roster-list,
.heat-list,
.pool-list,
.kpi-list,
.factor-list {
  display: grid;
  gap: 12px;
}

.detail-list {
  display: grid;
  gap: 12px;
}

.roster-card {
  align-items: start;
}

.role-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(103, 137, 110, 0.12);
  color: #3d5b44;
  font-size: 0.8rem;
}

.heat-item,
.champion-item,
.kpi-row {
  display: grid;
  gap: 8px;
}

.heat-bar,
.champion-bar,
.kpi-track,
.confidence-track {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(181, 144, 75, 0.12);
}

.heat-fill,
.champion-fill,
.kpi-fill,
.confidence-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #b5904b, #6f8b72);
}

.player-hero {
  display: grid;
  gap: 20px;
}

.rank-grid {
  display: grid;
  gap: 12px;
}

.rank-card {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid rgba(121, 95, 60, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 250, 0.85);
}

.rank-header,
.stat-row,
.history-meta,
.pool-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.history-row,
.prediction-card {
  display: grid;
  gap: 12px;
}

.result-pill {
  background: rgba(103, 137, 110, 0.14);
  color: #36553d;
}

.result-pill.loss {
  background: rgba(155, 95, 77, 0.14);
  color: #7b4638;
}

.prediction-card {
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(181, 144, 75, 0.16), transparent 24%),
    rgba(255, 251, 244, 0.92);
}

.prediction-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}

.prediction-score {
  display: grid;
  gap: 8px;
}

.confidence-pill {
  background: rgba(103, 137, 110, 0.12);
  color: #36553d;
}

.upset-pill {
  background: rgba(155, 95, 77, 0.12);
  color: #7b4638;
}

.risk-pill {
  background: rgba(181, 144, 75, 0.14);
  color: #73582b;
}

.schema-card {
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(121, 95, 60, 0.12);
  background: rgba(255, 253, 248, 0.86);
}

.schema-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(181, 144, 75, 0.12);
  color: #73582b;
}

pre {
  margin: 0;
  white-space: pre-wrap;
  word-break: break-word;
  font-family: "IBM Plex Sans", monospace;
  font-size: 0.88rem;
  line-height: 1.65;
}

.blueprint-list {
  margin: 0 0 18px;
  padding-left: 20px;
  line-height: 1.8;
  color: #3e352d;
}

.roadmap-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.roadmap-grid > div {
  padding: 16px;
  border: 1px solid rgba(121, 95, 60, 0.12);
  border-radius: var(--radius-md);
  background: rgba(255, 252, 246, 0.84);
}

.roadmap-grid p,
.prediction-copy,
.list-note {
  margin: 8px 0 0;
  line-height: 1.7;
  color: #433831;
}

.empty-card {
  padding: 18px;
  border: 1px dashed rgba(121, 95, 60, 0.2);
  border-radius: var(--radius-md);
  background: rgba(255, 252, 246, 0.7);
  color: var(--muted);
  text-align: center;
}

.mobile-nav {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 30;
  transform: translateX(-50%);
  width: min(720px, calc(100vw - 24px));
  justify-content: space-between;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  background: rgba(255, 251, 245, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 50px rgba(59, 43, 26, 0.16);
}

.mobile-nav .nav-btn {
  flex: 1;
}

.desktop-nav {
  flex: 1;
  justify-content: center;
}

@media (max-width: 1180px) {
  .hero,
  .grid-overview,
  .grid-team,
  .grid-player,
  .prediction-layout,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .topbar {
    flex-wrap: wrap;
  }

  .desktop-nav {
    order: 3;
    width: 100%;
    justify-content: start;
  }

  .top-actions {
    margin-left: auto;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100vw - 16px), 100%);
    padding-top: 14px;
  }

  .topbar {
    top: 8px;
    padding: 14px;
    border-radius: 18px;
  }

  .desktop-nav,
  .search-pill {
    display: none;
  }

  .mobile-nav {
    display: flex;
  }

  .hero-copy,
  .panel {
    padding: 18px;
  }

  .hero h2 {
    max-width: 12ch;
    font-size: 2.2rem;
  }

  .view::before,
  .blueprint::before {
    top: 42px;
    right: -6%;
    width: 82vw;
    height: 52vw;
    opacity: 0.78;
    filter: blur(34px);
  }

  .view::after,
  .blueprint::after {
    top: 96px;
    right: 4%;
    width: 54vw;
    height: 36vw;
    filter: blur(24px);
  }

  .panel h3,
  .section-title h3 {
    font-size: 1.35rem;
  }

  .summary-grid {
    grid-template-columns: 1fr;
  }

  .team-title,
  .player-card-head,
  .prediction-head,
  .schedule-meta,
  .panel-head,
  .section-title,
  .ranking-item,
  .history-row,
  .roster-card,
  .summary-strip,
  .scoreboard,
  .team-meta,
  .match-meta {
    align-items: start;
    flex-direction: column;
  }

  .team-side.right {
    justify-content: start;
    text-align: left;
  }

  .score {
    min-width: auto;
  }
}

/* 2026-03-20 官方站收口覆盖 */
:root {
  --bg: #f6f1e8;
  --bg-deep: #efe7da;
  --ink: #181512;
  --muted: #7a6f61;
  --line: rgba(146, 124, 90, 0.16);
  --card: rgba(255, 253, 249, 0.95);
  --card-strong: rgba(255, 252, 247, 0.98);
  --gold: #b79457;
  --gold-deep: #8d7040;
  --green: #6a8c73;
  --shadow: 0 14px 28px rgba(72, 55, 35, 0.08);
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 16px;
}

body {
  background:
    radial-gradient(circle at 17% 14%, rgba(255, 255, 255, 0.9), transparent 25%),
    radial-gradient(circle at 72% 18%, rgba(235, 197, 123, 0.18), transparent 16%),
    radial-gradient(circle at 76% 56%, rgba(232, 196, 126, 0.12), transparent 16%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-deep) 100%);
}

body::before,
body::after,
.backdrop,
.view::before,
.view::after,
.blueprint::before,
.blueprint::after,
.hero-copy::after,
.panel::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

.shell {
  width: min(1180px, calc(100vw - 40px));
  padding-top: 26px;
}

.topbar {
  top: 14px;
  padding: 14px 20px;
  border-radius: 28px;
  border: 1px solid rgba(165, 143, 109, 0.16);
  background: rgba(250, 247, 242, 0.94);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 26px rgba(69, 53, 32, 0.08);
}

.brand {
  gap: 12px;
}

.brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.brand-mark-image {
  display: block;
  width: 34px;
  height: 44px;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: saturate(0.92) contrast(1.02);
}

.brand h1 {
  font-size: 1.08rem;
  line-height: 1.1;
}

.eyebrow {
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  color: #8c7f6d;
}

.desktop-nav,
.top-actions {
  gap: 8px;
}

.nav-btn,
.chip-btn {
  padding: 9px 14px;
  border-radius: 999px;
}

.nav-btn.is-active,
.chip-btn.is-active {
  background: rgba(185, 149, 86, 0.12);
  box-shadow: inset 0 0 0 1px rgba(185, 149, 86, 0.16);
}

.search-pill,
.signal-pill,
.panel-tag,
.hero-tags span,
.stat-pill,
.tag,
.player-badge,
.chip-btn {
  background: rgba(250, 246, 239, 0.9);
  border-color: rgba(160, 137, 101, 0.16);
}

.signal-pill {
  gap: 10px;
  white-space: nowrap;
}

.hero {
  grid-template-columns: 1.06fr 0.94fr;
  gap: 22px;
  margin-top: 24px;
}

.panel {
  padding: 24px;
  border: 1px solid rgba(166, 142, 106, 0.14);
  background: linear-gradient(180deg, var(--card) 0%, var(--card-strong) 100%);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-match {
  min-height: 238px;
  padding: 34px 36px;
  border-radius: 28px;
  border: 1px solid rgba(166, 142, 106, 0.14);
  box-shadow: var(--shadow);
  background:
    radial-gradient(circle at 82% 24%, rgba(232, 196, 126, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.78) 0%, rgba(255, 251, 245, 0.97) 100%);
}

.hero-copy {
  display: grid;
  align-content: center;
  gap: 14px;
}

.hero-text {
  max-width: 30ch;
  margin: 0;
  font-size: 1.14rem;
  line-height: 1.8;
  color: #3f372f;
}

.hero-tags {
  gap: 12px;
}

.hero-match .prediction-copy {
  margin-top: 14px;
}

.panel h3,
.section-title h3 {
  font-size: 1.4rem;
}

.section-title {
  margin: 22px 0 14px;
}

.grid-overview,
.grid-team,
.grid-player,
.prediction-layout {
  gap: 22px;
}

.grid-overview .ranking-panel,
.grid-overview .spotlight-panel {
  min-height: 0;
}

.match-card,
.schedule-card,
.history-row,
.prediction-card,
.ranking-item,
.roster-card,
.champion-item,
.summary-strip,
.schema-card,
.roadmap-grid > div,
.rank-card {
  border: 1px solid rgba(155, 131, 95, 0.12);
  background: rgba(255, 253, 249, 0.96);
  box-shadow: none;
}

.summary-strip {
  padding: 14px 16px;
  border-radius: 16px;
}

.team-logo,
.player-headshot {
  width: 96px;
  height: 96px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 235, 0.96));
  border: 1px solid rgba(163, 140, 104, 0.16);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
  color: var(--gold-deep);
}

.player-headshot {
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Noto Serif SC", serif;
}

.player-headshot.is-image,
.dynamic-player-portrait.is-image {
  overflow: hidden;
  padding: 0;
}

.player-headshot img,
.dynamic-player-portrait img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.team-logo-mark {
  padding: 14px;
  background: transparent;
}

.team-title,
.player-card-head {
  align-items: flex-start;
}

.team-statement,
.player-quote {
  padding: 16px 18px;
  border-left: 2px solid rgba(183, 148, 87, 0.45);
  border-radius: 0 16px 16px 0;
  background: rgba(249, 245, 237, 0.82);
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  line-height: 1.75;
  color: #433a31;
}

.team-sub,
.subdued,
.match-meta,
.schedule-meta,
.prediction-meta,
.risk-line,
.list-note {
  color: #7d7060;
}

.prediction-card {
  padding: 22px;
  background:
    radial-gradient(circle at 86% 16%, rgba(232, 196, 126, 0.14), transparent 20%),
    rgba(255, 253, 249, 0.97);
}

.confidence-pill {
  background: rgba(106, 140, 115, 0.12);
  color: #42604a;
}

.upset-pill,
.risk-pill {
  background: rgba(183, 148, 87, 0.12);
  color: #7a6338;
}

.heat-bar,
.champion-bar,
.kpi-track,
.confidence-track {
  background: rgba(188, 159, 108, 0.12);
}

.heat-fill,
.champion-fill,
.kpi-fill,
.confidence-fill {
  background: linear-gradient(90deg, #b9975e, #8aa18d);
}

.roadmap-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mobile-nav {
  border: 1px solid rgba(166, 142, 106, 0.14);
  background: rgba(249, 246, 241, 0.95);
  box-shadow: 0 10px 20px rgba(69, 53, 32, 0.08);
}

@media (max-width: 960px) {
  .shell {
    width: min(100vw - 24px, 1180px);
  }

  .topbar {
    position: static;
    padding: 14px 16px;
  }

  .hero,
  .grid-overview,
  .grid-team,
  .grid-player,
  .prediction-layout,
  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .hero-match {
    min-height: 0;
    padding: 26px 22px;
  }

  .hero-text {
    max-width: none;
    font-size: 1.04rem;
  }

  .team-logo,
  .player-headshot {
    width: 84px;
    height: 84px;
    border-radius: 22px;
  }
}

.hero {
  grid-template-columns: 1fr;
}

.hero-dynamic {
  min-height: 0;
  padding: 28px 30px;
  background:
    radial-gradient(circle at 88% 20%, var(--team-glow, rgba(181, 144, 75, 0.18)), transparent 18%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 251, 245, 0.98) 100%);
}

.hero-dynamic::after {
  background: radial-gradient(circle, var(--team-soft, rgba(181, 144, 75, 0.12)), transparent 60%);
}

.dynamic-topline,
.dynamic-grid,
.dynamic-metrics,
.dynamic-side-list,
.dynamic-selector-row,
.prediction-insight {
  display: grid;
  gap: 14px;
}

.dynamic-topline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  margin-bottom: 18px;
}

.dynamic-topline h2 {
  margin: 0;
  font-size: clamp(2rem, 3.3vw, 3rem);
  font-family: "Noto Serif SC", serif;
}

.team-tone-pill {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--team-soft, rgba(181, 144, 75, 0.18));
  background: rgba(255, 255, 255, 0.75);
  color: var(--team-accent, #8d7147);
}

.dynamic-selector-block {
  margin-bottom: 16px;
}

.dynamic-selector-label,
.factor-title,
.dynamic-note-label {
  margin-bottom: 8px;
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.dynamic-selector-row {
  grid-template-columns: repeat(auto-fit, minmax(72px, max-content));
  gap: 10px;
}

.dynamic-selector-row .chip-btn.is-active {
  background: var(--team-soft, rgba(181, 144, 75, 0.14));
  color: var(--team-accent, #8d7147);
  box-shadow: inset 0 0 0 1px var(--team-soft, rgba(181, 144, 75, 0.22));
}

.dynamic-grid {
  grid-template-columns: 1.3fr 0.9fr;
  align-items: start;
}

.dynamic-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.dynamic-badge {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--team-soft, rgba(181, 144, 75, 0.18));
}

.dynamic-copy {
  margin: 0 0 18px;
  font-size: 1.02rem;
  line-height: 1.8;
  color: #3f372f;
}

.dynamic-metrics {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.dynamic-note {
  padding: 16px 18px;
  border-left: 2px solid var(--team-accent, #8d7147);
  border-radius: 0 16px 16px 0;
  background: rgba(249, 245, 237, 0.92);
}

.dynamic-note p {
  margin: 0;
  line-height: 1.75;
  color: #40372f;
}

.dynamic-sidecard {
  padding: 20px;
  border: 1px solid rgba(155, 131, 95, 0.12);
  border-radius: 22px;
  background: rgba(255, 253, 249, 0.96);
}

.dynamic-player-intro {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.dynamic-player-copy {
  min-width: 0;
  flex: 1;
}

.dynamic-player-portrait {
  width: 132px;
  height: 176px;
  flex: 0 0 132px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 243, 235, 0.96));
  border: 1px solid rgba(163, 140, 104, 0.16);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.72),
    0 16px 28px rgba(78, 58, 31, 0.08);
}

.dynamic-sidecard h3 {
  margin: 0 0 10px;
}

.dynamic-side-list {
  margin: 14px 0 16px;
}

.prediction-layout {
  grid-template-columns: 1fr;
}

.prediction-card--single {
  padding: 24px;
}

.prediction-insight {
  grid-template-columns: 1.05fr 0.95fr;
  margin: 16px 0;
}

.prediction-card--single .score {
  min-width: 100px;
}

.factor-list {
  display: grid;
  gap: 12px;
}

#predictions .section-title {
  margin-bottom: 16px;
}

#predictions .signal-pill.is-ghost {
  max-width: 560px;
  justify-content: flex-end;
  text-align: right;
}

@media (max-width: 960px) {
  .hero-dynamic {
    padding: 24px 20px;
  }

  .dynamic-grid,
  .dynamic-metrics,
  .prediction-insight {
    grid-template-columns: 1fr;
  }

  .dynamic-topline {
    grid-template-columns: 1fr;
  }

  .dynamic-selector-row {
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
  }

  .dynamic-player-intro {
    flex-direction: column;
  }

  .dynamic-player-portrait {
    width: 100%;
    max-width: 220px;
    height: 220px;
    flex-basis: auto;
  }
}
