@import url(https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400;500;600;700&family=Press+Start+2P&display=swap);

.club-selector-overlay[data-v-4569c06c] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

/* Enhanced styles for club items */
.club-item[data-v-4569c06c] {
  position: relative !important;
  z-index: 20 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  user-select: none !important;
  -webkit-tap-highlight-color: transparent !important;
  transition: all 0.3s ease !important;
  outline: none !important;
}
.club-item *[data-v-4569c06c] {
  pointer-events: auto !important;
  position: relative !important;
  z-index: 1 !important;
}

/* Enhanced class for active/selected club item */
.club-item-active[data-v-4569c06c] {
  border-color: #00ffcc !important;
  box-shadow: 0 0 10px rgba(0, 255, 204, 0.5), 0 0 15px rgba(0, 255, 204, 0.3), 0 0 20px rgba(0, 255, 204, 0.2) !important;
  transform: scale(1.02) !important;
  background: linear-gradient(135deg, rgba(0, 255, 204, 0.15), rgba(77, 138, 219, 0.1)) !important;
  position: relative !important;
  z-index: 30 !important;
}
.club-item-active[data-v-4569c06c]::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00ffcc, #4d8adb, #00ffcc);
  border-radius: inherit;
  z-index: -1;
  animation: pulse-glow-4569c06c 2s ease-in-out infinite alternate;
}
@keyframes pulse-glow-4569c06c {
0% {
    opacity: 0.5;
    transform: scale(1);
}
100% {
    opacity: 0.8;
    transform: scale(1.01);
}
}

/* Scrollbar styling */
.club-popup-scrollbar[data-v-4569c06c] {
  scrollbar-width: thin;
  scrollbar-color: #4B5563 #1F2937;
}
.club-popup-scrollbar[data-v-4569c06c]::-webkit-scrollbar {
  width: 6px;
}
.club-popup-scrollbar[data-v-4569c06c]::-webkit-scrollbar-track {
  background: #1F2937;
  border-radius: 3px;
}
.club-popup-scrollbar[data-v-4569c06c]::-webkit-scrollbar-thumb {
  background: #4B5563;
  border-radius: 3px;
}
.club-popup-scrollbar[data-v-4569c06c]::-webkit-scrollbar-thumb:hover {
  background: #6B7280;
}

/* Neon effects */
.neon-text-flicker[data-v-4569c06c] {
  text-shadow: 0 0 5px #00ffcc, 0 0 10px #00ffcc, 0 0 15px #00ffcc;
  animation: flicker-4569c06c 2s infinite alternate;
}
.neon-button-flicker[data-v-4569c06c] {
  background: linear-gradient(90deg, #2a3a8c, #4d8adb);
  border: 1px solid rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 5px rgba(77, 219, 255, 0.3);
}
.neon-button-flicker[data-v-4569c06c]:not(:disabled):hover {
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.5);
  border-color: rgba(77, 219, 255, 0.9);
}
.gradient-border-animate[data-v-4569c06c] {
  background: linear-gradient(45deg, #1a1a1a, #2a2a2a);
  border: 2px solid transparent;
  background-clip: padding-box;
  position: relative;
}
.gradient-border-animate[data-v-4569c06c]::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #00ffcc, #4d8adb, #00ffcc);
  border-radius: inherit;
  z-index: -1;
  animation: gradient-rotate-4569c06c 3s linear infinite;
}
@keyframes flicker-4569c06c {
0%, 100% { opacity: 1;
}
50% { opacity: 0.8;
}
}
@keyframes gradient-rotate-4569c06c {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Line clamp utility */
.line-clamp-2[data-v-4569c06c] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Global styles will be imported from the existing CSS */

/* Анимация для спиннера загрузки */
@keyframes spin {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

/* Стили для экрана загрузки */
.loading-screen {
  font-family: 'Arial', sans-serif;
}
.loading-screen .spinner {
  animation: spin 1s linear infinite;
}


/* Component-specific styles can be added here */
/* Most styles are inherited from the global CSS */


.game-screen[data-v-013aebf2] {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #87CEEB, #98FB98);
  overflow: hidden;
  display: none;
}
.game-screen.active[data-v-013aebf2] {
  display: block;
}

/* Hide header and navigation during gameplay */
.game-screen.active ~ .top-bar[data-v-013aebf2],
.game-screen.active ~ #game-bottom-nav[data-v-013aebf2] {
  display: none !important;
}
#canvas[data-v-013aebf2] {
  display: none;
  background: url(/plugins/ssvw/game/assets/js/vue-dist/5ab47d36083b593d4048.png) no-repeat center center !important;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}
.game-screen.active #canvas[data-v-013aebf2] {
  display: block;
}
.game-canvas[data-v-013aebf2] {
  display: block;
  margin: 0 auto;
  background: transparent;
  touch-action: none;
}
.score-display[data-v-013aebf2] {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  z-index: 10;
}
.game-over-screen[data-v-013aebf2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 100;
}
.game-over-content[data-v-013aebf2] {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  backdrop-filter: blur(10px);
}
.game-over-title[data-v-013aebf2] {
  font-size: 48px;
  margin-bottom: 20px;
  color: #ff6b6b;
}
.final-score[data-v-013aebf2] {
  font-size: 24px;
  margin-bottom: 30px;
}
.game-over-buttons[data-v-013aebf2] {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.btn[data-v-013aebf2] {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-primary[data-v-013aebf2] {
  background: #4ecdc4;
  color: white;
}
.btn-primary[data-v-013aebf2]:hover {
  background: #45b7aa;
  transform: translateY(-2px);
}
.btn-secondary[data-v-013aebf2] {
  background: #95a5a6;
  color: white;
}
.btn-secondary[data-v-013aebf2]:hover {
  background: #7f8c8d;
  transform: translateY(-2px);
}
.pause-popup[data-v-013aebf2] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  z-index: 50;
}
.pause-title[data-v-013aebf2] {
  font-size: 32px;
  margin-bottom: 20px;
  color: #333;
}
@media (max-width: 768px) {
.game-canvas[data-v-013aebf2] {
    width: 100%;
    height: auto;
}
.score-display[data-v-013aebf2] {
    font-size: 20px;
}
.game-over-title[data-v-013aebf2] {
    font-size: 36px;
}
.final-score[data-v-013aebf2] {
    font-size: 20px;
}
}


/* Component-specific styles can be added here */
/* Most styles are inherited from the global CSS */

/* Tabs Navigation */
.tabs-container[data-v-5dee7818] {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: rgba(20, 30, 60, 0.6);
  border-radius: 15px;
  padding: 5px;
  border: 1px solid rgba(77, 219, 255, 0.3);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.2);
}
.tab-button[data-v-5dee7818] {
  flex: 1;
  padding: 12px 20px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.tab-button[data-v-5dee7818]:hover {
  color: #fff;
  background: rgba(77, 219, 255, 0.1);
}
.tab-button.active[data-v-5dee7818] {
  background: linear-gradient(90deg, #2a3a8c 0%, #4d8adb 100%);
  color: #fff;
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.5);
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
}

/* Show only active tab */
.tab-pane[data-v-5dee7818] {
  display: none;
}
.tab-pane.active[data-v-5dee7818] {
  display: block;
}
.loading-indicator[data-v-5dee7818] {
  text-align: center;
  padding: 40px 20px;
  color: #fff;
}
.loading-indicator p[data-v-5dee7818] {
  font-size: 16px;
  margin: 0;
}
.error-message[data-v-5dee7818] {
  text-align: center;
  padding: 40px 20px;
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 10px;
  margin: 20px;
}
.error-message p[data-v-5dee7818] {
  font-size: 16px;
  margin: 0 0 15px 0;
}
.retry-button[data-v-5dee7818] {
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.retry-button[data-v-5dee7818]:hover {
  background: linear-gradient(135deg, #764ba2, #667eea);
  transform: translateY(-2px);
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
.shop-container[data-v-5dee7818] {
    padding: 10px;
}
.shop-header[data-v-5dee7818] {
    flex-direction: column;
    align-items: flex-start;
}
.user-currency[data-v-5dee7818] {
    margin-top: 10px;
    width: 100%;
}
.shop-item[data-v-5dee7818] {
    flex-direction: column;
}
.shop-item-image[data-v-5dee7818] {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 15px;
}
.shop-item-details[data-v-5dee7818] {
    width: 100%;
}
}


.checkroom-component[data-v-5d78be5e] {
  padding: 0;
  background: linear-gradient(180deg, #1a1f3a 0%, #2a2f50 100%);
  color: #e8e8ff;
  font-family: 'Press Start 2P', monospace;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
}

/* Header styles */
.checkroom-header[data-v-5d78be5e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: #1a1a2e;
  border-bottom: 1px solid #2a2a4a;
}
.back-button[data-v-5d78be5e] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.back-button[data-v-5d78be5e]:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.title[data-v-5d78be5e] {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  flex-grow: 1;
}
.coins-display[data-v-5d78be5e] {
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px 10px;
  border-radius: 20px;
}
.coin-icon[data-v-5d78be5e] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.coins-value[data-v-5d78be5e] {
  font-weight: bold;
  color: #ffcc00;
}

/* Tabs styles */
.tabs-container[data-v-5d78be5e] {
  display: flex;
  border-bottom: 1px solid #2a2a4a;
  background: linear-gradient(90deg, #2a3a8c 0%, #6a3a9c 50%, #2a8c7a 100%);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(77, 219, 255, 0.3);
  overflow: hidden;
  border: 1px solid rgba(77, 219, 255, 0.5);
}
.tab-button[data-v-5d78be5e] {
  flex: 1;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #e8e8ff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
  border-right: 1px solid rgba(77, 219, 255, 0.3);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #2a3a8c 0%, #6a3a9c 50%, #2a8c7a 100%);
}
.tab-button[data-v-5d78be5e]:last-child {
  border-right: none;
}
.tab-button[data-v-5d78be5e]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4ddbff, #a64dff, #4dffaa);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tab-button.active[data-v-5d78be5e] {
  color: #ffffff;
  background: rgba(77, 219, 255, 0.1);
  border-bottom: none;
}
.tab-button.active[data-v-5d78be5e]:before {
  opacity: 1;
}
.tab-button[data-v-5d78be5e]:hover:not(.active) {
  background: rgba(77, 219, 255, 0.05);
}

/* Tab content styles */
.tabs-content[data-v-5d78be5e] {
  padding: 20px;
}
.tab-pane[data-v-5d78be5e] {
  display: none;
}
.tab-pane.active[data-v-5d78be5e] {
  display: block;
}

/* Active skin/upgrade card styles */
.active-skin-card[data-v-5d78be5e], .active-upgrade-card[data-v-5d78be5e] {
  background-color: #1a1a2e;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.active-skin-container[data-v-5d78be5e], .active-upgrade-container[data-v-5d78be5e] {
  display: flex;
  margin-bottom: 15px;
}
.active-skin-image-container[data-v-5d78be5e], .active-upgrade-image-container[data-v-5d78be5e] {
  width: -webkit-fill-available;
  height: 120px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 15px #00ffcc, inset 0 0 10px rgba(0, 255, 204, 0.5);
  border: 2px solid #00ffcc;
}
.active-skin-img[data-v-5d78be5e], .active-upgrade-img[data-v-5d78be5e] {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.active-skin-info[data-v-5d78be5e], .active-upgrade-info[data-v-5d78be5e] {
  flex-grow: 1;
}
.active-skin-name[data-v-5d78be5e], .active-upgrade-name[data-v-5d78be5e] {
  font-size: 1.3rem;
  font-weight: bold;
  color: #00ffcc;
  margin: 0 0 5px 0;
}
.active-skin-level[data-v-5d78be5e], .active-upgrade-level[data-v-5d78be5e] {
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
}
.active-skin-club[data-v-5d78be5e], .active-upgrade-description[data-v-5d78be5e] {
  font-size: 0.9rem;
  color: #aaa;
  margin-bottom: 10px;
}
.active-skin-boosts[data-v-5d78be5e], .active-upgrade-boosts[data-v-5d78be5e] {
  display: flex;
  gap: 10px;
}
.boost-icon[data-v-5d78be5e] {
  display: flex;
  align-items: center;
  background: rgba(0, 255, 204, 0.1);
  padding: 5px 10px;
  border-radius: 15px;
}
.boost-icon img[data-v-5d78be5e] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.boost-icon span[data-v-5d78be5e] {
  font-weight: bold;
  color: #00ffcc;
}
.upgrade-active-skin-btn[data-v-5d78be5e], .upgrade-active-item-btn[data-v-5d78be5e] {
  width: 100%;
  padding: 12px;
  background: linear-gradient(90deg, #2a8c5a, #4ddbaa);
  color: white;
  border: 1px solid rgba(77, 219, 255, 0.7);
  border-radius: 8px;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
}
.upgrade-active-skin-btn[data-v-5d78be5e]:hover, .upgrade-active-item-btn[data-v-5d78be5e]:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
  background: linear-gradient(90deg, #3a9c6a, #5debba);
}
.upgrade-active-skin-btn.max-level[data-v-5d78be5e], .upgrade-active-item-btn.max-level[data-v-5d78be5e] {
  background: rgba(50, 50, 70, 0.5);
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  cursor: not-allowed;
  border: 1px solid rgba(77, 219, 255, 0.3);
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.3);
}
.currency-icon[data-v-5d78be5e] {
  width: 20px;
  height: 20px;
}

/* Club scroll styles */
.clubs-scroll-container[data-v-5d78be5e] {
  margin: 20px 0;
  overflow: hidden;
}
.clubs-scroll[data-v-5d78be5e] {
  display: flex;
  overflow-x: auto;
  padding: 10px 0;
  gap: 15px;
  scrollbar-width: thin;
  scrollbar-color: #00ffcc #1a1a2e;
}
.clubs-scroll[data-v-5d78be5e]::-webkit-scrollbar {
  height: 5px;
}
.clubs-scroll[data-v-5d78be5e]::-webkit-scrollbar-track {
  background: #1a1a2e;
}
.clubs-scroll[data-v-5d78be5e]::-webkit-scrollbar-thumb {
  background-color: #00ffcc;
  border-radius: 10px;
}
.club-logo[data-v-5d78be5e] {
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #2a2a4a;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.club-logo.active[data-v-5d78be5e] {
  border-color: #00ffcc;
  box-shadow: 0 0 10px rgba(0, 255, 204, 0.7);
}
.club-logo[data-v-5d78be5e]:hover:not(.active) {
  transform: scale(1.1);
}
.club-logo img[data-v-5d78be5e] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Skins/Upgrades grid styles */
.skins-grid[data-v-5d78be5e], .upgrades-grid[data-v-5d78be5e] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-top: 20px;
}
.skin-card[data-v-5d78be5e], .upgrade-card[data-v-5d78be5e] {
  background-color: #1a1a2e;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.skin-card.selected[data-v-5d78be5e], .upgrade-card.selected[data-v-5d78be5e], .skin-card.active[data-v-5d78be5e] {
  border-color: #00ffcc;
  border-width: 3px;
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.7);
  transform: translateY(-2px);
}
.skin-card.locked[data-v-5d78be5e] {
  opacity: 0.7;
  background-color: #1a1a2e;
  border: 2px solid #444;
}
.skin-card.locked[data-v-5d78be5e]:hover {
  opacity: 0.9;
}
.skin-card-content[data-v-5d78be5e], .upgrade-card-content[data-v-5d78be5e] {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.skin-image-container[data-v-5d78be5e], .upgrade-image-container[data-v-5d78be5e] {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}
.skin-img[data-v-5d78be5e], .upgrade-img[data-v-5d78be5e] {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
}
.skin-info[data-v-5d78be5e], .upgrade-info[data-v-5d78be5e] {
  flex-grow: 1;
  text-align: center;
  margin-bottom: 10px;
}
.skin-name[data-v-5d78be5e], .upgrade-name[data-v-5d78be5e] {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 5px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.skin-level[data-v-5d78be5e], .upgrade-level[data-v-5d78be5e] {
  font-size: 0.9rem;
  color: #aaa;
}
.select-skin-btn[data-v-5d78be5e], .select-upgrade-btn[data-v-5d78be5e] {
  width: 100%;
  padding: 8px;
  background: linear-gradient(90deg, #2a3a8c 0%, #4d8adb 100%);
  color: white;
  border: 1px solid rgba(77, 219, 255, 0.7);
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
}
.select-skin-btn[data-v-5d78be5e]:hover, .select-upgrade-btn[data-v-5d78be5e]:hover {
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
  background: linear-gradient(90deg, #3a4a9c, #5d9aeb);
}
.locked-skin-btn[data-v-5d78be5e] {
  width: 100%;
  padding: 8px;
  background: rgba(50, 50, 70, 0.5);
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(77, 219, 255, 0.3);
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  cursor: not-allowed;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.3);
}
.no-skins-message[data-v-5d78be5e], .no-upgrades-message[data-v-5d78be5e], .no-club-skins[data-v-5d78be5e], .no-active-skin[data-v-5d78be5e], .no-active-upgrade[data-v-5d78be5e] {
  text-align: center;
  padding: 30px;
  background: rgba(20, 30, 60, 0.6);
  border-radius: 10px;
  color: #a0e0ff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.5);
  border: 1px solid rgba(77, 219, 255, 0.2);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.1);
}

/* TON label */
.ton-label[data-v-5d78be5e] {
  display: inline-block;
  background: #0088CC;
  color: white;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8rem;
  vertical-align: middle;
}

/* Rarity badge styles */
.skin-image-container[data-v-5d78be5e] {
  position: relative;
}
.skin-rarity-badge[data-v-5d78be5e] {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.rarity-common[data-v-5d78be5e] {
  background-color: #7f8c8d;
}
.rarity-rare[data-v-5d78be5e] {
  background-color: #3498db;
}
.rarity-epic[data-v-5d78be5e] {
  background-color: #9b59b6;
}
.rarity-legendary[data-v-5d78be5e] {
  background-color: #f1c40f;
}

/* Loading indicator */
.loading-indicator[data-v-5d78be5e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.spinner[data-v-5d78be5e] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(77, 219, 255, 0.3);
  border-radius: 50%;
  border-top-color: #4ddbff;
  animation: spin-5d78be5e 1s ease-in-out infinite;
}
@keyframes spin-5d78be5e {
to { transform: rotate(360deg);
}
}
.no-items-message[data-v-5d78be5e] {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  color: #aaa;
}

/* Responsive adjustments */
@media (max-width: 576px) {
.skins-grid[data-v-5d78be5e], .upgrades-grid[data-v-5d78be5e] {
    grid-template-columns: 1fr 1fr;
}
.active-skin-container[data-v-5d78be5e], .active-upgrade-container[data-v-5d78be5e] {
    flex-direction: column;
    align-items: center;
}
.active-skin-image-container[data-v-5d78be5e], .active-upgrade-image-container[data-v-5d78be5e] {
    margin-right: 0;
    margin-bottom: 15px;
}
.active-skin-info[data-v-5d78be5e], .active-upgrade-info[data-v-5d78be5e] {
    text-align: center;
    width: 100%;
}
.active-skin-boosts[data-v-5d78be5e], .active-upgrade-boosts[data-v-5d78be5e] {
    justify-content: center;
}
}


/* Import Google Fonts */

/* Betting Winline Styles */
.betting-winline[data-v-0ee1522c] {
  font-family: 'Press Start 2P', monospace;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
  letter-spacing: 0.5px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use Press Start 2P only for specific elements that need the retro look */
.upcoming-matches[data-v-0ee1522c], .bet-popup-header[data-v-0ee1522c], .bet-cart-header[data-v-0ee1522c] {
  font-family: 'Press Start 2P', monospace;
  font-size: 14px;
  letter-spacing: 1px;
}
.date-slider-container[data-v-0ee1522c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  padding: 2px;
  background: linear-gradient(45deg, #00ffcc, #00ccff, #0099ff, #00ffcc);
  background-size: 400% 400%;
  animation: neonGlow-0ee1522c 3s ease-in-out infinite;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: exclude;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: -1;
}
@keyframes neonGlow-0ee1522c {
0%, 100% { background-position: 0% 50%;
}
50% { background-position: 100% 50%;
}
}
.date-slider[data-v-0ee1522c] {
  padding: 0;
  overflow: hidden;
  height: auto;
}
.swiper-container[data-v-0ee1522c] {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: auto;
}
.swiper-wrapper[data-v-0ee1522c] {
  display: flex;
  transition: transform 0.3s ease;
  height: auto;
}
.swiper-slide[data-v-0ee1522c] {
  flex-shrink: 0;
  text-align: center;
  height: auto;
}
.date-slide[data-v-0ee1522c] {
  padding: 8px 4px;
  margin: 0 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  height: auto;
}
.date-con[data-v-0ee1522c] {
  align-items: baseline;
}
.date-content[data-v-0ee1522c] {
  padding: 8px 6px;
  transition: all 0.2s ease;
  border-radius: 6px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.date-slide:hover .date-content[data-v-0ee1522c] {
  background: rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}
.date-slide.active .date-content[data-v-0ee1522c] {
  background: rgba(0, 255, 204, 0.1);
  border: 2px solid #00ffcc;
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.5), inset 0 0 15px rgba(0, 255, 204, 0.1);
  animation: activeDateGlow-0ee1522c 2s ease-in-out infinite alternate;
}
@keyframes activeDateGlow-0ee1522c {
0% {
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.5), inset 0 0 15px rgba(0, 255, 204, 0.1);
    border-color: #00ffcc;
}
100% {
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.8), inset 0 0 25px rgba(0, 255, 204, 0.2);
    border-color: #00ccff;
}
}
.date-weekday[data-v-0ee1522c] {
  font-size: 8px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-right: 5px;
}
.date-day[data-v-0ee1522c] {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 2px 0;
}
.date-month[data-v-0ee1522c] {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  line-height: 1;
}
.date-prev[data-v-0ee1522c], .date-next[data-v-0ee1522c] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.date-prev[data-v-0ee1522c]:hover, .date-next[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.date-prev[data-v-0ee1522c] {
  left: 5px;
}
.date-next[data-v-0ee1522c] {
  right: 5px;
}
.date-prev[data-v-0ee1522c]::after, .date-next[data-v-0ee1522c]::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}
.date-prev[data-v-0ee1522c]::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.date-next[data-v-0ee1522c]::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

/* Leagues Slider Styles */
.leagues-slider-container[data-v-0ee1522c] {
  margin-bottom: 15px;
  position: relative;
}
.leagues-slider[data-v-0ee1522c] {
  padding: 5px 0;
  overflow: hidden;
}
.league-slide[data-v-0ee1522c] {
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.league-content[data-v-0ee1522c] {
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
}
.league-slide:hover .league-content[data-v-0ee1522c] {
  background: rgba(0, 255, 204, 0.1);
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 255, 204, 0.3);
}
.league-slide.active .league-content[data-v-0ee1522c] {
  background: rgba(0, 255, 204, 0.1);
  border: 2px solid #00ffcc;
  box-shadow: 0 0 15px rgba(0, 255, 204, 0.5);
  animation: activeLeagueGlow-0ee1522c 2s ease-in-out infinite alternate;
}
@keyframes activeLeagueGlow-0ee1522c {
0% {
    box-shadow: 0 0 15px rgba(0, 255, 204, 0.5);
    border-color: #00ffcc;
}
100% {
    box-shadow: 0 0 25px rgba(0, 255, 204, 0.8);
    border-color: #00ccff;
}
}
.league-logo[data-v-0ee1522c] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0!important;
}
.league-logo img[data-v-0ee1522c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s ease;
}
.league-slide:hover .league-logo img[data-v-0ee1522c] {
  transform: scale(1.1);
}
.league-name[data-v-0ee1522c] {
  display: none;
}
.league-prev[data-v-0ee1522c], .league-next[data-v-0ee1522c] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.league-prev[data-v-0ee1522c]:hover, .league-next[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translateY(-50%) scale(1.1);
}
.league-prev[data-v-0ee1522c] {
  left: 5px;
}
.league-next[data-v-0ee1522c] {
  right: 5px;
}
.league-prev[data-v-0ee1522c]::after, .league-next[data-v-0ee1522c]::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}
.league-prev[data-v-0ee1522c]::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.league-next[data-v-0ee1522c]::after {
  transform: rotate(45deg);
  margin-right: 3px;
}
.logo-placeholder[data-v-0ee1522c] {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  position: relative;
}
.logo-placeholder[data-v-0ee1522c]::before,
.logo-placeholder[data-v-0ee1522c]::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}
.logo-placeholder[data-v-0ee1522c]::before {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 50%;
}
.logo-placeholder[data-v-0ee1522c]::after {
  top: 40%;
  left: 15%;
  width: 70%;
  height: 20%;
  border-radius: 10px;
}

/* Express & History Row */
.express-history-row[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px;
  background: rgba(255, 0, 0, 0.1);
  border-radius: 5px;
  border: 1px solid rgba(255, 0, 0, 0.3);
}
.upcoming-matches[data-v-0ee1522c] {
  font-weight: bold;
  font-size: 16px;
}
.history-icon[data-v-0ee1522c] {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(255, 8, 68, 0.3);
}
.history-icon i[data-v-0ee1522c] {
  color: #ff0844;
  font-size: 18px;
  width: auto;
  height: auto;
  aspect-ratio: 1/1;
}
.history-icon[data-v-0ee1522c]:hover {
  background: #ffffff;
  transform: scale(1.15);
  box-shadow: 0 6px 12px rgba(255, 8, 68, 0.3);
  border-color: rgba(255, 8, 68, 0.6);
}

/* Events List Styles */
.events-list[data-v-0ee1522c] {
  margin-bottom: 20px;
}
.loading-events[data-v-0ee1522c] {
  text-align: center;
  padding: 20px;
  color: #aaa;
}
.no-events[data-v-0ee1522c] {
  text-align: center;
  padding: 20px;
  color: #aaa;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.event-card[data-v-0ee1522c] {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}
.event-card[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.league-name[data-v-0ee1522c] {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
.event-main[data-v-0ee1522c] {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.team-logo[data-v-0ee1522c] {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.team-logo.left[data-v-0ee1522c] {
  margin-right: 10px;
}
.team-logo.right[data-v-0ee1522c] {
  margin-left: 10px;
}
.event-center[data-v-0ee1522c] {
  flex-grow: 1;
  text-align: center;
}
.match-title[data-v-0ee1522c] {
  font-weight: bold;
  margin-bottom: 5px;
}
.match-title span[data-v-0ee1522c] {
  color: #aaa;
  font-weight: normal;
}
.match-status-row[data-v-0ee1522c] {
  margin-bottom: 5px;
}
.event-time[data-v-0ee1522c] {
  font-weight: bold;
  color: #ff0;
}
.live-badge[data-v-0ee1522c] {
  background: rgba(255, 0, 0, 0.7);
  color: #fff;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
}
.score[data-v-0ee1522c] {
  font-weight: bold;
  color: #fff;
}
.match-details[data-v-0ee1522c] {
  font-size: 12px;
  color: #aaa;
}
.stream-link[data-v-0ee1522c] {
  color: #ff0;
  text-decoration: none;
  margin-left: 10px;
}
.odds-row[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.odd-btn[data-v-0ee1522c] {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
}
.odd-btn[data-v-0ee1522c]:hover:not([disabled]) {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.5);
}

/* Action Buttons */
.action-buttons[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.watch-btn[data-v-0ee1522c], .more-btn[data-v-0ee1522c] {
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-family: 'Press Start 2P', monospace;
  font-size: 14px;
}
.watch-btn[data-v-0ee1522c] {
  background: linear-gradient(135deg, #4b6cb7 0%, #182848 100%);
  color: white;
  flex: 1;
  margin-right: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.watch-btn[data-v-0ee1522c]:hover {
  background: linear-gradient(135deg, #5d7ec9 0%, #243b6b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.watch-btn i[data-v-0ee1522c] {
  margin-right: 8px;
}
.more-btn[data-v-0ee1522c] {
  background: linear-gradient(135deg, #3a3a3a 0%, #1a1a1a 100%);
  color: white;
  padding: 10px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
.more-btn[data-v-0ee1522c]:hover {
  background: linear-gradient(135deg, #4a4a4a 0%, #2a2a2a 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.more-btn i[data-v-0ee1522c] {
  margin-right: 8px;
  transition: transform 0.3s ease;
}

/* Additional Odds */
.additional-odds[data-v-0ee1522c] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.additional-odds-inner[data-v-0ee1522c] {
  animation: fadeIn-0ee1522c 0.3s ease;
}
.total-odds-title[data-v-0ee1522c] {
  font-weight: bold;
  margin-bottom: 10px;
  color: #ddd;
  text-align: center;
  font-size: 14px;
}
.total-odds-row[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
}
.total-btn[data-v-0ee1522c] {
  flex: 1;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.2s ease;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.total-btn[data-v-0ee1522c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
}
.total-btn[data-v-0ee1522c]:hover:not([disabled]) {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}
.total-btn span[data-v-0ee1522c] {
  display: block;
  margin-top: 5px;
  font-size: 16px;
  color: #ff0;
}
@keyframes fadeIn-0ee1522c {
from { opacity: 0; transform: translateY(-10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.odd-btn[disabled][data-v-0ee1522c] {
  opacity: 0.5;
  cursor: not-allowed;
}
.action-buttons[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
}
.watch-btn[data-v-0ee1522c], .more-btn[data-v-0ee1522c] {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.watch-btn[data-v-0ee1522c]:hover, .more-btn[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.additional-odds[data-v-0ee1522c] {
  margin-top: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.total-odds-title[data-v-0ee1522c] {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
.total-odds-row[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
}
.total-btn[data-v-0ee1522c] {
  flex: 1;
  padding: 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
  font-size: 12px;
  color: #fff;
  transition: all 0.2s ease;
}
.total-btn span[data-v-0ee1522c] {
  font-weight: bold;
  color: #ff0;
  display: block;
  margin-top: 5px;
}
.total-btn[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Bet Popup Styles */
.bet-popup[data-v-0ee1522c] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.bet-popup-inner[data-v-0ee1522c] {
  width: 90%;
  max-width: 400px;
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
}
.bet-popup-header[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background: rgba(255, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 0, 0, 0.3);
}
.bet-popup-close[data-v-0ee1522c] {
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.bet-popup-teams[data-v-0ee1522c] {
  padding: 15px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-popup-coefficient[data-v-0ee1522c] {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-popup-amount-row[data-v-0ee1522c] {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-popup-amount-row label[data-v-0ee1522c] {
  display: block;
  margin-bottom: 10px;
}
.bet-popup-amount-row input[type="range"][data-v-0ee1522c] {
  width: 100%;
  margin-bottom: 10px;
}
.bet-popup-amount-row input[type="number"][data-v-0ee1522c] {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.bet-popup-balls[data-v-0ee1522c] {
  display: block;
  font-size: 12px;
  color: #aaa;
}
.bet-popup-profit[data-v-0ee1522c] {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-popup-buttons[data-v-0ee1522c] {
  padding: 15px;
  text-align: center;
}
.bet-popup-submit[data-v-0ee1522c] {
  padding: 10px 20px;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bet-popup-submit[data-v-0ee1522c]:hover {
  background: rgba(255, 0, 0, 0.9);
}

/* Bet Cart Styles */
.bet-cart[data-v-0ee1522c] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #1a1a1a;
  z-index: 99999999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}
.bet-cart-collapsed[data-v-0ee1522c] {
  padding: 15px;
  text-align: center;
  cursor: pointer;
  border-top: 2px solid rgba(255, 0, 0, 0.7);
}
.bet-cart-collapsed-info[data-v-0ee1522c] {
  font-weight: bold;
}
.bet-cart-collapsed-separator[data-v-0ee1522c] {
  margin: 0 10px;
  color: #aaa;
}
.bet-cart-expanded[data-v-0ee1522c] {
  border-top: 2px solid rgba(255, 0, 0, 0.7);
}
.bet-cart-header[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-cart-tabs[data-v-0ee1522c] {
  display: flex;
}
.bet-cart-tab[data-v-0ee1522c] {
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  margin-right: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 12px;
}
.bet-cart-tab.active[data-v-0ee1522c] {
  background: rgba(255, 0, 0, 0.2);
  border-color: rgba(255, 0, 0, 0.5);
}
.bet-cart-actions[data-v-0ee1522c] {
  display: flex;
}
.bet-cart-clear[data-v-0ee1522c], .bet-cart-close[data-v-0ee1522c] {
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: 6px;
  transition: all 0.2s ease;
  font-size: 12px;
}
.bet-cart-clear[data-v-0ee1522c]:hover, .bet-cart-close[data-v-0ee1522c]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.bet-cart-items[data-v-0ee1522c] {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bet-cart-item[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 6px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 8px;
}
.bet-cart-item-info[data-v-0ee1522c] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.bet-cart-item-event[data-v-0ee1522c] {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bet-cart-item-bet[data-v-0ee1522c] {
  font-size: 10px;
  color: #aaa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bet-cart-item-odds[data-v-0ee1522c] {
  font-weight: bold;
  margin: 0 8px;
  font-size: 14px;
  flex-shrink: 0;
}
.bet-cart-item-remove[data-v-0ee1522c] {
  width: 20px;
  height: 20px;
  background: rgba(255, 0, 0, 0.3);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.bet-cart-item-remove[data-v-0ee1522c]:hover {
  background: rgba(255, 0, 0, 0.5);
}
.bet-cart-summary[data-v-0ee1522c] {
  padding: 10px 12px;
}
.bet-cart-express-view[data-v-0ee1522c], .bet-cart-ordinary-view[data-v-0ee1522c] {
  margin-bottom: 15px;
}
.bet-cart-total[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bet-cart-amount-row[data-v-0ee1522c] {
  margin-bottom: 10px;
}
.bet-cart-amount-row label[data-v-0ee1522c] {
  display: block;
  margin-bottom: 5px;
}
.bet-cart-amount-row input[data-v-0ee1522c] {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.bet-cart-profit[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bet-cart-submit[data-v-0ee1522c] {
  width: 100%;
  padding: 10px;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bet-cart-submit[data-v-0ee1522c]:hover {
  background: rgba(255, 0, 0, 0.9);
}
.bet-cart-ordinary-item[data-v-0ee1522c] {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 10px;
}
.bet-cart-ordinary-event[data-v-0ee1522c] {
  margin-bottom: 10px;
}
.bet-cart-ordinary-teams[data-v-0ee1522c] {
  font-weight: bold;
  margin-bottom: 5px;
}
.bet-cart-ordinary-bet[data-v-0ee1522c], .bet-cart-ordinary-odds[data-v-0ee1522c] {
  font-size: 12px;
  color: #aaa;
}
.bet-cart-ordinary-amount-row[data-v-0ee1522c] {
  margin-bottom: 10px;
}
.bet-cart-ordinary-amount-row label[data-v-0ee1522c] {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
}
.bet-cart-ordinary-amount-row input[data-v-0ee1522c] {
  width: 100%;
  padding: 8px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
}
.bet-cart-ordinary-profit[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

/* Express Popup Styles */
.express-popup-events[data-v-0ee1522c] {
  max-height: 200px;
  overflow-y: auto;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.express-popup-event[data-v-0ee1522c] {
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 10px;
}
.express-popup-event-name[data-v-0ee1522c] {
  font-weight: bold;
  margin-bottom: 5px;
}
.express-popup-event-bet[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #aaa;
}
.express-popup-event-odds[data-v-0ee1522c] {
  font-weight: bold;
  color: #fff;
}
.express-popup-coefficient[data-v-0ee1522c], .express-popup-amount-row[data-v-0ee1522c], .express-popup-profit[data-v-0ee1522c] {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.express-popup-coefficient[data-v-0ee1522c], .express-popup-profit[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
}
.express-popup-amount-row label[data-v-0ee1522c] {
  display: block;
  margin-bottom: 10px;
}
.express-popup-amount-row input[data-v-0ee1522c] {
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
}
.express-popup-submit[data-v-0ee1522c] {
  width: 100%;
  padding: 15px;
  background: rgba(255, 0, 0, 0.7);
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
.express-popup-submit[data-v-0ee1522c]:hover {
  background: rgba(255, 0, 0, 0.9);
}

/* History Popup Styles */
.history-content[data-v-0ee1522c] {
  padding: 15px;
}
.history-loading[data-v-0ee1522c], .history-empty[data-v-0ee1522c] {
  text-align: center;
  padding: 20px;
  color: #aaa;
}
.history-list[data-v-0ee1522c] {
  max-height: 400px;
  overflow-y: auto;
}
.history-item[data-v-0ee1522c] {
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  margin-bottom: 10px;
}
.history-item-header[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.history-item-event[data-v-0ee1522c] {
  font-weight: bold;
}
.history-item-date[data-v-0ee1522c] {
  font-size: 12px;
  color: #aaa;
}
.history-item-details[data-v-0ee1522c] {
  margin-bottom: 10px;
}
.history-item-type[data-v-0ee1522c], .history-item-amount[data-v-0ee1522c], .history-item-odds[data-v-0ee1522c] {
  margin-bottom: 5px;
  font-size: 12px;
}
.history-item-footer[data-v-0ee1522c] {
  display: flex;
  justify-content: space-between;
}
.history-item-status[data-v-0ee1522c] {
  font-weight: bold;
}
.history-item-status.pending[data-v-0ee1522c] {
  color: #ff0;
}
.history-item-status.won[data-v-0ee1522c] {
  color: #0f0;
}
.history-item-status.lost[data-v-0ee1522c] {
  color: #f00;
}
.history-item-status.returned[data-v-0ee1522c] {
  color: #0ff;
}
.history-item-win[data-v-0ee1522c] {
  font-weight: bold;
}

/* Error message styles */
.error-message[data-v-0ee1522c] {
  width: 100%;
  text-align: center;
  padding: 20px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3);
  border-radius: 5px;
  color: #f00;
  margin-bottom: 20px;
}
.error-message p[data-v-0ee1522c] {
  margin-bottom: 15px;
}
.retry-button[data-v-0ee1522c] {
  padding: 8px 15px;
  background: rgba(255, 0, 0, 0.3);
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.retry-button[data-v-0ee1522c]:hover {
  background: rgba(255, 0, 0, 0.5);
}

/* Loading indicator */
.loading-indicator[data-v-0ee1522c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.spinner[data-v-0ee1522c] {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 0, 0, 0.3);
  border-radius: 50%;
  border-top-color: #f00;
  animation: spin-0ee1522c 1s ease-in-out infinite;
}
@keyframes spin-0ee1522c {
to { transform: rotate(360deg);
}
}

/* Responsive styles */
@media (max-width: 480px) {
.bet-popup-inner[data-v-0ee1522c], .express-popup-inner[data-v-0ee1522c] {
    width: 95%;
}
.team-logo[data-v-0ee1522c] {
    width: 30px;
    height: 30px;
}
.match-title[data-v-0ee1522c] {
    font-size: 14px;
}
.odd-btn[data-v-0ee1522c] {
    padding: 8px 5px;
    font-size: 14px;
}
}


.company-container[data-v-3f5849d1] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px;
  font-family: 'Press Start 2P', monospace;
  color: #e8e8ff;
  background: linear-gradient(180deg, #1a1f3a 0%, #2a2f50 100%);
  min-height: 100vh;
  position: relative;
  /* Allow horizontal scrolling for subtabs */
  overflow-x: visible;
}
.coins-display[data-v-3f5849d1] {
  display: flex;
  align-items: center;
  background: rgba(10, 20, 40, 0.7);
  padding: 8px 15px;
  border-radius: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  border: 1px solid #4ddbff;
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.5);
}
.coin-icon[data-v-3f5849d1] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  filter: drop-shadow(0 0 3px #ffffff);
}
.coins-value[data-v-3f5849d1] {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
}

/* Tabs */
.company-tabs[data-v-3f5849d1] {
  background: rgba(10, 20, 40, 0.7);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(77, 219, 255, 0.3);
  overflow: hidden;
  border: 1px solid rgba(77, 219, 255, 0.5);
  margin-top: 50px;
}
.tab-header[data-v-3f5849d1] {
  display: flex;
  background: linear-gradient(90deg, #2a3a8c 0%, #6a3a9c 50%, #2a8c7a 100%);
  border-bottom: 1px solid rgba(77, 219, 255, 0.8);
  box-shadow: 0 2px 8px rgba(77, 219, 255, 0.3);
}
.tab-button[data-v-3f5849d1] {
  flex: 1;
  padding: 15px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #e8e8ff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
  border-right: 1px solid rgba(77, 219, 255, 0.3);
  position: relative;
  overflow: hidden;
}
.tab-button[data-v-3f5849d1]:last-child {
  border-right: none;
}
.tab-button[data-v-3f5849d1]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #4ddbff, #a64dff, #4dffaa);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.tab-button.active[data-v-3f5849d1] {
  color: #ffffff;
  background: rgba(77, 219, 255, 0.1);
}
.tab-button.active[data-v-3f5849d1]:before {
  opacity: 1;
}
.tab-content[data-v-3f5849d1] {
  padding: 15px;
}
.tab-pane[data-v-3f5849d1] {
  display: none;
}
.tab-pane.active[data-v-3f5849d1] {
  display: block;
}

/* Subtabs */
.subtab-header-scroll[data-v-3f5849d1] {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  padding: 5px 0;
  background: rgba(10, 20, 40, 0.3);
  border-radius: 10px;
  border: 1px solid rgba(77, 219, 255, 0.2);
  width: 100%;
  touch-action: pan-x; /* Enable horizontal touch scrolling */
}
.subtab-header-scroll[data-v-3f5849d1]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.subtab-scroll-container[data-v-3f5849d1] {
  display: flex;
  padding: 5px;
  width: auto; /* Allow container to expand */
}

/* Swiper specific styles */
.subtabs-swiper .swiper-wrapper[data-v-3f5849d1] {
  display: flex;
  width: auto;
}
.subtabs-swiper .swiper-slide[data-v-3f5849d1] {
  width: auto; /* Allow slides to size based on content */
  flex-shrink: 0;
}
.subtab-btn[data-v-3f5849d1] {
  padding: 8px 15px;
  margin-right: 10px;
  background: rgba(42, 58, 140, 0.5);
  border: 1px solid rgba(77, 219, 255, 0.5);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  color: #e8e8ff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.5);
  box-shadow: 0 0 5px rgba(77, 219, 255, 0.2);
}
.subtab-btn.active[data-v-3f5849d1] {
  background: linear-gradient(90deg, #2a3a8c 0%, #6a3a9c 100%);
  color: white;
  border: 1px solid rgba(77, 219, 255, 0.8);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.5);
}
.subtab-btn[data-v-3f5849d1]:last-child {
  margin-right: 0;
}

/* Sections */
.section-block[data-v-3f5849d1] {
  margin-bottom: 30px;
  background: rgba(10, 20, 40, 0.5);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(77, 219, 255, 0.3);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.2);
}
.section-title[data-v-3f5849d1] {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
  border-bottom: 1px solid rgba(77, 219, 255, 0.3);
  padding-bottom: 10px;
}
.refresh-timer[data-v-3f5849d1] {
  font-size: 12px;
  font-weight: 400;
  color: #a0e0ff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.5);
}

/* Missions */
.missions-list[data-v-3f5849d1] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mission-item[data-v-3f5849d1] {
  background: rgba(20, 30, 60, 0.6);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(77, 219, 255, 0.2);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.1);
}
.mission-item.completed[data-v-3f5849d1] {
  background: rgba(30, 60, 100, 0.4);
  border: 1px solid rgba(77, 219, 255, 0.5);
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.2);
}
.mission-info[data-v-3f5849d1] {
  flex: 1;
}
.mission-title[data-v-3f5849d1] {
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  font-size: 14px;
}
.mission-description[data-v-3f5849d1] {
  font-size: 12px;
  color: #a0e0ff;
  margin-bottom: 10px;
}
.mission-progress[data-v-3f5849d1] {
  width: 100%;
  margin-top: 10px;
}
.progress-bar[data-v-3f5849d1] {
  height: 6px;
  background: rgba(10, 20, 40, 0.5);
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid rgba(77, 219, 255, 0.2);
}
.progress-fill[data-v-3f5849d1] {
  height: 100%;
  background: linear-gradient(90deg, #4ddbff, #a64dff);
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(77, 219, 255, 0.5);
}
.mission-reward[data-v-3f5849d1] {
  margin-left: 15px;
}
.btn[data-v-3f5849d1] {
  padding: 8px 15px;
  border: 1px solid rgba(77, 219, 255, 0.5);
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(20, 40, 80, 0.7);
  color: #ffffff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
  font-size: 12px;
}
.btn[data-v-3f5849d1]:hover {
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
  background: rgba(30, 50, 100, 0.8);
}
.btn-claim-reward[data-v-3f5849d1] {
  background: linear-gradient(90deg, #2a8c5a, #4ddbaa);
  border: 1px solid rgba(77, 219, 255, 0.7);
}
.btn-subscribe[data-v-3f5849d1], .btn-visit-link[data-v-3f5849d1] {
  background: linear-gradient(90deg, #2a3a8c, #4d8adb);
  border: 1px solid rgba(77, 219, 255, 0.7);
}
.reward-claimed[data-v-3f5849d1] {
  color: #4dffaa;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(77, 255, 170, 0.7);
}
.reward-pending[data-v-3f5849d1] {
  color: #a0e0ff;
  font-size: 12px;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.no-missions[data-v-3f5849d1] {
  text-align: center;
  padding: 20px;
  color: #a0e0ff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.5);
  font-size: 14px;
}

/* Daily Login */
.daily-login-streak[data-v-3f5849d1] {
  background: rgba(20, 30, 60, 0.6);
  border-radius: 10px;
  padding: 15px;
  border: 1px solid rgba(77, 219, 255, 0.3);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.2);
}
.streak-info[data-v-3f5849d1] {
  text-align: center;
  margin-bottom: 15px;
}
.streak-count[data-v-3f5849d1] {
  font-size: 16px;
  font-weight: 700;
  color: #4ddbff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
}
.streak-message[data-v-3f5849d1] {
  font-size: 12px;
  color: #a0e0ff;
  margin-top: 5px;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.login-days-slider-container[data-v-3f5849d1] {
  position: relative;
  margin: 20px 0;
  padding: 0 30px;
}
.swiper-wrapper[data-v-3f5849d1] {
  display: flex;
}
.login-day[data-v-3f5849d1] {
  width: 80px;
  flex-shrink: 0;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  background: rgba(10, 20, 40, 0.5);
  margin-right: 10px;
  transition: all 0.3s ease;
  border: 1px solid rgba(77, 219, 255, 0.2);
}
.login-day.active[data-v-3f5849d1] {
  background: rgba(30, 60, 100, 0.4);
  border: 1px solid rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.3);
}
.day-label[data-v-3f5849d1] {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
}
.day-reward[data-v-3f5849d1] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day-reward img[data-v-3f5849d1] {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  filter: drop-shadow(0 0 3px rgba(77, 219, 255, 0.7));
}
.reward-text[data-v-3f5849d1] {
  font-size: 10px;
  font-weight: 500;
  color: #a0e0ff;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.slider-nav[data-v-3f5849d1] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(20, 40, 80, 0.7);
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  border: 1px solid rgba(77, 219, 255, 0.5);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
}
.slider-nav[data-v-3f5849d1]:hover {
  background: rgba(30, 50, 100, 0.8);
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
}
.slider-prev[data-v-3f5849d1] {
  left: 0;
}
.slider-next[data-v-3f5849d1] {
  right: 0;
}
.claim-daily-reward-container[data-v-3f5849d1] {
  text-align: center;
  margin-top: 20px;
}
.btn-claim-daily-reward[data-v-3f5849d1] {
  background: linear-gradient(90deg, #2a8c5a, #4ddbaa);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(77, 219, 255, 0.7);
  border-radius: 8px;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
  font-size: 12px;
}
.btn-claim-daily-reward[data-v-3f5849d1]:hover:not(:disabled) {
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
}
.btn-claim-daily-reward[data-v-3f5849d1]:disabled {
  background: rgba(50, 50, 70, 0.5);
  border: 1px solid rgba(77, 219, 255, 0.3);
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  box-shadow: none;
}

/* Referrals */
.referrals-info[data-v-3f5849d1] {
  background: rgba(20, 30, 60, 0.6);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(77, 219, 255, 0.3);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.2);
}
.referrals-stats[data-v-3f5849d1] {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  background: rgba(10, 20, 40, 0.5);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgba(77, 219, 255, 0.2);
}
.referrals-count[data-v-3f5849d1], .referrals-earnings[data-v-3f5849d1] {
  text-align: center;
}
.count-value[data-v-3f5849d1], .earnings-value[data-v-3f5849d1] {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #4ddbff;
  text-shadow: 0 0 5px rgba(77, 219, 255, 0.8);
}
.count-label[data-v-3f5849d1], .earnings-label[data-v-3f5849d1] {
  font-size: 12px;
  color: #a0e0ff;
  margin-top: 5px;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.invite-button-container[data-v-3f5849d1] {
  text-align: center;
  margin-top: 15px;
}
.btn-invite[data-v-3f5849d1] {
  background: linear-gradient(90deg, #2a3a8c, #4d8adb);
  color: white;
  padding: 10px 20px;
  border: 1px solid rgba(77, 219, 255, 0.7);
  border-radius: 8px;
  font-weight: 600;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
  font-size: 12px;
}
.btn-invite[data-v-3f5849d1]:hover {
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
}
.referrals-list-container[data-v-3f5849d1] {
  margin-top: 30px;
}
.referrals-list[data-v-3f5849d1] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.referral-item[data-v-3f5849d1] {
  background: rgba(20, 30, 60, 0.6);
  border-radius: 8px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(77, 219, 255, 0.2);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.1);
}
.referral-user-info[data-v-3f5849d1] {
  display: flex;
  align-items: center;
}
.referral-user-avatar[data-v-3f5849d1] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a3a8c, #4d8adb);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-right: 10px;
  border: 1px solid rgba(77, 219, 255, 0.5);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
}
.referral-user-name[data-v-3f5849d1] {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  font-size: 14px;
}
.referral-user-username[data-v-3f5849d1] {
  font-size: 12px;
  color: #a0e0ff;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.referral-info[data-v-3f5849d1] {
  text-align: right;
}
.referral-date[data-v-3f5849d1] {
  font-size: 12px;
  color: #a0e0ff;
  margin-bottom: 5px;
  text-shadow: 0 0 2px rgba(77, 219, 255, 0.5);
}
.referral-bonus[data-v-3f5849d1] {
  font-weight: 600;
  color: #4dffaa;
  text-shadow: 0 0 3px rgba(77, 255, 170, 0.7);
}
.premium-badge[data-v-3f5849d1] {
  color: #ffdf00;
  margin-left: 5px;
  text-shadow: 0 0 5px rgba(255, 223, 0, 0.8);
}
.no-referrals[data-v-3f5849d1] {
  text-align: center;
  padding: 20px;
  color: #a0e0ff;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.5);
  font-size: 14px;
}
.show-more-container[data-v-3f5849d1] {
  text-align: center;
  margin-top: 20px;
}
.btn-show-more[data-v-3f5849d1] {
  background: rgba(20, 40, 80, 0.7);
  color: #ffffff;
  border: 1px solid rgba(77, 219, 255, 0.5);
  border-radius: 8px;
  padding: 8px 15px;
  font-weight: 600;
  font-size: 12px;
  text-shadow: 0 0 3px rgba(77, 219, 255, 0.7);
  box-shadow: 0 0 8px rgba(77, 219, 255, 0.3);
}
.btn-show-more[data-v-3f5849d1]:hover {
  box-shadow: 0 0 12px rgba(77, 219, 255, 0.5);
  background: rgba(30, 50, 100, 0.8);
}

/* Loading */
.loading-indicator[data-v-3f5849d1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.spinner[data-v-3f5849d1] {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(77, 219, 255, 0.1);
  border-radius: 50%;
  border-top-color: #4ddbff;
  animation: spin-3f5849d1 1s ease-in-out infinite;
  margin-bottom: 15px;
  box-shadow: 0 0 15px rgba(77, 219, 255, 0.3);
}
@keyframes spin-3f5849d1 {
to { transform: rotate(360deg);
}
}

/* Toast */
.toast[data-v-3f5849d1] {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  padding: 12px 20px;
  border-radius: 8px;
  color: white;
  font-weight: 500;
  z-index: 1000;
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
}
.toast.show[data-v-3f5849d1] {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}
.toast-success[data-v-3f5849d1] {
  background: linear-gradient(90deg, rgba(42, 140, 90, 0.9), rgba(77, 219, 170, 0.9));
  border-color: rgba(77, 255, 170, 0.5);
  box-shadow: 0 0 15px rgba(77, 255, 170, 0.3);
}
.toast-error[data-v-3f5849d1] {
  background: linear-gradient(90deg, rgba(200, 40, 40, 0.9), rgba(255, 77, 77, 0.9));
  border-color: rgba(255, 77, 77, 0.5);
  box-shadow: 0 0 15px rgba(255, 77, 77, 0.3);
}
.toast-info[data-v-3f5849d1] {
  background: linear-gradient(90deg, rgba(42, 58, 140, 0.9), rgba(77, 138, 219, 0.9));
  border-color: rgba(77, 219, 255, 0.5);
  box-shadow: 0 0 15px rgba(77, 219, 255, 0.3);
}

/* Responsive */
@media (max-width: 480px) {
.company-container[data-v-3f5849d1] {
    padding: 10px;
    min-height: calc(100vh - 20px);
}
.coins-display[data-v-3f5849d1] {
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 12px;
}
.company-tabs[data-v-3f5849d1] {
    margin-top: 40px;
}
.tab-button[data-v-3f5849d1] {
    padding: 10px 5px;
    font-size: 12px;
}
.section-title[data-v-3f5849d1] {
    font-size: 14px;
}
.section-block[data-v-3f5849d1] {
    padding: 10px;
}
.mission-item[data-v-3f5849d1], .referral-item[data-v-3f5849d1] {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
}
.mission-reward[data-v-3f5849d1], .referral-info[data-v-3f5849d1] {
    margin-left: 0;
    margin-top: 10px;
    align-self: stretch;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(77, 219, 255, 0.2);
    padding-top: 10px;
}
.referral-user-info[data-v-3f5849d1] {
    margin-bottom: 10px;
}
.referrals-stats[data-v-3f5849d1] {
    flex-direction: column;
    gap: 15px;
}
.subtab-btn[data-v-3f5849d1] {
    padding: 6px 10px;
    font-size: 10px;
}
.login-day[data-v-3f5849d1] {
    width: 70px;
    padding: 8px;
}
.day-label[data-v-3f5849d1] {
    font-size: 10px;
}
.reward-text[data-v-3f5849d1] {
    font-size: 9px;
}
.btn[data-v-3f5849d1] {
    padding: 6px 12px;
    font-size: 11px;
}
}


.chests-component[data-v-67e537a0] {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

/* Header styles */
.chests-header[data-v-67e537a0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.back-button[data-v-67e537a0] {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.back-button[data-v-67e537a0]:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.05);
}
.title[data-v-67e537a0] {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  text-align: center;
  flex-grow: 1;
}
.coins-display[data-v-67e537a0] {
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 20px;
}
.coin-icon[data-v-67e537a0] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.coins-value[data-v-67e537a0] {
  font-weight: bold;
}

/* Chest sections */
.chest-section[data-v-67e537a0] {
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 15px;
}
.chest-section h3[data-v-67e537a0] {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.chest-section h3 i[data-v-67e537a0] {
  margin-right: 10px;
}
.chests-list[data-v-67e537a0] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.chest-item[data-v-67e537a0] {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}
.chest-item[data-v-67e537a0]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.chest-item img[data-v-67e537a0] {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 15px;
}
.chest-info[data-v-67e537a0] {
  flex-grow: 1;
}
.chest-info h4[data-v-67e537a0] {
  margin: 0 0 5px 0;
  font-size: 16px;
}
.chest-info p[data-v-67e537a0] {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.no-chests[data-v-67e537a0] {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px;
}

/* Timer styles */
.timer[data-v-67e537a0] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 120px;
}
.timer-countdown[data-v-67e537a0] {
  font-weight: bold;
  color: #4ddbff;
  margin-bottom: 5px;
}
.timer-progress-container[data-v-67e537a0] {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  overflow: hidden;
}
.timer-progress-bar[data-v-67e537a0] {
  height: 100%;
  background: linear-gradient(90deg, #4ddbff, #7fffff);
  transition: width 1s linear;
}

/* Button styles */
.pixel-neon-button[data-v-67e537a0] {
  padding: 8px 15px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  background: transparent;
  color: #fff;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.start-opening[data-v-67e537a0] {
  border-color: #4ddbff;
  background: rgba(77, 219, 255, 0.2);
  color: #adefff;
}
.start-opening[data-v-67e537a0]:hover:not(:disabled) {
  border-color: #7fffff;
  background: rgba(77, 219, 255, 0.4);
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(77, 219, 255, 0.5);
}
.claim-now[data-v-67e537a0] {
  border-color: #a855f7;
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.4), rgba(59, 130, 246, 0.2));
  box-shadow: 0 0 6px rgba(168, 85, 247, 0.4);
  color: #f0f0ff;
}
.claim-now[data-v-67e537a0]:hover:not(:disabled) {
  border-color: #c866ff;
  background: linear-gradient(145deg, rgba(168, 85, 247, 0.6), rgba(59, 130, 246, 0.4));
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
}
button[data-v-67e537a0]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Rewards modal */
.rewards-modal[data-v-67e537a0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.rewards-slider-container[data-v-67e537a0] {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
  overflow: hidden;
}
.rewards-slide[data-v-67e537a0] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2a2f50;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.5s ease, opacity 0.5s ease;
  box-shadow: 0 0 20px rgba(77, 219, 255, 0.5);
  border: 2px solid #4ddbff;
  overflow: hidden;
}
.rewards-slide.active[data-v-67e537a0] {
  opacity: 1;
  transform: translateX(0);
  animation: slideInRight-67e537a0 0.5s ease forwards;
}
.rewards-slide.exit[data-v-67e537a0] {
  animation: slideOutLeft-67e537a0 0.5s ease forwards;
}
.reward-icon[data-v-67e537a0] {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  animation: rotate-67e537a0 1s ease forwards;
}
.reward-icon.currency[data-v-67e537a0] {
  animation: pulse-67e537a0 2s infinite;
}
.reward-value[data-v-67e537a0] {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
  animation: fadeIn-67e537a0 1s ease forwards;
}
.reward-name[data-v-67e537a0] {
  font-size: 24px;
  margin-bottom: 20px;
  animation: fadeIn-67e537a0 1s ease 0.3s forwards;
  opacity: 0;
}
.reward-description[data-v-67e537a0] {
  font-size: 18px;
  margin-bottom: 30px;
  animation: fadeIn-67e537a0 1s ease 0.6s forwards;
  opacity: 0;
}
.next-button[data-v-67e537a0] {
  padding: 10px 20px;
  background-color: #4ddbff;
  color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 20px;
  animation: glow-67e537a0 2s infinite;
  transition: transform 0.3s ease;
}
.next-button[data-v-67e537a0]:hover {
  transform: scale(1.05);
}

/* Currency colors */
.currency-balls[data-v-67e537a0] {
  color: #c866ff;
  text-shadow: 0 0 10px rgba(200, 102, 255, 0.7);
}
.currency-coins[data-v-67e537a0] {
  color: #ffe066;
  text-shadow: 0 0 10px rgba(255, 224, 102, 0.7);
}
.currency-stars[data-v-67e537a0] {
  color: #fadb5f;
  text-shadow: 0 0 10px rgba(250, 219, 95, 0.7);
}
.currency-crystals[data-v-67e537a0] {
  color: #4ddbff;
  text-shadow: 0 0 10px rgba(77, 219, 255, 0.7);
}

/* Animations */
@keyframes slideInRight-67e537a0 {
from {
    transform: translateX(100%);
    opacity: 0;
}
to {
    transform: translateX(0);
    opacity: 1;
}
}
@keyframes slideOutLeft-67e537a0 {
from {
    transform: translateX(0);
    opacity: 1;
}
to {
    transform: translateX(-100%);
    opacity: 0;
}
}
@keyframes fadeIn-67e537a0 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes pulse-67e537a0 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}
@keyframes rotate-67e537a0 {
from {
    transform: rotate(0deg) scale(0.5);
    opacity: 0;
}
to {
    transform: rotate(360deg) scale(1);
    opacity: 1;
}
}
@keyframes glow-67e537a0 {
0% {
    box-shadow: 0 0 5px rgba(77, 219, 255, 0.5);
}
50% {
    box-shadow: 0 0 20px rgba(77, 219, 255, 0.8), 0 0 30px rgba(77, 219, 255, 0.6);
}
100% {
    box-shadow: 0 0 5px rgba(77, 219, 255, 0.5);
}
}


/*# sourceMappingURL=footjump-vue.css.map*/