/* ==========================================================================
   BetHub / SkyExchange Mobile Responsive Stylesheet
   Pixel-perfect match with official mobile betting exchange interface:
   - Screen 1: Match Detail Screen (Event Detail with live odds & markets)
   - Screen 2: Account Screen (Wallet, menu items, logout & policy links)
   - Screen 3: Match List Screen (Filter tabs, Games section, Cricket matches)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. DESKTOP ISOLATION (Screen Width >= 992px)
   Ensure mobile components are completely hidden on desktop screens.
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .mobile-header-bar,
  .mobile-news-ticker,
  .mobile-filter-tabs,
  .mobile-section-header,
  .mobile-game-item,
  .mobile-match-list-container,
  .mobile-event-detail-container,
  .mobile-account-screen,
  .mobile-bottom-nav,
  .mobile-drawer-backdrop,
  .mobile-betslip-sheet,
  .mobile-games-screen,
  .mobile-sports-drawer,
  .mobile-multi-markets-container,
  [class*="mobile-"] {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   2. BASE MOBILE VIEWPORT & RESETS (Screen Width <= 991px)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) {
  html, body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    background-color: #f0f2f5 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Reset any hardcoded desktop container widths */
  .full-wrap,
  .main_wrap,
  .header,
  .top,
  .menu-wrap,
  .home_page,
  .card-container,
  .profileWrap,
  .wrapper_dashboard {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  /* Hide Desktop Header on mobile */
  app-header .header.full-wrap,
  app-header .header,
  app-d7-header .header.full-wrap,
  app-d7-header .header,
  .top .header,
  .menu-wrap,
  .top .header .logoBox,
  .top .header .search-wrap,
  .top .header .account-wrap,
  .top .header .login-wrap {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

  .top.headerHeight {
    height: auto !important;
    min-height: 52px !important;
    max-height: none !important;
    background: #000000 !important;
    border-bottom: none !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99990 !important;
    padding: 0 !important;
  }

  .home_page {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }

  /* Hide desktop odds columns on landing cards when mobile list renders */
  body.mobile-active-view .game-highlight-wrap,
  body.mobile-active-view #gameHighlightWrap,
  body.mobile-active-view .headgameNav,
  body.mobile-active-view .kv-wrap {
    display: none !important;
  }

  /* --------------------------------------------------------------------------
     2.1 COMPREHENSIVE DESKTOP LAYOUT SUPPRESSION ON MOBILE VIEW
     Hide all Angular desktop views, sidebars, desktop betslips & skeleton loaders
     -------------------------------------------------------------------------- */
  body.mobile-active-view app-sport-main,
  body.mobile-active-view app-sport-left-sidebar,
  body.mobile-active-view app-d7-player-sidebar,
  body.mobile-active-view app-player-sidebar,
  body.mobile-active-view app-d1-player-sidebar,
  body.mobile-active-view app-d2-player-sidebar,
  body.mobile-active-view app-d3-player-sidebar,
  body.mobile-active-view app-d4-player-sidebar,
  body.mobile-active-view app-d5-player-sidebar,
  body.mobile-active-view app-d6-player-sidebar,
  body.mobile-active-view app-d8-player-sidebar,
  body.mobile-active-view app-d9-player-sidebar,
  body.mobile-active-view app-d10-player-sidebar,
  body.mobile-active-view app-d11-player-sidebar,
  body.mobile-active-view app-event-detail,
  body.mobile-active-view app-d7-player-event-detail,
  body.mobile-active-view app-d3-player-event-detail,
  body.mobile-active-view app-d4-player-event-detail,
  body.mobile-active-view app-d5-player-event-detail,
  body.mobile-active-view app-d6-player-event-detail,
  body.mobile-active-view app-d9-player-event-detail,
  body.mobile-active-view app-d10-player-event,
  body.mobile-active-view app-d11-player-event-detail,
  body.mobile-active-view app-player-event-detail,
  body.mobile-active-view app-betslip,
  body.mobile-active-view app-d7-betslip,
  body.mobile-active-view app-d3-sport-betslip,
  body.mobile-active-view app-d4-betslip,
  body.mobile-active-view app-d5-betslip,
  body.mobile-active-view app-d6-betslip,
  body.mobile-active-view app-d8-betslip,
  body.mobile-active-view app-d9-betslip,
  body.mobile-active-view app-d9-mobile-betslip,
  body.mobile-active-view app-d10-betslip,
  body.mobile-active-view app-d11-betslip,
  body.mobile-active-view app-d7-market-dashboard,
  body.mobile-active-view app-d4-market-dashboard,
  body.mobile-active-view app-d5-marketdashboard-gametype,
  body.mobile-active-view app-d6-marketdashboard-gametype,
  body.mobile-active-view app-d9-market-dashboard,
  body.mobile-active-view app-d10-market-dashboard,
  body.mobile-active-view app-d7-casino-events,
  body.mobile-active-view app-d7-casino-sidebar,
  body.mobile-active-view app-casino-events,
  body.mobile-active-view app-casino-sidebar,
  body.mobile-active-view app-d7-gametype-marketcard,
  body.mobile-active-view app-d4-gametype-marketcard,
  body.mobile-active-view app-d9-gametype-marketcard,
  body.mobile-active-view app-d10-gametype-marketcard,
  body.mobile-active-view .wrapper_dashboard,
  body.mobile-active-view .sidemenu,
  body.mobile-active-view .sidebar,
  body.mobile-active-view .center-panel,
  body.mobile-active-view .right-sidebar,
  body.mobile-active-view .right_sidebar,
  body.mobile-active-view .betslip-wrap,
  body.mobile-active-view .betslip_wrap,
  body.mobile-active-view .empty-list-info,
  body.mobile-active-view .tab-betslip,
  body.mobile-active-view .dummyEventRow,
  body.mobile-active-view .dummyEventBox,
  body.mobile-active-view .dummyeventDtl,
  body.mobile-active-view .tab-highlight.landingpg-tabhighlight,
  body.mobile-active-view .event_detail,
  body.mobile-active-view .match-main-box,
  body.mobile-active-view .market-wrapper,
  body.mobile-active-view .market-box,
  body.mobile-active-view .middle-content,
  body.mobile-active-view app-root > app-sport-main,
  body.mobile-active-view app-root > .main_wrap,
  body.mobile-active-view app-root > div.full-wrap:not(.top),
  body.mobile-active-view .home_page:not(.mobile-content-wrap) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }


  /* --------------------------------------------------------------------------
     3. TOP HEADER BAR (Matching All 3 Images)
     -------------------------------------------------------------------------- */
  .mobile-header-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 52px !important;
    padding: 0 10px !important;
    background: #000000 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 99995 !important;
  }

  .mobile-bets-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    border-radius: 18px !important;
    padding: 4px 12px !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }

  .mobile-bets-btn:active {
    background: rgba(255, 255, 255, 0.2) !important;
  }

  .mobile-header-right {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .mobile-account-block {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    text-align: right !important;
    line-height: 1.25 !important;
  }

  .mobile-account-main {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
  }

  .mobile-account-exp {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    white-space: nowrap !important;
  }

  .mobile-account-exp .red-exp {
    color: #ff3333 !important;
    font-weight: 700 !important;
  }

  .mobile-icon-btn {
    width: 32px !important;
    height: 32px !important;
    border-radius: 4px !important;
    background: #1a1a1a !important;
    border: 1px solid #333333 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    cursor: pointer !important;
    padding: 0 !important;
  }

  .mobile-icon-btn:active {
    background: #333333 !important;
  }

  /* --------------------------------------------------------------------------
     4. NEWS TICKER (Matching All 3 Images)
     -------------------------------------------------------------------------- */
  .mobile-news-ticker {
    display: flex !important;
    align-items: center !important;
    height: 30px !important;
    background: #0d1b2a !important;
    color: #ffffff !important;
    font-size: 11px !important;
    padding: 0 8px !important;
    border-bottom: 1px solid #162432 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .mobile-news-label {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    flex-shrink: 0 !important;
    padding-right: 6px !important;
  }

  .mobile-news-marquee-container {
    flex: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }

  .mobile-news-marquee {
    display: inline-block !important;
    padding-left: 100% !important;
    animation: mobileMarqueeAnim 28s linear infinite !important;
    font-size: 11px !important;
    color: #cfd8dc !important;
  }

  @keyframes mobileMarqueeAnim {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }

  .mobile-news-close {
    font-size: 14px !important;
    cursor: pointer !important;
    color: #90a4ae !important;
    padding: 0 4px !important;
    flex-shrink: 0 !important;
  }

  /* --------------------------------------------------------------------------
     5. MATCH LIST SCREEN (Matching Screenshots 1 & 2)
     -------------------------------------------------------------------------- */
  .mobile-match-list-container {
    width: 100% !important;
    box-sizing: border-box !important;
    padding-bottom: 75px !important;
    background: #f0f2f5 !important;
  }

  /* 5.1 Hero Promotional Banner Carousel */
  .mobile-banner-carousel-wrap {
    position: relative !important;
    width: 100% !important;
    height: 145px !important;
    overflow: hidden !important;
    background: #000000 !important;
  }

  .mobile-banner-slider {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
  }

  .mobile-banner-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 0 !important;
    transition: opacity 0.5s ease-in-out !important;
    cursor: pointer !important;
  }

  .mobile-banner-slide.active {
    opacity: 1 !important;
    z-index: 1 !important;
  }

  .banner-bottom-disclaimer {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(0, 0, 0, 0.78) !important;
    color: #ffca28 !important;
    font-size: 9.5px !important;
    font-weight: 600 !important;
    padding: 3px 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    z-index: 2 !important;
    letter-spacing: 0.2px !important;
  }

  .mobile-banner-indicators {
    position: absolute !important;
    bottom: 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    gap: 6px !important;
    z-index: 3 !important;
  }

  .banner-dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
  }

  .banner-dot.active {
    background: #ffb80c !important;
    width: 16px !important;
    border-radius: 3px !important;
  }

  /* 5.2 Quick Horizontal Sub-Tabs Bar (Dark Strip Below Carousel) */
  .mobile-quick-subtabs-strip {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 7px 8px !important;
    background: #08121a !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    border-bottom: 1px solid #142332 !important;
  }

  .mobile-quick-subtabs-strip::-webkit-scrollbar {
    display: none !important;
  }

  .quick-subtab-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 4px 8px !important;
    background: #111d28 !important;
    border: 1px solid #1c3247 !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    flex-shrink: 0 !important;
    transition: background 0.15s ease !important;
  }

  .quick-subtab-item:active {
    background: #1a2f44 !important;
  }

  .quick-subtab-item .subtab-icon {
    font-size: 11px !important;
  }

  /* 5.3 Golden-Yellow Category Selector Bar */
  .mobile-sports-yellow-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 38px !important;
    background: #ffb80c !important;
    padding: 0 4px !important;
    position: sticky !important;
    top: 52px !important;
    z-index: 99990 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.18) !important;
  }

  .sports-yellow-tabs-scroll {
    display: flex !important;
    align-items: center !important;
    gap: 3px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    flex: 1 !important;
    min-width: 0 !important;
  }

  .sports-yellow-tabs-scroll::-webkit-scrollbar {
    display: none !important;
  }

  .sports-yellow-tab {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    padding: 5px 8px !important;
    color: #111111 !important;
    font-size: 11.5px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
    border-radius: 3px !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    user-select: none !important;
    transition: all 0.15s ease !important;
  }

  .sports-yellow-tab.active {
    background: #11161b !important;
    color: #ffb80c !important;
  }

  .sports-yellow-tab .live-pulse-badge {
    color: #e53935 !important;
    font-size: 10px !important;
    font-weight: 900 !important;
  }

  .sports-yellow-tab.active .live-pulse-badge {
    color: #ff5252 !important;
  }

  .sports-yellow-search-btn {
    width: 32px !important;
    height: 32px !important;
    background: transparent !important;
    border: none !important;
    color: #111111 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .mobile-search-bar-row {
    padding: 6px 10px !important;
    background: #162432 !important;
    display: none;
  }

  .mobile-search-bar-row.show {
    display: block !important;
  }

  .mobile-search-input {
    width: 100% !important;
    height: 34px !important;
    border-radius: 4px !important;
    border: 1px solid #ffb80c !important;
    padding: 0 10px !important;
    font-size: 12.5px !important;
    box-sizing: border-box !important;
    outline: none !important;
    background: #ffffff !important;
    color: #111111 !important;
  }

  /* 5.4 Floating Side Promo Badge (JILI SLOT) */
  .mobile-floating-promo-badge {
    position: fixed !important;
    right: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 44px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #e60050 0%, #ff1744 100%) !important;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.45) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99994 !important;
    cursor: pointer !important;
    transition: transform 0.15s ease !important;
  }

  .mobile-floating-promo-badge:active {
    transform: translateY(-50%) scale(0.92) !important;
  }

  .floating-badge-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    line-height: 1.1 !important;
  }

  .floating-badge-slot {
    color: #ffea00 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
  }

  .floating-badge-sub {
    color: #ffffff !important;
    font-size: 9.5px !important;
    font-weight: 800 !important;
  }

  /* 5.5 Clean White Card Matches List */
  .mobile-matches-list-wrap {
    width: 100% !important;
  }

  .mobile-match-item {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    cursor: pointer !important;
    transition: background 0.15s ease !important;
  }

  .mobile-match-item:active {
    background: #f1f5f9 !important;
  }

  .mobile-match-item-left {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
    flex: 1 !important;
    min-width: 0 !important;
    padding-right: 10px !important;
  }

  .match-status-live {
    color: #e53935 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
  }

  .match-status-time {
    color: #546e7a !important;
    font-size: 11px !important;
    font-weight: 600 !important;
  }

  .match-title-text {
    color: #0078d7 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .mobile-pushpin-btn {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    border: 1.5px solid #94a3b8 !important;
    color: #64748b !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    background: transparent !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: all 0.15s ease !important;
  }

  .mobile-pushpin-btn.pinned {
    background: #0078d7 !important;
    color: #ffffff !important;
    border-color: #0078d7 !important;
  }

  /* --------------------------------------------------------------------------
     6. MATCH DETAIL SCREEN (Matching Screenshots 1 & 2)
     -------------------------------------------------------------------------- */
  .mobile-event-detail-container {
    width: 100% !important;
    box-sizing: border-box !important;
    padding-bottom: 75px !important;
    background: #eef2f5 !important;
  }

  /* 6.1 Quick Nav Strip (Top Match Switcher Pills - Matching Screenshot 1) */
  .mobile-quick-nav {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #0f1c26 !important;
    padding: 6px 8px !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    border-bottom: 1px solid #162432 !important;
  }

  .mobile-quick-nav::-webkit-scrollbar {
    display: none !important;
  }

  .mobile-quick-nav-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #192734 !important;
    border: 1px solid #2d3e50 !important;
    border-radius: 4px !important;
    padding: 5px 10px !important;
    color: #ffca28 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    letter-spacing: 0.2px !important;
  }

  .mobile-quick-nav-pill svg,
  .mobile-quick-nav-pill span,
  .mobile-quick-nav-pill i {
    color: #ffca28 !important;
    font-weight: 800 !important;
  }

  .mobile-quick-nav-pill.active {
    background: #1e3346 !important;
    border-color: #3b82f6 !important;
  }

  /* 6.2 Event Header Banner (#1c303f centered breadcrumb bar - Matching Screenshot 1) */
  .mobile-event-header-banner {
    background: #1c303f !important;
    color: #ffffff !important;
    padding: 7px 12px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-sizing: border-box !important;
    border-bottom: 1px solid #142432 !important;
  }

  .mobile-event-banner-title {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: #ffffff !important;
    max-width: 100% !important;
  }

  .mobile-event-banner-datetime {
    font-size: 10.5px !important;
    color: #cfd8dc !important;
    margin-top: 2px !important;
    font-weight: 600 !important;
  }

  /* 6.3 Filter Pills (All green circle, Match Odds, Bookmaker, Bookmaker +1%, Fancy Markets - Matching Screenshot 1) */
  .mobile-event-filter-pills {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 6px 8px !important;
    background: #f0f2f5 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .mobile-event-filter-pills::-webkit-scrollbar {
    display: none !important;
  }

  .filter-pill-all {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    background: #00c853 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    border: none !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15) !important;
  }

  .filter-pill-btn {
    height: 30px !important;
    padding: 0 13px !important;
    border-radius: 15px !important;
    background: #1967a9 !important;
    color: #ffffff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    cursor: pointer !important;
    border: none !important;
    user-select: none !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) !important;
  }

  .filter-pill-btn.active {
    background: #1565c0 !important;
  }

  /* 6.4 Market Cards (Matching Screenshots 1 & 2) */
  .mobile-market-card {
    background: #ffffff !important;
    border-top: 1px solid #d0d7de !important;
    border-bottom: 1px solid #d0d7de !important;
    margin-bottom: 6px !important;
  }

  /* Characteristic Header with Dark Angled Tab on Left and Light on Right */
  .mobile-market-header {
    background: #f1f4f8 !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 10px 0 0 !important;
    border-bottom: 1px solid #d0d7de !important;
    box-sizing: border-box !important;
  }

  .market-header-tab {
    background: #1b2936 !important;
    color: #ffffff !important;
    height: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 14px 0 10px !important;
    border-radius: 0 14px 0 0 !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.1px !important;
    flex-shrink: 0 !important;
  }

  .market-header-tab i {
    font-size: 13px !important;
    opacity: 0.9 !important;
  }

  .market-cashout-btn {
    background: #cfd8dc !important;
    color: #37474f !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 2px 7px !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
    cursor: pointer !important;
    margin-left: 8px !important;
    flex-shrink: 0 !important;
  }

  .market-header-right {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .market-pin-text {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    letter-spacing: 0.2px !important;
  }

  .header-info-right {
    font-size: 14px !important;
    color: #37474f !important;
    cursor: pointer !important;
  }

  /* Market Subhead with Min/Max and Back/Lay labels */
  .market-table-subhead {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 3px 10px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #f0f3f6 !important;
    min-height: 24px !important;
  }

  .minmax-badge {
    background: #cfe0ea !important;
    color: #1976d2 !important;
    padding: 2px 7px !important;
    border-radius: 3px !important;
    font-size: 10px !important;
    font-weight: 700 !important;
  }

  .minmax-badge strong {
    color: #111111 !important;
    margin-left: 3px !important;
  }

  .market-subhead-cols-wrap {
    display: flex !important;
    gap: 6px !important;
    margin-left: auto !important;
  }

  .market-subhead-col {
    width: 60px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    border-radius: 2px !important;
  }

  .market-subhead-col.back-box {
    background: #72bbef !important;
    border: 1px solid #5aa5db !important;
  }

  .market-subhead-col.lay-box {
    background: #faa9ba !important;
    border: 1px solid #e593a4 !important;
  }

  .market-subhead-col.text-only {
    background: transparent !important;
    border: none !important;
    color: #263238 !important;
    font-weight: 800 !important;
  }

  /* Market Runner Rows with Back & Lay Odds Boxes */
  .market-runner-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 5px 10px !important;
    border-bottom: 1px solid #eef2f5 !important;
    background: #ffffff !important;
  }

  .market-runner-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
    flex: 1 !important;
    min-width: 0 !important;
    padding-right: 8px !important;
  }

  .runner-title-wrap {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
  }

  .runner-title {
    font-size: 12.5px !important;
    font-weight: 800 !important;
    color: #111111 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .runner-profit {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #111111 !important;
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
  }

  .runner-arrow-svg {
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 2px !important;
    fill: #111111 !important;
  }

  .subtext-notice {
    font-size: 9.5px !important;
    color: #455a64 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-top: 1px !important;
  }

  .market-odds-cell-group {
    position: relative !important;
    display: flex !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
  }

  .market-odds-cell {
    width: 60px !important;
    height: 40px !important;
    border-radius: 3px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: transform 0.1s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
  }

  .market-odds-cell:active {
    transform: scale(0.96) !important;
  }

  .market-odds-cell.back {
    background: #72bbef !important;
    color: #000000 !important;
    border-color: #5aa5db !important;
  }

  .market-odds-cell.lay {
    background: #faa9ba !important;
    color: #000000 !important;
    border-color: #e593a4 !important;
  }

  .market-odds-cell.single-value .odds-price {
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .market-odds-cell.suspended-back,
  .market-odds-cell.suspended-no {
    background: #467493 !important;
    color: #1a3344 !important;
    border-color: #3b607a !important;
  }

  .market-odds-cell.suspended-lay,
  .market-odds-cell.suspended-yes {
    background: #9e5968 !important;
    color: #441a22 !important;
    border-color: #844855 !important;
  }

  .odds-price {
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    color: inherit !important;
  }

  .odds-size {
    font-size: 10px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: inherit !important;
    opacity: 0.9 !important;
  }

  /* Suspended & Ball Running Overlays (Semi-transparent with white text - Screenshots 1 & 2) */
  .odds-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.2px !important;
    z-index: 5 !important;
    user-select: none !important;
    color: #ffffff !important;
    background: rgba(0, 0, 0, 0.25) !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.9) !important;
    pointer-events: none !important;
  }

  /* 6.5 Fancy Markets Section (Matching Screenshot 2 Exactly) */
  .mobile-fancy-header-bar {
    background: #eef2f5 !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 10px 0 0 !important;
    margin-top: 6px !important;
    border-top: 1px solid #d0d7de !important;
    border-bottom: 1px solid #d0d7de !important;
  }

  .fancy-segmented-toggle {
    display: inline-flex !important;
    background: #37474f !important;
    border-radius: 14px !important;
    padding: 2px !important;
    border: 1px solid #455a64 !important;
    position: relative !important;
    align-items: center !important;
  }

  .fancy-segment-btn {
    padding: 3px 12px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #cfd8dc !important;
    border: none !important;
    background: transparent !important;
    cursor: pointer !important;
    display: inline-flex !important;
    align-items: center !important;
    user-select: none !important;
  }

  .fancy-segment-btn.active {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .fancy-premium-wrap {
    position: relative !important;
    display: inline-flex !important;
  }

  .fancy-premium-wrap .badge-new {
    position: absolute !important;
    top: -8px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #e53935 !important;
    color: #ffffff !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    padding: 1px 4px !important;
    border-radius: 3px !important;
    line-height: 10px !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
  }

  .mobile-fancy-subtabs-bar {
    display: flex !important;
    align-items: center !important;
    background: #1c303f !important;
    border-bottom: 1px solid #142330 !important;
    padding: 0 10px !important;
    gap: 8px !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .mobile-fancy-subtabs-bar::-webkit-scrollbar {
    display: none !important;
  }

  .fancy-subtab {
    padding: 6px 4px !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #78909c !important;
    cursor: pointer !important;
    position: relative !important;
    user-select: none !important;
    white-space: nowrap !important;
  }

  .fancy-subtab.active {
    color: #ffffff !important;
  }

  .fancy-subtab-sep {
    color: #37474f !important;
    font-size: 11px !important;
  }

  .fancy-subhead-row {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    padding: 3px 10px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
  }

  .fancy-subhead-cols {
    display: flex !important;
    gap: 6px !important;
  }

  .fancy-col-label {
    width: 60px !important;
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    border-radius: 2px !important;
  }

  .fancy-col-label.no {
    background: #faa9ba !important;
    border: 1px solid #e593a4 !important;
  }

  .fancy-col-label.yes {
    background: #72bbef !important;
    border: 1px solid #5aa5db !important;
  }

  .fancy-info-icon {
    color: #37474f !important;
    font-size: 13px !important;
    margin-left: auto !important;
    padding-right: 12px !important;
    cursor: pointer !important;
  }

  /* --------------------------------------------------------------------------
     7. ACCOUNT SCREEN (Image 2)
     -------------------------------------------------------------------------- */
  .mobile-account-screen {
    position: fixed !important;
    top: 52px !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100vh - 108px) !important;
    background: #f0f2f5 !important;
    z-index: 99996 !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    display: none;
    box-sizing: border-box !important;
  }

  .mobile-account-screen.open {
    display: block !important;
  }

  .mobile-account-user-bar {
    background: #ffb80c !important;
    color: #000000 !important;
    padding: 10px 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
  }

  .mobile-wallet-card {
    background: #ffffff !important;
    margin: 10px !important;
    padding: 12px 14px !important;
    border-radius: 4px !important;
    border: 1px solid #cfd8dc !important;
  }

  .mobile-wallet-label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #263238 !important;
    text-transform: uppercase !important;
  }

  .mobile-wallet-val {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #000000 !important;
    margin-top: 4px !important;
  }

  .mobile-account-links-list {
    background: #ffffff !important;
    margin: 10px !important;
    border-radius: 4px !important;
    border: 1px solid #cfd8dc !important;
    overflow: hidden !important;
  }

  .mobile-account-link-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 12px 14px !important;
    border-bottom: 1px solid #f0f2f5 !important;
    color: #0078d7 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    cursor: pointer !important;
  }

  .mobile-account-link-item:last-child {
    border-bottom: none !important;
  }

  .mobile-account-link-item .chevron {
    width: 22px !important;
    height: 22px !important;
    border-radius: 4px !important;
    border: 1px solid #cfd8dc !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #78909c !important;
    font-size: 11px !important;
  }

  .mobile-account-link-item .lang-val {
    color: #0078d7 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-left: auto !important;
    margin-right: 10px !important;
  }

  .mobile-logout-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    width: calc(100% - 20px) !important;
    margin: 14px 10px !important;
    padding: 13px 0 !important;
    background: #e53935 !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
  }

  .mobile-account-footer-links {
    text-align: center !important;
    padding: 14px 10px 24px 10px !important;
    font-size: 11.5px !important;
    color: #546e7a !important;
    line-height: 1.8 !important;
  }

  .mobile-account-footer-links a {
    color: #546e7a !important;
    text-decoration: none !important;
    margin: 0 4px !important;
  }

  /* --------------------------------------------------------------------------
     8. STICKY BOTTOM NAVIGATION (Matching All 3 Images)
     -------------------------------------------------------------------------- */
  .mobile-bottom-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: 56px !important;
    background: #162a3b !important;
    border-top: 1px solid #233e54 !important;
    z-index: 999999 !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.35) !important;
    padding: 0 2px !important;
    box-sizing: border-box !important;
  }

  .mobile-bottom-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    color: #9cb5c9 !important;
    text-decoration: none !important;
    font-size: 10.5px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    flex: 1 !important;
    height: 56px !important;
    position: relative !important;
    user-select: none !important;
  }

  .mobile-bottom-item i {
    font-size: 17px !important;
    margin-bottom: 2px !important;
  }

  .mobile-bottom-item.active {
    color: #ffffff !important;
  }

  .mobile-bottom-item.active-blue {
    background: #004870 !important;
    color: #ffffff !important;
  }

  .mobile-bottom-item .new-pill-badge {
    position: absolute !important;
    top: 2px !important;
    background: #e53935 !important;
    color: #ffffff !important;
    font-size: 8px !important;
    font-weight: 900 !important;
    padding: 0 3px !important;
    border-radius: 2px !important;
    line-height: 1.2 !important;
  }

  /* Games Chip Token on far-left */
  .mobile-bottom-item.games-chip {
    flex: 0 0 54px !important;
    position: relative !important;
  }

  .mobile-games-token-img {
    width: 52px !important;
    height: 52px !important;
    object-fit: contain !important;
    position: absolute !important;
    top: -14px !important;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,0.5)) !important;
  }

  /* --------------------------------------------------------------------------
     9. DRAWERS: SPORTS SIDEBAR & BETSLIP BOTTOM SHEET
     -------------------------------------------------------------------------- */
  .mobile-drawer-backdrop {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.6) !important;
    z-index: 999995 !important;
    display: none;
  }

  .mobile-drawer-backdrop.show {
    display: block !important;
  }

  /* Sports Sidebar Drawer */
  .mobile-sports-drawer {
    position: fixed !important;
    top: 0 !important;
    left: -290px !important;
    width: 280px !important;
    height: 100vh !important;
    background: #ffffff !important;
    z-index: 1000000 !important;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.45) !important;
    transition: left 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .mobile-sports-drawer.open {
    left: 0 !important;
  }

  .drawer-head {
    background: #162a3b !important;
    color: #ffffff !important;
    padding: 14px 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 15px !important;
    font-weight: 800 !important;
  }

  .drawer-close-btn {
    cursor: pointer !important;
    font-size: 20px !important;
    color: #ffffff !important;
  }

  .drawer-sport-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 16px !important;
    border-bottom: 1px solid #f0f2f5 !important;
    color: #1a202c !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    text-decoration: none !important;
  }

  .drawer-sport-item:active {
    background: #f5f8fa !important;
  }

  /* --------------------------------------------------------------------------
     10. MOBILE BET SLIP SCREEN (Matching User's Screenshot Exactly)
     -------------------------------------------------------------------------- */
  .mobile-betslip-sheet {
    position: fixed !important;
    bottom: -100% !important;
    left: 0 !important;
    width: 100% !important;
    background: #d8e8f5 !important;
    border-top: 2px solid #a9cce3 !important;
    z-index: 1000005 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3) !important;
    transition: bottom 0.25s ease-out !important;
    padding: 10px 10px 12px 10px !important;
    box-sizing: border-box !important;
  }

  .mobile-betslip-sheet.open {
    bottom: 0 !important;
  }

  .mobile-betslip-sheet.lay-mode {
    background: #fce4ec !important;
    border-top: 2px solid #faa9ba !important;
  }

  .mobile-betslip-sheet.lay-mode .betslip-cancel-btn {
    background: #fce4ec !important;
    border: 1px solid #f48fb1 !important;
  }

  .mobile-betslip-sheet.lay-mode .stepper-btn svg {
    stroke: #c2185b !important;
  }

  .betslip-header-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 13.5px !important;
    color: #222222 !important;
    margin-bottom: 3px !important;
  }

  .betslip-market-title {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color: #222222 !important;
  }

  .betslip-profits-wrap {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #333333 !important;
  }

  .betslip-profit-val {
    color: #009e52 !important;
    font-weight: 800 !important;
    margin-left: 4px !important;
  }

  .betslip-subhead-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 11.5px !important;
    color: #333333 !important;
    margin-bottom: 5px !important;
  }

  .betslip-odds-label {
    font-size: 11.5px !important;
    font-weight: 500 !important;
    color: #333333 !important;
  }

  .betslip-minmax-label {
    font-size: 11.5px !important;
    color: #333333 !important;
  }

  .betslip-minmax-label strong {
    color: #000000 !important;
    font-weight: 800 !important;
  }

  /* Controls Row: Odds Stepper & Stake Box */
  .betslip-controls-row {
    display: flex !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
  }

  .betslip-stepper-box {
    flex: 1 !important;
    height: 42px !important;
    background: #ffffff !important;
    border: 1px solid #b2c3cf !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  .stepper-btn {
    width: 44px !important;
    height: 100% !important;
    background: #edf3f7 !important;
    border: none !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    user-select: none !important;
    transition: background 0.1s ease !important;
  }

  .stepper-btn:active {
    background: #dbe6ef !important;
  }

  .stepper-btn.minus {
    border-right: 1px solid #cad6de !important;
  }

  .stepper-btn.plus {
    border-left: 1px solid #cad6de !important;
  }

  .stepper-input {
    flex: 1 !important;
    height: 100% !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    outline: none !important;
    background: #ffffff !important;
  }

  .betslip-stake-box {
    flex: 1 !important;
    height: 42px !important;
    background: #ffffff !important;
    border: 1px solid #b2c3cf !important;
    border-radius: 4px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  .stake-input {
    flex: 1 !important;
    height: 100% !important;
    border: none !important;
    padding: 0 10px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #000000 !important;
    outline: none !important;
    background: #ffffff !important;
  }

  .stake-input::-webkit-outer-spin-button,
  .stake-input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
  }

  .stake-backspace-btn {
    width: 44px !important;
    height: 100% !important;
    background: #edf3f7 !important;
    border: none !important;
    border-left: 1px solid #cad6de !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    padding: 0 !important;
    transition: background 0.1s ease !important;
  }

  .stake-backspace-btn:active {
    background: #dbe6ef !important;
  }

  /* Quick Stake Chips (Row 1: +1 +2 +5 +6, Row 2: +8 +10 +0) */
  .betslip-chips-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    margin-bottom: 6px !important;
  }

  .betslip-chips-row {
    display: flex !important;
    gap: 4px !important;
  }

  .chip-btn {
    flex: 1 !important;
    height: 36px !important;
    background: #275a7c !important;
    color: #ffffff !important;
    font-size: 14.5px !important;
    font-weight: 800 !important;
    border: none !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    user-select: none !important;
    transition: background 0.1s ease !important;
  }

  .chip-btn:active {
    background: #1b425d !important;
  }

  /* Checkbox Row */
  .betslip-checkbox-row {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #1c2833 !important;
    margin-bottom: 8px !important;
    user-select: none !important;
  }

  .betslip-checkbox-row input[type="checkbox"] {
    width: 15px !important;
    height: 15px !important;
    cursor: pointer !important;
    accent-color: #0d6efd !important;
    margin: 0 !important;
  }

  /* Actions Row: Cancel & PLACE BET */
  .betslip-actions-row {
    display: flex !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .betslip-cancel-btn {
    flex: 1 !important;
    height: 44px !important;
    background: #d3e7f5 !important;
    border: 1px solid #7c9ab1 !important;
    border-radius: 6px !important;
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
  }

  .betslip-cancel-btn:active {
    background: #bcdbf0 !important;
  }

  .betslip-submit-btn {
    flex: 1 !important;
    height: 44px !important;
    background: linear-gradient(180deg, #2d3034 0%, #1f2124 100%) !important;
    border: 1px solid #1a1a1a !important;
    border-radius: 6px !important;
    color: #ffb80c !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
  }

  .betslip-submit-btn:active {
    background: #111111 !important;
  }


  /* --------------------------------------------------------------------------
     11.1 DESKTOP-STYLE GAMES SYSTEM ON MOBILE (Pixel-Perfect Match with Desktop)
     -------------------------------------------------------------------------- */
  .mobile-desktop-games-strip {
    display: flex !important;
    gap: 8px !important;
    padding: 8px 10px !important;
    background: #000000 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }
  .mobile-desktop-games-strip::-webkit-scrollbar {
    display: none !important;
  }

  .desktop-game-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 5px 12px !important;
    background: #1a1e26 !important;
    border: 1px solid rgba(255, 202, 40, 0.4) !important;
    border-radius: 14px !important;
    color: #ffca28 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
    transition: background 0.2s ease, border-color 0.2s ease !important;
  }
  .desktop-game-chip:active {
    background: #ffca28 !important;
    color: #000000 !important;
  }

  .desktop-game-chip .chip-blink {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #00e676 !important;
    box-shadow: 0 0 6px #00e676 !important;
    animation: chipBlink 1s infinite alternate !important;
  }
  @keyframes chipBlink {
    0% { opacity: 0.3; }
    100% { opacity: 1; }
  }

  /* Horizontal Featured Games Row on Mobile Home */
  .mobile-home-games-row {
    display: flex !important;
    gap: 10px !important;
    padding: 10px 10px 14px 10px !important;
    background: #000000 !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }
  .mobile-home-games-row::-webkit-scrollbar {
    display: none !important;
  }

  .mobile-home-game-card {
    flex: 0 0 130px !important;
    position: relative !important;
    aspect-ratio: 1 / 1.35 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #1e2229 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5) !important;
    text-decoration: none !important;
    display: block !important;
  }
  .mobile-home-game-card:active {
    transform: scale(0.97) !important;
  }

  .mobile-home-game-card img {
    width: 100% !important;
    height: calc(100% - 30px) !important;
    object-fit: cover !important;
    display: block !important;
  }

  .mobile-home-game-card .entrance-title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 30px !important;
    background: #222121 !important;
    border-bottom: 3.5px solid #ffca28 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 6px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .mobile-home-game-card .entrance-title dt {
    flex: 1 !important;
    color: #ffffff !important;
    font-size: 10.5px !important;
    font-weight: 800 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding-right: 3px !important;
  }

  .mobile-home-game-card .entrance-title dd {
    width: 54px !important;
    height: 27px !important;
    line-height: 27px !important;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%) !important;
    background: #ffca28 !important;
    color: #000000 !important;
    font-size: 8.5px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-indent: 4px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.2px !important;
  }

  /* Full Games Lobby Screen Grid (Matching Desktop .gamehall-wrap-simple) */
  .mobile-games-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 10px !important;
    padding: 12px 10px 40px 10px !important;
    background: #000000 !important;
    box-sizing: border-box !important;
  }

  @media (min-width: 480px) and (max-width: 991px) {
    .mobile-games-grid {
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }

  .mobile-game-card {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1.35 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #1a1e26 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
    transition: transform 0.15s ease !important;
  }
  .mobile-game-card:active {
    transform: scale(0.97) !important;
  }

  .mobile-game-card .game-thumb-img {
    width: 100% !important;
    height: calc(100% - 32px) !important;
    object-fit: cover !important;
    display: block !important;
  }

  .mobile-game-card .entrance-title {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 32px !important;
    background: #222121 !important;
    border-bottom: 4px solid #ffca28 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-left: 6px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
  }

  .mobile-game-card .entrance-title dt {
    flex: 1 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    text-transform: uppercase !important;
    margin: 0 !important;
    padding-right: 3px !important;
  }

  .mobile-game-card .entrance-title dd {
    width: 60px !important;
    height: 28px !important;
    line-height: 28px !important;
    clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%) !important;
    background: #ffca28 !important;
    color: #000000 !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    text-align: center !important;
    text-indent: 5px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.2px !important;
  }

/* ==========================================================================
   7. GAMES SCREEN (Matching Screenshot 3 Exactly)
   ========================================================================== */

/* 7.1 Mobile Games Screen Container */
.mobile-games-screen {
  display: none;
  width: 100% !important;
  min-height: 100vh !important;
  background: #000000 !important;
  box-sizing: border-box !important;
  padding-bottom: 80px !important;
}

.mobile-games-screen.active {
  display: block !important;
}

/* 7.2 Top Header inside Games Screen */
.mobile-games-top-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 8px 12px !important;
  background: #000000 !important;
  border-bottom: 1px solid #1a1a1a !important;
}

.games-back-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  padding: 5px 12px !important;
  background: #1e2832 !important;
  border: 1px solid rgba(255, 202, 40, 0.5) !important;
  border-radius: 14px !important;
  color: #ffca28 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
}

.games-back-btn:active {
  background: #ffca28 !important;
  color: #000000 !important;
}

.games-screen-title {
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.games-count-badge {
  background: #ffca28 !important;
  color: #000000 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  padding: 1px 7px !important;
  border-radius: 10px !important;
}

/* 7.3 Providers & Games Filters Row (Screenshot 3) */
.mobile-games-filters-bar {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 8px 10px !important;
  background: #000000 !important;
  border-bottom: 1px solid #1a1a1a !important;
  box-sizing: border-box !important;
}

.mobile-games-filter-col {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-width: 0 !important;
}

.mobile-games-filter-label {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.mobile-games-filter-select {
  flex: 1 !important;
  height: 32px !important;
  background: #ffffff !important;
  color: #111111 !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 4px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  padding: 0 6px !important;
  outline: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  cursor: pointer !important;
}

/* 7.4 3-Column Games Grid (Screenshot 3) */
.mobile-games-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 6px !important;
  padding: 8px 6px 80px 6px !important;
  background: #000000 !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

/* 7.5 Game Card (Screenshot 3) */
.mobile-game-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  aspect-ratio: 1 / 1.32 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #0a0a0a !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.7) !important;
  text-decoration: none !important;
  transition: transform 0.15s ease !important;
  cursor: pointer !important;
  user-select: none !important;
}

.mobile-game-card:active {
  transform: scale(0.96) !important;
}

.game-card-gamepad-icon {
  position: absolute !important;
  top: 4px !important;
  right: 5px !important;
  color: #ffffff !important;
  font-size: 11px !important;
  z-index: 4 !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9) !important;
  pointer-events: none !important;
}

.mobile-game-card .game-thumb-img {
  width: 100% !important;
  height: calc(100% - 24px) !important;
  object-fit: cover !important;
  display: block !important;
  flex: 1 !important;
  background: #0d131a !important;
}

.game-card-bottom-bar {
  height: 24px !important;
  background: #000000 !important;
  color: #ffffff !important;
  font-size: 8.5px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 0 3px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  letter-spacing: 0.3px !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

/* ==========================================================================
   8. MULTI MARKETS SCREEN (Matching Screenshot 4 Exactly)
   ========================================================================== */
.mobile-multi-markets-container {
  display: none;
  width: 100% !important;
  min-height: calc(100vh - 108px) !important;
  background: #eceff1 !important;
  padding: 24px 14px 80px 14px !important;
  box-sizing: border-box !important;
}

.mobile-multi-markets-container.active {
  display: block !important;
}

.multi-empty-card {
  background: #ffffff !important;
  border-radius: 6px !important;
  border: 1px solid #cfd8dc !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
  padding: 32px 18px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin: 0 auto !important;
  max-width: 420px !important;
  box-sizing: border-box !important;
}

.multi-empty-matrix {
  display: grid !important;
  grid-template-columns: repeat(3, 7px) !important;
  gap: 5px !important;
  margin-bottom: 18px !important;
  justify-content: center !important;
}

.multi-empty-matrix span {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #90a4ae !important;
  display: block !important;
}

.multi-empty-title {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #1c2833 !important;
  margin-bottom: 14px !important;
  line-height: 1.35 !important;
}

.multi-empty-divider {
  width: 100% !important;
  height: 1px !important;
  background: #e0e0e0 !important;
  margin-bottom: 14px !important;
}

.multi-empty-subtitle {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #78909c !important;
}

/* ==========================================================================
   9. UNIVERSAL MOBILE RESPONSIVENESS ("responsible for all mobile")
   Complete cross-device responsiveness: 320px iPhone SE, 360px Galaxy, 
   375px/390px iPhone, 412px Pixel, 430px Max, landscape phones, and 
   768px-991px tablets. Safe-area insets, fluid odds cells, zero overflow.
   ========================================================================== */

/* Universal Touch & Scroll Optimization */
  * {
    -webkit-tap-highlight-color: transparent !important;
  }

  button, a, .sports-yellow-tab, .quick-subtab-item, .mobile-match-item,
  .market-odds-cell, .fancy-segment-btn, .fancy-subtab, .mobile-bottom-item,
  .chip-btn, .mobile-game-card {
    touch-action: manipulation !important;
    -webkit-user-select: none !important;
    user-select: none !important;
  }

  /* Prevent iOS Safari from auto-zooming into input fields */
  input[type="text"],
  input[type="search"],
  input[type="number"],
  select {
    font-size: 16px !important;
  }
}

/* Safe area support for iOS Dynamic Island, Notch & Home Indicator */
@supports (padding-bottom: env(safe-area-inset-bottom)) {
  .mobile-bottom-nav {
    padding-bottom: env(safe-area-inset-bottom, 0px) !important;
    height: calc(56px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .mobile-match-list-container,
  .mobile-event-detail-container,
  .mobile-games-screen,
  .mobile-multi-markets-container {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .mobile-account-screen {
    padding-bottom: calc(75px + env(safe-area-inset-bottom, 0px)) !important;
    height: calc(100vh - 52px - env(safe-area-inset-bottom, 0px)) !important;
  }
  .mobile-betslip-sheet {
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* --------------------------------------------------------------------------
   9.1 Ultra-Compact Screens (iPhone SE 1st gen, 320px - 359px)
   -------------------------------------------------------------------------- */
@media (max-width: 359px) {
  .mobile-header-bar {
    padding: 0 6px !important;
    height: 48px !important;
  }
  .mobile-bets-btn {
    font-size: 11px !important;
    padding: 2px 7px !important;
  }
  .mobile-account-block {
    max-width: 125px !important;
  }
  .mobile-account-main {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  .mobile-account-exp {
    font-size: 9px !important;
  }
  .mobile-icon-btn {
    width: 28px !important;
    height: 28px !important;
    font-size: 12px !important;
  }

  /* Bottom Nav on 320px */
  .mobile-bottom-nav {
    height: 52px !important;
    padding: 0 1px !important;
  }
  .mobile-bottom-item {
    font-size: 7.5px !important;
    height: 52px !important;
  }
  .mobile-bottom-item i {
    font-size: 13.5px !important;
    margin-bottom: 1px !important;
  }
  .mobile-bottom-item.games-chip {
    flex: 0 0 40px !important;
  }
  .mobile-games-token-img {
    width: 40px !important;
    height: 40px !important;
    top: -8px !important;
  }
  .mobile-bottom-item .new-pill-badge {
    font-size: 6.5px !important;
    padding: 0 2px !important;
    top: 1px !important;
  }

  /* Home Banner & Bars */
  .mobile-banner-carousel-wrap {
    height: 120px !important;
  }
  .mobile-quick-subtabs-strip {
    padding: 5px 6px !important;
    gap: 4px !important;
  }
  .quick-subtab-item {
    font-size: 10px !important;
    padding: 3px 6px !important;
  }
  .mobile-sports-yellow-bar {
    height: 34px !important;
  }
  .sports-yellow-tab {
    font-size: 10px !important;
    padding: 3px 5px !important;
  }
  .sports-yellow-tab .live-pulse-badge {
    font-size: 8.5px !important;
  }

  /* Match Rows */
  .mobile-match-item {
    padding: 8px 10px !important;
  }
  .match-title-text {
    font-size: 12px !important;
  }

  /* Event Detail Quick Switcher & Banner */
  .mobile-quick-nav-pill {
    font-size: 9.5px !important;
    padding: 3px 7px !important;
  }
  .mobile-event-header-banner {
    padding: 6px 8px !important;
  }
  .mobile-detail-back-btn {
    font-size: 10px !important;
    padding: 4px 7px !important;
  }
  .mobile-event-banner-title {
    font-size: 11px !important;
  }
  .mobile-event-banner-datetime {
    font-size: 9.5px !important;
  }

  /* Filter Pills */
  .filter-pill-all {
    width: 26px !important;
    height: 26px !important;
    font-size: 10px !important;
  }
  .filter-pill-btn {
    height: 26px !important;
    padding: 0 9px !important;
    font-size: 10px !important;
  }

  /* Odds Cells & Subhead Alignment on 320px */
  .market-subhead-cols-wrap,
  .fancy-subhead-cols {
    gap: 4px !important;
  }
  .market-subhead-col,
  .fancy-col-label {
    width: 46px !important;
    font-size: 10.5px !important;
  }
  .market-odds-cell-group {
    gap: 4px !important;
  }
  .market-odds-cell {
    width: 46px !important;
    height: 36px !important;
  }
  .odds-price {
    font-size: 11px !important;
  }
  .odds-size {
    font-size: 8px !important;
  }
  .odds-overlay,
  .market-suspended-box {
    font-size: 10.5px !important;
    width: 96px !important;
    height: 36px !important;
  }

  /* Fancy Segmented Toggle */
  .fancy-segmented-toggle {
    border-radius: 12px !important;
    padding: 1px !important;
  }
  .fancy-segment-btn {
    font-size: 9.5px !important;
    padding: 2px 7px !important;
  }

  /* Floating Promo Badge */
  .mobile-floating-promo-badge {
    width: 36px !important;
    height: 44px !important;
  }
  .floating-badge-slot {
    font-size: 10px !important;
  }
  .floating-badge-sub {
    font-size: 8px !important;
  }

  /* Games Screen on 320px */
  .mobile-games-filters-bar {
    padding: 6px 6px !important;
    gap: 6px !important;
  }
  .mobile-games-filter-label {
    font-size: 10.5px !important;
  }
  .mobile-games-filter-select {
    height: 28px !important;
    padding: 0 4px !important;
  }
  .mobile-games-grid {
    gap: 4px !important;
    padding: 6px 4px 80px 4px !important;
  }
  .game-card-bottom-bar {
    font-size: 7px !important;
    height: 20px !important;
    letter-spacing: 0 !important;
    padding: 0 1px !important;
  }
}

/* --------------------------------------------------------------------------
   9.2 Compact Standard Smartphones (360px - 389px)
   -------------------------------------------------------------------------- */
@media (min-width: 360px) and (max-width: 389px) {
  .market-subhead-cols-wrap,
  .fancy-subhead-cols {
    gap: 5px !important;
  }
  .market-subhead-col,
  .fancy-col-label {
    width: 54px !important;
    font-size: 11px !important;
  }
  .market-odds-cell-group {
    gap: 5px !important;
  }
  .market-odds-cell {
    width: 54px !important;
    height: 38px !important;
  }
  .odds-price {
    font-size: 12px !important;
  }
  .odds-size {
    font-size: 9px !important;
  }
  .odds-overlay,
  .market-suspended-box {
    width: 113px !important;
    height: 38px !important;
    font-size: 11.5px !important;
  }
  .mobile-bottom-item {
    font-size: 9px !important;
  }
}

/* --------------------------------------------------------------------------
   9.3 Medium Smartphones (390px - 414px)
   -------------------------------------------------------------------------- */
@media (min-width: 390px) and (max-width: 414px) {
  .market-subhead-cols-wrap,
  .fancy-subhead-cols {
    gap: 6px !important;
  }
  .market-subhead-col,
  .fancy-col-label {
    width: 58px !important;
    font-size: 11.5px !important;
  }
  .market-odds-cell-group {
    gap: 6px !important;
  }
  .market-odds-cell {
    width: 58px !important;
    height: 40px !important;
  }
  .odds-price {
    font-size: 12.5px !important;
  }
  .odds-size {
    font-size: 9.5px !important;
  }
  .odds-overlay,
  .market-suspended-box {
    width: 122px !important;
    height: 40px !important;
    font-size: 12px !important;
  }
  .mobile-bottom-item {
    font-size: 9.5px !important;
  }
}

/* --------------------------------------------------------------------------
   9.4 Large Smartphones / Phablets (415px - 575px)
   -------------------------------------------------------------------------- */
@media (min-width: 415px) and (max-width: 575px) {
  .market-subhead-cols-wrap,
  .fancy-subhead-cols {
    gap: 6px !important;
  }
  .market-subhead-col,
  .fancy-col-label {
    width: 64px !important;
    font-size: 12px !important;
  }
  .market-odds-cell-group {
    gap: 6px !important;
  }
  .market-odds-cell {
    width: 64px !important;
    height: 42px !important;
  }
  .odds-price {
    font-size: 13.5px !important;
  }
  .odds-size {
    font-size: 10px !important;
  }
  .odds-overlay,
  .market-suspended-box {
    width: 134px !important;
    height: 42px !important;
    font-size: 12.5px !important;
  }
  .mobile-games-grid {
    gap: 8px !important;
    padding: 10px 8px 80px 8px !important;
  }
}

/* --------------------------------------------------------------------------
   9.5 Tablets & Foldables in Mobile View (576px - 991px)
   -------------------------------------------------------------------------- */
@media (min-width: 576px) and (max-width: 991px) {
  .mobile-header-bar,
  .mobile-news-ticker,
  .mobile-match-list-container,
  .mobile-event-detail-container,
  .mobile-games-screen,
  .mobile-multi-markets-container,
  .mobile-account-screen {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08) !important;
  }

  .mobile-bottom-nav {
    max-width: 720px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .mobile-betslip-sheet {
    max-width: 720px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .mobile-floating-promo-badge {
    right: max(0px, calc((100vw - 720px) / 2)) !important;
  }

  .mobile-games-grid {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 10px !important;
    padding: 12px 10px 80px 10px !important;
  }

  .market-subhead-col,
  .fancy-col-label {
    width: 66px !important;
  }
  .market-odds-cell {
    width: 66px !important;
    height: 42px !important;
  }
  .market-suspended-box {
    width: 138px !important;
    height: 42px !important;
  }
}

/* --------------------------------------------------------------------------
   9.6 Mobile Landscape Mode (Phone turned sideways)
   -------------------------------------------------------------------------- */
@media (max-width: 991px) and (orientation: landscape) and (max-height: 500px) {
  .mobile-header-bar {
    height: 42px !important;
  }
  .mobile-banner-carousel-wrap {
    height: 110px !important;
  }
  .mobile-bottom-nav {
    height: 46px !important;
  }
  .mobile-bottom-item {
    height: 46px !important;
    font-size: 8.5px !important;
  }
  .mobile-bottom-item i {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .mobile-bottom-item.games-chip {
    flex: 0 0 44px !important;
  }
  .mobile-games-token-img {
    width: 44px !important;
    height: 44px !important;
    top: -8px !important;
  }
  .mobile-match-list-container,
  .mobile-event-detail-container,
  .mobile-games-screen,
  .mobile-multi-markets-container {
    padding-bottom: 60px !important;
  }
  .mobile-account-screen {
    top: 42px !important;
    height: calc(100vh - 88px) !important;
    padding-bottom: 50px !important;
  }
  .mobile-games-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

/* --------------------------------------------------------------------------
   Mobile Login Button & Modal Dialog
   -------------------------------------------------------------------------- */
.mobile-login-header-btn {
  background: #ffb80c !important;
  color: #0d1b2a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  border: none !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
  letter-spacing: 0.5px !important;
  transition: opacity 0.15s ease !important;
}
.mobile-login-header-btn:active {
  opacity: 0.8 !important;
}

.mobile-login-modal-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0, 0, 0, 0.75) !important;
  backdrop-filter: blur(4px) !important;
  z-index: 10005 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  animation: fadeIn 0.2s ease !important;
}

.mobile-login-modal-card {
  background: #1e293b !important;
  border: 1px solid #334155 !important;
  border-radius: 12px !important;
  width: 100% !important;
  max-width: 360px !important;
  box-shadow: 0 16px 36px rgba(0,0,0,0.5) !important;
  overflow: hidden !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.mobile-login-modal-header {
  background: #0f172a !important;
  padding: 14px 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #334155 !important;
}

.mobile-login-modal-title {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #ffb80c !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.mobile-login-modal-close {
  background: none !important;
  border: none !important;
  color: #94a3b8 !important;
  font-size: 22px !important;
  cursor: pointer !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.mobile-login-modal-body {
  padding: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
}

.mobile-login-field-group {
  display: flex !important;
  flex-direction: column !important;
  gap: 5px !important;
}

.mobile-login-field-group label {
  font-size: 11.5px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
}

.mobile-login-input {
  width: 100% !important;
  height: 42px !important;
  background: #0f172a !important;
  border: 1px solid #475569 !important;
  border-radius: 6px !important;
  padding: 0 12px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  outline: none !important;
  box-sizing: border-box !important;
}
.mobile-login-input:focus {
  border-color: #ffb80c !important;
}

.mobile-login-submit-btn {
  width: 100% !important;
  height: 44px !important;
  background: #ffb80c !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  border: none !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  margin-top: 6px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: opacity 0.15s ease !important;
}
.mobile-login-submit-btn:active {
  opacity: 0.8 !important;
}

.mobile-login-error-msg {
  color: #ef4444 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  background: rgba(239, 68, 68, 0.1) !important;
  border: 1px solid rgba(239, 68, 68, 0.3) !important;
  padding: 8px 12px !important;
  border-radius: 6px !important;
  display: none;
}
.mobile-login-error-msg.show {
  display: block !important;
}

/* Betslip Calculation & Exposure Details */
.betslip-calc-details {
  background: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  padding: 8px 12px !important;
  margin: 6px 0 12px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  font-size: 12px !important;
}
.betslip-calc-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.betslip-calc-label {
  color: #64748b !important;
  font-weight: 700 !important;
}
.betslip-calc-val-green {
  color: #16a34a !important;
  font-weight: 800 !important;
}
.betslip-calc-val-red {
  color: #dc2626 !important;
  font-weight: 800 !important;
}



