.lh-team-card__wide-field {
  grid-column: 1 / -1;
}

.lh-dreamteam-banner {
  --lh-dreamteam-color: #8f45ff;
  align-items: end;
  background:
    linear-gradient(180deg, rgba(19, 23, 29, 0.28) 0%, rgba(17, 18, 22, 0.78) 62%, rgba(19, 6, 35, 0.96) 100%),
    var(--lh-dreamteam-bg, linear-gradient(135deg, #20242d, #18092d));
  background-position: center;
  background-size: cover;
  color: #fff;
  display: grid;
  min-height: 500px;
  overflow: hidden;
  padding: 96px 18vw 44px;
  position: relative;
  width: 100%;
}

.lh-dreamteam-banner::after {
  background: linear-gradient(90deg, var(--lh-dreamteam-color), rgba(161, 0, 255, 0.34), transparent);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
}

.lh-dreamteam-banner__toggle {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.lh-dreamteam-banner__control {
  display: contents;
}

.lh-dreamteam-banner__edit {
  align-items: center;
  background: #000;
  border: 0;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 900 16px/1 Arial, sans-serif;
  gap: 8px;
  left: 10vw;
  min-height: 54px;
  padding: 0 20px;
  position: absolute;
  text-decoration: none;
  top: 12px;
  z-index: 4;
}

.lh-dreamteam-banner__edit span {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 3px;
  height: 14px;
  width: 14px;
}

.lh-dreamteam-banner__content {
  align-items: end;
  display: grid;
  gap: 14px;
  grid-template-columns: 132px minmax(0, 1fr);
  max-width: 920px;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.lh-dreamteam-banner__logo {
  align-items: center;
  background: rgba(0, 0, 0, 0.62);
  border: 2px solid var(--lh-dreamteam-color);
  color: #fff;
  display: grid;
  font: 950 34px/1 Arial, sans-serif;
  height: 132px;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
  width: 132px;
}

.lh-dreamteam-banner__logo-wrap {
  display: block;
  position: relative;
}

.lh-dreamteam-banner__edit-logo {
  align-items: center;
  background: #050507;
  border-radius: 999px;
  bottom: -14px;
  cursor: pointer;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: -14px;
  width: 38px;
  z-index: 3;
}

.lh-dreamteam-banner__edit-logo span {
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 4px;
  height: 15px;
  width: 15px;
}

.lh-dreamteam-banner__logo img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-dreamteam-banner__text {
  min-width: 0;
}

.lh-dreamteam-banner__text h1 {
  color: #fff;
  font: 950 58px/0.95 Arial, sans-serif;
  margin: 0 0 14px;
  overflow-wrap: anywhere;
}

.lh-dreamteam-banner__author {
  align-items: center;
  color: #fff;
  display: inline-grid;
  gap: 9px;
  grid-template-columns: 42px minmax(0, max-content);
  max-width: 100%;
  text-decoration: none;
}

.lh-dreamteam-banner__author img {
  border: 2px solid var(--lh-dreamteam-color);
  border-radius: 50%;
  display: block;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.lh-dreamteam-banner__author span {
  color: #fff;
  font: 900 16px/1.1 Arial, sans-serif;
  min-width: 0;
  overflow-wrap: anywhere;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.56);
}

.lh-dreamteam-banner__modal {
  align-items: center;
  display: none;
  inset: 0;
  justify-content: center;
  padding: 18px;
  position: fixed;
  z-index: 999999;
}

.lh-dreamteam-banner__control > .lh-dreamteam-banner__toggle:checked ~ .lh-dreamteam-banner__modal {
  display: grid;
}

.lh-dreamteam-banner__backdrop {
  background: rgba(0, 0, 0, 0.72);
  cursor: pointer;
  inset: 0;
  position: fixed;
}

.lh-dreamteam-banner__box {
  background: #1b1b1b;
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  color: #fff;
  display: grid;
  gap: 16px;
  max-width: 526px;
  min-height: 0;
  padding: 58px 20px 34px;
  position: relative;
  width: min(100%, 526px);
  z-index: 2;
}

.lh-dreamteam-banner__box h2 {
  color: #fff;
  font: 950 15px/1.2 Arial, sans-serif;
  margin: 0 0 52px;
  text-transform: uppercase;
}

.lh-dreamteam-banner__box input[type="file"] {
  color: rgba(255, 255, 255, 0.72);
  font: 700 16px Arial, sans-serif;
}

.lh-dreamteam-banner__box small {
  color: #fff;
  font: 700 12px Arial, sans-serif;
  margin-top: -14px;
}

.lh-dreamteam-banner__color {
  display: grid;
  gap: 8px;
}

.lh-dreamteam-banner__color span {
  color: rgba(255, 255, 255, 0.82);
  font: 900 12px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-dreamteam-banner__color input[type="color"] {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  height: 44px;
  padding: 4px;
  width: 100%;
}

.lh-dreamteam-banner__box button {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  cursor: pointer;
  font: 950 14px/1 Arial, sans-serif;
  justify-self: start;
  min-height: 38px;
  padding: 0 16px;
  text-transform: uppercase;
}

.lh-dreamteam-banner__box button:hover {
  background: var(--lh-dreamteam-color);
  border-color: var(--lh-dreamteam-color);
}

.lh-dreamteam-banner__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 400 38px/1 Arial, sans-serif;
  height: 42px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 24px;
  text-decoration: none;
  top: 18px;
  width: 42px;
}

.lh-dreamteam-banner__close:hover,
.lh-dreamteam-banner__close:focus-visible {
  background: transparent;
  border: 0;
  color: #fff;
  outline: none;
}

.lh-dreamteam-menu {
  align-items: center;
  background: #2a2d32;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.32);
  display: flex;
  gap: 8px;
  max-width: 100%;
  min-height: 56px;
  overflow-x: auto;
  padding: 8px;
  scrollbar-width: none;
  width: max-content;
}

.lh-dreamteam-menu::-webkit-scrollbar {
  display: none;
}

.lh-dreamteam-menu__item {
  align-items: center;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.66);
  display: inline-flex;
  flex: 0 0 auto;
  font: 900 15px/1 Arial, sans-serif;
  gap: 8px;
  min-height: 40px;
  padding: 0 17px;
  position: relative;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.lh-dreamteam-menu__item::after {
  background: transparent;
  bottom: -9px;
  content: "";
  height: 3px;
  left: 18px;
  position: absolute;
  right: 18px;
}

.lh-dreamteam-menu__item:hover,
.lh-dreamteam-menu__item:focus-visible,
.lh-dreamteam-menu__item.is-active {
  background: linear-gradient(135deg, #6d32ff, #a51dff);
  color: #fff;
  outline: none;
}

.lh-dreamteam-menu__item:hover::after,
.lh-dreamteam-menu__item:focus-visible::after,
.lh-dreamteam-menu__item.is-active::after {
  background: #9c30ff;
}

.lh-dreamteam-menu__icon {
  display: grid;
  height: 18px;
  place-items: center;
  width: 18px;
}

.lh-dreamteam-menu__icon svg {
  display: block;
  fill: currentColor;
  height: 17px;
  width: 17px;
}

@media (max-width: 767px) {
  .lh-dreamteam-banner {
    min-height: 360px;
    padding: 84px 18px 32px;
  }

  .lh-dreamteam-banner__edit {
    font-size: 14px;
    left: 18px;
    min-height: 46px;
    padding: 0 16px;
  }

  .lh-dreamteam-banner__content {
    align-items: center;
    gap: 12px;
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .lh-dreamteam-banner__logo {
    font-size: 26px;
    height: 92px;
    width: 92px;
  }

  .lh-dreamteam-banner__text h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .lh-dreamteam-banner__author {
    gap: 8px;
    grid-template-columns: 36px minmax(0, max-content);
  }

  .lh-dreamteam-banner__author img {
    height: 36px;
    width: 36px;
  }

  .lh-dreamteam-banner__author span {
    font-size: 14px;
  }

  .lh-dreamteam-banner__box {
    border-radius: 10px;
    min-height: 320px;
    padding: 54px 18px 32px;
  }

  .lh-dreamteam-menu {
    border-radius: 14px;
    min-height: 52px;
    width: 100%;
  }

  .lh-dreamteam-menu__item {
    font-size: 14px;
    min-height: 36px;
    padding: 0 14px;
  }
}

.lh-team-card .lh-career-card__form select option,
.lh-team-card .lh-career-card__form select optgroup {
  background: #ffffff;
  color: #21162d;
}

.lh-team-card__team {
  border-color: color-mix(in srgb, var(--lh-team-color, #cf3372) 55%, rgba(255, 255, 255, 0.1));
}

.lh-team-card__team .lh-career-card__identity span {
  color: var(--lh-team-color, #30d59b);
}

.lh-team-card__team .lh-career-card__avatar {
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--lh-team-color, #cf3372) 60%, transparent);
}

.lh-team-card .lh-career-card__accordion-head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.lh-team-card .lh-career-card__accordion-head span,
.lh-team-card .lh-career-card__accordion-head strong {
  margin: 0;
}

.lh-team-card .lh-career-card__accordion-head::after {
  align-items: center;
  display: inline-grid;
  line-height: 1;
  place-items: center;
}

.lh-org-lines {
  color: #fff;
  display: block;
  position: relative;
  width: 100%;
}

.lh-org-lines.is-loading .lh-org-lines__results {
  opacity: 0.48;
  pointer-events: none;
}

.lh-org-lines.is-loading::after {
  animation: lh-org-lines-spin 0.7s linear infinite;
  border: 3px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  border-top-color: #8b2cff;
  content: "";
  height: 28px;
  left: calc(50% - 14px);
  position: absolute;
  top: 118px;
  width: 28px;
  z-index: 4;
}

@keyframes lh-org-lines-spin {
  to {
    transform: rotate(360deg);
  }
}

.lh-org-lines__list {
  display: grid;
  gap: 14px;
}

.lh-org-lines__item {
  align-items: start;
  background:
    linear-gradient(135deg, rgba(18, 13, 31, 0.94), rgba(42, 17, 78, 0.82)),
    rgba(9, 10, 16, 0.92);
  border: 1px solid color-mix(in srgb, var(--lh-line-color, #8f45ff) 74%, rgba(255, 255, 255, 0.18));
  border-radius: 10px;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 16px;
  grid-template-columns: 76px minmax(0, 1fr);
  min-width: 0;
  padding: 16px;
}

.lh-org-lines__avatar {
  align-items: center;
  background: rgba(0, 0, 0, 0.28);
  border-radius: 6px;
  color: #fff;
  display: grid;
  font: 900 20px Arial, sans-serif;
  height: 76px;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
  width: 76px;
}

.lh-org-lines__avatar {
  grid-column: 1;
  grid-row: 1;
}

.lh-org-lines__avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-org-lines__main {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.lh-org-lines__head {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.lh-org-lines__head > div {
  min-width: 0;
}

.lh-org-lines__head .lh-org-lines__actions-template,
.lh-org-lines__head > a,
.lh-org-lines__head > button {
  grid-column: 2;
}

.lh-org-lines__head span {
  color: var(--lh-line-color, #8f45ff);
  display: block;
  font: 900 11px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lh-org-lines__head h3 {
  color: #fff;
  font: 900 22px Arial, sans-serif;
  line-height: 1.05;
  margin: 4px 0 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  text-transform: uppercase;
  word-break: normal;
}

.lh-org-lines__head a,
.lh-org-lines__open {
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  flex: 0 0 auto;
  font: 900 12px Arial, sans-serif;
  padding: 9px 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.lh-org-lines__head a:hover,
.lh-org-lines__open:hover {
  background: var(--lh-line-color, #8f45ff);
  color: #fff;
}

.lh-org-lines__actions-template {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: flex-end;
  min-width: 0;
}

.lh-org-lines__actions-template > * {
  margin-bottom: 0;
  margin-top: 0;
}

.lh-org-lines__main p {
  color: rgba(255, 255, 255, 0.72);
  font: 700 13px/1.45 Arial, sans-serif;
  margin: 0;
}

.lh-org-lines__players,
.lh-org-lines__invite {
  min-width: 0;
}

.lh-org-lines__players {
  background:
    radial-gradient(circle at 16% 50%, color-mix(in srgb, var(--lh-line-color, #8f45ff) 16%, transparent), transparent 30%),
    rgba(26, 12, 48, 0.9);
  border: 1px solid color-mix(in srgb, var(--lh-line-color, #8f45ff) 58%, rgba(255, 255, 255, 0.14));
  border-radius: 10px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 -18px 42px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  padding: 16px;
}

.lh-org-lines__players > * {
  margin-bottom: 0;
  margin-top: 0;
}

.lh-org-lines__players.is-loading {
  min-height: 112px;
}

.lh-org-lines__cards-loading {
  align-items: center;
  color: rgba(255, 255, 255, 0.68);
  display: flex;
  font: 950 12px/1 Arial, sans-serif;
  min-height: 80px;
  text-transform: uppercase;
}

.lh-org-lines__empty {
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  color: #fff;
  font: 900 14px Arial, sans-serif;
  padding: 18px;
}

.lh-org-lines__empty--action {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(143, 69, 255, 0.18), rgba(33, 210, 178, 0.08)),
    rgba(12, 9, 24, 0.86);
  display: grid;
  gap: 10px;
  justify-items: start;
}

.lh-org-lines__empty--action strong {
  color: #fff;
  font: 950 20px/1.1 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-org-lines__empty--action span {
  color: rgba(255, 255, 255, 0.68);
  font: 800 13px/1.4 Arial, sans-serif;
}

.lh-org-lines__empty--action a,
.lh-org-lines-create__form button,
.lh-org-lines__cards-empty a {
  align-items: center;
  background: linear-gradient(135deg, #7a47ff, #21d2b2);
  border: 0;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 950 12px/1 Arial, sans-serif;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.lh-org-lines__cards-empty .lh-line-invite-modal {
  display: inline-flex;
}

.lh-org-lines__cards-empty .lh-line-invite-open {
  background: linear-gradient(135deg, #7a47ff, #21d2b2);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 16px;
}

.lh-org-lines__cards-empty .lh-line-invite-open__icon {
  display: none;
}

.lh-org-lines-create {
  background:
    linear-gradient(135deg, rgba(18, 13, 31, 0.94), rgba(42, 17, 78, 0.72)),
    rgba(9, 10, 16, 0.92);
  border: 1px solid rgba(154, 124, 255, 0.24);
  border-radius: 10px;
  margin-bottom: 14px;
  overflow: hidden;
}

.lh-org-lines-create summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  list-style: none;
  min-height: 54px;
  padding: 0 16px;
}

.lh-org-lines-create summary::-webkit-details-marker {
  display: none;
}

.lh-org-lines-create summary span {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font: 950 15px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-org-lines-create summary span small {
  background: linear-gradient(135deg, #7a47ff, #21d2b2);
  border-radius: 7px;
  color: #fff;
  font: 950 11px/1 Arial, sans-serif;
  min-height: 24px;
  padding: 7px 10px 0;
}

.lh-org-lines-create summary strong {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  display: inline-grid;
  font: 950 22px Arial, sans-serif;
  height: 34px;
  place-items: center;
  width: 34px;
}

.lh-org-lines-create__form {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
}

.lh-org-lines-create__form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.lh-org-lines-create__form label span {
  color: rgba(255, 255, 255, 0.7);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-org-lines-create__form input,
.lh-org-lines-create__form select,
.lh-org-lines-create__form textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  font: 800 14px Arial, sans-serif;
  min-height: 42px;
  min-width: 0;
  padding: 0 12px;
}

.lh-org-lines-create__form select option {
  background: #fff;
  color: #21162d;
}

.lh-org-lines-create__form textarea {
  min-height: 86px;
  padding: 12px;
  resize: vertical;
}

.lh-org-lines-create__wide {
  grid-column: 1 / -1;
}

.lh-org-lines-create__form button {
  justify-self: start;
}

.lh-org-lines-create__locked-field {
  align-content: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 42px;
  min-width: 0;
  padding: 10px 12px;
}

.lh-org-lines-create__locked-field > span {
  color: rgba(255, 255, 255, 0.68);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-org-lines-create__locked-field strong {
  background: var(--lh-locked-color, #8f45ff);
  border-radius: 4px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.06);
  display: block;
  height: 28px;
  width: 28px;
}

.lh-org-lines-create__locked-field small {
  color: rgba(255, 255, 255, 0.58);
  font: 800 11px/1.35 Arial, sans-serif;
}

.lh-org-lines-create__locked-field--photo {
  grid-template-columns: 54px minmax(0, 1fr);
  min-height: 64px;
}

.lh-org-lines-create__locked-field--photo > span,
.lh-org-lines-create__locked-field--photo small {
  grid-column: 2;
}

.lh-org-lines-create__locked-field--photo img,
.lh-org-lines-create__locked-field--photo b {
  align-self: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  display: grid;
  font: 950 15px Arial, sans-serif;
  grid-row: 1 / span 2;
  height: 48px;
  object-fit: cover;
  place-items: center;
  width: 48px;
}

.lh-org-lines-create__premium-note {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(34, 211, 162, 0.08), rgba(255, 255, 255, 0.035)),
    rgba(28, 34, 48, 0.92);
  border: 1px solid rgba(43, 214, 169, 0.32);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  display: flex;
  grid-column: 1 / -1;
  width: 100%;
  gap: 14px;
  justify-content: space-between;
  margin: 0;
  min-height: 74px;
  padding: 14px 16px;
}

.lh-org-lines-create__premium-note div {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.lh-org-lines-create__premium-note strong {
  color: #2fe0a7;
  font: 950 11px/1 Arial, sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lh-org-lines-create__premium-note span {
  color: #fff;
  font: 950 15px/1.25 Arial, sans-serif;
}

.lh-org-lines-create__premium-note a {
  align-items: center;
  background: #2bd6a9;
  border-radius: 7px;
  color: #071012;
  display: inline-flex;
  flex: 0 0 auto;
  font: 950 13px/1 Arial, sans-serif;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.lh-org-lines__cards-empty {
  align-items: center;
  background:
    radial-gradient(circle at 18% 30%, rgba(122, 71, 255, 0.2), transparent 36%),
    rgba(7, 8, 14, 0.58);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 160px;
  padding: 22px;
  text-align: center;
}

.lh-org-lines__cards-empty-icon {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  display: inline-grid;
  height: 50px;
  place-items: center;
  width: 50px;
}

.lh-org-lines__cards-empty-icon svg {
  display: block;
  fill: currentColor;
  height: 26px;
  width: 26px;
}

.lh-org-lines__cards-empty strong {
  color: #fff;
  font: 950 16px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-org-lines__cards-empty small {
  color: rgba(255, 255, 255, 0.64);
  font: 800 12px/1.4 Arial, sans-serif;
  max-width: 320px;
}

.lh-line-filter {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(24, 13, 44, 0.96), rgba(42, 17, 78, 0.72)),
    rgba(9, 10, 16, 0.92);
  border: 1px solid rgba(154, 124, 255, 0.24);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  min-width: 0;
  padding: 10px;
}

.lh-line-filter > span {
  color: rgba(255, 255, 255, 0.68);
  flex: 0 0 auto;
  font: 950 11px/1 Arial, sans-serif;
  padding: 0 6px;
  text-transform: uppercase;
}

.lh-line-filter a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font: 950 12px/1 Arial, sans-serif;
  justify-content: center;
  min-height: 36px;
  min-width: 58px;
  padding: 0 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.lh-line-filter a:hover,
.lh-line-filter a.is-active {
  background: linear-gradient(135deg, #7a47ff, #21d2b2);
  border-color: rgba(255, 255, 255, 0.22);
  color: #fff;
}

.lh-line-status-filter {
  margin-bottom: 8px;
}

.lh-line-status-filter a {
  min-width: 94px;
}

.lh-org-lines__format {
  color: rgba(255, 255, 255, 0.58);
  display: inline-block;
  font: 900 11px/1 Arial, sans-serif;
  margin-top: 6px;
  text-transform: uppercase;
}

.lh-org-lines__format--unofficial {
  margin-left: 8px;
  color: #ffd166;
}

.lh-line-people {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.lh-dt-player-lines {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.lh-dt-player-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.lh-dt-player-actions .lh-dt-rank-row__disconnect {
  margin: 0;
}

.lh-dt-player-actions .lh-dt-rank-row__disconnect button {
  background: rgba(207, 51, 114, 0.16);
  border: 1px solid rgba(255, 91, 102, 0.7);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 900 11px/1 Arial, sans-serif;
  min-height: 34px;
  padding: 0 12px;
  text-transform: uppercase;
}

.lh-dt-player-lines .lh-line-people__card {
  align-content: start;
}

.lh-dt-player-lines .lh-line-people__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-dt-player-lines .lh-line-move-modal {
  margin-top: 6px;
}

.lh-line-people__head {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.lh-line-people__head span {
  color: var(--lh-line-color, #8f45ff);
  font: 900 11px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lh-line-people__head strong {
  color: rgba(255, 255, 255, 0.72);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-line-roster-header {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
}

.lh-line-roster-header span {
  color: var(--lh-line-color, #8f45ff);
  font: 900 11px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lh-line-roster-header strong {
  color: rgba(255, 255, 255, 0.72);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-line-people__grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.lh-line-people__card {
  align-items: center;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: 44px minmax(0, 1fr);
  min-width: 0;
  padding: 10px;
}

.lh-line-people__avatar {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #fff;
  display: grid;
  font: 900 13px Arial, sans-serif;
  height: 44px;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
  width: 44px;
}

.lh-line-people__avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-line-people__meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lh-line-people__meta span {
  color: var(--lh-line-color, #8f45ff);
  font: 900 10px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lh-line-people__meta strong {
  color: #fff;
  font: 900 13px Arial, sans-serif;
  overflow-wrap: anywhere;
}

.lh-line-people__meta small {
  color: rgba(255, 255, 255, 0.62);
  font: 800 10px Arial, sans-serif;
  overflow-wrap: anywhere;
}

.lh-dt-section-head {
  align-items: end;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  margin-bottom: 14px;
  min-width: 0;
}

.lh-dt-section-head span {
  color: #9a7cff;
  font: 900 11px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lh-dt-section-head h3 {
  color: #fff;
  font: 950 24px/1 Arial, sans-serif;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.lh-dt-rank,
.lh-dt-stats {
  color: #fff;
  display: grid;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.lh-dt-rank__block,
.lh-dt-stats__table {
  background:
    linear-gradient(135deg, rgba(19, 15, 31, 0.94), rgba(28, 18, 54, 0.86)),
    rgba(8, 10, 16, 0.92);
  border: 1px solid rgba(154, 124, 255, 0.28);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.lh-dt-rank__positions {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lh-dt-rank__block-head {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  min-height: 46px;
  padding: 12px 14px;
}

.lh-dt-rank__block-head strong {
  color: #fff;
  font: 950 15px Arial, sans-serif;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.lh-dt-rank__block-head span {
  color: rgba(255, 255, 255, 0.58);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-dt-rank__list {
  display: grid;
  gap: 1px;
}

.lh-dt-rank-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: 34px 44px minmax(112px, 1fr) 48px minmax(174px, auto);
  min-width: 0;
  padding: 12px 14px;
}

.lh-dt-rank-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.035);
}

.lh-dt-rank-row__pos {
  color: #9a7cff;
  font: 950 14px Arial, sans-serif;
}

.lh-dt-rank-row__avatar {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  color: #fff;
  display: grid;
  font: 900 12px Arial, sans-serif;
  height: 44px;
  justify-items: center;
  overflow: hidden;
  text-decoration: none;
  width: 44px;
}

.lh-dt-rank-row__avatar img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.lh-dt-rank-row__meta {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.lh-dt-rank-row__meta strong {
  color: #fff;
  font: 900 13px Arial, sans-serif;
  overflow-wrap: anywhere;
}

.lh-dt-rank-row__meta small {
  color: rgba(255, 255, 255, 0.6);
  font: 800 10px Arial, sans-serif;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.lh-dt-rank-row__score {
  align-items: center;
  background: linear-gradient(135deg, #7a47ff, #21d2b2);
  border-radius: 8px;
  color: #fff;
  display: inline-grid;
  font: 950 18px Arial, sans-serif;
  min-height: 40px;
  min-width: 48px;
  padding: 0 10px;
  place-items: center;
}

.lh-dt-rank-row__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  justify-content: flex-end;
  min-width: 174px;
}

.lh-dt-rank-row__disconnect {
  margin: 0;
}

.lh-dt-rank-row__disconnect button,
.lh-dt-stats__disconnect button {
  background: rgba(255, 65, 84, 0.16);
  border: 1px solid rgba(255, 65, 84, 0.45);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 900 12px Arial, sans-serif;
  padding: 8px 10px;
  width: 100%;
}

.lh-dt-rank-row__disconnect button:hover,
.lh-dt-stats__disconnect button:hover {
  background: rgba(255, 65, 84, 0.28);
}

.lh-dt-rank__empty {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  font: 900 14px Arial, sans-serif;
  padding: 18px;
}

.lh-dt-stats__cards {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.lh-dt-stat-card {
  background:
    linear-gradient(180deg, rgba(122, 71, 255, 0.2), rgba(13, 17, 25, 0.88)),
    rgba(13, 17, 25, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-height: 94px;
  padding: 14px;
}

.lh-dt-stat-card span {
  color: rgba(255, 255, 255, 0.62);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-dt-stat-card strong {
  color: #fff;
  font: 950 30px/1 Arial, sans-serif;
}

.lh-dt-stats__table {
  overflow-x: auto;
}

.lh-dt-stats__table-head,
.lh-dt-stats__row {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(160px, 1.2fr) repeat(var(--lh-dt-stats-cols, 4), minmax(72px, 0.5fr));
  min-width: max-content;
  padding: 12px 14px;
}

.lh-dt-stats__table-head {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.62);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-dt-stats__row {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.lh-dt-stats__row strong,
.lh-dt-stats__row span {
  color: #fff;
  font: 900 13px Arial, sans-serif;
}

.lh-dt-stats__row span {
  color: rgba(255, 255, 255, 0.78);
}

.lh-dt-stats__disconnect {
  margin: 0;
}

.lh-dt-stats__disconnect button {
  background: rgba(255, 65, 84, 0.16);
  border: 1px solid rgba(255, 65, 84, 0.45);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 900 12px Arial, sans-serif;
  padding: 8px 10px;
}

.lh-dt-stats__disconnect button:hover {
  background: rgba(255, 65, 84, 0.28);
}

.lh-line-invite {
  background:
    linear-gradient(180deg, rgba(143, 69, 255, 0.16), rgba(5, 5, 10, 0.08) 34%),
    rgba(7, 8, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 16px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.lh-line-invite__summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 18px;
  min-height: 44px;
  padding: 5px;
}

.lh-line-invite__summary::-webkit-details-marker {
  display: none;
}

.lh-line-invite__summary span,
.lh-line-invite__summary strong {
  align-items: center;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.56);
  display: inline-flex;
  font: 900 12px Arial, sans-serif;
  justify-content: center;
  line-height: 1.1;
  min-height: 34px;
  padding: 7px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.lh-line-invite[open] .lh-line-invite__summary strong,
.lh-line-invite__summary:hover strong {
  background: #fff;
  box-shadow: 0 8px 20px rgba(143, 69, 255, 0.24);
  color: #08090d;
}

.lh-line-invite:not([open]) .lh-line-invite__summary span {
  background: #fff;
  box-shadow: 0 8px 20px rgba(143, 69, 255, 0.24);
  color: #08090d;
}

.lh-line-invite__body {
  display: grid;
  gap: 16px;
  padding: 0 24px 24px;
}

.lh-line-invite__title {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(34px, 1fr) auto minmax(34px, 1fr);
  text-align: center;
  text-transform: uppercase;
}

.lh-line-invite__title span {
  background: rgba(255, 255, 255, 0.35);
  height: 2px;
}

.lh-line-invite__title strong {
  color: #f2eee8;
  font-size: clamp(20px, 3vw, 30px);
  line-height: 1;
}

.lh-line-invite__code {
  display: grid;
  gap: 8px;
}

.lh-line-invite__code > span,
.lh-team-card__join-form span {
  color: rgba(242, 238, 232, 0.68);
  font-weight: 700;
  letter-spacing: 0;
}

.lh-team-card__code-row,
.lh-line-invite__code form {
  display: flex;
  gap: 8px;
}

.lh-team-card__code-row code,
.lh-team-card__join-form input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #f2eee8;
  font: inherit;
  font-weight: 800;
  min-height: 48px;
  padding: 12px 16px;
}

.lh-team-card__code-row code {
  display: grid;
  flex: 1 1 auto;
  letter-spacing: 1px;
  min-width: 120px;
  place-items: center;
  text-align: center;
}

.lh-team-card__join-form {
  align-items: end;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(180px, 1fr) auto;
}

.lh-team-card__join-form label {
  display: grid;
  gap: 6px;
}

.lh-team-card__join-form input {
  text-transform: uppercase;
  width: 100%;
}

.lh-team-card__join-form button,
.lh-line-invite__code button {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f2eee8;
  cursor: pointer;
  font-weight: 900;
  min-height: 48px;
  padding: 0 18px;
  text-transform: uppercase;
}

.lh-team-card__notice,
.lh-team-card__error {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f2eee8;
  font-weight: 700;
  padding: 10px 12px;
}

.lh-team-card__notice {
  background: rgba(48, 213, 155, 0.12);
}

.lh-team-card__error {
  background: rgba(207, 51, 114, 0.16);
}

.lh-line-invite-modal {
  display: inline-flex;
  min-width: 0;
}

.lh-line-invite-open {
  align-items: center;
  background: rgba(42, 17, 78, 0.92);
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: 900 13px/1 Arial, sans-serif;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  text-transform: uppercase;
}

.lh-line-invite-open.is-icon {
  background: transparent;
  border-radius: 0;
  color: #fff;
  min-height: 30px;
  padding: 0;
  width: 30px;
}

.lh-line-invite-open__icon {
  display: block;
  height: 24px;
  position: relative;
  width: 24px;
}

.lh-line-invite-open__icon::before {
  border: 3px solid currentColor;
  border-radius: 4px;
  content: "";
  height: 14px;
  left: 2px;
  position: absolute;
  top: 7px;
  width: 13px;
}

.lh-line-invite-open__icon::after {
  border-right: 3px solid currentColor;
  border-top: 3px solid currentColor;
  content: "";
  height: 9px;
  position: absolute;
  right: 2px;
  top: 3px;
  transform: rotate(45deg);
  width: 9px;
}

.lh-line-invite-open.is-icon:hover {
  color: #fff;
  transform: translateY(-1px);
}

.lh-dreamteam-invite-open {
  gap: 9px;
}

.lh-dreamteam-invite-select {
  display: grid;
  gap: 8px;
}

.lh-dreamteam-invite-select strong {
  color: #f2eee8;
  font: 900 20px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-dreamteam-invite-select small {
  color: rgba(242, 238, 232, 0.55);
  font: 800 12px/1.35 Arial, sans-serif;
}

.lh-dreamteam-invite-select select {
  appearance: none;
  background:
    linear-gradient(45deg, transparent 50%, #f2eee8 50%) calc(100% - 20px) calc(50% - 3px) / 7px 7px no-repeat,
    linear-gradient(135deg, #f2eee8 50%, transparent 50%) calc(100% - 13px) calc(50% - 3px) / 7px 7px no-repeat,
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(242, 238, 232, 0.18);
  color: #f2eee8;
  cursor: pointer;
  font: 900 15px/1 Arial, sans-serif;
  min-height: 50px;
  outline: none;
  padding: 0 44px 0 16px;
  text-transform: uppercase;
  width: 100%;
}

.lh-dreamteam-invite-select select option {
  background: #101922;
  color: #f2eee8;
}

.lh-line-share-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.lh-line-share-icon svg {
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.lh-line-share-icon:hover,
.lh-line-share-icon.is-copied {
  color: #fff;
  transform: translateY(-1px);
}

.lh-line-official-icon-form {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 30px;
}

.lh-line-official-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffd166;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.lh-org-lines__head .lh-line-official-icon,
.lh-org-lines__actions-template .lh-line-official-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ffd166;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.lh-line-official-icon svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}

.lh-line-official-icon:hover {
  color: #fff;
  transform: translateY(-1px);
}

.lh-line-delete-modal {
  display: inline-flex;
  margin: 0;
}

.lh-line-delete-icon-form {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 30px;
}

.lh-line-delete-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.lh-org-lines__head .lh-line-delete-icon,
.lh-org-lines__actions-template .lh-line-delete-icon {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  width: 30px;
}

.lh-line-delete-icon svg {
  fill: currentColor;
  height: 23px;
  width: 23px;
}

.lh-line-delete-icon:hover {
  color: #fff;
  transform: translateY(-1px);
}

.lh-line-move-modal {
  display: inline-flex;
  margin: 0;
}

.lh-line-move-open {
  background: rgba(143, 69, 255, 0.2);
  border: 1px solid rgba(143, 69, 255, 0.55);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font: 950 12px/1 Arial, sans-serif;
  min-height: 34px;
  padding: 0 12px;
  text-transform: uppercase;
  width: 100%;
}

.lh-line-move-open:hover {
  background: rgba(143, 69, 255, 0.36);
}

.lh-line-move-overlay {
  align-items: center;
  background: rgba(4, 7, 12, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}

.lh-line-move-overlay[hidden] {
  display: none;
}

.lh-line-move-box {
  background: #0e1820;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  color: #fff;
  max-width: 680px;
  width: min(680px, 100%);
}

.lh-line-move-box__head {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  padding: 28px 28px 16px;
  text-align: center;
}

.lh-line-move-box__head > span {
  background: rgba(255, 255, 255, 0.52);
  height: 2px;
}

.lh-line-move-box__head strong {
  color: #fff;
  display: block;
  font: 950 28px/0.95 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-line-move-box__head small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font: 900 12px/1.3 Arial, sans-serif;
  grid-column: 1 / -1;
  text-transform: uppercase;
}

.lh-line-move-form {
  background: rgba(255, 255, 255, 0.045);
  display: grid;
  gap: 18px;
  margin: 0 24px 24px;
  padding: 24px;
}

.lh-line-move-form label {
  display: grid;
  gap: 8px;
}

.lh-line-move-form label span {
  color: rgba(255, 255, 255, 0.68);
  font: 900 11px Arial, sans-serif;
  text-transform: uppercase;
}

.lh-line-move-form select {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  font: 800 14px Arial, sans-serif;
  min-height: 48px;
  padding: 0 12px;
}

.lh-line-move-form select option {
  background: #fff;
  color: #21162d;
}

.lh-line-move-form__actions,
.lh-dt-stats__actions {
  align-items: center;
  display: flex;
  gap: 8px;
}

.lh-dt-stats__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
}

.lh-line-move-form__actions {
  justify-content: center;
}

.lh-line-move-form__actions button {
  border-radius: 6px;
  cursor: pointer;
  font: 950 13px/1 Arial, sans-serif;
  min-height: 48px;
  min-width: 150px;
  padding: 0 18px;
  text-transform: uppercase;
}

.lh-line-move-close {
  background: #f2eee8;
  border: 1px solid #f2eee8;
  color: #101922;
}

.lh-line-move-confirm {
  background: #7a47ff;
  border: 1px solid #7a47ff;
  color: #fff;
}

.lh-line-delete-overlay {
  align-items: center;
  background: rgba(4, 7, 12, 0.78);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 999999;
}

.lh-line-delete-overlay[hidden] {
  display: none;
}

.lh-line-delete-box {
  background: #0e1820;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
  color: #fff;
  max-width: 680px;
  width: min(680px, 100%);
}

.lh-line-delete-box__head {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  padding: 28px 28px 16px;
  text-align: center;
}

.lh-line-delete-box__head > span {
  background: rgba(255, 255, 255, 0.52);
  height: 2px;
}

.lh-line-delete-box__head strong {
  color: #fff;
  display: block;
  font: 950 28px/0.95 Arial, sans-serif;
  text-transform: uppercase;
}

/* Responsividade ampla para times, linhas, ranking e modais */
.lh-team-card,
.lh-dreamteam-banner,
.lh-dreamteam-menu,
.lh-org-lines,
.lh-org-lines__item,
.lh-org-lines__main,
.lh-line-people,
.lh-dt-rank,
.lh-dt-stats,
.lh-line-invite {
  min-width: 0;
}

.lh-dreamteam-banner {
  min-height: clamp(380px, 56vh, 560px);
  padding: clamp(76px, 10vw, 112px) clamp(18px, 10vw, 180px) clamp(34px, 5vw, 54px);
}

.lh-dreamteam-banner__content {
  grid-template-columns: clamp(92px, 10vw, 132px) minmax(0, 1fr);
  max-width: min(920px, 100%);
}

.lh-dreamteam-banner__logo {
  width: clamp(92px, 10vw, 132px);
  height: clamp(92px, 10vw, 132px);
}

.lh-dreamteam-banner__text h1 {
  font-size: clamp(34px, 5.2vw, 58px);
}

.lh-dreamteam-menu {
  width: fit-content;
  max-width: 100%;
}

.lh-org-lines__head,
.lh-line-people__head,
.lh-line-roster-header,
.lh-dt-section-head,
.lh-dt-rank__block-head {
  min-width: 0;
}

.lh-org-lines__head h3,
.lh-dt-section-head h3,
.lh-dt-rank-row__meta strong {
  word-break: normal;
}

.lh-dt-rank-row {
  grid-template-columns: 34px 44px minmax(112px, 1fr) 48px minmax(174px, auto);
}

.lh-team-card__code-row,
.lh-line-invite__code form {
  min-width: 0;
}

@media (min-width: 768px) and (max-width: 1180px) {
  .lh-dreamteam-banner {
    padding-inline: clamp(28px, 7vw, 86px);
  }

  .lh-org-lines__item {
    grid-template-columns: 64px minmax(0, 1fr);
    padding: 14px;
  }

  .lh-org-lines__avatar {
    width: 64px;
    height: 64px;
  }

  .lh-line-people__grid,
  .lh-dt-rank__positions {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  }
}

@media (max-width: 767px) {
  .lh-dreamteam-banner {
    min-height: 340px;
    padding: 78px 16px 30px;
  }

  .lh-dreamteam-banner__content {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .lh-dreamteam-banner__logo {
    width: 82px;
    height: 82px;
  }

  .lh-dreamteam-banner__text h1 {
    font-size: clamp(30px, 10vw, 38px);
    line-height: 1;
  }

  .lh-dreamteam-banner__author {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .lh-dreamteam-menu {
    width: 100%;
  }

  .lh-org-lines__item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
  }

  .lh-org-lines__avatar {
    grid-column: auto;
    grid-row: auto;
    width: 64px;
    height: 64px;
  }

  .lh-org-lines__head,
  .lh-dt-section-head,
  .lh-dt-rank__block-head {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .lh-org-lines__head .lh-org-lines__actions-template,
  .lh-org-lines__head > a,
  .lh-org-lines__head > button {
    grid-column: auto;
    justify-self: start;
  }

  .lh-org-lines-create__form {
    grid-template-columns: 1fr;
  }

  .lh-org-lines-create__premium-note {
    align-items: stretch;
    display: grid;
  }

  .lh-org-lines-create__premium-note a {
    width: 100%;
  }

  .lh-line-people__grid,
  .lh-dt-rank__positions {
    grid-template-columns: 1fr;
  }

  .lh-dt-player-lines .lh-line-people__grid {
    grid-template-columns: 1fr;
  }

  .lh-dt-rank-row {
    grid-template-columns: 34px 40px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 10px;
  }

  .lh-dt-rank-row__actions,
  .lh-dt-rank-row__disconnect {
    grid-column: 3 / -1;
    justify-self: start;
  }

  .lh-team-card__join-form,
  .lh-team-card__code-row,
  .lh-line-invite__code form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lh-line-invite__body {
    padding: 0 16px 18px;
  }

  .lh-line-move-box__head,
  .lh-line-delete-box__head {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 24px 18px 12px;
  }

  .lh-line-move-box__head > span,
  .lh-line-delete-box__head > span {
    display: none;
  }

  .lh-line-move-box__head strong,
  .lh-line-delete-box__head strong {
    font-size: clamp(22px, 7vw, 28px);
  }
}

@media (max-width: 420px) {
  .lh-dreamteam-banner__content {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .lh-dreamteam-banner__edit {
    left: 12px;
    right: 12px;
    justify-content: center;
  }

  .lh-dreamteam-banner__author {
    width: 100%;
  }

  .lh-dt-rank-row {
    grid-template-columns: 30px 38px minmax(0, 1fr);
  }

  .lh-dt-rank-row__score,
  .lh-dt-rank-row__actions,
  .lh-dt-rank-row__disconnect {
    grid-column: 3;
    justify-self: start;
  }
}

.lh-line-delete-box__head small {
  color: rgba(255, 255, 255, 0.58);
  display: block;
  font: 900 12px/1.3 Arial, sans-serif;
  margin-top: 8px;
  text-transform: uppercase;
}

.lh-line-delete-box__body {
  background: rgba(255, 255, 255, 0.045);
  margin: 0 24px 24px;
  padding: 24px;
}

.lh-line-delete-box__body p {
  color: rgba(255, 255, 255, 0.76);
  font: 800 14px/1.45 Arial, sans-serif;
  margin: 0 0 22px;
  text-align: center;
}

.lh-line-delete-form {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 0;
}

.lh-line-delete-form button {
  border-radius: 6px;
  cursor: pointer;
  font: 950 13px/1 Arial, sans-serif;
  min-height: 48px;
  min-width: 160px;
  padding: 0 18px;
  text-transform: uppercase;
}

.lh-line-delete-close {
  background: #f2eee8;
  border: 1px solid #f2eee8;
  color: #101922;
}

.lh-line-delete-confirm {
  background: #ff5b66;
  border: 1px solid #ff5b66;
  color: #fff;
}

.lh-line-invite-overlay {
  align-items: center;
  background: rgba(5, 10, 18, 0.72);
  bottom: 0;
  display: flex;
  justify-content: center;
  isolation: isolate;
  left: 0;
  padding: 18px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483000;
}

.lh-line-invite-overlay[hidden] {
  display: none;
}

.lh-line-invite-box {
  background: #101922;
  border: 1px solid rgba(230, 237, 244, 0.62);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.48);
  color: #f2eee8;
  max-height: calc(100vh - 36px);
  max-width: min(800px, calc(100vw - 32px));
  overflow: hidden;
  position: relative;
  width: min(100%, 800px);
  z-index: 1;
}

.lh-line-invite-box__head {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr);
  padding: 28px 48px 18px;
  text-align: center;
  text-transform: uppercase;
}

.lh-line-invite-box__head > span {
  background: rgba(242, 238, 232, 0.55);
  height: 2px;
}

.lh-line-invite-box__head strong {
  color: #f2eee8;
  display: block;
  font: 900 30px/1 Arial, sans-serif;
}

.lh-line-invite-box__head small {
  color: rgba(242, 238, 232, 0.55);
  display: block;
  font: 800 12px/1.2 Arial, sans-serif;
  margin-top: 8px;
  text-transform: none;
}

.lh-line-invite-box__panel {
  background: rgba(255, 255, 255, 0.055);
  display: grid;
  gap: 22px;
  margin: 8px 48px 24px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 22px 24px;
}

.lh-line-invite-field,
.lh-line-invite-join label {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.lh-line-invite-field strong {
  color: #f2eee8;
  font: 900 20px/1 Arial, sans-serif;
  text-transform: uppercase;
}

.lh-line-invite-field small,
.lh-line-invite-join span,
.lh-line-invite-field em {
  color: rgba(242, 238, 232, 0.55);
  font: 800 12px/1.35 Arial, sans-serif;
  letter-spacing: 0;
}

.lh-line-invite-field em {
  font-style: normal;
  text-align: center;
}

.lh-line-invite-row {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.lh-line-invite-join .lh-line-invite-row {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.lh-line-invite-row input {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(242, 238, 232, 0.12);
  color: #f2eee8;
  font: 900 18px/1 Arial, sans-serif;
  min-height: 50px;
  min-width: 0;
  outline: none;
  padding: 0 16px;
  text-align: center;
}

.lh-line-invite-row input::placeholder {
  color: rgba(242, 238, 232, 0.55);
}

.lh-line-invite-row button,
.lh-line-invite-close {
  background: rgba(255, 255, 255, 0.075);
  border: 2px solid rgba(242, 238, 232, 0.22);
  color: #f2eee8;
  cursor: pointer;
  font: 900 15px/1 Arial, sans-serif;
  min-height: 50px;
  padding: 0 22px;
  text-transform: uppercase;
}

.lh-line-invite-copy,
.lh-line-invite-paste {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding: 0 !important;
  width: 58px;
}

.lh-line-invite-copy span,
.lh-line-invite-paste span {
  border: 2px solid currentColor;
  border-radius: 2px;
  display: block;
  height: 20px;
  position: relative;
  width: 16px;
}

.lh-line-invite-copy span::before,
.lh-line-invite-paste span::before {
  border: 2px solid currentColor;
  border-radius: 2px;
  content: "";
  height: 20px;
  left: -7px;
  opacity: 0.65;
  position: absolute;
  top: 5px;
  width: 16px;
}

.lh-line-invite-paste span {
  border-radius: 1px 1px 3px 3px;
  height: 18px;
  width: 18px;
}

.lh-line-invite-paste span::before {
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  height: 6px;
  left: 3px;
  opacity: 1;
  top: -8px;
  width: 8px;
}

.lh-line-invite-row button:hover,
.lh-line-invite-close:hover {
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(242, 238, 232, 0.55);
}

.lh-line-invite-row button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.lh-line-invite-msg {
  color: #38f4a4;
  font: 900 12px/1.3 Arial, sans-serif;
  min-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.lh-line-invite-box footer {
  background: rgba(0, 0, 0, 0.18);
  padding: 24px;
  text-align: center;
}

.lh-line-invite-close {
  background: #f2eee8 !important;
  border-color: #f2eee8 !important;
  color: #101922 !important;
  min-width: 250px;
}

@media (max-width: 640px) {
  .lh-line-invite__summary {
    border-radius: 12px;
    margin: 14px;
  }

  .lh-line-invite__body {
    padding: 0 16px 18px;
  }

  .lh-line-invite__title {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .lh-line-invite__title span {
    display: none;
  }

  .lh-team-card__join-form,
  .lh-team-card__code-row,
  .lh-line-invite__code form {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lh-org-lines__item {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 14px;
  }

  .lh-org-lines__avatar {
    height: 58px;
    width: 58px;
  }

  .lh-org-lines__head {
    align-items: start;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .lh-org-lines__head a {
    justify-self: start;
  }

  .lh-org-lines__head .lh-org-lines__actions-template,
  .lh-org-lines__head > a,
  .lh-org-lines__head > button {
    grid-column: 1 / -1;
  }

  .lh-org-lines__actions-template {
    justify-content: flex-start;
  }

  .lh-org-lines__players {
    padding: 12px;
  }

  .lh-org-lines-create__form {
    grid-template-columns: 1fr;
  }

  .lh-org-lines-create__premium-note {
    align-items: stretch;
    display: grid;
  }

  .lh-org-lines-create__premium-note a {
    width: 100%;
  }

  .lh-line-delete-box__head {
    grid-template-columns: 1fr;
  }

  .lh-line-delete-box__head > span {
    display: none;
  }

  .lh-line-move-form,
  .lh-line-delete-form {
    display: grid;
  }

  .lh-line-move-form__actions,
  .lh-dt-stats__actions {
    display: grid;
    justify-items: stretch;
  }

  .lh-line-move-form__actions button,
  .lh-line-move-open,
  .lh-line-delete-form button {
    width: 100%;
  }

  .lh-line-invite-box__head {
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 24px 18px 14px;
  }

  .lh-line-invite-box__head > span {
    display: none;
  }

  .lh-line-invite-box__head strong {
    font-size: 24px;
  }

  .lh-line-invite-box__panel {
    margin: 8px 12px 18px;
    padding: 16px;
  }

  .lh-line-invite-row,
  .lh-line-invite-join .lh-line-invite-row {
    grid-template-columns: 1fr;
  }

  .lh-line-invite-copy,
  .lh-line-invite-paste,
  .lh-line-invite-close,
  .lh-line-invite-row button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .lh-line-invite-overlay {
    align-items: flex-start;
    padding: 10px;
  }

  .lh-line-invite-box {
    max-height: calc(100vh - 20px);
    max-width: calc(100vw - 20px);
  }

  .lh-line-invite-box__head {
    padding: 20px 14px 12px;
  }

  .lh-line-invite-box__head strong {
    font-size: 21px;
  }

  .lh-line-invite-row input {
    font-size: 16px;
  }

  .lh-line-invite-close {
    min-width: 0;
  }
}
