/* Yarışma Sonuçları Sayfası CSS */

.stat-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 1rem;
  border: none;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  pointer-events: none;
}

/* Doodle desenler - dans, müzik, çiçek temalı SVG */
.stat-card.bg-primary-soft::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Müzik notası --%3E%3Ccircle cx='30' cy='45' r='3' fill='%231976d2' opacity='0.15'/%3E%3Cpath d='M30 45v-15h2v15' stroke='%231976d2' stroke-width='1.5' opacity='0.15'/%3E%3Ccircle cx='70' cy='35' r='2' fill='%231976d2' opacity='0.12'/%3E%3Cpath d='M70 35v-10' stroke='%231976d2' stroke-width='1' opacity='0.12'/%3E%3C!-- Çiçek --%3E%3Ccircle cx='60' cy='65' r='2' fill='%231976d2' opacity='0.1'/%3E%3Ccircle cx='58' cy='63' r='1.5' fill='%231976d2' opacity='0.1'/%3E%3Ccircle cx='62' cy='63' r='1.5' fill='%231976d2' opacity='0.1'/%3E%3C/svg%3E");
}

.stat-card.bg-success-soft::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Kupa --%3E%3Cpath d='M40 25h-8v4c0 4 3 6 8 6s8-2 8-6v-4h-8zm0 0' fill='%23388e3c' opacity='0.12'/%3E%3Crect x='38' y='35' width='4' height='5' fill='%23388e3c' opacity='0.12'/%3E%3Crect x='35' y='40' width='10' height='2' fill='%23388e3c' opacity='0.12'/%3E%3C!-- Yıldız --%3E%3Cpath d='M65 30l2 4 4 1-3 3 1 4-4-2-4 2 1-4-3-3 4-1z' fill='%23388e3c' opacity='0.1'/%3E%3Ccircle cx='25' cy='60' r='2' fill='%23388e3c' opacity='0.08'/%3E%3C/svg%3E");
}

.stat-card.bg-info-soft::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Dans figürü --%3E%3Ccircle cx='40' cy='28' r='3' fill='%230288d1' opacity='0.12'/%3E%3Cpath d='M40 31c-2 4-5 8-3 12' stroke='%230288d1' stroke-width='2' fill='none' opacity='0.12'/%3E%3Cpath d='M40 31c2 4 5 8 3 12' stroke='%230288d1' stroke-width='2' fill='none' opacity='0.12'/%3E%3C!-- Kalp --%3E%3Cpath d='M65 35c-1-2-4-2-5 0-1-2-4-2-5 0-2 2 0 5 5 8 5-3 7-6 5-8z' fill='%230288d1' opacity='0.1'/%3E%3Ccircle cx='30' cy='65' r='1.5' fill='%230288d1' opacity='0.1'/%3E%3C/svg%3E");
}

.stat-card.bg-warning-soft::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Kum saati --%3E%3Cpath d='M35 25h10l-5 8 5 8h-10l5-8z' stroke='%23f57c00' stroke-width='1.5' fill='none' opacity='0.12'/%3E%3C!-- Çiçek yaprağı --%3E%3Ccircle cx='65' cy='35' r='2.5' fill='%23f57c00' opacity='0.1'/%3E%3Ccircle cx='62' cy='37' r='2' fill='%23f57c00' opacity='0.08'/%3E%3Ccircle cx='68' cy='37' r='2' fill='%23f57c00' opacity='0.08'/%3E%3Ccircle cx='65' cy='40' r='2' fill='%23f57c00' opacity='0.08'/%3E%3C/svg%3E");
}

.stat-card.bg-danger-soft::before {
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3C!-- Soru işareti desenli --%3E%3Cpath d='M40 28c0-3 2-5 5-5s5 2 5 5c0 2-1 3-3 4l-1 3' stroke='%23d32f2f' stroke-width='2' fill='none' opacity='0.12'/%3E%3Ccircle cx='45' cy='43' r='1.5' fill='%23d32f2f' opacity='0.12'/%3E%3C!-- Küçük notalar --%3E%3Ccircle cx='65' cy='35' r='1.5' fill='%23d32f2f' opacity='0.1'/%3E%3Cpath d='M65 35v-6' stroke='%23d32f2f' stroke-width='1' opacity='0.1'/%3E%3C/svg%3E");
}

.bg-primary-soft {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
  color: #1976d2 !important;
}

.bg-success-soft {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%) !important;
  color: #388e3c !important;
}

.bg-info-soft {
  background: linear-gradient(135deg, #e1f5fe 0%, #b3e5fc 100%) !important;
  color: #0288d1 !important;
}

.bg-warning-soft {
  background: linear-gradient(135deg, #fff9e6 0%, #fff3cd 100%) !important;
  color: #f57c00 !important;
}

.bg-danger-soft {
  background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%) !important;
  color: #d32f2f !important;
}

.stat-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.stat-content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-value {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.85;
}

.icon-bg-primary {
  background-color: rgba(25, 118, 210, 0.15);
  color: #1565c0;
}

.icon-bg-success {
  background-color: rgba(56, 142, 60, 0.15);
  color: #2e7d32;
}

.icon-bg-info {
  background-color: rgba(2, 136, 209, 0.15);
  color: #0277bd;
}

.icon-bg-warning {
  background-color: rgba(245, 124, 0, 0.15);
  color: #ef6c00;
}

.icon-bg-danger {
  background-color: rgba(211, 47, 47, 0.15);
  color: #c62828;
}

.info-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  width: 100%;
  transition: all 0.2s ease;
}

.info-badge:hover {
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.info-badge i {
  font-size: 1.1rem;
}

