.cursor-pointer {
  cursor: pointer;
}
.combo-card[data-v-fb468fef] {
  border-radius: 10px;
}
.vs[data-v-fb468fef] {
  margin: 0 6px;
  color: #9e9e9e;
}
.outcome-name[data-v-fb468fef], .sport-title[data-v-fb468fef] {
  color: #b0bec5;
}

.combo-card[data-v-80581f5f] {
  border-radius: 10px;
}
.vs[data-v-80581f5f] {
  margin: 0 6px;
  color: #9e9e9e;
}
.outcome-name[data-v-80581f5f], .sport-title[data-v-80581f5f] {
  color: #b0bec5;
}

.existing-bet-display .bet-details[data-v-08894fb8] {
  background: rgba(var(--v-theme-surface-variant), 0.1);
  padding: 12px;
  border-radius: 8px;
}
.existing-bet-display .bet-details > div[data-v-08894fb8] {
  font-size: 0.9rem;
}

.equal-height-row[data-v-c24beeab] {
  align-items: stretch;
}
.outcome-card[data-v-c24beeab] {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.outcome-card[data-v-c24beeab]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.outcome-card.selected-outcome[data-v-c24beeab] {
  border-color: #1976d2;
  background-color: rgba(25, 118, 210, 0.05);
}
.outcome-label[data-v-c24beeab] {
  text-transform: uppercase;
  color: #eee;
  margin-bottom: 4px;
}
.team-name[data-v-c24beeab] {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 8px;
}
.odds-market-title[data-v-c24beeab] {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.odds-market-underline[data-v-c24beeab] {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #1976d2 60%, #42a5f5 100%);
  border-radius: 2px;
}


.loading-container[data-v-2381e799] {
  min-height: 400px;
}

.event-top[data-v-1793f0c7]{
  gap: 8px;
}
.event-view[data-v-1793f0c7] {
  max-width: 1200px;
  margin: 0 auto;
}
.match-info-large[data-v-1793f0c7] {
  width: 100%;
}
.teams-container-large[data-v-1793f0c7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 599px) {
.teams-container-large[data-v-1793f0c7] {
    flex-direction: column;
    gap: 12px;
    text-align: center;
}
}
.team-large[data-v-1793f0c7] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}
@media (max-width: 599px) {
.team-large[data-v-1793f0c7] {
    flex-direction: column;
    gap: 4px;
    min-width: 100%;
}
}
.home-team[data-v-1793f0c7] {
  justify-content: flex-start;
}
.away-team[data-v-1793f0c7] {
  justify-content: flex-end;
}
@media (max-width: 599px) {
.home-team[data-v-1793f0c7],
  .away-team[data-v-1793f0c7] {
    justify-content: center;
}
}
.team-name-large[data-v-1793f0c7] {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ddd;
}
.team-icon[data-v-1793f0c7] {
  color: #666;
}
@media (max-width: 599px) {
.team-name-large[data-v-1793f0c7] {
    font-size: 1.2rem;
}
.teams-container-large[data-v-1793f0c7] {
    margin-bottom: 14px;
}
}
@media (max-width: 400px) {
.team-name-large[data-v-1793f0c7] {
    font-size: 1rem;
}
}
.team-score-large[data-v-1793f0c7] {
  font-weight: 700;
  font-size: 1.8rem;
  color: #9cb69d;
  background: #2c2f2c;
  padding: 8px 12px;
  border-radius: 8px;
  min-width: 40px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 599px) {
.team-score-large[data-v-1793f0c7] {
    font-size: 1.4rem;
    padding: 6px 10px;
    min-width: 32px;
}
}
.vs-section-large[data-v-1793f0c7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999;
  min-width: 32px;
  justify-content: center;
}
@media (max-width: 599px) {
.vs-section-large[data-v-1793f0c7] {
    min-width: 20px;
    margin: 8px 0;
    display: none;
}
}
.live-link-container[data-v-1793f0c7] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.live-btn[data-v-1793f0c7] {
  animation: pulse-live-1793f0c7 2s infinite;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}
@keyframes pulse-live-1793f0c7 {
0% {
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}
50% {
    box-shadow: 0 4px 16px rgba(76, 175, 80, 0.5);
}
100% {
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}
}
.score-separator-large[data-v-1793f0c7] {
  font-weight: 700;
  font-size: 1.5rem;
  color: #666;
}
@media (max-width: 599px) {
.score-separator-large[data-v-1793f0c7] {
    font-size: 1.2rem;
}
}
.betting-panel[data-v-1793f0c7] {
  position: sticky;
  top: 24px;
}
.selected-bet[data-v-1793f0c7] {
  background: rgba(25, 118, 210, 0.05);
  border-radius: 8px;
  padding: 12px;
}
.potential-winning[data-v-1793f0c7] {
  animation: pulse-1793f0c7 2s infinite;
}
@keyframes pulse-1793f0c7 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.02);
}
100% {
    transform: scale(1);
}
}
.v-table th[data-v-1793f0c7],
.v-table td[data-v-1793f0c7] {
  padding: 8px 16px;
}

.sport-icon[data-v-951d59f8] {
  transition: all 0.2s ease;
}
.sport-icon--outlined[data-v-951d59f8] {
  border: 1px solid currentColor;
  border-radius: 50%;
  padding: 4px;
}
.sport-icon--filled[data-v-951d59f8] {
  background-color: currentColor;
  color: white;
  border-radius: 50%;
  padding: 4px;
}
.sport-icon[data-v-951d59f8]:hover {
  transform: scale(1.1);
}

.v-card[data-v-e3b0d232] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-e3b0d232]:hover {
  transform: translateY(-2px);
}
.cursor-pointer[data-v-e3b0d232] {
  cursor: pointer;
}
.cursor-pointer[data-v-e3b0d232]:hover {
  background-color: rgba(var(--v-theme-on-surface), 0.05);
}

.v-card[data-v-7569adc1] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-7569adc1]:hover {
  transform: translateY(-2px);
}

.v-card[data-v-4209ed83] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-4209ed83]:hover {
  transform: translateY(-2px);
}

.v-card[data-v-e64c67d3] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-e64c67d3]:hover {
  transform: translateY(-2px);
}

.v-card[data-v-069f0ec4] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-069f0ec4]:hover {
  transform: translateY(-2px);
}

.hero-section[data-v-31e79041] {
  background: linear-gradient(135deg, rgba(var(--v-theme-primary), 0.05) 0%, rgba(var(--v-theme-secondary), 0.05) 100%);
  min-height: 80vh;
}
.min-height-section[data-v-31e79041] {
  min-height: 80vh;
}
.gradient-text[data-v-31e79041] {
  background: linear-gradient(45deg, rgb(var(--v-theme-primary)), rgb(var(--v-theme-secondary)));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-item[data-v-31e79041] {
  padding: 1rem;
  border-radius: 12px;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}
.feature-item[data-v-31e79041]:hover {
  transform: translateY(-4px);
  background: rgba(var(--v-theme-surface-variant), 0.3);
}
.v-btn[data-v-31e79041] {
  text-transform: none;
  font-weight: 500;
}

/* Animazione fade-in per gli elementi */
@keyframes fadeInUp-31e79041 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.hero-section[data-v-31e79041] {
  animation: fadeInUp-31e79041 0.8s ease-out;
}

.betlist-teams[data-v-e8dd1d2f] {
  gap: 7px;
}
.status-chip[data-v-e8dd1d2f] {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
  font-weight: 600;
}
.vs-separator[data-v-e8dd1d2f] {
  color: rgba(var(--v-theme-on-surface), 0.6);
  font-weight: 500;
  font-size: 0.9em;
}
.v-chip[data-v-e8dd1d2f] {
  transition: transform 0.2s ease;
}


/* Miglioramenti responsive */
@media (max-width: 768px) {
.betlist-teams[data-v-e8dd1d2f] {
    gap: 0;
}
}


/* Stili per le sezioni */
.section-header[data-v-e43aecb3] {
  border-left: 4px solid rgb(var(--v-theme-primary));
  padding-left: 16px;
  margin-bottom: 24px;
}
.section-header.completed[data-v-e43aecb3] {
  border-left-color: rgba(var(--v-theme-on-surface), 0.38);
}

/* Divider personalizzato */
.v-divider[data-v-e43aecb3] {
  border-color: rgba(var(--v-theme-primary), 0.12) !important;
  border-width: 2px !important;
}

/* Add any custom styles if needed */

.my-bets-container[data-v-b38819d4] {
  max-width: 1200px;
  margin: 0 auto;
}
.v-card[data-v-b38819d4] {
  transition: transform 0.2s ease-in-out;
}
.v-card[data-v-b38819d4]:hover {
  transform: translateY(-2px);
}

.best-odds-container[data-v-77490da5] {
  background: #2b2b2b;
  border-radius: 8px;
  padding: 12px;
}
.odds-row[data-v-77490da5]:last-child {
  margin-bottom: 0;
}
.odds-values[data-v-77490da5] {
  display: flex;
  gap: 18px;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.odd-item[data-v-77490da5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 50px;
}
.odd-label[data-v-77490da5] {
  font-size: 0.75rem;
  font-weight: 600;
  color: #666;
}
.no-odds[data-v-77490da5] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
}

.myBets-indicators[data-v-e47f23e2] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  gap: 6px;
  font-size: 0.9rem;
  opacity: 0.8;
}
.event-link[data-v-e47f23e2] {
  text-decoration: none;
  color: inherit;
  display: block;
}
.event-card[data-v-e47f23e2] {
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 12px;
}
.event-card[data-v-e47f23e2]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}
.match-info[data-v-e47f23e2] {
  width: 100%;
}
.teams-container[data-v-e47f23e2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 599px) {
.teams-container[data-v-e47f23e2] {
    flex-direction: column;
    gap: 8px;
    text-align: center;
}
}
.team[data-v-e47f23e2] {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
@media (max-width: 599px) {
.team[data-v-e47f23e2] {
    flex-direction: column;
    gap: 4px;
    min-width: 100%;
}
}
.home-team[data-v-e47f23e2] {
  justify-content: flex-start;
}
.away-team[data-v-e47f23e2] {
  justify-content: flex-end;
}
@media (max-width: 599px) {
.home-team[data-v-e47f23e2],
  .away-team[data-v-e47f23e2] {
    justify-content: center;
}
}
.team-name[data-v-e47f23e2] {
  font-weight: 600;
  font-size: 1.1rem;
  color: #ddd;
}
@media (max-width: 599px) {
.team-name[data-v-e47f23e2] {
    font-size: 1rem;
}
}
@media (max-width: 400px) {
.team-name[data-v-e47f23e2] {
    font-size: 0.9rem;
}
}
.team-score[data-v-e47f23e2] {
  font-weight: 700;
  font-size: 1.3rem;
  color: #9cb69d;
  background: #2c2f2c;
  padding: 4px 8px;
  border-radius: 6px;
  min-width: 30px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 599px) {
.team-score[data-v-e47f23e2] {
    font-size: 1.1rem;
    padding: 3px 6px;
    min-width: 26px;
}
}
.team-icon[data-v-e47f23e2] {
  color: #666;
}
.vs-section[data-v-e47f23e2] {
  display: flex;
  align-items: center;
  color: #999;
  min-width: 20px;
  justify-content: center;
}
@media (max-width: 599px) {
.vs-section[data-v-e47f23e2] {
    min-width: 16px;
    margin: 4px 0;
    display: none;
}
}
.score-separator[data-v-e47f23e2] {
  font-weight: 700;
  font-size: 1.2rem;
  color: #666;
}
@media (max-width: 599px) {
.score-separator[data-v-e47f23e2] {
    font-size: 1rem;
}
}



.events-list[data-v-76108687] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.page-subtitle[data-v-76108687] {
  font-size: 1.1rem;
  color: #666;
  margin: 0;
}
.events-container[data-v-76108687] {
  margin-top: 24px;
}

.bg-alternating[data-v-c2ef5770] {
  background-color: #181818 !important;
}

.v-container[data-v-c23d6f19] {
  max-width: 1200px;
}

.loading-overlay[data-v-da27a92f] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loading-content[data-v-da27a92f] {
  text-align: center;
  color: #e0e0e0;
  padding: 2rem;
}
.loading-logo[data-v-da27a92f] {
  animation: bounce-da27a92f 2s infinite;
}
@keyframes bounce-da27a92f {
0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}

/* Fade transition for smoother experience */
.v-fade-transition-enter-active[data-v-da27a92f],
.v-fade-transition-leave-active[data-v-da27a92f] {
  transition: opacity 0.5s ease-in-out;
}
.v-fade-transition-enter-from[data-v-da27a92f],
.v-fade-transition-leave-to[data-v-da27a92f] {
  opacity: 0;
}

.app-footer[data-v-6e6e74ea] {
  border-top: 1px solid rgba(var(--v-border-color), var(--v-border-opacity));
}
.footer-link[data-v-6e6e74ea] {
  transition: color 0.2s ease-in-out;
}
.footer-link[data-v-6e6e74ea]:hover {
  color: rgb(var(--v-theme-primary)) !important;
}

/* Responsive adjustments */
@media (max-width: 600px) {
.app-footer .pa-4[data-v-6e6e74ea] {
    padding: 16px 12px !important;
}
}

.app-content[data-v-5b8ea51f] {
  min-height: 100vh;
}

/* Fade transition for main app content */
.v-fade-transition-enter-active[data-v-5b8ea51f],
.v-fade-transition-leave-active[data-v-5b8ea51f] {
  transition: opacity 0.5s ease-in-out;
}
.v-fade-transition-enter-from[data-v-5b8ea51f],
.v-fade-transition-leave-to[data-v-5b8ea51f] {
  opacity: 0;
}
