.yls-page {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 12% 8%, rgba(30, 136, 229, .18), transparent 28%),
    radial-gradient(circle at 86% 20%, rgba(0, 230, 118, .14), transparent 30%),
    linear-gradient(180deg, #07111e 0%, #0b1f3a 48%, #07111e 100%);
  font-feature-settings: "palt";
}

.yls-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.yls-hero {
  min-height: 680px;
  display: flex;
  align-items: center;
  padding: 110px 0 90px;
  background:
    linear-gradient(110deg, rgba(7, 17, 30, .98), rgba(7, 17, 30, .76)),
    url("http://youfo.or.jp/wp-content/uploads/2026/02/160025-18-9ec9f2ae7192369a8b74c9ce7cbd1812-3900x2600-1.webp") center/cover no-repeat;
}

.yls-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 56px;
  align-items: center;
}

.yls-eyebrow {
  margin: 0 0 14px;
  color: #00e676;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .14em;
}

.yls-hero h1,
.yls-section h2 {
  margin: 0;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: .02em;
}

.yls-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
}

.yls-hero__lead {
  margin: 24px 0 0;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.7;
}

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

.yls-summary-card,
.yls-podium-card,
.yls-match-card,
.yls-player-row,
.yls-play-row,
.yls-metric-card,
.yls-health-row,
.yls-coming-soon {
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(11, 31, 58, .72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
  backdrop-filter: blur(10px);
}

.yls-summary-card {
  padding: 24px;
  border-left: 4px solid #00e676;
}

.yls-summary-card--red {
  border-left-color: #e53935;
}

.yls-summary-card--blue {
  border-left-color: #1e88e5;
}

.yls-summary-card span,
.yls-metric-card span,
.yls-match-card__meta,
.yls-player-row p {
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.yls-summary-card strong,
.yls-summary-card b {
  display: block;
}

.yls-summary-card strong {
  margin-top: 10px;
  font-size: 24px;
}

.yls-summary-card b {
  margin-top: 6px;
  color: #00e676;
  font-size: 18px;
}

.yls-section {
  padding: 76px 0;
}

.yls-section-head {
  margin-bottom: 30px;
}

.yls-section h2 {
  font-size: clamp(30px, 4vw, 46px);
}

.yls-podium,
.yls-match-grid,
.yls-analytics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.yls-podium-card {
  padding: 24px;
}

.yls-podium-card span,
.yls-player-rank {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  color: #07111e;
  background: #00e676;
  font-weight: 900;
}

.yls-podium-card h3 {
  margin: 18px 0 12px;
  font-size: 22px;
}

.yls-podium-card strong {
  color: #00e676;
  font-size: 34px;
}

.yls-podium-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .74);
  font-weight: 800;
}

.yls-table-wrap {
  overflow-x: auto;
  margin-top: 22px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(7, 17, 30, .58);
}

.yls-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
}

.yls-table th,
.yls-table td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
  white-space: nowrap;
}

.yls-table th {
  color: #00e676;
  background: rgba(0, 230, 118, .08);
  font-size: 12px;
  letter-spacing: .08em;
}

.yls-table tr:last-child td {
  border-bottom: 0;
}

.yls-match-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yls-match-card {
  padding: 22px;
}

.yls-match-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.yls-score-line {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.yls-score-line div {
  font-weight: 800;
  line-height: 1.45;
}

.yls-score-line strong {
  color: #00e676;
  font-size: 32px;
}

.yls-match-card p {
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.yls-match-card b {
  color: #fff;
}

.yls-tabs {
  border-radius: 20px;
}

.yls-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.yls-tab-button {
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  font-weight: 900;
  cursor: pointer;
}

.yls-tab-button.is-active {
  color: #07111e;
  border-color: #00e676;
  background: #00e676;
}

.yls-tab-panel[hidden] {
  display: none;
}

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

.yls-player-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.yls-player-row h3 {
  margin: 0;
  font-size: 19px;
}

.yls-player-row p {
  margin: 6px 0 0;
}

.yls-player-row strong {
  color: #00e676;
  font-size: 28px;
  white-space: nowrap;
}

.yls-player-row small {
  color: rgba(255, 255, 255, .64);
  font-size: 12px;
}

.yls-coming-soon {
  display: grid;
  min-height: 180px;
  place-items: center;
  color: rgba(255, 255, 255, .74);
  font-size: 24px;
  font-weight: 900;
}

.yls-empty {
  max-width: 760px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
  background: rgba(11, 31, 58, .72);
  box-shadow: 0 20px 54px rgba(0, 0, 0, .22);
}

.yls-empty h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
}

.yls-empty p:last-child {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .72);
  font-weight: 800;
  line-height: 1.8;
}

.yls-play-list {
  position: relative;
  display: grid;
  gap: 12px;
}

.yls-play-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 18px;
}

.yls-play-row span {
  color: #00e676;
  font-size: 18px;
  font-weight: 900;
}

.yls-play-row p {
  margin: 0;
  font-weight: 800;
}

.yls-analytics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.yls-metric-card {
  padding: 24px;
}

.yls-metric-card strong {
  display: block;
  margin-top: 14px;
  color: #00e676;
  font-size: clamp(34px, 5vw, 52px);
}

.yls-metric-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, .78);
  font-weight: 800;
}

.yls-health-list {
  display: grid;
  gap: 16px;
}

.yls-health-row {
  padding: 20px;
}

.yls-health-row__top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  font-weight: 900;
}

.yls-health-row__top strong {
  color: #00e676;
}

.yls-health-bar {
  overflow: hidden;
  height: 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
}

.yls-health-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #43a047, #00e676);
}

.yls-cta {
  padding: 70px 0 100px;
  text-align: center;
}

.yls-btn {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 34px;
  border-radius: 14px;
  color: #07111e;
  background: #00e676;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(0, 230, 118, .24);
  transition: transform .2s ease, opacity .2s ease;
}

.yls-btn:hover {
  transform: translateY(-2px);
  opacity: .9;
}

@media (max-width: 980px) {
  .yls-hero__grid,
  .yls-podium,
  .yls-match-grid,
  .yls-analytics-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .yls-container {
    width: min(100% - 28px, 1180px);
  }

  .yls-hero {
    min-height: auto;
    padding: 86px 0 64px;
  }

  .yls-hero__grid,
  .yls-podium,
  .yls-match-grid,
  .yls-analytics-grid {
    grid-template-columns: 1fr;
  }

  .yls-section {
    padding: 64px 0;
  }

  .yls-summary-card,
  .yls-podium-card,
  .yls-match-card,
  .yls-metric-card {
    padding: 20px;
  }

  .yls-player-row {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .yls-player-row strong {
    grid-column: 2;
  }

  .yls-play-row {
    grid-template-columns: 68px minmax(0, 1fr);
  }

  .yls-health-row__top {
    display: grid;
  }
}
