    #matchScorePage {
      background: #f5f7fb;
    }

    #matchScorePage .my-games-page-header {
      padding: 8px 0 2px;
    }

    #matchScorePage .my-games-page-subtitle {
      font-size: .95rem;
      line-height: 1.45;
      color: #637089;
      max-width: 34rem;
      margin-bottom: 8px;
    }

    #matchScorePage .my-games-global-feedback {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      min-height: 38px;
      padding: 9px 14px;
      border-radius: 999px;
      background: #eef3ff;
      color: #1d4ed8;
      font-size: .87rem;
      font-weight: 700;
      line-height: 1.35;
      box-shadow: 0 8px 20px rgba(47, 109, 246, 0.10);
    }

    #matchScorePage .my-games-global-feedback.is-warning {
      background: #fff4dc;
      color: #b46900;
      box-shadow: 0 8px 20px rgba(255, 170, 0, 0.12);
    }

    #matchScorePage .my-games-global-feedback.is-danger {
      background: #ffebeb;
      color: #c12d2d;
      box-shadow: 0 8px 20px rgba(239, 68, 68, 0.12);
    }

    #matchScorePage .my-games-global-feedback.is-success {
      background: #eaf9f0;
      color: #138a52;
      box-shadow: 0 8px 20px rgba(19, 194, 125, 0.12);
    }

    #matchScorePage .my-games-context-card,
    #matchScorePage .my-games-section-card {
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
      border: 1px solid rgba(15, 23, 42, 0.05);
    }

    #matchScorePage .my-games-context-card {
      padding: 16px;
    }

    #matchScorePage .my-games-filter-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }

    #matchScorePage .my-games-filter-label {
      display: block;
      margin-bottom: 6px;
      font-size: .82rem;
      font-weight: 700;
      color: #60708b;
    }

    #matchScorePage .my-games-select {
      min-height: 48px;
      border-radius: 14px;
      border-color: rgba(47, 109, 246, 0.14);
      background: #fbfcff;
    }

    #matchScorePage .my-games-single-league {
      display: flex;
      align-items: center;
      gap: 10px;
      min-height: 48px;
      padding: 12px 14px;
      border-radius: 14px;
      border: 1px solid rgba(47, 109, 246, 0.14);
      background: #fbfcff;
      color: #18419d;
      font-size: .96rem;
      font-weight: 700;
      line-height: 1.35;
    }

    #matchScorePage .my-games-single-league ion-icon {
      font-size: 1rem;
      color: #2f6df6;
      flex: 0 0 auto;
    }

    #matchScorePage .my-games-actions-row {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 14px;
    }

    #matchScorePage .my-games-refresh-note {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #7a869d;
      font-size: .8rem;
      font-weight: 700;
      white-space: nowrap;
    }

    #matchScorePage .my-games-refresh-note ion-icon {
      font-size: .95rem;
      color: #2f6df6;
    }

    #matchScorePage .my-games-pull-indicator {
      position: fixed;
      left: 50%;
      top: calc(env(safe-area-inset-top, 0px) + 66px);
      transform: translate(-50%, -12px);
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(17, 24, 39, 0.92);
      color: #fff;
      font-size: .82rem;
      font-weight: 700;
      line-height: 1;
      box-shadow: 0 14px 28px rgba(15, 23, 42, 0.20);
      opacity: 0;
      pointer-events: none;
      z-index: 1090;
      transition: opacity 0.18s ease, transform 0.18s ease;
    }

    #matchScorePage .my-games-pull-indicator ion-icon {
      font-size: 1rem;
      transition: transform 0.18s ease;
    }

    #matchScorePage .my-games-pull-indicator.is-visible {
      opacity: 1;
      transform: translate(-50%, 0);
    }

    #matchScorePage .my-games-pull-indicator.is-ready {
      background: rgba(47, 109, 246, 0.96);
    }

    #matchScorePage .my-games-pull-indicator.is-ready ion-icon {
      transform: rotate(180deg);
    }

    #matchScorePage .my-games-pull-indicator.is-loading {
      background: rgba(15, 155, 107, 0.96);
    }

    #matchScorePage .my-games-pull-indicator.is-loading ion-icon {
      animation: matchScoreSpin 0.9s linear infinite;
    }

    #matchScorePage .my-games-section-card {
      padding: 16px;
      margin-bottom: 22px;
    }

    #matchScorePage .my-games-section-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
    }

    #matchScorePage .my-games-section-title {
      margin: 0;
      font-size: 1rem;
      font-weight: 800;
      color: #172033;
    }

    #matchScorePage .my-games-section-subtitle {
      margin: 4px 0 10px;
      font-size: .82rem;
      color: #6b768c;
      line-height: 1.45;
    }

    #matchScorePage .my-games-section-count {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 34px;
      height: 34px;
      padding: 0 12px;
      border-radius: 999px;
      background: #eef3ff;
      color: #2f6df6;
      font-size: .88rem;
      font-weight: 800;
      flex: 0 0 auto;
    }

    .match-division-highlight {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 8px 12px;
      border: 1px solid rgba(78, 182, 127, 0.26);
      border-radius: 14px;
      background: #f1fbf5;
      color: #18864a;
      font-size: .86rem;
      font-weight: 700;
      line-height: 1.2;
    }

    .match-division-highlight ion-icon {
      font-size: 1rem;
      color: #2f6df6;
      flex: 0 0 auto;
    }

    #matchScorePage [data-status].active-filter {
      border-radius: 14px;
      background: rgba(47, 109, 246, 0.08);
      box-shadow: inset 0 0 0 1px rgba(47, 109, 246, 0.18);
    }

    #matchScorePage [data-status].active-filter .in {
      color: #1d4ed8;
      font-weight: 700;
    }

    #matchScorePage [data-status].active-filter .icon-box {
      transform: scale(1.03);
      box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
    }

    #matchScorePage .match-player-badges {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      flex-wrap: wrap;
      margin-top: 6px;
      width: 100%;
    }

    #matchScorePage .season-round-player-avatar-wrap {
      width: 64px;
      height: 64px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden;
      flex: 0 0 64px;
      background: #f5f7fb;
    }

    #matchScorePage .season-round-player-avatar {
      width: 64px;
      height: 64px;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    #matchScorePage .match-card {
      position: relative;
      overflow: hidden;
      border-radius: 18px !important;
      border: 1px solid rgba(15, 23, 42, 0.08) !important;
      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
      transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    }

    #matchScorePage .match-card:hover,
    #matchScorePage .match-card:focus-within {
      transform: translateY(-1px);
      box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
      border-color: rgba(29, 127, 214, 0.24) !important;
      outline: none;
    }

    #matchScorePage .match-card.is-action {
      border-color: rgba(255, 170, 0, 0.92) !important;
      background: linear-gradient(180deg, #fffefb 0%, #fff8eb 100%);
      box-shadow: 0 22px 46px rgba(255, 171, 24, 0.18);
    }

    #matchScorePage .match-card.is-action:hover,
    #matchScorePage .match-card.is-action:focus-within {
      border-color: rgba(255, 162, 0, 1) !important;
      box-shadow: 0 24px 52px rgba(255, 163, 26, 0.24);
    }

    #matchScorePage .match-card.is-contested {
      border-color: rgba(236, 72, 72, 0.92) !important;
      background: linear-gradient(180deg, #fffdfd 0%, #fff3f0 100%);
      box-shadow: 0 22px 46px rgba(239, 68, 68, 0.18);
    }

    #matchScorePage .match-card.is-contested:hover,
    #matchScorePage .match-card.is-contested:focus-within {
      border-color: rgba(220, 38, 38, 1) !important;
      box-shadow: 0 24px 52px rgba(234, 88, 12, 0.22);
    }

    #matchScorePage .match-card.is-action::before,
    #matchScorePage .match-card.is-history::before,
    #matchScorePage .match-card.is-contested::before {
      content: "";
      display: block;
      height: 6px;
      border-radius: 18px 18px 0 0;
      margin: -1rem -1rem 14px;
    }

    #matchScorePage .match-card.is-action::before {
      background: linear-gradient(90deg, #ffc94d 0%, #ff8a00 100%);
    }

    #matchScorePage .match-card.is-history::before {
      background: linear-gradient(90deg, #2153d6 0%, #2f80ed 100%);
    }

    #matchScorePage .match-card.is-contested::before {
      background: linear-gradient(90deg, #ff7a18 0%, #ef4444 100%);
    }

    #matchScorePage .match-card-shell {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    #matchScorePage .match-card-players {
      margin-bottom: 0;
    }

    #matchScorePage .match-card-player-name {
      margin-top: 8px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.3;
      color: #1f2937;
      text-align: center;
      word-break: break-word;
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      min-height: calc(1.3em * 2);
    }

    #matchScorePage .match-card-player-link {
      color: inherit;
      text-decoration: none;
    }

    #matchScorePage .match-card-player-link:hover,
    #matchScorePage .match-card-player-link:focus {
      color: inherit;
      text-decoration: none;
    }

    #matchScorePage .match-card-player-avatar-link {
      display: inline-flex;
      border-radius: 999px;
    }

    #matchScorePage .match-card-player-name-link,
    #matchScorePage .match-card-player-name-link.is-static {
      display: -webkit-box;
      overflow: hidden;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }

    #matchScorePage .match-card-versus {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 42px;
      height: 42px;
      padding: 0 10px;
      border-radius: 999px;
      background: #f3f6fb;
      color: #6b7280;
      font-size: .82rem;
      font-weight: 700;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    #matchScorePage .match-card-heading {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    #matchScorePage .match-card-mainline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      flex-wrap: wrap;
    }

    #matchScorePage .match-card-share-corner {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 12px;
      background: rgba(47, 109, 246, 0.10);
      color: #2f6df6;
      flex: 0 0 40px;
      margin-left: auto;
    }

    #matchScorePage .match-card-share-corner.is-text {
      width: auto;
      min-height: 40px;
      padding: 0 12px;
      gap: 6px;
      font-size: .84rem;
      font-weight: 700;
    }

    #matchScorePage .match-card.is-action .match-card-share-corner {
      background: rgba(255, 179, 0, 0.14);
      color: #c97a00;
    }

    #matchScorePage .match-card-league {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #18419d;
      font-size: .92rem;
      font-weight: 700;
      line-height: 1.3;
      flex-wrap: wrap;
    }

    #matchScorePage .match-card-meta {
      color: #4b5563;
      font-size: .84rem;
      line-height: 1.35;
    }

    #matchScorePage .match-status-row {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-wrap: wrap;
    }

    #matchScorePage .match-status-badge.badge-warning {
      font-weight: 700;
    }

    #matchScorePage .match-status-badge.text-primary,
    #matchScorePage .match-result-badge.text-primary {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      padding: 6px 10px;
      border-radius: 999px;
      background: rgba(47, 109, 246, 0.10);
      color: #1d4ed8 !important;
      font-size: .82rem;
      font-weight: 700;
      line-height: 1;
    }

    #matchScorePage .match-status-badge.badge-light,
    #matchScorePage .match-result-badge.badge-light {
      background: #f3f4f6;
    }

    #matchScorePage .match-meta-note {
      color: #6b7280;
      font-size: .84rem;
      line-height: 1.45;
    }

    #matchScorePage .match-card-result-highlight {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 14px;
      padding: 12px 14px;
      border-radius: 16px;
      background: #f6f8fc;
      border: 1px solid rgba(15, 23, 42, 0.06);
      text-align: center;
    }

    #matchScorePage .match-card-result-score {
      width: 100%;
      font-size: 1rem;
      font-weight: 800;
      color: #172033;
      line-height: 1.1;
      text-align: center;
    }

    #matchScorePage .match-card-primary {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }

    #matchScorePage .match-card-primary .btn {
      min-height: 44px;
      font-weight: 700;
    }

    #matchScorePage .match-card-primary .btn-share-result {
      background: linear-gradient(135deg, #0f9b6b 0%, #13c27d 100%);
      border-color: #0f9b6b;
      color: #fff;
      box-shadow: 0 14px 28px rgba(15, 155, 107, 0.18);
    }

    #matchScorePage .match-card-primary .btn-share-result:hover,
    #matchScorePage .match-card-primary .btn-share-result:focus {
      background: linear-gradient(135deg, #0d885d 0%, #11ad71 100%);
      border-color: #0d885d;
      color: #fff;
    }

    #matchScorePage .match-card-primary .btn-share-result:disabled,
    #matchScorePage .match-card-share-corner:disabled {
      opacity: 0.9;
      cursor: not-allowed;
    }

    #matchScorePage .match-card-primary .btn-share-result .spinner-border,
    #matchScorePage .match-card-share-corner .spinner-border {
      width: 1rem;
      height: 1rem;
      border-width: 0.15em;
    }

    #matchScorePage .match-card-primary .btn-contest-result {
      background: linear-gradient(135deg, #d93b3b 0%, #f04c4c 100%);
      border-color: #d93b3b;
      color: #fff;
      box-shadow: 0 14px 28px rgba(217, 59, 59, 0.18);
    }

    #matchScorePage .match-card-primary .btn-contest-result:hover,
    #matchScorePage .match-card-primary .btn-contest-result:focus {
      background: linear-gradient(135deg, #c42f2f 0%, #de3f3f 100%);
      border-color: #c42f2f;
      color: #fff;
    }

    #matchScorePage .match-card-secondary {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px 14px;
      margin-top: 2px;
    }

    #matchScorePage .match-card + .match-card {
      margin-top: 18px;
    }

    #matchScorePage .match-secondary-action {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      padding: 0;
      border: 0;
      background: transparent;
      color: #2f6df6;
      font-size: .89rem;
      font-weight: 600;
      line-height: 1.4;
      text-decoration: none;
    }

    #matchScorePage .match-secondary-action::after {
      content: "·";
      margin: 0 10px;
      color: #9ca3af;
      font-weight: 400;
    }

    #matchScorePage .match-secondary-action:last-child::after {
      content: none;
      margin: 0;
    }

    #matchScorePage .match-secondary-action:hover,
    #matchScorePage .match-secondary-action:focus {
      color: #1d4ed8;
      text-decoration: none;
      outline: none;
    }

    #matchScorePage .match-card-extra {
      margin-top: -2px;
    }

    #matchScorePage .match-details-panel {
      display: none;
    }

    #matchScorePage .match-details-panel.is-open {
      display: block;
    }

    #matchScorePage .match-details-toggle {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: .86rem;
      font-weight: 700;
      color: #2f6df6;
      background: transparent;
      border: 0;
      padding: 0;
    }

    #matchScorePage .match-details-toggle ion-icon {
      transition: transform 0.18s ease;
    }

    #matchScorePage .match-details-toggle.is-open ion-icon {
      transform: rotate(180deg);
    }

    #matchScorePage .match-empty-state {
      padding: 20px 16px 4px;
      color: #6b768c;
      font-size: .92rem;
      text-align: center;
    }

    #matchScorePage .my-games-share-host {
      position: fixed;
      left: -10000px;
      top: -10000px;
      width: 1080px;
      height: 1080px;
      pointer-events: none;
      z-index: -1;
      overflow: hidden;
      opacity: 0;
    }

    #matchScorePage .my-games-share-card {
      width: 1080px;
      height: 1080px;
      position: relative;
      overflow: hidden;
      padding: 56px;
      background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
      color: #172033;
      font-family: "SF Pro Display", "Segoe UI", Arial, sans-serif;
    }

    #matchScorePage .my-games-share-card::before {
      content: "";
      position: absolute;
      inset: 28px;
      border-radius: 44px;
      background: linear-gradient(180deg, rgba(255,255,255,0.85) 0%, rgba(255,255,255,0.56) 100%);
      border: 1px solid rgba(148, 163, 184, 0.18);
      box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12);
    }

    #matchScorePage .my-games-share-panel {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 32px;
      border-radius: 34px;
      background: #ffffff;
      overflow: hidden;
    }

    #matchScorePage .my-games-share-panel::before {
      content: "";
      display: block;
      height: 10px;
      margin: -32px -32px 22px;
      background: linear-gradient(90deg, #2f6df6 0%, #4f8dff 100%);
    }

    #matchScorePage .my-games-share-panel.is-pending::before,
    #matchScorePage .my-games-share-panel.is-scheduled::before {
      background: linear-gradient(90deg, #ffc94d 0%, #ff8a00 100%);
    }

    #matchScorePage .my-games-share-panel.is-played::before {
      background: linear-gradient(90deg, #0da866 0%, #36d488 100%);
    }

    #matchScorePage .my-games-share-panel.is-wo,
    #matchScorePage .my-games-share-panel.is-dispute {
      background: linear-gradient(180deg, #fffdfd 0%, #fff7f5 100%);
    }

    #matchScorePage .my-games-share-panel.is-wo::before,
    #matchScorePage .my-games-share-panel.is-dispute::before {
      background: linear-gradient(90deg, #ff7a18 0%, #ef4444 100%);
    }

    #matchScorePage .my-games-share-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 18px;
      margin-bottom: 18px;
    }

    #matchScorePage .my-games-share-top-badges {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      gap: 10px;
      flex: 0 0 auto;
      margin-left: auto;
    }

    #matchScorePage .my-games-share-brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    #matchScorePage .my-games-share-brand img {
      width: 180px;
      height: auto;
      max-height: 64px;
      object-fit: contain;
      object-position: left center;
      flex: 0 0 auto;
    }

    #matchScorePage .my-games-share-brand-title {
      margin: 0;
      font-size: 34px;
      font-weight: 800;
      line-height: 1.05;
      color: #172033;
    }

    #matchScorePage .my-games-share-brand-subtitle {
      margin: 6px 0 0;
      font-size: 18px;
      color: #64748b;
      line-height: 1.35;
    }

    #matchScorePage .my-games-share-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      padding: 12px 18px;
      border-radius: 999px;
      background: #eef4ff;
      color: #1d4ed8;
      font-size: 20px;
      font-weight: 700;
      line-height: 1;
      text-align: center;
      flex: 0 0 auto;
    }

    #matchScorePage .my-games-share-badge.is-pending,
    #matchScorePage .my-games-share-badge.is-scheduled {
      background: #fff4d4;
      color: #c97a00;
    }

    #matchScorePage .my-games-share-badge.is-played {
      background: #e8fbf1;
      color: #0d8f59;
    }

    #matchScorePage .my-games-share-badge.is-wo,
    #matchScorePage .my-games-share-badge.is-dispute {
      background: #ffe6de;
      color: #d13b2d;
    }

    #matchScorePage .my-games-share-meta {
      display: flex;
      flex-direction: column;
      gap: 8px;
      margin-bottom: 18px;
    }

    #matchScorePage .my-games-share-league {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: #18419d;
      font-size: 24px;
      font-weight: 800;
      line-height: 1.3;
    }

    #matchScorePage .my-games-share-meta-line {
      color: #4b5563;
      font-size: 23px;
      line-height: 1.35;
    }

    #matchScorePage .my-games-share-status-row {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-bottom: 16px;
    }

    #matchScorePage .my-games-share-result-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 16px;
      border-radius: 999px;
      background: #f3f4f6;
      color: #334155;
      font-size: 18px;
      font-weight: 700;
      box-shadow: 0 12px 24px rgba(47, 109, 246, 0.16);
    }

    #matchScorePage .my-games-share-result-badge.is-confirmed,
    #matchScorePage .my-games-share-result-badge.is-auto {
      background: #eef4ff;
      color: #1d4ed8;
    }

    #matchScorePage .my-games-share-result-badge.is-pending {
      background: #f59e0b;
      color: #fff;
    }

    #matchScorePage .my-games-share-result-badge.is-contested {
      background: #ef4444;
      color: #fff;
    }

    #matchScorePage .my-games-share-division {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 12px 18px;
      border-radius: 18px;
      background: #eefaf4;
      border: 1px solid #bcebd0;
      color: #0a8f59;
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 22px;
    }

    #matchScorePage .my-games-share-match-card {
      flex: 1 1 auto;
      display: flex;
      flex-direction: column;
      gap: 22px;
      padding: 28px 28px 24px;
      border-radius: 28px;
      border: 1px solid rgba(15, 23, 42, 0.08);
      background: #fff;
      box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    }

    #matchScorePage .my-games-share-matchup {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 24px;
    }

    #matchScorePage .my-games-share-player {
      flex: 1 1 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      min-width: 0;
      text-align: center;
    }

    #matchScorePage .my-games-share-avatar-wrap {
      width: 148px;
      height: 148px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      overflow: hidden;
      background: #f5f7fb;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 14px;
    }

    #matchScorePage .my-games-share-avatar {
      width: 148px;
      height: 148px;
      display: block;
      object-fit: cover;
      object-position: center;
    }

    #matchScorePage .my-games-share-avatar.is-hidden-fallback {
      opacity: 0;
    }

    #matchScorePage .my-games-share-player-name {
      margin: 0;
      font-size: 34px;
      font-weight: 800;
      line-height: 1.15;
      color: #172033;
      word-break: break-word;
    }

    #matchScorePage .my-games-share-player-badge {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      min-height: 36px;
      min-width: 126px;
      padding: 0 14px;
      border-radius: 999px;
      background: #e8fbf1;
      color: #0d8f59;
      font-size: 16px;
      font-weight: 700;
    }

    #matchScorePage .my-games-share-player-badge.is-empty {
      visibility: hidden;
    }

    #matchScorePage .my-games-share-player-badge.is-coringa {
      background: #eef4ff;
      color: #1d4ed8;
    }

    #matchScorePage .my-games-share-versus {
      flex: 0 0 110px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #matchScorePage .my-games-share-versus-mark {
      width: 84px;
      height: 84px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #f3f6fb;
      color: #6b7280;
      font-size: 24px;
      font-weight: 800;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    #matchScorePage .my-games-share-score {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
      padding: 16px 18px;
      border-radius: 20px;
      background: #f6f8fc;
      border: 1px solid rgba(15, 23, 42, 0.06);
    }

    #matchScorePage .my-games-share-score-label {
      font-size: 18px;
      color: #64748b;
      font-weight: 700;
    }

    #matchScorePage .my-games-share-score-value {
      font-size: 34px;
      font-weight: 800;
      color: #172033;
      text-align: right;
      line-height: 1.15;
    }

    #matchScorePage .my-games-share-score-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 4px;
    }

    #matchScorePage .my-games-share-score-table th,
    #matchScorePage .my-games-share-score-table td {
      padding: 14px 10px;
      border-bottom: 1px solid rgba(15, 23, 42, 0.10);
      font-size: 20px;
      color: #172033;
    }

    #matchScorePage .my-games-share-score-table th {
      font-size: 17px;
      font-weight: 700;
      color: #64748b;
    }

    #matchScorePage .my-games-share-score-table td.is-center,
    #matchScorePage .my-games-share-score-table th.is-center {
      text-align: center;
    }

    #matchScorePage .my-games-share-score-table td.is-winner {
      font-weight: 800;
      color: #0d8f59;
    }

    #matchScorePage .my-games-share-row-badge {
      width: 34px;
      height: 34px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      font-size: 16px;
      font-weight: 800;
      line-height: 1;
    }

    #matchScorePage .my-games-share-row-badge.is-v {
      background: #22c55e;
      color: #fff;
    }

    #matchScorePage .my-games-share-row-badge.is-d {
      background: #64748b;
      color: #fff;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-top {
      margin-bottom: 14px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-meta {
      margin-bottom: 12px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-division {
      margin-bottom: 14px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-match-card {
      gap: 16px;
      padding: 24px 24px 20px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-avatar-wrap,
    #matchScorePage .my-games-share-card.is-compact .my-games-share-avatar {
      width: 128px;
      height: 128px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-player-name {
      font-size: 30px;
      line-height: 1.08;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-player-badge {
      margin-top: 8px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-versus {
      flex-basis: 92px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-versus-mark {
      width: 74px;
      height: 74px;
      font-size: 22px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-score {
      padding: 14px 16px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-score-value {
      font-size: 30px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-score-table th,
    #matchScorePage .my-games-share-card.is-compact .my-games-share-score-table td {
      padding: 11px 8px;
      font-size: 18px;
    }

    #matchScorePage .my-games-share-card.is-compact .my-games-share-score-table th {
      font-size: 16px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-top {
      margin-bottom: 10px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-meta {
      margin-bottom: 10px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-status-row {
      margin-bottom: 12px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-division {
      margin-bottom: 10px;
      font-size: 20px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-match-card {
      gap: 12px;
      padding: 20px 20px 18px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-avatar-wrap,
    #matchScorePage .my-games-share-card.is-tight .my-games-share-avatar {
      width: 112px;
      height: 112px;
      margin-bottom: 10px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-player-name {
      font-size: 26px;
      line-height: 1.05;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-player-badge {
      min-height: 32px;
      font-size: 15px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-versus {
      flex-basis: 80px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-versus-mark {
      width: 66px;
      height: 66px;
      font-size: 20px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-score {
      padding: 12px 14px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-score-label {
      font-size: 17px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-score-value {
      font-size: 28px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-score-table th,
    #matchScorePage .my-games-share-card.is-tight .my-games-share-score-table td {
      padding: 9px 7px;
      font-size: 17px;
    }

    #matchScorePage .my-games-share-card.is-tight .my-games-share-score-table th {
      font-size: 15px;
    }

    #matchScorePage .my-games-share-footer {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 24px;
      margin-top: 24px;
      padding-top: 20px;
      border-top: 1px solid rgba(15, 23, 42, 0.08);
    }

    #matchScorePage .my-games-share-date {
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 0;
    }

    #matchScorePage .my-games-share-date-label {
      font-size: 15px;
      letter-spacing: .08em;
      text-transform: uppercase;
      color: #64748b;
    }

    #matchScorePage .my-games-share-date-value {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.2;
      color: #172033;
    }

    #matchScorePage .my-games-share-footnote {
      max-width: 340px;
      font-size: 22px;
      font-weight: 700;
      line-height: 1.3;
      text-align: right;
      color: #1f3f8a;
    }

    @media (min-width: 768px) {
      #matchScorePage .my-games-filter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 575.98px) {
      #matchScorePage .match-card-result-highlight {
        align-items: flex-start;
        flex-direction: column;
      }

      #matchScorePage .my-games-share-top {
        gap: 14px;
      }

      #matchScorePage .my-games-share-top-badges {
        gap: 8px;
      }
    }
