:root {
  --background: #fff8f1;
  --surface: #fff8f1;
  --surface-low: #faf2e8;
  --surface-mid: #f5ede1;
  --surface-high: #f0e7db;
  --surface-strong: #ffffff;
  --text: #363229;
  --text-soft: #645e54;
  --text-muted: #7d7468;
  --primary: #55634b;
  --primary-dim: #49573f;
  --secondary: #516170;
  --tertiary: #8a503b;
  --secondary-soft: rgba(81, 97, 112, 0.12);
  --line-soft: rgba(185, 177, 164, 0.16);
  --shadow-soft: 0 18px 42px rgba(85, 99, 75, 0.08);
  --shadow-float: 0 22px 54px rgba(85, 99, 75, 0.1);
  --radius-xl: 2rem;
  --radius-lg: 1.25rem;
  --shell-width: 1240px;
  --transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Work Sans", "Pretendard", "Malgun Gothic", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(216, 232, 200, 0.58), transparent 32%),
    radial-gradient(circle at top right, rgba(254, 177, 152, 0.22), transparent 30%),
    linear-gradient(180deg, #fff9f2 0%, var(--background) 42%, #f7efe4 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.34), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 80%);
}

a,
button {
  font: inherit;
}

a {
  color: inherit;
}

.site-shell {
  width: min(calc(100% - 32px), var(--shell-width));
  margin: 0 auto;
  padding: 16px 0 56px;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 40;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.78);
  box-shadow: 0 12px 32px rgba(85, 99, 75, 0.06);
  backdrop-filter: blur(20px);
}

.brand {
  text-decoration: none;
}

.brand__wordmark {
  color: var(--primary);
  font-family: "Manrope", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.topbar__tabs {
  min-width: 0;
}

.tab-list {
  display: flex;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.tab-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition:
    color var(--transition),
    background-color var(--transition),
    transform var(--transition);
}

.tab-button:hover {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.56);
  transform: translateY(-1px);
}

.tab-button[aria-selected="true"] {
  color: var(--primary);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 -2px 0 rgba(85, 99, 75, 0.28);
}

.tab-button__label {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.tab-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(85, 99, 75, 0.08);
  color: var(--primary);
  font-size: 0.74rem;
  font-weight: 700;
}

.topbar__utility {
  display: flex;
  justify-content: flex-end;
}

.topbar__mode {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--text-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
  height: 560px;
}

.hero__copy,
.hero-panel,
.snapshot,
.feed-head,
.empty-state,
.article-card {
  border-radius: var(--radius-xl);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 18px 2px 0;
  overflow: hidden;
}

.hero__eyebrow,
.hero-panel__eyebrow,
.feed-head__eyebrow,
.empty-state__eyebrow,
.snapshot-card__label,
.feed-stat__label {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero__eyebrow {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--secondary-soft);
  color: var(--secondary);
}

.hero__title,
.hero-panel__headline,
.feed-head__title,
.empty-state__title,
.article-card__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  letter-spacing: -0.04em;
}

.hero__title {
  margin-top: 18px;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1.2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  flex-shrink: 0;
}

.hero__lead {
  max-width: 40rem;
  margin: 20px 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.72;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hero__summary {
  max-width: 36rem;
  margin: 14px 0 0;
  color: var(--text-muted);
  line-height: 1.72;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.hero-schedule {
  margin-top: 24px;
}

.hero-schedule:not([hidden]) {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hero-schedule:not([hidden]) ~ .hero__actions {
  padding-top: 18px;
}

.hero-schedule__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 8px;
}

.hero-schedule:not([hidden]) .hero-schedule__list {
  flex: 1 1 auto;
  min-height: 0;
  max-height: none;
}

.hero-schedule__list::-webkit-scrollbar {
  width: 9px;
}

.hero-schedule__list::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: rgba(85, 99, 75, 0.2);
  background-clip: padding-box;
}

.hero-schedule__list::-webkit-scrollbar-track {
  background: transparent;
}

.hero-match {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 1.45rem;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(85, 99, 75, 0.06);
}

.hero-match--live {
  background:
    linear-gradient(135deg, rgba(85, 99, 75, 0.1), rgba(81, 97, 112, 0.04)),
    rgba(255, 255, 255, 0.82);
}

.hero-match--empty {
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 18px;
}

.hero-match__codes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-match__code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(85, 99, 75, 0.1);
  color: var(--primary);
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-match__content {
  min-width: 0;
}

.hero-match__title {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 1.03rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.18;
}

.hero-match__title--logos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-match__title-team {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #1a1f2e;
  flex-shrink: 0;
}

.hero-match__title-img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.hero-match__vs {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero-match__meta,
.hero-match__hint {
  margin: 6px 0 0;
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.hero-match__timebox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  min-width: 86px;
}

.hero-match__time {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.hero-match__day {
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 28px;
}

.hero-button,
.refresh-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  transition:
    transform var(--transition),
    opacity var(--transition),
    background-color var(--transition),
    box-shadow var(--transition);
}

.hero-button:hover,
.refresh-button:hover {
  transform: translateY(-1px) scale(1.02);
}

.hero-button--primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dim));
  color: #eefede;
  box-shadow: var(--shadow-soft);
  font-weight: 700;
}

.hero-button--secondary,
.refresh-button {
  background: var(--surface-low);
  color: var(--text-soft);
  font-weight: 700;
}

.refresh-button:disabled {
  cursor: progress;
  opacity: 0.58;
  transform: none;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(13, 18, 30, 0.98), rgba(22, 24, 36, 0.96)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent 60%);
  box-shadow: var(--shadow-float);
}

.hero-panel.is-esports {
  display: flex;
  flex-direction: column;
}

.hero-panel.is-ai {
  display: flex;
  flex-direction: column;
}

.hero-panel.is-game {
  display: flex;
  flex-direction: column;
}

.hero-panel.is-entertainment {
  display: flex;
  flex-direction: column;
}

.hero-panel.is-unity {
  display: flex;
  flex-direction: column;
}

.hero-panel.is-esports .hero-panel__art,
.hero-panel.is-esports .hero-panel__content {
  display: none;
}

.hero-panel.is-game .hero-panel__art,
.hero-panel.is-game .hero-panel__content {
  display: none;
}

.hero-panel.is-unity .hero-panel__art,
.hero-panel.is-unity .hero-panel__content {
  display: none;
}

.hero-panel.is-ai .hero-panel__art,
.hero-panel.is-ai .hero-panel__content,
.hero-panel.is-ai .game-panel,
.hero-panel.is-ai .esports-panel {
  display: none;
}

.hero-panel.is-entertainment .hero-panel__art,
.hero-panel.is-entertainment .hero-panel__content,
.hero-panel.is-entertainment .game-panel,
.hero-panel.is-entertainment .ai-panel,
.hero-panel.is-entertainment .esports-panel {
  display: none;
}

.hero-panel.is-game .hero-panel__art,
.hero-panel.is-game .hero-panel__content,
.hero-panel.is-game .ai-panel,
.hero-panel.is-game .entertainment-panel,
.hero-panel.is-game .esports-panel,
.hero-panel.is-game .unity-panel {
  display: none;
}

.hero-panel:not(.is-ai) .ai-panel {
  display: none;
}

.hero-panel:not(.is-game) .game-panel {
  display: none;
}

.hero-panel:not(.is-entertainment) .entertainment-panel {
  display: none;
}

.hero-panel:not(.is-esports) .esports-panel {
  display: none;
}

.hero-panel:not(.is-unity) .unity-panel {
  display: none;
}

.hero-panel__art {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-panel__orb,
.hero-panel__mesh,
.hero-panel__grain {
  position: absolute;
  border-radius: 999px;
}

.hero-panel__orb {
  width: min(72%, 340px);
  aspect-ratio: 1 / 1;
  right: 9%;
  top: 14%;
  background:
    radial-gradient(circle at 30% 35%, rgba(255, 171, 116, 0.26), transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(255, 74, 165, 0.45), transparent 44%),
    radial-gradient(circle at 72% 32%, rgba(122, 92, 255, 0.42), transparent 36%),
    linear-gradient(135deg, rgba(255, 98, 0, 0.18), rgba(168, 85, 247, 0.22));
  filter: blur(4px);
  opacity: 0.92;
}

.hero-panel__mesh {
  width: 110%;
  height: 110%;
  right: -24%;
  top: -6%;
  background:
    radial-gradient(circle at center, transparent 39%, rgba(255, 255, 255, 0.08) 40%, transparent 41%),
    repeating-radial-gradient(circle at center, rgba(237, 110, 255, 0.26) 0 2px, transparent 2px 22px);
  transform: rotate(-12deg);
  opacity: 0.7;
  mix-blend-mode: screen;
}

.hero-panel__grain {
  inset: auto -14% -24% auto;
  width: 72%;
  height: 72%;
  background:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.1), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 75%);
  filter: blur(16px);
  opacity: 0.8;
}

.hero-panel__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.hero-panel__eyebrow {
  color: rgba(255, 248, 241, 0.62);
}

.hero-panel__headline {
  max-width: 14ch;
  margin-top: 14px;
  color: rgba(255, 248, 241, 0.98);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.02;
}

.hero-panel__body {
  max-width: 26rem;
  margin: 16px 0 0;
  color: rgba(255, 248, 241, 0.7);
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.hero-panel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  color: rgba(255, 248, 241, 0.8);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-panel__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  backdrop-filter: blur(14px);
}

.ai-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ai-panel__view {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.ai-panel__header {
  margin-bottom: 16px;
}

.ai-panel__eyebrow {
  margin: 0;
  color: rgba(255, 248, 241, 0.56);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ai-panel__title {
  margin: 12px 0 0;
  color: rgba(255, 248, 241, 0.98);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ai-panel__body {
  margin: 10px 0 0;
  color: rgba(255, 248, 241, 0.68);
  font-size: 0.92rem;
  line-height: 1.62;
}

.ai-panel__groups {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.ai-panel__groups::-webkit-scrollbar {
  width: 6px;
}

.ai-panel__groups::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.16);
}

.ai-panel__groups::-webkit-scrollbar-track {
  background: transparent;
}

.ai-panel__group {
  padding: 14px;
  border: 1px solid rgba(255, 248, 241, 0.08);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.06), rgba(255, 248, 241, 0.03)),
    rgba(12, 14, 21, 0.54);
}

.ai-panel__group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.ai-panel__group-label {
  margin: 0;
  color: rgba(255, 248, 241, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.ai-panel__group-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(255, 248, 241, 0.62);
  font-size: 0.72rem;
  font-weight: 800;
}

.ai-panel__tool-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ai-panel__tool {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 6px 10px 6px 6px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(255, 248, 241, 0.94);
}

.ai-panel__tool-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.42), transparent 38%),
    color-mix(in srgb, var(--ai-tool-accent) 80%, #0f1118);
  color: #fff8f1;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 1px rgba(255, 248, 241, 0.08);
}

.ai-panel__tool-name {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.ai-panel__footer {
  margin: 14px 0 0;
  color: rgba(255, 248, 241, 0.48);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.entertainment-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.entertainment-panel__view {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}

.entertainment-panel__header {
  margin-bottom: 8px;
}

.entertainment-panel__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 0;
}

.entertainment-panel__title {
  margin: 0;
  color: rgba(255, 248, 241, 0.98);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.32rem, 2.1vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.entertainment-panel__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.entertainment-panel__source,
.entertainment-panel__updated-time {
  margin: 0;
  color: rgba(255, 248, 241, 0.5);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}

.entertainment-panel__list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
  min-height: 0;
}

.entertainment-panel__row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.06), rgba(255, 248, 241, 0.03)),
    rgba(12, 14, 21, 0.54);
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(255, 248, 241, 0.06);
  transition:
    border-color var(--transition),
    background-color var(--transition),
    transform var(--transition);
}

.entertainment-panel__row:hover {
  border-color: rgba(255, 248, 241, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.08), rgba(255, 248, 241, 0.04)),
    rgba(12, 14, 21, 0.58);
  transform: translateY(-1px);
}

.entertainment-panel__row--empty,
.entertainment-panel__row--empty:hover {
  transform: none;
  border-color: rgba(255, 248, 241, 0.04);
  opacity: 0.52;
}

.entertainment-panel__rank {
  color: rgba(255, 248, 241, 0.96);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.entertainment-panel__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.entertainment-panel__item-title {
  overflow: hidden;
  color: rgba(255, 248, 241, 0.96);
  font-size: 0.79rem;
  font-weight: 700;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entertainment-panel__item-meta {
  overflow: hidden;
  margin-top: 1px;
  color: rgba(255, 248, 241, 0.5);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.entertainment-panel__traffic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 28px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(255, 248, 241, 0.82);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.game-panel,
.unity-panel,
.esports-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 18px;
}

.game-panel__tabs,
.unity-panel__tabs,
.esports-panel__tabs {
  display: flex;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  backdrop-filter: blur(14px);
}

.game-panel__tab,
.unity-panel__tab,
.esports-panel__tab {
  display: inline-flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 9px 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 248, 241, 0.62);
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition:
    background-color var(--transition),
    color var(--transition);
}

.game-panel__tab:hover:not(:disabled),
.unity-panel__tab:hover:not(:disabled),
.esports-panel__tab:hover:not(:disabled) {
  color: rgba(255, 248, 241, 0.92);
}

.game-panel__tab.is-active,
.unity-panel__tab.is-active,
.esports-panel__tab.is-active {
  background: rgba(255, 248, 241, 0.96);
  color: #1a1f2e;
}

.game-panel__tab:disabled,
.unity-panel__tab:disabled,
.esports-panel__tab:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.game-panel__view,
.unity-panel__view,
.esports-panel__view {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.hero-panel.is-game .game-panel {
  margin-bottom: -20px;
}

.game-panel__tab {
  padding: 10px 12px;
  font-size: 0.74rem;
  line-height: 1.24;
  text-wrap: balance;
}

.game-freebies {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 16px;
}

.game-freebies__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.game-freebies__heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.game-freebies__eyebrow {
  margin: 0;
  color: rgba(255, 248, 241, 0.54);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.game-freebies__meta {
  margin: 0;
  color: rgba(255, 248, 241, 0.5);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.game-freebies__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.94);
  color: #11151f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background-color var(--transition);
}

.game-freebies__link:hover {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(255, 248, 241, 0.16);
  transform: translateY(-1px);
}

.game-freebies__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.game-freebies__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 248, 241, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.06), rgba(255, 248, 241, 0.03)),
    rgba(12, 14, 21, 0.58);
  color: inherit;
  text-decoration: none;
  transition:
    border-color var(--transition),
    transform var(--transition),
    background-color var(--transition);
}

.game-freebies__card:hover {
  border-color: rgba(255, 248, 241, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.08), rgba(255, 248, 241, 0.04)),
    rgba(12, 14, 21, 0.62);
  transform: translateY(-1px);
}

.game-freebies__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: rgba(255, 248, 241, 0.06);
}

.game-freebies__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.game-freebies__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 12px;
  min-width: 0;
}

.game-freebies__seller {
  color: rgba(255, 248, 241, 0.46);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-freebies__card-title {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 248, 241, 0.96);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-freebies__price,
.game-freebies__deadline {
  color: rgba(255, 248, 241, 0.58);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.game-issue {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 248, 241, 0.08);
  background:
    radial-gradient(circle at top right, rgba(255, 151, 73, 0.14), transparent 32%),
    radial-gradient(circle at bottom left, rgba(117, 193, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(18, 21, 31, 0.98), rgba(11, 13, 20, 0.98));
  box-shadow: inset 0 1px 0 rgba(255, 248, 241, 0.04);
}

.game-issue__sources {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 1;
  min-height: 0;
}

.game-issue__source {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(255, 248, 241, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.06), rgba(255, 248, 241, 0.03)),
    rgba(12, 14, 21, 0.58);
}

.game-issue__source-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.game-issue__source-title {
  margin: 0;
  color: rgba(255, 248, 241, 0.96);
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.game-issue__source-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(255, 248, 241, 0.82);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  white-space: nowrap;
  transition:
    background-color var(--transition),
    color var(--transition);
}

.game-issue__source-link:hover {
  background: rgba(255, 248, 241, 0.14);
  color: rgba(255, 248, 241, 0.98);
}

.game-issue__list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.game-issue__item {
  min-width: 0;
}

.game-issue__item-link {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 46px;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(255, 248, 241, 0.04);
  color: inherit;
  text-decoration: none;
  transition:
    background-color var(--transition),
    transform var(--transition);
}

.game-issue__item-link:hover {
  background: rgba(255, 248, 241, 0.08);
  transform: translateY(-1px);
}

.game-issue__rank {
  color: rgba(255, 248, 241, 0.94);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.game-issue__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.game-issue__item-title {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 248, 241, 0.96);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.game-issue__item-meta {
  overflow: hidden;
  margin-top: 3px;
  color: rgba(255, 248, 241, 0.48);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unity-release {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 20px;
}

.unity-release__hero {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 248, 241, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 248, 241, 0.1), rgba(255, 248, 241, 0.03)),
    radial-gradient(circle at top right, rgba(111, 179, 255, 0.18), transparent 44%),
    rgba(12, 14, 21, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 248, 241, 0.06);
}

.unity-release__eyebrow {
  margin: 0;
  color: rgba(255, 248, 241, 0.56);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.unity-release__title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
}

.unity-release__version {
  margin: 0;
  color: rgba(255, 248, 241, 0.98);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.unity-release__family {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.08);
  color: rgba(255, 248, 241, 0.86);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.unity-release__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}

.unity-release__date {
  color: rgba(255, 248, 241, 0.6);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.unity-release__link,
.unity-release__videos-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.94);
  color: #11151f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background-color var(--transition);
}

.unity-release__link:hover,
.unity-release__videos-link:hover {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(255, 248, 241, 0.16);
  transform: translateY(-1px);
}

.unity-release__divider {
  height: 1px;
  background: rgba(255, 248, 241, 0.12);
}

.unity-release__videos {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  gap: 12px;
}

.unity-release__videos-heading {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.unity-release__videos-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.unity-release__videos-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.unity-release__videos-kicker {
  margin: 0;
  color: rgba(255, 248, 241, 0.72);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.unity-release__videos-count {
  color: rgba(255, 248, 241, 0.96);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.unity-video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.unity-video-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.06), rgba(255, 248, 241, 0.03)),
    rgba(12, 14, 21, 0.54);
  border: 1px solid rgba(255, 248, 241, 0.06);
  color: inherit;
  text-decoration: none;
  transition:
    border-color var(--transition),
    transform var(--transition),
    background-color var(--transition);
}

.unity-video-card:hover {
  border-color: rgba(255, 248, 241, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 248, 241, 0.08), rgba(255, 248, 241, 0.04)),
    rgba(12, 14, 21, 0.58);
  transform: translateY(-1px);
}

.unity-video-card__thumb {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(255, 248, 241, 0.06);
}

.unity-video-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.unity-video-card__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 11px 12px 12px;
  min-width: 0;
}

.unity-video-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 248, 241, 0.96);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.38;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.unity-video-card__meta {
  color: rgba(255, 248, 241, 0.52);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.unity-hidden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 248, 241, 0.08);
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(14, 16, 25, 0.98), rgba(8, 10, 16, 0.98));
  color: inherit;
  text-decoration: none;
  transition:
    transform var(--transition),
    border-color var(--transition),
    box-shadow var(--transition);
}

.unity-hidden:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.34);
}

.unity-hidden__eyebrow {
  color: rgba(255, 248, 241, 0.46);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.unity-hidden__mark {
  position: relative;
  display: grid;
  place-items: center;
  width: min(220px, 68%);
  aspect-ratio: 1 / 1;
  border-radius: 999px;
  background:
    radial-gradient(circle at 34% 30%, rgba(255, 255, 255, 0.12), transparent 24%),
    radial-gradient(circle at center, rgba(255, 255, 255, 0.03), transparent 62%),
    linear-gradient(180deg, #1e222f, #0f131d);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.14),
    inset 0 0 0 14px rgba(255, 255, 255, 0.03),
    0 24px 54px rgba(0, 0, 0, 0.42);
}

.unity-hidden__mark::before {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.18);
}

.unity-hidden__mark-letter {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.96);
  font-family: "Georgia", serif;
  font-size: clamp(4.8rem, 12vw, 7rem);
  font-weight: 700;
  line-height: 1;
  transform: translateY(-3px);
}

.unity-hidden__title {
  color: rgba(255, 248, 241, 0.96);
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.unity-hidden__body {
  color: rgba(255, 248, 241, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.lck-standings__header {
  margin-bottom: 12px;
}

.lck-standings__league {
  margin: 0;
  color: rgba(255, 248, 241, 0.96);
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lck-standings__meta {
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.lck-standings__updated {
  margin: 0;
  color: rgba(255, 248, 241, 0.5);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lck-standings__updated-time {
  margin: 0;
  color: rgba(255, 248, 241, 0.64);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: right;
  white-space: nowrap;
}

.lck-standings {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 4px;
}

.lck-standings::-webkit-scrollbar {
  width: 6px;
}

.lck-standings::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(255, 248, 241, 0.16);
}

.lck-standings::-webkit-scrollbar-track {
  background: transparent;
}

.lck-standings__row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 48px 44px;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 10px;
  color: rgba(255, 248, 241, 0.92);
  font-size: 0.84rem;
  font-weight: 700;
}

.lck-standings__row:nth-child(even) {
  background: rgba(255, 248, 241, 0.04);
}

.lck-standings__row--head {
  padding: 6px 10px;
  background: transparent !important;
  color: rgba(255, 248, 241, 0.46);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lck-standings__cell {
  display: inline-flex;
  align-items: center;
}

.lck-standings__cell--rank {
  justify-content: center;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  color: rgba(255, 248, 241, 0.78);
}

.lck-standings__row:not(.lck-standings__row--head) .lck-standings__cell--rank {
  color: rgba(255, 248, 241, 0.6);
}

.lck-standings__row:nth-child(2) .lck-standings__cell--rank,
.lck-standings__row:nth-child(3) .lck-standings__cell--rank,
.lck-standings__row:nth-child(4) .lck-standings__cell--rank {
  color: #ffd66e;
}

.lck-standings__cell--team {
  gap: 8px;
  min-width: 0;
}

.lck-standings__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  flex-shrink: 0;
}

.lck-standings__logo img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.lck-standings__logo--text {
  font-size: 0.6rem;
  font-weight: 800;
  color: rgba(255, 248, 241, 0.7);
}

.lck-standings__code {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.lck-standings__cell--record {
  justify-content: flex-end;
  font-family: "Manrope", sans-serif;
  font-variant-numeric: tabular-nums;
}

.lck-standings__cell--points {
  justify-content: flex-end;
  font-family: "Manrope", sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  color: rgba(255, 248, 241, 0.92);
}

.lck-marquee {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 6px;
}

.lck-marquee__stage {
  position: relative;
  width: min(220px, 80%);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lck-marquee__frame {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 480ms ease,
    transform 480ms ease;
}

.lck-marquee__frame.is-shown {
  opacity: 1;
  transform: scale(1);
}

.lck-marquee__logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.4));
}

.lck-marquee__logo--text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(255, 248, 241, 0.06);
  font-family: "Manrope", sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(255, 248, 241, 0.86);
}

.snapshot {
  padding: 24px 28px;
  background: var(--surface-low);
}

.snapshot__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 4vw, 40px);
  width: 100%;
}

.snapshot-card {
  min-width: 0;
  padding: 4px 0;
}

.snapshot-card__value {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
}

.snapshot__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 6px;
}

.snapshot__status,
.snapshot__meta,
.feed-head__description,
.empty-state__body,
.article-card__summary {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.68;
}

.snapshot__meta {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.feed-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 8px 2px 2px;
}

.feed-head__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
}

.feed-head__title {
  margin-top: 10px;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.02;
}

.feed-head__description {
  max-width: 44rem;
  margin-top: 12px;
}

.feed-head__stats {
  display: flex;
  gap: 12px;
  align-items: stretch;
}

.feed-stat {
  min-width: 128px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 8px 24px rgba(85, 99, 75, 0.05);
}

.feed-stat__value {
  display: block;
  margin-top: 8px;
  font-family: "Manrope", sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.article-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 10px 28px rgba(85, 99, 75, 0.05);
  transition:
    transform var(--transition),
    background-color var(--transition),
    box-shadow var(--transition);
}

.article-card:hover {
  transform: translateY(-2px) scale(1.01);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 32px rgba(85, 99, 75, 0.08);
}

.article-card--lead {
  grid-column: span 2;
  grid-row: span 2;
  padding: 28px;
  background: var(--surface-strong);
}

.article-card--support {
  min-height: 240px;
  padding: 20px;
  background: var(--surface-mid);
}

.article-card--spot {
  justify-content: center;
  min-height: 240px;
  background: rgba(81, 97, 112, 0.08);
  text-align: center;
}

.article-card--compact {
  min-height: 164px;
}

.article-card__header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.article-card__pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(85, 99, 75, 0.08);
  color: var(--primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.article-card__time {
  color: var(--text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card__title {
  font-size: 1.06rem;
  line-height: 1.28;
}

.article-card--lead .article-card__title {
  font-size: clamp(1.9rem, 2.4vw, 2.55rem);
  line-height: 1.06;
}

.article-card--support .article-card__title,
.article-card--spot .article-card__title {
  font-size: 1.32rem;
  line-height: 1.16;
}

.article-card__summary {
  font-size: 0.98rem;
}

.article-card--compact .article-card__summary {
  font-size: 0.88rem;
}

.article-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-top: auto;
  padding-top: 4px;
}

.article-card__source {
  color: var(--secondary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card__tag {
  color: var(--tertiary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.article-card__link {
  margin-left: auto;
  color: var(--primary);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
}

.article-card__link:hover {
  text-decoration: underline;
}

.article-card__accent {
  width: 100%;
  height: 170px;
  border-radius: 1.3rem;
  background:
    linear-gradient(135deg, rgba(86, 102, 77, 0.18), rgba(138, 80, 59, 0.05)),
    radial-gradient(circle at 24% 22%, rgba(138, 80, 59, 0.2), transparent 26%),
    radial-gradient(circle at 70% 60%, rgba(85, 99, 75, 0.2), transparent 30%),
    var(--surface-low);
}

.empty-state {
  padding: 32px;
  background: rgba(255, 255, 255, 0.58);
}

.empty-state__title {
  margin-top: 10px;
  font-size: 1.75rem;
}

.empty-state__body {
  max-width: 34rem;
  margin-top: 12px;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero__copy {
    overflow: visible;
  }

  .hero-panel {
    min-height: 420px;
  }
}

@media (max-width: 980px) {
  .site-shell {
    width: min(calc(100% - 20px), var(--shell-width));
  }

  .topbar {
    grid-template-columns: 1fr;
    border-radius: 1.5rem;
    padding: 14px;
  }

  .topbar__tabs {
    order: 3;
  }

  .topbar__utility {
    justify-content: flex-start;
  }

  .tab-list {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .tab-list::-webkit-scrollbar {
    display: none;
  }

  .snapshot {
    padding: 22px;
  }

  .feed-head__row {
    grid-template-columns: 1fr;
  }

  .snapshot__metrics,
  .feed-head__stats {
    width: 100%;
  }

  .snapshot__metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }

  .hero-schedule__list {
    max-height: 220px;
  }

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

  .article-card--lead,
  .article-card--support,
  .article-card--spot {
    grid-column: span 2;
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .site-shell {
    padding-bottom: 40px;
  }

  .hero__title {
    font-size: clamp(2.35rem, 9vw, 3.25rem);
  }

  .hero-panel,
  .snapshot,
  .article-card,
  .feed-stat,
  .empty-state {
    border-radius: 1.5rem;
  }

  .hero-panel {
    min-height: 360px;
    padding: 20px;
  }

  .game-freebies__header,
  .unity-release__title-row,
  .unity-release__videos-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .game-freebies__grid,
  .game-issue__sources,
  .unity-video-grid {
    grid-template-columns: 1fr;
  }

  .game-panel__tab,
  .unity-panel__tab,
  .esports-panel__tab {
    min-height: 36px;
  }

  .game-panel__tab {
    font-size: 0.71rem;
  }

  .unity-hidden__mark {
    width: min(180px, 70%);
  }

  .snapshot {
    padding: 18px;
  }

  .snapshot__metrics {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hero__actions,
  .feed-head__stats {
    flex-direction: column;
  }

  .hero-button {
    width: 100%;
  }

  .hero-schedule__list {
    max-height: 200px;
  }

  .hero-match {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-match__codes {
    flex-direction: row;
  }

  .hero-match__title-team {
    width: 44px;
    height: 44px;
  }

  .hero-match__title-img {
    width: 30px;
    height: 30px;
  }

  .hero-match__timebox {
    align-items: flex-start;
    min-width: 0;
  }

  .feed-stat {
    min-width: 0;
  }

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

  .article-card--lead,
  .article-card--support,
  .article-card--spot {
    grid-column: span 1;
  }

  .article-card__link {
    margin-left: 0;
  }
}
