:root {
  color-scheme: light;
  --red-950: #7c101e;
  --red-900: #981827;
  --red-800: #b21f2d;
  --red-700: #c72c39;
  --red-100: #ffe2df;
  --cream: #fff9ef;
  --paper: #fffdf8;
  --ink: #34151a;
  --muted: #7e5a5d;
  --gold: #ffc864;
  --line: rgba(115, 20, 32, 0.12);
  --shadow: 0 24px 70px rgba(91, 15, 25, 0.14);
  --radius-xl: 38px;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shell: min(1180px, calc(100% - 40px));
  font-family: "Microsoft YaHei UI", "PingFang SC", "Noto Sans CJK SC", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}

.llq-honors-page {
  min-width: 320px;
  overflow-x: clip;
  color: var(--ink);
  background: var(--cream);
}

.llq-honors-page .site-header {
  --edge: clamp(1rem, 3vw, 2.25rem);
}

.llq-honors-page .site-header__meta {
  color: rgba(255, 255, 255, 0.76);
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  left: 16px;
  top: 12px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #fff;
  color: var(--red-900);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.hero {
  position: relative;
  min-height: min(780px, 92vh);
  overflow: hidden;
  color: #fff;
  background: var(--red-800);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(123, 12, 29, 0.94) 0%, rgba(157, 18, 35, 0.78) 38%, rgba(178, 31, 45, 0.08) 68%),
    linear-gradient(0deg, var(--red-800) 0%, rgba(178, 31, 45, 0.22) 52%, rgba(178, 31, 45, 0.03) 100%);
}

.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: url("./assets/kv-reference.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 56%;
  transform: scale(1.01);
}

.hero-glow {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.28;
  pointer-events: none;
}

.hero-glow-one {
  right: 7%;
  bottom: 7%;
  width: 290px;
  aspect-ratio: 1;
  background: var(--gold);
}

.hero-glow-two {
  left: -120px;
  bottom: 140px;
  width: 240px;
  aspect-ratio: 1;
  background: #ff6270;
}

.hero-content {
  position: relative;
  display: flex;
  min-height: min(780px, 92vh);
  padding-block: 84px 110px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.brand-logo {
  position: absolute;
  top: 108px;
  left: 0;
  width: clamp(170px, 18vw, 250px);
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(90, 6, 20, 0.18));
}

.eyebrow,
.section-kicker,
.ribbon-label {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  background: rgba(124, 16, 30, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px) saturate(1.15);
}

.hero h1 {
  max-width: 780px;
  margin: 18px 0 14px;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  font-weight: 950;
  line-height: 0.9;
  letter-spacing: -0.065em;
  text-wrap: balance;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-subtitle {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.7vw, 1.3rem);
  line-height: 1.7;
}

.hero-meta {
  display: flex;
  margin-top: 28px;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
}

.date-pill,
.hero-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  border-radius: 999px;
  font-weight: 800;
}

.date-pill {
  padding: 0 18px;
  background: #fff;
  color: var(--red-900);
}

.hero-link {
  gap: 8px;
  text-underline-offset: 5px;
}

.hero-link span {
  font-size: 1.2em;
}

.hero-wave {
  position: absolute;
  right: -5%;
  bottom: -64px;
  left: -5%;
  height: 118px;
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  background: var(--cream);
}

.champion-ribbon {
  padding: 36px 0 12px;
}

.ribbon-label {
  color: var(--red-700);
}

.champion-list {
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.champion-chip {
  display: grid;
  min-width: 0;
  padding: 15px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px) saturate(1.2);
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
}

.champion-chip b,
.champion-chip span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.champion-chip b {
  color: var(--red-800);
  font-size: 0.78rem;
}

.champion-chip span {
  font-weight: 900;
}

.section {
  padding: 92px 0;
}

.section-heading {
  display: grid;
  margin-bottom: 34px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: end;
  gap: 30px;
}

.section-heading h2 {
  margin: 8px 0 0;
  color: var(--red-950);
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.section-heading > p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.section-kicker {
  color: var(--red-700);
}

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

.character-card {
  --accent: #f36d65;
  --accent-soft: #ffe8df;
  position: relative;
  min-height: 560px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(106, 26, 35, 0.09);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 85% 15%, color-mix(in srgb, var(--accent) 23%, transparent), transparent 38%),
    rgba(255, 253, 248, 0.86);
  box-shadow: 0 18px 50px rgba(111, 28, 38, 0.08);
  backdrop-filter: blur(18px) saturate(1.16);
}

.character-card[data-accent="aqua"] { --accent: #32b9bf; --accent-soft: #dff8f4; }
.character-card[data-accent="gold"] { --accent: #c79a25; --accent-soft: #fff2c9; }
.character-card[data-accent="blue"] { --accent: #5275dc; --accent-soft: #e5ebff; }

.character-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 22px;
  right: 22px;
  width: 170px;
  aspect-ratio: 1;
  border: 2px solid color-mix(in srgb, var(--accent) 28%, transparent);
  border-radius: 50%;
}

.character-code {
  position: relative;
  z-index: 2;
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: color-mix(in srgb, var(--accent) 78%, #51131d);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.character-image {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: -20px;
  width: min(48%, 245px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(82, 18, 26, 0.2));
  transition: transform 240ms ease;
}

.character-card:hover .character-image {
  transform: translateY(-5px) rotate(1deg);
}

.character-card h3 {
  position: relative;
  z-index: 2;
  max-width: 52%;
  margin: 18px 0 5px;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.04em;
}

.honor-label {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.winner-block {
  position: relative;
  z-index: 2;
  margin-top: 62px;
}

.winner-name {
  margin: 0;
  font-size: clamp(1.85rem, 3.2vw, 2.8rem);
  font-weight: 950;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.winner-metrics {
  display: flex;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 8px;
}

.metric-pill {
  padding: 7px 10px;
  border: 1px solid color-mix(in srgb, var(--accent) 24%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--accent-soft) 64%, #fff);
  color: #5b3438;
  font-size: 0.78rem;
  font-weight: 800;
}

.rank-list {
  position: relative;
  z-index: 2;
  display: grid;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.rank-item {
  display: grid;
  min-height: 50px;
  padding: 9px 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.72);
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.rank-number {
  display: grid;
  width: 30px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--accent-soft);
  color: color-mix(in srgb, var(--accent) 76%, #51131d);
  font-size: 0.8rem;
  font-weight: 950;
}

.rank-player {
  min-width: 0;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.rank-score {
  text-align: right;
}

.rank-score strong,
.rank-score small {
  display: block;
}

.rank-score strong {
  color: var(--red-900);
  font-size: 0.9rem;
}

.rank-score small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.68rem;
}

.awards-section {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: var(--red-900);
}

.awards-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 200, 100, 0.18), transparent 22%),
    radial-gradient(circle at 90% 70%, rgba(255, 255, 255, 0.1), transparent 28%);
  pointer-events: none;
}

.awards-section .page-shell {
  position: relative;
}

.section-heading-light h2,
.section-heading-light .section-kicker {
  color: #fff;
}

.section-heading-light > p {
  color: rgba(255, 255, 255, 0.68);
}

.featured-award {
  display: grid;
  min-height: 340px;
  padding: clamp(26px, 4vw, 52px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 253, 248, 0.94);
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(62, 0, 13, 0.28);
  backdrop-filter: blur(20px) saturate(1.14);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: 34px;
}

.featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.award-tag {
  display: inline-flex;
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--red-100);
  color: var(--red-800);
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.featured-copy h3 {
  margin: 15px 0 0;
  color: var(--red-900);
  font-size: clamp(2.2rem, 5vw, 5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.featured-player {
  margin: 16px 0 0;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  font-weight: 950;
  overflow-wrap: anywhere;
}

.featured-description {
  max-width: 560px;
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.featured-score {
  color: var(--red-800);
  font-weight: 900;
}

.mvp-stats {
  display: grid;
  align-content: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mvp-stat {
  padding: 20px;
  border-radius: var(--radius-md);
  background: #f8eee6;
}

.mvp-stat:first-child {
  color: #fff;
  background: var(--red-800);
}

.mvp-stat strong,
.mvp-stat span {
  display: block;
}

.mvp-stat strong {
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1;
}

.mvp-stat span {
  margin-top: 8px;
  color: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  opacity: 0.68;
}

.award-grid {
  display: grid;
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.award-card {
  display: flex;
  min-height: 250px;
  padding: 24px;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.085);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.2);
  transition: transform 200ms ease, background 200ms ease;
}

.award-card:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, 0.13);
}

.award-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.award-icon {
  display: grid;
  width: 46px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 15px;
  background: #fff;
  color: var(--red-900);
  font-size: 1.35rem;
}

.award-value {
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 950;
  text-align: right;
}

.award-card h3 {
  margin: 18px 0 0;
  font-size: 1.15rem;
}

.award-player {
  margin: 6px 0 0;
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.award-description {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.88rem;
  line-height: 1.65;
}

.award-foot {
  margin: auto 0 0;
  padding-top: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.74rem;
  font-weight: 800;
}

.honor-like {
  position: relative;
  z-index: 3;
  display: inline-flex;
  min-height: 42px;
  margin-top: 16px;
  padding: 8px 13px;
  border: 1px solid rgba(178, 31, 45, 0.18);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--red-900);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.honor-like:hover:not(:disabled) {
  border-color: rgba(178, 31, 45, 0.46);
  transform: translateY(-2px);
}

.honor-like:active:not(:disabled) {
  transform: translateY(0) scale(0.97);
}

.honor-like:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.honor-like[data-liked="true"] {
  border-color: var(--red-800);
  color: #fff;
  background: var(--red-800);
}

.honor-like:disabled {
  cursor: wait;
  opacity: 0.62;
}

.honor-like .like-heart {
  font-size: 1rem;
  line-height: 1;
  transform-origin: center;
}

.honor-like[data-liked="true"] .like-heart {
  transform: scale(1.08);
}

.honor-like .like-count {
  min-width: 1.4em;
  padding-left: 7px;
  border-left: 1px solid currentColor;
  text-align: center;
}

.featured-award > .honor-like {
  grid-column: 1 / -1;
  justify-self: start;
  margin-top: -8px;
}

.award-card .honor-like {
  align-self: flex-start;
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.award-card .honor-like:hover:not(:disabled) {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.18);
}

.award-card .honor-like[data-liked="true"] {
  border-color: var(--gold);
  color: var(--red-950);
  background: var(--gold);
}

.method-section {
  padding: 70px 0;
}

.method-card {
  display: grid;
  padding: 32px 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 15px 50px rgba(91, 15, 25, 0.07);
  backdrop-filter: blur(16px) saturate(1.15);
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 18px;
}

.method-mark {
  display: grid;
  width: 42px;
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: var(--red-800);
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 800;
}

.method-card h2 {
  margin: 0;
  color: var(--red-900);
  font-size: 1.2rem;
}

.method-card p {
  max-width: 900px;
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.footer {
  padding: 34px 0 42px;
  color: rgba(255, 255, 255, 0.78);
  background: var(--red-950);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.footer p {
  margin: 0;
  font-size: 0.85rem;
}

.honor-toast {
  position: fixed;
  right: 18px;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  max-width: min(360px, calc(100vw - 36px));
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  color: #fff;
  background: rgba(78, 9, 19, 0.94);
  box-shadow: 0 16px 50px rgba(62, 0, 13, 0.3);
  font-size: 0.86rem;
  line-height: 1.5;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.honor-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal,
.character-card,
.award-card,
.featured-award {
  opacity: 1;
  transform: translateY(0);
}

.is-visible {
  transition: opacity 500ms ease, transform 500ms ease;
}

@media (max-width: 920px) {
  .hero {
    min-height: 720px;
  }

  .hero-content {
    min-height: 720px;
  }

  .hero-art {
    background-position: 58% top;
    background-size: auto 48%;
  }

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

  .section-heading,
  .featured-award {
    grid-template-columns: 1fr;
  }

  .featured-award {
    min-height: auto;
  }

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

@media (max-width: 620px) {
  :root {
    --shell: min(100% - 24px, 1180px);
    --radius-xl: 30px;
    --radius-lg: 24px;
  }

  .hero {
    min-height: 690px;
  }

  .hero::after {
    background:
      linear-gradient(0deg, var(--red-800) 0%, rgba(178, 31, 45, 0.92) 38%, rgba(178, 31, 45, 0.02) 76%),
      linear-gradient(90deg, rgba(124, 16, 30, 0.45), rgba(178, 31, 45, 0.02));
  }

  .hero-art {
    background-position: 62% top;
    background-size: auto 300px;
  }

  .hero-content {
    min-height: 690px;
    padding-block: 44px 86px;
  }

  .brand-logo {
    top: 88px;
    width: 148px;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(2.05rem, 8.5vw, 3.3rem);
  }

  .hero-subtitle {
    max-width: 340px;
    font-size: 0.98rem;
  }

  .hero-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-wave {
    bottom: -78px;
  }

  .champion-list,
  .character-grid,
  .award-grid {
    grid-template-columns: 1fr;
  }

  .champion-list {
    gap: 8px;
  }

  .champion-chip {
    padding: 12px 15px;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading {
    margin-bottom: 26px;
    gap: 18px;
  }

  .section-heading h2 {
    font-size: clamp(2.3rem, 13vw, 3.7rem);
  }

  .character-card {
    min-height: 575px;
    padding: 24px 20px 20px;
  }

  .character-card::after {
    top: 20px;
    right: 12px;
    width: 135px;
  }

  .character-image {
    top: 20px;
    right: -22px;
    width: 175px;
  }

  .character-card h3 {
    max-width: 58%;
    font-size: 2.5rem;
  }

  .winner-block {
    margin-top: 78px;
  }

  .rank-item {
    padding-inline: 10px;
    grid-template-columns: 30px minmax(0, 1fr) auto;
    gap: 8px;
  }

  .featured-award {
    padding: 26px 20px;
  }

  .mvp-stats {
    grid-template-columns: 1fr 1fr;
  }

  .mvp-stat {
    padding: 16px;
  }

  .award-card {
    min-height: 270px;
  }

  .honor-like {
    min-height: 44px;
  }

  .method-section {
    padding: 54px 0;
  }

  .method-card {
    padding: 26px 22px;
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
