:root {
  color-scheme: dark;
  --bg: #05060a;
  --panel: rgba(16, 18, 25, 0.86);
  --panel-solid: #101219;
  --line: rgba(255, 255, 255, 0.13);
  --line-soft: rgba(255, 255, 255, 0.075);
  --text: #f6f6f8;
  --muted: #9698a3;
  --dim: #666a74;
  --red: #ff2525;
  --red-2: #cf0710;
  --blue: #2fa8ff;
  font-family: "Montserrat", "Inter", "Segoe UI", Arial, sans-serif;
}

@media (min-width: 901px) {
  .desktopApp {
    width: min(1440px, calc(100% - 48px));
    padding: 20px 0 56px;
  }

  .desktopTopbar {
    top: 14px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 82px;
    padding: 12px 18px;
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
      rgba(10, 12, 17, 0.92);
    border-color: rgba(255, 255, 255, 0.13);
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
  }

  .desktopBrand img {
    width: 138px;
  }

  .desktopBrand span {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 0.53em;
  }

  .desktopNav {
    gap: 8px;
  }

  .desktopNav button {
    min-height: 54px;
    padding: 8px 14px 8px 9px;
    border-radius: 17px;
    color: #d4d5dd;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(17, 19, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .desktopNav button.active {
    color: #fff;
    background:
      linear-gradient(180deg, rgba(255, 37, 37, 0.22), rgba(255, 37, 37, 0.08)),
      rgba(18, 20, 27, 0.96);
    border-color: rgba(255, 37, 37, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 16px 32px rgba(255, 37, 37, 0.11);
  }

  .desktopNav img {
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 10px;
    object-fit: contain;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      #0c0e14;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .desktopNav button.active img {
    background:
      linear-gradient(180deg, rgba(255, 37, 37, 0.2), rgba(255, 37, 37, 0.04)),
      #0d0f15;
    border-color: rgba(255, 37, 37, 0.36);
  }

  .desktopNav span,
  .ghostButton {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.055em;
  }

  .desktopTopActions {
    gap: 10px;
  }

  .ghostButton {
    width: auto;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    color: #f0f1f5;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      rgba(16, 18, 25, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ghostIcon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .desktopCta {
    width: 156px;
    min-height: 52px;
    border-radius: 16px;
  }

  .desktopPassHeader,
  .desktopMainGrid,
  .desktopStatusGrid,
  .desktopClubBand,
  .desktopTournamentList {
    position: relative;
    z-index: 1;
  }

  .desktopPassHeader {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px 360px;
    gap: 18px;
    align-items: stretch;
    margin: 22px 0 18px;
  }

  .desktopIdentity,
  .desktopBeta,
  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopStatusGrid button {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
      0 22px 68px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .desktopIdentity {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 126px;
    padding: 18px 22px;
    border-radius: 28px;
  }

  .desktopAvatar {
    width: 86px;
    height: 86px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    background: #07080d;
    border: 2px solid var(--red);
    box-shadow:
      0 0 0 5px rgba(255, 37, 37, 0.08),
      0 18px 40px rgba(0, 0, 0, 0.36);
  }

  .desktopAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktopIdentity h1 {
    margin: 0;
    font-size: 40px;
    letter-spacing: -0.025em;
    line-height: 0.96;
  }

  .desktopIdentity p {
    margin: 7px 0 0;
    color: #9b9da7;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .desktopPassLine {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    color: #d8dae2;
    font-size: 17px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .desktopPassLine b {
    margin-left: 12px;
    color: var(--red);
    font-size: 16px;
    text-transform: none;
  }

  .desktopClubId {
    min-height: 126px;
    padding: 21px 24px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border-color: rgba(255, 255, 255, 0.13);
  }

  .desktopClubId span,
  .desktopBeta span,
  .desktopRegisterPanel span,
  .desktopScheduleCard span,
  .desktopSeat span,
  .desktopStatusGrid span,
  .desktopSectionTitle span {
    color: #a5a7b2;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .desktopClubId strong {
    margin: 12px 0 10px;
    font-size: 31px;
    letter-spacing: -0.025em;
  }

  .desktopClubId small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--red);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.05em;
  }

  .desktopBeta {
    min-height: 126px;
    padding: 22px 24px;
    border-radius: 28px;
  }

  .desktopBeta span,
  .desktopRegisterPanel span,
  .desktopScheduleCard span,
  .desktopSectionTitle span {
    color: var(--red);
  }

  .desktopBeta p {
    max-width: 300px;
    margin: 13px 0 0;
    color: #d9dbe2;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
  }

  .desktopMainGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
  }

  .desktopTicket {
    position: relative;
    grid-area: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
    min-height: 514px;
    overflow: hidden;
    border-radius: 30px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
      #0d0f15;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
      0 34px 90px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.11);
  }

  .desktopTicketInfo {
    position: relative;
    z-index: 2;
    padding: 38px 40px 32px;
    background:
      linear-gradient(90deg, rgba(13, 15, 21, 0.99), rgba(16, 18, 24, 0.95)),
      repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  }

  .desktopTicketInfo::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #05060a;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopTicketInfo::after {
    z-index: 3;
    right: -1px;
    width: 2px;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0 9px, transparent 9px 18px);
    opacity: 0.48;
  }

  .desktopTicket h2 {
    margin: 18px 0 13px;
    max-width: 460px;
    font-size: clamp(76px, 6.2vw, 102px);
    line-height: 0.84;
    letter-spacing: 0.005em;
  }

  .desktopTicket .time {
    margin-bottom: 14px;
    color: #9b9da7;
    font-size: 22px;
    font-weight: 900;
  }

  .desktopTicket .location {
    min-height: auto;
    margin-bottom: 22px;
    color: #c3c5cd;
    font-size: 13px;
    font-weight: 850;
  }

  .desktopTicketMeta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 0 0 20px;
  }

  .desktopTicketMeta span {
    padding: 13px 14px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(18, 20, 27, 0.8);
    border-color: rgba(255, 255, 255, 0.09);
  }

  .desktopTicketMeta b {
    font-size: 20px;
    line-height: 1;
  }

  .desktopTicketMeta small {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .desktopTicket .capacity strong {
    font-size: 38px;
  }

  .desktopTicket .progress {
    height: 6px;
  }

  .desktopTicket .people span {
    width: 8px;
    height: 16px;
  }

  .desktopTicketActions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 0;
  }

  .desktopTicketActions .primaryButton,
  .desktopTicketActions .secondaryButton {
    min-height: 50px;
    border-radius: 13px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .desktopTicketMedia {
    position: relative;
    min-height: 514px;
  }

  .desktopTicketMedia::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 78px;
    background:
      linear-gradient(90deg, rgba(10, 12, 17, 0.12), rgba(10, 12, 17, 0.88)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 9px);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .desktopTicketMedia::after {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 30%, rgba(0, 0, 0, 0.18)),
      linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, 0.32));
  }

  .desktopTicketMedia .mediaPhoto {
    filter: saturate(0.96) contrast(1.08) brightness(0.88);
  }

  .desktopTicketMedia .barcode {
    z-index: 4;
    right: 22px;
    width: 34px;
    height: 232px;
    opacity: 0.74;
  }

  .desktopStamp {
    z-index: 3;
    right: 104px;
    bottom: 24px;
    width: 118px;
    height: 118px;
    opacity: 0.5;
  }

  .desktopSideStack {
    display: grid;
    gap: 14px;
    min-height: 514px;
  }

  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopSeat {
    border-radius: 24px;
  }

  .desktopRegisterPanel {
    min-height: 178px;
    padding: 20px 22px;
  }

  .desktopRegisterPanel h2,
  .desktopScheduleCard h2 {
    margin: 9px 0;
    font-size: 27px;
    line-height: 0.98;
    letter-spacing: -0.02em;
  }

  .desktopRegisterPanel p {
    margin: 0 0 14px;
    color: #afb2bd;
    font-size: 14px;
    line-height: 1.42;
  }

  .desktopRegisterActions {
    display: grid;
    grid-template-columns: 1fr 0.74fr;
    gap: 9px;
  }

  .desktopRegisterActions .primaryButton,
  .desktopRegisterActions .secondaryButton {
    min-height: 48px;
    margin: 0;
    border-radius: 13px;
    font-size: 10px;
  }

  .desktopScheduleCard {
    min-height: 218px;
    padding: 19px 18px 17px;
  }

  .desktopScheduleCard button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 10px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .desktopScheduleCard b {
    font-size: 16px;
    line-height: 1;
  }

  .desktopScheduleCard small {
    color: #9b9da7;
  }

  .desktopScheduleCard em {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    color: var(--red);
    font-style: normal;
    font-weight: 950;
  }

  .desktopSeat {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 13px;
    align-items: center;
    min-height: 90px;
    padding: 18px 20px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopSeat .statusIcon {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
  }

  .desktopSeat b {
    margin: 0;
    font-size: 25px;
    line-height: 1;
  }

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

  .desktopStatusGrid button {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 7px 15px;
    align-items: center;
    min-height: 142px;
    padding: 22px 24px;
    text-align: left;
    border-radius: 24px;
  }

  .desktopStatusGrid button::after {
    content: "›";
    grid-column: 3;
    grid-row: 1 / span 3;
    align-self: center;
    color: #7b7e88;
    font-size: 42px;
    line-height: 1;
  }

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

  .desktopStatusGrid b {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
  }

  .desktopStatusGrid small {
    display: block;
    color: #9b9da7;
    font-size: 14px;
  }

  .desktopClubBand {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(11, 13, 19, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.11);
  }

  .desktopClubStatement,
  .desktopAddress {
    min-height: 92px;
    border-radius: 19px;
  }

  .desktopSectionTitle {
    margin: 26px 0 14px;
  }

  .desktopSectionTitle h2 {
    margin-top: 8px;
    font-size: 36px;
    line-height: 1;
  }

  .desktopTournamentList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .desktopEvent {
    min-height: 170px;
    padding: 18px;
    border-radius: 21px;
  }

  .desktopEvent h3 {
    font-size: 27px;
  }

  .desktopEvent button {
    min-height: 44px;
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .desktopApp {
    width: min(100% - 32px, 1120px);
  }

  .desktopTopbar {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .desktopTopActions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .desktopPassHeader {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .desktopBeta {
    grid-column: 1 / -1;
    min-height: auto;
  }

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

  .desktopSideStack {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px;
    min-height: auto;
  }

  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopSeat {
    min-height: 178px;
  }

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

/* Final desktop pass polish: keep this after all earlier desktop overrides. */
@media (min-width: 901px) {
  .desktopTicketMeta {
    display: none !important;
  }

  .desktopTicket,
  .desktopTicketInfo,
  .desktopTicketMedia {
    height: 514px !important;
    min-height: 0 !important;
    max-height: 514px !important;
  }

  .desktopTicketInfo {
    padding: 32px 38px 28px !important;
  }

  .desktopTicket h2 {
    font-size: clamp(68px, 5.4vw, 88px) !important;
  }

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

  .desktopTicket,
  .desktopTicketInfo,
  .desktopTicketMedia {
    height: 514px;
    min-height: 0;
    max-height: 514px;
  }

  .desktopTicket {
    isolation: isolate;
  }

  .desktopTicket::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: calc(49% - 18px);
    bottom: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #05060a;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopTicketInfo {
    padding: 32px 38px 28px;
  }

  .desktopTicket h2 {
    margin: 16px 0 12px;
    font-size: clamp(68px, 5.4vw, 88px);
  }

  .desktopTicket .time {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .desktopTicket .location {
    margin-bottom: 18px;
  }

  .desktopTicketMeta {
    display: none;
  }

  .desktopTicket .capacity strong {
    font-size: 42px;
  }

  .desktopTicket .people {
    margin-bottom: 10px;
  }

  .desktopTicketActions .primaryButton,
  .desktopTicketActions .secondaryButton {
    min-height: 47px;
  }

  .desktopTicketMedia {
    overflow: hidden;
  }

  .desktopTicketMedia .mediaPhoto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktopNav button[data-tab="profile"] img,
  .bottomNav button[data-tab="profile"] img {
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
    border-color: rgba(255, 37, 37, 0.45);
  }

  .desktopNav button[data-tab="club"] img,
  .desktopNav button[data-tab="rating"] img {
    padding: 4px;
  }
}

@media (min-width: 901px) {
  .desktopTicket,
  .desktopTicketInfo,
  .desktopTicketMedia {
    height: 514px;
    min-height: 0;
    max-height: 514px;
  }

  .desktopTicket {
    isolation: isolate;
  }

  .desktopTicket::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: calc(49% - 18px);
    bottom: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #05060a;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopTicketInfo {
    padding: 34px 38px 30px;
  }

  .desktopTicket h2 {
    margin: 17px 0 12px;
    font-size: clamp(70px, 5.55vw, 92px);
  }

  .desktopTicket .time {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .desktopTicket .location {
    margin-bottom: 20px;
  }

  .desktopTicketMeta {
    display: none;
  }

  .desktopTicket .capacity strong {
    font-size: 42px;
  }

  .desktopTicketActions .primaryButton,
  .desktopTicketActions .secondaryButton {
    min-height: 48px;
  }

  .desktopTicketMedia {
    overflow: hidden;
  }

  .desktopTicketMedia .mediaPhoto {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktopNav button[data-tab="profile"] img,
  .bottomNav button[data-tab="profile"] img {
    padding: 0;
    border-radius: 50%;
    object-fit: cover;
    border-color: rgba(255, 37, 37, 0.45);
  }

  .desktopNav button[data-tab="club"] img,
  .desktopNav button[data-tab="rating"] img {
    padding: 4px;
  }
}

* {
  box-sizing: border-box;
}

html,
body,
#root {
  min-height: 100%;
}

html,
body {
  scrollbar-width: none;
}

body::-webkit-scrollbar,
.sheet::-webkit-scrollbar {
  display: none;
}

body {
  margin: 0;
  min-height: 100vh;
  overscroll-behavior: none;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 5%, rgba(255, 37, 37, 0.14), transparent 24%),
    radial-gradient(circle at 78% 0%, rgba(255, 255, 255, 0.055), transparent 29%),
    #05060a;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

button {
  border: 0;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button:disabled {
  cursor: progress;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--red) 74%, white 10%);
  outline-offset: 3px;
}

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

.appShell {
  position: relative;
  min-height: 100vh;
}

.mobileApp {
  position: relative;
  width: min(100%, 430px);
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  padding: 21px 12px 122px;
  background:
    linear-gradient(180deg, rgba(255, 37, 37, 0.045), transparent 27%),
    radial-gradient(circle at 82% 7%, rgba(255, 37, 37, 0.13), transparent 23%),
    #07090e;
}

.mobileApp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 28%),
    repeating-linear-gradient(145deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 8px);
  opacity: 0.65;
}

.topbar,
.member,
.ticket,
.statusGrid,
.clubStatement,
.actionList,
.viewStack {
  position: relative;
  z-index: 1;
}

.topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 13px 17px;
}

.brandLockup img {
  display: block;
  width: 109px;
  height: auto;
  border-radius: 2px;
  object-fit: contain;
}

.brandLockup span {
  display: block;
  margin-top: 6px;
  color: #8c8e99;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.49em;
  line-height: 1;
  text-transform: uppercase;
}

.topActions {
  display: flex;
  gap: 10px;
}

.roundButton,
.avatarButton {
  position: relative;
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    0 18px 34px rgba(0, 0, 0, 0.28);
}

.roundIcon {
  width: 27px;
  height: 27px;
  object-fit: contain;
}

.avatarButton {
  overflow: hidden;
  border-color: var(--red);
}

.avatarButton img,
.memberAvatar img,
.profileHero img,
.desktopMember > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.signal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  box-shadow: 0 0 0 3px rgba(255, 37, 37, 0.12);
}

.member {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 132px;
  gap: 10px;
  align-items: center;
  padding: 0 13px 16px;
}

.memberAvatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  background: #0b0d12;
  border: 2px solid var(--red);
  box-shadow: 0 0 0 4px rgba(255, 37, 37, 0.08), 0 16px 34px rgba(0, 0, 0, 0.35);
}

.memberInfo {
  min-width: 0;
}

.nameRow {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.nameRow h1 {
  margin: 0;
  overflow: hidden;
  color: #f9f9fb;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.telegramIcon {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.memberInfo p {
  margin: 7px 0 0;
  color: #999ba6;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.passLine {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  min-width: 0;
}

.passIcon {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.passLine span {
  color: #bfc0c8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.passLine b {
  margin-left: auto;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.clubId {
  display: grid;
  gap: 5px;
  min-width: 0;
  min-height: 65px;
  padding: 12px 13px;
  text-align: left;
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(13, 15, 21, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.clubId span,
.clubId small {
  color: #8c8f9b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.clubId strong {
  overflow: hidden;
  color: #f4f4f6;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.clubId small {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qrMini {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.ticket {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(128px, 0.94fr);
  min-height: 284px;
  margin: 16px 12px 16px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: rgba(15, 17, 23, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 70px rgba(0, 0, 0, 0.34);
}

.ticketContent {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 18px 15px 15px;
  background:
    linear-gradient(90deg, rgba(14, 16, 22, 0.98), rgba(14, 16, 22, 0.86)),
    repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 7px);
}

.ticketContent::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0 7px, transparent 7px 14px);
  opacity: 0.52;
}

.eyebrow {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
}

.ticket h2 {
  margin: 10px 0 8px;
  color: #fff;
  font-family: Impact, "Arial Black", "Arial Narrow", sans-serif;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 0.9;
  text-transform: uppercase;
}

.time {
  margin: 0 0 10px;
  color: #9b9ca7;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}

.time span {
  color: #737681;
  margin: 0 4px;
}

.location {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-height: 30px;
  margin: 0;
  color: #a8abb5;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.35;
}

.pinIcon {
  width: 16px;
  height: 17px;
  margin-top: -1px;
  object-fit: contain;
}

.divider {
  height: 1px;
  margin: 10px 0 11px;
  background: rgba(255, 255, 255, 0.13);
}

.capacity {
  margin-top: auto;
}

.capacity > span {
  display: block;
  color: #9b9da8;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.capacity strong {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1;
}

.capacity strong b {
  color: var(--red);
}

.progress {
  width: 100%;
  height: 5px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--red), #ff5555);
}

.people {
  display: flex;
  gap: 5px;
  margin: 9px 0 12px;
}

.people span {
  width: 7px;
  height: 14px;
  border-radius: 999px 999px 3px 3px;
  background: #595d66;
}

.people span.filled {
  background: var(--red);
}

.primaryButton,
.secondaryButton,
.dangerButton {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.07em;
}

.primaryButton {
  background: linear-gradient(180deg, #ff3030 0%, #f0181f 58%, #d90c13 100%);
  box-shadow: 0 13px 28px rgba(255, 37, 37, 0.26);
}

.primaryButton.confirmed {
  background: linear-gradient(180deg, #252934, #151821);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.secondaryButton {
  margin-top: 10px;
  color: #e0e1e6;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(255, 255, 255, 0.19);
}

.ticket .primaryButton {
  min-height: 42px;
  font-size: 10px;
  letter-spacing: 0.045em;
}

.ticket .secondaryButton {
  min-height: 38px;
  font-size: 9px;
  letter-spacing: 0.075em;
}

.dangerButton {
  color: #ffb3b3;
  background: rgba(255, 37, 37, 0.1);
  border: 1px solid rgba(255, 37, 37, 0.3);
}

.ticketMedia {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #0d0e13;
}

.mediaPhoto {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.98) contrast(1.05);
}

.ticketMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 31%, rgba(0, 0, 0, 0.14)),
    linear-gradient(180deg, transparent 62%, rgba(0, 0, 0, 0.22));
}

.barcode {
  position: absolute;
  z-index: 1;
  right: 14px;
  top: 50%;
  width: 23px;
  height: 128px;
  object-fit: cover;
  transform: translateY(-50%);
  opacity: 0.8;
}

.statusGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin: 0 13px 16px;
}

.statusCard {
  min-width: 0;
  min-height: 119px;
  padding: 14px 12px;
  text-align: left;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(11, 13, 18, 0.82);
  border: 1px solid var(--line-soft);
}

.statusIcon {
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
  object-fit: contain;
}

.statusCard span,
.statusCard small {
  display: block;
  overflow-wrap: anywhere;
  color: #999ca6;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.07em;
  line-height: 1.25;
  text-transform: uppercase;
}

.statusCard b {
  display: block;
  margin: 9px 0 5px;
  color: #f5f5f7;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.12;
}

.statusCard small {
  color: #7c808a;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.clubStatement {
  display: grid;
  grid-template-columns: 58px 1px 1fr;
  gap: 14px;
  align-items: center;
  width: calc(100% - 26px);
  margin: 0 13px 17px;
  padding: 13px;
  text-align: left;
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(12, 14, 20, 0.82);
  border: 1px solid var(--line-soft);
}

.clubStatement img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}

.clubStatement > span {
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.11);
}

.clubStatement b {
  display: block;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.clubStatement p {
  margin: 6px 0;
  color: #9395a0;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.clubStatement strong {
  color: var(--red);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.actionList {
  width: calc(100% + 24px);
  margin: 0 -12px;
  padding: 28px 24px 26px;
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.028));
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.actionList button,
.actionList a {
  display: flex;
  align-items: center;
  gap: 17px;
  width: 100%;
  min-height: 72px;
  padding: 0;
  text-align: left;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.listIcon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

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

.actionList b {
  color: #f0f1f4;
  font-size: 17px;
  font-weight: 650;
}

.actionList small {
  margin-top: 5px;
  color: #8c909b;
  font-size: 13px;
}

.bottomNav {
  position: fixed;
  z-index: 12;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 430px);
  min-height: 94px;
  padding: 11px 16px 16px;
  transform: translateX(-50%);
  border-radius: 28px 28px 0 0;
  background: rgba(9, 10, 15, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 -26px 70px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.bottomNav button {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 5px;
  min-width: 0;
  padding: 0;
  color: #7c7f8a;
  background: transparent;
}

.bottomNav img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.7;
  transition: transform 160ms ease, opacity 160ms ease;
}

.bottomNav button:nth-child(3) img {
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.17);
  opacity: 0.95;
}

.bottomNav button.active {
  color: var(--red);
}

.bottomNav button.active img {
  opacity: 1;
  transform: translateY(-1px);
}

.bottomNav span {
  overflow: hidden;
  width: 100%;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.viewStack {
  display: grid;
  gap: 12px;
  min-height: 530px;
  padding: 6px 13px 26px;
}

.sectionHeader {
  padding: 9px 0 4px;
}

.sectionHeader span,
.desktopHeader span,
.desktopSectionTitle span {
  color: var(--red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sectionHeader h2 {
  margin: 7px 0 0;
  font-size: 28px;
  line-height: 1;
}

.eventRow,
.ratingRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 15px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-soft);
}

.eventRow span {
  color: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eventRow h3 {
  margin: 5px 0;
  font-size: 20px;
}

.eventRow p,
.eventRow small,
.ratingRow small {
  margin: 0;
  color: var(--muted);
}

.eventRow button {
  flex: 0 0 auto;
  border-radius: 12px;
  padding: 12px 13px;
  background: var(--red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.centerView {
  align-content: center;
}

.ratingRow span {
  color: var(--red);
  font-weight: 950;
}

.ratingRow b {
  margin-right: auto;
}

.profileHero {
  display: grid;
  justify-items: center;
  padding: 18px 0 8px;
}

.profileHero img {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  border: 2px solid var(--red);
  box-shadow: 0 0 0 6px rgba(255, 37, 37, 0.08);
}

.profileHero h2 {
  margin: 18px 0 4px;
  font-size: 32px;
}

.profileHero p {
  margin: 0;
  color: var(--muted);
}

.profileStats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.profileStats span {
  padding: 17px 10px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line-soft);
}

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

.profileStats small {
  margin-top: 4px;
  color: var(--muted);
  text-transform: uppercase;
}

.desktopApp {
  display: none;
}

.sheetBackdrop {
  position: fixed;
  z-index: 30;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.64);
  backdrop-filter: blur(6px);
}

.sheet {
  width: min(100%, 520px);
  max-height: 82vh;
  overflow-y: auto;
  padding: 10px 18px 28px;
  border-radius: 28px 28px 0 0;
  background: rgba(17, 18, 25, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 -30px 80px rgba(0, 0, 0, 0.55);
}

.sheetHandle {
  width: 72px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #686c78;
}

.sheet header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.sheet h2 {
  margin: 0;
  font-size: 28px;
}

.sheet header button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  font-size: 24px;
  line-height: 1;
}

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

.qrCard {
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, #f5f6f8, #dfe2e7);
  box-shadow: inset 0 0 0 12px #101219;
}

.qrCard img {
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: brightness(0.05);
}

.qrPanel h3 {
  margin: 8px 0 0;
  font-size: 24px;
}

.qrPanel p,
.sheetText p,
.seatPanel p,
.detailsPanel p {
  color: var(--muted);
  line-height: 1.55;
}

.seatNumbers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.seatNumbers span {
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line-soft);
}

.seatNumbers small {
  display: block;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.seatNumbers b {
  display: block;
  margin-top: 8px;
  font-size: 46px;
}

.detailsPanel img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
}

.rulesPanel {
  display: grid;
  gap: 10px;
}

.rulesPanel p {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  margin: 0;
  color: #d9dbe1;
  line-height: 1.45;
}

.rulesPanel span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--red);
  background: rgba(255, 37, 37, 0.15);
  font-weight: 950;
}

.linkButton {
  display: grid;
  place-items: center;
}

.toast {
  position: fixed;
  z-index: 40;
  top: 22px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 9px;
  width: min(370px, calc(100vw - 36px));
  padding: 12px 14px;
  border-radius: 16px;
  transform: translateX(-50%);
  background: rgba(18, 21, 28, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 16px 46px rgba(0, 0, 0, 0.34);
}

.toastIcon {
  width: 22px;
  height: 22px;
}

@media (min-width: 901px) {
  .mobileApp {
    display: none;
  }

  .desktopApp {
    display: block;
    width: min(1540px, calc(100% - 48px));
    min-height: 100vh;
    margin: 0 auto;
    padding: 24px 0 52px;
  }

  .desktopTopbar,
  .desktopStage,
  .desktopEvent,
  .desktopClubBand,
  .desktopMemberCard,
  .desktopClubId,
  .desktopAuth,
  .desktopSeat {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(10, 12, 18, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  }

  .desktopBrand img {
    width: 134px;
  }

  .desktopTopbar {
    position: sticky;
    top: 18px;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 28px;
    align-items: center;
    min-height: 92px;
    padding: 18px 24px;
    border-radius: 28px;
    backdrop-filter: blur(20px);
  }

  .desktopNav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 0;
  }

  .desktopNav button,
  .ghostButton {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 15px;
    border-radius: 999px;
    color: #bec1cb;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  .desktopNav button.active {
    color: #fff;
    background: rgba(255, 37, 37, 0.16);
    border-color: rgba(255, 37, 37, 0.34);
  }

  .desktopNav img {
    width: 21px;
    height: 21px;
    object-fit: contain;
  }

  .desktopNav span,
  .ghostButton {
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .desktopTopActions {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .ghostButton {
    color: #d8dae2;
  }

  .desktopCta {
    width: 172px;
    min-height: 48px;
    flex: 0 0 auto;
  }

  .desktopStage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    grid-template-areas:
      "copy rail"
      "ticket rail";
    gap: 20px;
    margin-top: 22px;
    padding: 24px;
    border-radius: 34px;
  }

  .desktopHeroCopy {
    grid-area: copy;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
  }

  .desktopHeroCopy > div {
    min-width: 0;
  }

  .desktopHeroCopy h1 {
    margin: 8px 0 8px;
    max-width: 820px;
    font-size: clamp(58px, 6.2vw, 104px);
    font-weight: 950;
    letter-spacing: -0.055em;
    line-height: 0.86;
  }

  .desktopHeroCopy p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.55;
  }

  .desktopTicket {
    grid-area: ticket;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    min-height: 540px;
    overflow: hidden;
    border-radius: 28px;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
      #111219;
    border: 1px solid rgba(255, 255, 255, 0.17);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .desktopTicketInfo {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 42px 42px 36px;
    background:
      linear-gradient(90deg, rgba(14, 16, 22, 0.98), rgba(14, 16, 22, 0.9)),
      repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 7px);
  }

  .desktopTicketInfo::after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0 8px, transparent 8px 16px);
    opacity: 0.48;
  }

  .desktopTicket h2 {
    margin: 18px 0 15px;
    color: #fff;
    font-family: Impact, "Arial Black", "Arial Narrow", sans-serif;
    font-size: clamp(74px, 6.8vw, 112px);
    font-weight: 900;
    letter-spacing: 0.01em;
    line-height: 0.88;
    text-transform: uppercase;
  }

  .desktopTicket .time {
    font-size: 24px;
    line-height: 1;
  }

  .desktopTicket .location {
    max-width: 520px;
    margin-top: 16px;
    font-size: 14px;
  }

  .desktopTicketMeta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 30px 0 24px;
  }

  .desktopTicketMeta span {
    min-width: 0;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }

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

  .desktopTicketMeta b {
    font-size: 20px;
  }

  .desktopTicketMeta small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
  }

  .desktopTicket .capacity {
    margin-top: auto;
  }

  .desktopTicket .capacity strong {
    font-size: 46px;
  }

  .desktopTicketActions {
    display: grid;
    grid-template-columns: 230px 230px;
    gap: 12px;
    margin-top: 4px;
  }

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

  .desktopTicketMedia {
    position: relative;
    min-width: 0;
    overflow: hidden;
    background: #0c0d12;
  }

  .desktopTicketMedia .mediaPhoto {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktopTicketMedia::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 28%, rgba(0, 0, 0, 0.2)),
      linear-gradient(180deg, transparent 58%, rgba(0, 0, 0, 0.25));
  }

  .desktopTicketMedia .barcode {
    right: 32px;
    width: 33px;
    height: 190px;
  }

  .desktopStamp {
    position: absolute;
    z-index: 2;
    right: 34px;
    bottom: 28px;
    width: 116px;
    height: 116px;
    object-fit: contain;
    opacity: 0.55;
  }

  .desktopPassRail {
    grid-area: rail;
    display: grid;
    gap: 14px;
    align-content: start;
  }

  .desktopMemberCard {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    border-radius: 24px;
  }

  .desktopMemberCard > img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid var(--red);
  }

  .desktopMemberCard h2 {
    margin: 0 0 5px;
    font-size: 30px;
  }

  .desktopMemberCard p {
    margin: 0;
    color: var(--muted);
  }

  .desktopClubId,
  .desktopAuth,
  .desktopSeat {
    width: 100%;
    padding: 21px;
    text-align: left;
    border-radius: 24px;
  }

  .desktopClubId span,
  .desktopAuth span,
  .desktopSeat span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .desktopClubId strong {
    display: block;
    margin: 12px 0;
    font-size: 31px;
    line-height: 1;
  }

  .desktopClubId small {
    color: var(--red);
    text-transform: uppercase;
  }

  .desktopAuth h3 {
    margin: 10px 0 8px;
    font-size: 26px;
  }

  .desktopAuth p {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.5;
  }

  .desktopAuth div {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 10px;
  }

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

  .desktopSeat b {
    display: block;
    margin-top: 12px;
    font-size: 29px;
  }

  .desktopSectionTitle {
    margin: 34px 0 16px;
  }

  .desktopSectionTitle h2 {
    margin: 8px 0 0;
    font-size: 38px;
  }

  .desktopTournamentList {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .desktopEvent {
    display: grid;
    min-height: 190px;
    padding: 20px;
    border-radius: 22px;
  }

  .desktopEvent span {
    color: var(--red);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .desktopEvent h3 {
    margin: 9px 0;
    font-size: 30px;
    line-height: 0.96;
  }

  .desktopEvent p,
  .desktopEvent small {
    display: block;
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
  }

  .desktopEvent button {
    align-self: end;
    width: 100%;
    min-height: 46px;
    margin-top: 18px;
    border-radius: 13px;
    background: var(--red);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .desktopClubBand {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 28px;
  }

  .desktopClubStatement,
  .desktopAddress {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 96px;
    padding: 18px;
    text-align: left;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.075);
  }

  .desktopClubStatement img {
    width: 62px;
    height: 62px;
    object-fit: contain;
  }

  .desktopClubStatement b,
  .desktopAddress b {
    display: block;
    font-size: 20px;
  }

  .desktopClubStatement p,
  .desktopAddress small {
    display: block;
    margin: 5px 0;
    color: var(--muted);
  }

  .desktopClubStatement strong {
    color: var(--red);
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .sheetBackdrop {
    align-items: center;
  }

  .sheet {
    border-radius: 28px;
  }
}

@media (max-width: 360px) {
  .mobileApp {
    padding: 16px 8px 114px;
  }

  .topbar {
    padding: 0 8px 13px;
  }

  .brandLockup img {
    width: 92px;
  }

  .brandLockup span {
    font-size: 7px;
  }

  .roundButton,
  .avatarButton {
    width: 36px;
    height: 36px;
  }

  .roundIcon {
    width: 22px;
    height: 22px;
  }

  .member {
    grid-template-columns: 50px minmax(0, 1fr) 112px;
    gap: 7px;
    padding: 0 8px 12px;
  }

  .memberAvatar {
    width: 50px;
    height: 50px;
  }

  .nameRow h1 {
    font-size: 19px;
  }

  .memberInfo p {
    margin-top: 5px;
    font-size: 9px;
  }

  .telegramIcon {
    width: 15px;
    height: 15px;
  }

  .passLine {
    display: grid;
    grid-template-columns: 14px minmax(0, 1fr);
    gap: 4px 5px;
    margin-top: 8px;
  }

  .passIcon {
    width: 14px;
    height: 14px;
  }

  .passLine span {
    font-size: 8px;
  }

  .passLine b {
    grid-column: 2;
    font-size: 8px;
    margin-left: 0;
  }

  .clubId {
    min-height: 58px;
    padding: 10px;
    border-radius: 14px;
  }

  .clubId span,
  .clubId small {
    font-size: 8px;
  }

  .clubId strong {
    font-size: 13px;
  }

  .ticket {
    grid-template-columns: minmax(0, 1.08fr) minmax(112px, 0.92fr);
    min-height: 298px;
    margin: 12px 8px 13px;
    border-radius: 16px;
  }

  .ticketContent {
    padding: 14px 10px 12px;
  }

  .eyebrow {
    font-size: 8px;
  }

  .ticket h2 {
    margin: 8px 0 6px;
    font-size: 30px;
  }

  .time {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .location {
    min-height: 27px;
    font-size: 8px;
  }

  .pinIcon {
    width: 13px;
    height: 14px;
  }

  .divider {
    margin: 8px 0;
  }

  .capacity > span {
    font-size: 8px;
  }

  .capacity strong {
    font-size: 24px;
  }

  .people {
    gap: 4px;
    margin-bottom: 9px;
  }

  .people span {
    width: 6px;
    height: 11px;
  }

  .ticket .primaryButton {
    min-height: 37px;
    font-size: 8px;
  }

  .ticket .secondaryButton {
    min-height: 34px;
    font-size: 8px;
  }

  .barcode {
    right: 9px;
    width: 17px;
    height: 104px;
  }

  .statusGrid {
    gap: 7px;
    margin: 0 8px 13px;
  }

  .statusCard {
    min-height: 108px;
    padding: 11px 9px;
  }

  .statusIcon {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
  }

  .statusCard span,
  .statusCard small {
    font-size: 8px;
  }

  .statusCard b {
    font-size: 13px;
  }

  .clubStatement {
    grid-template-columns: 48px 1px 1fr;
    gap: 10px;
    width: calc(100% - 16px);
    margin: 0 8px 14px;
    padding: 11px;
  }

  .clubStatement img {
    width: 48px;
    height: 48px;
  }

  .clubStatement b {
    font-size: 11px;
  }

  .clubStatement p,
  .clubStatement strong {
    font-size: 8px;
  }

  .actionList {
    width: calc(100% + 16px);
    margin: 0 -8px;
  }

  .bottomNav {
    min-height: 88px;
    padding: 10px 9px 14px;
  }

  .bottomNav span {
    font-size: 8px;
  }
}

@media (min-width: 901px) {
  .desktopApp {
    display: block;
    width: min(1440px, calc(100% - 48px));
    padding: 20px 0 56px;
  }

  .desktopTopbar {
    top: 14px;
    grid-template-columns: 190px minmax(0, 1fr) auto;
    gap: 18px;
    min-height: 82px;
    padding: 12px 18px;
    border-radius: 26px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
      rgba(10, 12, 17, 0.92);
    border-color: rgba(255, 255, 255, 0.13);
    box-shadow:
      0 26px 70px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.09);
  }

  .desktopBrand img {
    width: 138px;
  }

  .desktopBrand span {
    margin-top: 6px;
    font-size: 9px;
    letter-spacing: 0.53em;
  }

  .desktopNav {
    gap: 8px;
  }

  .desktopNav button {
    min-height: 54px;
    padding: 8px 14px 8px 9px;
    border-radius: 17px;
    color: #d4d5dd;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(17, 19, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .desktopNav button:hover,
  .desktopStatusGrid button:hover,
  .desktopScheduleCard button:hover,
  .desktopClubId:hover,
  .desktopSeat:hover {
    transform: translateY(-1px);
  }

  .desktopNav button.active {
    color: #fff;
    background:
      linear-gradient(180deg, rgba(255, 37, 37, 0.22), rgba(255, 37, 37, 0.08)),
      rgba(18, 20, 27, 0.96);
    border-color: rgba(255, 37, 37, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 16px 32px rgba(255, 37, 37, 0.11);
  }

  .desktopNav img {
    width: 34px;
    height: 34px;
    padding: 6px;
    border-radius: 10px;
    object-fit: contain;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
      #0c0e14;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  }

  .desktopNav button.active img {
    background:
      linear-gradient(180deg, rgba(255, 37, 37, 0.2), rgba(255, 37, 37, 0.04)),
      #0d0f15;
    border-color: rgba(255, 37, 37, 0.36);
  }

  .desktopNav span,
  .ghostButton {
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 0.055em;
  }

  .ghostButton {
    width: auto;
    min-height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    color: #f0f1f5;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
      rgba(16, 18, 25, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .ghostIcon {
    width: 18px;
    height: 18px;
    object-fit: contain;
  }

  .desktopCta {
    width: 156px;
    min-height: 52px;
    border-radius: 16px;
  }

  .desktopPassHeader {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px 360px;
    gap: 18px;
    align-items: stretch;
    margin: 22px 0 18px;
  }

  .desktopIdentity,
  .desktopBeta,
  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopStatusGrid button {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.062), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow:
      0 22px 68px rgba(0, 0, 0, 0.3),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  .desktopIdentity {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 126px;
    padding: 18px 22px;
    border-radius: 28px;
  }

  .desktopAvatar {
    width: 86px;
    height: 86px;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    background: #07080d;
    border: 2px solid var(--red);
    box-shadow:
      0 0 0 5px rgba(255, 37, 37, 0.08),
      0 18px 40px rgba(0, 0, 0, 0.36);
  }

  .desktopAvatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .desktopIdentity h1 {
    margin: 0;
    font-size: 40px;
    letter-spacing: -0.025em;
    line-height: 0.96;
  }

  .desktopIdentity p {
    margin: 7px 0 0;
    color: #9b9da7;
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .desktopPassLine {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 13px;
    color: #d8dae2;
    font-size: 17px;
    font-weight: 850;
    text-transform: uppercase;
  }

  .desktopPassLine b {
    margin-left: 12px;
    color: var(--red);
    font-size: 16px;
    text-transform: none;
  }

  .desktopClubId {
    min-height: 126px;
    padding: 21px 24px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.13);
  }

  .desktopClubId span,
  .desktopBeta span,
  .desktopRegisterPanel span,
  .desktopScheduleCard span,
  .desktopSeat span,
  .desktopStatusGrid span,
  .desktopSectionTitle span {
    color: #a5a7b2;
    font-size: 11px;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }

  .desktopClubId strong {
    display: block;
    margin: 12px 0 10px;
    font-size: 31px;
    letter-spacing: -0.025em;
    line-height: 1;
  }

  .desktopClubId small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--red);
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0.05em;
  }

  .desktopBeta {
    min-height: 126px;
    padding: 22px 24px;
    border-radius: 28px;
  }

  .desktopBeta span,
  .desktopRegisterPanel span,
  .desktopScheduleCard span,
  .desktopSectionTitle span {
    color: var(--red);
  }

  .desktopBeta p {
    max-width: 300px;
    margin: 13px 0 0;
    color: #d9dbe2;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.35;
  }

  .desktopMainGrid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    align-items: stretch;
  }

  .desktopTicket {
    position: relative;
    grid-area: auto;
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(390px, 1.02fr);
    min-height: 514px;
    overflow: hidden;
    border-radius: 30px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 36%),
      #0d0f15;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow:
      0 34px 90px rgba(0, 0, 0, 0.4),
      inset 0 1px 0 rgba(255, 255, 255, 0.11);
  }

  .desktopTicketInfo {
    position: relative;
    z-index: 2;
    padding: 38px 40px 32px;
    background:
      linear-gradient(90deg, rgba(13, 15, 21, 0.99), rgba(16, 18, 24, 0.95)),
      repeating-linear-gradient(140deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px);
  }

  .desktopTicketInfo::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #05060a;
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopTicketInfo::after {
    z-index: 3;
    right: -1px;
    width: 2px;
    background: repeating-linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0 9px, transparent 9px 18px);
    opacity: 0.48;
  }

  .desktopTicket h2 {
    margin: 18px 0 13px;
    max-width: 460px;
    font-size: clamp(76px, 6.2vw, 102px);
    line-height: 0.84;
    letter-spacing: 0.005em;
  }

  .desktopTicket .time {
    margin-bottom: 14px;
    color: #9b9da7;
    font-size: 22px;
    font-weight: 900;
  }

  .desktopTicket .location {
    min-height: auto;
    margin-bottom: 22px;
    color: #c3c5cd;
    font-size: 13px;
    font-weight: 850;
  }

  .desktopTicketMeta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 0 0 20px;
  }

  .desktopTicketMeta span {
    padding: 13px 14px;
    border-radius: 14px;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(18, 20, 27, 0.8);
    border-color: rgba(255, 255, 255, 0.09);
  }

  .desktopTicketMeta b {
    font-size: 20px;
    line-height: 1;
  }

  .desktopTicketMeta small {
    font-size: 10px;
    letter-spacing: 0.06em;
  }

  .desktopTicket .capacity strong {
    font-size: 38px;
  }

  .desktopTicket .progress {
    height: 6px;
  }

  .desktopTicket .people span {
    width: 8px;
    height: 16px;
  }

  .desktopTicketActions {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    margin-top: 0;
  }

  .desktopTicketActions .primaryButton,
  .desktopTicketActions .secondaryButton {
    min-height: 50px;
    border-radius: 13px;
    font-size: 11px;
    letter-spacing: 0.06em;
  }

  .desktopTicketMedia {
    position: relative;
    min-height: 514px;
  }

  .desktopTicketMedia::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    width: 78px;
    background:
      linear-gradient(90deg, rgba(10, 12, 17, 0.12), rgba(10, 12, 17, 0.88)),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 9px);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
  }

  .desktopTicketMedia::after {
    z-index: 1;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 30%, rgba(0, 0, 0, 0.18)),
      linear-gradient(180deg, transparent 56%, rgba(0, 0, 0, 0.32));
  }

  .desktopTicketMedia .mediaPhoto {
    filter: saturate(0.96) contrast(1.08) brightness(0.88);
  }

  .desktopTicketMedia .barcode {
    z-index: 4;
    right: 22px;
    width: 34px;
    height: 232px;
    opacity: 0.74;
  }

  .desktopStamp {
    z-index: 3;
    right: 104px;
    bottom: 24px;
    width: 118px;
    height: 118px;
    opacity: 0.5;
  }

  .desktopSideStack {
    display: grid;
    gap: 14px;
    min-height: 514px;
  }

  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopSeat {
    border-radius: 24px;
  }

  .desktopRegisterPanel {
    min-height: 178px;
    padding: 20px 22px;
  }

  .desktopRegisterPanel h2,
  .desktopScheduleCard h2 {
    margin: 9px 0;
    font-size: 27px;
    line-height: 0.98;
    letter-spacing: -0.02em;
  }

  .desktopRegisterPanel p {
    margin: 0 0 14px;
    color: #afb2bd;
    font-size: 14px;
    line-height: 1.42;
  }

  .desktopRegisterActions {
    display: grid;
    grid-template-columns: 1fr 0.74fr;
    gap: 9px;
  }

  .desktopRegisterActions .primaryButton,
  .desktopRegisterActions .secondaryButton {
    min-height: 48px;
    margin: 0;
    border-radius: 13px;
    font-size: 10px;
  }

  .desktopScheduleCard {
    min-height: 218px;
    padding: 19px 18px 17px;
  }

  .desktopScheduleCard button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3px 10px;
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .desktopScheduleCard b {
    font-size: 16px;
    line-height: 1;
  }

  .desktopScheduleCard small {
    color: #9b9da7;
  }

  .desktopScheduleCard em {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    color: var(--red);
    font-style: normal;
    font-weight: 950;
  }

  .desktopSeat {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 4px 13px;
    align-items: center;
    min-height: 90px;
    padding: 18px 20px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
      rgba(12, 14, 20, 0.91);
    border: 1px solid rgba(255, 255, 255, 0.12);
  }

  .desktopSeat .statusIcon {
    grid-row: 1 / span 2;
    width: 34px;
    height: 34px;
  }

  .desktopSeat b {
    margin: 0;
    font-size: 25px;
    line-height: 1;
  }

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

  .desktopStatusGrid button {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 24px;
    gap: 7px 15px;
    align-items: center;
    min-height: 142px;
    padding: 22px 24px;
    text-align: left;
    border-radius: 24px;
  }

  .desktopStatusGrid button::after {
    content: ">";
    grid-column: 3;
    grid-row: 1 / span 3;
    align-self: center;
    color: #7b7e88;
    font-size: 30px;
    line-height: 1;
  }

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

  .desktopStatusGrid b {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 1;
  }

  .desktopStatusGrid small {
    display: block;
    color: #9b9da7;
    font-size: 14px;
  }

  .desktopClubBand {
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 14px;
    margin-top: 18px;
    padding: 16px;
    border-radius: 28px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
      rgba(11, 13, 19, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.11);
  }

  .desktopClubStatement,
  .desktopAddress {
    min-height: 92px;
    border-radius: 19px;
  }

  .desktopSectionTitle {
    margin: 26px 0 14px;
  }

  .desktopSectionTitle h2 {
    margin-top: 8px;
    font-size: 36px;
    line-height: 1;
  }

  .desktopTournamentList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .desktopEvent {
    min-height: 170px;
    padding: 18px;
    border-radius: 21px;
  }

  .desktopEvent h3 {
    font-size: 27px;
  }

  .desktopEvent button {
    min-height: 44px;
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .desktopApp {
    width: min(1120px, calc(100% - 32px));
  }

  .desktopTopbar {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .desktopTopActions {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .desktopPassHeader {
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .desktopBeta {
    grid-column: 1 / -1;
    min-height: auto;
  }

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

  .desktopSideStack {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 260px;
    min-height: auto;
  }

  .desktopRegisterPanel,
  .desktopScheduleCard,
  .desktopSeat {
    min-height: 178px;
  }

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