/* Lazy home widget modal styles. Loaded before SNG/private cash/vote modals open. */

.club-choice-vote-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  box-sizing: border-box;
}

.club-choice-vote-modal--open {
  display: flex;
}

.club-choice-vote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(7px);
}

.club-choice-vote-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(920px, 100%);
  max-height: min(86vh, 760px);
  overflow: hidden;
  color: #f8e7bd;
  border: 1px solid rgba(255, 169, 47, 0.7);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% -20%, rgba(255, 128, 0, 0.18), transparent 44%),
    linear-gradient(180deg, rgba(12, 15, 22, 0.98), rgba(2, 4, 8, 0.99));
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 199, 0.12),
    0 18px 54px rgba(0, 0, 0, 0.62),
    0 0 28px rgba(255, 105, 0, 0.22);
}

.club-choice-vote-modal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255, 196, 103, 0.2);
}

.club-choice-vote-modal__eyebrow {
  margin: 0 0 4px;
  color: rgba(248, 231, 189, 0.68);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.club-choice-vote-modal__title {
  margin: 0;
  color: #ffe4a2;
  font-size: clamp(24px, 5vw, 38px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

#sngChampionsTitle {
  max-width: calc(100vw - 104px);
  overflow: hidden;
  font-size: clamp(15px, 3.55vw, 28px);
  line-height: 1;
  white-space: nowrap;
  text-overflow: clip;
}

.club-choice-vote-modal__close {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  color: #ffe5ad;
  font: inherit;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  border: 1px solid rgba(255, 184, 70, 0.55);
  border-radius: 50%;
  background: rgba(8, 9, 14, 0.92);
  cursor: pointer;
}

.club-choice-vote-modal__status {
  min-height: 22px;
  padding: 9px 18px 0;
  color: rgba(255, 239, 201, 0.72);
  font-size: 13px;
  font-weight: 800;
}

.club-choice-vote-modal__status:empty {
  display: none;
}

.club-choice-vote-modal__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  padding: 12px 18px 18px;
}

.club-choice-vote-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 18px 18px;
}

.club-choice-vote-modal__share {
  min-height: 48px;
  padding: 0 18px;
  color: #ffe9b8;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1;
  border: 1px solid rgba(255, 184, 70, 0.52);
  border-radius: 12px;
  background: rgba(10, 13, 20, 0.94);
  box-shadow: inset 0 0 0 1px rgba(255, 241, 199, 0.1);
  cursor: pointer;
}

.club-choice-vote-modal__share--primary {
  flex: 1 1 auto;
  color: #241100;
  border-color: rgba(255, 230, 162, 0.88);
  background: linear-gradient(180deg, #fff1a9 0%, #ffb22d 42%, #ff7800 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.72),
    0 0 18px rgba(255, 132, 0, 0.28);
}

.club-choice-vote-modal__share--copy {
  flex: 0 0 auto;
  min-width: 154px;
}

.club-choice-vote-modal__share--copied,
.club-choice-vote-modal__share--copied:hover,
.club-choice-vote-modal__share--copied:focus-visible {
  color: #10200d;
  border-color: rgba(209, 255, 173, 0.92);
  background:
    radial-gradient(circle at 18px 50%, rgba(255, 255, 220, 0.74), transparent 26px),
    linear-gradient(180deg, #eaffb8 0%, #9be65d 48%, #39a935 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.72),
    0 0 0 1px rgba(172, 255, 113, 0.34),
    0 0 20px rgba(112, 255, 86, 0.32);
}

.club-choice-vote-modal__share--copied::before {
  content: "✓";
  margin-right: 7px;
  font-size: 18px;
  line-height: 1;
}

.club-choice-vote-modal__copy-feedback {
  flex: 1 0 100%;
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  color: #b9ff9a;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: right;
  text-shadow: 0 0 10px rgba(78, 255, 84, 0.34);
  opacity: 0;
  transform: translateY(-3px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.club-choice-vote-modal__copy-feedback--visible {
  max-height: 18px;
  min-height: 18px;
  opacity: 1;
  transform: translateY(0);
}

.club-choice-vote-modal__loading,
.club-choice-vote-modal__empty,
.club-choice-vote-modal__notice {
  padding: 14px;
  color: rgba(255, 239, 201, 0.82);
  font-weight: 800;
  text-align: center;
  border: 1px solid rgba(255, 184, 70, 0.24);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.club-choice-vote-modal__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 184, 70, 0.34);
  border-radius: 12px;
  background: rgba(255, 128, 0, 0.08);
}

.club-choice-vote-modal__summary span {
  color: rgba(255, 239, 201, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.club-choice-vote-modal__summary--timer > span {
  padding: 5px 10px;
  color: #fff3c2;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px solid rgba(255, 214, 105, 0.58);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 184, 70, 0.28), rgba(255, 128, 0, 0.16));
  box-shadow: 0 0 18px rgba(255, 184, 70, 0.24);
  text-shadow: 0 1px 8px rgba(255, 184, 70, 0.45);
}

.club-choice-vote-modal__summary strong {
  color: #ffd56f;
  font-size: clamp(16px, 4vw, 24px);
  line-height: 1;
  text-align: right;
  text-transform: uppercase;
}

.club-choice-vote-modal__paused-label {
  color: #ffefbd !important;
}

.club-choice-vote-modal__access-hint {
  flex: 0 0 100%;
  margin: -4px 0 0;
  color: rgba(255, 239, 201, 0.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.28;
}

.club-choice-vote-modal__pause-btn {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  color: #241100;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  border: 1px solid rgba(255, 230, 162, 0.78);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.club-choice-vote-modal__notice--paused {
  color: #fff1c8;
  border-color: rgba(255, 213, 111, 0.5);
  background: rgba(255, 184, 70, 0.1);
}

.club-choice-vote-modal__summary-desc {
  flex: 0 0 100%;
  margin: -2px 0 0;
  color: rgba(255, 239, 201, 0.74);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.club-choice-vote-modal__admin {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  gap: 12px;
  margin-bottom: 16px;
}

.club-choice-vote-modal__form,
.club-choice-vote-modal__start {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(255, 184, 70, 0.25);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.18);
}

.club-choice-vote-modal label {
  display: grid;
  gap: 5px;
  color: rgba(255, 239, 201, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.club-choice-vote-modal input,
.club-choice-vote-modal textarea,
.club-choice-vote-modal select {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff3d2;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  border: 1px solid rgba(255, 190, 86, 0.34);
  border-radius: 10px;
  background: rgba(2, 6, 12, 0.82);
}

.club-choice-vote-modal input,
.club-choice-vote-modal select {
  min-height: 38px;
  padding: 0 11px;
}

.club-choice-vote-modal textarea {
  min-height: 66px;
  padding: 10px 11px;
  resize: vertical;
}

.club-choice-vote-modal__check {
  display: flex !important;
  grid-auto-flow: column;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  justify-content: start;
  text-transform: none !important;
}

.club-choice-vote-modal__check input {
  width: 18px;
  min-height: 18px;
}

.club-choice-vote-modal__primary,
.club-choice-vote-modal__ghost {
  min-height: 40px;
  padding: 0 14px;
  color: #1b1004;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  border: 1px solid rgba(255, 230, 170, 0.42);
  border-radius: 10px;
  background: linear-gradient(180deg, #ffe28d, #d78617);
  cursor: pointer;
}

.club-choice-vote-modal__primary:disabled {
  cursor: not-allowed;
  filter: grayscale(0.65) brightness(0.74);
}

.club-choice-vote-modal__primary--wide {
  width: 100%;
  margin-top: 14px;
}

.club-choice-vote-modal__ghost {
  min-height: 34px;
  color: #ffe7b1;
  background: rgba(8, 9, 14, 0.9);
}

.club-choice-vote-modal__section-title,
.club-choice-vote-modal__side h3 {
  margin: 0 0 10px;
  color: #ffe4a4;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__candidates,
.club-choice-vote-modal__winners {
  display: grid;
  gap: 9px;
}

.club-choice-vote-modal__candidate,
.club-choice-vote-modal__winner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 184, 70, 0.26);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.club-choice-vote-modal__winner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
}

.club-choice-vote-modal__candidate-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.club-choice-vote-modal__candidate-edit {
  display: grid;
  flex: 1 1 100%;
  grid-template-columns: minmax(150px, 0.45fr) minmax(220px, 1fr) auto;
  align-items: end;
  gap: 10px;
  min-width: 0;
}

.club-choice-vote-modal__candidate-edit[hidden] {
  display: none !important;
}

.club-choice-vote-modal__candidate-edit textarea {
  min-height: 48px;
}

.club-choice-vote-modal__candidate-main {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.club-choice-vote-modal__candidate strong,
.club-choice-vote-modal__winner strong {
  color: #fff0c8;
  font-size: 16px;
}

.club-choice-vote-modal__candidate span,
.club-choice-vote-modal__winner span,
.club-choice-vote-modal__winner em {
  color: rgba(255, 239, 201, 0.7);
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}

.club-choice-vote-modal__winner-desc {
  grid-column: 1 / -1;
  margin-top: 2px;
  justify-content: flex-start;
  min-height: 0;
  padding: 7px 9px;
  border-color: rgba(255, 184, 70, 0.24);
  border-radius: 9px;
  background: rgba(8, 10, 14, 0.42);
  box-shadow: none;
  font-size: 12px;
  line-height: 1.18;
  text-align: left;
  text-wrap: auto;
}

.club-choice-vote-modal__winner-achievement-label {
  display: inline-flex;
  width: max-content;
  padding: 3px 8px;
  border: 1px solid rgba(255, 194, 80, 0.3);
  border-radius: 999px;
  color: #ffd574;
  background: rgba(255, 181, 49, 0.12);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__hero-winner {
  display: grid;
  grid-template-columns: clamp(210px, 30vw, 320px) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 205, 102, 0.42);
  border-radius: 16px;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 213, 111, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(37, 18, 6, 0.86), rgba(5, 8, 14, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 199, 0.12),
    0 14px 32px rgba(0, 0, 0, 0.3);
}

.club-choice-vote-modal__hero-winner-avatar {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: clamp(230px, 31vw, 330px);
  cursor: pointer;
}

.club-choice-vote-modal__hero-winner-avatar .club-choice-vote-modal__avatar {
  width: clamp(190px, 28vw, 300px);
  max-width: none;
  height: clamp(220px, 31vw, 330px);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.club-choice-vote-modal__hero-art {
  display: block;
  width: clamp(220px, 31vw, 330px);
  height: clamp(230px, 31vw, 330px);
  pointer-events: none;
}

.club-choice-vote-modal__hero-art img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter:
    drop-shadow(0 14px 18px rgba(0, 0, 0, 0.52))
    drop-shadow(0 0 20px rgba(255, 171, 42, 0.22));
}

.club-choice-vote-modal__hero-winner-main {
  display: grid;
  justify-items: start;
  gap: 7px;
  min-width: 0;
}

.club-choice-vote-modal__hero-winner-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  max-width: 100%;
}

.club-choice-vote-modal__hero-winner-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  color: #221000;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(255, 241, 199, 0.76);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff2ad, #ffbe42 54%, #f28b00);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.58),
    0 0 18px rgba(255, 184, 70, 0.25);
}

.club-choice-vote-modal__hero-winner-badge--month {
  color: #ffe8a6;
  border-color: rgba(255, 218, 128, 0.48);
  background:
    linear-gradient(180deg, rgba(255, 232, 166, 0.18), rgba(18, 22, 34, 0.82)),
    rgba(9, 12, 20, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 0 14px rgba(255, 184, 70, 0.18);
}

.club-choice-vote-modal__hero-winner-main strong {
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: #fff3cf;
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 1000;
  line-height: 0.95;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(65, 29, 0, 0.86),
    0 0 20px rgba(255, 213, 111, 0.2);
}

.club-choice-vote-modal__hero-winner-main em {
  color: #ffd56f;
  font-size: clamp(18px, 3.2vw, 28px);
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.club-choice-vote-modal__hero-winner-main p {
  margin: 0;
  color: rgba(255, 239, 201, 0.82);
  font-size: clamp(14px, 2.1vw, 18px);
  font-weight: 800;
  line-height: 1.28;
}

.club-choice-vote-modal__bracket {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.club-choice-vote-modal__bracket--tournament {
  grid-template-columns: minmax(0, 1fr) 76px minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.club-choice-vote-modal__bracket--final {
  grid-template-columns: minmax(42px, 1fr) minmax(260px, 520px) minmax(42px, 1fr);
}

.club-choice-vote-modal__side {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.club-choice-vote-modal__bracket--tournament .club-choice-vote-modal__side {
  border-radius: 0;
}

.club-choice-vote-modal__side--left {
  border-right-color: transparent;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.club-choice-vote-modal__side--right {
  border-left-color: transparent;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.club-choice-vote-modal__side--final {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.club-choice-vote-modal__side--cup {
  box-shadow: none;
}

.club-choice-vote-modal__match-list {
  display: grid;
  gap: 34px;
}

.club-choice-vote-modal__tabs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  padding: 5px;
  border: 1px solid rgba(255, 184, 70, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(18, 20, 28, 0.94), rgba(3, 5, 10, 0.94)),
    rgba(3, 5, 10, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 199, 0.04),
    0 12px 26px rgba(0, 0, 0, 0.22);
}

.club-choice-vote-modal__tab {
  min-width: 0;
  min-height: 42px;
  padding: 9px 12px;
  color: rgba(255, 239, 201, 0.68);
  border: 1px solid transparent;
  border-radius: 10px;
  background: rgba(10, 13, 20, 0.76);
  box-shadow: inset 0 -10px 20px rgba(0, 0, 0, 0.18);
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.club-choice-vote-modal__tab:hover,
.club-choice-vote-modal__tab:focus-visible {
  color: #fff1ce;
  border-color: rgba(255, 216, 125, 0.42);
  outline: none;
}

.club-choice-vote-modal__tab--active {
  color: #17100a;
  border-color: rgba(255, 241, 199, 0.84);
  background:
    linear-gradient(90deg, #fff1a6 0%, #ffc447 42%, #ff7f05 100%),
    #ffb43d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.46),
    0 0 20px rgba(255, 184, 70, 0.42);
  transform: translateY(-1px);
}

[data-theme="gold"] .club-choice-vote-modal__tab.club-choice-vote-modal__tab--active {
  color: #17100a;
  border-color: rgba(255, 241, 199, 0.84);
  background:
    linear-gradient(90deg, #fff1a6 0%, #ffc447 42%, #ff7f05 100%),
    #ffb43d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.46),
    0 0 20px rgba(255, 184, 70, 0.42);
}

.club-choice-vote-modal__tab-panels {
  min-width: 0;
}

.club-choice-vote-modal__tab-panel {
  min-width: 0;
}

.club-choice-vote-modal__tab-panel[hidden] {
  display: none;
}

.club-choice-vote-modal__vote-round-tabs {
  display: flex;
  gap: 7px;
  margin: 10px 0 12px;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid rgba(255, 184, 70, 0.22);
  border-radius: 12px;
  background: rgba(4, 6, 12, 0.48);
  scrollbar-width: none;
}

.club-choice-vote-modal__vote-round-tabs::-webkit-scrollbar {
  display: none;
}

.club-choice-vote-modal__vote-round-tab {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 14px;
  color: rgba(255, 239, 201, 0.72);
  border: 1px solid rgba(255, 184, 70, 0.16);
  border-radius: 9px;
  background: rgba(12, 15, 23, 0.78);
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition:
    border-color 0.18s ease,
    color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.club-choice-vote-modal__vote-round-tab:hover,
.club-choice-vote-modal__vote-round-tab:focus-visible {
  color: #fff1ce;
  border-color: rgba(255, 216, 125, 0.44);
  outline: none;
}

.club-choice-vote-modal__vote-round-tab--active {
  color: #201205;
  border-color: rgba(255, 241, 199, 0.74);
  background: linear-gradient(180deg, #ffe59a, #ffad2f);
  box-shadow: 0 0 14px rgba(255, 184, 70, 0.32);
}

.sng-champions-modal__panel {
  width: min(980px, 100%);
}

.club-choice-vote-modal__body.sng-champions-modal__body--with-join-dock {
  padding-bottom: max(92px, calc(92px + env(safe-area-inset-bottom, 0px)));
}

.club-choice-vote-modal__body.sng-champions-modal__body--with-join-dock + .club-choice-vote-modal__footer {
  margin-bottom: env(safe-area-inset-bottom, 0px);
}

.sng-champions-modal__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 8px;
}

.sng-champions-modal__signup-tools {
  display: flex;
  justify-content: flex-end;
  min-height: 0;
  margin: 0 0 6px;
}

.sng-champions-modal__edit-btn {
  min-height: 30px;
  padding: 6px 13px;
  border: 1px solid rgba(255, 191, 80, 0.62);
  border-radius: 999px;
  background: rgba(255, 146, 25, 0.12);
  color: #ffe8a7;
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 244, 190, 0.08), 0 0 14px rgba(255, 129, 0, 0.18);
}

.sng-champions-modal__hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 0 10px;
  aspect-ratio: 1672 / 941;
  border: 1px solid rgba(255, 184, 70, 0.34);
  border-radius: 14px;
  background: #05070a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 225, 160, 0.06),
    0 0 20px rgba(255, 145, 25, 0.16);
}

.sng-champions-modal__hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sng-champions-modal__hero-live {
  position: absolute;
  z-index: 2;
  isolation: isolate;
  display: inline-grid;
  place-items: center;
  height: 6.3%;
  padding: 0 0.4%;
  color: #f3c65b;
  border-radius: 8px;
  background: #06080b;
  box-shadow:
    0 0 0 clamp(5px, 0.8vw, 14px) #06080b,
    0 0 14px rgba(0, 0, 0, 0.88),
    inset 0 0 12px rgba(255, 160, 26, 0.08);
  font-size: clamp(14px, 3vw, 48px);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  text-align: center;
  text-shadow:
    0 2px 0 rgba(34, 16, 2, 0.96),
    0 0 8px rgba(255, 221, 124, 0.4);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sng-champions-modal__hero-live::before {
  content: "";
  position: absolute;
  inset: -28% -18%;
  z-index: -1;
  border-radius: 10px;
  background:
    radial-gradient(ellipse at 50% 15%, rgba(255, 199, 78, 0.1), transparent 64%),
    linear-gradient(180deg, #10100e, #06080b 62%, #050609);
}

.sng-champions-modal__hero-live--players {
  left: 35.4%;
  top: 87%;
  width: 12.4%;
}

.sng-champions-modal__hero-live--requests {
  left: 52.3%;
  top: 87%;
  width: 4.5%;
}

.sng-champions-modal__hero-live--waiting {
  left: 68.6%;
  top: 87%;
  width: 4.5%;
}

.sng-champions-modal__summary--compact {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
}

.sng-champions-modal__summary--compact > div {
  grid-column: span 2;
}

.sng-champions-modal__summary-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  container-type: inline-size;
  --sng-champions-summary-bg: none;
}

.sng-champions-modal__summary > div,
.sng-champions-modal__buyin,
.sng-champions-modal__description,
.sng-champions-modal__prizes article {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 12px;
  background: rgba(255, 128, 0, 0.07);
}

.sng-champions-modal__summary span,
.sng-champions-modal__buyin span,
.sng-champions-modal__description span,
.sng-champions-modal__prizes span,
.sng-champions-modal__entry span,
.sng-champions-modal__entry small {
  color: rgba(255, 239, 201, 0.68);
  font-size: 10.5px;
  font-weight: 850;
}

.sng-champions-modal__summary strong,
.sng-champions-modal__buyin strong,
.sng-champions-modal__prizes strong {
  color: #ffd56f;
  font-size: clamp(15px, 3vw, 21px);
  font-weight: 1000;
  line-height: 0.98;
  overflow-wrap: anywhere;
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card {
  align-content: center;
  min-height: 104px;
  aspect-ratio: 2.86 / 1;
  padding: 18px 24px 16px 37%;
  border-color: rgba(197, 122, 30, 0.66);
  border-radius: 16px;
  background-color: #050810;
  box-shadow:
    inset 0 0 0 1px rgba(255, 225, 160, 0.06),
    0 0 18px rgba(255, 145, 25, 0.16);
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: var(--sng-champions-summary-bg) center / 100% 100% no-repeat;
  pointer-events: none;
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(2, 6, 12, 0) 0%, rgba(2, 6, 12, 0.1) 34%, rgba(2, 6, 12, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 190, 58, 0.04), rgba(2, 6, 12, 0.02));
  pointer-events: none;
}

.sng-champions-modal__summary-card--players {
  --sng-champions-summary-bg: url("./assets/sng-champions-card-players.webp?v=2");
}

.sng-champions-modal__summary-card--requests {
  --sng-champions-summary-bg: url("./assets/sng-champions-card-requests.webp?v=2");
}

.sng-champions-modal__summary-card--waiting {
  --sng-champions-summary-bg: url("./assets/sng-champions-card-waiting.webp?v=2");
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin,
.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize {
  align-content: start;
  justify-items: center;
  min-height: 0;
  aspect-ratio: 1.02 / 1;
  padding: 14% 10% 48%;
  text-align: center;
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin::before,
.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize::before {
  background-position: center bottom;
  background-size: 112% auto;
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize-2::before {
  background-size: 118% auto;
}

.sng-champions-modal__summary-card--buyin {
  --sng-champions-summary-bg: url("./assets/sng-champions-prize-buyin.webp?v=2");
}

.sng-champions-modal__summary-card--prize-1 {
  --sng-champions-summary-bg: url("./assets/sng-champions-prize-first.webp?v=2");
}

.sng-champions-modal__summary-card--prize-2 {
  --sng-champions-summary-bg: url("./assets/sng-champions-prize-ticket.webp?v=2");
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card span {
  position: relative;
  z-index: 2;
  color: rgba(255, 239, 201, 0.68);
  font-size: clamp(15px, 8cqw, 28px);
  line-height: 1.02;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card strong {
  position: relative;
  z-index: 2;
  color: #fff4d6;
  font-size: clamp(34px, 20cqw, 66px);
  line-height: 0.96;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(0, 0, 0, 0.54),
    0 0 16px rgba(255, 178, 50, 0.28);
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin strong,
.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize strong {
  max-width: 100%;
  color: #f5c75f;
  font-size: clamp(34px, 17cqw, 70px);
  letter-spacing: 0;
  line-height: 0.96;
  white-space: normal;
}

.sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize-2 strong {
  font-size: clamp(24px, 10.2cqw, 48px);
  line-height: 1.08;
}

.sng-champions-modal__buyin {
  margin-bottom: 8px;
}

.sng-champions-modal__description {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: start;
  min-height: 70px;
  padding: 9px 14px;
  margin-bottom: 8px;
  border: 1px solid rgba(197, 122, 30, 0.68);
  border-radius: 14px;
  background:
    radial-gradient(circle at 5% 50%, rgba(255, 184, 70, 0.14), transparent 28%),
    linear-gradient(135deg, rgba(12, 17, 24, 0.98), rgba(3, 7, 14, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 153, 0.05),
    0 0 16px rgba(255, 141, 22, 0.1);
}

.sng-champions-modal__description::before,
.sng-champions-modal__notice::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 232, 174, 0.1), 0 0 12px rgba(255, 184, 70, 0.13);
}

.sng-champions-modal__description::before {
  content: "▤";
  grid-row: 1 / span 2;
  align-self: start;
  color: #ffd16b;
  border: 1px solid rgba(255, 184, 70, 0.42);
  background: rgba(255, 184, 70, 0.08);
}

.sng-champions-modal__description span {
  align-self: start;
  margin-top: 2px;
  color: rgba(255, 239, 201, 0.58);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
}

.sng-champions-modal__description-head {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.sng-champions-modal__description-head .sng-champions-modal__edit-btn {
  flex: 0 0 auto;
  min-height: 26px;
  padding: 5px 10px;
  font-size: 10px;
}

.sng-champions-modal__description-text {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  gap: 7px;
  min-width: 0;
}

.sng-champions-modal__description p {
  margin: 0;
  color: #ffe3a3;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.sng-champions-modal__prizes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 8px;
}

.sng-champions-modal__admin,
.sng-champions-modal__notice,
.sng-champions-modal__entries,
.sng-champions-modal__bracket {
  margin-top: 12px;
}

.sng-champions-modal__admin {
  padding: 12px;
  border: 1px solid rgba(255, 184, 70, 0.26);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.sng-champions-modal__settings {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(150px, 1fr) minmax(180px, 1.4fr);
  gap: 9px;
  margin-bottom: 10px;
}

.sng-champions-modal__settings-wide {
  grid-column: 1 / -1;
}

.sng-champions-modal__settings label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: rgba(255, 239, 201, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.sng-champions-modal__settings input,
.sng-champions-modal__settings textarea {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  color: #fff3d2;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  border: 1px solid rgba(255, 190, 86, 0.34);
  border-radius: 10px;
  background: rgba(2, 6, 12, 0.82);
}

.sng-champions-modal__settings input {
  min-height: 38px;
  padding: 0 10px;
}

.sng-champions-modal__settings textarea {
  min-height: 156px;
  padding: 10px;
  resize: vertical;
}

.sng-champions-modal__create-tournament textarea {
  min-height: 156px;
  resize: vertical;
}

.sng-champions-modal__admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sng-champions-modal__admin-hint {
  margin: 9px 0 0;
  color: rgba(255, 239, 201, 0.66);
  font-size: 12px;
  font-weight: 800;
}

.sng-champions-modal__main-action,
.sng-champions-modal__secondary-action,
.sng-champions-modal__danger-action,
.sng-champions-modal__entry-actions button,
.sng-champions-modal__winner-btn {
  min-height: 38px;
  padding: 0 14px;
  color: #1c1003;
  font: inherit;
  font-size: 13px;
  font-weight: 950;
  border: 1px solid rgba(255, 230, 162, 0.78);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.sng-champions-modal__secondary-action,
.sng-champions-modal__entry-actions button {
  color: #ffe7b1;
  border-color: rgba(255, 184, 70, 0.42);
  background: rgba(8, 9, 14, 0.9);
}

.sng-champions-modal__bottom-actions {
  display: grid;
  margin-top: 14px;
}

.sng-champions-modal__secondary-action--cancel {
  width: 100%;
  min-height: 42px;
  color: rgba(255, 225, 176, 0.78);
  border-color: rgba(255, 184, 70, 0.24);
  background: rgba(8, 9, 14, 0.58);
  box-shadow: inset 0 0 0 1px rgba(255, 230, 162, 0.04);
}

.sng-champions-modal__danger-action {
  color: #ffe3d7;
  border-color: rgba(255, 120, 72, 0.45);
  background: rgba(73, 18, 8, 0.86);
}

.sng-champions-modal__main-action--wide {
  width: 100%;
  min-height: 48px;
  font-size: 16px;
}

.sng-champions-modal__join-dock {
  position: absolute;
  z-index: 1002;
  right: 18px;
  bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  left: 18px;
  display: grid;
  width: auto;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 16px;
  background: rgba(3, 7, 14, 0.94);
  box-shadow: 0 -10px 28px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.sng-champions-modal__join-dock--actions {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
}

.sng-champions-modal__ready-dock {
  gap: 7px;
  padding: 12px;
  border: 2px solid #cfff35;
  background: linear-gradient(180deg, rgba(26, 54, 5, 0.98), rgba(2, 18, 8, 0.98));
  box-shadow: 0 -10px 38px rgba(183, 255, 45, 0.48), 0 0 30px rgba(112, 255, 71, 0.38), inset 0 0 20px rgba(190, 255, 52, 0.1);
}

.sng-champions-modal__ready-dock > span {
  color: #efffc8;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.sng-champions-modal__ready-dock .sng-champions-modal__ready-btn {
  min-height: 56px;
  border: 3px solid #fffbd0 !important;
  color: #102000 !important;
  background: linear-gradient(135deg, #fffbd1 0%, #efff00 30%, #9dff00 65%, #28f477 100%) !important;
  box-shadow: inset 0 2px 0 #fff, 0 0 18px #f4ff3b, 0 0 42px rgba(166, 255, 0, 0.95), 0 0 68px rgba(32, 255, 112, 0.58) !important;
  font-size: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.88);
  filter: brightness(1.18) saturate(1.28);
}

@media (max-width: 620px) {
  .sng-champions-modal__join-dock {
    right: 12px;
    bottom: calc(60px + env(safe-area-inset-bottom, 0px));
    left: 12px;
    padding: 8px;
    border-radius: 14px;
  }
}

.sng-champions-modal__join-dock .sng-champions-modal__main-action {
  pointer-events: auto;
}

.sng-champions-modal__main-action--confirmed,
.sng-champions-modal__main-action--confirmed:disabled {
  color: #d9ffc2;
  border-color: rgba(117, 208, 80, 0.64);
  background: rgba(37, 91, 18, 0.72);
  opacity: 1;
}

.sng-champions-modal .club-choice-vote-modal__footer {
  position: relative;
  z-index: 2;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 184, 70, 0.16);
  background: linear-gradient(180deg, rgba(3, 7, 16, 0), rgba(3, 7, 16, 0.72));
}

.sng-champions-modal button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.65) brightness(0.72);
  opacity: 0.72;
}

.sng-champions-modal__notice {
  position: relative;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  min-height: 58px;
  padding: 9px 14px;
  color: rgba(255, 239, 201, 0.82);
  font-weight: 850;
  line-height: 1.2;
  border: 1px solid rgba(255, 184, 70, 0.34);
  border-radius: 14px;
  background:
    radial-gradient(circle at 5% 50%, rgba(255, 184, 70, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(12, 17, 24, 0.96), rgba(3, 7, 14, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 153, 0.04),
    0 0 16px rgba(255, 141, 22, 0.1);
}

.sng-champions-modal__notice::before {
  content: "!";
  color: #ffd16b;
  border: 1px solid rgba(255, 184, 70, 0.42);
  background: rgba(255, 184, 70, 0.08);
}

.sng-champions-modal__notice--good {
  color: #fff3c8;
  border-color: rgba(255, 213, 111, 0.44);
  background: rgba(255, 184, 70, 0.1);
}

.sng-champions-modal__notice--good::before {
  content: "✓";
  color: #bff69d;
  border-color: rgba(117, 208, 80, 0.64);
  background: rgba(37, 91, 18, 0.24);
}

.sng-champions-modal__notice--pending::before {
  content: "⌛";
  font-size: 18px;
}

.sng-champions-modal__notice--balance::before {
  content: "₽";
  color: #f7d78a;
  border-color: rgba(247, 215, 138, 0.58);
  background: rgba(99, 68, 15, 0.24);
}

.sng-champions-modal__notice--rejected {
  color: #ff765e;
  border-color: rgba(255, 73, 43, 0.72);
  background:
    radial-gradient(circle at 5% 50%, rgba(255, 73, 43, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(44, 10, 12, 0.96), rgba(18, 4, 8, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 179, 148, 0.04),
    0 0 16px rgba(255, 73, 43, 0.14);
}

.sng-champions-modal__notice--rejected::before {
  content: "×";
  color: #ff694f;
  border-color: rgba(255, 73, 43, 0.66);
  background: rgba(110, 24, 13, 0.34);
}

.sng-champions-modal__entries {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.sng-champions-modal__entries-column {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 0;
  padding: 0 0 14px;
}

.sng-champions-modal__entries-column h3 {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 2px;
  color: #d8a342;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 0 12px rgba(255, 184, 70, 0.22);
}

.sng-champions-modal__entries-column h3::before {
  flex: 0 0 auto;
  color: #f4b945;
  font-size: 17px;
  line-height: 1;
}

.sng-champions-modal__entries-column--approved h3::before {
  content: "☆";
}

.sng-champions-modal__entries-column--pending h3::before {
  content: "♟";
}

.sng-champions-modal__entry {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: center;
  gap: 0 16px;
  min-height: 180px;
  padding: 14px 16px;
  border: 1px solid rgba(205, 126, 31, 0.44);
  border-radius: 16px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 184, 70, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(13, 18, 25, 0.98), rgba(4, 8, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(255, 224, 153, 0.05),
    0 0 18px rgba(255, 141, 22, 0.14);
}

.sng-champions-modal__entry-main {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
}

.sng-champions-modal__entry-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  padding: 0;
  border: 3px solid rgba(201, 145, 65, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 112, 0.28), transparent 42%),
    radial-gradient(circle at 50% 54%, rgba(2, 6, 23, 0.72), rgba(5, 8, 14, 0.96) 70%);
  box-shadow:
    inset 0 0 0 2px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(255, 184, 70, 0.18);
  cursor: pointer;
  overflow: visible;
}

.sng-champions-modal__entry-avatar b {
  color: #f9d98b;
  font-size: 42px;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 2px 0 #000, 0 0 12px rgba(255, 184, 70, 0.36);
}

.sng-champions-modal__entry-avatar-media {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 244, 190, 0.1);
}

.sng-champions-modal__entry-avatar-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
  object-position: center 58%;
}

.sng-champions-modal__entry-avatar-img--art {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 196%;
  height: 196%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center bottom;
  transform: translate(-50%, -37%);
}

.sng-champions-modal__entry-avatar em {
  position: absolute;
  right: 50%;
  bottom: -11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 26px;
  padding: 0 7px;
  color: #ffe7a8;
  border: 2px solid rgba(255, 214, 105, 0.7);
  border-radius: 999px;
  background: rgba(5, 7, 12, 0.96);
  box-shadow: 0 0 12px rgba(255, 184, 70, 0.24);
  font-size: 14px;
  font-style: normal;
  font-weight: 1000;
  transform: translateX(50%);
}

.sng-champions-modal__entry strong {
  min-width: 0;
  overflow: hidden;
  color: #f7efe0;
  font-size: 24px;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__entry-name {
  justify-self: start;
  max-width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #f7efe0;
  font: inherit;
  font-size: 24px;
  font-weight: 1000;
  line-height: 1.05;
  text-align: left;
  text-overflow: ellipsis;
  text-decoration: underline;
  text-decoration-color: rgba(255, 213, 111, 0.42);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  white-space: nowrap;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sng-champions-modal__entry-name:active {
  transform: translateY(1px);
}

.sng-champions-modal__entry-meta {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: rgba(255, 239, 201, 0.68);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
}

.sng-champions-modal__entry-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__entry-poker21 {
  display: grid;
  grid-template-columns: 1fr;
  justify-self: start;
  gap: 3px;
  width: 100%;
  max-width: 100%;
  color: #fff0c9;
  font-size: 14px;
  line-height: 1.1;
}

.sng-champions-modal__entry-poker21 small {
  color: rgba(255, 239, 201, 0.62);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.sng-champions-modal__entry-poker21 strong {
  display: block;
  max-width: 100%;
  overflow: visible;
  font-weight: 1000;
  overflow-wrap: anywhere;
  text-overflow: clip;
  white-space: normal;
}

.sng-champions-modal__entry-status {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  min-height: 28px;
  padding: 0 10px;
  overflow: hidden;
  color: #8bd15f;
  border: 1px solid rgba(117, 208, 80, 0.64);
  border-radius: 8px;
  background: rgba(37, 91, 18, 0.24);
  box-shadow: inset 0 0 0 1px rgba(204, 255, 172, 0.06);
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__entry-status i {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}

.sng-champions-modal__entry-status--pending {
  color: #f0c46a;
  border-color: rgba(240, 196, 106, 0.5);
  background: rgba(104, 70, 14, 0.22);
}

.sng-champions-modal__entry-status--rejected {
  color: #ffb4b4;
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(127, 29, 29, 0.22);
}

.sng-champions-modal__entry-status--balance_requested {
  color: #f7d78a;
  border-color: rgba(247, 215, 138, 0.54);
  background: rgba(99, 68, 15, 0.26);
}

.sng-champions-modal__entry--approved {
  border-color: rgba(205, 126, 31, 0.6);
}

.sng-champions-modal__entry--balance_requested {
  border-color: rgba(247, 215, 138, 0.42);
}

.sng-champions-modal__entry--rejected {
  opacity: 0.68;
}

.sng-champions-modal__entry-actions {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.sng-champions-modal__entry-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  min-height: 54px;
  padding: 0 12px;
  border-radius: 9px;
  font-size: 16px;
  line-height: 1;
}

.sng-champions-modal__entry-action span {
  flex: 0 0 auto;
  font-size: 31px;
  line-height: 1;
}

.sng-champions-modal__entry-action strong {
  color: inherit;
  font-size: 17px;
  line-height: 1;
  white-space: normal;
}

.sng-champions-modal__entry-action--approve {
  color: #ffe2a1;
  border-color: rgba(255, 153, 24, 0.72);
  background: linear-gradient(180deg, rgba(120, 62, 5, 0.92), rgba(78, 37, 4, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 227, 161, 0.16),
    0 0 14px rgba(255, 136, 20, 0.22);
}

.sng-champions-modal__entry-action--reject {
  color: #f4efe6;
  border-color: rgba(239, 68, 68, 0.68);
  background: linear-gradient(180deg, rgba(20, 24, 31, 0.94), rgba(8, 12, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(255, 166, 166, 0.08),
    0 0 14px rgba(239, 68, 68, 0.16);
}

.sng-champions-modal__entry-action--balance {
  color: #f7d78a;
  border-color: rgba(247, 215, 138, 0.68);
  background: linear-gradient(180deg, rgba(64, 52, 31, 0.95), rgba(24, 28, 36, 0.95));
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 174, 0.12),
    0 0 14px rgba(247, 215, 138, 0.14);
}

.sng-champions-modal__entries-empty {
  position: relative;
  display: grid;
  grid-column: 1 / -1;
  place-items: center;
  min-height: 180px;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.58);
  border: 1px solid rgba(205, 126, 31, 0.36);
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% -3%, rgba(255, 184, 70, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(9, 13, 20, 0.96), rgba(3, 7, 14, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 224, 153, 0.04);
  font-size: 22px;
  font-weight: 900;
}

.sng-champions-modal__entries-empty::before {
  content: "A♣";
  position: absolute;
  top: 47px;
  left: 50%;
  color: rgba(255, 239, 201, 0.09);
  font-size: 54px;
  font-weight: 1000;
  letter-spacing: -10px;
  transform: translateX(-50%) rotate(-8deg);
}

.sng-champions-modal__entries-empty::after {
  content: "";
  position: absolute;
  top: 67px;
  left: 50%;
  width: 74px;
  height: 24px;
  border-radius: 999px;
  background: radial-gradient(ellipse at center, rgba(255, 184, 70, 0.12), transparent 70%);
  transform: translateX(-50%);
}

.sng-champions-modal__bracket-slider {
  display: grid;
  gap: 12px;
}

.sng-champions-modal__bracket-subnav {
  display: grid;
  position: relative;
  gap: 7px;
  margin: -4px 0 14px;
  padding: 10px 9px 9px;
  border: 2px solid rgba(255, 184, 70, 0.58);
  border-top-color: rgba(255, 202, 86, 0.82);
  border-radius: 0 0 16px 16px;
  background:
    radial-gradient(ellipse at 83% -16px, rgba(255, 163, 26, 0.32), transparent 42%),
    linear-gradient(180deg, rgba(255, 184, 70, 0.18), rgba(255, 184, 70, 0.04)),
    rgba(5, 8, 14, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 199, 0.12),
    0 0 0 1px rgba(255, 128, 0, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.18);
}

.sng-champions-modal__bracket-subnav::before {
  content: "";
  position: absolute;
  right: 4%;
  top: -8px;
  width: 31%;
  height: 8px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 55%, #f08700);
  box-shadow:
    0 0 0 1px rgba(255, 240, 188, 0.56),
    0 0 20px rgba(255, 145, 22, 0.38);
}

.sng-champions-modal__bracket-subnav-label {
  justify-self: start;
  padding: 0 7px;
  color: rgba(255, 222, 166, 0.68);
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.sng-champions-modal__bracket-subtabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.sng-champions-modal__bracket-subtab {
  position: relative;
  min-width: 0;
  min-height: 42px;
  padding: 0 10px;
  color: rgba(255, 239, 201, 0.78);
  font: inherit;
  font-size: 12px;
  font-weight: 1000;
  border: 1px solid rgba(255, 184, 70, 0.32);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(18, 22, 34, 0.96), rgba(4, 7, 13, 0.96));
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 241, 199, 0.06);
}

.sng-champions-modal__bracket-subtab--active,
.sng-champions-modal__bracket-subtab[aria-selected="true"] {
  color: #1c1003;
  border-color: rgba(255, 240, 188, 0.94);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.58),
    0 0 0 2px rgba(255, 230, 162, 0.22),
    0 0 24px rgba(255, 145, 22, 0.42);
  transform: translateY(-1px);
}

.sng-champions-modal__bracket-subpanel[hidden] {
  display: none;
}

.sng-champions-modal__bracket-slider--preview .sng-champions-modal__bracket-player {
  color: rgba(255, 239, 198, 0.82);
  border-color: rgba(255, 178, 42, 0.28);
}

.sng-champions-modal__bracket-slider--preview .sng-champions-modal__bracket-player span {
  opacity: 0.82;
}

.sng-champions-modal__stage-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 46px;
  align-items: center;
  gap: 10px;
}

.sng-champions-modal__stage-head > div {
  display: grid;
  justify-items: center;
  gap: 3px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 12px;
  background: rgba(255, 128, 0, 0.08);
}

.sng-champions-modal__stage-head span,
.sng-champions-modal__stage-head em {
  color: rgba(255, 239, 201, 0.68);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

.sng-champions-modal__stage-head strong {
  color: #ffd56f;
  font-size: clamp(24px, 7vw, 42px);
  font-weight: 1000;
  line-height: 0.95;
  text-transform: uppercase;
}

.sng-champions-modal__stage-head .sng-champions-modal__stage-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 22px;
  padding: 4px 10px;
  color: #1c1003;
  border: 1px solid rgba(255, 235, 168, 0.58);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffeaa4 0%, #ffb72e 55%, #ff920f 100%);
  box-shadow: 0 0 14px rgba(255, 173, 35, 0.32);
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  white-space: normal;
}

.sng-champions-modal__stage-head .sng-champions-modal__stage-status--done {
  color: #062611;
  border-color: rgba(187, 247, 208, 0.78);
  background: linear-gradient(180deg, #a7f3c2 0%, #31d974 58%, #17a54f 100%);
  box-shadow: 0 0 16px rgba(72, 255, 145, 0.44);
}

.sng-champions-modal__stage-head .sng-champions-modal__stage-format {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  padding: 4px 14px;
  color: #fff0bf;
  border: 1px solid rgba(255, 213, 111, 0.68);
  border-radius: 999px;
  background: rgba(7, 10, 17, 0.92);
  box-shadow: 0 0 12px rgba(255, 173, 35, 0.18);
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
}

.sng-champions-modal__stage-arrow {
  width: 46px;
  height: 46px;
  color: #1c1003;
  font: inherit;
  font-size: 34px;
  font-weight: 1000;
  line-height: 1;
  border: 1px solid rgba(255, 230, 162, 0.78);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  cursor: pointer;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 0 18px rgba(255, 132, 0, 0.24);
}

.sng-champions-modal__round {
  position: relative;
  min-width: 0;
  padding: 22px 12px 12px;
  border: 1px solid rgba(255, 184, 70, 0.24);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}

.sng-champions-modal__round--active {
  border-color: rgba(255, 213, 111, 0.58);
  box-shadow: 0 0 18px rgba(255, 145, 22, 0.18);
}

.sng-champions-modal__round--quarter,
.sng-champions-modal__round--semi {
  border-width: 2px;
  background:
    linear-gradient(180deg, rgba(255, 184, 70, 0.07), rgba(0, 0, 0, 0.18)),
    rgba(0, 0, 0, 0.24);
}

.sng-champions-modal__round--quarter {
  border-color: rgba(255, 213, 111, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 184, 70, 0.08),
    0 0 18px rgba(255, 145, 22, 0.16);
}

.sng-champions-modal__round--semi {
  border-color: rgba(255, 230, 162, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 236, 174, 0.12),
    0 0 22px rgba(255, 184, 70, 0.2);
}

/* В режиме списка каждая пара оформлена сама; общая рамка только перегружает экран. */
.sng-champions-modal__round.sng-champions-modal__round--slider {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.sng-champions-modal__round-label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-grid;
  place-items: center;
  min-width: 104px;
  min-height: 25px;
  padding: 0 18px;
  border: 1px solid rgba(255, 230, 162, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 54%, #f08700);
  color: #1d1003;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.48),
    0 0 15px rgba(255, 145, 22, 0.22);
}

.sng-champions-modal__round--quarter .sng-champions-modal__round-label::after {
  content: "ЧЕТВЕРТЬФИНАЛ";
}

.sng-champions-modal__round--semi .sng-champions-modal__round-label::after {
  content: "ПОЛУФИНАЛ";
}

.sng-champions-modal__round-label::after {
  margin-left: 8px;
  color: rgba(29, 16, 3, 0.72);
  font-size: 10px;
  font-weight: 950;
}

.sng-champions-modal__round-label--series {
  top: -20px;
  grid-template-columns: auto;
  gap: 2px;
  min-width: 154px;
  min-height: 38px;
  padding: 4px 20px;
  border-radius: 12px;
}

.sng-champions-modal__round-label--series::after {
  content: none;
}

.sng-champions-modal__round-label--series span,
.sng-champions-modal__round-label--series small {
  display: block;
  letter-spacing: 0;
  line-height: 1;
}

.sng-champions-modal__round-label--series small {
  font-size: 10px;
  font-weight: 950;
  text-transform: none;
}

.sng-champions-modal__round h3 {
  margin: 0 0 10px;
  color: #ffe4a4;
  font-size: 16px;
  font-weight: 1000;
  text-transform: uppercase;
}

.sng-champions-modal__round-matches {
  display: grid;
  gap: 10px;
}

.sng-champions-modal__round-matches--slider {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 30px;
}

.sng-champions-modal__bracket-match {
  position: relative;
  display: grid;
  gap: 9px;
  padding: 13px;
  border: 3px solid rgba(255, 184, 70, 0.48);
  border-radius: 18px;
  background: rgba(4, 8, 14, 0.82);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
}

.sng-champions-modal__round-matches--slider > .sng-champions-modal__bracket-match + .sng-champions-modal__bracket-match::before {
  content: "";
  position: absolute;
  top: -14px;
  right: 8%;
  left: 8%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 184, 70, 0.72), transparent);
  box-shadow: 0 0 10px rgba(255, 184, 70, 0.24);
}

.sng-champions-modal__bracket-match--series {
  margin-top: 0;
}

.sng-champions-modal__series-rule {
  position: absolute;
  z-index: 4;
  top: -17px;
  left: 50%;
  min-width: 126px;
  padding: 4px 10px;
  color: #ffe5a3;
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  border: 1px solid rgba(255, 184, 70, 0.54);
  border-radius: 999px;
  background: rgba(5, 8, 14, 0.98);
  box-shadow: 0 0 10px rgba(255, 184, 70, 0.14);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.sng-champions-modal__bracket-match--playing {
  border-color: rgba(255, 213, 111, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 213, 111, 0.22), rgba(255, 138, 0, 0.1)),
    rgba(8, 9, 14, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 184, 0.2),
    0 10px 26px rgba(255, 184, 70, 0.16);
}

.sng-champions-modal__bracket-match--waiting {
  border-color: rgba(255, 211, 102, 0.92);
  background:
    linear-gradient(135deg, rgba(255, 190, 54, 0.12), rgba(255, 128, 0, 0.04)),
    rgba(5, 9, 16, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 239, 184, 0.18),
    0 0 0 2px rgba(255, 184, 70, 0.08),
    0 10px 30px rgba(255, 165, 35, 0.2);
}

.sng-champions-modal__bracket-match--done {
  border-color: rgba(134, 239, 172, 0.74);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.26), rgba(21, 128, 61, 0.16)),
    rgba(5, 14, 10, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(187, 247, 208, 0.2),
    0 10px 28px rgba(22, 163, 74, 0.18);
  filter: saturate(0.68) brightness(0.78);
  opacity: 0.82;
}

.sng-champions-modal__bracket-match header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 48px;
  color: #251502;
  margin: -13px -13px 4px;
  padding: 9px 14px;
  border-bottom: 2px solid rgba(255, 241, 185, 0.82);
  border-radius: 15px 15px 7px 7px;
  background: linear-gradient(180deg, #fff1ad 0%, #ffc84b 52%, #f39a0d 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 4px 14px rgba(255, 171, 24, 0.2);
}

.sng-champions-modal__bracket-match header > strong {
  color: #241301;
  font-size: clamp(18px, 3vw, 24px);
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.64);
}

.sng-champions-modal__match-header-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
}

.sng-champions-modal__bracket-match header small {
  color: rgba(50, 28, 2, 0.72);
  font-size: 10px;
  font-weight: 900;
  text-align: right;
}

.sng-champions-modal__match-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(36, 19, 1, 0.35);
  border-radius: 999px;
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.sng-champions-modal__match-status--waiting { color: #4b310e; background: rgba(255, 248, 216, 0.72); }
.sng-champions-modal__match-status--playing { color: #062c19; background: #9ff4be; border-color: #278c55; }
.sng-champions-modal__match-status--done { color: #f3fff7; background: #167443; border-color: #0d4c2c; }

@media (max-width: 520px) {
  .sng-champions-modal__bracket-match header > strong { font-size: 17px; }
  .sng-champions-modal__match-header-meta { gap: 5px; }
  .sng-champions-modal__bracket-match header small { display: none; }
  .sng-champions-modal__match-status { min-height: 25px; padding: 0 9px; font-size: 10px; }
}

.sng-champions-modal__series-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 34px;
  padding: 6px 8px;
  color: rgba(255, 239, 201, 0.76);
  font-size: 11px;
  font-weight: 900;
  border: 1px solid rgba(255, 213, 111, 0.28);
  border-radius: 8px;
  background: rgba(2, 5, 11, 0.7);
}

.sng-champions-modal__series-score strong {
  color: #ffe39a;
  font-size: 17px;
  font-weight: 1000;
}

.sng-champions-modal__series-score--editable {
  justify-content: flex-start;
}

.sng-champions-modal__series-score--editable > span {
  margin-right: auto;
}

.sng-champions-modal__series-score--editable label {
  display: block;
}

.sng-champions-modal__series-score--editable input {
  box-sizing: border-box;
  width: 34px;
  height: 30px;
  padding: 0 3px;
  color: #fff1c7;
  font: inherit;
  font-size: 14px;
  font-weight: 1000;
  text-align: center;
  border: 1px solid rgba(255, 213, 111, 0.5);
  border-radius: 7px;
  background: #080b12;
}

.sng-champions-modal__series-score--editable b {
  color: #ffd56f;
  font-size: 16px;
}

.sng-champions-modal__series-score--editable button {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #1b1004;
  font: inherit;
  font-size: 16px;
  font-weight: 1000;
  border: 1px solid rgba(255, 241, 199, 0.82);
  border-radius: 50%;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 56%, #ed8a00);
  cursor: pointer;
}

.sng-champions-modal__team-rounds {
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 213, 111, 0.3);
  border-radius: 10px;
  background: rgba(2, 5, 11, 0.62);
}

.sng-champions-modal__team-rounds > div {
  display: grid;
  gap: 6px;
}

.sng-champions-modal__team-rounds > .sng-champions-modal__team-round--singles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 8px;
}

.sng-champions-modal__team-rounds > .sng-champions-modal__team-round--team-game {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  gap: 8px;
}

.sng-champions-modal__team-round--team-game > span {
  grid-column: 1 / -1;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__round-password,
.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result {
  grid-row: 2;
  min-width: 0;
  margin-top: 0;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--winner {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--left-team {
  grid-column: 1;
  justify-items: start;
  text-align: left;
}

.sng-champions-modal__team-round--team-game:has(> .sng-champions-modal__team-round-result--left-team) > .sng-champions-modal__round-password {
  grid-column: 2;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--right-team {
  grid-column: 2;
  justify-items: end;
  text-align: right;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--left-team > small,
.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--left-team .sng-champions-modal__team-round-actions,
.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--left-team .sng-champions-modal__team-round-actions > strong {
  text-align: left;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--right-team > small,
.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--right-team .sng-champions-modal__team-round-actions,
.sng-champions-modal__team-round--team-game > .sng-champions-modal__team-round-result--right-team .sng-champions-modal__team-round-actions > strong {
  text-align: right;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__round-password {
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__round-password--editable {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: start;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__round-password--editable label {
  width: 100%;
}

.sng-champions-modal__team-round--team-game > .sng-champions-modal__round-password--editable button {
  width: 100%;
}

.sng-champions-modal__team-round--team-game .sng-champions-modal__team-round-actions {
  grid-template-columns: minmax(0, 1fr);
}

.sng-champions-modal__team-round--team-game .sng-champions-modal__team-round-result--winner > small,
.sng-champions-modal__team-round--team-game .sng-champions-modal__team-round-result--winner > strong {
  text-align: center;
}

.sng-champions-modal__team-round--team-game .sng-champions-modal__team-round-winner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: visible;
  font-size: clamp(10px, 1.8vw, 12px);
  line-height: 1.15;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sng-champions-modal__team-round--singles > span {
  grid-column: 1 / -1;
}

.sng-champions-modal__team-round--singles > .sng-champions-modal__team-round-result,
.sng-champions-modal__team-round--singles > .sng-champions-modal__round-password {
  min-width: 0;
  margin-top: 0;
}

.sng-champions-modal__team-round--singles > .sng-champions-modal__team-round-result--winner {
  grid-template-columns: minmax(0, 1fr);
}

.sng-champions-modal__team-round--singles > .sng-champions-modal__team-round-result--winner > strong {
  text-align: center;
}

.sng-champions-modal__team-rounds > .sng-champions-modal__team-round--singles-duel {
  grid-template-columns: minmax(0, 1fr) minmax(132px, 0.72fr) minmax(0, 1fr);
  align-items: stretch;
}

.sng-champions-modal__singles-duel-player {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 88px;
  padding: 10px;
  color: #fff0c8;
  border: 1px solid rgba(255, 213, 111, 0.34);
  border-radius: 10px;
  background: rgba(5, 8, 14, 0.76);
  font: inherit;
  text-align: center;
}

button.sng-champions-modal__singles-duel-player {
  cursor: pointer;
}

.sng-champions-modal__singles-duel-player > small {
  color: rgba(255, 239, 201, 0.62);
  font-size: 10px;
  font-weight: 900;
}

.sng-champions-modal__singles-duel-player > strong {
  max-width: 100%;
  font-size: clamp(15px, 2.3vw, 20px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.sng-champions-modal__singles-duel-player > em {
  padding: 4px 8px;
  color: #052e16;
  font-size: 9px;
  font-style: normal;
  font-weight: 1000;
  text-transform: uppercase;
  border-radius: 999px;
  background: #bbf7d0;
}

.sng-champions-modal__singles-duel-player.is-winner {
  border-color: rgba(187, 247, 208, 0.72);
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.28), rgba(5, 8, 14, 0.82));
  box-shadow: inset 0 0 0 1px rgba(187, 247, 208, 0.14), 0 0 16px rgba(74, 222, 128, 0.13);
}

.sng-champions-modal__team-round--singles-duel > .sng-champions-modal__round-password {
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  justify-content: center;
  text-align: center;
}

.sng-champions-modal__team-round--singles-duel > .sng-champions-modal__round-password--editable {
  grid-template-columns: minmax(0, 1fr);
}

.sng-champions-modal__team-round--singles-duel > .sng-champions-modal__round-password--editable button {
  width: 100%;
}

.sng-champions-modal__singles-duel-score {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 213, 111, 0.34);
  border-radius: 9px;
  background: rgba(255, 184, 70, 0.08);
}

.sng-champions-modal__singles-duel-score small {
  color: rgba(255, 239, 201, 0.68);
  font-size: 10px;
  font-weight: 900;
}

.sng-champions-modal__singles-duel-score strong {
  color: #ffe48a;
  font-size: 18px;
}

@media (max-width: 520px) {
  .sng-champions-modal__team-rounds > .sng-champions-modal__team-round--singles-duel {
    grid-template-columns: minmax(0, 1fr) 92px minmax(0, 1fr);
    gap: 5px;
  }

  .sng-champions-modal__singles-duel-player {
    min-height: 82px;
    padding: 7px 4px;
  }

  .sng-champions-modal__singles-duel-player > strong {
    font-size: 14px;
  }

  .sng-champions-modal__team-round--singles-duel > .sng-champions-modal__round-password {
    padding: 5px;
  }
}

.sng-champions-modal__team-round-result--participants > strong {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
}

.sng-champions-modal__team-round-result--participants > strong > span {
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__team-round--singles > .sng-champions-modal__round-password {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
}


.sng-champions-modal__team-rounds > div > span {
  display: block;
  width: 100%;
  color: #ffe48a;
  font-size: clamp(14px, 2.2vw, 17px);
  font-weight: 1000;
  line-height: 1.15;
  text-align: center;
  padding: 8px 10px;
  border: 1px solid rgba(255, 197, 71, 0.5);
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(255, 171, 24, 0.08), rgba(255, 194, 61, 0.25), rgba(255, 171, 24, 0.08));
  text-shadow: 0 0 10px rgba(255, 190, 55, 0.42), 0 1px 0 rgba(0, 0, 0, 0.9);
}

.sng-champions-modal__team-round-result {
  display: grid;
  gap: 6px;
  margin-top: 3px;
}

.sng-champions-modal__team-round-result > small {
  display: block;
  color: rgba(255, 239, 201, 0.72);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.sng-champions-modal__team-round-result > strong {
  color: #fff0c8;
  font-size: 15px;
  text-align: center;
}

.sng-champions-modal__team-round-result--winner {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  column-gap: 8px;
}

.sng-champions-modal__team-round-result--winner > small {
  white-space: nowrap;
}

.sng-champions-modal__team-round-result--winner > strong {
  text-align: left;
}

.sng-champions-modal__team-round-actions:has(> strong:only-child) {
  grid-template-columns: minmax(0, 1fr);
}

.sng-champions-modal__team-round-hint {
  color: rgba(255, 239, 201, 0.6);
  font-size: 10px;
  font-weight: 800;
}

.sng-champions-modal__team-round-actions,
.sng-champions-modal__singles-picker {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.sng-champions-modal__team-round-winner,
.sng-champions-modal__singles-picker button,
.sng-champions-modal__singles-picker select {
  min-width: 0;
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 213, 111, 0.4);
  border-radius: 8px;
  color: #fff0c8;
  background: #080b12;
  font: inherit;
  font-size: 11px;
  font-weight: 900;
}

.sng-champions-modal__team-round-winner.is-active {
  border-color: #63e9a0;
  color: #b7ffd2;
  background: #123d29;
}

.sng-champions-modal__singles-picker {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
}

.sng-champions-modal__singles-picker b {
  color: rgba(255, 239, 201, 0.66);
  font-size: 10px;
}

.sng-champions-modal__singles-picker button {
  grid-column: 1 / -1;
  color: #211000;
  background: linear-gradient(180deg, #ffeaa0, #f6a51f);
  cursor: pointer;
}

@media (max-width: 520px) {
  .sng-champions-modal__singles-picker {
    grid-template-columns: minmax(0, 1fr);
  }

  .sng-champions-modal__singles-picker b,
  .sng-champions-modal__singles-picker button {
    grid-column: 1;
  }

  .sng-champions-modal__singles-picker b {
    text-align: center;
  }
}

.sng-champions-modal__round-password {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 36px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 213, 111, 0.3);
  border-radius: 8px;
  background: rgba(5, 8, 14, 0.72);
}

.sng-champions-modal__round-password span {
  color: rgba(255, 239, 201, 0.68);
  font-size: 10px;
  font-weight: 900;
}

.sng-champions-modal__round-password strong {
  color: #ffe48a;
  font-size: 15px;
}

.sng-champions-modal__round-password--editable {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.sng-champions-modal__round-password--editable label {
  display: grid;
  gap: 4px;
}

.sng-champions-modal__round-password--editable input,
.sng-champions-modal__round-password--editable button {
  box-sizing: border-box;
  min-width: 0;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 213, 111, 0.42);
  border-radius: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
}

.sng-champions-modal__round-password--editable input {
  width: 100%;
  color: #fff0c8;
  background: #080b12;
}

.sng-champions-modal__round-password--editable button {
  align-self: end;
  color: #211000;
  background: linear-gradient(180deg, #ffeaa0, #f6a51f);
  cursor: pointer;
}

.sng-champions-modal__bracket-player {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 8px;
  min-height: 52px;
  padding: 7px 8px;
  border-radius: 8px;
  background: rgba(5, 8, 14, 0.78);
}

.sng-champions-modal__bracket-pair-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  align-items: stretch;
  gap: 8px;
  min-width: 0;
}

.sng-champions-modal__bracket-pair-grid > .sng-champions-modal__bracket-player {
  grid-template-columns: minmax(0, 1fr);
  align-content: center;
  justify-items: center;
  min-width: 0;
  min-height: 104px;
  padding: 12px 10px 10px;
  text-align: center;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-avatar,
.sng-champions-modal__bracket-pair-grid .sng-champions-modal__ready-badge {
  display: none;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player-main {
  justify-items: center;
  width: 100%;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player-name {
  display: block;
  max-width: 100%;
  overflow: visible;
  color: #fff1b8;
  font-size: clamp(15px, 2.1vw, 19px);
  line-height: 1.12;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
  text-shadow: 0 0 12px rgba(255, 196, 76, 0.32);
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-team-members {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  width: 100%;
  gap: 3px;
  white-space: normal;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__team-member-ready {
  max-width: 100%;
  overflow: visible;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  overflow-wrap: anywhere;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player > strong,
.sng-champions-modal__bracket-pair-grid .sng-champions-modal__winner-btn {
  max-width: 100%;
  margin-top: 5px;
}

.sng-champions-modal__bracket-pair-grid .sng-champions-modal__winner-btn {
  min-height: 30px;
  padding-inline: 14px;
}

.sng-champions-modal__bracket-pair-vs {
  display: grid;
  place-items: center;
  align-self: center;
  width: 40px;
  height: 40px;
  color: #241301;
  font-size: 14px;
  font-weight: 1000;
  border: 1px solid rgba(255, 241, 185, 0.82);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1ad, #ffc84b 52%, #f39a0d);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 0 0 3px rgba(255, 184, 70, 0.12),
    0 0 18px rgba(255, 184, 70, 0.42);
}

@media (max-width: 520px) {
  .sng-champions-modal__bracket-pair-grid {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 4px;
  }

  .sng-champions-modal__bracket-pair-grid > .sng-champions-modal__bracket-player {
    min-height: 96px;
    padding: 9px 5px 7px;
  }

  .sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player-name {
    font-size: 14px;
  }

  .sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-team-members {
    font-size: 10px;
  }

  .sng-champions-modal__bracket-pair-vs {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
}

.sng-champions-modal__bracket-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  padding: 0;
  overflow: visible;
  color: #f9d98b;
  border: 2px solid rgba(201, 145, 65, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 211, 112, 0.28), transparent 42%),
    radial-gradient(circle at 50% 54%, rgba(2, 6, 23, 0.72), rgba(5, 8, 14, 0.96) 70%);
  box-shadow:
    inset 0 0 0 1px rgba(0, 0, 0, 0.42),
    0 0 12px rgba(255, 184, 70, 0.16);
  cursor: pointer;
}

.sng-champions-modal__bracket-avatar b {
  color: #f9d98b;
  font-size: 18px;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 1px 0 #000, 0 0 8px rgba(255, 184, 70, 0.34);
}

.sng-champions-modal__bracket-avatar .sng-champions-modal__entry-avatar-media {
  border-radius: inherit;
}

.sng-champions-modal__bracket-avatar .sng-champions-modal__entry-avatar-img--art {
  width: 196%;
  height: 196%;
}

.sng-champions-modal__bracket-avatar em {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 17px;
  min-height: 15px;
  padding: 0 4px;
  color: #1c1003;
  border: 1px solid rgba(255, 242, 190, 0.76);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 58%, #f08700);
  box-shadow: 0 0 8px rgba(255, 184, 70, 0.24);
  font-size: 8px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.sng-champions-modal__bracket-avatar--pending {
  border-style: dashed;
  opacity: 0.72;
}

.sng-champions-modal__bracket-player-main {
  display: grid;
  gap: 1px;
  min-width: 0;
}

.sng-champions-modal__bracket-player-name {
  display: inline-block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: #fff0c8;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sng-champions-modal__bracket-player-level {
  display: grid;
  gap: 1px;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.62);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.02;
  text-overflow: ellipsis;
  white-space: normal;
}

.sng-champions-modal__bracket-team-members {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.68);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.05;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__team-member-ready {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__team-member-ready--yes { color: #86efac; text-shadow: 0 0 7px rgba(74, 222, 128, 0.5); }
.sng-champions-modal__team-member-ready--waiting { color: rgba(255, 239, 201, 0.6); }

.sng-champions-modal__bracket-player-level span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__bracket-player-telegram {
  min-width: 0;
  overflow: hidden;
  color: #93c5fd;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-overflow: ellipsis;
  text-shadow: 0 0 7px rgba(59, 130, 246, 0.34);
  white-space: nowrap;
}

.sng-champions-modal__bracket-player-telegram:hover,
.sng-champions-modal__bracket-player-telegram:focus-visible {
  color: #bfdbfe;
  text-decoration: underline;
}

.sng-champions-modal__bracket-player strong {
  flex: 0 0 auto;
  color: #ffd56f;
  font-size: 11px;
  font-weight: 1000;
  text-transform: uppercase;
}

.sng-champions-modal__bracket-player--pending {
  border: 1px dashed rgba(255, 213, 111, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 213, 111, 0.1), rgba(255, 255, 255, 0.03)),
    rgba(5, 8, 14, 0.58);
}

.sng-champions-modal__bracket-player--pending .sng-champions-modal__bracket-player-name {
  color: rgba(255, 239, 201, 0.66);
  letter-spacing: 0;
}

.sng-champions-modal__ready-badge {
  flex: 0 0 auto;
  padding: 3px 6px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 1000;
  text-transform: uppercase;
}

.sng-champions-modal__ready-badge--ready {
  color: #052e16;
  background: #86efac;
}

.sng-champions-modal__ready-badge--waiting {
  color: #ffe7b0;
  background: rgba(255, 255, 255, 0.1);
}

.sng-champions-modal__ready-badge--score {
  color: #07111f;
  background: linear-gradient(180deg, #e0f2fe, #7dd3fc);
}

.sng-champions-modal__bracket-player--ready {
  border: 1px solid rgba(134, 239, 172, 0.62);
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.34), rgba(21, 128, 61, 0.22)),
    rgba(5, 8, 14, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(187, 247, 208, 0.18),
    0 8px 22px rgba(22, 163, 74, 0.16);
}

.sng-champions-modal__bracket-player--ready .sng-champions-modal__bracket-player-name {
  color: #dcfce7;
}

.sng-champions-modal__bracket-player--ready .sng-champions-modal__ready-badge--ready {
  color: #052e16;
  background: #bbf7d0;
}

.sng-champions-modal__bracket-player--advanced {
  border: 1px solid rgba(255, 230, 162, 0.54);
  background:
    linear-gradient(135deg, rgba(255, 213, 111, 0.24), rgba(255, 184, 70, 0.12)),
    rgba(6, 9, 14, 0.86);
  box-shadow: inset 0 0 0 1px rgba(255, 242, 198, 0.14);
}

.sng-champions-modal__bracket-player--advanced .sng-champions-modal__bracket-player-name {
  color: #fff7d6;
  text-shadow: 0 0 8px rgba(255, 213, 111, 0.34);
}

.sng-champions-modal__bracket-player--lost {
  border: 1px solid rgba(248, 113, 113, 0.42);
  background:
    linear-gradient(135deg, rgba(127, 29, 29, 0.32), rgba(69, 10, 10, 0.2)),
    rgba(8, 8, 12, 0.86);
}

.sng-champions-modal__bracket-player--lost .sng-champions-modal__bracket-player-name {
  color: rgba(254, 202, 202, 0.72);
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(248, 113, 113, 0.7);
}

.sng-champions-modal__bracket-player--lost .sng-champions-modal__ready-badge {
  color: rgba(254, 202, 202, 0.8);
  background: rgba(127, 29, 29, 0.38);
}

.sng-champions-modal__bracket-player--winner {
  outline: 1px solid rgba(187, 247, 208, 0.72);
  background:
    linear-gradient(135deg, rgba(187, 247, 208, 0.28), rgba(34, 197, 94, 0.18)),
    rgba(6, 20, 12, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(240, 253, 244, 0.22),
    0 0 18px rgba(74, 222, 128, 0.16);
}

.sng-champions-modal__bracket-player--winner .sng-champions-modal__bracket-player-name,
.sng-champions-modal__bracket-player--winner strong {
  color: #f0fdf4;
  text-shadow: 0 0 10px rgba(187, 247, 208, 0.48);
}

.sng-champions-modal__winner-btn {
  flex: 0 0 auto;
  min-height: 28px;
  padding: 0 9px;
  font-size: 11px;
}

.sng-champions-modal__match-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 30px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 213, 111, 0.34);
  border-radius: 8px;
  background: rgba(255, 184, 70, 0.08);
}

.sng-champions-modal__match-meta span {
  min-width: 0;
  color: rgba(255, 239, 201, 0.68);
  font-size: 11px;
  font-weight: 900;
}

.sng-champions-modal__match-meta strong {
  color: #ffd56f;
  font-size: 13px;
  font-weight: 1000;
  letter-spacing: 0;
}

.sng-champions-modal__playing-tools {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  align-items: end;
}

.sng-champions-modal__table-password {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.sng-champions-modal__table-password span {
  color: rgba(255, 239, 201, 0.66);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.sng-champions-modal__table-password input {
  width: 100%;
  min-width: 0;
  height: 32px;
  padding: 0 9px;
  color: #fff0c8;
  font: inherit;
  font-size: 14px;
  font-weight: 1000;
  letter-spacing: 0;
  border: 1px solid rgba(255, 184, 70, 0.32);
  border-radius: 8px;
  background: rgba(5, 8, 14, 0.86);
  outline: none;
}

.sng-champions-modal__table-password input:focus {
  border-color: rgba(255, 230, 162, 0.82);
  box-shadow: 0 0 0 2px rgba(255, 184, 70, 0.18);
}

.sng-champions-modal__table-password input:disabled {
  color: #ffd56f;
  -webkit-text-fill-color: #ffd56f;
  opacity: 1;
}

.sng-champions-modal__playing-btn {
  width: 100%;
  min-width: 92px;
  min-height: 32px;
  color: #1c1003;
  font: inherit;
  font-size: 12px;
  font-weight: 1000;
  border: 1px solid rgba(255, 230, 162, 0.78);
  border-radius: 8px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  cursor: pointer;
}

.sng-champions-modal__playing-btn--active {
  color: #271604;
  background: linear-gradient(180deg, #fff7cc, #ffd56f 55%, #f59e0b);
  box-shadow: 0 0 18px rgba(255, 213, 111, 0.28);
}

.sng-champions-modal__ready-btn,
.sng-champions-modal__ready-action,
.sng-champions-modal__remind-btn {
  width: 100%;
  min-height: 32px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 1000;
  text-align: center;
}

.sng-champions-modal__remind-btn {
  color: #1c1003;
  border: 1px solid rgba(255, 230, 162, 0.72);
  background: linear-gradient(180deg, #fff1a9, #facc15 54%, #f59e0b);
  cursor: pointer;
}

.sng-champions-modal__ready-btn {
  min-height: 42px;
  border: 2px solid rgba(240, 255, 190, 0.96);
  color: #06210f;
  background: linear-gradient(135deg, #fff59d 0%, #8cff78 44%, #23e86f 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 0 12px rgba(134, 239, 172, 0.94),
    0 0 28px rgba(74, 222, 128, 0.66),
    0 8px 22px rgba(22, 163, 74, 0.34);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
  cursor: pointer;
  animation: sng-ready-button-glow 1.35s ease-in-out infinite alternate;
}

.sng-champions-modal__ready-btn:hover,
.sng-champions-modal__ready-btn:focus-visible {
  filter: brightness(1.1) saturate(1.12);
}

.sng-champions-modal__ready-btn:active {
  transform: translateY(1px) scale(0.99);
}

@keyframes sng-ready-button-glow {
  from {
    box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 0 10px rgba(134,239,172,.78), 0 0 22px rgba(74,222,128,.5), 0 8px 20px rgba(22,163,74,.28);
  }
  to {
    box-shadow: inset 0 1px 0 rgba(255,255,255,1), 0 0 18px rgba(217,249,157,1), 0 0 38px rgba(74,222,128,.88), 0 10px 28px rgba(22,163,74,.46);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sng-champions-modal__ready-btn { animation: none; }
}

.sng-champions-modal__ready-action {
  display: grid;
  place-items: center;
  color: #bbf7d0;
  background: rgba(34, 197, 94, 0.16);
}

.sng-champions-modal__stage-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}

.sng-champions-modal__stage-dots button {
  display: grid;
  place-items: center;
  gap: 2px;
  min-height: 34px;
  padding: 3px 11px;
  color: rgba(255, 239, 201, 0.72);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 999px;
  background: rgba(8, 9, 14, 0.86);
  cursor: pointer;
}

.sng-champions-modal__stage-dots button span,
.sng-champions-modal__stage-dots button small {
  display: block;
  line-height: 1;
}

.sng-champions-modal__stage-dots button small {
  color: rgba(5, 46, 22, 0.86);
  font-size: 8px;
  font-weight: 1000;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.sng-champions-modal__stage-dots button.is-active {
  color: #1c1003;
  border-color: rgba(255, 230, 162, 0.82);
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
}

.sng-champions-modal__stage-dots button.is-complete {
  color: #052e16;
  border-color: rgba(187, 247, 208, 0.82);
  background: linear-gradient(180deg, #bbf7d0 0%, #4ade80 54%, #16a34a 100%);
  box-shadow: 0 0 15px rgba(74, 222, 128, 0.38);
}

.sng-champions-modal__stage-dots button.is-complete.is-active {
  color: #052e16;
  border-color: rgba(220, 252, 231, 0.9);
  background: linear-gradient(180deg, #dcfce7 0%, #5af08b 52%, #16a34a 100%);
}

.sng-champions-modal__stage-dots button.is-live {
  color: #1c1003;
  border-color: rgba(255, 230, 162, 0.84);
  background: linear-gradient(180deg, #fff1a9 0%, #facc15 54%, #f59e0b 100%);
  box-shadow: 0 0 15px rgba(250, 204, 21, 0.34);
}

.sng-champions-modal__stage-dots button.is-live small {
  color: rgba(28, 16, 3, 0.84);
  font-size: 7px;
}

.sng-champions-modal__stage-dots button.is-live.is-active {
  border-color: rgba(255, 247, 204, 0.94);
  background: linear-gradient(180deg, #fff7cc 0%, #ffd56f 52%, #f59e0b 100%);
}

.sng-champions-modal__bracket-map-wrap {
  display: grid;
  gap: 8px;
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  padding: 10px;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 184, 70, 0.08), transparent 62%),
    rgba(2, 5, 10, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 234, 176, 0.08);
}

.sng-champions-modal__bracket-map-wrap--expanded {
  position: fixed;
  inset: calc(env(safe-area-inset-top, 0px) + 142px) 8px max(8px, env(safe-area-inset-bottom));
  z-index: 1300;
  align-content: start;
  overflow: auto;
  padding: 12px 12px 28px;
  scroll-padding-bottom: 28px;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  border-color: rgba(255, 219, 126, 0.72);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 184, 70, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(18, 12, 10, 0.98), rgba(2, 6, 12, 0.98));
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.76),
    inset 0 1px 0 rgba(255, 242, 198, 0.16);
}

.sng-champions-modal__bracket-map-wrap--fit {
  position: fixed;
  inset: calc(env(safe-area-inset-top, 0px) + 142px) 8px max(8px, env(safe-area-inset-bottom));
  z-index: 1300;
  align-content: start;
  overflow: hidden;
  padding: 10px;
  border-color: rgba(255, 219, 126, 0.72);
  border-radius: 18px;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255, 184, 70, 0.16), transparent 58%),
    linear-gradient(180deg, rgba(18, 12, 10, 0.99), rgba(2, 6, 12, 0.99));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.76);
}

.sng-champions-modal__bracket-map-wrap--fit .sng-champions-modal__bracket-map {
  width: max-content;
  transform: scale(var(--sng-map-fit-scale, 1));
  transform-origin: top left;
}

.sng-champions-modal__bracket-map-wrap--fit .sng-champions-modal__bracket-map-head {
  justify-content: flex-start;
}

.sng-champions-modal__bracket-map-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  min-width: 0;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__bracket-map-head {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  padding: 2px 0 6px;
  background: linear-gradient(180deg, rgba(18, 12, 10, 0.98), rgba(18, 12, 10, 0.88) 70%, transparent);
}

.sng-champions-modal__bracket-map-head strong {
  min-width: 0;
  color: #ffe7ae;
  font-size: 14px;
  font-weight: 1000;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sng-champions-modal__bracket-map-title-row {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.sng-champions-modal__bracket-map-title-row strong {
  flex: 0 1 auto;
}

.sng-champions-modal__bracket-map-head button {
  flex: 0 0 auto;
  min-height: 24px;
  padding: 0 8px;
  color: #1c1003;
  font: inherit;
  font-size: 9px;
  font-weight: 1000;
  border: 1px solid rgba(255, 230, 162, 0.76);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
  cursor: pointer;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__bracket-map-head button {
  min-height: 24px;
  padding: 0 8px;
  font-size: 9px;
}

.sng-champions-modal__bracket-map-head-left {
  display: inline-flex;
  gap: 6px;
  min-width: 0;
}

.sng-champions-modal__bracket-map-head-actions {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
}

.sng-champions-modal__bracket-map-wrap--fit .sng-champions-modal__bracket-map-head-actions {
  flex: 0 0 auto;
}

.sng-champions-modal__bracket-map-legend {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  max-width: 100%;
  min-height: 22px;
  padding: 0 9px;
  color: rgba(255, 239, 201, 0.78);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  border: 1px solid rgba(255, 184, 70, 0.24);
  border-radius: 999px;
  background: rgba(5, 8, 14, 0.72);
}

.sng-champions-modal__bracket-map-legend span {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff5b5b, #dc2626);
  box-shadow:
    0 0 0 2px rgba(254, 202, 202, 0.58),
    0 0 11px rgba(248, 113, 113, 0.68);
}

.sng-champions-modal__bracket-map {
  --sng-map-row-height: 40px;
  --sng-map-row-gap: 6px;
  display: grid;
  grid-template-columns:
    minmax(250px, 1.42fr)
    minmax(230px, 1.18fr)
    minmax(190px, 1fr)
    minmax(172px, 0.92fr)
    minmax(172px, 0.92fr)
    minmax(176px, 0.96fr);
  gap: 14px;
  width: 100%;
  min-width: 1240px;
  overflow: visible;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__bracket-map {
  --sng-map-row-height: 42px;
  --sng-map-row-gap: 5px;
  grid-template-columns:
    minmax(185px, 1.28fr)
    minmax(170px, 1.08fr)
    minmax(154px, 0.96fr)
    minmax(136px, 0.84fr)
    minmax(136px, 0.84fr)
    minmax(144px, 0.88fr);
  gap: 14px;
  min-width: 1080px;
  overflow: visible;
  padding-bottom: 34px;
}

.sng-champions-modal__bracket-map-wrap--winners {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__bracket-map {
  /* Team cards need room for the team name and both member names. */
  --sng-map-row-height: 151px;
  --sng-map-row-gap: 8px;
  grid-template-columns:
    152px
    152px
    152px
    144px
    140px
    140px;
  width: max-content;
  min-width: 0;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__bracket-map {
  --sng-map-row-height: 164px;
  --sng-map-row-gap: 8px;
  grid-template-columns:
    220px
    220px
    210px
    200px
    190px
    190px;
  width: max-content;
  min-width: 0;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match {
  min-height: 56px;
  padding-block: 3px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset-block: 4px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-player,
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-player {
  font-size: 9px;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match {
  min-height: 78px;
}

.sng-champions-modal__bracket-map-wrap--losers {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__bracket-map {
  --sng-map-row-height: 125px;
  --sng-map-row-gap: 3px;
  grid-template-columns:
    152px
    152px
    144px
    144px
    136px
    136px
    128px
    128px;
  width: max-content;
  min-width: 0;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-match {
  min-height: 76px;
  padding: 4px 5px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-match {
  justify-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: none;
  padding-right: 6px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-players {
  width: 100%;
  max-width: 100%;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-match {
  min-height: 46px;
  padding: 5px 6px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-2 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-2 .sng-champions-modal__map-match {
  min-height: 54px;
  padding: 6px 7px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-match {
  min-height: 64px;
  padding: 7px 8px;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round:last-child .sng-champions-modal__map-match::after,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round:last-child .sng-champions-modal__map-match::after {
  content: none !important;
  display: none !important;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round:last-child .sng-champions-modal__map-match,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round:last-child .sng-champions-modal__map-match {
  align-self: center !important;
  height: auto !important;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__bracket-map {
  --sng-map-row-height: 132px;
  --sng-map-row-gap: 4px;
  grid-template-columns:
    220px
    220px
    210px
    210px
    200px
    200px
    190px
    190px;
  min-width: 1700px;
  padding-bottom: 54px;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed {
  min-height: 76px;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed {
  min-height: 84px;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match {
  min-height: 56px;
  padding-block: 3px;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-player {
  font-size: 9px;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset-block: 4px;
}

.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed {
  min-height: 64px;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match {
  min-height: 78px;
}

.sng-champions-modal__bracket-map-wrap--expanded.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-8 .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed {
  min-height: 68px;
}

@media (max-width: 700px) {
  .sng-champions-modal__bracket-map-wrap--expanded {
    position: fixed;
    inset: calc(env(safe-area-inset-top, 0px) + 142px) 8px max(8px, env(safe-area-inset-bottom, 0px));
    z-index: 1300;
    max-height: none;
    margin: 0;
    padding: 10px 10px 32px;
    overflow: auto;
    scroll-padding: 10px 0 32px;
  }

  .sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__bracket-map-head {
    top: 0;
  }
}

.sng-champions-modal:has(.sng-champions-modal__bracket-map-wrap--expanded) .club-choice-vote-modal__footer,
.sng-champions-modal:has(.sng-champions-modal__bracket-map-wrap--fit) .club-choice-vote-modal__footer {
  display: none;
}

.club-choice-vote-modal__body:has(.sng-champions-modal__bracket-map-wrap--expanded),
.club-choice-vote-modal__body:has(.sng-champions-modal__bracket-map-wrap--fit) {
  overflow: visible;
}

.sng-champions-modal__map-round {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 4px;
  min-width: 0;
}

.sng-champions-modal__map-round-title {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  width: 100%;
  min-width: 0;
  min-height: 20px;
  padding: 0 3px;
  color: rgba(255, 239, 201, 0.78);
  font: inherit;
  font-size: clamp(7px, 1.8vw, 10px);
  font-weight: 1000;
  line-height: 1;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 999px;
  background: rgba(8, 9, 14, 0.84);
  cursor: pointer;
}

.sng-champions-modal__map-round-title:has(small) {
  grid-template-rows: auto auto;
  gap: 1px;
  min-height: 32px;
  padding: 3px;
  border-radius: 8px;
}

.sng-champions-modal__map-round-title span,
.sng-champions-modal__map-round-title small {
  display: block;
  min-width: 0;
  letter-spacing: 0;
  line-height: 1;
}

.sng-champions-modal__map-round-title small {
  color: rgba(255, 239, 201, 0.68);
  font-size: 7px;
  font-weight: 900;
  text-transform: none;
}

.sng-champions-modal__map-round--active .sng-champions-modal__map-round-title small {
  color: rgba(28, 16, 3, 0.72);
}

.sng-champions-modal__map-round--active .sng-champions-modal__map-round-title {
  color: #1c1003;
  border-color: rgba(255, 230, 162, 0.82);
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
}

.sng-champions-modal__map-round--named-stage .sng-champions-modal__map-round-title {
  min-height: 24px;
  color: #fff1c7;
  font-size: 11px;
  border-color: rgba(255, 184, 70, 0.62);
  background: rgba(8, 9, 14, 0.96);
  box-shadow: 0 0 10px rgba(255, 184, 70, 0.12);
}

.sng-champions-modal__map-round--named-stage.sng-champions-modal__map-round--active .sng-champions-modal__map-round-title {
  color: #1c1003;
  border-color: rgba(255, 230, 162, 0.9);
  background: linear-gradient(180deg, #fff1a9, #ffb22d 52%, #f08700);
}

.sng-champions-modal__map-round-matches {
  display: grid;
  grid-template-rows: repeat(var(--sng-map-rows, 16), var(--sng-map-row-height));
  align-content: start;
  gap: var(--sng-map-row-gap);
  min-width: 0;
}

.sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-round-matches {
  align-content: start;
  grid-template-rows: repeat(var(--sng-map-rows, 16), 132px);
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-round-matches {
  grid-template-rows: repeat(var(--sng-map-rows, 16), 144px);
}

.sng-champions-modal__map-match {
  --sng-map-lane: rgba(255, 184, 70, 0.34);
  box-sizing: border-box;
  display: grid;
  position: relative;
  grid-row: var(--sng-map-row-start, auto) / span var(--sng-map-row-span, 1);
  grid-template-columns: 10px minmax(0, 1fr);
  justify-self: stretch;
  align-self: center;
  gap: 2px;
  min-width: 0;
  min-height: 38px;
  padding: 4px 6px;
  border: 1px solid color-mix(in srgb, var(--sng-map-lane) 58%, rgba(255, 184, 70, 0.1));
  border-left: 5px solid var(--sng-map-lane);
  border-radius: 4px;
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sng-map-lane) 31%, transparent), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 44%),
    rgba(3, 6, 12, 0.84);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--sng-map-lane) 16%, transparent),
    0 0 14px color-mix(in srgb, var(--sng-map-lane) 10%, transparent);
  isolation: isolate;
  overflow: visible;
}

.sng-champions-modal__map-match[role="button"] {
  cursor: pointer;
}

.sng-champions-modal__map-match[role="button"]:focus-visible {
  outline: 2px solid rgba(255, 241, 199, 0.92);
  outline-offset: 2px;
}

.sng-champions-modal__map-match--selected {
  border-color: rgba(255, 241, 199, 0.95);
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 199, 0.42),
    0 0 0 2px color-mix(in srgb, var(--sng-map-lane) 52%, transparent),
    0 0 24px color-mix(in srgb, var(--sng-map-lane) 42%, transparent);
}

.sng-champions-modal__map-focus {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 241, 199, 0.48);
  border-radius: 12px;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(255, 241, 199, 0.14), transparent 56%),
    rgba(3, 6, 12, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 241, 199, 0.14),
    0 14px 30px rgba(0, 0, 0, 0.32);
}

.sng-champions-modal__map-focus-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.sng-champions-modal__map-focus-head span {
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.74);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.sng-champions-modal__map-focus-head strong {
  flex: 0 0 auto;
  color: #fff1a9;
  font-size: 14px;
  font-weight: 1000;
  line-height: 1;
}

.sng-champions-modal__map-match--focus.sng-champions-modal__map-match--has-next::after {
  display: none;
}

.sng-champions-modal__map-match--done {
  border-color: color-mix(in srgb, var(--sng-map-lane) 24%, rgba(255, 184, 70, 0.06));
  border-left-color: color-mix(in srgb, var(--sng-map-lane) 58%, #02040a);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sng-map-lane) 12%, transparent), transparent 48%),
    linear-gradient(135deg, rgba(21, 128, 61, 0.035), rgba(7, 89, 46, 0.02)),
    rgba(1, 3, 8, 0.96);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--sng-map-lane) 5%, transparent),
    0 0 5px color-mix(in srgb, var(--sng-map-lane) 4%, transparent);
  filter: saturate(0.68) brightness(0.82);
}

.sng-champions-modal__map-match--unplayed {
  min-height: 76px;
  border-color: color-mix(in srgb, var(--sng-map-lane) 82%, rgba(255, 255, 255, 0.18));
  border-left-color: color-mix(in srgb, var(--sng-map-lane) 96%, #fff);
  background:
    linear-gradient(90deg, color-mix(in srgb, var(--sng-map-lane) 40%, transparent), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), transparent 46%),
    rgba(4, 7, 13, 0.9);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--sng-map-lane) 24%, transparent),
    0 0 18px color-mix(in srgb, var(--sng-map-lane) 18%, transparent);
}

.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed,
.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--done {
  min-height: 76px;
}

.sng-champions-modal__bracket-map .sng-champions-modal__map-match--unplayed::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: -6px;
  right: -6px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff6b6b, #dc2626 62%, #991b1b);
  box-shadow:
    0 0 0 2px rgba(254, 202, 202, 0.7),
    0 0 15px rgba(248, 113, 113, 0.78);
  pointer-events: none;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--unplayed::before {
  display: none;
}

.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  position: absolute;
  inset: 7px 25px 7px 16px;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  justify-items: center;
  gap: 3px;
  padding: 0;
  pointer-events: none;
}

.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 9px 27px 9px 16px;
  gap: 6px;
}

.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-player--unplayed {
  position: static;
  display: grid;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  transform: none;
  white-space: nowrap;
}

.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-player--unplayed {
  align-content: center;
  justify-items: center;
  gap: 0;
  min-height: 0;
  line-height: 1;
  text-align: center;
}

.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-player--unplayed:nth-child(1) {
  align-self: stretch;
}

.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-player--unplayed:nth-child(2) {
  align-self: stretch;
}

.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-status {
  display: none;
}

.sng-champions-modal__map-match--done .sng-champions-modal__map-next {
  opacity: 0.68;
  filter: saturate(0.7) brightness(0.9);
}

.sng-champions-modal__map-match--done .sng-champions-modal__map-player--winner {
  color: rgba(134, 239, 172, 0.9);
  text-shadow: 0 0 5px rgba(34, 197, 94, 0.36);
}

.sng-champions-modal__map-match--has-next::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: var(--sng-map-lane);
  box-shadow: 0 0 10px color-mix(in srgb, var(--sng-map-lane) 76%, transparent);
  transform: translateY(-50%);
}

.sng-champions-modal__map-match--has-next:nth-child(odd)::after {
  top: 50%;
  height: var(--sng-map-connector-height, 42px);
  border-radius: 0;
  background:
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) left top / 70% 3px no-repeat,
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) 70% top / 3px 100% no-repeat,
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) right 50% / 30% 3px no-repeat;
  transform: none;
}

.sng-champions-modal__map-match--has-next:nth-child(even)::after {
  background: linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) left center / 70% 3px no-repeat;
}

.sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-match--has-next::after {
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: var(--sng-map-lane);
  transform: translateY(-50%);
}

.sng-champions-modal__map-match--lane-1 { --sng-map-lane: #22c55e; }
.sng-champions-modal__map-match--lane-2 { --sng-map-lane: #38bdf8; }
.sng-champions-modal__map-match--lane-3 { --sng-map-lane: #facc15; }
.sng-champions-modal__map-match--lane-4 { --sng-map-lane: #fb7185; }
.sng-champions-modal__map-match--lane-5 { --sng-map-lane: #a78bfa; }
.sng-champions-modal__map-match--lane-6 { --sng-map-lane: #14b8a6; }
.sng-champions-modal__map-match--lane-7 { --sng-map-lane: #fb923c; }
.sng-champions-modal__map-match--lane-8 { --sng-map-lane: #f472b6; }

.sng-champions-modal__map-match-index {
  color: rgba(255, 239, 201, 0.36);
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
}

.sng-champions-modal__map-players {
  box-sizing: border-box;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1px;
  min-width: 0;
  padding-right: 18px;
  text-align: center;
  transform: translateX(-10px);
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-players {
  transform: translateX(-12px);
}

.sng-champions-modal__map-match--waiting .sng-champions-modal__map-players {
  align-self: center;
  grid-template-rows: auto auto;
  align-content: center;
  gap: 10px;
  height: auto;
  padding-right: 20px;
}

.sng-champions-modal__map-match--waiting .sng-champions-modal__map-player--waiting {
  align-content: center;
  min-height: 0;
  overflow: hidden;
}

.sng-champions-modal__map-match--waiting .sng-champions-modal__map-player--pending {
  align-self: center;
  justify-self: center;
}

.sng-champions-modal__map-match--series.sng-champions-modal__map-match--waiting {
  box-sizing: border-box;
  height: 104px;
  min-height: 104px;
  max-height: 104px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series.sng-champions-modal__map-match--waiting {
  height: 116px;
  min-height: 116px;
  max-height: 116px;
}

.sng-champions-modal__map-h2h {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 5px;
  display: grid;
  place-items: center;
  gap: 0;
  min-width: 13px;
  padding: 3px 2px;
  color: #171005;
  font-size: 7px;
  font-weight: 1000;
  line-height: 0.88;
  text-align: center;
  border: 1px solid rgba(255, 232, 166, 0.72);
  border-radius: 999px;
  background: linear-gradient(180deg, #ffe8a6, #f0b429);
  box-shadow: 0 0 9px rgba(251, 191, 36, 0.24);
  pointer-events: none;
  transform: translateY(-50%);
}

.sng-champions-modal__map-h2h span {
  display: block;
}

.sng-champions-modal__map-series-score {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: #fff0bd;
  font-size: 8px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.sng-champions-modal__map-series-rule {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.66);
  font-size: 6px;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

.sng-champions-modal__map-match-head {
  display: none;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-match-head {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 27px;
  left: 22px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 18px;
  min-width: 0;
  overflow: hidden;
  padding: 0 6px;
  border: 1px solid rgba(255, 184, 70, 0.42);
  border-radius: 999px;
  background: rgba(4, 7, 12, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transform: translateY(-50%);
}

.sng-champions-modal__map-match--series {
  align-self: center;
  height: 136px;
  min-height: 136px;
  max-height: 136px;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-players {
  position: absolute;
  inset: 29px 27px 6px 22px;
  z-index: 1;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  align-content: stretch;
  justify-items: center;
  gap: 0;
  height: auto;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  transform: none;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-match--series .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-match--series .sng-champions-modal__map-players {
  width: auto;
  max-width: none;
}

.sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed,
.sng-champions-modal__map-match--series.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--done {
  min-height: 136px;
}

.sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 29px 27px 6px 22px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.sng-champions-modal__map-match--series.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 29px 27px 6px 22px;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-players > .sng-champions-modal__map-player {
  box-sizing: border-box;
  align-content: center;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 3px 4px;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-players > .sng-champions-modal__map-player--pending {
  box-sizing: border-box;
  width: fit-content;
  min-width: 0;
  max-width: calc(100% - 8px);
  justify-self: center;
  padding-right: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-players > .sng-champions-modal__map-player + .sng-champions-modal__map-player {
  border-top: 1px solid color-mix(in srgb, var(--sng-map-lane) 38%, rgba(255, 255, 255, 0.08));
}

.sng-champions-modal__map-player {
  display: grid;
  gap: 1px;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.74);
  font-size: clamp(7px, 0.9vw, 9px);
  font-weight: 850;
  line-height: 1.05;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: nowrap;
}

.sng-champions-modal__map-player-name,
.sng-champions-modal__map-team-members,
.sng-champions-modal__map-player-meta {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__map-team-members {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  gap: 1px;
  width: 100%;
  color: rgba(255, 239, 201, 0.64);
  font-size: 0.76em;
  font-weight: 800;
  line-height: 0.95;
}

.sng-champions-modal__map-team-members > span {
  display: block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__map-player-meta {
  display: grid;
  gap: 1px;
  color: rgba(255, 239, 201, 0.52);
  font-size: 0.72em;
  font-weight: 900;
  line-height: 0.96;
  text-shadow: none;
  white-space: normal;
}

.sng-champions-modal__map-match--rich .sng-champions-modal__map-player-meta {
  gap: 0;
  font-size: 0.66em;
  line-height: 0.9;
}

.sng-champions-modal__map-player-meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-player,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-player {
  font-size: clamp(9px, 1.05vw, 11px);
  line-height: 1.02;
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-player,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-4 .sng-champions-modal__map-player {
  font-size: clamp(10px, 1.12vw, 12px);
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-2 .sng-champions-modal__map-player,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-2 .sng-champions-modal__map-player {
  font-size: clamp(11px, 1.22vw, 13px);
}

.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-player,
.sng-champions-modal__bracket-map-wrap--losers .sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-player {
  font-size: clamp(12px, 1.34vw, 15px);
}

.sng-champions-modal__map-player--winner {
  color: #86efac;
  font-weight: 1000;
  text-shadow:
    0 0 4px rgba(34, 197, 94, 0.74),
    0 0 10px rgba(74, 222, 128, 0.42);
}

.sng-champions-modal__map-player--advanced {
  color: #fff7d6;
  font-weight: 1000;
  text-shadow: 0 0 7px rgba(255, 213, 111, 0.5);
}

.sng-champions-modal__map-player--waiting {
  max-width: 100%;
  overflow: hidden;
  color: #fff7d6;
  opacity: 1;
  font-weight: 1000;
  overflow-wrap: normal;
  text-overflow: ellipsis;
  text-shadow: 0 0 7px rgba(255, 239, 201, 0.42);
  white-space: nowrap;
}

.sng-champions-modal__map-player--unplayed {
  color: #fff7d6;
  font-weight: 1000;
  text-shadow:
    0 0 5px rgba(255, 239, 201, 0.68),
    0 0 11px rgba(255, 213, 111, 0.32);
}

.sng-champions-modal__map-player--ready {
  color: #86efac;
  font-weight: 1000;
  text-shadow:
    0 0 5px rgba(34, 197, 94, 0.78),
    0 0 12px rgba(74, 222, 128, 0.46);
}

.sng-champions-modal__map-player--lost {
  color: rgba(252, 165, 165, 0.64);
  text-shadow: 0 0 5px rgba(127, 29, 29, 0.48);
}

.sng-champions-modal__map-player--lost .sng-champions-modal__map-player-name {
  text-decoration: line-through;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(248, 113, 113, 0.74);
}

.sng-champions-modal__map-player--lost .sng-champions-modal__map-player-meta {
  color: rgba(252, 165, 165, 0.48);
}

.sng-champions-modal__map-player--pending {
  min-width: 28px;
  max-width: 46px;
  padding: 2px 5px;
  color: rgba(255, 239, 201, 0.7);
  font-size: 7px;
  font-weight: 1000;
  line-height: 1;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px dashed rgba(255, 239, 201, 0.34);
  border-radius: 999px;
  background: rgba(255, 239, 201, 0.08);
  box-shadow: none;
  text-shadow: none;
}

.sng-champions-modal__map-player--bye {
  min-width: 0;
  max-width: 100%;
  color: rgba(187, 247, 208, 0.78);
  border-color: rgba(74, 222, 128, 0.36);
  background: rgba(22, 101, 52, 0.16);
}

.sng-champions-modal__map-status {
  display: inline-block;
  min-width: 54px;
  max-width: 62px;
  padding: 2px 5px;
  overflow: visible;
  color: #fff7ed;
  font-size: 4.7px;
  font-weight: 1000;
  line-height: 0.95;
  letter-spacing: 0;
  text-align: center;
  text-overflow: clip;
  white-space: normal;
  border: 1px solid rgba(254, 202, 202, 0.82);
  border-radius: 999px;
  background: linear-gradient(180deg, #ef4444, #b91c1c);
  box-shadow:
    0 0 0 1px rgba(127, 29, 29, 0.55),
    0 0 10px rgba(248, 113, 113, 0.42);
  text-shadow: none;
}

.sng-champions-modal__map-next {
  display: none !important;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round-title {
  min-height: 28px;
  font-size: 13px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--named-stage .sng-champions-modal__map-round-title {
  min-height: 32px;
  font-size: 14px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round-matches {
  align-content: start;
  gap: var(--sng-map-row-gap);
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-round-matches {
  align-content: start;
  gap: var(--sng-map-row-gap);
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--matches-16 .sng-champions-modal__map-round-matches {
  align-content: start;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match {
  grid-template-columns: 14px minmax(0, 1fr);
  min-height: 80px;
  padding: 5px;
  border-left-width: 6px;
  border-radius: 6px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--unplayed {
  min-height: 82px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed,
.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--done {
  min-height: 84px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match {
  min-height: 80px;
  padding: 5px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--unplayed {
  min-height: 82px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 8px 30px 8px 22px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 10px 32px 10px 22px;
  gap: 8px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 8px 30px 8px 20px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 10px 32px 10px 20px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed,
.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed {
  min-height: 124px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series {
  height: 124px;
  min-height: 124px;
  max-height: 124px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series .sng-champions-modal__map-players {
  inset: 35px 32px 8px 27px;
  transform: none;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--done {
  min-height: 124px;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-player {
  align-content: center;
  min-height: 0;
}

.sng-champions-modal__map-match--series .sng-champions-modal__map-team-members {
  flex-shrink: 0;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--series.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 35px 32px 8px 27px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players,
.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--compact .sng-champions-modal__map-match--series.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 35px 32px 8px 27px;
  gap: 0;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--series .sng-champions-modal__map-match-head {
  top: 0;
  right: 32px;
  left: 27px;
  min-height: 22px;
  gap: 9px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-series-score {
  font-size: 10px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-series-rule {
  font-size: 9px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-h2h {
  right: 7px;
  min-width: 16px;
  padding: 4px 3px;
  font-size: 8px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-player--unplayed {
  font-size: clamp(8px, 1.08vw, 11px);
  line-height: 1.08;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-player--waiting {
  max-width: 100%;
  white-space: nowrap;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--unplayed .sng-champions-modal__map-status {
  left: 41%;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match-index {
  font-size: 8px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-player {
  font-size: 11px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-player--waiting {
  font-size: 9px;
  line-height: 1.05;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-player--pending {
  min-width: 48px;
  max-width: 72px;
  padding: 4px 8px;
  font-size: 11px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-status {
  min-width: 0;
  max-width: min(100%, 74px);
  padding: 5px 6px;
  font-size: 9px;
  line-height: 1;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--has-next::after {
  right: -22px;
  width: 22px;
  height: 4px;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--has-next:nth-child(odd)::after {
  height: var(--sng-map-connector-height, 44px);
  background:
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) left top / 70% 4px no-repeat,
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) 70% top / 4px 100% no-repeat,
    linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) right 50% / 30% 4px no-repeat;
  transform: none;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-match--has-next:nth-child(even)::after {
  background: linear-gradient(var(--sng-map-lane), var(--sng-map-lane)) left center / 70% 4px no-repeat;
}

.sng-champions-modal__bracket-map-wrap--expanded .sng-champions-modal__map-round--matches-1 .sng-champions-modal__map-match--has-next::after {
  height: 4px;
  border-radius: 999px;
  background: var(--sng-map-lane);
  transform: translateY(-50%);
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus {
  grid-template-columns: 28px minmax(0, 1fr) auto;
  min-height: clamp(118px, 18vw, 164px);
  padding: 12px 14px;
  border-left-width: 9px;
  border-radius: 10px;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-match-index {
  font-size: 14px;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-player {
  font-size: clamp(16px, 3.8vw, 25px);
  line-height: 1.02;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-player--pending {
  min-width: 72px;
  max-width: 118px;
  padding: 7px 12px;
  font-size: clamp(15px, 3.3vw, 22px);
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-status {
  display: inline-block;
  min-width: 132px;
  max-width: 168px;
  padding: 7px 12px;
  font-size: clamp(12px, 2.8vw, 18px);
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-status[data-sng-full-label] {
  font-size: 0;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-status[data-sng-full-label]::before {
  content: attr(data-sng-full-label);
  font-size: clamp(12px, 2.8vw, 18px);
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus .sng-champions-modal__map-next {
  max-width: 96px;
  padding: 7px 10px;
  font-size: clamp(11px, 2.4vw, 16px);
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  inset: 12px 130px 12px 42px;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus.sng-champions-modal__map-match--rich.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-players {
  gap: 10px;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus.sng-champions-modal__map-match--rich .sng-champions-modal__map-player-meta {
  font-size: 0.52em;
  line-height: 0.92;
}

.sng-champions-modal__map-focus .sng-champions-modal__map-match--focus.sng-champions-modal__map-match--unplayed .sng-champions-modal__map-status {
  left: 44%;
}

.club-choice-vote-modal__scheme {
  padding: 12px;
  border: 1px solid rgba(255, 184, 70, 0.32);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(16, 19, 29, 0.88), rgba(4, 6, 12, 0.94)),
    rgba(4, 6, 12, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 241, 199, 0.04);
}

.club-choice-vote-modal__completed-scheme {
  min-width: 0;
}

.club-choice-vote-modal__scheme--compact {
  padding: 8px;
  overflow: hidden;
}

.club-choice-vote-modal__scheme--compact h3 {
  margin-bottom: 7px;
  font-size: 12px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-layout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 7px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-column {
  gap: 5px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-column::after {
  display: none;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-round-title {
  font-size: 8px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-round-group {
  gap: 4px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-stage-title,
.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-match b {
  font-size: 7px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-match {
  gap: 3px;
  padding: 4px;
  border-radius: 7px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-match::after {
  display: none;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-pair {
  grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  gap: 2px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-player {
  min-height: 30px;
  gap: 3px;
  padding: 4px;
  border-radius: 6px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-player strong {
  font-size: 8px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-player em,
.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-player i,
.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-vs {
  font-size: 7px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-vs {
  width: 14px;
  min-height: 14px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-final {
  grid-column: 1 / -1;
  grid-row: 2;
  gap: 5px;
  width: min(72%, 210px);
  margin: 0 auto;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-column--right {
  grid-column: 2;
  grid-row: 1;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-final::before {
  top: 11px;
  right: 10%;
  bottom: auto;
  left: 10%;
  width: auto;
  height: 2px;
  transform: none;
  background: linear-gradient(90deg, transparent, rgba(255, 216, 125, 0.72), transparent);
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-final span {
  min-width: 30px;
  min-height: 20px;
  font-size: 7px;
}

.club-choice-vote-modal__scheme--compact .club-choice-vote-modal__scheme-final > .club-choice-vote-modal__scheme-round-group {
  width: 100%;
}

.club-choice-vote-modal__scheme--completed-fallback {
  width: 100%;
}

.club-choice-vote-modal__completed-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  width: 100%;
}

.club-choice-vote-modal__completed-grid-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 184, 70, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 198, 83, 0.14), transparent 42%),
    rgba(8, 10, 15, 0.72);
  color: #f5dfbd;
}

.club-choice-vote-modal__completed-grid-card span,
.club-choice-vote-modal__completed-grid-card em,
.club-choice-vote-modal__completed-grid-card i {
  color: rgba(229, 215, 184, 0.86);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.club-choice-vote-modal__completed-grid-card strong {
  min-width: 0;
  overflow: hidden;
  color: #fff1c7;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__completed-grid-card i {
  grid-column: 1 / -1;
  justify-self: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(255, 181, 49, 0.14);
  color: #ffd574;
  font-size: 9px;
  text-transform: uppercase;
}

.club-choice-vote-modal__round-history {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.club-choice-vote-modal__round-history-head,
.club-choice-vote-modal__round-history-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.club-choice-vote-modal__round-history-head h3 {
  margin: 0;
  color: #ffe7a8;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__round-history-head span,
.club-choice-vote-modal__round-history-title em {
  flex: 0 0 auto;
  color: rgba(255, 239, 201, 0.66);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.club-choice-vote-modal__round-history-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 184, 70, 0.28);
  border-radius: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 70, 0.12), transparent 42%),
    rgba(7, 9, 15, 0.72);
  box-shadow: inset 0 0 0 1px rgba(255, 241, 199, 0.04);
}

.club-choice-vote-modal__round-history-title strong {
  min-width: 0;
  overflow: hidden;
  color: #fff1c7;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__round-history-matches {
  display: grid;
  gap: 6px;
}

.club-choice-vote-modal__round-history-match {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.club-choice-vote-modal__round-history-match > b {
  color: rgba(255, 213, 116, 0.92);
  font-size: 10px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__round-history-players {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px minmax(0, 1fr);
  align-items: stretch;
  gap: 4px;
  min-width: 0;
}

.club-choice-vote-modal__round-history-players small {
  align-self: center;
  color: rgba(255, 239, 201, 0.42);
  font-size: 8px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.club-choice-vote-modal__round-history-player {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px;
  min-width: 0;
  min-height: 34px;
  padding: 6px 7px;
  border: 1px solid rgba(255, 184, 70, 0.18);
  border-radius: 8px;
  background: rgba(10, 13, 20, 0.82);
}

.club-choice-vote-modal__round-history-player strong {
  min-width: 0;
  overflow: hidden;
  color: #f7e6c4;
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__round-history-player em {
  color: #ffd574;
  font-size: 11px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
}

.club-choice-vote-modal__round-history-player i {
  grid-column: 1 / -1;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  color: rgba(255, 239, 201, 0.74);
  font-size: 9px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.club-choice-vote-modal__round-history-player--winner {
  border-color: rgba(80, 255, 150, 0.45);
  background:
    linear-gradient(180deg, rgba(27, 96, 49, 0.84), rgba(8, 45, 25, 0.9)),
    rgba(10, 13, 20, 0.82);
  box-shadow: inset 0 0 0 1px rgba(194, 255, 213, 0.08);
}

.club-choice-vote-modal__round-history-player--winner strong,
.club-choice-vote-modal__round-history-player--winner i {
  color: #b8ffce;
}

.club-choice-vote-modal__round-history-player--eliminated {
  border-color: rgba(255, 90, 90, 0.34);
  color: rgba(255, 239, 201, 0.58);
  opacity: 0.84;
}

.club-choice-vote-modal__round-history-player--eliminated strong {
  color: rgba(255, 220, 205, 0.68);
  text-decoration: line-through;
}

.club-choice-vote-modal__scheme h3 {
  margin: 0 0 9px;
  color: #ffe7a8;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.club-choice-vote-modal__scheme-layout--final {
  grid-template-columns: minmax(0, 1fr);
  max-width: 360px;
  margin: 0 auto;
}

.club-choice-vote-modal__scheme-column {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
}

.club-choice-vote-modal__scheme-column::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 22px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255, 216, 125, 0.48);
  box-shadow: 0 0 12px rgba(255, 184, 70, 0.18);
}

.club-choice-vote-modal__scheme-column--left::after {
  right: -22px;
}

.club-choice-vote-modal__scheme-column--right::after {
  left: -22px;
}

.club-choice-vote-modal__scheme-column--final::after {
  display: none;
}

.club-choice-vote-modal__scheme-round-title {
  color: rgba(255, 239, 201, 0.64);
  font-size: 10px;
  font-weight: 950;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-round-group {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.club-choice-vote-modal__scheme-round-group + .club-choice-vote-modal__scheme-round-group {
  margin-top: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 184, 70, 0.16);
}

.club-choice-vote-modal__scheme-stage-title {
  color: rgba(255, 226, 166, 0.76);
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-final {
  position: relative;
  align-self: stretch;
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.club-choice-vote-modal__scheme-final::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(255, 216, 125, 0.72), transparent);
}

.club-choice-vote-modal__scheme-final span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 24px;
  color: #ffde86;
  border: 1px solid rgba(255, 216, 125, 0.42);
  border-radius: 999px;
  background: rgba(3, 5, 9, 0.86);
  box-shadow: 0 0 14px rgba(255, 184, 70, 0.18);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-final > .club-choice-vote-modal__scheme-round-group {
  position: relative;
  z-index: 1;
  width: min(100%, 220px);
}

.club-choice-vote-modal__scheme-final > em {
  position: relative;
  z-index: 1;
  color: rgba(255, 239, 201, 0.62);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-match {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 7px;
  border: 1px solid rgba(255, 184, 70, 0.22);
  border-radius: 10px;
  background: rgba(3, 5, 9, 0.56);
}

.club-choice-vote-modal__scheme-match::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  width: 10px;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255, 216, 125, 0.45);
}

.club-choice-vote-modal__scheme-column--right .club-choice-vote-modal__scheme-match::after {
  right: auto;
  left: -11px;
}

.club-choice-vote-modal__scheme-column--final .club-choice-vote-modal__scheme-match::after {
  display: none;
}

.club-choice-vote-modal__scheme-match b {
  color: #ffe7a8;
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-pair {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
  align-items: stretch;
  gap: 4px;
}

.club-choice-vote-modal__scheme-pair::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 0;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 216, 125, 0.4);
  box-shadow: 0 0 10px rgba(255, 184, 70, 0.18);
}

.club-choice-vote-modal__scheme-player {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 42px;
  padding: 6px 7px;
  border: 1px solid rgba(255, 184, 70, 0.2);
  border-radius: 9px;
  background:
    linear-gradient(180deg, rgba(17, 21, 31, 0.96), rgba(5, 8, 14, 0.96)),
    rgba(12, 15, 22, 0.9);
  color: rgba(255, 239, 201, 0.78);
  box-shadow: inset 0 0 0 1px rgba(255, 241, 199, 0.03);
}

.club-choice-vote-modal__scheme-vs {
  position: relative;
  z-index: 1;
  align-self: center;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-height: 18px;
  color: rgba(255, 239, 201, 0.58);
  border-radius: 999px;
  background: rgba(3, 5, 9, 0.94);
  font-size: 8px;
  font-weight: 950;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-player strong {
  overflow: hidden;
  font-size: 10px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__scheme-player em {
  color: #ffd56f;
  font-style: normal;
  font-weight: 950;
}

.club-choice-vote-modal__scheme-player i {
  grid-column: 1 / -1;
  color: #7bf19a;
  font-size: 8px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.club-choice-vote-modal__scheme-player--winner {
  outline: 1px solid rgba(82, 216, 117, 0.52);
}

.club-choice-vote-modal__scheme-player--advanced {
  color: #fff2c7;
  border-color: rgba(82, 216, 117, 0.42);
  background:
    linear-gradient(180deg, rgba(30, 58, 40, 0.96), rgba(8, 24, 17, 0.96)),
    rgba(12, 32, 20, 0.9);
  box-shadow:
    inset 0 0 0 1px rgba(185, 255, 203, 0.08),
    0 0 12px rgba(82, 216, 117, 0.14);
}

.club-choice-vote-modal__scheme-player--eliminated {
  color: rgba(255, 187, 187, 0.62);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 74, 74, 0.9);
  text-decoration-thickness: 2px;
}

.club-choice-vote-modal__bracket-spine,
.club-choice-vote-modal__final-lane {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
}

.club-choice-vote-modal__bracket-spine::before,
.club-choice-vote-modal__final-lane::before {
  content: "";
  position: absolute;
  top: 52px;
  bottom: 52px;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, transparent, rgba(255, 213, 127, 0.78), transparent);
  box-shadow: 0 0 18px rgba(255, 184, 70, 0.32);
}

.club-choice-vote-modal__bracket-spine span,
.club-choice-vote-modal__final-lane span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid rgba(255, 216, 125, 0.62);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 245, 190, 0.24), transparent 58%),
    rgba(12, 8, 4, 0.94);
  color: #ffe3a3;
  box-shadow: 0 0 20px rgba(255, 184, 70, 0.2);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.club-choice-vote-modal__match {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: stretch;
  gap: 11px 12px;
}

.club-choice-vote-modal__match + .club-choice-vote-modal__match {
  margin-top: 0;
}

.club-choice-vote-modal__match::before {
  content: "";
  position: absolute;
  top: calc(50% + 12px);
  right: 22px;
  left: 22px;
  z-index: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 184, 70, 0.18), rgba(255, 216, 125, 0.82), rgba(255, 184, 70, 0.18));
  box-shadow: 0 0 14px rgba(255, 184, 70, 0.26);
}

.club-choice-vote-modal__pair-title {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #ffe7a8;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.club-choice-vote-modal__side--left .club-choice-vote-modal__match::after,
.club-choice-vote-modal__side--right .club-choice-vote-modal__match::after {
  content: "";
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 34px;
  height: 2px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: rgba(255, 216, 125, 0.42);
  box-shadow: 0 0 12px rgba(255, 184, 70, 0.22);
}

.club-choice-vote-modal__side--left .club-choice-vote-modal__match::after {
  right: -34px;
}

.club-choice-vote-modal__side--right .club-choice-vote-modal__match::after {
  left: -34px;
}

.club-choice-vote-modal__player {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 8px;
  min-width: 0;
  width: 100%;
  min-height: 0;
  padding: 0;
  color: #fff1ce;
  text-align: center;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.club-choice-vote-modal__player-profile {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 268px;
  padding: 12px;
  border: 1px solid rgba(255, 184, 70, 0.24);
  border-radius: 11px;
  background: rgba(10, 13, 20, 0.92);
  cursor: pointer;
}

.club-choice-vote-modal__player:hover .club-choice-vote-modal__player-profile,
.club-choice-vote-modal__player:focus-within .club-choice-vote-modal__player-profile {
  border-color: rgba(255, 216, 125, 0.62);
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 199, 0.1),
    0 0 14px rgba(255, 184, 70, 0.18);
  outline: none;
}

.club-choice-vote-modal__player--active {
  background: transparent;
}

.club-choice-vote-modal__player--active .club-choice-vote-modal__player-profile {
  border-color: rgba(255, 216, 125, 0.88);
  background:
    linear-gradient(180deg, rgba(160, 99, 22, 0.52), rgba(92, 54, 10, 0.72)),
    rgba(92, 54, 10, 0.72);
  box-shadow:
    inset 0 0 0 2px rgba(255, 241, 184, 0.32),
    0 0 0 2px rgba(255, 139, 10, 0.52),
    0 0 28px rgba(255, 139, 10, 0.5),
    0 0 48px rgba(255, 213, 111, 0.24);
  transform: translateY(-2px);
}

.club-choice-vote-modal__player--winner .club-choice-vote-modal__player-profile {
  border-color: rgba(82, 216, 117, 0.78);
  box-shadow: inset 0 0 0 1px rgba(82, 216, 117, 0.18);
}

.club-choice-vote-modal__player--eliminated {
  background: transparent;
}

.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__player-profile {
  border-color: rgba(255, 74, 74, 0.42);
  background:
    linear-gradient(180deg, rgba(78, 14, 18, 0.5), rgba(10, 13, 20, 0.92)),
    rgba(10, 13, 20, 0.92);
}

.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__avatar,
.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__player-copy,
.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__player-desc {
  opacity: 0.46;
  filter: grayscale(0.8);
}

.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__player-copy,
.club-choice-vote-modal__player--eliminated .club-choice-vote-modal__player-desc {
  text-decoration: line-through;
  text-decoration-color: rgba(255, 74, 74, 0.92);
  text-decoration-thickness: 3px;
}

.club-choice-vote-modal__eliminated-stamp {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 10px;
  padding: 4px 7px;
  color: #ffd1d1;
  border: 2px solid rgba(255, 77, 77, 0.8);
  border-radius: 6px;
  background: rgba(68, 7, 12, 0.86);
  box-shadow: 0 0 14px rgba(255, 46, 46, 0.26);
  font-size: 10px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  transform: rotate(-9deg);
}

.club-choice-vote-modal__avatar {
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 174px;
  height: 136px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 8px rgba(255, 184, 70, 0.12));
}

.club-choice-vote-modal__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}

.club-choice-vote-modal__player--active .club-choice-vote-modal__avatar {
  filter:
    drop-shadow(0 10px 12px rgba(0, 0, 0, 0.58))
    drop-shadow(0 0 14px rgba(255, 139, 10, 0.72))
    drop-shadow(0 0 28px rgba(255, 216, 125, 0.44));
  transform: scale(1.04);
}

.club-choice-vote-modal__selected-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 4px 10px;
  color: #211000;
  border: 1px solid rgba(255, 249, 218, 0.84);
  border-radius: 999px;
  background: linear-gradient(180deg, #fff7c2, #ffc13d 55%, #ff8a0a);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 0 18px rgba(255, 139, 10, 0.38);
  font-size: 11px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 243, 190, 0.68);
}

.club-choice-vote-modal__player-copy {
  display: grid;
  gap: 0;
  min-width: 0;
}

.club-choice-vote-modal__player strong,
.club-choice-vote-modal__player small {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__player strong {
  font-size: 18px;
}

.club-choice-vote-modal__player small {
  display: -webkit-box;
  color: rgba(255, 239, 201, 0.78);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.14;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.club-choice-vote-modal__vote-chip {
  position: relative;
  align-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  color: #160d05;
  border: 1px solid rgba(255, 241, 199, 0.82);
  border-radius: 10px;
  background:
    linear-gradient(90deg, #fff1a6 0%, #ffc247 44%, #ff7b04 100%),
    #ffad25;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    0 8px 18px rgba(255, 139, 10, 0.2),
    0 0 18px rgba(255, 184, 70, 0.2);
  cursor: pointer;
}

.club-choice-vote-modal__vote-loading {
  cursor: progress;
}

.club-choice-vote-modal__player--active .club-choice-vote-modal__vote-chip {
  color: #130900;
  border-color: rgba(255, 249, 218, 0.96);
  background:
    radial-gradient(circle at 24px 50%, rgba(255, 255, 212, 0.72), transparent 28px),
    linear-gradient(90deg, #ff8a0a 0%, #ffd76f 52%, #fff2ad 100%),
    #ffb320;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.38),
    0 0 0 2px rgba(255, 139, 10, 0.46),
    0 12px 26px rgba(255, 139, 10, 0.36),
    0 0 26px rgba(255, 213, 111, 0.34);
}

.club-choice-vote-modal__vote-loading > * {
  opacity: 0;
}

.club-choice-vote-modal__vote-loading::after {
  content: attr(data-club-choice-loading-label);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: #130b05;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 234, 176, 0.42);
  text-transform: uppercase;
  white-space: nowrap;
}

.club-choice-vote-modal__vote-loading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border: 2px solid rgba(76, 43, 6, 0.24);
  border-top-color: rgba(76, 43, 6, 0.82);
  border-radius: 50%;
  animation: club-choice-vote-spin 0.72s linear infinite;
}

@keyframes club-choice-vote-spin {
  to {
    transform: rotate(360deg);
  }
}

[data-theme="gold"] .club-choice-vote-modal__vote-chip {
  color: #160d05;
  border-color: rgba(255, 241, 199, 0.82);
  background:
    linear-gradient(90deg, #fff1a6 0%, #ffc247 44%, #ff7b04 100%),
    #ffad25;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.44),
    0 8px 18px rgba(255, 139, 10, 0.2),
    0 0 18px rgba(255, 184, 70, 0.2);
}

.club-choice-vote-modal__vote-chip:hover,
.club-choice-vote-modal__vote-chip:focus-visible {
  border-color: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.54),
    0 10px 22px rgba(255, 139, 10, 0.28),
    0 0 22px rgba(255, 184, 70, 0.28);
  outline: none;
}

.club-choice-vote-modal__vote-chip span {
  min-width: 0;
  overflow: hidden;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.club-choice-vote-modal__vote-chip:disabled {
  cursor: default;
  opacity: 0.92;
  filter: none;
}

.club-choice-vote-modal__vote-chip em {
  color: #1b0f05;
  font-size: 18px;
  font-style: normal;
  font-weight: 950;
  text-align: right;
}

.club-choice-vote-modal__match--duel {
  display: block;
  padding: 0;
}

.club-choice-vote-modal__match--duel::before,
.club-choice-vote-modal__side--left .club-choice-vote-modal__match--duel::after,
.club-choice-vote-modal__side--right .club-choice-vote-modal__match--duel::after {
  display: none;
}

.club-choice-vote-modal__duel-card {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 14px;
  border: 1px solid rgba(184, 122, 39, 0.58);
  border-radius: 18px;
  background:
    radial-gradient(circle at 26% 20%, rgba(255, 143, 18, 0.16), transparent 31%),
    radial-gradient(circle at 72% 20%, rgba(255, 255, 255, 0.08), transparent 29%),
    linear-gradient(90deg, rgba(6, 11, 16, 0.96), rgba(9, 13, 17, 0.91) 48%, rgba(4, 8, 13, 0.97)),
    #05080d;
  box-shadow:
    inset 0 0 0 1px rgba(255, 221, 146, 0.04),
    inset 0 -34px 76px rgba(0, 0, 0, 0.55),
    0 12px 24px rgba(0, 0, 0, 0.28);
}

.club-choice-vote-modal__duel-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 188, 64, 0.08), transparent 36%, rgba(255, 255, 255, 0.04) 62%, transparent),
    repeating-linear-gradient(140deg, rgba(255, 216, 125, 0.035) 0 1px, transparent 1px 28px);
  opacity: 0.55;
}

.club-choice-vote-modal__duel-players,
.club-choice-vote-modal__duel-question,
.club-choice-vote-modal__duel-actions {
  position: relative;
  z-index: 1;
}

.club-choice-vote-modal__duel-players {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
  align-items: start;
  gap: 0;
}

.club-choice-vote-modal__duel-player {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
  color: #fff0cf;
  text-align: center;
}

.club-choice-vote-modal__duel-player--left {
  justify-items: end;
  padding-right: 4px;
}

.club-choice-vote-modal__duel-player--right {
  justify-items: start;
  padding-left: 4px;
}

.club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-profile,
.club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-profile {
  width: min(100%, 190px);
}

.club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-desc,
.club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-votes,
.club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-desc,
.club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-votes {
  width: min(100%, 248px);
}

.club-choice-vote-modal__duel-profile {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  padding: 0;
  color: inherit;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}

[data-theme="gold"] .club-choice-vote-modal__duel-profile {
  color: inherit;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.club-choice-vote-modal__duel-profile:hover,
.club-choice-vote-modal__duel-profile:focus-visible {
  outline: none;
}

.club-choice-vote-modal__duel-profile strong {
  display: -webkit-box;
  min-height: 2.18em;
  overflow: hidden;
  color: #fff2d2;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.08;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.club-choice-vote-modal__duel-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(35vw, 150px);
  height: min(35vw, 150px);
  overflow: hidden;
  border: 2px solid rgba(255, 224, 154, 0.5);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(9, 13, 18, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    0 0 16px rgba(255, 216, 125, 0.1);
}

.club-choice-vote-modal__duel-avatar .club-choice-vote-modal__avatar {
  width: 118%;
  max-width: none;
  height: 118%;
  filter: drop-shadow(0 10px 10px rgba(0, 0, 0, 0.5));
}

.club-choice-vote-modal__duel-avatar .club-choice-vote-modal__avatar img {
  transform: scale(1.1) translateY(9%);
  transform-origin: center center;
}

.club-choice-vote-modal__duel-vs {
  position: relative;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: start;
  justify-self: center;
  width: 112px;
  height: 112px;
  margin-top: min(13vw, 58px);
  pointer-events: none;
}

.club-choice-vote-modal__duel-vs img {
  display: block;
  width: 154px;
  max-width: none;
  height: auto;
  filter:
    saturate(1.08)
    contrast(1.08)
    drop-shadow(0 0 13px rgba(255, 111, 8, 0.38));
}

.club-choice-vote-modal__duel-desc {
  display: block;
  min-height: 4.72em;
  overflow: visible;
  color: rgba(255, 239, 201, 0.82);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.18;
  text-wrap: balance;
}

.club-choice-vote-modal__duel-votes {
  color: #fff2d2;
  font-size: 15px;
  font-style: normal;
  font-weight: 950;
  line-height: 1.05;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
}

.club-choice-vote-modal__achievement-card,
.club-choice-vote-modal__player small.club-choice-vote-modal__achievement-card,
.club-choice-vote-modal__duel-desc.club-choice-vote-modal__achievement-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 126px;
  overflow: hidden;
  padding: 14px 12px;
  border: 1px solid rgba(255, 164, 39, 0.92);
  border-radius: 16px;
  color: #f5dfbd;
  background: rgba(8, 10, 14, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(255, 235, 165, 0.1),
    0 0 10px rgba(255, 92, 0, 0.34),
    0 0 22px rgba(255, 174, 38, 0.16);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.16;
  text-align: center;
  white-space: normal;
  text-wrap: balance;
}

.club-choice-vote-modal__achievement-card-text {
  display: -webkit-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  color: rgba(236, 220, 192, 0.92);
  font-weight: inherit;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.78),
    0 0 7px rgba(255, 140, 24, 0.16);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.club-choice-vote-modal__winner-desc.club-choice-vote-modal__achievement-card {
  justify-content: flex-start;
  min-height: 0;
  padding: 7px 9px;
  border-color: rgba(255, 184, 70, 0.24);
  border-radius: 9px;
  background: rgba(8, 10, 14, 0.42);
  box-shadow: none;
  font-size: 12px;
  line-height: 1.18;
  text-align: left;
  text-wrap: auto;
}

.club-choice-vote-modal__duel-question {
  margin: 12px 0 10px;
  color: rgba(255, 239, 201, 0.7);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.club-choice-vote-modal__duel-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  align-items: stretch;
  min-height: 48px;
}

.club-choice-vote-modal__duel-vote {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  min-height: 48px;
  padding: 0 14px;
  color: #4c2b06;
  border: 1px solid rgba(255, 229, 168, 0.64);
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(255, 122, 6, 0.96), rgba(255, 203, 86, 0.86)),
    #ff9c15;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 8px 18px rgba(255, 139, 10, 0.18);
  cursor: pointer;
}

.club-choice-vote-modal__duel-vote--left {
  grid-column: 1;
  background:
    linear-gradient(90deg, rgba(255, 122, 6, 0.96), rgba(255, 203, 86, 0.86));
}

.club-choice-vote-modal__duel-vote--right {
  grid-column: 2;
  color: #4c2b06;
  background:
    linear-gradient(270deg, rgba(255, 122, 6, 0.96), rgba(255, 203, 86, 0.86));
}

[data-theme="gold"] .club-choice-vote-modal__duel-vote--left {
  background:
    linear-gradient(90deg, rgba(255, 122, 6, 0.96), rgba(255, 203, 86, 0.86));
}

[data-theme="gold"] .club-choice-vote-modal__duel-vote--right {
  background:
    linear-gradient(270deg, rgba(255, 122, 6, 0.96), rgba(255, 203, 86, 0.86));
}

.club-choice-vote-modal__duel-vote span {
  font-size: 28px;
  line-height: 1;
  flex: 0 0 auto;
  opacity: 0.78;
  filter:
    saturate(0.82)
    drop-shadow(0 2px 1px rgba(255, 255, 255, 0.12));
}

.club-choice-vote-modal__duel-vote strong {
  display: block;
  min-width: 0;
  color: #130b05;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.05;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 234, 176, 0.42);
  text-overflow: ellipsis;
  white-space: nowrap;
}

[data-theme="gold"] .club-choice-vote-modal__duel-vote {
  color: #4c2b06;
  border-color: rgba(255, 229, 168, 0.64);
}

[data-theme="gold"] .club-choice-vote-modal__duel-vote--right {
  color: #4c2b06;
}

.club-choice-vote-modal__duel-vote:hover,
.club-choice-vote-modal__duel-vote:focus-visible {
  border-color: rgba(255, 249, 218, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.3),
    0 10px 24px rgba(255, 139, 10, 0.28);
  outline: none;
}

.club-choice-vote-modal__duel-vote:disabled {
  cursor: default;
  opacity: 1;
}

.club-choice-vote-modal__duel-vote.club-choice-vote-modal__vote-loading:disabled,
.club-choice-vote-modal__vote-chip.club-choice-vote-modal__vote-loading:disabled {
  cursor: progress;
  opacity: 1;
}

.club-choice-vote-modal__duel-vote--selected,
[data-theme="gold"] .club-choice-vote-modal__duel-vote--selected {
  color: #140900;
  border-color: rgba(255, 249, 218, 0.98);
  background-color: rgba(255, 244, 188, 0.34);
  box-shadow:
    inset 0 0 28px rgba(255, 252, 207, 0.62),
    inset 0 0 0 2px rgba(255, 252, 207, 0.36),
    0 0 0 2px rgba(255, 139, 10, 0.52),
    0 12px 26px rgba(255, 139, 10, 0.38),
    0 0 28px rgba(255, 190, 58, 0.46);
  opacity: 1;
  transform: translateY(-2px);
}

.club-choice-vote-modal__duel-vote--left.club-choice-vote-modal__duel-vote--selected,
[data-theme="gold"] .club-choice-vote-modal__duel-vote--left.club-choice-vote-modal__duel-vote--selected {
  background:
    radial-gradient(circle at 34px 50%, rgba(255, 255, 205, 0.62), transparent 32px),
    linear-gradient(90deg, #ff8a0a, #ffd36d);
}

.club-choice-vote-modal__duel-vote--right.club-choice-vote-modal__duel-vote--selected,
[data-theme="gold"] .club-choice-vote-modal__duel-vote--right.club-choice-vote-modal__duel-vote--selected {
  background:
    radial-gradient(circle at calc(100% - 34px) 50%, rgba(255, 255, 205, 0.62), transparent 32px),
    linear-gradient(270deg, #ff8a0a, #ffd36d);
}

.club-choice-vote-modal__duel-vote--selected span {
  opacity: 1;
  color: #fff8bf;
  text-shadow: 0 1px 0 rgba(71, 31, 0, 0.8);
  filter:
    saturate(1.35)
    drop-shadow(0 0 8px rgba(255, 246, 183, 0.9))
    drop-shadow(0 0 18px rgba(255, 139, 10, 0.64));
}

.club-choice-vote-modal__duel-vote--selected strong {
  color: #130900;
}

.club-choice-vote-modal__duel-player--active .club-choice-vote-modal__duel-avatar {
  border-color: rgba(255, 139, 10, 0.96);
  box-shadow:
    inset 0 0 0 3px rgba(255, 248, 205, 0.46),
    0 0 0 3px rgba(255, 139, 10, 0.72),
    0 0 30px rgba(255, 139, 10, 0.72),
    0 0 58px rgba(255, 190, 58, 0.34);
  transform: scale(1.055);
}

.club-choice-vote-modal__duel-player--active .club-choice-vote-modal__duel-profile strong {
  color: #fff8d7;
  text-shadow:
    0 2px 8px rgba(0, 0, 0, 0.72),
    0 0 16px rgba(255, 190, 58, 0.6);
}

.club-choice-vote-modal__duel-player--active .club-choice-vote-modal__duel-desc {
  border-color: rgba(255, 196, 76, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 184, 70, 0.18), rgba(6, 10, 15, 0.92)),
    rgba(8, 11, 16, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 241, 184, 0.14),
    0 0 22px rgba(255, 139, 10, 0.3);
}

.club-choice-vote-modal__duel-player--winner .club-choice-vote-modal__duel-avatar {
  border-color: rgba(89, 229, 125, 0.88);
}

.club-choice-vote-modal__duel-player--eliminated .club-choice-vote-modal__duel-profile strong,
.club-choice-vote-modal__duel-player--eliminated .club-choice-vote-modal__duel-desc,
.club-choice-vote-modal__duel-player--eliminated .club-choice-vote-modal__duel-avatar {
  opacity: 0.48;
  filter: grayscale(0.78);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 74, 74, 0.92);
  text-decoration-thickness: 3px;
}

.club-choice-vote-modal__versus {
  position: relative;
  z-index: 2;
  align-self: center;
  justify-self: center;
  min-width: 38px;
  padding: 0 7px;
  color: rgba(255, 239, 201, 0.48);
  font-size: 11px;
  font-weight: 950;
  text-align: center;
  text-transform: uppercase;
  border-radius: 999px;
  background: rgba(3, 5, 9, 0.92);
}

.club-choice-vote-modal__voters {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.club-choice-vote-modal__voters span {
  max-width: 100%;
  overflow: hidden;
  padding: 4px 7px;
  color: rgba(255, 239, 201, 0.7);
  font-size: 10px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid rgba(255, 184, 70, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
}

body.club-choice-vote-open {
  overflow: hidden;
}

@media (max-width: 720px) {
  .club-choice-vote-modal {
    align-items: stretch;
    padding: calc(env(safe-area-inset-top, 0px) + 52px) 8px 8px;
  }

  .club-choice-vote-modal__panel {
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - 60px);
    border-radius: 15px;
  }

  .club-choice-vote-modal__head {
    padding: 14px 14px 10px;
  }

  .club-choice-vote-modal__close {
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .club-choice-vote-modal__status {
    padding: 8px 14px 0;
  }

  .club-choice-vote-modal__body {
    padding: 8px 14px 8px;
  }

  .club-choice-vote-modal__footer {
    padding: 0 14px 10px;
  }

  .club-choice-vote-modal__admin,
  .club-choice-vote-modal__bracket {
    grid-template-columns: minmax(0, 1fr);
  }

  .club-choice-vote-modal__bracket--tournament {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    gap: 6px;
    overflow: hidden;
    padding: 0;
  }

  .club-choice-vote-modal__bracket--final.club-choice-vote-modal__bracket--tournament {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .club-choice-vote-modal__body--tournament {
    overflow-x: hidden;
  }

  .club-choice-vote-modal__bracket-spine,
  .club-choice-vote-modal__final-lane {
    display: none;
  }

  .club-choice-vote-modal__side {
    padding: 6px 8px;
    border-radius: 14px;
  }

  .club-choice-vote-modal__side h3 {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
  }

  .club-choice-vote-modal__side--left,
  .club-choice-vote-modal__side--right,
  .club-choice-vote-modal__side--final {
    border-radius: 0;
  }

  .club-choice-vote-modal__bracket-spine span,
  .club-choice-vote-modal__final-lane span {
    min-width: 44px;
    font-size: 9px;
  }

  .club-choice-vote-modal__match-list {
    gap: 18px;
  }

  .club-choice-vote-modal__tabs {
    gap: 6px;
    padding: 4px;
    border-radius: 12px;
  }

  .club-choice-vote-modal__tab {
    min-height: 38px;
    padding: 8px 10px;
    border-radius: 9px;
    font-size: 13px;
  }

  .club-choice-vote-modal__match {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 7px 4px;
  }

  .club-choice-vote-modal__match::before {
    top: calc(50% + 9px);
    right: 14px;
    left: 14px;
    display: block;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 184, 70, 0.12), rgba(255, 216, 125, 0.86), rgba(255, 184, 70, 0.12));
    box-shadow: 0 0 16px rgba(255, 184, 70, 0.28);
  }

  .club-choice-vote-modal__side--left .club-choice-vote-modal__match::after,
  .club-choice-vote-modal__side--right .club-choice-vote-modal__match::after {
    display: none;
  }

  .club-choice-vote-modal__match--duel {
    display: block;
  }

  .club-choice-vote-modal__match--duel::before {
    display: none;
  }

  .club-choice-vote-modal__match--duel .club-choice-vote-modal__pair-title {
    margin-bottom: 6px;
  }

  .club-choice-vote-modal__duel-card {
    padding: 14px 12px 12px;
    border-radius: 16px;
  }

  .club-choice-vote-modal__duel-players {
    grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr);
    gap: 0;
  }

  .club-choice-vote-modal__duel-player--left {
    padding-right: 2px;
  }

  .club-choice-vote-modal__duel-player--right {
    padding-left: 2px;
  }

  .club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-profile,
  .club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-profile {
    width: min(100%, 158px);
  }

  .club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-desc,
  .club-choice-vote-modal__duel-player--left .club-choice-vote-modal__duel-votes,
  .club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-desc,
  .club-choice-vote-modal__duel-player--right .club-choice-vote-modal__duel-votes {
    width: min(100%, 188px);
  }

  .club-choice-vote-modal__duel-profile {
    gap: 6px;
  }

  .club-choice-vote-modal__duel-profile strong {
    min-height: 2.12em;
    font-size: 16px;
  }

  .club-choice-vote-modal__duel-avatar {
    width: min(34vw, 126px);
    height: min(34vw, 126px);
  }

  .club-choice-vote-modal__duel-vs {
    width: 82px;
    height: 82px;
    margin-top: min(14vw, 54px);
  }

  .club-choice-vote-modal__duel-vs img {
    width: 118px;
  }

  .club-choice-vote-modal__duel-desc {
    min-height: 4.64em;
    font-size: 13.5px;
    line-height: 1.16;
  }

  .club-choice-vote-modal__duel-votes {
    font-size: 14px;
  }

  .club-choice-vote-modal__achievement-card,
  .club-choice-vote-modal__player small.club-choice-vote-modal__achievement-card,
  .club-choice-vote-modal__duel-desc.club-choice-vote-modal__achievement-card {
    min-height: 104px;
    padding: 12px 8px;
    border-radius: 13px;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.14;
  }

  .club-choice-vote-modal__achievement-card-text {
    width: 100%;
    -webkit-line-clamp: 5;
  }

  .club-choice-vote-modal__duel-question {
    margin: 10px 0 8px;
    font-size: 14px;
  }

  .club-choice-vote-modal__duel-actions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 7px;
    min-height: 44px;
  }

  .club-choice-vote-modal__duel-vote {
    gap: 5px;
    min-height: 44px;
    padding: 0 7px;
  }

  .club-choice-vote-modal__duel-vote span {
    font-size: 22px;
  }

  .club-choice-vote-modal__duel-vote strong {
    font-size: 12.5px;
  }

  .club-choice-vote-modal__vote-loading::after {
    padding-left: 28px;
    font-size: 11px;
  }

  .club-choice-vote-modal__vote-loading::before {
    left: 9px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }

  .club-choice-vote-modal__scheme {
    padding: 9px;
    border-radius: 12px;
  }

  .club-choice-vote-modal__scheme h3 {
    margin-bottom: 7px;
    font-size: 12px;
  }

  .club-choice-vote-modal__scheme-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .club-choice-vote-modal__scheme-column {
    gap: 8px;
  }

  .club-choice-vote-modal__scheme-column::after,
  .club-choice-vote-modal__scheme-match::after {
    display: none;
  }

  .club-choice-vote-modal__scheme-match {
    padding: 7px;
  }

  .club-choice-vote-modal__scheme-pair {
    grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr);
    gap: 5px;
  }

  .club-choice-vote-modal__scheme-player {
    min-height: 46px;
    padding: 7px 8px;
  }

  .club-choice-vote-modal__scheme-vs {
    width: 22px;
    min-height: 18px;
    font-size: 8px;
  }

  .club-choice-vote-modal__scheme-final {
    min-height: 26px;
  }

  .club-choice-vote-modal__scheme-final::before {
    top: 50%;
    right: 24px;
    bottom: auto;
    left: 24px;
    width: auto;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 216, 125, 0.72), transparent);
  }

  .club-choice-vote-modal__scheme-final span {
    min-width: 72px;
    min-height: 22px;
    font-size: 8px;
    writing-mode: horizontal-tb;
    transform: none;
  }

  .club-choice-vote-modal__scheme-player strong {
    font-size: 11px;
    line-height: 1.05;
    white-space: normal;
  }

  .club-choice-vote-modal__pair-title {
    font-size: 11px;
  }

  .club-choice-vote-modal__player {
    gap: 8px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
  }

  .club-choice-vote-modal__player-profile {
    gap: 7px;
    min-height: 268px;
    padding: 10px 7px;
    border-radius: 10px;
  }

  .club-choice-vote-modal__avatar {
    max-width: 152px;
    height: 132px;
  }

  .club-choice-vote-modal__player-copy {
    gap: 5px;
  }

  .club-choice-vote-modal__player strong {
    font-size: 15px;
    line-height: 1.08;
  }

  .club-choice-vote-modal__player small {
    display: -webkit-box;
    font-size: 13px;
    line-height: 1.14;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .club-choice-vote-modal__vote-chip {
    min-height: 38px;
    padding: 0 10px;
    border-radius: 8px;
  }

  .club-choice-vote-modal__vote-chip span {
    font-size: 10px;
  }

  .club-choice-vote-modal__vote-chip em {
    font-size: 17px;
  }

  .club-choice-vote-modal__versus {
    min-width: 28px;
    padding: 0 3px;
    font-size: 9px;
  }

  .club-choice-vote-modal__share {
    min-height: 42px;
    padding: 9px 10px;
  }

  .club-choice-vote-modal__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .club-choice-vote-modal__summary strong {
    text-align: left;
  }
}

@media (max-width: 420px) {
  .club-choice-vote-modal {
    padding: calc(env(safe-area-inset-top, 0px) + 50px) 0 0;
  }

  .club-choice-vote-modal__panel {
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - 50px);
    border-radius: 0;
  }

  .club-choice-vote-modal__candidate,
  .club-choice-vote-modal__winner {
    align-items: stretch;
    flex-direction: column;
  }

  .club-choice-vote-modal__candidate-actions,
  .club-choice-vote-modal__candidate-actions .club-choice-vote-modal__primary,
  .club-choice-vote-modal__ghost {
    width: 100%;
  }

  .club-choice-vote-modal__candidate-actions {
    flex-direction: column;
  }

  .club-choice-vote-modal__candidate-edit {
    grid-template-columns: minmax(0, 1fr);
  }

  .club-choice-vote-modal__footer {
    gap: 8px;
  }

  .club-choice-vote-modal__share {
    min-height: 46px;
    padding: 0 12px;
    font-size: 14px;
  }

  .club-choice-vote-modal__share--copy {
    min-width: 128px;
  }
}

@media (max-width: 720px) {
  html.app--telegram-miniapp .club-choice-vote-modal.sng-champions-modal,
  html.poker-telegram-miniapp .club-choice-vote-modal.sng-champions-modal {
    padding-top: calc(env(safe-area-inset-top, 0px) + 78px) !important;
  }

  html.app--telegram-miniapp .sng-champions-modal .club-choice-vote-modal__panel,
  html.poker-telegram-miniapp .sng-champions-modal .club-choice-vote-modal__panel {
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - 86px) !important;
  }
}

.private-cash-open {
  overflow: hidden;
}

.private-cash-modal {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: max(14px, env(safe-area-inset-top, 0px)) 12px max(14px, env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}

.private-cash-modal--open {
  display: flex;
}

.private-cash-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 14, 0.74);
  backdrop-filter: blur(10px);
}

.private-cash-modal__panel {
  position: relative;
  width: min(720px, 100%);
  max-height: min(760px, calc(100vh - 28px));
  overflow: hidden;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 184, 50, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(11, 20, 37, 0.98), rgba(3, 7, 16, 0.98));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.58);
  color: #ffedc0;
}

.private-cash-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid rgba(255, 179, 43, 0.18);
}

.private-cash-modal__eyebrow {
  margin: 0 0 5px;
  color: rgba(255, 207, 122, 0.72);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.private-cash-modal__title {
  margin: 0;
  color: #ffe59d;
  font-size: 31px;
  line-height: 1;
}

.private-cash-modal__close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 183, 51, 0.46);
  border-radius: 50%;
  background: rgba(7, 12, 23, 0.94);
  color: #ffedc0;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.private-cash-modal__status {
  min-height: 18px;
  padding: 7px 18px 0;
  color: #c7d2df;
  font-size: 13px;
  font-weight: 800;
}

.private-cash-modal__body {
  max-height: calc(min(760px, 100vh - 28px) - 96px);
  overflow: auto;
  overflow-x: hidden;
  padding: 12px 18px 112px;
}

.private-cash-modal__tabs {
  display: grid;
  gap: 0;
  width: 100%;
  margin: 0;
  padding: 4px 4px 0;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 179, 43, 0.12), transparent 52%),
    rgba(5, 10, 20, 0.82);
}

.private-cash-modal__tabs--user {
  grid-template-columns: repeat(2, minmax(0, 1fr)) 46px;
}

.private-cash-modal__tabs--admin {
  grid-template-columns: repeat(3, minmax(0, 1fr)) 46px;
}

.private-cash-modal__tab {
  min-width: 0;
  min-height: 46px;
  border: 0;
  border-bottom: 3px solid transparent;
  border-radius: 12px 12px 0 0;
  background: transparent;
  color: rgba(255, 237, 192, 0.78);
  font: inherit;
  font-size: clamp(12px, 3.4vw, 15px);
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.private-cash-modal__tab--active,
.private-cash-modal__tab[aria-selected="true"] {
  border-bottom-color: #fff0a6;
  background:
    radial-gradient(circle at 50% -30%, rgba(255, 250, 204, 0.95), transparent 42%),
    linear-gradient(180deg, rgba(22, 163, 74, 0.98) 0%, rgba(11, 107, 54, 0.98) 52%, rgba(5, 65, 36, 0.98) 100%);
  color: #fff8d4;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.36),
    0 0 14px rgba(255, 226, 124, 0.45);
  box-shadow:
    0 0 0 1px rgba(255, 240, 166, 0.5) inset,
    0 -3px 0 rgba(255, 226, 124, 0.98) inset,
    0 0 26px rgba(45, 212, 112, 0.42),
    0 0 18px rgba(255, 179, 42, 0.28);
}

.private-cash-modal__tab--icon {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}

.home-club-choice-plaque--sng .home-club-choice-plaque__subtext::after {
  content: "♜";
  position: absolute;
  left: 50%;
  bottom: calc(-1 * clamp(23px, 4vw, 31px));
  width: clamp(22px, 4vw, 31px);
  height: clamp(22px, 4vw, 31px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 188, 63, 0.5);
  border-radius: 50%;
  background: rgba(5, 5, 7, 0.9);
  color: rgba(255, 185, 79, 0.72);
  font-size: clamp(12px, 2vw, 17px);
  transform: translateX(-50%);
  box-shadow: 0 0 8px rgba(255, 132, 0, 0.24);
}

.home-club-actions-block .home-club-choice-actions .home-club-choice-plaque::after {
  display: block;
}

.private-cash-modal__tab-panel {
  width: 100%;
  border: 1px solid rgba(255, 179, 43, 0.34);
  border-top: 2px solid rgba(255, 226, 124, 0.92);
  border-radius: 0 0 18px 18px;
  background:
    linear-gradient(180deg, rgba(255, 179, 43, 0.08), transparent 34px),
    rgba(5, 10, 20, 0.42);
  padding: 14px;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.private-cash-modal__tab-panel > .private-cash-modal__form,
.private-cash-modal__tab-panel > .private-cash-modal__events,
.private-cash-modal__tab-panel > .private-cash-modal__results,
.private-cash-modal__tab-panel > .private-cash-modal__archive {
  margin: 0;
}

.private-cash-modal__results {
  display: grid;
  min-height: 220px;
  place-items: center;
  border: 1px solid rgba(255, 179, 43, 0.34);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 179, 43, 0.15), transparent 42%),
    linear-gradient(180deg, rgba(8, 14, 26, 0.96), rgba(3, 8, 18, 0.96));
  padding: 18px;
  text-align: center;
}

.private-cash-modal__results p {
  margin: 0;
  color: #ffedc0;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1.15;
}

.private-cash-modal__loading,
.private-cash-modal__empty,
.private-cash-modal__notice {
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 16px;
  background: rgba(5, 10, 20, 0.72);
  padding: 18px;
  color: #d3c5a8;
  font-weight: 900;
  text-align: center;
}

.private-cash-modal__empty--compact {
  padding: 12px;
  font-size: 14px;
}

.private-cash-modal__form,
.private-cash-modal__event {
  border: 1px solid rgba(255, 179, 43, 0.34);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(8, 14, 26, 0.96), rgba(3, 8, 18, 0.96));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.private-cash-modal__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  min-width: 0;
}

.private-cash-modal__form--edit-event {
  margin: 0 -14px 12px;
  border-color: rgba(45, 212, 112, 0.26);
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 212, 112, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(8, 14, 26, 0.94), rgba(3, 8, 18, 0.94));
}

.private-cash-modal__form-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
}

.private-cash-modal__form-head strong {
  color: #fff3c9;
  font-size: 16px;
  font-weight: 1000;
  line-height: 1.1;
}

.private-cash-modal__form-head span {
  color: rgba(211, 197, 168, 0.82);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: right;
}

.private-cash-modal__form-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.private-cash-modal__share-actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin: 0 0 16px;
}

.private-cash-modal__share-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 42%;
  width: auto;
  min-width: 0;
  min-height: 54px;
  padding: 12px 10px;
  border: 1px solid rgba(214, 163, 84, 0.86);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 214, 127, 0.14), rgba(214, 163, 84, 0.06)),
    rgba(8, 12, 20, 0.94);
  color: #fff1c2;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 0 0 1px rgba(255, 214, 127, 0.1),
    0 0 20px rgba(214, 163, 84, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  -webkit-tap-highlight-color: transparent;
}

.private-cash-modal__share-btn--invite {
  flex-basis: 42%;
}

.private-cash-modal__share-btn--invite,
.private-cash-modal__share-btn--subscribe:not(.private-cash-modal__share-btn--active) {
  border-color: rgba(255, 242, 186, 0.94);
  background:
    radial-gradient(circle at 50% -36%, rgba(255, 255, 255, 0.92), transparent 38%),
    linear-gradient(135deg, #fff4a8 0%, #ffd24d 30%, #ff9f1a 66%, #ff6a00 100%);
  color: #1a0f03;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(255, 120, 0, 0.36),
    0 0 26px rgba(255, 173, 38, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    inset 0 -4px 10px rgba(150, 55, 0, 0.38);
}

.private-cash-modal__share-btn--invite:not(:disabled),
.profile-friends__invite:not(:disabled),
.chat-general-invite-friend-btn:not(:disabled) {
  animation: poker-invite-friend-pulse 1.7s ease-in-out infinite;
}

@keyframes poker-invite-friend-pulse {
  0%, 100% {
    filter: saturate(1);
    transform: scale(1);
  }
  50% {
    filter: saturate(1.14) brightness(1.04);
    transform: scale(1.025);
  }
}

@media (prefers-reduced-motion: reduce) {
  .private-cash-modal__share-btn--invite:not(:disabled),
  .profile-friends__invite:not(:disabled),
  .chat-general-invite-friend-btn:not(:disabled) {
    animation: none;
  }
}

.private-cash-modal__share-btn--copy {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  padding: 0;
  font-size: 0;
  color: #fff1c2;
}

.private-cash-modal__share-btn--copy::before,
.private-cash-modal__share-btn--copy::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 4px;
}

.private-cash-modal__share-btn--copy::before {
  left: 16px;
  top: 15px;
}

.private-cash-modal__share-btn--copy::after {
  left: 22px;
  top: 21px;
  background: rgba(8, 12, 20, 0.94);
}

.private-cash-modal__share-btn--subscribe {
  flex: 0.9 1 32%;
  font-size: 14px;
}

.private-cash-modal__share-btn--active {
  border-color: rgba(214, 163, 84, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 214, 127, 0.1), rgba(214, 163, 84, 0.04)),
    rgba(8, 12, 20, 0.78);
  color: rgba(255, 241, 194, 0.66);
}

.private-cash-modal__share-btn:hover,
.private-cash-modal__share-btn:focus-visible {
  outline: none;
  transform: translateY(-1px);
  color: #fff7dc;
  border-color: rgba(255, 218, 130, 0.96);
  background:
    linear-gradient(180deg, rgba(255, 226, 150, 0.2), rgba(214, 163, 84, 0.1)),
    rgba(10, 15, 24, 0.97);
  box-shadow:
    0 0 0 1px rgba(255, 225, 150, 0.12),
    0 0 24px rgba(214, 163, 84, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.private-cash-modal__share-btn--invite:hover,
.private-cash-modal__share-btn--invite:focus-visible,
.private-cash-modal__share-btn--subscribe:not(.private-cash-modal__share-btn--active):hover,
.private-cash-modal__share-btn--subscribe:not(.private-cash-modal__share-btn--active):focus-visible {
  color: #170c02;
  border-color: #fff6c9;
  background:
    radial-gradient(circle at 50% -38%, rgba(255, 255, 255, 0.96), transparent 39%),
    linear-gradient(135deg, #fff7b8 0%, #ffdd61 28%, #ffac24 66%, #ff7608 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 22px rgba(255, 120, 0, 0.42),
    0 0 32px rgba(255, 180, 42, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    inset 0 -4px 10px rgba(150, 55, 0, 0.42);
}

.private-cash-modal__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(132px, 0.42fr);
  gap: 10px;
  min-width: 0;
}

.private-cash-modal__grid--even {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.private-cash-modal label {
  display: grid;
  gap: 6px;
  min-width: 0;
  color: #d9c9a9;
  font-size: 13px;
  font-weight: 900;
}

.private-cash-modal input,
.private-cash-modal select,
.private-cash-modal textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  border: 1px solid rgba(255, 179, 43, 0.3);
  border-radius: 12px;
  background: rgba(2, 7, 16, 0.86);
  color: #fff7df;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  outline: none;
  padding: 12px;
  box-sizing: border-box;
}

.private-cash-modal input[type="date"],
.private-cash-modal input[type="time"] {
  min-inline-size: 0;
  white-space: nowrap;
}

.private-cash-modal select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #ffd46a 50%) calc(100% - 20px) 50% / 7px 7px no-repeat,
    linear-gradient(135deg, #ffd46a 50%, transparent 50%) calc(100% - 15px) 50% / 7px 7px no-repeat,
    rgba(2, 7, 16, 0.86);
  padding-right: 38px;
}

.private-cash-modal textarea {
  resize: vertical;
}

.private-cash-modal__bonus-picker {
  display: grid;
  gap: 10px;
  min-width: 0;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 179, 43, 0.14), transparent 32%),
    rgba(255, 179, 43, 0.04);
  padding: 12px;
}

.private-cash-modal__bonus-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}

.private-cash-modal__bonus-label {
  color: #ffe59d;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.05;
}

.private-cash-modal__bonus-head small {
  color: rgba(217, 201, 169, 0.72);
  font-size: 9.5px;
  font-weight: 850;
  line-height: 1.15;
  text-align: right;
}

.private-cash-modal__bonus-grid,
.private-cash-modal__bonus-display {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(118px, 1fr));
  gap: 8px;
  min-width: 0;
}

.private-cash-modal__bonus-tile,
.private-cash-modal__bonus-card {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  min-width: 0;
  min-height: 76px;
  overflow: hidden;
  border: 1px solid rgba(255, 179, 43, 0.42);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 14%, rgba(255, 213, 116, 0.28), transparent 32%),
    linear-gradient(180deg, rgba(24, 15, 4, 0.98), rgba(5, 9, 18, 0.98));
  color: #ffe7ad;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 8px 18px rgba(0, 0, 0, 0.28);
}

.private-cash-modal__bonus-tile {
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.private-cash-modal__bonus-tile::before,
.private-cash-modal__bonus-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255, 179, 43, 0.18) 0 1px, transparent 1px 42%),
    radial-gradient(circle at 50% 115%, rgba(245, 158, 11, 0.34), transparent 54%);
  pointer-events: none;
}

.private-cash-modal__bonus-tile strong,
.private-cash-modal__bonus-card strong {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 12px);
  color: #ffc43a;
  font-size: clamp(16px, 3.9vw, 23px);
  font-weight: 1000;
  line-height: 0.92;
  text-align: center;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 0 rgba(104, 55, 0, 0.9), 0 0 12px rgba(255, 179, 43, 0.55);
}

.private-cash-modal__bonus-tile span {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 12px);
  color: #fff4d2;
  font-size: 10.5px;
  font-weight: 950;
  line-height: 1.08;
  text-align: center;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.72);
}

.private-cash-modal__bonus-tile--active {
  border-color: #ffb531;
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.5), transparent 34%),
    linear-gradient(180deg, #ffd46a, #f59e0b);
  color: #120b02;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.24),
    0 0 20px rgba(245, 158, 11, 0.42);
}

.private-cash-modal__bonus-tile--active strong {
  color: #120b02;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.36);
}

.private-cash-modal__bonus-tile--active span {
  color: #211300;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.32);
}

.private-cash-modal__bonus-editor {
  margin-top: 2px;
}

.private-cash-modal__bonus-builder {
  display: grid;
  grid-template-columns: minmax(110px, 0.72fr) minmax(160px, 1fr);
  gap: 8px;
  min-width: 0;
}

.private-cash-modal__bonus-add {
  grid-column: 1 / -1;
}

.private-cash-modal__bonus-storage {
  display: none;
}

.private-cash-modal__bonus-display {
  margin-top: 11px;
}

.private-cash-modal__bonus-display--event {
  margin: -3px -14px 13px;
}

.private-cash-modal__bonus-display--single {
  grid-template-columns: minmax(0, 1fr);
}

.private-cash-modal__bonus-display--single .private-cash-modal__bonus-card {
  min-height: 0;
  justify-items: start;
  place-items: center start;
  padding: 11px 12px;
  border-color: rgba(255, 179, 43, 0.18);
  background: rgba(3, 8, 18, 0.76);
  box-shadow: none;
}

.private-cash-modal__bonus-display--single .private-cash-modal__bonus-card::before {
  display: none;
}

.private-cash-modal__bonus-display--single .private-cash-modal__bonus-card strong {
  max-width: 100%;
  color: #e7dcc5;
  font-size: clamp(18px, 5.4vw, 31px);
  line-height: 1.16;
  text-align: left;
  text-shadow: none;
}

.private-cash-modal__bonus-card {
  gap: 4px;
  min-height: 66px;
  padding: 8px 6px;
}

.private-cash-modal__bonus-card strong {
  font-size: clamp(13px, 3.05vw, 18px);
  line-height: 0.9;
}

.private-cash-modal__bonus-card span {
  position: relative;
  z-index: 1;
  color: rgba(255, 237, 192, 0.76);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.02;
  text-align: center;
  overflow-wrap: anywhere;
}

.private-cash-modal__bonus-preview {
  margin-top: 0;
}

.private-cash-modal__bonus-preview-item {
  min-width: 0;
}

.private-cash-modal__bonus-preview-empty {
  grid-column: 1 / -1;
  margin: 0;
  border: 1px dashed rgba(255, 179, 43, 0.34);
  border-radius: 14px;
  padding: 12px;
  color: rgba(255, 237, 192, 0.68);
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.private-cash-modal__bonus-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 237, 192, 0.32);
  border-radius: 50%;
  background: rgba(6, 10, 18, 0.82);
  color: #ffe7ad;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.private-cash-modal__push-check {
  display: flex !important;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 179, 43, 0.56);
  border-radius: 14px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 212, 106, 0.2), transparent 38%),
    rgba(255, 179, 43, 0.1);
  padding: 12px;
  color: #ffe7ad !important;
  font-size: 14px !important;
  line-height: 1.2;
}

.private-cash-modal__push-check input {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  accent-color: #f59e0b;
}

.private-cash-modal__push-check span {
  display: grid;
  gap: 3px;
}

.private-cash-modal__push-check strong,
.private-cash-modal__push-check small {
  display: block;
}

.private-cash-modal__push-check strong {
  color: #fff0c2;
  font-size: 16px;
  font-weight: 1000;
}

.private-cash-modal__push-check small {
  color: rgba(255, 231, 173, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.private-cash-modal__events {
  display: grid;
  gap: 12px;
}

.private-cash-modal__penalty-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px 12px;
  border: 1px solid rgba(255, 179, 43, 0.32);
  border-radius: 14px;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 204, 77, 0.16), transparent 38%),
    rgba(5, 10, 20, 0.76);
  padding: 11px 13px;
  color: #ffe8ad;
}

.private-cash-modal__penalty-status span {
  font-size: 13px;
  font-weight: 950;
}

.private-cash-modal__penalty-status strong {
  color: #ffc42d;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 0 10px rgba(255, 188, 45, 0.32);
}

.private-cash-modal__penalty-status small {
  grid-column: 1 / -1;
  color: rgba(255, 231, 173, 0.78);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.private-cash-modal__penalty-status--locked {
  border-color: rgba(255, 107, 107, 0.42);
}

.private-cash-modal__rules {
  display: grid;
  gap: 9px;
  margin: 0 0 14px;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(255, 179, 43, 0.14), transparent 34%),
    rgba(5, 10, 20, 0.72);
  padding: 12px;
}

.private-cash-modal__rule {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.private-cash-modal__rule-icon {
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
  overflow: visible;
  color: #f8c54c;
  filter: drop-shadow(0 0 8px rgba(248, 178, 45, 0.2));
}

.private-cash-modal__rule-icon::before,
.private-cash-modal__rule-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.private-cash-modal__rule-icon--money::before {
  inset: 4px;
  border: 2px solid currentColor;
  border-radius: 50%;
  opacity: 0.88;
}

.private-cash-modal__rule-icon--money::after {
  content: "₽";
  inset: 0;
  display: grid;
  place-items: center;
  color: #ffe4a1;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.55);
}

.private-cash-modal__rule-icon--card {
  transform: none;
}

.private-cash-modal__rule-icon--card::before {
  left: 7px;
  top: 5px;
  width: 20px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 6px;
  box-shadow:
    -4px 4px 0 -2px rgba(255, 228, 161, 0.55),
    4px -4px 0 -2px rgba(248, 197, 76, 0.36);
  transform: rotate(4deg);
}

.private-cash-modal__rule-icon--card::after {
  left: 13px;
  top: 13px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #ffe4a1;
  opacity: 0.9;
  transform: rotate(4deg);
}

.private-cash-modal__rule-icon--password {
  color: #f8c54c;
}

.private-cash-modal__rule-icon--password::before {
  left: 9px;
  top: 4px;
  width: 16px;
  height: 15px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

.private-cash-modal__rule-icon--password::after {
  left: 6px;
  top: 17px;
  width: 22px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 5px;
  background:
    radial-gradient(circle at 50% 45%, #ffe4a1 0 2px, transparent 2.5px),
    linear-gradient(#ffe4a1, #ffe4a1) 50% 68% / 2px 5px no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(255, 228, 161, 0.22),
    0 0 0 1px rgba(248, 197, 76, 0.1);
}

.private-cash-modal__rule p {
  min-width: 0;
  margin: 0;
  color: #dfd2b8;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.28;
}

.private-cash-modal__table-hero {
  position: relative;
  margin: 13px -14px 14px;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #050609;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.36);
}

.private-cash-modal__table-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(255, 206, 112, 0.08), transparent 28%, rgba(0, 0, 0, 0.12) 100%),
    radial-gradient(circle at 50% 0%, rgba(255, 179, 43, 0.18), transparent 42%);
  pointer-events: none;
}

.private-cash-modal__table-hero img {
  display: block;
  width: 100%;
  aspect-ratio: 68 / 100;
  object-fit: cover;
  object-position: center 46%;
}

.private-cash-modal__seats-left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: -4px 0 12px;
  border: 1px solid rgba(77, 255, 139, 0.38);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(77, 255, 139, 0.16), transparent 58%),
    rgba(5, 21, 15, 0.78);
  padding: 9px 12px;
  color: #d6ffe4;
  text-align: center;
  box-shadow:
    0 0 18px rgba(77, 255, 139, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.private-cash-modal__seats-left span {
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.private-cash-modal__seats-left strong {
  color: #fff2ad;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.48);
}

.private-cash-modal__table-seats {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.private-cash-modal__table-house-seat {
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 4;
  display: inline-grid;
  justify-items: center;
  gap: 3px;
  width: clamp(82px, 18vw, 118px);
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0 !important;
  appearance: none;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #fff1bd;
  font: inherit;
  cursor: pointer;
  transform: translate(-50%, -50%);
  -webkit-appearance: none;
}

.private-cash-modal__table-house-seat-name,
.private-cash-modal__table-house-seat small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.72),
    0 0 5px rgba(0, 0, 0, 0.42);
}

.private-cash-modal__table-house-seat-name {
  min-width: 70px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 224, 141, 0.74);
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(8px, 2.15vw, 12px);
  font-weight: 1000;
  line-height: 1;
}

.private-cash-modal__table-house-seat small {
  padding: 3px 7px;
  border: 1px solid rgba(77, 255, 139, 0.44);
  background: transparent !important;
  color: rgba(201, 255, 221, 0.9);
  font-size: clamp(6px, 1.45vw, 8px);
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__table-house-seat:hover .private-cash-modal__table-house-seat-name,
.private-cash-modal__table-house-seat:focus-visible .private-cash-modal__table-house-seat-name {
  box-shadow: none !important;
}

.private-cash-modal__table-empty-seats {
  position: absolute;
  inset: 0;
  display: none;
  z-index: 2;
  pointer-events: none;
}

.private-cash-modal__table-empty-seat {
  position: absolute;
  left: var(--seat-x);
  top: var(--seat-y);
  display: block;
  width: clamp(72px, 18vw, 112px);
  aspect-ratio: 1;
  border: 2px solid rgba(255, 190, 97, 0.78);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 52%, rgba(6, 7, 9, 0.55) 0%, rgba(6, 7, 9, 0.18) 58%, transparent 72%),
    radial-gradient(circle at 50% 50%, transparent 64%, rgba(255, 168, 51, 0.32) 70%, transparent 78%);
  box-shadow:
    0 0 10px rgba(255, 152, 32, 0.58),
    0 0 22px rgba(255, 128, 22, 0.34),
    inset 0 0 14px rgba(255, 211, 121, 0.16);
  transform: translate(-50%, -50%) rotate(var(--empty-seat-rotate, 0deg)) scale(var(--empty-seat-scale, 1));
}

.private-cash-modal__table-empty-seat[data-seat-index="0"],
.private-cash-modal__table-empty-seat[data-seat-index="1"] {
  --empty-seat-scale: 0.96;
}

.private-cash-modal__table-empty-seat[data-seat-index="3"],
.private-cash-modal__table-empty-seat[data-seat-index="4"] {
  --empty-seat-scale: 1.04;
}

.private-cash-modal__table-empty-seat[data-seat-index="5"],
.private-cash-modal__table-empty-seat[data-seat-index="6"] {
  --empty-seat-scale: 1.08;
}

.private-cash-modal__table-seat {
  position: absolute;
  left: var(--seat-x);
  top: var(--seat-y);
  --seat-rotate: 0deg;
  --seat-scale: 1;
  --seat-monkey-boost: 1.2;
  --seat-face-x: 1;
  --seat-label-x: 50%;
  --seat-label-bottom: 0px;
  --seat-label-transform: translate(-50%, 0);
  --seat-nudge-x: 0px;
  --seat-nudge-y: 0px;
  transform: translate(-50%, -58%);
  display: block;
  width: clamp(106px, 25vw, 162px);
  height: clamp(120px, 29vw, 196px);
  max-width: 35%;
  padding: 0;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  font: inherit;
  background: none !important;
  color: #fff1bd;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: none !important;
  filter: none;
}

.private-cash-modal__table-seat:hover {
  filter: none;
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading {
  pointer-events: none;
  transform: translate(-50%, -58%) scale(0.98);
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading .private-cash-modal__table-seat-monkey img {
  filter:
    brightness(0.78)
    saturate(0.85)
    drop-shadow(0 12px 12px rgba(0, 0, 0, 0.62));
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading .private-cash-modal__table-seat-name,
.private-cash-modal__table-seat.private-cash-modal__profile-loading small {
  border-color: rgba(255, 239, 181, 0.96);
  background: rgba(28, 16, 2, 0.92);
  box-shadow:
    0 0 12px rgba(255, 184, 43, 0.56),
    0 0 24px rgba(255, 115, 0, 0.22);
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading::before,
.private-cash-modal__seat-list button.private-cash-modal__profile-loading::before {
  content: "";
  position: absolute;
  z-index: 8;
  width: 22px;
  height: 22px;
  border: 3px solid rgba(255, 232, 170, 0.35);
  border-top-color: #ffd46a;
  border-radius: 50%;
  animation: privateCashProfileSpin 700ms linear infinite;
  pointer-events: none;
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading::before {
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
}

.private-cash-modal__table-seat.private-cash-modal__profile-loading::after {
  content: attr(data-private-cash-loading-label);
  position: absolute;
  left: 50%;
  top: calc(50% + 22px);
  z-index: 8;
  min-width: 72px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 224, 141, 0.72);
  border-radius: 999px;
  background: rgba(5, 8, 15, 0.88);
  color: #ffe7ad;
  font-size: 9px;
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(255, 158, 11, 0.28);
  pointer-events: none;
}

.private-cash-modal__table-seat--pending {
  color: rgba(255, 241, 189, 0.86);
}

.private-cash-modal__table-seat--approved {
  color: #c9ffdd;
}

.private-cash-modal__table-seat-label {
  position: absolute;
  left: var(--seat-label-x);
  bottom: var(--seat-label-bottom);
  z-index: 3;
  display: grid;
  justify-items: center;
  gap: 4px;
  width: max-content;
  max-width: min(138%, 136px);
  transform: var(--seat-label-transform);
  pointer-events: none;
}

.private-cash-modal__table-seat-name {
  display: block;
  max-width: 100%;
  min-width: 56px;
  padding: 3px 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 141, 0.7);
  border-radius: 999px;
  background: rgba(4, 6, 12, 0.78);
  box-shadow: 0 0 12px rgba(255, 176, 38, 0.24);
  color: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(8px, 2.25vw, 12px);
  font-weight: 1000;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.86);
}

.private-cash-modal__table-seat-monkey {
  position: absolute;
  inset: -2px -18px -8px;
  z-index: 2;
  display: block;
  background: transparent !important;
  transform:
    translate(var(--seat-nudge-x), var(--seat-nudge-y))
    rotate(var(--seat-rotate))
    scale(var(--seat-scale))
    scale(var(--seat-monkey-boost))
    scaleX(var(--seat-face-x));
  transform-origin: 50% 78%;
}

.private-cash-modal__table-seat-monkey img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  background: transparent !important;
  filter: drop-shadow(0 12px 12px rgba(0, 0, 0, 0.62));
}

.private-cash-modal__table-seat small {
  display: block;
  max-width: 100%;
  padding: 3px 6px;
  margin-top: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 141, 0.48);
  border-radius: 999px;
  background: rgba(4, 6, 12, 0.72);
  color: rgba(255, 232, 170, 0.78);
  font-size: clamp(6px, 1.55vw, 8px);
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.private-cash-modal__table-seat--approved small {
  border-color: rgba(77, 255, 139, 0.5);
  color: rgba(201, 255, 221, 0.88);
}

.private-cash-modal__table-seat[data-seat-index="0"] {
  --seat-rotate: -10deg;
  --seat-scale: 0.97;
  --seat-label-x: 61%;
  --seat-nudge-x: -6px;
  --seat-nudge-y: 14px;
}

.private-cash-modal__table-seat[data-seat-index="1"] {
  --seat-face-x: -1;
  --seat-rotate: -8deg;
  --seat-scale: 0.73;
  --seat-nudge-x: 2px;
  --seat-nudge-y: 14px;
}

.private-cash-modal__table-seat[data-seat-index="2"] {
  --seat-rotate: -5deg;
  --seat-scale: 0.96;
  --seat-nudge-x: 12px;
  --seat-nudge-y: 2px;
}

.private-cash-modal__table-seat[data-seat-index="3"] {
  --seat-face-x: -1;
  --seat-rotate: -8deg;
  --seat-scale: 1.01;
  --seat-nudge-x: 18px;
  --seat-nudge-y: -1px;
}

.private-cash-modal__table-seat[data-seat-index="4"] {
  --seat-face-x: -1;
  --seat-rotate: -10deg;
  --seat-scale: 1.01;
  --seat-nudge-x: -14px;
  --seat-nudge-y: -1px;
}

.private-cash-modal__table-seat[data-seat-index="5"] {
  --seat-face-x: -1;
  --seat-rotate: -10deg;
  --seat-scale: 1.03;
  --seat-nudge-x: 0px;
  --seat-nudge-y: 18px;
}

.private-cash-modal__table-seat[data-seat-index="6"] {
  --seat-face-x: 1;
  --seat-rotate: 10deg;
  --seat-scale: 1.03;
  --seat-nudge-x: 0px;
  --seat-nudge-y: 18px;
}

.private-cash-modal__table-seat-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 34px;
  min-height: 28px;
  padding: 4px 8px;
  border: 1px solid rgba(255, 224, 141, 0.64);
  border-radius: 999px;
  background: rgba(5, 8, 15, 0.84);
  color: #ffe7ad;
  font-size: 12px;
  font-weight: 1000;
}

.private-cash-modal__seat-lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.private-cash-modal__seat-list {
  min-width: 0;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 15px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 191, 43, 0.14), transparent 62%),
    rgba(4, 9, 18, 0.76);
  padding: 10px;
}

.private-cash-modal__seat-list--reserve {
  border-color: rgba(148, 163, 184, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(148, 163, 184, 0.12), transparent 62%),
    rgba(4, 9, 18, 0.76);
}

.private-cash-modal__seat-list h3 {
  margin: 0 0 8px;
  color: #ffe59d;
  font-size: 15px;
  font-weight: 1000;
  line-height: 1;
}

.private-cash-modal__seat-list--reserve h3 {
  color: #dbeafe;
}

.private-cash-modal__seat-list ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.private-cash-modal__seat-list li {
  min-width: 0;
}

.private-cash-modal__seat-list button {
  position: relative;
  display: grid;
  gap: 3px;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 224, 141, 0.36);
  border-radius: 999px;
  background: rgba(3, 7, 15, 0.72);
  color: #fff1bd;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  padding: 7px 9px;
  text-align: left;
}

.private-cash-modal__seat-list button.private-cash-modal__profile-loading {
  pointer-events: none;
  border-color: rgba(255, 224, 141, 0.84);
  background:
    radial-gradient(circle at 12px 50%, rgba(255, 212, 106, 0.22), transparent 44px),
    rgba(26, 17, 4, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 16px rgba(255, 158, 11, 0.24);
}

.private-cash-modal__seat-list button.private-cash-modal__profile-loading::before {
  right: 11px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-width: 2px;
}

.private-cash-modal__seat-list button.private-cash-modal__profile-loading strong,
.private-cash-modal__seat-list button.private-cash-modal__profile-loading span {
  padding-right: 28px;
}

@keyframes privateCashProfileSpin {
  to {
    transform: rotate(360deg);
  }
}

.private-cash-modal__seat-list button strong,
.private-cash-modal__seat-list button span,
.private-cash-modal__seat-list button em {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.private-cash-modal__seat-list button strong {
  font-size: 12px;
  font-weight: 1000;
}

.private-cash-modal__seat-list button span {
  color: rgba(255, 232, 170, 0.72);
  font-size: 10px;
  font-weight: 850;
}

.private-cash-modal__seat-list button em {
  justify-self: start;
  max-width: 100%;
  margin-top: 1px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 216, 105, 0.42);
  border-radius: 999px;
  background: rgba(255, 179, 43, 0.12);
  color: #ffe58a;
  font-size: 8px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__seat-list-btn--approved em {
  border-color: rgba(77, 255, 139, 0.5);
  background: rgba(22, 163, 74, 0.16);
  color: #bbf7d0;
}

.private-cash-modal__seat-list--reserve button {
  border-color: rgba(191, 219, 254, 0.28);
  color: #dbeafe;
}

.private-cash-modal__seat-list--reserve button span {
  color: rgba(219, 234, 254, 0.72);
}

.private-cash-modal__seat-list p {
  margin: 0;
  color: rgba(255, 232, 170, 0.72);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
}

.private-cash-modal__event > .private-cash-modal__table-hero:first-child,
.private-cash-modal__events > .private-cash-modal__table-hero:first-child {
  margin-top: 0;
}

.private-cash-modal__event > .private-cash-modal__rules {
  margin-top: 13px;
}

.private-cash-modal__event {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 12px 14px 14px;
}

.private-cash-modal__archive {
  display: grid;
  gap: 8px;
}

.private-cash-modal__archive-item {
  border: 1px solid rgba(255, 179, 43, 0.24);
  border-radius: 14px;
  background: rgba(6, 12, 23, 0.78);
  overflow: hidden;
}

.private-cash-modal__archive-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 10px 12px;
  color: #fff1bd;
  cursor: pointer;
  list-style: none;
}

.private-cash-modal__archive-summary::-webkit-details-marker {
  display: none;
}

.private-cash-modal__archive-summary::after {
  content: "›";
  grid-column: 2;
  grid-row: 1;
  color: rgba(255, 232, 170, 0.74);
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
  transform: rotate(90deg);
  transition: transform 0.16s ease;
}

.private-cash-modal__archive-item[open] .private-cash-modal__archive-summary::after {
  transform: rotate(-90deg);
}

.private-cash-modal__archive-date,
.private-cash-modal__archive-meta {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.private-cash-modal__archive-date {
  color: #fff3c9;
  font-size: 14px;
  font-weight: 1000;
}

.private-cash-modal__archive-meta {
  grid-column: 1 / -1;
  color: rgba(255, 232, 170, 0.72);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__archive-body {
  border-top: 1px solid rgba(255, 179, 43, 0.16);
  padding: 0 10px 10px;
}

.private-cash-modal__archive-body .private-cash-modal__event {
  padding-bottom: 0;
}

.private-cash-modal__event-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.private-cash-modal__summary {
  position: relative;
  margin: 0 -14px 12px;
  border: 1px solid rgba(255, 179, 43, 0.24);
  border-radius: 16px;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 190, 66, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(8, 14, 25, 0.86), rgba(3, 7, 15, 0.86));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 22px rgba(0, 0, 0, 0.22);
  padding: 11px;
}

.private-cash-modal__summary-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 10px;
  margin: 0 0 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid rgba(255, 179, 43, 0.14);
}

.private-cash-modal__event-head span,
.private-cash-modal__meta span,
.private-cash-modal__combo span {
  display: block;
  margin-bottom: 4px;
  color: rgba(211, 197, 168, 0.78);
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__event-head strong,
.private-cash-modal__meta strong {
  color: #fff3c9;
  font-size: 18px;
  line-height: 1;
}

.private-cash-modal__summary-actions {
  display: grid;
  grid-template-columns: minmax(0, auto) auto;
  flex: 0 0 auto;
  align-items: center;
  justify-items: end;
  gap: 8px;
  min-width: 0;
}

.private-cash-modal__summary-password {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-width: 100%;
  padding: 5px 9px;
  border: 1px solid rgba(255, 217, 111, 0.86);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.22), transparent 60%),
    linear-gradient(180deg, rgba(146, 91, 10, 0.96), rgba(63, 36, 4, 0.98));
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(255, 181, 43, 0.3),
    inset 0 1px 0 rgba(255, 245, 201, 0.28);
  color: #fff3c9;
  white-space: nowrap;
}

.private-cash-modal__summary-password span {
  margin: 0;
  color: rgba(255, 239, 196, 0.78);
  font-size: 8px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__summary-password strong {
  color: #fff7cf;
  font-size: 13px;
  line-height: 1;
}

.private-cash-modal__summary-edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border: 1px solid rgba(255, 190, 64, 0.62);
  border-radius: 50%;
  background: rgba(255, 179, 43, 0.09);
  color: #ffe7ad;
  font: inherit;
  font-size: 17px;
  font-weight: 1000;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
}

.private-cash-modal__summary-edit[aria-expanded="true"] {
  border-color: rgba(45, 212, 112, 0.5);
  background: rgba(22, 163, 74, 0.16);
  color: #bbf7d0;
}

.private-cash-modal__admin-status-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: -2px -14px 12px;
}

.private-cash-modal__status-action {
  min-width: 0;
  min-height: 40px;
  border: 1px solid rgba(255, 190, 64, 0.48);
  border-radius: 13px;
  background: rgba(8, 14, 25, 0.88);
  color: #ffe7ad;
  font: inherit;
  font-size: 13px;
  font-weight: 1000;
  line-height: 1.08;
  padding: 9px 10px;
}

.private-cash-modal__status-action--finish {
  border-color: rgba(148, 163, 184, 0.52);
  background: rgba(30, 41, 59, 0.9);
  color: #e2e8f0;
}

.private-cash-modal__summary-grid {
  display: grid;
  grid-template-columns: 1.05fr 1.16fr 1fr 0.88fr;
  gap: 6px;
}

.private-cash-modal__meta,
.private-cash-modal__combo {
  min-width: 0;
  border: 1px solid rgba(255, 179, 43, 0.16);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 179, 43, 0.1), rgba(255, 179, 43, 0.035));
  padding: 8px 8px;
}

.private-cash-modal__meta--game {
  margin-top: 0;
}

.private-cash-modal__summary .private-cash-modal__meta strong {
  display: block;
  max-width: 100%;
  overflow: visible;
  font-size: clamp(17px, 4.2vw, 22px);
  text-overflow: clip;
  white-space: nowrap;
}

.private-cash-modal__summary .private-cash-modal__meta--access strong {
  font-size: clamp(15px, 3.8vw, 20px);
}

.private-cash-modal__text,
.private-cash-modal__combo p {
  margin: 11px -14px 0;
  color: #d5c7ad;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.35;
  white-space: pre-wrap;
}

.private-cash-modal__primary,
.private-cash-modal__ghost {
  border: 1px solid rgba(255, 190, 64, 0.7);
  border-radius: 15px;
  font: inherit;
  font-weight: 1000;
  min-height: 48px;
  padding: 11px 16px;
}

.private-cash-modal__primary {
  background: linear-gradient(180deg, #ffd46a, #f59e0b);
  color: #150d03;
  box-shadow: 0 10px 28px rgba(245, 158, 11, 0.25), inset 0 0 0 2px rgba(255, 245, 190, 0.4);
}

.private-cash-modal__primary--wide {
  width: 100%;
}

.private-cash-modal__join-dock {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 30;
  padding: 12px 18px max(14px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(255, 179, 43, 0.28);
  background:
    linear-gradient(180deg, rgba(3, 7, 16, 0), rgba(3, 7, 16, 0.94) 18%, rgba(3, 7, 16, 0.99));
  pointer-events: none;
}

.private-cash-modal__join-dock .private-cash-modal__primary {
  pointer-events: auto;
}

.private-cash-modal__ghost {
  background: rgba(4, 9, 18, 0.88);
  color: #ffe7ad;
}

.private-cash-modal__ghost--danger {
  border-color: rgba(255, 115, 87, 0.62);
  color: #ffd2c7;
}

.private-cash-modal__ghost--warning {
  border-color: rgba(255, 209, 82, 0.78);
  background: rgba(255, 179, 43, 0.12);
  color: #ffe58a;
}

.private-cash-modal__my-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  border: 1px solid rgba(255, 179, 43, 0.34);
  border-radius: 15px;
  background: rgba(4, 9, 18, 0.72);
  padding: 12px;
}

.private-cash-modal__my-status span {
  min-width: 0;
  color: #d5c7ad;
  font-weight: 900;
}

.private-cash-modal__my-status strong {
  color: #ffe681;
  font-size: 18px;
  text-align: right;
}

.private-cash-modal__my-status--approved strong {
  color: #86efac;
}

.private-cash-modal__my-status--rejected strong,
.private-cash-modal__my-status--blocked strong {
  color: #ffc43a;
}

.private-cash-modal__my-status small {
  grid-column: 1 / -1;
  color: rgba(255, 232, 170, 0.8);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.22;
}

.private-cash-modal__cancel-request {
  grid-column: 1 / -1;
  justify-self: start;
  min-height: 34px;
  border: 1px solid rgba(255, 115, 87, 0.48);
  border-radius: 999px;
  background: rgba(4, 9, 18, 0.82);
  color: #ffd2c7;
  font: inherit;
  font-size: 12px;
  font-weight: 1000;
  line-height: 1;
  padding: 8px 12px;
}

.private-cash-modal__participants {
  margin-top: 14px;
}

.private-cash-modal__participants h3 {
  margin: 0 0 9px;
  color: #ffe59d;
  font-size: 18px;
}

.private-cash-modal__manual-add {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  margin: 0 0 10px;
  border: 1px solid rgba(255, 179, 43, 0.24);
  border-radius: 14px;
  background: rgba(255, 179, 43, 0.07);
  padding: 9px;
}

.private-cash-modal__manual-search {
  position: relative;
  min-width: 0;
}

.private-cash-modal__manual-add input {
  width: 100%;
  min-width: 0;
  min-height: 42px;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 12px;
  background: rgba(3, 7, 16, 0.92);
  color: #fff7df;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 9px 10px;
}

.private-cash-modal__manual-suggestions {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  z-index: 12;
  display: grid;
  gap: 6px;
  max-height: 260px;
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(255, 179, 43, 0.34);
  border-radius: 14px;
  background: rgba(3, 7, 16, 0.98);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.48), 0 0 18px rgba(255, 179, 43, 0.14);
}

.private-cash-modal__manual-suggestions[hidden] {
  display: none !important;
}

.private-cash-modal__manual-suggestions-title {
  color: rgba(255, 229, 157, 0.72);
  font-size: 11px;
  font-weight: 1000;
  line-height: 1;
  text-transform: uppercase;
}

.private-cash-modal__manual-suggestion {
  display: grid;
  gap: 3px;
  width: 100%;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 179, 43, 0.28);
  border-radius: 12px;
  background: rgba(8, 13, 25, 0.94);
  color: #fff7df;
  font: inherit;
  text-align: left;
}

.private-cash-modal__manual-suggestion span,
.private-cash-modal__manual-suggestion small {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.private-cash-modal__manual-suggestion span {
  font-size: 13px;
  font-weight: 1000;
}

.private-cash-modal__manual-suggestion small {
  color: rgba(255, 235, 190, 0.7);
  font-size: 11px;
  font-weight: 800;
}

.private-cash-modal__manual-suggestion--manual {
  border-color: rgba(59, 130, 246, 0.42);
  background: rgba(15, 23, 42, 0.98);
}

.private-cash-modal__participant {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 1px solid rgba(255, 179, 43, 0.22);
  border-radius: 14px;
  background: rgba(6, 12, 23, 0.78);
  padding: 10px;
}

.private-cash-modal__participant + .private-cash-modal__participant {
  margin-top: 8px;
}

.private-cash-modal__participant strong,
.private-cash-modal__participant span,
.private-cash-modal__participant small,
.private-cash-modal__participant .private-cash-modal__badge {
  display: block;
}

.private-cash-modal__participant strong {
  color: #fff7df;
  font-size: 16px;
}

.private-cash-modal__participant span {
  color: #c4b89f;
  font-size: 13px;
  font-weight: 800;
}

.private-cash-modal__participant small {
  margin-top: 3px;
  color: #ffc43a;
  font-size: 11px;
  font-weight: 900;
}

.private-cash-modal__participant-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.private-cash-modal__badge {
  border-radius: 999px;
  background: rgba(255, 179, 43, 0.13);
  color: #ffe681;
  font-size: 12px;
  font-style: normal;
  font-weight: 1000;
  padding: 7px 9px;
  white-space: nowrap;
}

.private-cash-modal__badge--approved {
  background: rgba(22, 163, 74, 0.2);
  color: #bbf7d0;
}

.private-cash-modal__badge--rejected {
  background: rgba(245, 158, 11, 0.18);
  color: #ffc43a;
}

.private-cash-modal__participants .private-cash-modal__participant {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(118px, 150px);
  align-items: center;
  gap: 12px;
}

.private-cash-modal__participants .private-cash-modal__participant > div:first-child {
  min-width: 0;
}

.private-cash-modal__participants .private-cash-modal__participant strong,
.private-cash-modal__participants .private-cash-modal__participant span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.private-cash-modal__participants .private-cash-modal__participant-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-content: stretch;
  gap: 8px;
}

.private-cash-modal__participants .private-cash-modal__badge {
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  margin-top: 7px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1;
}

.private-cash-modal__participants .private-cash-modal__participant-actions .private-cash-modal__ghost {
  width: 100%;
  min-width: 0;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 14px;
  font-size: 13px;
  line-height: 1.05;
  white-space: nowrap;
}

.private-cash-modal__participants .private-cash-modal__ghost--warning {
  color: #ffe2a1;
}

@media (max-width: 720px) {
  .sng-champions-modal__settings,
  .sng-champions-modal__prizes {
    grid-template-columns: 1fr;
  }

  .sng-champions-modal__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .sng-champions-modal__summary--compact {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card {
    min-height: 0;
    padding: 14px 13px 12px 37%;
    border-radius: 12px;
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin,
  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize {
    grid-column: span 2;
    padding: 14% 9% 48%;
  }

  .sng-champions-modal__signup-tools {
    margin-bottom: 5px;
  }

  .sng-champions-modal__edit-btn {
    min-height: 28px;
    padding: 5px 11px;
    font-size: 10px;
  }

  .sng-champions-modal__summary > div,
  .sng-champions-modal__buyin,
  .sng-champions-modal__description,
  .sng-champions-modal__prizes article {
    padding: 7px 8px;
    border-radius: 10px;
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card {
    padding: 14px 13px 12px 37%;
    border-radius: 12px;
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin,
  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize {
    padding: 14% 9% 48%;
  }

  .sng-champions-modal__summary span,
  .sng-champions-modal__buyin span,
  .sng-champions-modal__description span,
  .sng-champions-modal__prizes span {
    font-size: 10px;
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card span {
    font-size: clamp(10px, 8cqw, 18px);
  }

  .sng-champions-modal__summary strong,
  .sng-champions-modal__buyin strong,
  .sng-champions-modal__prizes strong {
    font-size: clamp(14px, 4.2vw, 20px);
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card strong {
    font-size: clamp(24px, 20cqw, 42px);
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--buyin strong,
  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize strong {
    font-size: clamp(25px, 17cqw, 42px);
  }

  .sng-champions-modal__summary--compact .sng-champions-modal__summary-card--prize-2 strong {
    font-size: clamp(18px, 10.2cqw, 30px);
  }

  .sng-champions-modal__entry {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 0 10px;
    min-height: 0;
    padding: 10px;
    overflow: hidden;
  }

  .sng-champions-modal__entries {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .sng-champions-modal__entries-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sng-champions-modal__entries-column h3 {
    font-size: 11px;
  }

  .sng-champions-modal__entry-actions,
  .sng-champions-modal__admin-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .sng-champions-modal__entry-avatar {
    width: 58px;
    height: 58px;
    border-width: 2px;
  }

  .sng-champions-modal__entry-avatar b {
    font-size: 28px;
  }

  .sng-champions-modal__entry-avatar em {
    min-width: 26px;
    min-height: 20px;
    font-size: 11px;
  }

  .sng-champions-modal__entry strong {
    font-size: 16px;
  }

  .sng-champions-modal__entry-name {
    font-size: 16px;
    width: 100%;
    justify-self: stretch;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }

  .sng-champions-modal__entry-status {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 24px;
    min-width: 0;
    padding: 0 6px;
    gap: 4px;
    overflow: hidden;
    font-size: 10px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sng-champions-modal__entry-status i {
    flex: 0 0 auto;
    font-size: 15px;
  }

  .sng-champions-modal__entry-action {
    min-height: 42px;
  }

  .sng-champions-modal__bracket {
    grid-auto-columns: minmax(210px, 84vw);
  }

  .sng-champions-modal__stage-head {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 7px;
  }

  .sng-champions-modal__stage-arrow {
    width: 38px;
    height: 38px;
    font-size: 28px;
  }

  .sng-champions-modal__round-matches--slider {
    grid-template-columns: 1fr;
  }
}

/* Regular round cards stay full-width; the overview map keeps its own layout. */
@media (min-width: 431px) and (max-width: 700px) {
  .sng-champions-modal__round--slider {
    padding: 18px 8px 8px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__round-matches--slider {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 24px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-match {
    height: 100%;
    min-width: 0;
    gap: 5px;
    padding: 7px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-match:only-child {
    grid-column: 1 / -1;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player {
    grid-template-columns: 28px minmax(0, 1fr) auto auto;
    gap: 4px;
    min-width: 0;
    min-height: 48px;
    padding: 6px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-avatar {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-name,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-level,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-level span,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-telegram {
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-name {
    font-size: clamp(8px, 2.05vw, 10px);
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-level,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player-telegram {
    font-size: clamp(7px, 1.7vw, 8px);
  }

  .sng-champions-modal__round--slider .sng-champions-modal__ready-badge {
    padding: 3px 4px;
    font-size: 8px;
    white-space: nowrap;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__ready-badge--score {
    z-index: 1;
    grid-column: 3;
    grid-row: 1;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-player > strong {
    grid-column: 4;
    grid-row: 1;
    font-size: clamp(8px, 1.8vw, 9px);
    white-space: nowrap;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid > .sng-champions-modal__bracket-player {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    min-height: 104px;
    padding: 10px 7px 8px;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player-name {
    overflow: visible;
    font-size: 15px;
    line-height: 1.12;
    text-align: center;
    text-overflow: clip;
    white-space: normal;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-team-members,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid .sng-champions-modal__team-member-ready {
    overflow: visible;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-overflow: clip;
    white-space: normal;
  }

  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid .sng-champions-modal__winner-btn,
  .sng-champions-modal__round--slider .sng-champions-modal__bracket-pair-grid .sng-champions-modal__bracket-player > strong {
    grid-column: 1;
    grid-row: auto;
    white-space: normal;
  }
}

@media (max-width: 430px) {
  .private-cash-modal {
    align-items: flex-end;
    padding: 9px 8px max(9px, env(safe-area-inset-bottom, 0px));
  }

  .private-cash-modal__panel {
    max-height: calc(100vh - 18px);
    border-radius: 20px;
  }

  .private-cash-modal__head {
    padding: 15px 14px 10px;
  }

  .private-cash-modal__title {
    font-size: 27px;
  }

  .private-cash-modal__status {
    padding-right: 14px;
    padding-left: 14px;
  }

  .private-cash-modal__body {
    max-height: calc(100vh - 112px);
    padding: 10px 14px 106px;
  }

  .private-cash-modal__tab {
    min-height: 42px;
    font-size: clamp(10px, 3.15vw, 12px);
  }

  .private-cash-modal__tab-panel {
    padding: 9px;
    border-radius: 0 0 16px 16px;
  }

  .private-cash-modal__table-hero {
    margin-top: 12px;
    margin-right: -14px;
    margin-left: -14px;
    border-radius: 15px;
  }

  .private-cash-modal__table-hero img {
    aspect-ratio: 64 / 100;
    object-position: center 44%;
  }

  .private-cash-modal__table-house-seat {
    top: 29%;
    width: 80px;
  }

  .private-cash-modal__table-house-seat-name {
    min-width: 62px;
    padding: 3px 6px;
    font-size: 8px;
  }

  .private-cash-modal__table-house-seat small {
    padding: 2px 6px;
    font-size: 6px;
  }

  .private-cash-modal__seat-lists {
    gap: 7px;
  }

  .private-cash-modal__seat-list {
    border-radius: 12px;
    padding: 8px 7px;
  }

  .private-cash-modal__seat-list h3 {
    margin-bottom: 6px;
    font-size: 13px;
  }

  .private-cash-modal__seat-list ul {
    gap: 5px;
  }

  .private-cash-modal__seat-list button {
    font-size: 10px;
    padding: 6px 7px;
  }

  .private-cash-modal__seat-list p {
    font-size: 10px;
  }

  .private-cash-modal__seats-left {
    margin: -2px 0 10px;
    padding: 8px 10px;
  }

  .private-cash-modal__seats-left span {
    font-size: 11px;
  }

  .private-cash-modal__seats-left strong {
    font-size: 20px;
  }

  .private-cash-modal__manual-add {
    grid-template-columns: minmax(0, 1fr);
  }

  .private-cash-modal__grid,
  .private-cash-modal__participant {
    grid-template-columns: minmax(0, 1fr);
  }

  .private-cash-modal__form-head {
    display: grid;
    gap: 3px;
  }

  .private-cash-modal__form-head span {
    text-align: left;
  }

  .private-cash-modal__form-actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .private-cash-modal__summary-actions {
    grid-template-columns: minmax(0, auto) auto;
    justify-items: end;
    gap: 8px;
  }

  .private-cash-modal__bonus-builder {
    grid-template-columns: minmax(0, 1fr);
  }

  .private-cash-modal__participant {
    display: grid;
  }

  .private-cash-modal__participant-actions {
    justify-content: space-between;
  }

  .private-cash-modal__bonus-grid,
  .private-cash-modal__bonus-display {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .private-cash-modal__bonus-card {
    min-height: 58px;
    border-radius: 12px;
    padding: 7px 6px;
  }

  .private-cash-modal__bonus-card strong {
    font-size: clamp(16px, 7.2vw, 24px);
    line-height: 0.88;
  }

  .private-cash-modal__bonus-display--event {
    margin-right: -14px;
    margin-left: -14px;
  }

  .private-cash-modal__join-dock {
    padding: 10px 14px max(12px, env(safe-area-inset-bottom, 0px));
  }

  .private-cash-modal__share-actions {
    margin: 4px 0 10px;
  }

  .private-cash-modal__share-btn {
    min-height: 41px;
    padding: 8px 8px;
    border-radius: 11px;
    font-size: 13px;
    line-height: 1;
  }

  .private-cash-modal__share-btn--copy {
    flex-basis: 41px;
    width: 41px;
    height: 41px;
  }

  .private-cash-modal__share-btn--copy::before,
  .private-cash-modal__share-btn--copy::after {
    width: 13px;
    height: 13px;
    border-width: 2px;
    border-radius: 3px;
  }

  .private-cash-modal__share-btn--copy::before {
    left: 12px;
    top: 11px;
  }

  .private-cash-modal__share-btn--copy::after {
    left: 17px;
    top: 16px;
  }

  .private-cash-modal__share-btn--copy {
    border-color: rgba(255, 242, 186, 0.94);
    background:
      radial-gradient(circle at 50% -36%, rgba(255, 255, 255, 0.92), transparent 38%),
      linear-gradient(135deg, #fff4a8 0%, #ffd24d 30%, #ff9f1a 66%, #ff6a00 100%);
    color: #1a0f03;
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.18),
      0 8px 18px rgba(255, 120, 0, 0.36),
      0 0 26px rgba(255, 173, 38, 0.42),
      inset 0 1px 0 rgba(255, 255, 255, 0.62),
      inset 0 -4px 10px rgba(150, 55, 0, 0.38);
  }

  .private-cash-modal__bonus-card span {
    font-size: clamp(9px, 3.1vw, 11px);
    line-height: 0.98;
  }

  .private-cash-modal__summary-grid {
    grid-template-columns: 1.05fr 1.16fr 1fr 0.88fr;
    gap: 5px;
  }

  .private-cash-modal__summary {
    padding: 10px;
  }

  .private-cash-modal__meta,
  .private-cash-modal__combo {
    padding: 7px 6px;
  }

  .private-cash-modal__event-head span,
  .private-cash-modal__meta span,
  .private-cash-modal__combo span {
    font-size: 8px;
  }

  .private-cash-modal__summary .private-cash-modal__meta strong {
    font-size: clamp(15px, 4vw, 20px);
  }

  .private-cash-modal__summary .private-cash-modal__meta--game strong,
  .private-cash-modal__summary .private-cash-modal__meta--access strong {
    font-size: clamp(14px, 3.6vw, 18px);
  }

  .private-cash-modal__ghost {
    min-width: 120px;
  }
}

@media (max-width: 720px) {
  html.app--telegram-miniapp .private-cash-modal,
  html.poker-telegram-miniapp .private-cash-modal {
    align-items: center;
    padding-top: calc(env(safe-area-inset-top, 0px) + 76px) !important;
  }

  html.app--telegram-miniapp .private-cash-modal__panel,
  html.poker-telegram-miniapp .private-cash-modal__panel {
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - 86px) !important;
  }

  html.app--telegram-miniapp .private-cash-modal__body,
  html.poker-telegram-miniapp .private-cash-modal__body {
    max-height: calc(100vh - env(safe-area-inset-top, 0px) - 180px) !important;
  }
}

.sng-champions-modal__tabs {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}
.sng-champions-modal__teams-head { display:flex; align-items:center; justify-content:space-between; gap:14px; margin-bottom:14px; }
.sng-champions-modal__teams-head h3,.sng-champions-modal__teams-head p { margin:0; }
.sng-champions-modal__teams-head p { margin-top:4px; color:#9f9788; }
.sng-champions-modal__teams-admin-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
@media (max-width:700px) {
  .sng-champions-modal__teams-head { align-items:stretch; flex-direction:column; }
  .sng-champions-modal__teams-admin-actions { display:grid; grid-template-columns:1fr 1fr; }
}
.sng-champions-modal__teams-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.sng-champions-modal__team { padding:14px; border:1px solid #654a27; border-radius:15px; background:#0b1119; }
.sng-champions-modal__team > strong { display:block; margin-bottom:10px; color:#ffe0a0; font-size:17px; }
.sng-champions-modal__team > span { display:flex; align-items:center; gap:9px; margin-top:7px; color:#f5ead3; }
.sng-champions-modal__team > span > b:last-child { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sng-champions-modal__team .sng-champions-modal__entry-avatar-media,.sng-champions-modal__team > span > b:first-child { width:30px; height:30px; flex:0 0 30px; border-radius:50%; overflow:hidden; }
.sng-champions-modal__team button { margin-top:12px; border:1px solid #70532e; border-radius:999px; padding:7px 10px; background:#111925; color:#ffd990; font-weight:800; }
@media (max-width:520px) {
  .sng-champions-modal__teams-grid { gap:8px; }
  .sng-champions-modal__team { min-width:0; padding:10px; border-radius:13px; }
  .sng-champions-modal__team > strong { margin-bottom:8px; overflow:hidden; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
  .sng-champions-modal__team > span { gap:6px; margin-top:6px; font-size:12px; }
  .sng-champions-modal__team .sng-champions-modal__entry-avatar-media,.sng-champions-modal__team > span > b:first-child { width:25px; height:25px; flex-basis:25px; }
  .sng-champions-modal__team button { width:100%; margin-top:9px; padding:6px 5px; font-size:10px; white-space:nowrap; }
}
.sng-champions-modal__detail-nav { display:flex; margin:0 0 10px; }
.sng-champions-modal__back { border:1px solid #765426; border-radius:999px; padding:9px 14px; background:#0d131d; color:#ffe0a1; font-weight:800; }

.sng-champions-modal__tournament-picker { margin: 0 0 18px; padding: 14px; border: 1px solid rgba(221,160,55,.45); border-radius: 20px; background: rgba(7,11,18,.88); }
.sng-champions-modal__tournament-picker-head { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:10px; color:#ffe0a1; font-weight:800; text-transform:uppercase; }
.sng-champions-modal__tournament-picker-head button { border:1px solid #98651f; border-radius:999px; padding:8px 12px; background:#111722; color:#ffe0a1; font-weight:800; }
.sng-champions-modal__tournament-options { display:grid; grid-template-columns:repeat(auto-fit,minmax(210px,1fr)); gap:10px; }
.sng-champions-modal__tournament-option-wrap { position:relative; min-width:0; overflow:hidden; border:1px solid #5f492a; border-radius:15px; background:#0d121b; }
.sng-champions-modal__tournament-delete { position:absolute; right:9px; top:9px; z-index:3; width:32px; height:32px; border:1px solid rgba(255,109,83,.56); border-radius:50%; background:rgba(18,12,15,.86); color:#ff9c87; font-size:23px; line-height:28px; font-weight:800; }
.sng-champions-modal__tournament-option-wrap:has(.sng-champions-modal__tournament-delete) .sng-champions-modal__tournament-option { padding-right:52px; }
.sng-champions-modal__tournament-option { width:100%; min-width:0; padding:16px 18px; border:0; background:#0d121b!important; color:#fff0c8; text-align:left; }
.sng-champions-modal__tournament-option strong,.sng-champions-modal__tournament-option span { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.sng-champions-modal__tournament-option span { margin-top:5px; color:#aaa18f; font-size:12px; }
.sng-champions-modal__tournament-stage { display:inline-flex; margin-top:10px; padding:5px 9px; border-radius:999px; background:rgba(8,13,21,.88); color:#ffd98d; font-size:12px; font-style:normal; font-weight:900; text-transform:uppercase; letter-spacing:.03em; }
.sng-champions-modal__tournament-facts { display:grid; grid-template-columns:minmax(0,1fr); gap:7px; width:50%; margin:12px 0 0; padding:10px 0 0; border-top:1px solid rgba(50,33,14,.2); }
.sng-champions-modal__tournament-facts div { display:flex; align-items:baseline; gap:6px; min-width:0; }
.sng-champions-modal__tournament-facts dt { color:inherit; font-size:11px; font-weight:700; opacity:.68; }
.sng-champions-modal__tournament-facts dd { min-width:0; margin:0; overflow:hidden; color:inherit; font-size:12px; font-weight:900; text-overflow:ellipsis; white-space:nowrap; }
@media (max-width:520px) { .sng-champions-modal__tournament-facts { width:72%; } }
@media (max-width:520px) {
  .sng-champions-modal__tournament-facts div:nth-child(2) { grid-template-columns:1fr; gap:3px; }
  .sng-champions-modal__tournament-facts div:nth-child(2) dd { margin-left:32px; overflow:visible; text-overflow:clip; white-space:normal; }
}

/* Карточка турнира в списке: трофейная панель + живая информация. */
.sng-champions-modal__tournament-option-wrap { border-width:2px; border-radius:26px; border-color:#f1a21c; background:#080d14; box-shadow:0 13px 34px rgba(0,0,0,.5),0 0 22px rgba(255,136,18,.12),inset 0 0 0 1px rgba(255,232,173,.18); }
.sng-champions-modal__tournament-option { display:grid; grid-template-columns:minmax(180px,34%) minmax(0,1fr); min-height:230px; padding:0!important; overflow:hidden; background:#0b1119!important; }
.sng-champions-modal__tournament-art { position:relative; z-index:1; display:block!important; min-width:0; overflow:hidden!important; border-right:1px solid rgba(255,214,111,.78); background:#321a06; }
.sng-champions-modal__tournament-art::before { content:""; position:absolute; top:0; right:0; left:0; z-index:2; height:clamp(18px,3.2vw,30px); background:radial-gradient(circle at 18% 40%,rgba(255,185,63,.16) 0 2px,transparent 3px),radial-gradient(circle at 68% 70%,rgba(83,28,2,.18) 0 2px,transparent 3px),linear-gradient(180deg,#b3540b,#934006); background-size:22px 18px,26px 21px,100% 100%; box-shadow:inset 0 -2px 5px rgba(74,24,0,.24); pointer-events:none; }
.sng-champions-modal__tournament-art::after { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(29,11,0,.08),transparent 60%,rgba(255,190,66,.12)); pointer-events:none; }
.sng-champions-modal__tournament-art img { width:100%; height:100%; object-fit:cover; object-position:center; transform:translateY(-2.5%) scale(1.055); transform-origin:50% 42%; filter:saturate(1.08) contrast(1.04); }
.sng-champions-modal__tournament-pairs { display:block; margin-top:5px; color:#fff0bd; font-size:.88em; line-height:1.2; white-space:normal; }
.sng-champions-modal__tournament-content { position:relative; display:flex!important; flex-direction:column; min-width:0; padding:18px 72px 14px 30px; background:radial-gradient(circle at 92% 78%,rgba(255,221,108,.28),transparent 25%),linear-gradient(145deg,#ffd864 0%,#f6a21c 38%,#cf4f04 100%); color:#160e05; }
.sng-champions-modal__tournament-content::after { content:"♠"; position:absolute; right:3%; bottom:-7%; color:rgba(90,31,0,.12); font-size:150px; line-height:1; pointer-events:none; }
.sng-champions-modal__tournament-title { position:relative; z-index:1; display:block; overflow:visible!important; color:#100b05; font-size:clamp(18px,2.3vw,27px); line-height:1.08; white-space:normal!important; text-overflow:clip!important; text-shadow:0 1px 0 rgba(255,245,207,.34); }
.sng-champions-modal__tournament-live { position:relative; z-index:1; align-self:flex-start; display:inline-flex!important; align-items:center; gap:7px; max-width:100%; margin-top:9px!important; padding:7px 12px; overflow:visible!important; border:1px solid rgba(255,213,104,.2); border-radius:999px; background:rgba(74,34,4,.82); color:#fff0cb!important; font-size:clamp(11px,1.35vw,15px)!important; font-weight:800; white-space:normal!important; box-shadow:0 5px 12px rgba(83,31,0,.18); }
.sng-champions-modal__tournament-live > i { width:9px; height:9px; flex:0 0 9px; border-radius:50%; background:#39df5b; box-shadow:0 0 10px #39df5b; }
.sng-champions-modal__tournament-live b { color:#ffd85c; }
.sng-champions-modal__tournament-facts { display:grid; grid-template-columns:1fr; gap:7px; width:min(100%,520px); margin:11px 0 0; padding:9px 0 0; border-top:1px solid rgba(87,43,7,.28); }
.sng-champions-modal__tournament-facts div { display:grid; grid-template-columns:minmax(135px,1fr) auto; align-items:center; gap:14px; }
.sng-champions-modal__tournament-facts dt { display:flex; align-items:center; gap:9px; color:#5f350d!important; font-size:14px; opacity:1!important; }
.sng-champions-modal__tournament-facts dt i { display:inline-flex; align-items:center; justify-content:center; width:25px; height:25px; flex:0 0 25px; border-radius:50%; background:#21170d; color:#ffcc54; font-size:11px; font-style:normal; font-weight:900; box-shadow:inset 0 0 0 1px rgba(255,199,73,.48); }
.sng-champions-modal__tournament-facts dd { color:#fff7e4!important; font-size:clamp(14px,1.8vw,21px); text-shadow:0 1px 2px rgba(77,31,0,.55); }
.sng-champions-modal__participants-toggle { padding:17px 25px; background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.05),transparent 34%),linear-gradient(180deg,#111922,#070c12); font-size:17px; }
.sng-champions-modal__participants-toggle b { min-width:48px; padding:5px 13px; font-size:20px; color:#ffd46c; }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-option { background:#0b1119!important; }
@media (max-width:640px) {
  .sng-champions-modal__tournament-option {
    grid-template-columns:125px minmax(0,1fr);
    height:168px;
    min-height:168px;
  }
  .sng-champions-modal__tournament-content {
    box-sizing:border-box;
    height:168px;
    padding:9px 24px 7px 12px;
    overflow:hidden;
  }
  .sng-champions-modal__tournament-title { font-size:14px; line-height:1.04; }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-live {
    gap:6px;
    margin-top:5px!important;
    padding:5px 8px;
    font-size:12px!important;
    line-height:1.08;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-live > i {
    width:9px;
    height:9px;
    flex-basis:9px;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts {
    gap:4px 7px;
    margin-top:5px;
    padding-top:5px;
  }
  .sng-champions-modal__tournament-facts div { grid-template-columns:1fr auto; gap:7px; }
  .sng-champions-modal__tournament-facts dt { gap:5px; font-size:9px; }
  .sng-champions-modal__tournament-facts dt i { width:18px; height:18px; flex-basis:18px; font-size:8px; }
  .sng-champions-modal__tournament-facts dd { font-size:11px; }
}
.sng-champions-modal__tournament-option-wrap.is-active { border-color:#ff9d19; background:#0d121b; color:#17110a; box-shadow:0 0 20px rgba(255,143,20,.25); }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-option { background:linear-gradient(135deg,#ffe78e 0%,#ffb345 46%,#ff8518 100%)!important; color:#17110a; }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-option span { color:#513716; }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-facts { border-top-color:rgba(65,37,8,.2); }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-facts dt { color:#65451c; opacity:1; }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__tournament-facts dd { color:#211608; }
.sng-champions-modal__participants-toggle { display:flex; align-items:center; width:100%; padding:10px 14px; border:0; border-top:1px solid rgba(255,215,143,.24); background:rgba(3,8,14,.72); color:#ffe3a7; font-weight:900; text-align:left; }
.sng-champions-modal__participants-toggle span { flex:1; }
.sng-champions-modal__participants-toggle b { min-width:25px; padding:2px 7px; border-radius:999px; background:rgba(255,153,25,.18); text-align:center; }
.sng-champions-modal__participants-toggle i { margin-left:10px; font-size:20px; font-style:normal; transition:transform .2s ease; }
.sng-champions-modal__participants-toggle[aria-expanded="true"] i { transform:rotate(180deg); }
.sng-champions-modal__participants-toggle--watch {
  box-sizing:border-box;
  justify-content:center;
  min-height:48px;
  margin-top:8px;
  border-top:2px solid rgba(255,184,70,.72);
  color:#ffe6a3;
  background:linear-gradient(180deg,#17202b 0%,#080d14 100%);
  font-size:18px;
  font-weight:1000;
  text-align:center;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 -4px 16px rgba(255,157,25,.1);
  cursor:pointer;
}
.sng-champions-modal__participants-toggle--watch:last-child { border-radius:0 0 24px 24px; }
.sng-champions-modal__participants-toggle--watch span { flex:0 1 auto; }
.sng-champions-modal__participants-toggle--signup {
  box-sizing:border-box;
  justify-content:center;
  width:100%;
  min-height:48px;
  margin:0;
  border:2px solid #ff9d19;
  border-radius:0 0 24px 24px;
  color:#211000;
  background:radial-gradient(circle at 50% 0,rgba(255,255,255,.68),transparent 48%),linear-gradient(180deg,#fff3a8 0%,#ffc037 48%,#f07a00 100%);
  font-size:20px;
  font-weight:1000;
  text-align:center;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85),inset 0 0 18px rgba(255,244,174,.38),0 0 16px rgba(255,157,25,.75),0 0 34px rgba(255,122,0,.42);
}
.sng-champions-modal__participants-toggle--signup span { flex:0 1 auto; }
.sng-champions-modal__tournament-winner { display:block; margin-top:8px; color:#5a3209; font-size:clamp(13px,2vw,18px); font-weight:800; }
.sng-champions-modal__tournament-winner b { color:#211307; font-weight:1000; }
.sng-champions-modal__completed-option { display:block; width:100%; padding:0; border:0; background:transparent; color:inherit; text-align:left; cursor:pointer; }
.sng-champions-modal__completed-winner { width:100%; border:0; border-radius:24px 24px 0 0; }
.sng-champions-modal__completed-title { display:block; max-width:100%; margin-bottom:5px; overflow:visible; color:rgba(255,235,190,.82); font-size:clamp(12px,2vw,18px); font-weight:900; line-height:1.2; white-space:normal; text-transform:none; }
.sng-champions-modal__tournament-option-wrap.is-active .sng-champions-modal__completed-option { background:transparent!important; }
.sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts { grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px 14px; }
.sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts div { grid-template-columns:1fr; align-content:start; gap:3px; }
.sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts dd { margin-left:38px; overflow:visible; line-height:1.08; text-overflow:clip; white-space:normal; }
.sng-champions-modal__tournament-option .sng-champions-modal__tournament-live { gap:9px; padding:8px 14px; font-size:clamp(15px,2vw,20px)!important; }
.sng-champions-modal__tournament-option .sng-champions-modal__tournament-live > i { width:12px; height:12px; flex-basis:12px; }
@media (max-width:640px) {
  .sng-champions-modal__tournament-content {
    padding:7px 20px 5px 10px;
  }
  .sng-champions-modal__tournament-title {
    font-size:13px;
    line-height:1.02;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-live {
    gap:5px;
    margin-top:4px!important;
    padding:4px 7px;
    font-size:12px!important;
    line-height:1.02;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-live > i {
    width:8px;
    height:8px;
    flex-basis:8px;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts {
    gap:3px 6px;
    margin-top:4px;
    padding-top:4px;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts dt {
    gap:4px;
    font-size:9px;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts dt i {
    width:16px;
    height:16px;
    flex-basis:16px;
    font-size:7px;
  }
  .sng-champions-modal__tournament-option .sng-champions-modal__tournament-facts dd {
    margin-left:20px;
    font-size:10px;
    line-height:1;
  }
}
.sng-champions-modal__tournament-participants { padding:10px; border-top:1px solid rgba(255,215,143,.18); background:#080d14; }
.sng-champions-modal__tournament-participants .sng-champions-modal__entries-column { margin:0; }
.sng-champions-modal__create-tournament { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:16px; padding:16px; border:1px solid rgba(255,164,37,.5); border-radius:18px; background:#0b111a; }
.sng-champions-modal__create-tournament h3,.sng-champions-modal__create-wide,.sng-champions-modal__create-actions { grid-column:1/-1; }
.sng-champions-modal__create-tournament h3 { margin:0 0 2px; color:#ffe2a5; font-size:20px; text-transform:uppercase; }
.sng-champions-modal__create-tournament label { display:flex; flex-direction:column; gap:6px; color:#c5bba7; font-size:12px; font-weight:800; }
.sng-champions-modal__create-tournament input,.sng-champions-modal__create-tournament textarea,.sng-champions-modal__create-tournament select { box-sizing:border-box; width:100%; border:1px solid #654c2b; border-radius:11px; padding:11px 12px; background:#111822; color:#fff0cb; font:inherit; font-size:14px; }
.sng-champions-modal__create-tournament small { color:#817a6d; font-weight:600; }
.sng-champions-modal__create-check { flex-direction:row!important; align-items:center; padding:11px 12px; border:1px solid #654c2b; border-radius:11px; background:#111822; }
.sng-champions-modal__create-check input { width:20px; height:20px; flex:0 0 20px; accent-color:#ff9d19; }
.sng-champions-modal__create-check span,.sng-champions-modal__create-check small { display:block; }
.sng-champions-modal__test-badge { display:inline-flex; vertical-align:middle; margin-left:7px; padding:3px 7px; border-radius:999px; background:#7d2cff; color:#fff; font-size:10px; font-style:normal; letter-spacing:.08em; }
.sng-champions-modal__create-actions { display:flex; justify-content:flex-end; gap:10px; }
.sng-champions-modal__create-actions button { border:1px solid #765426; border-radius:999px; padding:10px 16px; background:#111722; color:#ffe0a1; font-weight:900; }
.sng-champions-modal__create-actions button[type="submit"] { border-color:#ff9d19; background:linear-gradient(135deg,#ffe28a,#ff891a); color:#17110a; }
.sng-champions-modal__payout-builder { padding:14px; border:1px solid rgba(255,157,25,.42); border-radius:14px; background:#080e16; }
.sng-champions-modal__payout-builder[hidden],.sng-champions-modal__payout-grid label[hidden] { display:none!important; }
.sng-champions-modal__payout-builder h4,.sng-champions-modal__payout-builder h5,.sng-champions-modal__payout-builder p { margin:0 0 9px; }
.sng-champions-modal__payout-builder p { color:#918978; font-size:12px; }
.sng-champions-modal__payout-summary { display:flex; gap:10px; margin:12px 0; }
.sng-champions-modal__payout-summary span { padding:7px 10px; border-radius:999px; background:#121b27; color:#d7cdb8; }
.sng-champions-modal__payout-summary b { color:#ffe09c; }
.sng-champions-modal__payout-summary b.is-error { color:#ff8e77; }
.sng-champions-modal__payout-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(125px,1fr)); gap:8px; margin-bottom:13px; }
.sng-champions-modal__stage-payout { display:inline-flex!important; margin:5px 3px 0!important; padding:5px 8px; border-radius:999px; background:#053333; color:#7ff4e8!important; font-size:11px!important; font-style:normal!important; font-weight:900; }
.sng-champions-modal__stage-payout--place { background:#3a2507; color:#ffd47e!important; }
.sng-champions-modal__match-knockout { display:inline-flex; align-items:center; gap:4px; margin-left:8px; padding:3px 7px; border:1px solid rgba(73,235,220,.35); border-radius:999px; background:#063232; color:#85f4e9; font-size:10px; font-weight:800; }
.sng-champions-modal__match-knockout b { color:#fff0b8; font-size:11px; }
.sng-champions-modal__map-awards { display:flex; flex-wrap:wrap; justify-content:center; gap:5px; margin:7px 2px 10px; min-height:24px; }
.sng-champions-modal__map-award { display:inline-flex; align-items:center; gap:4px; padding:5px 9px; border:1px solid #ffc243; border-radius:999px; background:linear-gradient(180deg,#6e3e05,#281703); color:#ffe7a1; font-size:11px; font-weight:900; white-space:nowrap; box-shadow:0 0 14px rgba(255,166,25,.48),inset 0 0 7px rgba(255,224,128,.16); text-shadow:0 1px 2px #000; }
.sng-champions-modal__map-award b { color:#fff5d5; }
.sng-champions-modal__map-round--final-stage { position:relative; }
.sng-champions-modal__map-round--final-stage .sng-champions-modal__map-awards { position:absolute; left:calc(100% + 12px); top:50%; z-index:9; display:grid; justify-items:start; width:max-content; max-width:190px; margin:0; transform:translateY(-50%); }
.sng-champions-modal__map-round--final-stage .sng-champions-modal__map-award { min-width:135px; justify-content:center; font-size:12px; }
.sng-champions-modal__bracket-map-wrap--winners .sng-champions-modal__bracket-map { padding-right:190px; }
.sng-champions-modal__map-match-reward { position:absolute; left:50%; top:-58px; z-index:7; display:inline-flex; align-items:center; justify-content:center; max-width:calc(100% - 12px); padding:4px 9px; overflow:hidden; border:1px solid rgba(77,244,222,.72); border-radius:999px; background:rgba(3,38,35,.96); color:#8affef; font-size:10px; font-weight:900; line-height:1.15; text-overflow:ellipsis; white-space:nowrap; transform:translateX(-50%); box-shadow:0 0 10px rgba(47,235,213,.32); text-shadow:0 1px 2px #000; }
@media (max-width:600px) { .sng-champions-modal__create-tournament { grid-template-columns:1fr; } .sng-champions-modal__create-tournament label { grid-column:1; } }
.sng-champions-modal__tournament-card { display:grid; grid-template-columns:1fr; gap:14px; }
.sng-champions-modal__tournament-card--completed { grid-template-columns:minmax(0,1fr); align-items:stretch; }
.sng-champions-modal__tournament-main { min-width:0; }
.sng-champions-modal__hero { position:relative; }
.sng-champions-modal__hero-season { position:absolute; left:50%; top:4%; transform:translateX(-50%); z-index:2; color:#5ce4e4; font-size:clamp(10px,1.1vw,15px); font-weight:900; letter-spacing:.16em; white-space:nowrap; text-shadow:0 2px 10px #000; }
.sng-champions-modal__hero-title { position:absolute; left:50%; top:9%; transform:translateX(-50%); z-index:2; width:76%; color:#fff0c5; font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif; font-size:clamp(20px,3.1vw,48px); line-height:.92; letter-spacing:.025em; text-align:center; text-shadow:0 3px 0 #5c3511,0 0 18px rgba(255,194,92,.45); }
.sng-champions-modal__hero-title small { display:block; margin-top:6px; color:#e8b75d; font-size:.54em; letter-spacing:.16em; }
.sng-champions-modal__hero-stage { position:absolute; left:50%; bottom:13%; transform:translateX(-50%); z-index:3; display:flex; align-items:center; gap:7px; padding:7px 12px; border:1px solid rgba(91,229,229,.62); border-radius:999px; background:rgba(4,12,18,.88); color:#dfffff; font-size:clamp(10px,1.15vw,15px); font-weight:900; text-transform:uppercase; box-shadow:0 0 18px rgba(36,211,211,.2); }
.sng-champions-modal__hero-stage i { width:7px; height:7px; border-radius:50%; background:#51eeee; box-shadow:0 0 10px #51eeee; animation:sng-live-pulse 1.7s ease-in-out infinite; }
@keyframes sng-live-pulse { 50% { opacity:.35; transform:scale(.72); } }
.sng-champions-modal__hero .sng-champions-modal__signup-tools { position:absolute; right:12px; top:12px; z-index:2; }
.sng-champions-modal__champion-card { margin:0; min-height:100%; align-content:center; }
.sng-champions-modal__champion-hero { width:100%; }
@media (max-width:720px) { .sng-champions-modal__tournament-card--completed { grid-template-columns:1fr; } .sng-champions-modal__tournament-options { grid-template-columns:1fr; } }

.sng-champions-modal__tabs--admin {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 430px) {
  .sng-champions-modal__entries-column {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .club-choice-vote-modal__hero-winner {
    grid-template-columns: 126px minmax(0, 1fr);
    gap: 8px;
    padding: 12px;
    border-radius: 14px;
  }

  .club-choice-vote-modal__hero-winner-avatar {
    min-height: 154px;
  }

  .club-choice-vote-modal__hero-winner-avatar .club-choice-vote-modal__avatar {
    width: 128px;
    height: 154px;
  }

  .club-choice-vote-modal__hero-art {
    width: 132px;
    height: 154px;
  }

  .club-choice-vote-modal__hero-winner-main {
    gap: 5px;
  }

  .club-choice-vote-modal__hero-winner-badges {
    gap: 4px;
  }

  .club-choice-vote-modal__hero-winner-badge {
    min-height: 22px;
    padding: 0 9px;
    font-size: 10px;
  }

  .club-choice-vote-modal__hero-winner-main strong {
    font-size: clamp(22px, 7vw, 30px);
  }

  .club-choice-vote-modal__hero-winner-main em {
    font-size: clamp(15px, 4.8vw, 20px);
  }

  .club-choice-vote-modal__hero-winner-main p {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* SNG bracket final: preserve the normal column width and give the two team
   rows enough vertical room. This must remain after the legacy map overrides. */
.sng-champions-modal__bracket-map-wrap--winners
  .sng-champions-modal__map-round--final-stage
  .sng-champions-modal__map-match--series {
  width: 100%;
  height: 176px !important;
  min-height: 176px;
  max-height: 176px;
}

.sng-champions-modal__bracket-map-wrap--winners
  .sng-champions-modal__map-round--final-stage
  .sng-champions-modal__map-match--series
  .sng-champions-modal__map-players {
  inset: 30px 28px 8px 18px;
  gap: 4px;
  overflow: visible;
}

.sng-champions-modal__bracket-map-wrap--winners
  .sng-champions-modal__map-round--final-stage
  .sng-champions-modal__map-match--series
  .sng-champions-modal__map-player {
  align-content: center;
  gap: 3px;
  min-height: 0;
  padding: 6px 8px;
  color: #fff2c8;
  font-size: 14px;
  line-height: 1.08;
  background: rgba(255, 255, 255, 0.025);
}

.sng-champions-modal__bracket-map-wrap--winners
  .sng-champions-modal__map-round--final-stage
  .sng-champions-modal__map-team-members {
  gap: 2px;
  font-size: 10px;
  line-height: 1.05;
}

.sng-champions-modal__bracket-map-wrap--winners
  .sng-champions-modal__map-round--final-stage
  .sng-champions-modal__map-player-meta {
  font-size: 9px;
  line-height: 1;
}
