.page-prematch {
  min-height: 100vh;
}

.prematch-page {
  max-width: min(1100px, 100% - 48px);
  margin: 0 auto;
  padding: 32px 24px 64px;
}

.prematch-hero {
  margin-bottom: 28px;
}

.prematch-hero__eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--trk-accent, #ff5500);
}

.prematch-hero__title {
  margin: 0 0 10px;
  font-size: clamp(1.75rem, 4vw, 2.4rem);
  font-weight: 900;
  letter-spacing: -0.03em;
}

.prematch-hero__sub {
  margin: 0;
  max-width: 62ch;
  color: var(--trk-muted, #94a3b8);
  line-height: 1.55;
}

.prematch-how {
  margin-bottom: 24px;
  padding: 20px 22px;
  border-radius: 16px;
  border: 1px solid var(--trk-border, rgba(148, 163, 184, 0.2));
  background: rgba(0, 0, 0, 0.18);
}

.prematch-how__title {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 800;
}

.prematch-how__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.prematch-how__step {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.prematch-how__num {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--trk-accent, #ff5500);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 28px;
  text-align: center;
}

.prematch-how__step strong {
  display: block;
  margin-bottom: 4px;
}

.prematch-how__step p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--trk-muted, #94a3b8);
  line-height: 1.5;
}

.prematch-how__note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  color: var(--trk-muted, #94a3b8);
  border-top: 1px solid var(--trk-border, rgba(148, 163, 184, 0.15));
  padding-top: 12px;
}

.prematch-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid var(--trk-border, rgba(148, 163, 184, 0.2));
  background: var(--trk-bg-card, rgba(15, 23, 42, 0.55));
  margin-bottom: 24px;
}

.prematch-form__label {
  font-size: 0.85rem;
  font-weight: 600;
}

.prematch-form__input,
.prematch-form__select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--trk-border, rgba(148, 163, 184, 0.25));
  background: rgba(0, 0, 0, 0.25);
  color: inherit;
  padding: 12px 14px;
  font: inherit;
}

.prematch-status {
  margin-bottom: 16px;
  color: var(--trk-muted, #94a3b8);
}

.prematch-briefing {
  margin-bottom: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 85, 0, 0.35);
  background: linear-gradient(135deg, rgba(255, 85, 0, 0.08), rgba(15, 23, 42, 0.65));
}

.prematch-briefing__inner {
  padding: 18px 20px;
}

.prematch-briefing__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
}

.prematch-briefing__meta {
  margin: 0 0 12px;
  font-size: 0.82rem;
  color: var(--trk-muted, #94a3b8);
}

.prematch-briefing__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 8px;
  line-height: 1.45;
}

.prematch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

.prematch-card {
  border-radius: 14px;
  border: 1px solid var(--trk-border, rgba(148, 163, 184, 0.2));
  background: var(--trk-bg-card, rgba(15, 23, 42, 0.55));
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.prematch-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.prematch-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.prematch-card__name {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
}

.prematch-card__meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--trk-muted, #94a3b8);
}

.prematch-card__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.prematch-stat {
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  font-size: 0.78rem;
}

.prematch-stat strong {
  display: block;
  font-size: 0.95rem;
}

.prematch-card__tips {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.85rem;
  line-height: 1.45;
}

.prematch-card__tips li {
  margin-bottom: 6px;
}

.prematch-card__link {
  margin-top: auto;
  font-size: 0.82rem;
}
