
/* Timeline vertical line */
.timeline-line {
  position: absolute;
  left: 2rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #e5e7eb 0%, #d1d5db 50%, #e5e7eb 100%);
}

/* Year badge on timeline */
.year-badge {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
  position: relative;
  z-index: 10;
}

.year-badge-mobile {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  border-radius: 0.5rem;
  color: white;
  font-weight: 700;
  font-size: 1.125rem;
  box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
}

/* Competition type sections */
.competition-section {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.competition-section:last-child {
  border-bottom: none;
}

.competition-section:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

/* Liga 1 - Blue theme */
.section-liga1 {
  background: linear-gradient(135deg, #ffd6d9 0%, #fca5a5 100%);
  border-color: #bfdbfe;
}

.badge-liga1 {
  background: linear-gradient(135deg, #560D16 0%, #7A1A24 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.comp-tag-liga1 {
  background: white;
  border: 1px solid #93c5fd;
  color: #1e3a8a;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem !important;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}
.comp-tag-liga1:hover {
  background-color: #1e3a8a;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem !important;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}

/* Liga 2 - Green theme */
.section-liga2 {
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
  border-color: #bbf7d0;
}

.badge-liga2 {
  background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.comp-tag-liga2 {
  background: white;
  border: 1px solid #86efac;
  color: #14532d;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}

/* Liga 3 - Orange theme */
.section-cup {
  background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%);
  border-color: #fed7aa;
}

.badge-cup {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.comp-tag-cup {
  background: white;
  border: 1px solid #fdba74;
  color: #7c2d12;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}

/* Cupe - Purple theme */
/*.section-cup {
  background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
  border-color: #e9d5ff;
}

.badge-cup {
  background: linear-gradient(135deg, #9333ea 0%, #7e22ce 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.comp-tag-cup {
  background: white;
  border: 1px solid #d8b4fe;
  color: #581c87;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}*/
/* International - Blue theme */
.section-international {
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
  border-color: #bfdbfe;
}

.badge-international {
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}

.comp-tag-international {
  background: white;
  border: 1px solid #93c5fd;
  color: #1e3a8a;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem !important;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}
.comp-tag-international:hover {
  background-color: #1e3a8a;
  color: #fff;
  padding: 0.375rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem !important;
  font-weight: 500;
  display: inline-block;
  margin: 0.25rem;
}


/* Season card */
.season-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.season-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* Header styles */
.page-header {
  background: white;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-icon {
  width: 4rem;
  height: 4rem;
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Search and filters */
.filter-container {
  position: relative;
}

.filter-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
}

.filter-input {
  padding-left: 2.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-input:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.filter-select {
  padding-left: 2.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.5rem;
  background: white;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.filter-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

/* Empty state */
.empty-state {
  text-align: center;
  padding: 4rem 1rem;
}

.empty-icon {
  width: 4rem;
  height: 4rem;
  background: #f3f4f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .timeline-line {
    display: none;
  }

  .year-badge {
    display: none;
  }

  .competition-section {
    padding: 1rem;
  }

  .comp-tag-liga1,
  .comp-tag-liga2,
  .comp-tag-liga3,
  .comp-tag-cup {
    font-size: 0.8125rem;
    padding: 0.25rem 0.5rem;
  }
}

/* Animation for season cards */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.season-item {
  animation: slideIn 0.3s ease-out forwards;
}

.season-item:nth-child(1) { animation-delay: 0.05s; }
.season-item:nth-child(2) { animation-delay: 0.1s; }
.season-item:nth-child(3) { animation-delay: 0.15s; }
.season-item:nth-child(4) { animation-delay: 0.2s; }
.season-item:nth-child(5) { animation-delay: 0.25s; }