:root {
  color-scheme: dark;
  --bg: #03070b;
  --glass: rgba(10, 20, 29, 0.58);
  --glass-strong: rgba(13, 26, 36, 0.76);
  --glass-soft: rgba(255, 255, 255, 0.07);
  --line: rgba(194, 246, 255, 0.22);
  --line-bright: rgba(112, 236, 255, 0.52);
  --text: #f3fbff;
  --muted: #9bb0bd;
  --cyan: #65eaff;
  --green: #72ffc2;
  --amber: #ffd977;
  --red: #ff718d;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.56);
  --inner: inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 4%, rgba(101, 234, 255, 0.22), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(114, 255, 194, 0.18), transparent 32%),
    linear-gradient(140deg, rgba(255, 217, 119, 0.07), transparent 42%),
    linear-gradient(180deg, #07111a, var(--bg));
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.shell {
  width: min(100% - 18px, 760px);
  margin: 0 auto;
  padding: 8px 0 28px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 0 14px;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.admin-topbar {
  padding-bottom: 8px;
}

.brand {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line-bright);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.03)),
    linear-gradient(135deg, rgba(101, 234, 255, 0.2), rgba(114, 255, 194, 0.14));
  box-shadow:
    0 0 34px rgba(101, 234, 255, 0.22),
    var(--inner);
  color: var(--cyan);
  font-weight: 900;
}

.brand strong,
.brand small,
.row-card strong,
.row-card span,
.fighter b,
.fighter span {
  display: block;
}

.brand strong,
.brand small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand small,
.eyebrow,
label,
.meta,
.empty,
.section-title p {
  color: var(--muted);
}

nav a,
button {
  min-height: 42px;
  border-radius: 8px;
  border: 1px solid rgba(194, 246, 255, 0.24);
  padding: 0 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  color: var(--text);
  cursor: pointer;
  box-shadow: var(--inner), 0 12px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

button {
  width: 100%;
  font-weight: 800;
}

nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  font-size: 14px;
}

button:active,
nav a:active {
  transform: translateY(1px);
}

.primary {
  border: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.45), transparent 36%),
    linear-gradient(135deg, var(--cyan), var(--green));
  color: #001014;
  box-shadow: 0 0 28px rgba(101, 234, 255, 0.24), 0 16px 34px rgba(0, 0, 0, 0.24);
}

.ghost {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(101, 234, 255, 0.06));
}

.danger {
  min-height: 38px;
  padding: 0 10px;
  color: #ffdce3;
  border-color: rgba(255, 107, 135, 0.3);
}

.admin-grid,
.stack,
.form-grid,
.board-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.admin-workspace {
  display: block;
}

.admin-view {
  display: none;
}

.admin-view.active {
  display: block;
}

.admin-menu {
  position: sticky;
  top: 58px;
  z-index: 9;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 7px;
  overflow-x: auto;
  padding: 6px 0 12px;
  margin-bottom: 2px;
  scrollbar-width: none;
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.admin-menu::-webkit-scrollbar {
  display: none;
}

.menu-item {
  width: auto;
  min-height: 36px;
  padding: 0 12px;
  border-color: rgba(194, 246, 255, 0.18);
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.menu-item.active {
  border: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.45), transparent 36%),
    linear-gradient(135deg, var(--cyan), var(--green));
  color: #001014;
}

.registration-grid,
.danger-zone {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

.registration-grid form {
  border: 1px solid rgba(194, 246, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

h3 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.panel,
.scoreboard {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 246, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025) 42%),
    var(--glass);
  box-shadow: var(--shadow), var(--inner);
  backdrop-filter: blur(24px) saturate(155%);
  -webkit-backdrop-filter: blur(24px) saturate(155%);
}

.panel::after,
.scoreboard::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(101, 234, 255, 0.12), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 28%);
  opacity: 0.82;
}

.panel::before,
.scoreboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(101, 234, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(101, 234, 255, 0.035) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(180deg, black, transparent 92%);
}

.panel > *,
.scoreboard > * {
  position: relative;
  z-index: 1;
}

.panel {
  padding: 12px;
}

.panel-head,
.section-title {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: 30px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

h2 {
  font-size: 19px;
  line-height: 1.18;
}

.eyebrow {
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 900;
}

.two {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 800;
}

.check {
  grid-template-columns: 20px 1fr;
  align-items: center;
}

.check input {
  width: 20px;
  height: 20px;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(194, 246, 255, 0.18);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(1, 8, 12, 0.54);
  color: var(--text);
  outline: none;
  font-size: 16px;
  box-shadow: var(--inner);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow: 0 0 0 3px rgba(85, 231, 255, 0.12);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 14px;
}

.stat {
  min-width: 0;
  border: 1px solid rgba(194, 246, 255, 0.18);
  border-radius: 8px;
  padding: 11px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(1, 8, 12, 0.42);
  box-shadow: var(--inner);
}

.stat b {
  display: block;
  font-size: 24px;
  color: var(--green);
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 12px;
}

.list {
  display: grid;
  gap: 10px;
  max-height: none;
  overflow: visible;
}

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

.row-card,
.match-card {
  border: 1px solid rgba(194, 246, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 15, 0.48);
  box-shadow: var(--inner), 0 14px 36px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
}

.row-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
}

.row-card strong,
.fighter b {
  overflow-wrap: anywhere;
}

.row-card .meta {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.35;
}

.match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.schedule-group {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(194, 246, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(120deg, rgba(101, 234, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(1, 8, 18, 0.58);
  box-shadow: var(--inner), 0 20px 48px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(22px) saturate(150%);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
}

.schedule-group::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(101, 234, 255, 0.18), transparent 34%),
    linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  opacity: 0.8;
}

.schedule-group.direct {
  background:
    linear-gradient(120deg, rgba(114, 255, 194, 0.15), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(2, 16, 20, 0.6);
}

.schedule-band,
.schedule-row {
  position: relative;
  z-index: 1;
}

.schedule-band {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(194, 246, 255, 0.16);
  background:
    linear-gradient(90deg, rgba(101, 234, 255, 0.9), rgba(114, 255, 194, 0.82));
  color: #001014;
  font-weight: 1000;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.schedule-group.direct .schedule-band {
  background:
    linear-gradient(90deg, rgba(114, 255, 194, 0.94), rgba(255, 217, 119, 0.88));
}

.schedule-band b {
  font-size: 10px;
  white-space: nowrap;
}

.schedule-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 8px;
  border-bottom: 1px solid rgba(194, 246, 255, 0.1);
}

.schedule-row:last-child {
  border-bottom: 0;
}

.schedule-time,
.schedule-place {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: #ffffff;
}

.schedule-time strong,
.schedule-place strong {
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: 0.03em;
}

.schedule-time span,
.schedule-place span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.schedule-pair {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
  align-items: center;
  gap: 5px;
}

.schedule-team {
  min-width: 0;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: stretch;
  min-height: 38px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, #ffffff, #edf6fb);
  color: #061018;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 14px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.rooster-color {
  display: grid;
  place-items: center;
  padding: 2px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.24), rgba(0, 0, 0, 0.08)),
    var(--tone);
  color: #061018;
  font-size: 8px;
  font-weight: 1000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

.team-body {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 1px;
  padding: 5px 6px;
}

.team-body strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.team-body span {
  color: #34414b;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.schedule-vs {
  display: grid;
  place-items: center;
  min-height: 18px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 1000;
  text-shadow: 0 0 18px rgba(101, 234, 255, 0.8);
}

.match-card {
  padding: 12px;
}

.match-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 10px;
  border: 1px solid rgba(101, 234, 255, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(101, 234, 255, 0.1));
  color: var(--cyan);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.fighters {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.fighter {
  min-width: 0;
  border: 1px solid rgba(194, 246, 255, 0.16);
  border-radius: 8px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.035);
  box-shadow: var(--inner);
}

.weight {
  margin: 7px 0;
  color: var(--amber);
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.versus {
  display: grid;
  place-items: center;
  min-height: 28px;
  color: var(--red);
  font-weight: 900;
}

.scoreboard {
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding: 14px 12px;
}

.scoreboard p {
  color: var(--muted);
  margin-top: 8px;
  line-height: 1.4;
}

.public-shell .match-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    var(--glass-strong);
}

.empty {
  padding: 18px;
  border: 1px dashed rgba(194, 246, 255, 0.28);
  border-radius: 8px;
  text-align: center;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.035);
}

.toast {
  position: fixed;
  left: 9px;
  right: 9px;
  bottom: 12px;
  z-index: 20;
  transform: translateY(18px);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(194, 246, 255, 0.24);
  border-radius: 8px;
  padding: 12px 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035)),
    rgba(7, 19, 27, 0.82);
  box-shadow: var(--shadow), var(--inner);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  transition: 160ms ease;
}

.toast.show {
  transform: translateY(0);
  opacity: 1;
}

.panel-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.danger-zone .danger,
.danger-zone .ghost {
  width: 100%;
}

.publish-box {
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid rgba(194, 246, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.publish-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
}

.history-list {
  display: grid;
  gap: 8px;
}

.history-card {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(194, 246, 255, 0.16);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 15, 0.5);
}

.history-card strong,
.history-card span {
  display: block;
}

.history-card span {
  color: var(--muted);
  font-size: 12px;
}

.history-actions {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 7px;
}

.search-box {
  margin-bottom: 10px;
}

.publish-status {
  margin-bottom: 10px;
}

.status-pill {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(194, 246, 255, 0.16);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 15, 0.58);
  box-shadow: var(--inner), 0 12px 28px rgba(0, 0, 0, 0.2);
}

.status-pill strong,
.status-pill span {
  display: block;
}

.status-pill span {
  color: var(--muted);
  font-size: 12px;
}

.status-pill.warn {
  border-color: rgba(255, 217, 119, 0.42);
}

.status-pill.ok {
  border-color: rgba(114, 255, 194, 0.22);
}

.ranking-control {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 8px;
  align-items: end;
}

.results-list,
.ranking-list {
  display: grid;
  gap: 8px;
}

.ranking-list {
  margin-bottom: 12px;
}

.result-card,
.rank-card {
  border: 1px solid rgba(194, 246, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(2, 10, 15, 0.5);
  box-shadow: var(--inner), 0 12px 28px rgba(0, 0, 0, 0.2);
}

.result-card {
  padding: 9px;
}

.result-head,
.result-match {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.result-head strong {
  font-size: 12px;
}

.result-head span {
  color: var(--muted);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.result-match {
  grid-template-columns: 1fr 24px 1fr;
  margin: 7px 0;
  font-size: 12px;
  text-transform: uppercase;
}

.result-match b {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-match span {
  display: grid;
  place-items: center;
  color: var(--red);
  font-weight: 1000;
}

.result-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px 58px;
  gap: 7px;
}

.result-form button {
  grid-column: 1 / -1;
}

.rank-card {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 10px;
  align-items: center;
  padding: 9px;
}

.rank-card > strong {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #001014;
}

.rank-card b,
.rank-card span {
  display: block;
}

.rank-card span {
  color: var(--muted);
  font-size: 12px;
}

.exporting .topbar,
.exporting .scoreboard,
.exporting .board-layout > aside {
  display: none;
}

@media (min-width: 560px) {
  .shell {
    width: min(100% - 28px, 860px);
    padding-top: 14px;
  }

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

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

  .row-card {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .registration-grid,
  .danger-zone {
    grid-template-columns: 1fr 1fr;
  }

  .danger-zone {
    grid-template-columns: repeat(3, 1fr);
  }

  .status-pill {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .shell {
    width: min(1480px, calc(100% - 32px));
    padding: 20px 0 42px;
  }

  .topbar {
    position: static;
    display: flex;
    justify-content: space-between;
    padding: 14px 0 22px;
  }

  .admin-menu {
    position: static;
    grid-auto-flow: initial;
    grid-auto-columns: initial;
    grid-template-columns: repeat(9, minmax(0, 1fr));
    overflow: visible;
  }

  .menu-item {
    width: 100%;
  }

  .brand {
    display: flex;
  }

  .brand-mark {
    width: 46px;
    height: 46px;
  }

  button {
    width: auto;
  }

  .admin-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .span-2 {
    grid-column: span 2;
  }

  .panel {
    padding: 18px;
  }

  .panel-head,
  .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
  }

  h1 {
    font-size: clamp(34px, 4vw, 54px);
  }

  .form-grid {
    grid-template-columns: minmax(220px, 1fr) repeat(2, 140px) auto;
    align-items: end;
  }

  .compact label {
    min-width: 0;
  }

  .list {
    max-height: 520px;
    overflow: auto;
    padding-right: 4px;
  }

  .horizontal {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }

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

  .schedule-row {
    grid-template-columns: 132px minmax(0, 1fr) 170px;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
  }

  .schedule-pair {
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
    align-items: center;
  }

  .schedule-team {
    min-height: 48px;
  }

  .schedule-time {
    text-align: left;
  }

  .schedule-place {
    text-align: right;
  }

  .fighters {
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
    align-items: stretch;
  }

  .versus {
    width: 42px;
    min-height: auto;
  }

  .scoreboard {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    min-height: 240px;
    margin-bottom: 18px;
    padding: 26px;
  }

  .scoreboard p {
    max-width: 720px;
  }

  .board-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 16px;
  }

  .toast {
    left: auto;
    right: 18px;
    bottom: 18px;
    max-width: 360px;
  }
}
