:root {
  font-family: "Inter", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

:root[data-theme="emerald"] {
  --red: #18c98b;
  --red-2: #0d8f66;
  --blue: #64d8ff;
}

:root[data-theme="gold"] {
  --red: #d6aa5d;
  --red-2: #9d6d27;
  --blue: #efcf8a;
}

:root[data-theme="mono"] {
  --red: #f3f4f7;
  --red-2: #9da3ad;
  --blue: #cfd3dc;
}

body,
button,
a {
  font-weight: 400;
}

.eyebrow,
.sectionHeader span,
.desktopSectionTitle span,
.desktopClubId span,
.desktopBeta span,
.desktopRegisterPanel span,
.desktopScheduleCard span,
.desktopSeat span,
.desktopStatusGrid span,
.qrPanel span,
.telegramPanel span {
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.primaryButton,
.secondaryButton,
.dangerButton,
.desktopCta,
.ghostButton {
  min-height: 42px !important;
  border-radius: 10px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.primaryButton {
  box-shadow: 0 9px 22px rgba(255, 37, 37, 0.2) !important;
}

.secondaryButton {
  background: rgba(255, 255, 255, 0.014) !important;
  border-color: rgba(255, 255, 255, 0.14) !important;
}

.ticket h2,
.desktopTicket h2 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, "Arial Black", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
}

.time,
.desktopTicket .time,
.location,
.desktopTicket .location,
.desktopRegisterPanel p,
.desktopBeta p,
.desktopScheduleCard small,
.desktopStatusGrid small,
.qrPanel p,
.telegramPanel p,
.sheetText p,
.seatPanel p,
.detailsPanel p {
  font-weight: 400 !important;
}

.capacity > span,
.capacity strong,
.desktopStatusGrid b,
.desktopSeat b,
.desktopScheduleCard b,
.desktopClubId strong,
.desktopIdentity h1,
.desktopRegisterPanel h2,
.desktopScheduleCard h2,
.desktopSectionTitle h2,
.qrPanel h3,
.telegramPanel h3 {
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.desktopPassLine,
.passLine {
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.desktopPassLine b,
.passLine b {
  font-weight: 500 !important;
}

.qrPanel,
.telegramPanel {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.telegramPanel > img {
  width: 46px;
  height: 46px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: contain;
}

.telegramPanel h3,
.qrPanel h3 {
  margin: 4px 0 0;
  font-size: 24px;
  line-height: 1;
}

.telegramPanel p,
.qrPanel p {
  max-width: 340px;
  margin: 0;
  color: #a9abb5;
  font-size: 14px;
  line-height: 1.45;
}

.telegramProfileMini {
  width: min(100%, 340px);
  display: grid !important;
  gap: 4px !important;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(14, 15, 20, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.telegramProfileMini b {
  color: #f3f4f7;
  font-size: 16px;
  font-weight: 600;
}

.telegramProfileMini span {
  color: #a9abb5;
  font-size: 12px !important;
  text-transform: none !important;
}

.telegramPanel > div:not(.telegramProfileMini) {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.72fr;
  gap: 8px;
  width: min(100%, 340px);
  margin-top: 6px;
}

.telegramPanel .secondaryButton {
  margin-top: 0;
}

.telegramFallback {
  display: grid;
  gap: 9px;
  width: min(100%, 340px);
  padding: 13px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--red) 10%, transparent), rgba(255, 255, 255, 0.018)),
    rgba(13, 15, 21, 0.82);
}

.telegramFallback p {
  margin: 0;
  color: #b8bac4;
  font-size: 13px;
  line-height: 1.35;
}

.telegramFallback b {
  color: #f4f5f8;
  font-size: 14px;
  font-weight: 650;
}

.telegramFallback b span {
  color: var(--red);
  font-size: 11px !important;
}

.telegramFallback div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.telegramFallback div button:last-child {
  grid-column: 1 / -1;
}

.accountPanel,
.qrToolsPanel,
.settingsPanel,
.clubOsView,
.achievementsPanel,
.posterPanel,
.scannerPanel,
.tvPanel,
.crmPanel {
  display: grid;
  gap: 12px;
}

.vipStrip {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--red) 18%, transparent), rgba(255, 255, 255, 0.026)),
    radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(12, 14, 20, 0.9);
}

.perksPanel {
  display: grid;
  gap: 12px;
}

.perksHero {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--red) 14%, transparent), rgba(255, 255, 255, 0.026)),
    rgba(12, 14, 20, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.perksHero span,
.perksGrid b {
  color: var(--red);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.perksHero h3 {
  margin: 5px 0 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 650;
}

.perksHero p {
  margin: 9px 0 0;
  color: #b4b6c0;
  font-size: 14px;
  line-height: 1.45;
}

.perksGrid {
  display: grid;
  gap: 8px;
}

.perksGrid article {
  display: grid;
  gap: 5px;
  padding: 14px;
  border-radius: 16px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.016)),
    rgba(13, 15, 21, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.perksGrid small {
  color: #b2b4bd;
  font-size: 13px;
  line-height: 1.35;
}

.perksActions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 8px;
}

.staffOnlyPanel {
  text-align: center;
}

.clubOsStrip {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--red) 16%, transparent), rgba(255, 255, 255, 0.022)),
    rgba(12, 14, 20, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.clubOsStrip span,
.clubOsHero span,
.clubOsSplit span,
.seasonCard span,
.achievementGrid span,
.posterPreview span,
.scannerGlass small,
.tvScreen span,
.crmPanel span {
  color: var(--red);
  font-size: 10px !important;
  font-weight: 650 !important;
  text-transform: uppercase;
}

.clubOsStrip h2,
.clubOsHero h2,
.seasonCard h3,
.tvScreen h3 {
  margin: 4px 0 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 650;
}

.clubOsStrip p,
.clubOsHero p,
.seasonCard p,
.crmPanel p {
  margin: 7px 0 0;
  color: #adb0bb;
  font-size: 13px;
  line-height: 1.42;
}

.clubOsMetrics,
.clubOsKpis,
.tvCards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.clubOsMetrics button,
.clubOsKpis span,
.tvCards article {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: #f3f4f7;
  text-align: left;
}

.clubOsMetrics b,
.clubOsKpis b,
.tvCards b {
  color: #fff;
  font-size: 22px;
  font-weight: 650;
}

.clubOsMetrics small,
.clubOsKpis small,
.clubOsKpis em,
.tvCards small {
  color: #9fa3af;
  font-style: normal;
  font-size: 11px;
}

.clubOsHero,
.seasonCard,
.posterPreview,
.scannerGlass,
.tvScreen,
.crmPanel section {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.016)),
    rgba(12, 14, 20, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.clubOsHeroActions,
.clubOsActionGrid,
.clubOsSplit,
.achievementGrid,
.seasonLeaders,
.crmPanel section div {
  display: grid;
  gap: 8px;
}

.clubOsHeroActions {
  grid-template-columns: 1fr 0.72fr 0.72fr;
  margin-top: 14px;
}

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

.clubOsActionGrid button,
.clubOsSplit article,
.clubOsSplit button,
.achievementGrid article,
.seasonLeaders b,
.crmPanel section div b {
  display: grid;
  gap: 5px;
  padding: 12px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.035);
  color: #f3f4f7;
  text-align: left;
}

.clubOsActionGrid b,
.clubOsSplit b,
.achievementGrid b,
.crmPanel h3 {
  font-size: 15px;
  font-weight: 650;
}

.clubOsActionGrid small,
.clubOsSplit small,
.achievementGrid p,
.achievementGrid small,
.crmPanel section div b {
  color: #aeb2bd;
  font-size: 12px;
  line-height: 1.35;
}

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

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

.achievementGrid article.unlocked {
  border-color: color-mix(in srgb, var(--red) 34%, white 0%);
  background: color-mix(in srgb, var(--red) 11%, rgba(255, 255, 255, 0.04));
}

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

.posterPreview {
  min-height: 320px;
  align-content: end;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 37, 37, 0.2), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 58%),
    url("./assets/ref-poker-media.png") center / cover;
}

.posterPreview.gold-club {
  background:
    linear-gradient(145deg, rgba(214, 170, 93, 0.3), transparent 42%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 58%),
    url("./assets/ref-poker-media.png") center / cover;
}

.posterPreview h3 {
  max-width: 330px;
  margin: 10px 0;
  color: #fff;
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-size: 54px;
  line-height: 0.86;
  text-transform: uppercase;
}

.posterPreview p,
.posterPreview small {
  color: #dfe2ea;
  font-weight: 650;
}

.posterPreview b {
  color: var(--red);
  font-size: 30px;
}

.scannerGlass {
  min-height: 220px;
  place-items: center;
  text-align: center;
  background:
    radial-gradient(circle, color-mix(in srgb, var(--red) 18%, transparent), transparent 44%),
    rgba(12, 14, 20, 0.9);
}

.scannerGlass span {
  width: 118px;
  height: 118px;
  border-radius: 28px;
  border: 2px solid color-mix(in srgb, var(--red) 70%, white 0%);
  box-shadow:
    0 0 0 10px color-mix(in srgb, var(--red) 7%, transparent),
    inset 0 0 0 18px rgba(255, 255, 255, 0.035);
}

.scannerGlass b {
  font-size: 24px;
  color: #fff;
}

.tvScreen {
  min-height: 310px;
  align-content: end;
  background:
    linear-gradient(90deg, rgba(255, 37, 37, 0.2), transparent 48%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.72), transparent 58%),
    url("./assets/ref-poker-media.png") center / cover;
}

.tvScreen h3 {
  font-size: clamp(42px, 12vw, 80px);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  text-transform: uppercase;
}

.tvScreen p {
  color: #d9dce5;
  font-size: 14px;
  line-height: 1.4;
}

.tvScreen div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.tvScreen div b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
}

.authBox {
  width: 100%;
  display: grid;
  gap: 10px;
}

.authSwitch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.authSwitch button {
  min-height: 34px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #aeb2bd;
  font-size: 10px !important;
  font-weight: 650 !important;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
}

.authSwitch button.active {
  color: #fff;
  background: linear-gradient(180deg, color-mix(in srgb, var(--red) 90%, white 5%), color-mix(in srgb, var(--red) 70%, black 18%));
  box-shadow: 0 12px 26px color-mix(in srgb, var(--red) 22%, transparent);
}

.accountStatus,
.linkedAccountBox,
.securityBox,
.qrResult,
.checkResult,
.settingsPanel section,
.miniForm {
  width: 100%;
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.054), rgba(255, 255, 255, 0.016)),
    rgba(12, 14, 20, 0.84);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.accountStatus span,
.linkedAccountBox span,
.securityBox span,
.miniForm span,
.settingsPanel span {
  color: var(--red);
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase;
}

.accountStatus h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
}

.linkedAccountBox div {
  display: grid;
  gap: 5px;
}

.linkedAccountBox b {
  color: #f3f4f7;
  font-size: 16px;
  font-weight: 650;
  overflow-wrap: anywhere;
}

.accountStatus p,
.linkedAccountBox p,
.securityBox p,
.settingsPanel p,
.checkResult p,
.qrResult p {
  margin: 0;
  color: #a9abb5;
  font-size: 13px;
  line-height: 1.45;
}

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

.singleAuthForm {
  border-radius: 16px;
}

.miniForm input,
.miniForm textarea,
.inlineForm input {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: #f3f4f7;
  padding: 0 12px;
  outline: none;
}

.fieldStack {
  display: grid;
  gap: 6px;
}

.fieldStack b {
  color: #d8dbe4;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.02em;
}

.miniForm input::placeholder,
.miniForm textarea::placeholder,
.inlineForm input::placeholder {
  color: rgba(214, 216, 224, 0.42);
}

.miniForm textarea {
  min-height: 82px;
  padding: 12px;
  resize: vertical;
}

.miniForm input:focus,
.miniForm textarea:focus,
.inlineForm input:focus {
  border-color: color-mix(in srgb, var(--red) 58%, white 0%);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--red) 18%, transparent);
}

.primaryButton[disabled],
.secondaryButton[disabled],
.dangerButton[disabled],
button[data-loading="true"] {
  opacity: 0.72;
  pointer-events: none;
  filter: saturate(0.82);
}

button[data-loading="true"] {
  position: relative;
}

button[data-loading="true"]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-right-color: transparent;
  animation: ducksSpin 780ms linear infinite;
  vertical-align: -2px;
}

@keyframes ducksSpin {
  to {
    transform: rotate(360deg);
  }
}

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

.monoLine {
  overflow-wrap: anywhere;
  font-family: "Cascadia Mono", Consolas, monospace;
  color: #f3f4f7 !important;
  font-size: 11px !important;
}

.qrResult {
  justify-items: center;
  text-align: center;
}

.qrResult > div {
  display: grid;
  place-items: center;
}

.realQrImage {
  width: min(220px, 68vw);
  height: auto;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.qrResult svg {
  width: min(210px, 68vw);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.totpSetup {
  display: grid;
  gap: 8px;
}

.totpSetup p {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.totpSetup b {
  color: #fff;
  font-size: 12px;
  font-weight: 650;
}

.totpSetup span {
  color: #b9bcc6;
  text-transform: none;
}

.checkResult.valid {
  border-color: rgba(87, 214, 141, 0.32);
  background: rgba(87, 214, 141, 0.08);
}

.checkResult.invalid {
  border-color: rgba(255, 37, 37, 0.32);
  background: rgba(255, 37, 37, 0.08);
}

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

.choiceGrid button {
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: #d7d9e0;
  font-size: 12px;
}

.choiceGrid button.active {
  color: #fff;
  border-color: color-mix(in srgb, var(--red) 55%, white 0%);
  background: color-mix(in srgb, var(--red) 18%, transparent);
}

.themeGrid button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.themeDot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff2525;
}

.themeDot.emerald {
  background: #18c98b;
}

.themeDot.gold {
  background: #d6aa5d;
}

.themeDot.mono {
  background: #f3f4f7;
}

@media (max-width: 520px) {
  .authGrid,
  .inlineForm,
  .choiceGrid,
  .clubOsMetrics,
  .clubOsKpis,
  .clubOsHeroActions,
  .clubOsActionGrid,
  .clubOsSplit,
  .achievementGrid,
  .tvCards {
    grid-template-columns: 1fr;
  }
}

.gameFilters,
.ratingTabs {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 2px 0 4px;
  scrollbar-width: none;
}

.gameFilters::-webkit-scrollbar,
.ratingTabs::-webkit-scrollbar {
  display: none;
}

.gameFilters button,
.ratingTabs button {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  background: rgba(255, 255, 255, 0.035);
  color: #b9bbc5;
  font-size: 11px;
  font-weight: 600;
}

.gameFilters button.active,
.ratingTabs button.active {
  color: #fff;
  border-color: rgba(255, 37, 37, 0.42);
  background: rgba(255, 37, 37, 0.14);
}

.homeSectionCard,
.profileNavList button,
.infoPanel p {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px;
  text-align: left;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(13, 15, 21, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.homeSectionCard > span,
.infoPanel p > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--red);
  background: rgba(255, 37, 37, 0.095);
  border: 1px solid rgba(255, 37, 37, 0.18);
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.homeSectionCard b,
.profileNavList b,
.infoPanel b {
  display: block;
  color: #f3f4f7;
  font-size: 15px;
  font-weight: 600;
}

.homeSectionCard small,
.profileNavList small,
.infoPanel small {
  display: block;
  margin-top: 4px;
  color: #9da0aa;
  font-size: 12px;
  line-height: 1.35;
}

.profileRatingGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.profileRatingGrid span {
  min-width: 0;
  padding: 12px 8px;
  border-radius: 16px;
  text-align: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.085);
}

.profileRatingGrid b,
.profileRatingGrid small {
  display: block;
}

.profileRatingGrid b {
  color: #f0f1f5;
  font-size: 12px;
  font-weight: 600;
}

.profileRatingGrid small {
  margin-top: 5px;
  color: var(--red);
  font-size: 13px;
  font-weight: 600;
}

.profileNavList {
  display: grid;
  gap: 8px;
}

.profileNavList button {
  grid-template-columns: minmax(0, 1fr) 28px;
  padding: 14px 15px;
}

.profileNavList em {
  justify-self: end;
  color: var(--red);
  font-style: normal;
}

.infoPanel {
  display: grid;
  gap: 9px;
}

.infoPanel p {
  margin: 0;
  grid-template-columns: 58px minmax(0, 1fr);
}

.infoPanel p > span {
  width: 58px;
}

.qrCard {
  width: 154px !important;
  height: 154px !important;
  border-radius: 22px !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(220, 224, 232, 0.95)) !important;
  box-shadow:
    inset 0 0 0 10px #11131a,
    0 18px 44px rgba(0, 0, 0, 0.22) !important;
}

.qrCard img {
  width: 70px !important;
  height: 70px !important;
  filter: brightness(0.04) !important;
}

.sheet {
  width: min(100%, 460px) !important;
  padding: 10px 18px 26px !important;
}

.sheet h2 {
  font-size: 24px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

.sheet header button {
  font-weight: 300 !important;
}

@media (min-width: 901px) {
  .desktopFocusedPage {
    width: min(760px, 100%);
    margin: 22px auto 0;
  }

  .desktopFocusedPage .viewStack,
  .desktopFocusedPage .qrPanel {
    padding: 22px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
      rgba(12, 14, 20, 0.9);
  }

  .desktopHomeSections {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
  }

  .desktopHomeSections .homeSectionCard {
    min-height: 154px;
    grid-template-columns: 1fr;
    align-content: start;
    padding: 16px;
    border-radius: 20px;
  }

  .desktopHomeSections .homeSectionCard > span {
    width: 38px;
    height: 38px;
  }

  .desktopHomeSections .homeSectionCard b {
    font-size: 16px;
  }

  .desktopHomeSections .homeSectionCard small {
    font-size: 13px;
  }

  .desktopTournamentList .gameFilters {
    grid-column: 1 / -1;
    margin-bottom: 4px;
  }

  .desktopFocusedPage .ratingTabs {
    justify-content: center;
  }

  .desktopFocusedPage .profileNavList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .desktopFocusedPage .profileRatingGrid {
    max-width: 520px;
    margin: 0 auto;
  }

  .desktopTopbar {
    min-height: 74px !important;
    padding: 10px 16px !important;
  }

  .desktopBrand img {
    width: 128px !important;
  }

  .desktopBrand span {
    font-size: 8px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  .desktopNav {
    gap: 7px !important;
  }

  .desktopNav button {
    min-height: 46px !important;
    padding: 7px 12px 7px 8px !important;
    border-radius: 14px !important;
  }

  .desktopNav img {
    width: 18px !important;
    height: 18px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    opacity: 0.86;
    background: transparent !important;
    box-shadow: none !important;
  }

  .desktopNav button[data-tab="profile"] img {
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
  }

  .desktopNav span {
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  .ghostButton {
    padding: 0 14px !important;
  }

  .ghostIcon {
    width: 16px !important;
    height: 16px !important;
  }

  .desktopCta {
    width: 142px !important;
  }

  .desktopPassHeader {
    margin-top: 18px !important;
    gap: 16px !important;
  }

  .desktopIdentity,
  .desktopClubId,
  .desktopBeta {
    min-height: 112px !important;
    border-radius: 24px !important;
  }

  .desktopIdentity {
    grid-template-columns: 76px minmax(0, 1fr) !important;
    padding: 16px 20px !important;
  }

  .desktopAvatar {
    width: 76px !important;
    height: 76px !important;
  }

  .desktopIdentity h1 {
    font-size: 34px !important;
  }

  .desktopIdentity p {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }

  .desktopPassLine {
    gap: 8px !important;
    margin-top: 10px !important;
    font-size: 15px !important;
  }

  .desktopPassLine b {
    margin-left: 8px !important;
    font-size: 14px !important;
  }

  .desktopClubId {
    padding: 18px 22px !important;
  }

  .desktopClubId strong {
    margin: 10px 0 8px !important;
    font-size: 27px !important;
  }

  .desktopBeta {
    padding: 19px 22px !important;
  }

  .desktopBeta p {
    font-size: 15px !important;
    line-height: 1.36 !important;
  }

  .desktopMainGrid {
    gap: 16px !important;
  }

  .desktopTicket,
  .desktopTicketInfo,
  .desktopTicketMedia {
    height: 492px !important;
    max-height: 492px !important;
  }

  .desktopTicket {
    border-radius: 26px !important;
  }

  .desktopTicketInfo {
    padding: 30px 36px 26px !important;
  }

  .desktopTicket h2 {
    margin: 14px 0 10px !important;
    font-size: clamp(58px, 4.8vw, 76px) !important;
    line-height: 0.88 !important;
  }

  .desktopTicket .time {
    font-size: 18px !important;
    margin-bottom: 11px !important;
  }

  .desktopTicket .location {
    margin-bottom: 16px !important;
    font-size: 12px !important;
  }

  .desktopTicket .capacity strong {
    font-size: 36px !important;
  }

  .desktopTicket .people span {
    width: 7px !important;
    height: 14px !important;
  }

  .desktopTicketActions .primaryButton,
  .desktopTicketActions .secondaryButton {
    min-height: 42px !important;
  }

  .desktopSideStack {
    gap: 12px !important;
    min-height: 492px !important;
  }

  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopSeat {
    border-radius: 20px !important;
  }

  .desktopRegisterPanel {
    min-height: 164px !important;
    padding: 18px 20px !important;
  }

  .desktopRegisterPanel h2,
  .desktopScheduleCard h2 {
    font-size: 23px !important;
    line-height: 1.02 !important;
  }

  .desktopRegisterPanel p {
    font-size: 13px !important;
  }

  .desktopRegisterActions .primaryButton,
  .desktopRegisterActions .secondaryButton {
    min-height: 40px !important;
  }

  .desktopScheduleCard {
    min-height: 204px !important;
    padding: 17px 17px 15px !important;
  }

  .desktopScheduleCard b {
    font-size: 15px !important;
  }

  .desktopScheduleCard em {
    font-weight: 600 !important;
  }

  .desktopSeat {
    min-height: 78px !important;
    padding: 15px 18px !important;
  }

  .desktopSeat b {
    font-size: 22px !important;
  }

  .desktopStatusGrid {
    gap: 14px !important;
    margin-top: 16px !important;
  }

  .desktopStatusGrid button {
    min-height: 118px !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
  }

  .desktopStatusGrid .statusIcon {
    width: 32px !important;
    height: 32px !important;
  }

  .desktopStatusGrid b {
    font-size: 24px !important;
  }

  .desktopStatusGrid small {
    font-size: 13px !important;
  }

  .desktopClubBand {
    margin-top: 16px !important;
    border-radius: 24px !important;
  }

  .desktopClubStatement,
  .desktopAddress {
    min-height: 82px !important;
    border-radius: 16px !important;
  }

  .desktopSectionTitle h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 900px) {
  .ticket h2 {
    font-size: 34px !important;
    line-height: 0.92 !important;
  }

  .nameRow h1 {
    font-weight: 600 !important;
  }

  .clubId strong,
  .statusCard b,
  .profileHero h2,
  .eventRow h3 {
    font-weight: 600 !important;
    letter-spacing: 0 !important;
  }

  .bottomNav {
    min-height: 88px !important;
  }

  .bottomNav img {
    width: 22px !important;
    height: 22px !important;
    opacity: 0.78;
  }

  .bottomNav button:nth-child(3) {
    width: 60px !important;
    height: 60px !important;
  }

  .bottomNav button:nth-child(3) img {
    width: 25px !important;
    height: 25px !important;
  }

  .bottomNav span {
    font-weight: 500 !important;
    letter-spacing: 0 !important;
  }
}

.desktopNav img,
.bottomNav img,
.statusIcon,
.qrMini,
.passIcon {
  object-fit: contain !important;
}

.desktopNav img,
.bottomNav img,
.statusIcon {
  filter: drop-shadow(0 7px 13px rgba(255, 37, 37, 0.18)) drop-shadow(0 10px 18px rgba(0, 0, 0, 0.34)) !important;
}

.desktopNav button[data-tab="profile"] img,
.bottomNav button[data-tab="profile"] img,
.desktopNav button[data-tab="club"] img,
.desktopNav button[data-tab="rating"] img {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.desktopNav img {
  width: 25px !important;
  height: 25px !important;
  opacity: 0.88 !important;
}

.desktopNav button.active img,
.bottomNav button.active img {
  opacity: 1 !important;
  transform: translateY(-1px) scale(1.04) !important;
}

.bottomNav {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.bottomNav button {
  min-width: 0 !important;
}

.bottomNav img {
  width: 27px !important;
  height: 27px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  opacity: 0.86 !important;
}

.bottomNav button:nth-child(3) img {
  width: 31px !important;
  height: 31px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.bottomNav span {
  letter-spacing: 0 !important;
}

.statusIcon {
  width: 36px !important;
  height: 36px !important;
  opacity: 1 !important;
}

.desktopSeat .statusIcon {
  width: 34px !important;
  height: 34px !important;
}

.qrCard img {
  filter: drop-shadow(0 12px 26px rgba(255, 37, 37, 0.2)) !important;
}

.welcomeOverlay {
  position: fixed;
  z-index: 42;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 10px 10px 0;
  background:
    linear-gradient(180deg, rgba(5, 6, 10, 0.58), rgba(5, 6, 10, 0.92)),
    rgba(5, 6, 10, 0.72);
  backdrop-filter: blur(14px);
}

.welcomeScreen {
  overflow-y: auto;
  display: grid;
  gap: 12px;
  width: min(430px, 100%);
  max-height: calc(100dvh - 14px);
  padding: 10px 14px 15px;
  border-radius: 28px 28px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 37, 37, 0.17), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.072), rgba(255, 255, 255, 0.018)),
    rgba(10, 12, 17, 0.98);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 -24px 90px rgba(0, 0, 0, 0.58),
    0 0 54px rgba(255, 37, 37, 0.12);
  scrollbar-width: none;
}

.welcomeScreen::-webkit-scrollbar {
  display: none;
}

.welcomeHandle {
  justify-self: center;
  width: 44px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.welcomeTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.welcomeBrand img {
  width: 112px;
}

.welcomeBrand span {
  font-size: 8px !important;
}

.welcomeSkip {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #aeb1bc;
  background: rgba(255, 255, 255, 0.035);
  font-size: 11px;
  font-weight: 600;
}

.welcomePass {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 14px;
  align-items: center;
  min-height: 148px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 37, 37, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 37, 37, 0.13), rgba(255, 255, 255, 0.026)),
    rgba(13, 15, 21, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.welcomeKicker {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.welcomePass h2 {
  margin: 0;
  color: #f6f7fa;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
}

.welcomePass span {
  display: block;
  margin-top: 8px;
  color: #b6b9c4;
  font-size: 13px;
  line-height: 1.35;
}

.welcomePass img {
  justify-self: end;
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 12px 26px rgba(255, 37, 37, 0.2));
}

.welcomeStats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.welcomeStats span {
  min-width: 0;
  padding: 13px 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.welcomeStats b,
.welcomeStats small {
  display: block;
}

.welcomeStats b {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.welcomeStats small {
  margin-top: 3px;
  color: #999da8;
  font-size: 10px;
  line-height: 1.25;
}

.welcomeTiles {
  display: grid;
  gap: 8px;
}

.welcomeTiles button {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  width: 100%;
  padding: 12px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(13, 15, 21, 0.78);
}

.welcomeTiles button > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--red);
  background: rgba(255, 37, 37, 0.1);
  border: 1px solid rgba(255, 37, 37, 0.18);
  font-size: 11px;
  font-weight: 700;
}

.welcomeTiles b,
.welcomeTiles small {
  display: block;
}

.welcomeTiles b {
  color: #f4f5f8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.18;
}

.welcomeTiles small {
  margin-top: 3px;
  color: #a5a8b2;
  font-size: 12px;
  line-height: 1.28;
}

.welcomeActions {
  position: sticky;
  bottom: -15px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.7fr;
  gap: 8px;
  margin-top: 4px;
  padding: 8px 0 0;
  background: linear-gradient(180deg, rgba(10, 12, 17, 0), rgba(10, 12, 17, 0.98) 28%);
}

.welcomeActions .secondaryButton {
  margin-top: 0;
}

.statusGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.lekhaStatusCard {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-color: rgba(255, 37, 37, 0.2) !important;
  background:
    radial-gradient(circle at 28% 15%, rgba(255, 37, 37, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.014)),
    rgba(11, 13, 18, 0.9) !important;
}

.lekhaStatusCard::before {
  content: "";
  position: absolute;
  inset: -35% auto auto -18%;
  z-index: -1;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  background: rgba(255, 37, 37, 0.18);
  filter: blur(26px);
}

.statusCard .lekhaGhostIcon,
.desktopStatusGrid .lekhaGhostIcon {
  position: relative;
  display: grid !important;
  place-items: center;
  overflow: hidden;
  width: 36px;
  height: 36px;
  margin-bottom: 13px;
  border-radius: 14px;
  border: 1px solid rgba(255, 37, 37, 0.28);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 10px 24px rgba(255, 37, 37, 0.12);
  color: transparent !important;
  font-size: 0 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.lekhaGhostIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.62;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.08);
}

.lekhaGhostIcon::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent 35%, rgba(255, 37, 37, 0.2)),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0 1px, transparent 1px 5px);
}

.lekhaStatusCard b {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.12 !important;
  overflow-wrap: anywhere;
}

.lekhaStatusCard small {
  color: #aeb1bc !important;
}

.desktopStatusGrid .lekhaStatusCard b {
  font-size: 19px !important;
}

.desktopStatusGrid .lekhaGhostIcon {
  grid-row: 1 / span 3;
  width: 38px;
  height: 38px;
  margin: 0;
}

.lekhaPanel {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.lekhaHero {
  position: relative;
  overflow: hidden;
  width: min(100%, 286px);
  aspect-ratio: 1;
  border-radius: 28px;
  border: 1px solid rgba(255, 37, 37, 0.28);
  background: #090b10;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.4),
    0 0 42px rgba(255, 37, 37, 0.12);
}

.lekhaHero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(0.88) contrast(1.07);
  transform: scale(1.04);
}

.lekhaHero::before,
.lekhaHero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.lekhaHero::before {
  background:
    radial-gradient(circle at 50% 38%, transparent 0 35%, rgba(5, 6, 10, 0.1) 48%, rgba(5, 6, 10, 0.62) 100%),
    repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 6px);
}

.lekhaHero::after {
  border: 1px solid rgba(255, 37, 37, 0.32);
  border-radius: 28px;
  box-shadow: inset 0 0 38px rgba(255, 37, 37, 0.16);
}

.lekhaHero span {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(255, 37, 37, 0.95), transparent);
  box-shadow: 0 0 22px rgba(255, 37, 37, 0.72);
  animation: lekhaScan 3.4s ease-in-out infinite;
}

.lekhaCode {
  margin: 2px 0 0;
  color: var(--red);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.lekhaPanel h3 {
  margin: 0;
  color: #f4f5f8;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.lekhaPanel > p:not(.lekhaCode) {
  max-width: 350px;
  margin: 0;
  color: #b9bcc6;
  font-size: 14px;
  line-height: 1.45;
}

.lekhaRules {
  display: grid;
  gap: 8px;
  width: 100%;
}

.lekhaRules p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin: 0;
  padding: 12px;
  text-align: left;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
    rgba(13, 15, 21, 0.78);
}

.lekhaRules span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--red);
  background: rgba(255, 37, 37, 0.1);
  border: 1px solid rgba(255, 37, 37, 0.18);
  font-size: 11px;
  font-weight: 700;
}

.lekhaRules b,
.lekhaRules small {
  display: block;
}

.lekhaRules b {
  color: #f4f5f8;
  font-size: 14px;
  font-weight: 600;
}

.lekhaRules small {
  margin-top: 3px;
  color: #a5a8b2;
  font-size: 12px;
  line-height: 1.3;
}

.lekhaProgress {
  width: 100%;
  padding: 13px;
  border-radius: 16px;
  border: 1px solid rgba(255, 37, 37, 0.18);
  background: rgba(255, 37, 37, 0.07);
}

.lekhaProgress div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 9px;
}

.lekhaProgress span {
  color: #a5a8b2;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.lekhaProgress b {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.lekhaProgress i {
  display: block;
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.lekhaProgress em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff2525, #ff6969);
  box-shadow: 0 0 18px rgba(255, 37, 37, 0.38);
}

.lekhaMetrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
  margin: 2px 0 4px;
}

.lekhaMetrics span {
  min-width: 0;
  padding: 12px 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.04);
}

.lekhaMetrics b,
.lekhaMetrics small {
  display: block;
}

.lekhaMetrics b {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}

.lekhaMetrics small {
  margin-top: 3px;
  color: #979aa5;
  font-size: 10px;
}

.lekhaActions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0.82fr;
  gap: 8px;
  width: 100%;
}

.lekhaActions .secondaryButton {
  margin-top: 0;
}

@media (max-width: 420px) {
  .welcomeOverlay {
    align-items: flex-end;
    padding: 8px 8px 0;
  }

  .welcomeScreen {
    min-height: 0;
    max-height: calc(100dvh - 8px);
    padding: 9px 12px 14px;
    border-radius: 26px 26px 0 0;
  }

  .welcomeTop {
    gap: 8px;
  }

  .welcomeBrand img {
    width: 104px;
  }

  .welcomeSkip {
    min-height: 32px;
    padding: 0 10px;
    font-size: 10px;
  }

  .welcomePass {
    grid-template-columns: minmax(0, 1fr) 60px;
    min-height: 124px;
    padding: 15px;
    border-radius: 20px;
  }

  .welcomePass h2 {
    font-size: 34px;
  }

  .welcomePass span {
    font-size: 12px;
  }

  .welcomePass img {
    width: 60px;
    height: 60px;
  }

  .welcomeStats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .welcomeStats span {
    padding: 10px 7px;
  }

  .welcomeStats b {
    font-size: 18px;
  }

  .welcomeStats small {
    font-size: 9px;
  }

  .welcomeTiles button {
    padding: 11px;
  }

  .welcomeActions {
    grid-template-columns: minmax(0, 1fr) 0.68fr;
  }

  .welcomeActions .primaryButton,
  .welcomeActions .secondaryButton {
    min-height: 44px !important;
  }

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

@keyframes lekhaScan {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.15;
  }

  45%,
  55% {
    transform: translateY(210px);
    opacity: 1;
  }
}

@media (min-width: 901px) {
  .desktopStatusGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.roundButton {
  overflow: visible !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 37, 37, 0.24) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 37, 37, 0.22), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(12, 14, 20, 0.94) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 14px 34px rgba(0, 0, 0, 0.36),
    0 0 28px rgba(255, 37, 37, 0.08) !important;
}

.roundButton .roundIcon {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 7px 12px rgba(255, 37, 37, 0.2)) !important;
}

.roundButton .signal {
  top: 5px !important;
  right: 5px !important;
  width: 9px !important;
  height: 9px !important;
  border: 2px solid #11131a !important;
  background: #ff2525 !important;
  box-shadow: 0 0 0 4px rgba(255, 37, 37, 0.12), 0 0 12px rgba(255, 37, 37, 0.55) !important;
}

.nameRow {
  align-items: center !important;
  gap: 8px !important;
}

.nameRow .telegramIcon {
  flex: 0 0 auto;
  width: 24px !important;
  height: 24px !important;
  padding: 3px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 37, 37, 0.26) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.02)),
    rgba(8, 10, 15, 0.84) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 8px 18px rgba(0, 0, 0, 0.28),
    0 0 18px rgba(42, 171, 238, 0.16) !important;
  object-fit: contain !important;
  transform: translateY(1px);
}

.desktopIdentity .nameRow .telegramIcon {
  width: 26px !important;
  height: 26px !important;
}

.homeSectionCard {
  grid-template-columns: 56px minmax(0, 1fr) !important;
  gap: 13px !important;
  position: relative;
  overflow: hidden;
}

.homeSectionCard::after {
  content: "";
  position: absolute;
  inset: auto -34px -46px auto;
  width: 120px;
  height: 120px;
  border-radius: 999px;
  background: rgba(255, 37, 37, 0.08);
  filter: blur(20px);
  pointer-events: none;
}

.homeSectionCard > .homeBadge {
  position: relative;
  display: grid;
  place-items: center;
  width: 52px !important;
  height: 52px !important;
  border-radius: 17px !important;
  border: 1px solid rgba(255, 37, 37, 0.24) !important;
  background:
    radial-gradient(circle at 32% 20%, rgba(255, 37, 37, 0.18), transparent 45%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(10, 12, 18, 0.94) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 28px rgba(0, 0, 0, 0.22);
}

.homeBadgeIcon {
  width: 31px !important;
  height: 31px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 7px 13px rgba(255, 37, 37, 0.18)) !important;
}

.homeBadge em {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  padding: 0 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: linear-gradient(180deg, #ff3131, #b90812);
  box-shadow: 0 8px 18px rgba(255, 37, 37, 0.22);
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.desktopHomeSections .homeSectionCard {
  grid-template-columns: 1fr !important;
}

.desktopHomeSections .homeSectionCard > .homeBadge {
  width: 54px !important;
  height: 54px !important;
}

.actionList {
  display: grid !important;
  gap: 9px !important;
  padding: 22px 18px 24px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.024)),
    rgba(10, 12, 17, 0.62) !important;
}

.actionList button,
.actionList a {
  gap: 13px !important;
  min-height: 68px !important;
  padding: 11px 12px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.016)),
    rgba(13, 15, 21, 0.78) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
}

.listIcon,
.desktopAddress .listIcon {
  flex: 0 0 auto;
  width: 44px !important;
  height: 44px !important;
  padding: 6px !important;
  border-radius: 15px !important;
  border: 1px solid rgba(255, 37, 37, 0.22) !important;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 37, 37, 0.17), transparent 48%),
    rgba(255, 255, 255, 0.035) !important;
  object-fit: contain !important;
  filter: drop-shadow(0 8px 15px rgba(255, 37, 37, 0.14)) !important;
}

.actionList b {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.actionList small {
  margin-top: 3px !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
}

@media (max-width: 420px) {
  .roundButton {
    width: 38px !important;
    height: 38px !important;
    border-radius: 14px !important;
  }

  .roundButton .roundIcon {
    width: 23px !important;
    height: 23px !important;
  }

  .nameRow .telegramIcon {
    width: 22px !important;
    height: 22px !important;
    padding: 3px !important;
  }

  .homeSectionCard {
    grid-template-columns: 52px minmax(0, 1fr) !important;
    padding: 13px !important;
  }

  .homeSectionCard > .homeBadge {
    width: 48px !important;
    height: 48px !important;
  }

  .homeBadgeIcon {
    width: 29px !important;
    height: 29px !important;
  }

  .actionList {
    padding: 18px 14px 22px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
