@charset "UTF-8";

.lr-game {
  --lg-ink: oklch(20% 0.045 253);
  --lg-navy: oklch(28% 0.115 252);
  --lg-blue: oklch(43% 0.145 246);
  --lg-muted: oklch(50% 0.035 250);
  --lg-paper: oklch(99% 0.004 230);
  --lg-surface: oklch(96% 0.018 229);
  --lg-line: oklch(79% 0.04 237);
  --lg-focus: oklch(70% 0.17 225);
  min-width: 320px;
  margin: 0;
  color: var(--lg-ink);
  background: oklch(93% 0.02 236);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", system-ui, sans-serif;
}

.lr-game *,
.lr-game *::before,
.lr-game *::after { box-sizing: border-box; }

.lr-game a:focus-visible,
.lr-game button:focus-visible {
  outline: 3px solid var(--lg-focus);
  outline-offset: 3px;
}

.lg-main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 clamp(56px, 8vw, 96px);
  background: var(--lg-surface);
}

.lg-breadcrumb {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 50%;
  width: min(1180px, calc(100% - 32px));
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: oklch(88% .03 235);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.lg-breadcrumb a { color: var(--lg-paper); text-decoration: none; }
.lg-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 4px; }

.lg-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 112px) max(16px, calc((100% - 1180px) / 2)) clamp(34px, 5vw, 64px);
  color: var(--lg-paper);
  background:
    linear-gradient(112deg, oklch(17% 0.085 255 / .92), oklch(22% 0.105 250 / .7) 58%, oklch(37% 0.12 225 / .44)),
    url('../img/hero2.jpg') center / cover;
  border-bottom: 3px solid var(--lg-focus);
}

.lg-kicker {
  margin: 0;
  color: oklch(83% 0.09 225);
  font-size: .7rem;
  font-weight: 850;
  letter-spacing: .15em;
}

.lg-hero h1 {
  max-width: 30ch;
  margin: 10px 0 clamp(30px, 5vw, 56px);
  color: var(--lg-paper);
  font-size: clamp(1.8rem, 4.6vw, 4rem);
  font-weight: 850;
  line-height: 1.32;
  letter-spacing: -.045em;
}

.lg-hero h1 small {
  display: inline-block;
  font-size: .52em;
  font-weight: 750;
  letter-spacing: 0;
  opacity: .82;
}

.lg-hero h1 br + small {
  display: block;
  margin-top: .12em;
}

.lg-hero h1.is-three-lines {
  font-size: clamp(1.2rem, 4.6vw, 2.4rem);
}

.lg-meta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
  margin: 0;
  background: oklch(98% .008 240 / .92);
  border-top: 1px solid oklch(85% .035 235 / .7);
  border-bottom: 1px solid oklch(85% .035 235 / .7);
  color: var(--lg-ink);
}

.lg-meta > div {
  min-width: 0;
  padding: 20px 22px;
}

.lg-meta > div + div { border-left: 1px solid oklch(76% .035 240); }
.lg-meta dt { margin-bottom: 8px; color: var(--lg-muted); font-size: .62rem; font-weight: 850; letter-spacing: .12em; }
.lg-meta dd { margin: 0; font-size: clamp(.88rem, 1.5vw, 1.05rem); font-weight: 750; line-height: 1.6; white-space: pre-line; }
.lg-meta dd span { margin-inline: 5px; color: var(--lg-muted); }

.lg-notice {
  width: min(1180px, calc(100% - 32px));
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 24px;
  margin: 20px auto 0;
  padding: 18px 22px;
  color: oklch(33% 0.07 46);
  background: oklch(95% 0.035 78);
  border: 1px solid oklch(80% 0.065 73);
  font-size: .82rem;
  line-height: 1.7;
}

.lg-notice strong { font-size: .64rem; letter-spacing: .12em; }
.lg-notice p:last-child { margin-bottom: 0; }

.lg-categories { width: min(1180px, calc(100% - 32px)); margin: clamp(64px, 9vw, 112px) auto 0; }

.lg-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 18px;
  border-bottom: 3px solid var(--lg-navy);
}

.lg-section-head h2 {
  margin: 4px 0 0;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.04em;
}

.lg-section-head > p {
  margin: 0;
  color: var(--lg-muted);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
}

.lg-section-head > p strong { margin-right: 5px; color: var(--lg-navy); font-size: 1.35rem; }

.lg-column-labels,
.lg-category-row {
  display: grid;
  grid-template-columns: 72px minmax(260px, 1fr) 130px 170px;
  gap: 24px;
  align-items: center;
}

.lg-column-labels {
  padding: 12px 18px;
  color: var(--lg-muted);
  font-size: .64rem;
  font-weight: 800;
  letter-spacing: .1em;
  border-bottom: 1px solid var(--lg-line);
}

.lg-category-row {
  min-height: 92px;
  padding: 17px 18px;
  color: inherit;
  text-decoration: none;
  background: var(--lg-paper);
  border-bottom: 1px solid var(--lg-line);
  transition: color .18s ease-out, background-color .18s ease-out, transform .18s ease-out;
}

.lg-category-row:hover {
  color: oklch(30% 0.13 245);
  background: oklch(98% 0.02 222);
  transform: translateX(4px);
}

.lg-category-number { color: oklch(48% 0.12 244); font-size: 1.25rem; font-weight: 850; font-variant-numeric: tabular-nums; }
.lg-category-name { font-size: clamp(.95rem, 1.6vw, 1.12rem); line-height: 1.5; }

.lg-category-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .65rem;
  font-weight: 850;
  letter-spacing: .08em;
}

.lg-category-status i { width: 8px; height: 8px; background: oklch(55% 0.025 247); }
.lg-category-row--live .lg-category-status { color: oklch(42% 0.17 28); }
.lg-category-row--live .lg-category-status i { background: oklch(60% 0.21 28); box-shadow: 0 0 0 5px oklch(60% 0.21 28 / .14); }
.lg-category-row--result .lg-category-status { color: oklch(41% 0.13 151); }
.lg-category-row--result .lg-category-status i { background: oklch(60% 0.17 151); }

.lg-category-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 14px;
  color: oklch(97% 0.008 220);
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .04em;
  background: var(--lg-navy);
}

.lg-category-action i { font-style: normal; }
.lg-category-row--live .lg-category-action { background: oklch(41% 0.17 29); }
.lg-category-row--waiting .lg-category-action { color: oklch(38% 0.025 248); background: oklch(88% 0.02 241); }

.lr-game footer { margin-top: clamp(56px, 8vw, 96px); }

@media (max-width: 760px) {
  .lr-game { background: var(--lg-surface); }

  .lg-main {
    width: 100%;
    margin: 0;
    padding: 0 0 48px;
  }

  .lg-breadcrumb { top: 16px; width: calc(100% - 32px); }
  .lg-hero { padding: 64px 16px 32px; }
  .lg-hero h1 { margin-bottom: 30px; font-size: clamp(1.65rem, 8vw, 2.35rem); }
  .lg-hero h1.is-three-lines { font-size: clamp(1.2rem, 4.6vw, 1.45rem); }
  .lg-meta { grid-template-columns: 1fr; }
  .lg-meta > div { padding: 17px 16px; }
  .lg-meta > div + div { border-top: 1px solid var(--lg-line); border-left: 0; }
  .lg-meta dd time { display: inline; }

  .lg-notice { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 8px; padding: 16px; }
  .lg-categories { width: calc(100% - 32px); margin-top: 64px; }
  .lg-section-head { align-items: flex-start; }
  .lg-column-labels { display: none; }

  .lg-category-row {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 8px 12px;
    min-height: 0;
    padding: 17px 0;
  }

  .lg-category-number {
    grid-row: 1 / span 2;
    align-self: start;
    width: 100%;
    padding-top: 2px;
    text-align: center;
    font-size: 1.08rem;
  }
  .lg-category-name { grid-column: 2; }
  .lg-category-status { grid-column: 2; margin-top: 2px; }
  .lg-category-action { grid-column: 1 / -1; margin-top: 8px; padding-inline: 16px; }
  .lr-game footer { margin-top: 56px; }
}

@media (prefers-reduced-motion: reduce) {
  .lr-game *,
  .lr-game *::before,
  .lr-game *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
