/* core.css - Combined shared styles */
/* Bundle created: Sun Feb  8 06:08:23 PM UTC 2026 */


/* ===== navbar.css ===== */
/* Gamble Hounds - Shared Navigation Bar */

/* Protect navbar from page-specific CSS conflicts */
.gh-navbar,
.gh-navbar *,
.gh-navbar *::before,
.gh-navbar *::after {
  text-transform: none !important;
}

.gh-navbar {
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(26, 26, 46, 0.95) 100%);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(0, 255, 0, 0.2);
  position: sticky;
  top: 0;
  z-index: 2000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: visible;
}

.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  height: 70px;
  flex-wrap: nowrap;
  overflow: visible;
}

/* Logo Section */
.navbar-brand {
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.logo-link:hover {
  transform: scale(1.05);
}

.logo-icon {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  border: 2px solid #00ff00;
  object-fit: contain;
  box-shadow: 0 0 15px rgba(0, 255, 0, 0.3);
  background: #0a0e1a;
}

.logo-text {
  font-size: 1rem !important;
  font-weight: bold;
  background: linear-gradient(45deg, #00ff00, #00cc88);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0px;
  line-height: 1;
  white-space: nowrap;
}

/* Main Navigation Menu */
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: 1;
  justify-content: center;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  color: #ccc;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.nav-link:hover {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
}

.nav-icon {
  font-size: 1.1rem;
}

/* Dropdown Styling */
.nav-dropdown {
  position: relative;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-arrow {
  font-size: 0.7rem;
  margin-left: 4px;
  transition: transform 0.3s ease;
}

.nav-dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

.dropdown-content {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(0, 255, 0, 0.3);
  border-radius: 12px;
  min-width: 200px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  z-index: 100;
}

/* Show dropdown with .show class (JavaScript controlled for notifications) */
.dropdown-content.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Hover-based dropdowns for Sports and Account menus */
.nav-dropdown:hover .dropdown-content:not(.notifications-dropdown) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown:hover .account-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile active state */
.nav-dropdown.active .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-content a {
  display: block;
  padding: 12px 20px;
  color: #ccc;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.dropdown-content a:hover {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
  padding-left: 28px;
}

.dropdown-divider {
  margin: 8px 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* User Actions Section */
.navbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  min-width: 50px;
  height: 44px;
  background: transparent;
  border: none;
  border-radius: 8px;
  color: #ccc;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
}

.action-btn:hover {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
}

/* Keep border for account button only */
.account-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.account-btn:hover {
  border-color: #00ff00;
}

.action-icon {
  font-size: 1.2rem;
}

.action-label {
  font-size: 0.9rem;
}

/* Badges */
.notification-badge,
.message-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff3333;
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(255, 51, 51, 0.4);
}

.streak-badge {
  background: rgba(255, 165, 0, 0.2);
  border: 1px solid rgba(255, 165, 0, 0.4);
  color: #ffa500;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 6px;
}
.nav-streak-pill {
  display: inline-flex; align-items: center; gap: 4px;
  background: rgba(255, 122, 0, 0.18);
  border: 1px solid rgba(255, 165, 0, 0.55);
  color: #ffb84d;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 2px;
  white-space: nowrap;
}
.nav-streak-pill:hover { background: rgba(255, 122, 0, 0.28); }
.nav-streak-pill.streak-at-risk {
  background: rgba(220, 38, 38, 0.25);
  border-color: rgba(248, 113, 113, 0.7);
  color: #fca5a5;
  animation: streakAtRiskPulse 1.6s ease-in-out infinite;
}
.streak-badge.streak-at-risk {
  background: rgba(220, 38, 38, 0.25);
  border-color: rgba(248, 113, 113, 0.7);
  color: #fca5a5;
  animation: streakAtRiskPulse 1.6s ease-in-out infinite;
}
@keyframes streakAtRiskPulse {
  0%, 100% { box-shadow: 0 0 0 rgba(248,113,113,0); }
  50% { box-shadow: 0 0 12px rgba(248,113,113,0.7); }
}
.streak-badge-placeholder-noop {
  display: none;
}

/* Notifications Dropdown */
.notifications-dropdown {
  right: 0;
  left: auto;
  min-width: 320px;
  max-height: 500px;
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}

.dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dropdown-header h4 {
  margin: 0;
  color: #00ff00;
  font-size: 1rem;
}

.settings-link {
  color: #ccc;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.2s;
}

.settings-link:hover {
  color: #00ff00;
}

.notifications-list {
  padding: 8px 0;
  max-height: 300px;
  overflow-y: auto;
  flex-shrink: 1;
}

.no-notifications {
  padding: 20px;
  text-align: center;
  color: #888;
  font-size: 0.9rem;
}

.dropdown-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0;
  flex-shrink: 0;
  background: #1a1a2e;
  z-index: 10;
}

.settings-footer-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  color: #ccc;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.2s ease;
  justify-content: center;
}

.settings-footer-link:hover {
  background: rgba(0, 255, 0, 0.15);
  color: #00ff00;
}

.settings-icon {
  font-size: 1.1rem;
}

/* Account Dropdown */
.account-dropdown {
  right: 0;
  left: auto;
  min-width: 220px;
}

.message-count {
  background: #ff3333;
  color: white;
  font-size: 0.7rem;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: auto;
}

.logout-link {
  color: #ff6666 !important;
}

.logout-link:hover {
  color: #ff3333 !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  order: 3;
  margin-left: auto;
  visibility: visible;
  position: relative;
}

/* Hound Coin balance pill (used in navbar — desktop + mobile variants) */
.nav-coin-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  height: 36px;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.12), rgba(0, 255, 136, 0.10));
  border: 1px solid rgba(255, 215, 0, 0.45);
  border-radius: 999px;
  color: #ffd700;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  line-height: 1;
}
.nav-coin-pill:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.22), rgba(0, 255, 136, 0.16));
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(255, 215, 0, 0.25);
}
.nav-coin-pill:active { transform: translateY(0); }
.nav-coin-pill-icon {
  width: 22px;
  height: 22px;
  object-fit: cover;
  display: block;
  background: transparent;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  /* clip any opaque PNG corners into a perfect circle */
  -webkit-mask-image: radial-gradient(circle, #000 49%, transparent 50%);
          mask-image: radial-gradient(circle, #000 49%, transparent 50%);
}
.nav-coin-pill-amount { color: #ffd700; }
/* Logged-out: pill is hidden until JS confirms a user */
.nav-coin-pill[hidden] { display: none !important; }
/* Pulse when balance changes */
.nav-coin-pill.pulse {
  animation: coinPillPulse 0.6s ease;
}
@keyframes coinPillPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); box-shadow: 0 0 18px rgba(255, 215, 0, 0.55); }
  100% { transform: scale(1); }
}
/* Show desktop variant only on desktop, mobile variant only on mobile */
.nav-coin-pill-mobile { display: none; }

/* === Paid contest entries pill === */
.nav-entries-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  height: 36px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.14), rgba(0, 184, 255, 0.10));
  border: 1px solid rgba(0, 255, 136, 0.45);
  border-radius: 999px;
  color: #00ff88;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  white-space: nowrap;
  line-height: 1;
  margin-left: 6px;
}
.nav-entries-pill:hover {
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.24), rgba(0, 184, 255, 0.18));
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 255, 136, 0.25);
}
.nav-entries-pill:active { transform: translateY(0); }
.nav-entries-pill-icon {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}
.nav-entries-pill-amount { color: #00ff88; }
.nav-entries-pill[hidden] { display: none !important; }
.nav-entries-pill.is-empty {
  background: linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border-color: rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.7);
}
.nav-entries-pill.is-empty .nav-entries-pill-amount { color: rgba(255,255,255,0.7); }
.nav-entries-pill.is-empty::after {
  content: "+";
  font-weight: 800;
  color: #00ff88;
  margin-left: 4px;
  font-size: 1rem;
  line-height: 1;
}
.nav-entries-pill.pulse { animation: entriesPillPulse 0.6s ease; }
@keyframes entriesPillPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); box-shadow: 0 0 18px rgba(0, 255, 136, 0.55); }
  100% { transform: scale(1); }
}
.nav-entries-pill-mobile { display: none; }
@media (max-width: 768px) {
  .nav-entries-pill-desktop { display: none !important; }
  .nav-entries-pill-mobile {
    display: inline-flex !important;
    visibility: visible !important;
    /* Same flex order as the mobile coin pill so it groups beside it on the
       right edge instead of floating to the left in DOM order. */
    order: 2;
    margin-left: 6px;
    margin-right: 8px;
    height: 32px;
    padding: 4px 10px;
    font-size: 0.85rem;
  }
  .nav-entries-pill-mobile .nav-entries-pill-icon { font-size: 14px; }
  /* Keep the coin pill flush against the entries pill (no extra right gap). */
  .nav-coin-pill-mobile { margin-right: 0; }
}

/* === 2X Welcome Bonus pill === */
.nav-welcome-bonus-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff3d00 100%);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 5px 9px;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: default;
  box-shadow: 0 2px 12px rgba(255, 61, 0, 0.45);
  animation: welcomeBonusGlow 2.4s ease-in-out infinite;
  margin-left: 6px;
}
.nav-welcome-bonus-pill[hidden] { display: none !important; }
.nav-welcome-bonus-x {
  background: rgba(0,0,0,0.25);
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 13px;
}
.nav-welcome-bonus-label { white-space: nowrap; }
@keyframes welcomeBonusGlow {
  0%, 100% { box-shadow: 0 2px 12px rgba(255, 61, 0, 0.45); }
  50%      { box-shadow: 0 2px 22px rgba(255, 61, 0, 0.85); }
}
@media (max-width: 768px) {
  .nav-welcome-bonus-desktop { display: none !important; }
  .nav-welcome-bonus-pill .nav-welcome-bonus-label { display: none; }
  .nav-welcome-bonus-pill { padding: 5px 8px; font-size: 11px; }
}
@media (min-width: 769px) {
  #navWelcomeBonusMobile { display: none !important; }
}

/* Hide mobile-only items on desktop */
.mobile-only-nav {
  display: none;
}

.mobile-menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background: #00ff00;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover span {
  background: #00cc88;
}

/* Combined unread dot (notifications + messages) on the mobile hamburger.
   Hidden by default; navbar.js toggles display:block when either count > 0. */
.menu-toggle-dot {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 11px;
  height: 11px;
  background: #ff3b30;
  border: 2px solid #0a140d;
  border-radius: 50%;
  box-shadow: 0 0 7px rgba(255, 59, 48, 0.95);
  pointer-events: none;
  animation: menuDotPulse 2s ease-in-out infinite;
}
@keyframes menuDotPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.18); opacity: 0.78; }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .navbar-menu {
    gap: 5px;
  }

  .nav-link {
    padding: 10px 14px;
  }
}

@media (max-width: 768px) {
  .navbar-container {
    height: 60px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  /* Logo stays on left */
  .navbar-brand {
    flex: 0 0 auto;
  }
  
  /* Hamburger on far right - ALWAYS VISIBLE */
  .mobile-menu-toggle {
    display: flex !important;
    flex: 0 0 auto;
    z-index: 1200;
    margin-left: auto;
    padding: 10px;
  }
  
  /* COMPLETELY HIDE all desktop navigation on mobile */
  .navbar-menu {
    display: none !important;
  }
  
  .navbar-actions,
  .navbar-actions > *,
  .action-btn,
  .notification-btn,
  .account-btn,
  #challenges-btn,
  #notification-btn {
    display: none !important;
    visibility: hidden !important;
  }

  /* Mobile coin pill: visible inline in the bar, sits before the hamburger */
  .nav-coin-pill-mobile {
    display: inline-flex !important;
    visibility: visible !important;
    order: 2;
    margin-left: auto;
    margin-right: 8px;
    height: 32px;
    padding: 4px 10px;
    font-size: 0.85rem;
  }
  .nav-coin-pill-mobile .nav-coin-pill-icon { width: 18px; height: 18px; }
  /* Hamburger should still hug the right */
  .mobile-menu-toggle { margin-left: 0 !important; }

  .logo-icon {
    width: 32px;
    height: 32px;
  }

  .logo-text {
    font-size: 0.65rem !important;
  }
  
  /* Ensure hamburger is visible on ALL screen sizes */
  .mobile-menu-toggle {
    min-width: 40px;
    min-height: 40px;
  }
  
  .mobile-menu-toggle span {
    width: 22px;
    height: 2px;
  }

  /* Mobile slide-out menu (shows when hamburger is clicked) */
  .navbar-menu.active {
    display: flex !important;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: rgba(10, 10, 10, 0.98);
    backdrop-filter: blur(15px);
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 0;
    border-bottom: 2px solid rgba(0, 255, 0, 0.2);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.8);
    z-index: 1100;
    overflow-y: auto;
    animation: slideIn 0.3s ease;
  }

  @keyframes slideIn {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }

  /* Mobile menu links styling */
  .nav-link,
  .dropdown-toggle {
    width: 100%;
    justify-content: flex-start;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 255, 0, 0.1);
    border-radius: 0;
    font-size: 1.1rem;
  }

  .nav-link:hover,
  .dropdown-toggle:hover {
    background: rgba(0, 255, 0, 0.1);
    border-radius: 0;
  }

  .nav-link span:not(.nav-icon),
  .dropdown-toggle span:not(.nav-icon) {
    display: inline;
  }
  
  .nav-icon {
    font-size: 1.3rem;
    margin-right: 12px;
  }

  /* Mobile-only navigation items */
  .mobile-only-nav {
    display: block;
    border-top: 2px solid rgba(0, 255, 0, 0.2);
    margin-top: 10px;
    padding-top: 10px;
  }

  /* Mobile badges */
  .mobile-badge,
  .mobile-streak {
    display: inline-block !important;
    margin-left: auto;
    padding: 4px 8px;
    background: rgba(0, 255, 0, 0.2);
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #00ff00;
  }

  /* Mobile dropdown - sticky toggle with scrollable content inside */
  .nav-dropdown {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(10, 10, 10, 0.98);
  }
  
  .nav-dropdown .dropdown-toggle {
    background: rgba(10, 10, 10, 0.98);
  }
  
  .nav-dropdown.active {
    background: rgba(10, 10, 10, 0.98);
  }
  
  .nav-dropdown.active .dropdown-toggle {
    background: rgba(0, 255, 0, 0.15);
    border-bottom: 1px solid rgba(0, 255, 0, 0.3);
  }
  
  .nav-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
  }

  .dropdown-content {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    z-index: 1;
    background: rgba(5, 5, 15, 0.95);
    border-left: 3px solid rgba(0, 255, 0, 0.3);
    margin-left: 15px;
  }

  .nav-dropdown.active .dropdown-content {
    max-height: calc(100vh - 180px);
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 10px 0;
  }
  
  .dropdown-content a {
    padding: 14px 16px;
    font-size: 0.95rem;
  }
  
  .dropdown-content a:first-child {
    margin-top: 4px;
  }


  /* Remove hamburger animation - keep bars the same when active */
}

/* Extra small screens - iPhone SE, small phones */
@media (max-width: 375px) {
  .navbar-container {
    padding: 0 8px;
  }
  
  .logo-icon {
    width: 28px;
    height: 28px;
  }
  
  .logo-text {
    font-size: 0.6rem !important;
  }
  
  .mobile-menu-toggle {
    padding: 8px;
    min-width: 44px;
    min-height: 44px;
  }
  
  .mobile-menu-toggle span {
    width: 20px;
  }
}

/* Smooth scrolling for dropdown */
.notifications-dropdown::-webkit-scrollbar,
.dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.notifications-dropdown::-webkit-scrollbar-track,
.dropdown-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.notifications-dropdown::-webkit-scrollbar-thumb,
.dropdown-content::-webkit-scrollbar-thumb {
  background: rgba(0, 255, 0, 0.3);
  border-radius: 10px;
}

.notifications-dropdown::-webkit-scrollbar-thumb:hover,
.dropdown-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 255, 0, 0.5);
}

/* Notification Modal */
.notification-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.notification-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.notification-modal-content {
  position: relative;
  background: linear-gradient(135deg, rgba(20, 20, 20, 0.98) 0%, rgba(40, 40, 60, 0.98) 100%);
  border: 2px solid rgba(0, 255, 0, 0.3);
  border-radius: 12px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 255, 0, 0.2);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(-50px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.notification-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 255, 0, 0.2);
}

.notification-modal-header h3 {
  margin: 0;
  color: #00ff00;
  font-size: 1.3rem;
}

.notification-modal-close {
  background: transparent;
  border: none;
  color: #999;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border-radius: 5px;
}

.notification-modal-close:hover {
  background: rgba(255, 0, 0, 0.2);
  color: #ff0000;
}

.notification-modal-body {
  padding: 20px;
  color: #ccc;
  max-height: 50vh;
  overflow-y: auto;
}

.notification-from-section,
.notification-message-section {
  margin-bottom: 15px;
}

.notification-from-section strong,
.notification-message-section strong {
  color: #00ff00;
  display: block;
  margin-bottom: 5px;
}

.notification-message-section p {
  margin: 0;
  line-height: 1.6;
  color: #eee;
  white-space: pre-wrap;
  word-break: break-word;
}

.notification-details-section {
  margin-top: 15px;
}

.notification-modal-footer {
  display: flex;
  gap: 10px;
  padding: 20px;
  border-top: 1px solid rgba(0, 255, 0, 0.2);
}

.notification-action-btn,
.notification-delete-btn {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.notification-action-btn {
  background: linear-gradient(135deg, #00ff00, #00cc88);
  color: #000;
}

.notification-action-btn:hover {
  background: linear-gradient(135deg, #00cc88, #00ff00);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 255, 0, 0.4);
}

.notification-delete-btn {
  background: rgba(255, 0, 0, 0.2);
  color: #ff6666;
  border: 1px solid rgba(255, 0, 0, 0.3);
}

.notification-delete-btn:hover {
  background: rgba(255, 0, 0, 0.4);
  color: #fff;
  border-color: rgba(255, 0, 0, 0.5);
}

/* X button hover effect */
.notification-delete-x:hover {
  color: #ff0000 !important;
  background: rgba(255, 0, 0, 0.1) !important;
  border-radius: 3px;
}

/* ===========================================
   MOBILE NOTIFICATIONS OVERLAY
   Override parent display:none when .show is active
   =========================================== */
@media (max-width: 768px) {
  /* Make notifications dropdown visible as fixed overlay on mobile */
  #notifications-dropdown.show {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed !important;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    max-height: calc(100vh - 60px) !important;
    height: auto !important;
    margin: 0 !important;
    border-radius: 0 !important;
    z-index: 9999 !important;
    background: rgba(10, 10, 10, 0.98) !important;
    backdrop-filter: blur(15px) !important;
    flex-direction: column !important;
    overflow-y: auto !important;
    animation: slideInFromTop 0.3s ease !important;
  }

  @keyframes slideInFromTop {
    from {
      transform: translateY(-20px);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  #notifications-dropdown.show .dropdown-header {
    padding: 20px !important;
    border-bottom: 2px solid rgba(0, 255, 0, 0.3) !important;
    position: sticky !important;
    top: 0 !important;
    background: rgba(10, 10, 10, 0.98) !important;
    z-index: 10 !important;
  }

  #notifications-dropdown.show .dropdown-header h4 {
    font-size: 1.3rem !important;
  }

  #notifications-dropdown.show .notifications-list {
    flex: 1 !important;
    max-height: none !important;
    padding: 15px !important;
  }

  #notifications-dropdown.show .notification-item {
    padding: 15px !important;
    margin-bottom: 10px !important;
    border-radius: 12px !important;
  }

  #notifications-dropdown.show .dropdown-footer {
    position: sticky !important;
    bottom: 0 !important;
    padding: 15px !important;
    background: rgba(10, 10, 10, 0.98) !important;
    border-top: 2px solid rgba(0, 255, 0, 0.3) !important;
  }
}

/* ===========================================
   MOBILE NOTIFICATIONS PANEL (standalone element)
   =========================================== */
.mobile-notifications-panel {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(15px);
  z-index: 9999;
  flex-direction: column;
  overflow: hidden;
  animation: mobileNotifSlideIn 0.3s ease;
}

.mobile-notifications-panel.show {
  display: flex !important;
}

@keyframes mobileNotifSlideIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.mobile-notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 2px solid rgba(0, 255, 0, 0.3);
  background: rgba(10, 10, 10, 0.98);
  flex-shrink: 0;
}

.mobile-notifications-header h4 {
  margin: 0;
  color: #00ff00;
  font-size: 1.3rem;
}

.mobile-notifications-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.mobile-notifications-close:hover {
  opacity: 1;
  color: #ff3333;
}

.mobile-notifications-list {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.mobile-notifications-list .notification-item {
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-notifications-list .no-notifications {
  text-align: center;
  color: #888;
  padding: 40px 20px;
  font-size: 1rem;
}

.mobile-notifications-footer {
  padding: 15px 20px;
  border-top: 2px solid rgba(0, 255, 0, 0.3);
  background: rgba(10, 10, 10, 0.98);
  flex-shrink: 0;
}

.mobile-notifications-footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00ff00;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px;
  border-radius: 8px;
  transition: background 0.2s;
}

.mobile-notifications-footer a:hover {
  background: rgba(0, 255, 0, 0.1);
}

/* Cache bust 1763753000 */
/* Hamburger repositioned - 1763943955 */
/* Mobile notifications panel - 1768064000 */


/* ===== login-gate.css ===== */
.login-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.4s ease;
}

.login-gate-overlay.hidden {
    opacity: 0;
    pointer-events: none;
}

.login-gate-content {
    text-align: center;
    max-width: 400px;
    padding: 40px;
}

.login-gate-logo {
    font-size: 80px;
    margin-bottom: 20px;
    animation: pawBounce 2s ease-in-out infinite;
}

@keyframes pawBounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.login-gate-title {
    font-size: 48px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-shadow: 0 0 30px rgba(0, 255, 136, 0.3);
}

.login-gate-title span {
    color: #00ff88;
}

.login-gate-tagline {
    font-size: 18px;
    color: #aaa;
    margin-bottom: 40px;
}

.login-gate-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.login-gate-btn {
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.login-gate-btn.primary {
    background: linear-gradient(135deg, #00ff88, #00cc6a);
    color: #000;
}

.login-gate-btn.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 255, 136, 0.4);
}

.login-gate-btn.secondary {
    background: transparent;
    color: #fff;
    border: 2px solid #444;
}

.login-gate-btn.secondary:hover {
    border-color: #00ff88;
    color: #00ff88;
}

.login-gate-features {
    display: flex;
    gap: 30px;
    margin-top: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.login-gate-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 14px;
}

.login-gate-feature span {
    font-size: 20px;
}

@media (max-width: 480px) {
    .login-gate-title {
        font-size: 36px;
    }
    
    .login-gate-logo {
        font-size: 60px;
    }
    
    .login-gate-features {
        flex-direction: column;
        gap: 15px;
    }
}


/* ===== location-checker.css ===== */
/* Location Indicator Styles */
#location-indicator {
    position: relative;
}

.location-status {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

.location-status:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.location-status.allowed {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.location-status.restricted {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
    animation: pulse 2s ease-in-out infinite;
}

.location-status.unknown {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
}

.location-icon {
    font-size: 16px;
    line-height: 1;
}

.location-text {
    font-size: 13px;
    white-space: nowrap;
}

.location-warning {
    font-size: 14px;
    animation: blink 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

@keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

/* Location Modal Styles */
.location-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.2s ease-out;
}

.location-modal {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border-radius: 16px;
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.3s ease-out;
}

.location-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.location-modal-header h2 {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.close-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: rotate(90deg);
}

.location-modal-content {
    padding: 24px;
}

.location-details {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.location-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.location-row:last-child {
    border-bottom: none;
}

.location-label {
    color: #9ca3af;
    font-weight: 500;
    font-size: 14px;
}

.location-value {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.location-status-box {
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.location-status-box.status-allowed {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);
    border: 2px solid #10b981;
}

.location-status-box.status-restricted {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.2) 0%, rgba(220, 38, 38, 0.1) 100%);
    border: 2px solid #ef4444;
}

.status-icon {
    font-size: 32px;
    line-height: 1;
}

.status-message strong {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}

.status-message p {
    margin: 0;
    color: #d1d5db;
    font-size: 14px;
}

.location-warning-box {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid #f59e0b;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.warning-icon {
    font-size: 20px;
}

.location-warning-box p {
    margin: 0;
    color: #fbbf24;
    font-size: 13px;
}

.location-error {
    text-align: center;
    padding: 40px 20px;
}

.location-error p {
    color: #ef4444;
    font-size: 16px;
    margin: 0;
}

.location-modal-footer {
    padding: 16px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.location-modal-footer button {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.15);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile responsiveness */
@media (max-width: 640px) {
    .location-modal {
        width: 95%;
        max-height: 95vh;
    }
    
    .location-status .location-text {
        font-size: 11px;
    }
    
    .location-modal-footer {
        flex-direction: column;
    }
    
    .location-modal-footer button {
        width: 100%;
    }
}


/* ===== wallet.css ===== */
.wallet-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  padding: 20px;
  box-sizing: border-box;
}

.wallet-modal-container {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1e3a 100%);
  border-radius: 16px;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.wallet-modal-header {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1e3a 100%);
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #00ff88;
}

.wallet-modal-header h2 {
  margin: 0;
  color: #00ff88;
  font-size: 22px;
}

.wallet-modal-close {
  background: none;
  border: none;
  color: #888;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.wallet-modal-close:hover {
  color: #fff;
}

.wallet-modal-content {
  overflow-y: auto;
  max-height: calc(90vh - 80px);
}

.wallet-balance-section {
  display: flex;
  gap: 15px;
  padding: 25px;
  background: linear-gradient(135deg, #0a0e27 0%, #1a1e3a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wallet-balance-card {
  flex: 1;
  text-align: center;
  padding: 20px 15px;
  border-radius: 12px;
  transition: transform 0.2s;
}

.wallet-balance-card:hover {
  transform: translateY(-2px);
}

.wallet-balance-card.coins {
  background: rgba(255, 215, 0, 0.1);
  border: 2px solid rgba(255, 215, 0, 0.4);
}

.wallet-balance-card.cash {
  background: rgba(0, 255, 136, 0.1);
  border: 2px solid rgba(0, 255, 136, 0.4);
}

.balance-icon {
  font-size: 32px;
  margin-bottom: 8px;
}

.balance-label {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.balance-value {
  font-size: 28px;
  font-weight: bold;
  margin: 8px 0;
}

.wallet-balance-card.coins .balance-value {
  color: #ffd700;
}

.wallet-balance-card.cash .balance-value {
  color: #00ff88;
}

.wallet-balance-card.premium {
  background: rgba(138, 43, 226, 0.1);
  border: 2px solid rgba(138, 43, 226, 0.4);
}

.wallet-balance-card.premium .balance-value {
  color: #d4a5ff;
  font-size: 16px;
}

.wallet-balance-card.premium.active {
  background: rgba(138, 43, 226, 0.25);
  border-color: rgba(138, 43, 226, 0.7);
}

.wallet-balance-card.premium.active .balance-value {
  color: #00ff88;
}

.premium-upgrade-btn {
  margin-top: 8px;
  padding: 8px 16px;
  background: linear-gradient(135deg, #8a2be2, #6a1bb2);
  border: none;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.premium-upgrade-btn:hover {
  background: linear-gradient(135deg, #9a3cf2, #7a2bc2);
  transform: scale(1.05);
}

.premium-upgrade-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.balance-desc {
  font-size: 10px;
  color: #666;
}

.daily-bonus-section {
  margin: 0 25px 20px;
  padding: 15px;
  background: linear-gradient(135deg, rgba(0, 255, 136, 0.15) 0%, rgba(0, 200, 100, 0.08) 100%);
  border-radius: 12px;
  border: 1px dashed #00ff88;
  text-align: center;
}

.bonus-text {
  font-size: 16px;
  color: #00ff88;
  font-weight: bold;
  margin-bottom: 12px;
}

.claim-bonus-btn {
  padding: 12px 30px;
  font-size: 15px;
  font-weight: bold;
  background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
  color: #000;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}

.claim-bonus-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(0, 255, 136, 0.4);
}

.claim-bonus-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.daily-bonus-claimed {
  margin: 0 25px 20px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  text-align: center;
  color: #888;
  font-size: 14px;
}

.wallet-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wallet-tab {
  flex: 1;
  padding: 15px;
  background: transparent;
  border: none;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
}

.wallet-tab:hover {
  color: #ccc;
}

.wallet-tab.active {
  color: #00ff88;
  border-bottom-color: #00ff88;
}

.wallet-tab-content {
  padding: 20px 25px;
}

.tab-header h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.tab-header p {
  margin: 0 0 20px;
  color: #888;
  font-size: 13px;
}

.loading-state {
  text-align: center;
  padding: 40px;
  color: #888;
}

.empty-state {
  text-align: center;
  padding: 40px;
  color: #666;
}

.empty-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 15px;
}

.package-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  position: relative;
  transition: all 0.2s;
}

.package-card:hover {
  border-color: rgba(0, 255, 136, 0.4);
  transform: translateY(-3px);
}

.package-card.featured {
  border-color: #ffd700;
  background: rgba(255, 215, 0, 0.05);
}

.package-card .featured-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd700, #ffaa00);
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 10px;
}

.package-name {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}

.package-coins {
  font-size: 20px;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 5px;
}

.package-bonus {
  font-size: 12px;
  color: #00ff88;
  margin-bottom: 10px;
}

.package-price {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 12px;
}

.package-buy-btn {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
  color: #000;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.package-buy-btn:hover {
  transform: scale(1.02);
}

.free-entry-note {
  margin-top: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.note-title {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 8px;
}

.note-text {
  font-size: 12px;
  color: #666;
}

.note-text a {
  color: #00ff88;
  text-decoration: none;
}

.note-text a:hover {
  text-decoration: underline;
}

.transactions-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.transaction-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.tx-icon {
  font-size: 24px;
}

.tx-details {
  flex: 1;
}

.tx-description {
  font-size: 14px;
  color: #fff;
}

.tx-date {
  font-size: 11px;
  color: #666;
  margin-top: 3px;
}

.tx-amount {
  font-size: 15px;
  font-weight: bold;
}

.tx-amount.positive {
  color: #00ff88;
}

.tx-amount.negative {
  color: #ff6666;
}

.cashout-form {
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  color: #aaa;
  font-size: 13px;
  margin-bottom: 8px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: #00ff88;
}

.cashout-submit-btn {
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
  color: #000;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
}

.cashout-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(0, 255, 136, 0.3);
}

.cashout-requests-section h4 {
  color: #888;
  font-size: 14px;
  margin-bottom: 15px;
}

.cashout-request-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 13px;
}

.cashout-request-item.pending .req-status {
  color: #ffaa00;
}

.cashout-request-item.completed .req-status {
  color: #00ff88;
}

.cashout-request-item.rejected .req-status {
  color: #ff6666;
}

.req-amount {
  font-weight: bold;
  color: #fff;
}

.req-method,
.req-date {
  color: #888;
}

.req-status {
  text-transform: capitalize;
  font-weight: 500;
}

.no-requests {
  text-align: center;
  color: #666;
  padding: 20px;
}

.mail-in-address {
  background: rgba(0, 255, 136, 0.1);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 255, 136, 0.3);
  margin-bottom: 20px;
}

.mail-in-address h4 {
  color: #00ff88;
  margin: 0 0 10px;
}

.address-text {
  font-family: monospace;
  color: #fff;
  line-height: 1.8;
}

.mail-in-instructions {
  color: #888;
  font-size: 13px;
  margin-bottom: 20px;
}

.mail-in-instructions ul {
  margin-top: 10px;
  padding-left: 20px;
}

.mail-in-instructions li {
  margin-bottom: 5px;
}

.mail-in-note {
  color: #666;
  font-size: 12px;
  margin-bottom: 20px;
}

.close-mail-in-btn {
  width: 100%;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}

.close-mail-in-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 500px) {
  .wallet-balance-section {
    flex-direction: column;
  }
  
  .packages-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cashout-request-item {
    flex-wrap: wrap;
    gap: 8px;
  }
}


/* ===== stripe-checkout.css ===== */
.stripe-checkout-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  backdrop-filter: blur(5px);
}

.stripe-checkout-container {
  background: linear-gradient(135deg, #1a1e3a 0%, #0a0e27 100%);
  border-radius: 16px;
  width: 90%;
  max-width: 500px;
  max-height: 95vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.stripe-checkout-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.stripe-checkout-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}

.stripe-checkout-close {
  background: none;
  border: none;
  color: #888;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.stripe-checkout-close:hover {
  color: #ff6b6b;
}

.stripe-checkout-content {
  padding: 24px;
  min-height: 400px;
  max-height: calc(95vh - 80px);
  overflow-y: auto;
  flex: 1;
}

.stripe-checkout-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  color: #888;
}

.stripe-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 255, 136, 0.2);
  border-top-color: #00ff88;
  border-radius: 50%;
  animation: stripe-spin 1s linear infinite;
}

@keyframes stripe-spin {
  to {
    transform: rotate(360deg);
  }
}

.stripe-checkout-loading p {
  margin-top: 16px;
  color: #888;
}

.stripe-checkout-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  text-align: center;
}

.stripe-checkout-error .error-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.stripe-checkout-error p {
  color: #ff6b6b;
  margin-bottom: 20px;
}

.stripe-retry-btn {
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  color: #000;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.stripe-retry-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.4);
}

#stripe-embedded-checkout {
  min-height: 450px;
  width: 100%;
}

#stripe-embedded-checkout iframe {
  border-radius: 8px;
  min-height: 450px !important;
}

@media (max-width: 600px) {
  .stripe-checkout-overlay {
    align-items: flex-start;
    padding-top: 10px;
  }
  
  .stripe-checkout-container {
    width: 95%;
    max-height: 98vh;
    border-radius: 12px;
  }
  
  .stripe-checkout-header {
    padding: 12px 16px;
    flex-shrink: 0;
  }
  
  .stripe-checkout-header h2 {
    font-size: 1.1rem;
  }
  
  .stripe-checkout-content {
    padding: 12px;
    max-height: calc(98vh - 60px);
  }
  
  #stripe-embedded-checkout {
    min-height: 400px;
  }
}


/* ===== accountmodalCSS.css ===== */
/* Account Modal CSS - Shared styles for account modal across all pages */

/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* New Message Modal - higher z-index to appear above account modal */
#new-message-modal {
  z-index: 1100;
}

/* Modal Container */
.modal-container {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1e3a 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 255, 136, 0.2);
  border-radius: 20px;
  max-width: 600px;
  width: 95%;
  max-height: 85vh;
  overflow-y: auto;
  color: white;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
}

/* Account modal - desktop adjustment to avoid navbar overlap */
@media (min-width: 769px) {
  #account-modal .modal-container {
    margin-top: 60px;
    max-height: calc(85vh - 30px);
  }
}

/* Modal Header */
.modal-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(0, 255, 136, 0.2);
  position: relative;
}

.modal-header h2 {
  color: #00ff88;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
}

.modal-header .modal-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Modal Close Button */
.modal-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.modal-close:hover {
  color: #00ff00;
}

/* Modal Content */
.modal-content {
  padding: 20px;
}

/* Account Modal Tabs */
.account-tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  flex-wrap: nowrap;
  width: 100%;
}

.account-tab {
  flex: 1;
  width: 16.666%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ccc;
  padding: 10px 4px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.account-tab:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 0, 0.3);
}

.account-tab.active {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  color: #000;
  border-color: #00ff00;
  font-weight: bold;
}

/* Mobile Account Tab Optimization */
@media (max-width: 768px) {
  .account-tabs {
    gap: 3px;
    padding-bottom: 8px;
  }

  .account-tab {
    padding: 8px 3px;
    font-size: 0.65rem;
  }
}

@media (max-width: 480px) {
  .account-tabs {
    gap: 2px;
  }

  .account-tab {
    padding: 6px 2px;
    font-size: 0.6rem;
  }
}

/* Tab Content Animation */
.tab-content {
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Context Info Box */
.context-info {
  background: rgba(0, 255, 0, 0.1);
  border: 1px solid rgba(0, 255, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  color: #fff;
}

/* Betting Form Container */
.betting-form-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Form Elements */
.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
  flex: 0 0 auto;
  position: relative;
}

.form-group label {
  font-weight: bold;
  color: #00ff00;
  font-size: 1rem;
}

.form-label {
  font-weight: bold;
  color: #00ff00;
  font-size: 1rem;
}

.form-input {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 12px 15px;
  color: white;
  font-size: 1rem;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #00ff00;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.form-select {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 12px 15px;
  color: white;
  font-size: 1rem;
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-select:focus {
  outline: none;
  border-color: #00ff00;
  box-shadow: 0 0 10px rgba(0, 255, 0, 0.3);
}

.form-select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  background: rgba(100, 100, 100, 0.3);
}

.form-select option {
  background: #1a1a2e;
  color: white;
  padding: 10px;
}

/* Bets Table Container */
.bets-table-container {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 255, 0, 0.3) transparent;
}

.bets-table-container::-webkit-scrollbar {
  width: 8px;
}

.bets-table-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}

.bets-table-container::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  border-radius: 10px;
}

/* Loading State */
.loading-bets {
  text-align: center;
  padding: 30px;
  color: #00ff00;
  font-style: italic;
  font-size: 1.1rem;
}

/* Join Bet Button */
.join-bet-btn {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  color: #000;
  border: none;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0, 255, 0, 0.2);
}

.join-bet-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 255, 0, 0.4);
  background: linear-gradient(45deg, #00cc88, #00ff00);
}

.join-bet-btn:active {
  transform: translateY(0);
}

/* Message Badge */
.message-badge {
  display: inline-block;
  background: linear-gradient(45deg, #ff0000, #ff4444);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 10px;
  margin-left: 5px;
  min-width: 18px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(255, 0, 0, 0.4);
  animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Premium Badge */
.premium-badge {
  background: linear-gradient(45deg, #ffd700, #ffaa00);
  color: #000;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.4);
}

/* Conversation Items */
.conversation-item {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.conversation-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 255, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 255, 0, 0.1);
}

/* Messages Display */
.messages-display {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 20px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 255, 0, 0.3) transparent;
}

.messages-display::-webkit-scrollbar {
  width: 6px;
}

.messages-display::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  border-radius: 10px;
}

/* Message Bubbles */
.message-bubble {
  padding: 12px 15px;
  border-radius: 15px;
  margin-bottom: 12px;
  max-width: 80%;
  word-wrap: break-word;
  animation: fadeIn 0.3s ease;
}

.message-bubble.sent {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  color: #000;
  margin-left: auto;
  text-align: right;
  border-bottom-right-radius: 5px;
}

.message-bubble.received {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  margin-right: auto;
  border-bottom-left-radius: 5px;
}

.message-time {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 5px;
}

.message-bubble.sent .message-time {
  color: rgba(0, 0, 0, 0.6);
}

.message-reply-area {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
}

/* Delete Message Button */
.delete-message-btn {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.3);
  color: #ff6666;
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.delete-message-btn:hover {
  background: rgba(255, 0, 0, 0.4);
  border-color: rgba(255, 0, 0, 0.5);
  opacity: 1;
  transform: scale(1.1);
}

.message-bubble.sent .delete-message-btn {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.5);
  color: #000;
  opacity: 1;
  font-weight: bold;
  font-size: 1.2rem;
}

.message-bubble.sent .delete-message-btn:hover {
  background: rgba(255, 0, 0, 0.3);
  color: #ff0000;
}

/* Delete Conversation Button */
.delete-conversation-btn {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid rgba(255, 0, 0, 0.4);
  color: #ff4444;
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  opacity: 1;
  font-weight: bold;
  flex-shrink: 0;
  margin-left: 10px;
}

.delete-conversation-btn:hover {
  background: rgba(255, 0, 0, 0.4);
  color: #ff0000;
  transform: scale(1.1);
}

/* Fade out animation for deleted messages */
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* Search Results Dropdown */
.search-results-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  border: 1px solid rgba(0, 255, 0, 0.3);
  border-radius: 10px;
  margin-top: 5px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 255, 0, 0.3) transparent;
}

.search-results-dropdown::-webkit-scrollbar {
  width: 6px;
}

.search-results-dropdown::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #00ff00, #00cc88);
  border-radius: 10px;
}

/* Individual Search Result Items */
.search-result-item {
  padding: 12px 15px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  color: #ccc;
}

.search-result-item:last-child {
  border-bottom: none;
}

.search-result-item:hover {
  background: rgba(0, 255, 0, 0.1);
  padding-left: 20px;
  color: #00ff00;
  transform: translateX(2px);
}

.search-result-item strong {
  color: inherit;
}

/* Message User Button */
.message-user-btn {
  background: rgba(0, 150, 255, 0.2);
  border: 1px solid rgba(0, 150, 255, 0.3);
  color: #0099ff;
  padding: 3px 8px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.75rem;
  transition: all 0.3s ease;
  font-weight: 500;
  white-space: nowrap;
}

.message-user-btn:hover {
  background: rgba(0, 150, 255, 0.4);
  border-color: rgba(0, 150, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 150, 255, 0.3);
}

.message-user-btn:active {
  transform: translateY(0);
}

/* Friend Actions */
.friend-action-btn {
  background: rgba(0, 255, 0, 0.2);
  border: 1px solid rgba(0, 255, 0, 0.3);
  color: #00ff00;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.8rem;
  transition: all 0.3s ease;
  font-weight: 500;
}

.friend-action-btn:hover {
  background: rgba(0, 255, 0, 0.4);
  transform: translateY(-2px);
}

.friend-action-btn.remove {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.3);
  color: #ff4444;
}

.friend-action-btn.remove:hover {
  background: rgba(255, 0, 0, 0.4);
}

.friend-action-btn.accept {
  background: rgba(0, 255, 0, 0.3);
}

.friend-action-btn.decline {
  background: rgba(255, 165, 0, 0.2);
  border-color: rgba(255, 165, 0, 0.3);
  color: #ffaa00;
}

/* Friend/Pending Request Item */
.friend-item, .pending-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.friend-item:hover, .pending-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 255, 0, 0.2);
}

.friend-info, .pending-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.friend-avatar, .pending-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 255, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  overflow: hidden;
}

.friend-avatar img, .pending-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.friend-name, .pending-name {
  color: #00ff00;
  font-weight: 600;
}

.friend-actions, .pending-actions {
  display: flex;
  gap: 8px;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 30px 20px;
  color: #888;
}

.empty-state-icon {
  font-size: 48px;
  margin-bottom: 15px;
  opacity: 0.5;
}

.empty-state h4 {
  color: #aaa;
  margin-bottom: 10px;
}

.empty-state p {
  font-size: 0.9rem;
  color: #666;
}


/* ===== parlay-builder.css ===== */
.quick-menu-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.quick-menu-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 255, 136, 0.6);
}

.quick-menu-fab.active {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
  box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
}

.quick-menu-fab-icon {
  font-size: 24px;
  transition: all 0.3s ease;
}

.parlay-fab-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #ff4444;
  color: white;
  font-size: 12px;
  font-weight: bold;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #0a0e27;
}

.quick-menu-options {
  position: fixed;
  bottom: 90px;
  right: 20px;
  display: none;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.quick-menu-options.active {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

.quick-menu-option {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #1a1e3a, #0a0e27);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 30px;
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}

.quick-menu-option:hover {
  transform: translateX(-5px);
  border-color: #00ff88;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.3);
}

.quick-option-icon {
  font-size: 20px;
}

.quick-option-label {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.quick-option-badge {
  background: #ff4444;
  color: white;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 10px;
  margin-left: auto;
}

.parlay-fab {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.4);
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.parlay-fab-icon {
  font-size: 24px;
  color: #0a0e27;
  font-weight: bold;
}

.parlay-fab.empty {
  opacity: 0.6;
  background: linear-gradient(135deg, #444, #333);
}

.parlay-fab.empty .parlay-fab-icon {
  color: #888;
}

.parlay-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.parlay-modal-overlay.active {
  display: flex;
}

.parlay-modal {
  background: linear-gradient(135deg, #0a0e27 0%, #1a1e3a 100%);
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  max-height: 85vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 255, 136, 0.3);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.parlay-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 255, 136, 0.05);
}

.parlay-modal-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #00ff88;
  display: flex;
  align-items: center;
  gap: 10px;
}

.parlay-modal-close {
  background: none;
  border: none;
  color: #888;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  transition: color 0.2s;
}

.parlay-modal-close:hover {
  color: #ff4444;
}

.parlay-modal-body {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  min-height: 0;
}

.parlay-empty-state {
  text-align: center;
  padding: 40px 20px;
  color: #888;
}

.parlay-empty-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.parlay-empty-text {
  font-size: 1rem;
  margin-bottom: 10px;
}

.parlay-empty-hint {
  font-size: 0.85rem;
  color: #666;
}

.parlay-legs-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.parlay-leg-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.parlay-leg-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.parlay-leg-sport {
  background: rgba(0, 255, 136, 0.2);
  color: #00ff88;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.parlay-leg-remove {
  background: none;
  border: none;
  color: #ff4444;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.parlay-leg-remove:hover {
  opacity: 1;
}

.parlay-leg-game {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 6px;
  font-weight: 500;
}

.parlay-leg-pick {
  font-size: 0.85rem;
  color: #00ff88;
  margin-bottom: 4px;
}

.parlay-leg-odds {
  font-size: 0.85rem;
  color: #888;
}

.parlay-summary {
  background: rgba(0, 255, 136, 0.1);
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  border: 1px solid rgba(0, 255, 136, 0.2);
}

.parlay-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.parlay-summary-row:last-child {
  margin-bottom: 0;
}

.parlay-summary-label {
  color: #888;
  font-size: 0.9rem;
}

.parlay-summary-value {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.parlay-summary-value.highlight {
  color: #00ff88;
  font-size: 1.1rem;
}

.parlay-modal-footer {
  padding: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.parlay-stake-section {
  margin-bottom: 15px;
}

.parlay-stake-label {
  display: block;
  color: #888;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.parlay-stake-input-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.parlay-stake-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 15px;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
}

.parlay-stake-input:focus {
  border-color: #00ff88;
}

.parlay-stake-quick-btns {
  display: flex;
  gap: 8px;
}

.parlay-stake-quick {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 8px 12px;
  color: #fff;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.2s;
}

.parlay-stake-quick:hover {
  background: rgba(0, 255, 136, 0.2);
  border-color: #00ff88;
}

.parlay-actions {
  display: flex;
  gap: 10px;
}

.parlay-btn {
  flex: 1;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.parlay-btn-clear {
  background: rgba(255, 68, 68, 0.2);
  color: #ff4444;
  border: 1px solid rgba(255, 68, 68, 0.3);
}

.parlay-btn-clear:hover {
  background: rgba(255, 68, 68, 0.3);
}

.parlay-btn-place {
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  color: #0a0e27;
}

.parlay-btn-place:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.4);
}

.parlay-btn-place:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.parlay-min-legs-warning {
  text-align: center;
  color: #ff9944;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.add-to-parlay-btn {
  background: linear-gradient(135deg, #00d4ff, #0099ff);
  border: none;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 0 15px rgba(0, 212, 255, 0.4), 0 4px 12px rgba(0, 153, 255, 0.3);
}

@media (max-width: 768px) {
  .add-to-parlay-btn {
    padding: 12px 20px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .add-to-parlay-btn {
    padding: 10px 15px;
    font-size: 0.8rem;
  }
}

.add-to-parlay-btn:hover {
  background: linear-gradient(135deg, #33e0ff, #00bbff);
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(0, 212, 255, 0.6), 0 6px 20px rgba(0, 153, 255, 0.4);
  border-color: rgba(0, 212, 255, 0.8);
}

.add-to-parlay-btn:active {
  transform: translateY(-1px);
}

.add-to-parlay-btn.added {
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 0 15px rgba(34, 197, 94, 0.5), 0 4px 12px rgba(34, 197, 94, 0.3);
  border-color: rgba(34, 197, 94, 0.5);
}

.parlay-toast {
  position: fixed;
  bottom: 100px;
  right: 20px;
  background: linear-gradient(135deg, #0a0e27, #1a1e3a);
  border: 1px solid #00ff88;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 0.9rem;
  z-index: 10000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 255, 136, 0.3);
}

.parlay-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.game-action-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: stretch;
  margin-top: 15px;
}

.game-action-buttons .create-bet-btn,
.game-action-buttons .add-to-parlay-btn {
  flex: 1;
  min-width: 100px;
  max-width: 180px;
  width: auto !important;
  white-space: nowrap;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 48px !important;
  padding: 0 20px !important;
  font-size: 0.95rem !important;
  font-weight: bold !important;
  border-radius: 12px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.game-action-buttons .create-bet-btn {
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  border: 1px solid rgba(0, 255, 136, 0.5);
  color: #0a0e27;
  box-shadow: 0 0 15px rgba(0, 255, 136, 0.4), 0 4px 12px rgba(0, 204, 106, 0.3);
  text-shadow: none;
  transition: all 0.2s ease;
}

.game-action-buttons .create-bet-btn:hover {
  background: linear-gradient(135deg, #33ffaa, #00ff88);
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(0, 255, 136, 0.6), 0 6px 20px rgba(0, 204, 106, 0.4);
}

@media (max-width: 600px) {
  .parlay-fab {
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
  }

  .parlay-modal {
    max-height: 90vh;
    border-radius: 16px 16px 0 0;
  }

  .parlay-modal-overlay {
    align-items: flex-end;
    padding: 0;
  }

  .parlay-stake-quick-btns {
    display: none;
  }

  .game-action-buttons {
    gap: 8px;
  }

  .game-action-buttons .create-bet-btn,
  .game-action-buttons .add-to-parlay-btn {
    flex: 1;
    min-width: 0;
    max-width: none;
    height: 42px !important;
    padding: 0 14px !important;
    font-size: 0.85rem !important;
  }

  .quick-menu-fab {
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
  }

  .quick-menu-options {
    bottom: 80px;
    right: 15px;
  }

  .quick-menu-option {
    padding: 10px 16px;
  }

  .quick-option-label {
    font-size: 13px;
  }
}

.coin-packages-modal {
  max-width: 600px;
}

.coin-packages-modal .parlay-modal-body {
  padding-bottom: 100px;
}

.coin-packages-intro {
  text-align: center;
  color: #aaa;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.coin-packages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  margin-bottom: 20px;
}

.coin-package-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  flex-direction: column;
}

.coin-package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 255, 136, 0.4);
  box-shadow: 0 8px 25px rgba(0, 255, 136, 0.15);
}

.coin-package-card.featured {
  border-color: #ffd700;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1), rgba(255, 165, 0, 0.05));
}

.coin-package-card.featured:hover {
  border-color: #ffd700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.25);
}

.coin-package-card .featured-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ffd700, #ff9500);
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 20px;
  text-transform: uppercase;
}

.coin-package-card .package-name {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.coin-package-card .package-coins {
  color: #00ff88;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.coin-package-card .package-bonus {
  color: #ffd700;
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.coin-package-card .package-price {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 15px;
}

.coin-package-card .package-buy-btn {
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(135deg, #00ff88, #00cc6a);
  border: none;
  border-radius: 8px;
  color: #0a0e27;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.coin-package-card .package-buy-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 255, 136, 0.4);
}

.free-coins-note {
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 255, 136, 0.1);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-radius: 12px;
  padding: 15px 20px;
}

.free-coins-note .note-icon {
  font-size: 28px;
}

.free-coins-note .note-title {
  color: #00ff88;
  font-weight: 600;
  margin-bottom: 4px;
}

.free-coins-note .note-text {
  color: #aaa;
  font-size: 0.85rem;
}

@media (max-width: 480px) {
  .coin-packages-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .coin-package-card {
    padding: 15px 10px;
  }

  .coin-package-card .package-name {
    font-size: 0.9rem;
  }

  .coin-package-card .package-coins {
    font-size: 1rem;
  }

  .coin-package-card .package-price {
    font-size: 1.2rem;
  }

  .free-coins-note {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.parlay-tabs {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.parlay-tab {
  flex: 1;
  padding: 14px 20px;
  background: none;
  border: none;
  color: #888;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
}

.parlay-tab:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.parlay-tab.active {
  color: #00ff88;
  border-bottom-color: #00ff88;
  background: rgba(0, 255, 136, 0.05);
}

.parlay-tab-icon {
  font-size: 1rem;
}

.parlay-tab-content {
  display: none;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  min-height: 0;
}

.parlay-tab-content.active {
  display: flex;
}

.my-parlays-container {
  padding: 15px;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
}

.my-parlays-filters {
  display: flex;
  gap: 8px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.my-parlays-filter {
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  color: #aaa;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.my-parlays-filter:hover {
  border-color: #00ff88;
  color: #fff;
}

.my-parlays-filter.active {
  background: rgba(0, 255, 136, 0.2);
  border-color: #00ff88;
  color: #00ff88;
}

.my-parlays-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 40px;
  color: #888;
}

.loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(0, 255, 136, 0.2);
  border-top-color: #00ff88;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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

.my-parlays-empty {
  text-align: center;
  padding: 40px 20px;
  color: #888;
}

.my-parlays-empty-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.my-parlays-empty-text {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #aaa;
}

.my-parlays-empty-hint {
  font-size: 0.85rem;
  color: #666;
}

.my-parlays-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.my-parlay-card {
  background: linear-gradient(135deg, rgba(26, 30, 58, 0.8), rgba(10, 14, 39, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s;
}

.my-parlay-card:hover {
  border-color: rgba(0, 255, 136, 0.3);
}

.my-parlay-card.status-won {
  border-left: 4px solid #00ff88;
}

.my-parlay-card.status-lost {
  border-left: 4px solid #ff4444;
}

.my-parlay-card.status-void {
  border-left: 4px solid #888;
}

.my-parlay-card.status-pending {
  border-left: 4px solid #ffaa00;
}

.parlay-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.parlay-card-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.parlay-id {
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
}

.parlay-date {
  color: #888;
  font-size: 0.8rem;
}

.parlay-status-badge {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.parlay-status-badge.status-won {
  background: rgba(0, 255, 136, 0.2);
  color: #00ff88;
}

.parlay-status-badge.status-lost {
  background: rgba(255, 68, 68, 0.2);
  color: #ff4444;
}

.parlay-status-badge.status-void {
  background: rgba(136, 136, 136, 0.2);
  color: #888;
}

.parlay-status-badge.status-pending {
  background: rgba(255, 170, 0, 0.2);
  color: #ffaa00;
}

.parlay-card-odds {
  text-align: center;
  padding: 15px;
  background: rgba(0, 255, 136, 0.05);
}

.parlay-odds-label {
  color: #888;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.parlay-odds-value {
  color: #00ff88;
  font-size: 1.5rem;
  font-weight: 700;
}

.parlay-card-details {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.parlay-detail {
  flex: 1;
  min-width: 100px;
}

.parlay-detail .detail-label {
  display: block;
  color: #888;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.parlay-detail .detail-value {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.parlay-detail .detail-value.highlight {
  color: #00ff88;
}

.parlay-progress {
  color: #ffaa00;
  font-size: 0.85rem;
  font-weight: 500;
}

.parlay-legs-accordion {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.parlay-legs-toggle {
  width: 100%;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.1);
  border: none;
  color: #aaa;
  font-size: 0.9rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

.parlay-legs-toggle:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.toggle-icon {
  font-size: 0.75rem;
  transition: transform 0.2s;
}

.parlay-legs-detail {
  padding: 10px 15px 15px;
  background: rgba(0, 0, 0, 0.1);
}

.parlay-leg-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border-left: 3px solid #888;
}

.parlay-leg-item:last-child {
  margin-bottom: 0;
}

.parlay-leg-item.leg-won {
  border-left-color: #00ff88;
}

.parlay-leg-item.leg-lost {
  border-left-color: #ff4444;
}

.parlay-leg-item.leg-void {
  border-left-color: #888;
}

.parlay-leg-item.leg-pending {
  border-left-color: #ffaa00;
}

.leg-status-icon {
  font-size: 1rem;
  font-weight: 700;
  width: 20px;
  text-align: center;
}

.leg-won .leg-status-icon {
  color: #00ff88;
}

.leg-lost .leg-status-icon {
  color: #ff4444;
}

.leg-void .leg-status-icon {
  color: #888;
}

.leg-pending .leg-status-icon {
  color: #ffaa00;
}

.leg-info {
  flex: 1;
}

.leg-game {
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 3px;
}

.leg-pick {
  color: #aaa;
  font-size: 0.8rem;
}

@media (max-width: 480px) {
  .parlay-tabs {
    font-size: 0.85rem;
  }
  
  .parlay-tab {
    padding: 12px 10px;
    gap: 5px;
  }
  
  .my-parlays-filters {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  
  .my-parlays-filter {
    white-space: nowrap;
    flex-shrink: 0;
  }
  
  .parlay-card-details {
    flex-direction: column;
    gap: 10px;
  }
  
  .parlay-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .parlay-detail .detail-label {
    margin-bottom: 0;
  }
}


/* ===== houndmind.css ===== */
.houndmind-fab {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(155, 89, 182, 0.5);
  z-index: 9997;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.houndmind-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(155, 89, 182, 0.7);
}

.houndmind-fab.active {
  background: linear-gradient(135deg, #8e44ad, #7d3c98);
}

.houndmind-fab-icon {
  font-size: 26px;
  transition: transform 0.3s ease;
}

.houndmind-fab-icon-img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  background: #1a1f3c;
  transition: transform 0.3s ease;
}

.houndmind-fab:hover .houndmind-fab-icon,
.houndmind-fab:hover .houndmind-fab-icon-img {
  transform: scale(1.1);
}

.houndmind-fab-pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(155, 89, 182, 0.4);
  animation: houndmind-pulse 2s infinite;
  pointer-events: none;
}

@keyframes houndmind-pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.houndmind-panel {
  position: fixed;
  bottom: 160px;
  right: 20px;
  width: 380px;
  max-width: calc(100vw - 40px);
  height: 500px;
  max-height: calc(100vh - 200px);
  background: linear-gradient(180deg, #1a1f3c 0%, #0f1228 100%);
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 30px rgba(155, 89, 182, 0.2);
  border: 1px solid rgba(155, 89, 182, 0.3);
  display: none;
  flex-direction: column;
  z-index: 9996;
  overflow: hidden;
}

.houndmind-panel.open {
  display: flex;
  animation: houndmind-slideIn 0.3s ease;
}

@keyframes houndmind-slideIn {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.houndmind-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.houndmind-header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.houndmind-logo {
  font-size: 28px;
}

.houndmind-logo-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: contain;
  background: rgba(255,255,255,0.1);
}

.houndmind-title {
  display: flex;
  flex-direction: column;
}

.houndmind-name {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.houndmind-subtitle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
}

.houndmind-close {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 0 8px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.houndmind-close:hover {
  opacity: 1;
}

.houndmind-messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.houndmind-message {
  display: flex;
  gap: 10px;
  max-width: 90%;
}

.houndmind-message-ai {
  align-self: flex-start;
}

.houndmind-message-user {
  align-self: flex-end;
  flex-direction: row-reverse;
}

.houndmind-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.houndmind-message-ai .houndmind-avatar {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
}

.houndmind-avatar-img {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  object-fit: contain;
  background: rgba(155, 89, 182, 0.2);
}

.houndmind-message-user .houndmind-avatar {
  background: linear-gradient(135deg, #00ff88, #00cc6a);
}

.houndmind-bubble {
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  color: white;
}

.houndmind-message-ai .houndmind-bubble {
  background: rgba(155, 89, 182, 0.2);
  border: 1px solid rgba(155, 89, 182, 0.3);
  border-top-left-radius: 4px;
}

.houndmind-message-user .houndmind-bubble {
  background: rgba(0, 255, 136, 0.15);
  border: 1px solid rgba(0, 255, 136, 0.3);
  border-top-right-radius: 4px;
}

.houndmind-suggestions {
  display: flex;
  gap: 8px;
  padding: 8px 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.houndmind-suggestion {
  background: rgba(155, 89, 182, 0.15);
  border: 1px solid rgba(155, 89, 182, 0.3);
  color: #bb86fc;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.houndmind-suggestion:hover {
  background: rgba(155, 89, 182, 0.3);
  transform: translateY(-1px);
}

.houndmind-follow-ups {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 2px 16px 10px 52px;
  animation: followUpFadeIn 0.3s ease;
}

.houndmind-follow-up-link {
  color: #5dade2;
  font-size: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}

.houndmind-follow-up-link::before {
  content: '→ ';
  color: #85c1e9;
}

.houndmind-follow-up-link:hover {
  color: #85c1e9;
  text-decoration: underline;
}

@keyframes followUpFadeIn {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}

.houndmind-input-container {
  display: flex;
  gap: 8px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  flex-shrink: 0;
}

.houndmind-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(155, 89, 182, 0.3);
  border-radius: 24px;
  padding: 12px 20px;
  color: white;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}

.houndmind-input:focus {
  border-color: #9b59b6;
}

.houndmind-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.houndmind-send {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.houndmind-send:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
}

.houndmind-send:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.houndmind-typing {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0;
}

.houndmind-typing-text {
  color: rgba(187, 134, 252, 0.9);
  font-size: 13px;
  font-style: italic;
  margin-right: 6px;
}

.houndmind-typing-dot {
  width: 6px;
  height: 6px;
  background: #9b59b6;
  border-radius: 50%;
  animation: houndmind-typing 1.4s infinite;
}

.houndmind-typing-dot:nth-child(2) {
  animation-delay: 0.2s;
}

.houndmind-typing-dot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes houndmind-typing {
  0%, 60%, 100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  30% {
    transform: translateY(-4px);
    opacity: 1;
  }
}

.houndmind-bubble strong {
  color: #00ff88;
  font-weight: 600;
}

.houndmind-bubble em {
  color: #bb86fc;
  font-style: italic;
}

.houndmind-bubble ul {
  margin: 8px 0;
  padding-left: 16px;
  list-style: none;
}

.houndmind-bubble li {
  position: relative;
  padding-left: 12px;
  margin: 4px 0;
}

.houndmind-bubble li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #00ff88;
}

.houndmind-premium-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.houndmind-premium-content {
  background: linear-gradient(180deg, #1a1f3c 0%, #0f1228 100%);
  border-radius: 20px;
  padding: 32px;
  max-width: 400px;
  width: 90%;
  text-align: center;
  border: 1px solid rgba(155, 89, 182, 0.3);
  position: relative;
}

.houndmind-premium-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  cursor: pointer;
}

.houndmind-premium-icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.houndmind-premium-logo {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: contain;
  background: rgba(255,255,255,0.1);
  box-shadow: 0 4px 20px rgba(155, 89, 182, 0.5);
}

.houndmind-premium-content h3 {
  color: white;
  font-size: 24px;
  margin-bottom: 8px;
}

.houndmind-premium-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

.houndmind-premium-features {
  list-style: none;
  padding: 0;
  text-align: left;
  margin-bottom: 24px;
}

.houndmind-premium-features li {
  color: white;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.houndmind-upgrade-btn {
  background: linear-gradient(135deg, #9b59b6, #8e44ad);
  border: none;
  color: white;
  padding: 14px 32px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.houndmind-upgrade-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(155, 89, 182, 0.4);
}

/* Tablet and small desktop */
@media (max-width: 768px) {
  .houndmind-panel {
    width: calc(100vw - 32px);
    right: 16px;
    bottom: 150px;
    height: 55vh;
    max-height: calc(100vh - 180px);
  }
  
  .houndmind-fab {
    bottom: 85px;
    right: 16px;
  }
}

/* Mobile devices */
@media (max-width: 480px) {
  .houndmind-panel {
    width: calc(100vw - 24px);
    right: 12px;
    bottom: 140px;
    height: 400px;
    max-height: 60vh;
    border-radius: 16px;
  }
  
  .houndmind-fab {
    bottom: 80px;
    right: 12px;
    width: 50px;
    height: 50px;
  }
  
  .houndmind-fab-icon {
    font-size: 22px;
  }
  
  .houndmind-fab-icon-img {
    width: 42px;
    height: 42px;
  }
  
  .houndmind-header {
    padding: 12px 14px;
  }
  
  .houndmind-logo-img {
    width: 32px;
    height: 32px;
  }
  
  .houndmind-name {
    font-size: 14px;
  }
  
  .houndmind-subtitle {
    font-size: 10px;
  }
  
  .houndmind-close {
    font-size: 24px;
    padding: 4px 8px;
  }
  
  .houndmind-messages {
    flex: 1;
    padding: 10px;
    gap: 8px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .houndmind-message {
    max-width: 90%;
  }
  
  .houndmind-bubble {
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  
  .houndmind-avatar,
  .houndmind-avatar-img {
    width: 26px;
    height: 26px;
  }
  
  .houndmind-suggestions {
    padding: 6px 10px;
    gap: 5px;
    flex-wrap: wrap;
  }
  
  .houndmind-suggestion {
    padding: 5px 10px;
    font-size: 11px;
  }
  
  .houndmind-input-container {
    padding: 10px;
    gap: 8px;
  }
  
  .houndmind-input {
    padding: 10px 14px;
    font-size: 16px; /* Prevents iOS zoom on focus */
    border-radius: 20px;
  }
  
  .houndmind-send {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
  }
  
  /* Premium modal mobile styles */
  .houndmind-premium-content {
    width: 90%;
    max-width: 320px;
    padding: 20px 16px;
  }
  
  .houndmind-premium-logo {
    width: 70px;
    height: 70px;
  }
  
  .houndmind-premium-content h3 {
    font-size: 18px;
  }
  
  .houndmind-premium-content p {
    font-size: 13px;
  }
  
  .houndmind-premium-features li {
    font-size: 12px;
    padding: 5px 0;
  }
  
  .houndmind-upgrade-btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}


/* ===== welcome-modal.css ===== */
/* Welcome Modal Styles */
.welcome-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.welcome-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.welcome-modal {
    background: linear-gradient(145deg, #1a1a2e 0%, #16213e 50%, #0f0f23 100%);
    border-radius: 20px;
    max-width: 500px;
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    border: 2px solid #00ff88;
    box-shadow: 0 0 40px rgba(0, 255, 136, 0.3);
    animation: welcomeSlideIn 0.4s ease-out;
}

@keyframes welcomeSlideIn {
    from {
        transform: translateY(-30px) scale(0.95);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.welcome-header {
    background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
    padding: 25px 30px;
    text-align: center;
    border-radius: 18px 18px 0 0;
}

.welcome-header h1 {
    color: #000;
    font-size: 24px;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.welcome-header .subtitle {
    color: #1a1a2e;
    font-size: 16px;
    font-weight: 500;
}

.welcome-content {
    padding: 25px 30px;
}

.welcome-intro {
    text-align: center;
    margin-bottom: 25px;
    color: #ccc;
    font-size: 15px;
    line-height: 1.5;
}

.welcome-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.welcome-feature {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.welcome-feature:hover {
    background: rgba(0, 255, 136, 0.05);
    border-color: rgba(0, 255, 136, 0.2);
}

.feature-icon {
    font-size: 28px;
    min-width: 40px;
    text-align: center;
}

.feature-text h3 {
    color: #00ff88;
    font-size: 15px;
    margin: 0 0 5px 0;
    font-weight: 600;
}

.feature-text p {
    color: #aaa;
    font-size: 13px;
    margin: 0;
    line-height: 1.4;
}

.welcome-currencies {
    display: flex;
    gap: 15px;
    margin: 20px 0;
}

.currency-box {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.currency-box.coins {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15), rgba(255, 215, 0, 0.05));
    border: 1px solid rgba(255, 215, 0, 0.3);
}

.currency-box.cash {
    background: linear-gradient(135deg, rgba(0, 255, 136, 0.15), rgba(0, 255, 136, 0.05));
    border: 1px solid rgba(0, 255, 136, 0.3);
}

.currency-box .icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.currency-box h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
}

.currency-box.coins h4 {
    color: #ffd700;
}

.currency-box.cash h4 {
    color: #00ff88;
}

.currency-box p {
    color: #888;
    font-size: 11px;
    margin: 0;
    line-height: 1.3;
}

.welcome-footer {
    padding: 20px 30px 25px;
    text-align: center;
}

.welcome-btn {
    background: linear-gradient(135deg, #00ff88 0%, #00cc66 100%);
    color: #000;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
}

.welcome-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 255, 136, 0.4);
}

.welcome-guides-link {
    margin-top: 15px;
    color: #888;
    font-size: 12px;
}

.welcome-guides-link a {
    color: #00ff88;
    text-decoration: none;
}

.welcome-guides-link a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .welcome-modal {
        width: 95%;
        max-height: 90vh;
    }
    
    .welcome-header {
        padding: 20px;
    }
    
    .welcome-header h1 {
        font-size: 20px;
    }
    
    .welcome-content {
        padding: 20px;
    }
    
    .welcome-currencies {
        flex-direction: column;
    }
    
    .welcome-feature {
        padding: 12px;
    }
    
    .feature-icon {
        font-size: 24px;
        min-width: 35px;
    }
}


/* ===== Tailspin Gem quick-bet button (500 HC = earns a spin) ===== */
.amount-btn.gem-amount-btn {
  position: relative;
  overflow: hidden;
  border: none;
  color: #0a0f1c;
  font-weight: 800;
  letter-spacing: .2px;
  background: linear-gradient(135deg, #b388ff 0%, #4fd1ff 45%, #28e0b8 100%);
  background-size: 200% 200%;
  box-shadow: 0 4px 16px rgba(79, 209, 255, .45), inset 0 0 0 1px rgba(255, 255, 255, .35);
  text-shadow: 0 1px 1px rgba(255, 255, 255, .35);
  animation: gemShift 4s ease infinite;
  transition: transform .15s ease, box-shadow .15s ease;
}
.amount-btn.gem-amount-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .65), transparent);
  transform: skewX(-20deg);
  animation: gemShine 3.2s ease-in-out infinite;
  pointer-events: none;
}
.amount-btn.gem-amount-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 22px rgba(79, 209, 255, .65), inset 0 0 0 1px rgba(255, 255, 255, .5);
}
.amount-btn.gem-amount-btn.selected {
  outline: 2px solid #ffffff;
  outline-offset: 1px;
  box-shadow: 0 0 0 3px rgba(79, 209, 255, .55), 0 7px 22px rgba(79, 209, 255, .65);
}
@keyframes gemShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes gemShine {
  0% { left: -75%; }
  55%, 100% { left: 130%; }
}
