/* TEST1 */

/* ========================================
   SPORT BETTING SECTION
   ======================================== */
.pm-sport-section {
  background: #111;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
}

.pm-sport-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.pm-sport-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #f5f5f5;
  margin: 0;
}

.pm-sport-bet-tabs {
  display: flex;
  gap: 4px;
}

.pm-bet-tab {
  background: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #a7a7a7;
  font-size: 0.8rem;
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.pm-bet-tab:hover {
  background: #2a2a2a;
  color: #f5f5f5;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.pm-bet-tab.active {
  background: linear-gradient(180deg, #f4de99 0%, #cd9d36 100%);
  color: #201500;
  border-color: rgba(241, 217, 138, 0.8);
  box-shadow: 0 4px 12px rgba(153, 112, 24, 0.35);
}

.pm-sport-type-tabs {
  display: flex;
  gap: 4px;
  padding: 10px 16px;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.pm-sport-type-tabs::-webkit-scrollbar { display: none; }

.pm-sport-type-tab {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #a7a7a7;
  font-size: 0.82rem;
  padding: 6px 14px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.2s ease-out;
}

.pm-sport-type-tab:hover {
  background: rgba(246, 255, 0, 0.1);
  color: #f5f5f5;
  border-color: rgba(246, 255, 0, 0.4);
  transform: translateY(-1px);
}

.pm-sport-type-tab.active {
  background: linear-gradient(180deg, #f6ff00, #e5c765);
  color: #111;
  font-weight: 600;
  border-color: #f6ff00;
  box-shadow: 0 4px 12px rgba(246, 255, 0, 0.3);
}

.pm-sport-league-label {
  padding: 8px 16px;
  font-size: 0.75rem;
  color: #a7a7a7;
  background: #0e0e0e;
}

.pm-sport-matches {
  display: flex;
  flex-direction: column;
}

.pm-sport-match {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  gap: 12px;
  transition: background 0.15s;
}

.pm-sport-match:hover {
  background: rgba(255,255,255,0.03);
}

.pm-sport-match-left {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.pm-sport-live-badge {
  background: #d32f2f;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 3px;
  white-space: nowrap;
}

.pm-sport-match-time {
  font-size: 0.72rem;
  color: #a7a7a7;
  white-space: nowrap;
}

.pm-sport-teams-col {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pm-sport-team-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: #f5f5f5;
}

.pm-sport-team-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-sport-score {
  font-size: 0.82rem;
  color: #a7a7a7;
  margin-left: auto;
}

.pm-sport-score strong {
  color: #f5f5f5;
}

.pm-sport-match-odds {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.pm-sport-odd-btn {
  background: linear-gradient(180deg, #1f1a15, #161310);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 5px;
  padding: 8px 14px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  transition: all 0.25s ease-out;
}

.pm-sport-odd-btn:hover {
  background: linear-gradient(180deg, #2a2015, #1f1811);
  border-color: rgba(229, 199, 101, 0.6);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.18);
}

.pm-sport-odd-btn.selected {
  background: linear-gradient(180deg, #f3dc95, #cca039);
  border-color: rgba(241, 217, 138, 0.9);
  color: #201500;
  box-shadow: 0 8px 18px rgba(153, 112, 24, 0.35);
}

.pm-odd-num {
  color: #5bc8f5;
  font-size: 0.9rem;
  font-weight: 700;
  display: block;
}

.pm-odd-lbl {
  color: #a7a7a7;
  font-size: 0.7rem;
  display: block;
  margin-top: 1px;
}

.pm-outcomes-highlight {
  background: #1a1a3a;
  border-radius: 6px;
  padding: 10px 20px;
  color: #5bc8f5;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  flex: 1;
}

.pm-sport-fav {
  background: transparent;
  border: none;
  color: #555;
  font-size: 1.1rem;
  cursor: pointer;
  padding: 4px;
  transition: all 0.2s ease-out;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pm-sport-fav:hover {
  color: #f6ff00;
  transform: scale(1.2);
}

.pm-sport-fav.favorited {
  color: #f6ff00;
  text-shadow: 0 0 8px rgba(246, 255, 0, 0.5);
}

.pm-flag { font-size: 1.1rem; }

/* ========================================
   LIVE SECTIONS (Virtual Cricket & Cricket)
   ======================================== */
.pm-live-section {
  background: #111;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

.pm-live-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pm-live-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 700;
  color: #f5f5f5;
}

.pm-live-badge {
  background: #e53935;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}

.pm-live-more {
  font-size: 0.8rem;
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.15s;
}

.pm-live-more:hover { color: #f5f5f5; }

.pm-live-cards-row {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pm-live-cards-row::-webkit-scrollbar { display: none; }

.pm-live-slider {
  position: relative;
}

.pm-live-cards-row--cricket {
  scroll-behavior: smooth;
  padding-right: 44px;
}

.pm-live-swipe-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: linear-gradient(180deg, rgba(37, 28, 14, 0.95), rgba(19, 14, 8, 0.95));
  color: #f1d98a;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  transition: all 0.2s ease-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pm-live-swipe-prev {
  left: 4px;
}

.pm-live-swipe-next {
  right: 4px;
}

.pm-live-section:hover .pm-live-swipe-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pm-live-swipe-prev:hover {
  transform: translateY(-50%) translateX(-1px);
  border-color: rgba(241, 217, 138, 0.8);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.25);
}

.pm-live-swipe-next:hover {
  transform: translateY(-50%) translateX(1px);
  border-color: rgba(241, 217, 138, 0.8);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.25);
}

.pm-live-card {
  background: #1a1a1a;
  border-radius: 8px;
  min-width: 260px;
  max-width: 300px;
  flex-shrink: 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.07);
  transition: border-color 0.15s;
}

.pm-live-card:hover {
  border-color: rgba(246,255,0,0.25);
}

.pm-live-card-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

.pm-live-card-league {
  font-size: 0.72rem;
  color: #a7a7a7;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pm-live-count {
  font-size: 0.72rem;
  color: #5bc8f5;
  white-space: nowrap;
}

.pm-live-card-fav {
  background: transparent;
  border: none;
  color: #555;
  cursor: pointer;
  font-size: 1rem;
  transition: color 0.15s;
}

.pm-live-card-fav:hover { color: #f6ff00; }

.pm-live-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}

.pm-live-team-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  flex: 1;
  text-align: center;
}

.pm-live-team-logo {
  font-size: 1.8rem;
}

.pm-live-team-logo-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #f5f5f5;
  font-weight: 700;
}

.pm-live-team-text {
  font-size: 0.75rem;
  color: #f5f5f5;
  text-align: center;
  max-width: 80px;
}

.pm-live-score-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.pm-live-innings {
  font-size: 0.65rem;
  color: #e53935;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.pm-live-score-main {
  font-size: 1rem;
  font-weight: 700;
  color: #f5f5f5;
}

.pm-live-score-sub {
  font-size: 0.65rem;
  color: #a7a7a7;
}

.pm-live-icon {
  font-size: 0.9rem;
  color: #5bc8f5;
}

.pm-live-card-odds {
  display: flex;
  gap: 6px;
}

.pm-live-odd-btn {
  flex: 1;
  background: #222;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 5px;
  padding: 8px 6px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: background 0.15s;
}

.pm-live-odd-btn:hover {
  background: #2a2a2a;
  border-color: rgba(91,200,245,0.4);
}

/* ========================================
   INSTANT GAMES SECTION
   ======================================== */
.pm-games-section {
  background: #111;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

.pm-games-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.pm-games-title {
  font-size: 1rem;
  font-weight: 700;
  color: #f5f5f5;
  margin: 0;
}

.pm-games-all {
  font-size: 0.8rem;
  color: #a7a7a7;
  text-decoration: none;
  transition: color 0.15s;
}

.pm-games-all:hover { color: #f5f5f5; }

.pm-games-grid {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pm-games-grid::-webkit-scrollbar { display: none; }

.pm-game-card {
  flex-shrink: 0;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
}

.pm-game-img-wrap {
  width: 120px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color 0.15s, transform 0.15s;
}

.pm-game-card:hover .pm-game-img-wrap {
  border-color: rgba(246,255,0,0.4);
  transform: translateY(-2px);
}

.pm-game-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.pm-game-name {
  font-size: 0.75rem;
  color: #f5f5f5;
  text-align: center;
  line-height: 1.3;
}

.pm-game-name small {
  display: block;
  color: #a7a7a7;
  font-size: 0.65rem;
}

.pm-game-exclusive {
  position: relative;
}

.pm-game-exclusive-badge {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #111;
  color: #f6ff00;
  font-size: 0.55rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid #f6ff00;
  white-space: nowrap;
  z-index: 2;
}

/* ========================================
   POPULAR LIVE CASINO SECTION
   ======================================== */
.pm-casino-section {
  background: #111;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

.pm-casino-grid {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pm-casino-slider {
  position: relative;
}
.pm-casino-grid {
  scroll-behavior: smooth;
  padding: 0 44px;
}

.pm-casino-grid::-webkit-scrollbar { display: none; }

.pm-casino-card {
  flex-shrink: 0;
  width: 180px;
  cursor: pointer;
}

.pm-casino-img-wrap {
  width: 180px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 8px;
  transition: border-color 0.15s, transform 0.15s;
}

.pm-casino-card:hover .pm-casino-img-wrap {
  border-color: rgba(246,255,0,0.4);
  transform: translateY(-2px);
}

.pm-casino-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
}

.pm-casino-placeholder--play {
  justify-content: center;
}

.pm-casino-multiplier {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #f6c90e;
  font-size: 0.75rem;
  font-weight: 700;
}

.pm-casino-play-btn {
  background: rgba(255,210,0,0.9);
  color: #000;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  padding-left: 4px;
}

.pm-casino-card-title {
  color: #f5f5f5;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 6px;
}

.pm-casino-game-label {
  color: #f6c90e;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.pm-casino-game-label2 {
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}

.pm-casino-live-badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #e53935;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 3px;
}

.pm-casino-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.pm-casino-name {
  font-size: 0.82rem;
  color: #f5f5f5;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 178px;
}

.pm-casino-provider {
  font-size: 0.7rem;
  color: #a7a7a7;
}

/* ========================================
   TRUSTED PARTNERS SECTION
   ======================================== */
.pm-partners-section {
  background: #111;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}

.pm-partners-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.pm-partners-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #f5f5f5;
}

.pm-partners-subtitle {
  color: #a7a7a7;
  font-size: 0.78rem;
}

.pm-partners-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.pm-partner-card {
  background: linear-gradient(180deg, var(--pm-casino-panel-2) 0%, #120d08 100%);
  border: 1px solid var(--pm-casino-border);
  border-radius: 16px;
  min-height: 360px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: center;
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}

.pm-partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 217, 138, 0.72);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.45), 0 0 18px rgba(212, 175, 55, 0.2);
}

.pm-partner-crown {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--pm-casino-gold-soft);
}

.pm-partner-brand {
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--pm-casino-gold-soft);
  font-weight: 800;
}

.pm-partner-site {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.2;
  color: var(--pm-casino-text);
  font-weight: 700;
}

.pm-partner-pill {
  margin-top: 2px;
  padding: 10px 22px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f3dc95, #c9962f);
  color: #241600;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.pm-partner-offer {
  margin: 0;
  color: var(--pm-casino-gold-soft);
  font-size: 1.06rem;
  font-weight: 700;
}

.pm-partner-offer-sub {
  margin: -4px 0 0;
  color: var(--pm-casino-muted);
  font-size: 0.94rem;
}

.pm-partner-credentials {
  width: 100%;
  border: 1px solid var(--pm-casino-border);
  border-radius: 12px;
  background: linear-gradient(180deg, #171109, #100b06);
  padding: 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.pm-partner-credentials span {
  color: var(--pm-casino-text);
  font-size: 1.08rem;
  line-height: 1.15;
  font-weight: 700;
}

.pm-partner-credentials strong {
  color: var(--pm-casino-gold-soft);
}

.pm-partner-copy-btn {
  margin-top: auto;
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--pm-casino-border);
  background: linear-gradient(180deg, #1f1710, #151008);
  color: var(--pm-casino-gold-soft);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 11px 8px;
  cursor: pointer;
  transition: background 0.2s ease-out, color 0.2s ease-out, transform 0.2s ease-out;
}

.pm-partner-copy-btn:hover {
  background: linear-gradient(180deg, #f3dc95, #c9962f);
  color: #241600;
  transform: translateY(-1px);
}

.pm-partner-copy-btn.copied {
  background: #1f8f49;
  border-color: #1f8f49;
  color: #fff;
}

@media (max-width: 992px) {
  .pm-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Responsive: stack/scroll gracefully on mobile */
@media (max-width: 600px) {
  .pm-sport-match-odds { gap: 4px; }
  .pm-sport-odd-btn { min-width: 48px; padding: 6px 8px; }
  .pm-live-card { min-width: 220px; }
  .pm-casino-card { width: 150px; }
  .pm-casino-img-wrap { width: 150px; }

  .pm-partners-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .pm-partner-card {
    min-height: 340px;
    padding: 14px 12px;
  }

  .pm-partner-brand {
    font-size: 1.65rem;
  }

  .pm-partner-site {
    font-size: 1rem;
  }

  .pm-partner-pill {
    font-size: 0.94rem;
    padding: 9px 18px;
  }

  .pm-partner-credentials span {
    font-size: 0.98rem;
  }
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #050505;
}

/* wrapper below header */
.pm-shell {
  display: flex;
  min-height: calc(100vh - var(--pm-header-height));
  background: #050505;
}

/* LEFT SIDEBAR: sticks on the left the whole time */
.pm-sidebar {
  width: 280px;          /* same as before */
  flex-shrink: 0;
  position: sticky;
  top: var(--pm-header-height);                 /* sits just under header */
  align-self: flex-start;
  height: calc(100vh - var(--pm-header-height));
  overflow-y: auto;                              /* its own scroll if long */
  z-index: 5;                                    /* above middle content */
}

/* MIDDLE COLUMN: slides up/down independently */
.pm-main {
  flex: 1;
  min-width: 0;
  padding: 16px 24px 40px;
  max-height: calc(100vh - var(--pm-header-height));
  overflow-y: auto;                              /* separate scroll area */
  overflow-x: hidden;
  background: #090909;
}

/* optional: make scrollbars minimal */
.pm-main::-webkit-scrollbar,
.pm-sidebar::-webkit-scrollbar {
  width: 6px;
}
.pm-main::-webkit-scrollbar-thumb,
.pm-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

/* TEST1 */

/* Header Styles */
:root {
  --pm-bg: #0b0a08;
  --pm-bg-elevated: #15120d;
  --pm-border-subtle: rgba(212, 175, 55, 0.18);
  --pm-text: #f7f3ea;
  --pm-text-muted: #b6ab96;
  --pm-accent: #d4af37;
  --pm-accent-hover: #e5c765;
  --pm-btn-dark: #1a1712;
  --pm-transition-fast: 160ms ease-out;
  --pm-shadow:
    0 0 0 1px rgba(212, 175, 55, 0.14),
    0 12px 30px rgba(0, 0, 0, 0.55);
  --pm-header-height: 72px;
  --pm-header-side-width: 240px;
  --pm-control-height: 44px;
  --pm-radius-sm: 4px;
  --pm-radius-pill: 999px;
  --pm-max-width: 1680px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #202020 0, #050505 55%, #000 100%);
  color: var(--pm-text);
  -webkit-font-smoothing: antialiased;
}

/* HEADER WRAPPER */

.pm-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(18px);
  background: linear-gradient(180deg, rgba(8, 7, 5, 0.97), rgba(14, 10, 6, 0.95));
  border-bottom: 1px solid var(--pm-border-subtle);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.pm-header::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% -60%, rgba(212, 175, 55, 0.24), transparent 45%),
    radial-gradient(circle at 85% -80%, rgba(212, 175, 55, 0.16), transparent 50%);
}

.pm-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(229, 199, 101, 0.8), transparent);
}

.pm-header-inner {
  position: relative;
  max-width: var(--pm-max-width);
  margin: 0 auto;
  height: var(--pm-header-height);
  padding: 0 10px;
  display: grid;
  grid-template-columns: minmax(220px, var(--pm-header-side-width)) 1fr minmax(220px, var(--pm-header-side-width));
  align-items: center;
  gap: 14px;
}

/* LEFT: LOGO + BURGER */

.pm-left {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  justify-self: start;
  min-height: var(--pm-control-height);
}

.pm-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: var(--pm-control-height);
  padding: 0 14px;
  margin-left: -4px;
  background: linear-gradient(180deg, #16120b, #0d0a06);
  color: var(--pm-accent);
  font-family: "Cinzel", serif;
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: var(--pm-shadow);
  border: 1px solid rgba(212, 175, 55, 0.35);
}

.pm-logo-mark {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #f5dd8d, #b98a1f);
  color: #2a1b00;
  font-size: 0.9rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.pm-logo-text {
  line-height: 1;
}

/* nice burger */

.pm-burger {
  width: 40px;
  height: 40px;
  align-self: center;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(212, 175, 55, 0.07);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 0;
  transition:
    background var(--pm-transition-fast),
    border-color var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-burger span {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: #f3dd96;
  transition:
    transform var(--pm-transition-fast),
    opacity var(--pm-transition-fast);
}

.pm-burger:hover {
  background: rgba(229, 199, 101, 0.2);
  border-color: rgba(229, 199, 101, 0.45);
  transform: translateY(-1px);
}

/* B U R G E R  - active */

.pm-header.is-open .pm-burger span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.pm-header.is-open .pm-burger span:nth-child(2) {
  opacity: 0;
}

.pm-header.is-open .pm-burger span:nth-child(3) {
.pm-casino-section:hover .pm-live-swipe-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
  transform: translateY(-6px) rotate(-45deg);
}

/* CENTER NAV */

.pm-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-width: 0;
  justify-self: center;
  min-height: var(--pm-control-height);
}

.pm-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  height: 38px;
  padding: 0 11px;
  line-height: 1;
  font-size: 0.79rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--pm-text-muted);
  text-decoration: none;
  white-space: nowrap;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  transition:
    color var(--pm-transition-fast),
    background var(--pm-transition-fast),
    border-color var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-nav-link::after {
  display: none;
}

.pm-nav-link:hover {
  color: var(--pm-text);
  border-color: rgba(229, 199, 101, 0.3);
  background: rgba(212, 175, 55, 0.1);
  transform: translateY(-1px);
}

.pm-nav-link.active {
  color: #201600;
  border-color: rgba(229, 199, 101, 0.55);
  background: linear-gradient(180deg, #f3dc95, #cca039);
  box-shadow:
    inset 0 1px 0 rgba(255, 239, 186, 0.45),
    0 0 12px rgba(153, 112, 24, 0.22);
}

/* RIGHT SIDE */

.pm-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  justify-self: end;
  min-height: var(--pm-control-height);
}

/* icon button */

.pm-icon-btn {
  width: var(--pm-control-height);
  height: var(--pm-control-height);
  align-self: center;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: linear-gradient(180deg, #17120d, #100d08);
  color: #e7c870;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  transition:
    background var(--pm-transition-fast),
    color var(--pm-transition-fast),
    border-color var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-icon-btn:hover {
  background: linear-gradient(180deg, #21180f, #18120b);
  border-color: rgba(229, 199, 101, 0.52);
  color: #f5dd9a;
  transform: translateY(-1px);
}

.pm-icon-btn i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transform: translateY(0);
}

/* language pill */

.pm-lang {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  height: 38px;
  border-radius: var(--pm-radius-pill);
  border: 1px solid var(--pm-border-subtle);
  background: rgba(255, 255, 255, 0.02);
  color: var(--pm-text);
  cursor: pointer;
  font-size: 0.86rem;
  font-weight: 500;
  transition:
    background var(--pm-transition-fast),
    border-color var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-lang:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-1px);
}

.pm-flag {
  font-size: 1rem;
}

/* buttons */

.pm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: var(--pm-control-height);
  border-radius: var(--pm-radius-pill);
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  white-space: nowrap;
  transition:
    background var(--pm-transition-fast),
    color var(--pm-transition-fast),
    box-shadow var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-btn--ghost {
  background: linear-gradient(180deg, #1a1510, #14100c);
  color: #eadcb9;
  border: 1px solid rgba(212, 175, 55, 0.28);
}

.pm-btn--ghost:hover {
  background: linear-gradient(180deg, #241b12, #1a140d);
  border-color: rgba(229, 199, 101, 0.55);
  transform: translateY(-1px);
}

.pm-btn--accent {
  background: linear-gradient(180deg, #f3dc95, #c9962f);
  color: #241600;
  border: 1px solid rgba(245, 220, 149, 0.7);
  box-shadow:
    0 0 0 1px rgba(58, 39, 0, 0.65),
    0 0 16px rgba(183, 135, 34, 0.24);
}

.pm-btn--accent:hover {
  background: linear-gradient(180deg, #ffe6a2, #d5a741);
  transform: translateY(-1px);
}

/* Hard alignment normalization for header controls */
.pm-logo,
.pm-nav-link,
.pm-icon-btn,
.pm-btn {
  align-self: center;
  vertical-align: middle;
}

/* RESPONSIVE BEHAVIOUR */

/* Large tablets: tighten gap, hide some text if needed */
@media (max-width: 1200px) {
  .pm-header-inner {
    grid-template-columns: minmax(200px, 220px) 1fr minmax(200px, 220px);
  }

  .pm-nav {
    gap: 8px;
  }

  .pm-nav-link {
    font-size: 0.74rem;
    padding: 0 9px;
    height: 34px;
  }

  .pm-btn {
    padding: 0 13px;
  }
}

/* Tablets & below: convert nav to slide-down menu */
@media (max-width: 992px) {
  .pm-header-inner {
    display: flex;
    justify-content: space-between;
    height: 64px;
    padding-inline: 10px;
  }

  .pm-left,
  .pm-right {
    width: auto;
  }

  .pm-nav {
    position: fixed;
    inset: 64px 0 auto 0;
    background: rgba(10, 8, 6, 0.99);
    border-bottom: 1px solid rgba(212, 175, 55, 0.22);
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 18px 18px;
    gap: 10px;
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 210ms ease-out,
      opacity 210ms ease-out;
  }

  .pm-header.is-open .pm-nav {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .pm-nav-link {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(212, 175, 55, 0.16);
    background: rgba(212, 175, 55, 0.05);
  }

  .pm-nav-link::after {
    display: none;
  }

  .pm-right {
    gap: 6px;
  }

  .pm-lang {
    padding-inline: 10px;
  }
}

/* Phones: simplify right side */
@media (max-width: 768px) {
  .pm-header-inner {
    gap: 10px;
  }

  .pm-right {
    gap: 6px;
  }

  .pm-lang-code {
    display: none;
  }

  .pm-btn--ghost {
    display: none; /* hide login text, keep Sign up primary */
  }

  .pm-logo {
    font-size: 0.84rem;
    padding-inline: 8px;
  }

  .pm-logo-text {
    font-size: 0.68rem;
    letter-spacing: 0.05em;
  }

  .pm-logo-mark {
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
}

/* Header styles end */

/* side menu */
:root {
  --pm-bg-sidebar: #090909;
  --pm-bg-item: #101010;
  --pm-bg-item-hover: #151515;
  --pm-border-subtle: rgba(255, 255, 255, 0.06);
  --pm-border-strong: rgba(255, 255, 255, 0.08);
  --pm-text: #f5f5f5;
  --pm-text-muted: #a8a8a8;
  --pm-accent: #f6ff00;
  --pm-radius-md: 8px;
  --pm-radius-sm: 4px;
  --pm-transition-fast: 150ms ease-out;
}

/* SIDEBAR WRAPPER */

.pm-sidebar {
  width: 280px;
  min-width: 260px;
  background: var(--pm-bg-sidebar);
  border-right: 1px solid var(--pm-border-subtle);
  padding: 8px 0 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  overflow-y: auto;
}

/* SCROLLBAR (optional) */

.pm-sidebar::-webkit-scrollbar {
  width: 6px;
}

.pm-sidebar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

/* MAIN SPORTS LIST */

.pm-sport-nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--pm-border-subtle);
  border-bottom: 1px solid var(--pm-border-subtle);
}

.pm-sport-item {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 14px 18px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--pm-border-subtle);
  color: var(--pm-text-muted);
  font-size: 0.96rem;
  text-align: left;
  cursor: pointer;
  transition:
    background var(--pm-transition-fast),
    color var(--pm-transition-fast),
    transform var(--pm-transition-fast);
}

.pm-sport-item:last-child {
  border-bottom: none;
}

.pm-sport-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.pm-sport-label {
  flex: 1;
}

.pm-sport-item:hover {
  background: var(--pm-bg-item-hover);
  color: var(--pm-text);
  transform: translateY(-1px);
}

.pm-sport-item.active {
  background: var(--pm-bg-item);
  color: var(--pm-text);
  box-shadow:
    0 0 0 1px var(--pm-border-strong),
    0 14px 30px rgba(0, 0, 0, 0.65);
}

/* SECTIONS (CRICKET POPULAR, FOOTBALL POPULAR) */

.pm-section {
  padding: 0 14px;
}

.pm-section-header {
  padding: 4px 4px 10px;
  color: var(--pm-text-muted);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* LEAGUE LIST CARDS */

.pm-league-list {
  background: #121212;
  border-radius: var(--pm-radius-md);
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.02),
    0 14px 26px rgba(0, 0, 0, 0.7);
}

.pm-league-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: var(--pm-text);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  transition:
    background var(--pm-transition-fast),
    transform var(--pm-transition-fast),
    box-shadow var(--pm-transition-fast);
}

.pm-league-item:last-child {
  border-bottom: none;
}

.pm-league-flag {
  flex-shrink: 0;
  width: 24px;
  text-align: center;
  font-size: 1.1rem;
}

.pm-league-text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  flex: 1;
  min-width: 0;
}

.pm-league-country {
  font-size: 0.78rem;
  color: var(--pm-text-muted);
}

.pm-league-name {
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pm-league-arrow {
  flex-shrink: 0;
  font-size: 1.1rem;
  color: var(--pm-text-muted);
}

.pm-league-item:hover {
  background: #181818;
  transform: translateY(-1px);
  box-shadow:
    0 10px 22px rgba(0, 0, 0, 0.75);
}

/* RESPONSIVE */

@media (max-width: 1024px) {
  .pm-sidebar {
    width: 240px;
    min-width: 230px;
  }
}

/* Optional: use as slide-out drawer on mobile, tied to your burger */

@media (max-width: 768px) {
  .pm-sidebar {
    position: fixed;
    top: 64px; /* match your header height */
    left: 0;
    height: calc(100vh - 64px);
    transform: translateX(-100%);
    transition: transform 210ms ease-out;
    z-index: 900;
  }

  .pm-sidebar.is-open {
    transform: translateX(0);
  }
}

/* side menu */


/* middle1 */
:root {
  --pm-accent: #f6ff00;
  --pm-accent-hover: #ffff3d;
  --pm-text: #f5f5f5;
  --pm-text-muted: #a8a8a8;
  --pm-border-subtle: rgba(255, 255, 255, 0.08);
}

/* SECTION WRAPPER */

.pm-hero-section {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* HERO BANNER */

.pm-hero-card {
  position: relative;
  min-height: 260px;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 26px 45px rgba(0, 0, 0, 0.85);
}

.pm-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(1.1) contrast(1.05);
  opacity: 1;
  transition: opacity 260ms ease-out;
}

.pm-hero-bg.is-fading {
  opacity: 0.25;
}

.pm-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
      rgba(0, 0, 0, 0.2) 0,
      rgba(0, 0, 0, 0.75) 46%,
      rgba(0, 0, 0, 0.96) 100%);
}

.pm-hero-body {
  position: relative;
  padding: 32px 32px 36px;
  max-width: 520px;
  background: #00000080;
  color: var(--pm-text);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pm-hero-kicker {
  font-size: 2rem;
  color: var(--pm-accent);
}

.pm-hero-title {
  font-size: 2.1rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.pm-hero-sub {
  color: var(--pm-text-muted);
  font-size: 0.98rem;
}

.pm-hero-cta {
  margin-top: 16px;
  align-self: flex-start;
  padding: 11px 26px;
  border-radius: 999px;
  border: none;
  background: var(--pm-accent);
  color: #111;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 18px 38px rgba(0, 0, 0, 0.85);
  transition:
    background 150ms ease-out,
    transform 150ms ease-out,
    box-shadow 150ms ease-out;
}

.pm-hero-cta:hover {
  background: var(--pm-accent-hover);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.8),
    0 24px 48px rgba(0, 0, 0, 0.9);
}

/* CATEGORY STRIP */

.pm-category-strip {
  display: flex;
  gap: 14px;
  padding: 12px 10px 4px;
  background: #101010;
  border-radius: 999px;
  overflow-x: auto;
  scrollbar-width: none;
}

.pm-category-strip::-webkit-scrollbar {
  display: none;
}

.pm-category-pill {
  min-width: 84px;
  padding: 10px 12px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #151515;
  color: var(--pm-text-muted);
  font-size: 0.8rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.pm-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 20%, #444, #111);
  font-size: 1.4rem;
}

.pm-category-label {
  white-space: nowrap;
}

.pm-category-pill:hover {
  background: #1d1d1d;
  transform: translateY(-2px);
  color: var(--pm-text);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.pm-category-pill.active {
  border-color: var(--pm-accent);
  background: linear-gradient(180deg, #f6ff00, #e5c765);
  color: #111;
  box-shadow: 0 6px 16px rgba(246, 255, 0, 0.25);
}

/* HOT MATCHES HEADER */

.pm-hot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 4px;
}

.pm-hot-title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--pm-text);
  font-weight: 600;
}

.pm-hot-icon {
  font-size: 1.1rem;
}

.pm-hot-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  color: var(--pm-text-muted);
  text-decoration: none;
  cursor: pointer;
}

.pm-hot-more span {
  font-size: 1rem;
}

/* HOT MATCHES GRID */

.pm-hot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pm-hot-card {
  background: #141414;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--pm-border-subtle);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
}

.pm-hot-card-header {
  padding: 8px 12px;
  background: linear-gradient(to right, #37371e, #181818);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--pm-text-muted);
}

.pm-hot-league {
  font-weight: 500;
}

.pm-hot-meta {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #fbbf24;
}

.pm-hot-teams {
  padding: 12px 12px 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pm-hot-team {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pm-team-logo {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #444, #111);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.pm-team-name {
  font-size: 0.9rem;
}

/* ODDS ROW */

.pm-hot-odds {
  margin-top: 8px;
  padding: 10px 10px 12px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.pm-odd {
  border-radius: 6px;
  background: #1b1b1b;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  cursor: pointer;
  transition:
    background 150ms ease-out,
    border-color 150ms ease-out,
    transform 150ms ease-out;
}

.pm-odd-value {
  font-weight: 600;
  font-size: 0.98rem;
  color: var(--pm-text);
}

.pm-odd-label {
  font-size: 0.7rem;
  color: var(--pm-text-muted);
}

.pm-odd:hover {
  background: #232323;
  border-color: var(--pm-accent);
  transform: translateY(-1px);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .pm-hot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .pm-hero-body {
    padding: 22px 18px 26px;
    max-width: none;
  }

  .pm-hero-title {
    font-size: 1.7rem;
  }

  .pm-hot-grid {
    grid-template-columns: 1fr;
  }

  .pm-category-strip {
    border-radius: 16px;
  }
}

/* middle1 */


/* footer */
:root {
  --pm-footer-bg: #050505;
  --pm-footer-bg-alt: #070707;
  --pm-footer-border: rgba(255, 255, 255, 0.08);
  --pm-footer-text: #e8e8e8;
  --pm-footer-muted: #9a9a9a;
  --pm-accent: #f6ff00;
}

.pm-footer {
  background: radial-gradient(circle at top, #151515 0, #050505 55%, #020202 100%);
  border-top: 1px solid var(--pm-footer-border);
  padding: 32px 16px 18px;
  color: var(--pm-footer-text);
  margin-top: 32px;
}

.pm-footer-inner {
  max-width: 1320px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 2.1fr 1.3fr 1.3fr 1.7fr;
  gap: 32px;
}

/* BRAND COLUMN */

.pm-footer-logo {
  display: inline-flex;
  padding: 6px 10px;
  margin-bottom: 10px;
  border-radius: 2px;
  background: #000;
  color: var(--pm-accent);
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.pm-footer-desc {
  font-size: 0.86rem;
  color: var(--pm-footer-muted);
  max-width: 320px;
  line-height: 1.6;
}

.pm-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 12px 0 10px;
}

.pm-footer-badge {
  font-size: 0.7rem;
  padding: 4px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--pm-footer-muted);
}

.pm-footer-social {
  display: flex;
  gap: 8px;
  margin-top: 6px;
}

.pm-footer-social-link {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--pm-footer-bg-alt);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  color: var(--pm-footer-text);
  text-decoration: none;
  transition:
    background 140ms ease-out,
    border-color 140ms ease-out,
    transform 140ms ease-out;
}

.pm-footer-social-link:hover {
  background: #111;
  border-color: var(--pm-accent);
  transform: translateY(-1px);
}

/* COLUMNS & LINKS */

.pm-footer-col {
  min-width: 0;
}

.pm-footer-title {
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--pm-footer-muted);
  margin-bottom: 10px;
}

.pm-footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.pm-footer-list a {
  font-size: 0.9rem;
  color: var(--pm-footer-text);
  text-decoration: none;
  opacity: 0.9;
  transition: color 140ms ease-out, opacity 140ms ease-out, transform 140ms ease-out;
}

.pm-footer-list a:hover {
  color: var(--pm-accent);
  opacity: 1;
  transform: translateX(2px);
}

/* PAYMENT CHIPS */

.pm-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.pm-pay-chip {
  padding: 4px 9px;
  font-size: 0.72rem;
  border-radius: 6px;
  background: #121212;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--pm-footer-muted);
}

/* BOTTOM BAR */

.pm-footer-bottom {
  max-width: 1320px;
  margin: 0 auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.pm-footer-copy {
  font-size: 0.78rem;
  color: var(--pm-footer-muted);
}

.pm-footer-licenses {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  color: var(--pm-footer-muted);
}

.pm-footer-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.4);
}

/* RESPONSIVE ---------------------------------- */

@media (max-width: 1024px) {
  .pm-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .pm-footer {
    padding: 24px 16px 16px;
  }

  .pm-footer-inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pm-footer-brand {
    order: 4;
  }

  .pm-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .pm-footer-logo {
    font-size: 1.2rem;
  }

  .pm-footer-copy {
    font-size: 0.74rem;
  }
}

/* footer */

/* ========================================
   GLOBAL CASINO VIBE OVERRIDES
   ======================================== */
:root {
  --pm-casino-bg-1: #060503;
  --pm-casino-bg-2: #0d0904;
  --pm-casino-bg-3: #140d05;
  --pm-casino-panel: #15100a;
  --pm-casino-panel-2: #1c140c;
  --pm-casino-gold: #d4af37;
  --pm-casino-gold-soft: #f1d98a;
  --pm-casino-cyan: #65d4ff;
  --pm-casino-border: rgba(212, 175, 55, 0.22);
  --pm-casino-text: #f6f0e3;
  --pm-casino-muted: #b7a98f;
}

body {
  background:
    radial-gradient(circle at 10% -10%, rgba(212, 175, 55, 0.22), transparent 36%),
    radial-gradient(circle at 90% -20%, rgba(212, 175, 55, 0.14), transparent 40%),
    linear-gradient(180deg, var(--pm-casino-bg-3) 0%, var(--pm-casino-bg-1) 42%, #040302 100%);
  color: var(--pm-casino-text);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.35;
}

.pm-shell,
.pm-main {
  background: transparent;
}

.pm-sidebar {
  background: linear-gradient(180deg, #0e0a06 0%, #090704 100%);
  border-right: 1px solid var(--pm-casino-border);
}

.pm-sport-item.active,
.pm-league-list,
.pm-hero-card,
.pm-hot-card,
.pm-sport-section,
.pm-live-section,
.pm-games-section,
.pm-casino-section,
.pm-partners-section,
.pm-live-card,
.pm-footer,
#index {
  border: 1px solid var(--pm-casino-border);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.45),
    0 18px 34px rgba(0, 0, 0, 0.5);
}

.pm-sport-section,
.pm-live-section,
.pm-games-section,
.pm-casino-section,
.pm-partners-section,
.pm-hot-card,
.pm-live-card,
.pm-league-list,
.pm-category-strip,
.pm-footer {
  background: linear-gradient(180deg, var(--pm-casino-panel) 0%, #0f0b07 100%);
}

.pm-hot-card-header,
.pm-sport-league-label,
.pm-live-card-top {
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.2), rgba(212, 175, 55, 0.04));
}

.pm-sport-section-title,
.pm-games-title,
.pm-live-section-title,
.pm-hot-title,
.pm-footer-logo,
h1, h2, h3, h4 {
  color: var(--pm-casino-gold-soft);
}

h1, h2, h3, h4,
.pm-logo-text,
.pm-footer-logo {
  font-family: "Cinzel", serif;
  letter-spacing: 0.02em;
}

p,
li,
.pm-footer-desc,
.pm-footer-copy,
.pm-team-name,
.pm-live-team-text,
.pm-sport-team-name {
  color: var(--pm-casino-text);
}

a {
  color: #efc965;
}

a:hover {
  color: #ffe09d;
}

.pm-hot-more,
.pm-games-all,
.pm-live-more,
.pm-footer-title,
.pm-footer-provider,
.pm-casino-provider,
.pm-sport-match-time,
.pm-live-card-league,
.pm-league-country,
.pm-odd-lbl {
  color: var(--pm-casino-muted);
}

.pm-odd-num,
.pm-odd-value,
.pm-sport-score strong,
.pm-outcomes-highlight {
  color: var(--pm-casino-cyan);
}

.pm-odd,
.pm-sport-odd-btn,
.pm-live-odd-btn,
.pm-bet-tab,
.pm-category-pill,
.pm-game-img-wrap,
.pm-casino-img-wrap,
.pm-pay-chip,
.pm-footer-social-link {
  border-color: var(--pm-casino-border);
  background: linear-gradient(180deg, var(--pm-casino-panel-2), #15100b);
}

.pm-odd:hover,
.pm-sport-odd-btn:hover,
.pm-live-odd-btn:hover,
.pm-bet-tab:hover,
.pm-category-pill:hover,
.pm-game-card:hover .pm-game-img-wrap,
.pm-casino-card:hover .pm-casino-img-wrap,
.pm-footer-social-link:hover {
  border-color: rgba(241, 217, 138, 0.7);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.2);
}

.pm-sport-type-tab.active,
.pm-bet-tab.active,
.pm-category-pill.active,
.pm-hot-meta,
.pm-live-badge,
.pm-sport-live-badge {
  background: linear-gradient(180deg, #f4de99 0%, #cd9d36 100%);
  color: #201500;
  border-color: rgba(241, 217, 138, 0.8);
}

#index {
  margin-top: 24px;
  border-radius: 14px;
  padding: 22px 12px;
  background: linear-gradient(180deg, rgba(18, 13, 8, 0.98), rgba(9, 7, 5, 0.98));
}

#index .container {
  max-width: 1220px;
}

#index img {
  border-radius: 12px;
  border: 1px solid var(--pm-casino-border);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.45);
}

#index ul,
#index ol {
  padding-left: 20px;
}

@media (max-width: 768px) {
  #index {
    padding: 16px 8px;
  }
}

/* ========================================
   RESPONSIVE LAYOUT, DRAWER, FAQ, MOBILE NAV
   ======================================== */

body {
  overflow-x: hidden;
}

body.pm-menu-open {
  overflow: hidden;
}

.pm-shell {
  width: min(100%, var(--pm-max-width));
  margin: 0 auto;
  align-items: flex-start;
}

.pm-main {
  padding: 18px clamp(14px, 2vw, 24px) 40px;
}

.pm-drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(3, 3, 3, 0.72);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 180ms ease-out;
  z-index: 1090;
}

.pm-drawer-backdrop.is-visible {
  opacity: 1;
}

.pm-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: min(380px, calc(100vw - 16px));
  height: 100vh;
  background: linear-gradient(180deg, rgba(14, 10, 7, 0.98), rgba(7, 5, 3, 0.99));
  border-right: 1px solid rgba(241, 217, 138, 0.18);
  box-shadow: 22px 0 60px rgba(0, 0, 0, 0.48);
  transform: translateX(-100%);
  transition: transform 220ms ease-out;
  z-index: 1100;
  display: flex;
  flex-direction: column;
}

.pm-drawer.is-open {
  transform: translateX(0);
}

.pm-drawer-head {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pm-drawer-close {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(241, 217, 138, 0.26);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #f6ff00;
  font-size: 1.45rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pm-drawer-logo {
  display: inline-flex;
  align-items: center;
  color: #f6ff00;
  text-decoration: none;
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.pm-drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 12px 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pm-drawer-link,
.pm-drawer-toggle {
  width: 100%;
  min-height: 68px;
  padding: 16px 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  color: #f5f0e6;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 1rem;
  font-weight: 500;
}

.pm-drawer-link--primary {
  background: rgba(255, 255, 255, 0.045);
}

.pm-drawer-toggle {
  cursor: pointer;
}

.pm-drawer-link-copy {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.pm-drawer-link-icon {
  width: 24px;
  text-align: center;
  color: #d6d0c6;
  font-size: 1.05rem;
}

.pm-drawer-link-text {
  color: #f5f0e6;
}

.pm-drawer-caret {
  font-size: 1rem;
  color: #9f9f9f;
  transition: transform 160ms ease-out;
}

.pm-drawer-group.is-open .pm-drawer-caret {
  transform: rotate(180deg);
}

.pm-drawer-submenu {
  display: grid;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  padding: 0 6px;
  transition: max-height 180ms ease-out, padding 180ms ease-out;
}

.pm-drawer-group.is-open .pm-drawer-submenu {
  max-height: 220px;
  padding-top: 10px;
}

.pm-drawer-sublink,
.pm-drawer-mini-link {
  padding: 11px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--pm-casino-text);
  text-decoration: none;
  font-size: 0.92rem;
}

.pm-drawer-section {
  padding: 4px 6px 0;
}

.pm-drawer-section-title {
  margin: 0 0 10px;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--pm-casino-gold-soft);
}

.pm-drawer-promo-links {
  display: grid;
  gap: 8px;
}

.pm-drawer-banner-stack {
  display: grid;
  gap: 12px;
}

.pm-drawer-banner {
  min-height: 80px;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.pm-drawer-banner::after {
  content: "";
  position: absolute;
  inset: auto -18px -22px auto;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.pm-drawer-banner--violet {
  background: linear-gradient(90deg, #5b2faf, #8d58e1 65%, #c08cff);
}

.pm-drawer-banner--blue {
  background: linear-gradient(90deg, #003b8e, #1d6dff 60%, #5ea4ff);
}

.pm-drawer-banner--gold {
  background: linear-gradient(90deg, #6a6900, #a39c00 65%, #c9cb31);
}

.pm-drawer-banner-copy,
.pm-drawer-banner-btn {
  position: relative;
  z-index: 1;
}

.pm-drawer-banner-copy {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pm-drawer-banner-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #f6ff00;
  color: #171308;
  font-size: 0.88rem;
  font-weight: 700;
}

.pm-community-section {
  margin-top: 28px;
  padding: 22px;
  border-radius: 16px;
  border: 1px solid var(--pm-casino-border);
  background: linear-gradient(180deg, rgba(20, 15, 10, 0.98), rgba(11, 8, 5, 0.98));
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
}

.pm-community-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.pm-community-kicker,
.pm-panel-badge {
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(241, 217, 138, 0.1);
  border: 1px solid rgba(241, 217, 138, 0.2);
  color: var(--pm-casino-gold-soft);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pm-community-title {
  margin: 12px 0 10px;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.15;
}

.pm-community-copy {
  max-width: 720px;
  margin: 0;
  color: var(--pm-casino-muted);
}

.pm-community-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(241, 217, 138, 0.38);
  background: linear-gradient(180deg, #f3dc95, #c9962f);
  color: #1f1406;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.pm-community-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.pm-testimonials-panel,
.pm-faq-panel {
  min-width: 0;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(29, 21, 14, 0.94), rgba(15, 11, 8, 0.98));
  border: 1px solid rgba(241, 217, 138, 0.12);
}

.pm-panel-heading {
  margin-bottom: 16px;
}

.pm-panel-heading h3 {
  margin: 12px 0 0;
  font-size: 1.24rem;
}

.pm-testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pm-testimonial-card {
  padding: 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.pm-testimonial-stars {
  color: #f6ff00;
  letter-spacing: 0.16em;
  margin-bottom: 12px;
}

.pm-testimonial-card p {
  margin: 0 0 16px;
  color: var(--pm-casino-text);
  font-size: 0.94rem;
  line-height: 1.65;
}

.pm-testimonial-meta {
  display: grid;
  gap: 4px;
}

.pm-testimonial-meta strong {
  color: var(--pm-casino-gold-soft);
}

.pm-testimonial-meta span {
  color: var(--pm-casino-muted);
  font-size: 0.84rem;
}

.pm-faq-list {
  display: grid;
  gap: 12px;
}

.pm-faq-item {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.pm-faq-question {
  width: 100%;
  padding: 18px 18px 16px;
  border: 0;
  background: transparent;
  color: var(--pm-casino-text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
  font-size: 0.98rem;
  font-weight: 600;
}

.pm-faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 217, 138, 0.12);
  color: var(--pm-casino-gold-soft);
  transition: transform 160ms ease-out;
}

.pm-faq-item.is-open .pm-faq-icon {
  transform: rotate(45deg);
}

.pm-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 180ms ease-out;
}

.pm-faq-item.is-open .pm-faq-answer {
  max-height: 180px;
}

.pm-faq-answer p {
  margin: 0;
  padding: 0 18px 18px;
  color: var(--pm-casino-muted);
  line-height: 1.7;
}

.pm-bottom-nav {
  display: none;
}

@media (max-width: 1360px) {
  .pm-sidebar {
    width: 252px;
    min-width: 252px;
  }

  .pm-testimonial-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .pm-shell {
    display: block;
    min-height: auto;
  }

  .pm-sidebar {
    display: none;
  }

  .pm-main {
    max-height: none;
    overflow: visible;
    padding: 16px 16px 42px;
  }

}

@media (max-width: 992px) {
  .pm-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    height: 64px;
    padding-inline: 12px;
  }

  .pm-nav {
    display: none;
  }

  .pm-right {
    width: auto;
    margin-left: auto;
  }

  .pm-sport-section-header,
  .pm-live-section-header,
  .pm-games-header,
  .pm-community-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .pm-sport-match {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .pm-sport-match-odds {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .pm-outcomes-highlight {
    width: 100%;
  }

  .pm-live-swipe-btn {
    display: none;
  }
}

@media (max-width: 768px) {
  .pm-right .pm-btn--ghost,
  .pm-right .pm-btn--accent {
    display: none;
  }

  .pm-main {
    padding: 14px 12px calc(96px + env(safe-area-inset-bottom));
  }

  .pm-hero-card {
    min-height: 320px;
  }

  .pm-hero-body {
    min-height: 100%;
    justify-content: flex-end;
  }

  .pm-live-card {
    min-width: min(84vw, 320px);
  }

  .pm-game-card,
  .pm-game-img-wrap {
    width: 106px;
  }

  .pm-game-img-wrap {
    height: 88px;
  }

  .pm-casino-card,
  .pm-casino-img-wrap {
    width: 156px;
  }

  .pm-casino-img-wrap {
    height: 108px;
  }

  .pm-community-section {
    margin-top: 22px;
    padding: 18px 14px;
  }

  .pm-testimonial-list {
    grid-template-columns: 1fr;
  }

  .pm-drawer {
    width: min(100vw, 372px);
  }

  .pm-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1085;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
    background: rgba(16, 16, 16, 0.97);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
  }

  .pm-bottom-nav-item {
    min-height: 58px;
    padding: 6px 4px;
    border: 0;
    background: transparent;
    color: #a8a8a8;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 0.74rem;
    font-weight: 600;
  }

  .pm-bottom-nav-item i {
    font-size: 1.22rem;
  }

  .pm-bottom-nav-item.is-active,
  .pm-bottom-nav-item:hover,
  .pm-bottom-nav-item:focus {
    color: #f6ff00;
  }

  .floating-whatsapp {
    bottom: 88px !important;
    left: 12px !important;
  }

  .floating-whatsapp img {
    width: 52px !important;
    height: 52px !important;
  }
}

@media (max-width: 560px) {
  .pm-logo {
    padding-inline: 8px;
    gap: 6px;
  }

  .pm-logo-text {
    font-size: 0.62rem;
    letter-spacing: 0.05em;
  }

  .pm-sport-section-header {
    padding-inline: 12px;
  }

  .pm-bet-tab {
    padding-inline: 10px;
  }

  .pm-drawer-head {
    padding-inline: 14px;
  }

  .pm-drawer-body {
    padding-inline: 10px;
  }
}

/* Sport section mobile refinements */
@media (max-width: 768px) {
  .pm-sport-section-header {
    padding: 12px;
    gap: 10px;
    align-items: stretch;
  }

  .pm-sport-bet-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .pm-bet-tab {
    width: 100%;
    padding: 8px 6px;
    text-align: center;
  }

  .pm-sport-type-tabs {
    padding: 10px 12px;
    gap: 8px;
  }

  .pm-sport-league-label {
    padding: 8px 12px;
  }

  .pm-sport-match {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
    align-items: start;
  }

  .pm-sport-match-left {
    width: 100%;
    gap: 8px;
    align-items: flex-start;
    padding-right: 26px;
  }

  .pm-sport-teams-col {
    width: 100%;
  }

  .pm-sport-team-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;
  }

  .pm-sport-team-name {
    min-width: 0;
  }

  .pm-sport-match-odds {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    padding-bottom: 0;
  }

  .pm-sport-odd-btn {
    width: 100%;
    min-width: 0;
    padding: 8px 6px;
  }

  .pm-outcomes-highlight {
    width: 100%;
    padding: 9px 10px;
    font-size: 0.82rem;
  }

  .pm-sport-fav {
    position: absolute;
    top: 9px;
    right: 8px;
  }
}

@media (max-width: 560px) {
  .pm-sport-section-title {
    font-size: 1rem;
  }

  .pm-sport-type-tab {
    font-size: 0.76rem;
    padding: 6px 12px;
  }

  .pm-sport-live-badge,
  .pm-sport-match-time {
    font-size: 0.68rem;
  }

  .pm-sport-team-row {
    font-size: 0.8rem;
  }

  .pm-odd-num {
    font-size: 0.84rem;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.pm-header,
.pm-header-inner,
.pm-left,
.pm-right,
.pm-logo,
.pm-logo-text,
.pm-shell,
.pm-main,
.pm-hero-section,
.pm-hero-card,
.pm-hero-body {
  min-width: 0;
}

@media (max-width: 768px) {
  .pm-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    width: 100%;
    max-width: 100%;
    gap: 8px;
    padding-inline: 10px;
    box-sizing: border-box;
  }

  .pm-left {
    flex: 1 1 auto;
    min-width: 0;
    gap: 8px;
  }

  .pm-right {
    flex: 0 0 auto;
    width: auto;
    min-width: 0;
  }

  .pm-logo {
    flex: 1 1 auto;
    max-width: 100%;
    padding-inline: 8px;
  }

  .pm-logo-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.62rem;
    letter-spacing: 0.04em;
  }

  .pm-icon-btn {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
  }

  .pm-main {
    width: 100%;
    max-width: 100%;
    padding-inline: 10px;
    box-sizing: border-box;
    overflow-x: clip;
  }

  .pm-hero-section,
  .pm-hero-card,
  .pm-hero-body {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .pm-hero-title {
    font-size: clamp(2rem, 8vw, 3rem);
    line-height: 0.98;
  }

  .pm-hero-sub {
    font-size: 0.95rem;
    max-width: 28ch;
  }

  .pm-hero-cta {
    width: min(100%, 280px);
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pm-header-inner {
    padding-inline: 8px;
    gap: 6px;
  }

  .pm-left {
    gap: 6px;
  }

  .pm-logo {
    padding-inline: 7px;
  }

  .pm-logo-text {
    font-size: 0.56rem;
    letter-spacing: 0.03em;
  }

  .pm-logo-mark {
    width: 20px;
    height: 20px;
    font-size: 0.74rem;
  }

  .pm-burger,
  .pm-icon-btn {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .pm-main {
    padding-inline: 8px;
  }
}