
.footer-links[data-v-8eeaecc9] {
  border-top: 1px solid #333;
  background-color: rgba(0, 0, 0, 0.5);
}
.footer-links a[data-v-8eeaecc9],
.footer-links .router-link-exact-active[data-v-8eeaecc9],
.footer-links .router-link-active[data-v-8eeaecc9] {
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a[data-v-8eeaecc9]:hover,
.footer-links .router-link-exact-active[data-v-8eeaecc9]:hover,
.footer-links .router-link-active[data-v-8eeaecc9]:hover {
  color: #ffd700 !important;
}

.rink-card-skeleton[data-v-e3d73c22] {
  width: 100%;
  max-width: 380px;
  min-height: 400px;
}

.save-place-btn[data-v-ca1313fc] {
  transition: all 0.3s ease;
}
.save-place-btn[data-v-ca1313fc]:hover {
  transform: scale(1.1);
}

.premium-rink-card[data-v-b35270e5] {
  background: #000000;
  border: 1px solid #2a2a2a;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.premium-rink-card[data-v-b35270e5]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  border-color: #3a3a3a;
}
.premium-rink-card.has-recommendations[data-v-b35270e5] {
  border-left: 3px solid #ff9800;
}
/* Fan Submitted Badge */
.fan-submitted-badge[data-v-b35270e5] {
  font-size: 0.85rem;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
  animation: pulse-green-b35270e5 2s infinite;
}
@keyframes pulse-green-b35270e5 {
0% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0.7);
}
70% {
    box-shadow: 0 0 0 6px rgba(76, 175, 80, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(76, 175, 80, 0);
}
}
/* Image Section */
.rink-image[data-v-b35270e5] {
  position: relative;
  background: #242424;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-gradient-overlay[data-v-b35270e5] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  pointer-events: none;
}
.rink-name[data-v-b35270e5] {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  line-height: 1.2;
}
.distance-badge[data-v-b35270e5] {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 4px;
  backdrop-filter: blur(10px);
}
/* Cold Rating Section - The star feature! */
.cold-rating-section[data-v-b35270e5] {
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.cold-rating-display[data-v-b35270e5] {
  display: flex;
  gap: 4px;
  align-items: center;
}
.cold-indicator[data-v-b35270e5] {
  transition: all 0.3s;
}
.cold-indicator.active[data-v-b35270e5] {
  transform: scale(1.1);
}
.cold-indicator[data-v-b35270e5] .q-icon {
  filter: drop-shadow(0 0 3px currentColor);
}
.cold-label[data-v-b35270e5] {
  font-weight: bold;
  color: #69c0ff;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}
/* Info Section */
.info-section[data-v-b35270e5] {
  position: relative;
}
.features-grid[data-v-b35270e5] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  gap: 8px;
}
.feature-item[data-v-b35270e5] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  font-size: 11px;
  color: #e0e0e0;
  white-space: nowrap;
}
.feature-item[data-v-b35270e5] .q-icon {
  font-size: 14px;
}
/* Action Section */
.action-section[data-v-b35270e5] {
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 12px;
}
/* Expand Button */
.expand-button[data-v-b35270e5] {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 5;
}
.expand-button[data-v-b35270e5]:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(-50%) scale(1.05);
}
/* Expanded Section */
.expanded-section[data-v-b35270e5] {
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cold-notes[data-v-b35270e5] {
  padding: 8px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border-left: 3px solid rgba(105, 192, 255, 0.5);
}
.quick-actions[data-v-b35270e5] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.parent-tips[data-v-b35270e5] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
}
/* Mobile Responsive */
@media (max-width: 599px) {
.premium-rink-card[data-v-b35270e5] {
    margin-bottom: 12px;
}
.rink-name[data-v-b35270e5] {
    font-size: 1.2rem;
}
.features-grid[data-v-b35270e5] {
    grid-template-columns: repeat(2, 1fr);
}
.cold-rating-section[data-v-b35270e5] {
    padding: 8px;
}
.cold-indicator[data-v-b35270e5] .q-icon {
    font-size: 18px !important;
}
}

.trivia-card[data-v-f10fa87a] {
  background-color: #2a2a2a;
  border: 2px solid #ffd700;
  transition: all 0.3s ease;
  min-height: 200px;
}
.trivia-card-flip[data-v-f10fa87a] {
  transform: rotateY(180deg);
}
.trivia-fact-text[data-v-f10fa87a] {
  font-size: 1.1rem;
  line-height: 1.5;
  color: white;
}
.trivia-front[data-v-f10fa87a] {
  backface-visibility: hidden;
}
@keyframes pulse-f10fa87a {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}
.trivia-card[data-v-f10fa87a]:hover {
  animation: pulse-f10fa87a 2s infinite;
}
.cursor-pointer[data-v-f10fa87a] {
  cursor: pointer;
}
.cursor-pointer:hover .trivia-fact-text[data-v-f10fa87a] {
  text-decoration: underline;
  text-decoration-color: #ffd700;
  text-underline-offset: 4px;
}

.photo-submit-card[data-v-55339cef] {
  margin-top: 1rem;
}

.enhanced-photo-gallery[data-v-9f5063ea] {
  width: 100%;
}
.photo-grid[data-v-9f5063ea] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 12px;
}
@media (max-width: 600px) {
.photo-grid[data-v-9f5063ea] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 8px;
}
}
.photo-item[data-v-9f5063ea] {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.photo-item[data-v-9f5063ea]:hover {
  transform: scale(1.02);
}
.photo-thumbnail[data-v-9f5063ea] {
  border-radius: 8px;
}
.photo-overlay[data-v-9f5063ea] {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.photo-item:hover .photo-overlay[data-v-9f5063ea] {
  opacity: 1;
}
.lightbox-image[data-v-9f5063ea] {
  max-height: calc(100vh - 140px);
  cursor: pointer;
}
.no-photos-state[data-v-9f5063ea] {
  background: rgba(255, 255, 255, 0.02);
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.gallery-header[data-v-9f5063ea] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
}

.recommendation-voting[data-v-94e9607f] {
  display: inline-block;
}
.vote-buttons[data-v-94e9607f] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.vote-count[data-v-94e9607f] {
  min-width: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.vote-percentage[data-v-94e9607f] {
  margin-top: 8px;
}

.community-badge[data-v-13eb7570] {
  font-size: 11px;
  padding: 3px 8px;
  font-weight: 600;
  border: 1px solid rgba(33, 150, 243, 0.3);
  box-shadow: 0 0 4px rgba(33, 150, 243, 0.2);
}
.community-badge[data-v-13eb7570] .q-icon {
  animation: pulse-13eb7570 2s infinite;
}
@keyframes pulse-13eb7570 {
0% {
    opacity: 1;
}
50% {
    opacity: 0.7;
}
100% {
    opacity: 1;
}
}

.restaurant-recommendation[data-v-3354bd7e] {
  background-color: #000000;
  border: 1px solid #ffd700;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}
.restaurant-recommendation[data-v-3354bd7e]:hover {
  border-color: #ffd700;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
}
.cursor-pointer[data-v-3354bd7e] {
  cursor: pointer;
}
.restaurant-image[data-v-3354bd7e] {
  border-radius: 8px;
}
/* Mobile optimizations */
@media (max-width: 599px) {
.restaurant-recommendation[data-v-3354bd7e] {
    margin-bottom: 12px !important;
    border-width: 2px;
}
.restaurant-image[data-v-3354bd7e] {
    width: 80px !important;
    height: 80px !important;
}
.text-h6[data-v-3354bd7e] {
    font-size: 1rem !important;
    line-height: 1.3;
}
.text-body2[data-v-3354bd7e] {
    font-size: 0.875rem !important;
    line-height: 1.4;
}
.q-btn[data-v-3354bd7e] {
    font-size: 0.75rem !important;
    padding: 4px 8px !important;
    min-height: 32px !important;
}
.q-chip[data-v-3354bd7e] {
    font-size: 0.75rem !important;
    padding: 2px 6px !important;
}
  /* Adjust row spacing on mobile */
.row.q-gutter-sm[data-v-3354bd7e] {
    gap: 4px !important;
}
  /* Better color contrast */
.text-grey-5[data-v-3354bd7e] {
    color: #bdbdbd !important;
}
.text-grey-7[data-v-3354bd7e] {
    color: #9e9e9e !important;
}
}
/* Hover effects for buttons */
.hover-lift[data-v-3354bd7e]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(255, 193, 7, 0.3);
}
/* Card hover effect */
.restaurant-recommendation[data-v-3354bd7e] {
  transition: all 0.3s ease;
}
.restaurant-recommendation[data-v-3354bd7e]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.4) !important;
}
/* Special styling for in-rink restaurants */
.restaurant-recommendation[data-v-3354bd7e]:has(div[v-if*='IceWorks']) {
  border-color: rgba(244, 67, 54, 0.3) !important;
}

.pro-shop-card[data-v-9cecb6d1] {
  transition: all 0.3s ease;
}
.pro-shop-card[data-v-9cecb6d1]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
}

.generic-recommendation[data-v-b5cf8258] {
  transition: all 0.3s ease;
}
.generic-recommendation[data-v-b5cf8258]:hover {
  border-color: #ffd700 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}
.cursor-pointer[data-v-b5cf8258] {
  cursor: pointer;
}

.review-card[data-v-78381fdc] {
  transition: all 0.3s ease;
}
.review-card[data-v-78381fdc]:hover {
  transform: translateY(-2px);
  border-color: #4a4a4a !important;
}
.temp-rating[data-v-78381fdc] {
  display: inline-block;
}
.review-text[data-v-78381fdc] {
  line-height: 1.5;
}

.temp-options[data-v-f0207579] .q-radio__label {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 1.4;
}
.temp-options[data-v-f0207579] .q-radio {
  margin-bottom: 12px;
}

.facility-overview[data-v-e115c228] {
  max-width: 800px;
  margin: 0 auto;
}
.facility-badges[data-v-e115c228] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.facility-section[data-v-e115c228] {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.section-title[data-v-e115c228] {
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.facility-items[data-v-e115c228] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.facility-item[data-v-e115c228] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 1rem;
  line-height: 1.4;
}
.no-data[data-v-e115c228] {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.available-info[data-v-e115c228] {
  margin-top: 24px;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
.facility-overview[data-v-e115c228] {
    padding: 12px;
}
.facility-section[data-v-e115c228] {
    padding: 16px;
}
.section-title[data-v-e115c228] {
    font-size: 1.1rem;
}
.facility-item[data-v-e115c228] {
    font-size: 0.95rem;
}
}

.cold-factor-voting[data-v-7c5036a4] {
  width: 100%;
}
.rating-display[data-v-7c5036a4] {
  padding: 16px;
  background-color: #2a2a2a;
  border-radius: 8px;
  border: 1px solid #3a3a3a;
}
.average-rating[data-v-7c5036a4] {
  text-align: center;
  padding: 16px;
}
.rating-value[data-v-7c5036a4] {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.rating-number[data-v-7c5036a4] {
  font-size: 48px;
  font-weight: bold;
  color: white;
}
.rating-max[data-v-7c5036a4] {
  font-size: 24px;
  color: #9e9e9e;
}
.rating-description[data-v-7c5036a4] {
  font-size: 16px;
  margin-top: 8px;
}
.vote-count[data-v-7c5036a4] {
  margin-top: 4px;
}
.visual-rating[data-v-7c5036a4] {
  display: flex;
  justify-content: center;
}
.ice-icons[data-v-7c5036a4] {
  display: flex;
  gap: 4px;
}
.distribution-chart[data-v-7c5036a4] {
  padding: 12px;
  background-color: #000000;
  border-radius: 8px;
}
.distribution-bar[data-v-7c5036a4] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.bar-label[data-v-7c5036a4] {
  width: 20px;
  text-align: right;
  color: #9e9e9e;
  font-size: 12px;
}
.bar-container[data-v-7c5036a4] {
  flex: 1;
  height: 20px;
  background-color: #333;
  border-radius: 4px;
  overflow: hidden;
}
.bar-fill[data-v-7c5036a4] {
  height: 100%;
  transition: width 0.3s ease;
}
.bar-count[data-v-7c5036a4] {
  width: 30px;
  text-align: right;
  color: #9e9e9e;
  font-size: 12px;
}
.voting-buttons[data-v-7c5036a4] {
  text-align: center;
}
.rating-options[data-v-7c5036a4] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.rating-btn[data-v-7c5036a4] {
  min-width: 80px;
  padding: 8px !important;
}
.rating-btn-content[data-v-7c5036a4] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.rating-btn-number[data-v-7c5036a4] {
  font-size: 18px;
  font-weight: bold;
}
.rating-btn-label[data-v-7c5036a4] {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.community-insights[data-v-7c5036a4] {
  padding: 12px;
  background-color: #000000;
  border-radius: 8px;
}
/* Mobile responsiveness */
@media (max-width: 599px) {
.rating-btn[data-v-7c5036a4] {
    min-width: 60px;
    font-size: 12px;
}
.rating-number[data-v-7c5036a4] {
    font-size: 36px;
}
.rating-max[data-v-7c5036a4] {
    font-size: 18px;
}
}

.q-option-group[data-v-f66ae2f8] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 8px;
}

.cold-facts-card[data-v-630dce11] {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  margin-top: 16px;
}
.fact-item[data-v-630dce11] {
  padding: 8px;
  border-left: 2px solid #ffd700;
  padding-left: 12px;
  transition: all 0.3s;
}
.fact-item[data-v-630dce11]:hover {
  background-color: rgba(255, 215, 0, 0.05);
  border-left-width: 4px;
}
.fact-text[data-v-630dce11] {
  font-size: 0.95rem;
  line-height: 1.4;
}
.fact-detail[data-v-630dce11] {
  opacity: 0.8;
  margin-left: 28px;
}

.recommendation-skeleton[data-v-81d9711c] {
  width: 100%;
}

.platform-card[data-v-facf8983] {
  transition: all 0.3s ease;
  min-height: 120px;
}
.platform-card[data-v-facf8983]:hover {
  transform: translateY(-4px);
}
.platform-card.selected[data-v-facf8983] {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.4);
}
.platform-grid[data-v-facf8983] {
  max-width: 100%;
}
.schedule-import-dialog .q-stepper[data-v-facf8983] {
  background-color: transparent;
}
.schedule-import-dialog .q-stepper__step-inner[data-v-facf8983] {
  padding: 0;
}
.memory-navigation .memory-actions-card[data-v-37ffca1f] {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.memory-navigation .memory-stats .text-h6[data-v-37ffca1f] {
  font-size: 1.5rem;
  font-weight: 300;
}
.memory-navigation .recent-memories .recent-memory-item[data-v-37ffca1f] {
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s, opacity 0.2s;
}
.memory-navigation .recent-memories .recent-memory-item[data-v-37ffca1f]:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.memory-navigation .recent-memories .recent-memory-item .memory-photo[data-v-37ffca1f] {
  width: 100%;
  height: 60px;
}
.memory-navigation .recent-memories .recent-memory-item .memory-photo img[data-v-37ffca1f] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memory-navigation .recent-memories .recent-memory-item .memory-placeholder[data-v-37ffca1f] {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.memory-navigation .recent-memories .recent-memory-item .memory-info[data-v-37ffca1f] {
  padding: 0.25rem;
  background: rgba(0, 0, 0, 0.7);
}
.memory-navigation .recent-memories .recent-memory-item .memory-info .memory-date[data-v-37ffca1f] {
  font-size: 0.7rem;
  color: #ccc;
  font-weight: 500;
}
.memory-navigation .recent-memories .recent-memory-item .memory-info .memory-performance[data-v-37ffca1f] {
  font-size: 0.65rem;
  color: var(--q-amber);
  font-weight: 600;
}
.memory-navigation .getting-started .features-list .feature-item[data-v-37ffca1f] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
.memory-navigation .recent-memories .recent-memory-item .memory-photo[data-v-37ffca1f],
  .memory-navigation .recent-memories .recent-memory-item .memory-placeholder[data-v-37ffca1f] {
    height: 50px;
}
}
.trip-card[data-v-b0ae808c] {
  transition: transform 0.2s;
}
.trip-card[data-v-b0ae808c]:hover {
  transform: translateY(-2px);
}

.trip-map[data-v-580609ed] {
  height: 400px;
  width: 100%;
  border: 1px solid #e0e0e0;
}

/* Numbered pin styling */
[data-v-580609ed] .pin-dot {
  background: #2563eb;
  color: #fff;
  border-radius: 50%;
  padding: 4px 7px;
  font:
    600 12px/1 system-ui,
    -apple-system,
    'Segoe UI',
    Roboto;
  border: 2px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  min-height: 20px;
}

/* Override Leaflet z-index issues with Quasar */
[data-v-580609ed] .leaflet-control-container {
  z-index: 400;
}
[data-v-580609ed] .leaflet-popup {
  z-index: 700;
}

.progress-item[data-v-38267c79] {
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.membership-code-card[data-v-f9ddc439] {
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 193, 7, 0.3);
}
.bg-gradient-promo[data-v-f9ddc439] {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8787 100%);
  border: 2px solid rgba(255, 215, 0, 0.5);
}
.code-details[data-v-f9ddc439] {
  animation: slideIn-f9ddc439 0.3s ease-out;
}
@keyframes slideIn-f9ddc439 {
from {
    opacity: 0;
    transform: translateY(-10px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.agent-workbench-card[data-v-8eac3332] {
  background: linear-gradient(135deg, #1e1e1e 0%, #2a2a2a 100%);
  color: white;
}
.output-pre[data-v-8eac3332] {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid #444;
  border-radius: 4px;
  padding: 12px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.5;
  overflow-x: auto;
  max-height: 400px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-break: break-word;
}
[data-v-8eac3332] .q-expansion-item__content {
  background-color: rgba(255, 255, 255, 0.05);
}

.pending-photo-uploader[data-v-5e65f6f7] {
  width: 100%;
}
[data-v-5e65f6f7] .q-uploader {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 215, 0, 0.3);
}
[data-v-5e65f6f7] .q-uploader__title {
  color: #ffd700;
  font-size: 0.9rem;
}
[data-v-5e65f6f7] .q-uploader__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}

.kid-card[data-v-62da19bb] {
  width: 400px;
  height: 600px;
  background: linear-gradient(145deg, #1a1a1a, #333333, #ffd700, #ffed4e);
  background-size: 400% 400%;
  animation: gradientShift-62da19bb 4s ease infinite;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}
@keyframes gradientShift-62da19bb {
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}
.card-content[data-v-62da19bb] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.header-section[data-v-62da19bb] {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
.sticker-decoration[data-v-62da19bb] {
  position: absolute;
  font-size: 2em;
  z-index: 10;
  animation: bounce-62da19bb 2s infinite;
}
.top-left[data-v-62da19bb] {
  top: -10px;
  left: -10px;
}
.top-right[data-v-62da19bb] {
  top: -10px;
  right: -10px;
}
@keyframes bounce-62da19bb {
0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
}
40% {
    transform: translateY(-10px);
}
60% {
    transform: translateY(-5px);
}
}
.player-name[data-v-62da19bb] {
  font-size: 1.8em;
  font-weight: bold;
  color: #2c3e50;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.team-name[data-v-62da19bb] {
  font-size: 1em;
  color: #7f8c8d;
  font-weight: bold;
}

/* Stats Section */
.stats-section[data-v-62da19bb] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.big-stat[data-v-62da19bb] {
  text-align: center;
  position: relative;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.4);
}
.big-number[data-v-62da19bb] {
  font-size: 3.5em;
  font-weight: bold;
  color: #e74c3c;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  line-height: 1;
}
.big-label[data-v-62da19bb] {
  font-size: 1.2em;
  font-weight: bold;
  color: #2c3e50;
  margin-top: 5px;
}
.celebration-stickers[data-v-62da19bb] {
  position: absolute;
  top: -5px;
  right: 10px;
}
.celebration[data-v-62da19bb] {
  font-size: 1.5em;
  animation: spin-62da19bb 3s linear infinite;
  margin: 0 5px;
}
@keyframes spin-62da19bb {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.stats-row[data-v-62da19bb] {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.stat-item[data-v-62da19bb] {
  flex: 1;
  text-align: center;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 12px;
  padding: 15px 10px;
  border: 3px solid #ffd700;
}
.stat-icon[data-v-62da19bb] {
  font-size: 1.8em;
  margin-bottom: 5px;
}
.stat-value[data-v-62da19bb] {
  font-size: 1.8em;
  font-weight: bold;
  color: #2c3e50;
}
.stat-label[data-v-62da19bb] {
  font-size: 0.9em;
  font-weight: bold;
  color: #34495e;
  margin-top: 3px;
}

/* Achievement Section */
.achievement-section[data-v-62da19bb] {
  background: linear-gradient(135deg, #1a1a1a, #333333);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  color: #ffd700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}
.achievement-label[data-v-62da19bb] {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 5px;
}
.achievement-text[data-v-62da19bb] {
  font-size: 1.1em;
  font-weight: bold;
}

/* Badges Section */
.badges-section[data-v-62da19bb] {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 12px;
  border: 2px solid #ffd700;
}
.badges-title[data-v-62da19bb] {
  font-size: 0.9em;
  font-weight: bold;
  color: #ffd700;
  text-align: center;
  margin-bottom: 10px;
}
.badges-container[data-v-62da19bb] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.badge-item[data-v-62da19bb] {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #2c3e50;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.badge-icon[data-v-62da19bb] {
  margin-right: 5px;
  font-size: 1.1em;
}

/* Decorations */
.decoration-sticker[data-v-62da19bb] {
  position: absolute;
  font-size: 1.5em;
  opacity: 0.7;
}
.bottom-left[data-v-62da19bb] {
  bottom: 60px;
  left: 10px;
}
.bottom-right[data-v-62da19bb] {
  bottom: 60px;
  right: 10px;
}
.floating-stickers[data-v-62da19bb] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.float-sticker[data-v-62da19bb] {
  position: absolute;
  font-size: 1.2em;
  opacity: 0.6;
  animation: float-62da19bb 3s ease-in-out infinite;
}
@keyframes float-62da19bb {
0%,
  100% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-10px);
}
}

/* QR Code Section */
.qr-section[data-v-62da19bb] {
  text-align: center;
  margin-top: 15px;
}
.qr-container[data-v-62da19bb] {
  display: inline-block;
  background: #2c3e50;
  border-radius: 10px;
  padding: 10px;
  color: white;
}
.qr-placeholder[data-v-62da19bb] {
  font-size: 2em;
  margin-bottom: 5px;
}
.qr-text[data-v-62da19bb] {
  font-size: 0.8em;
  font-weight: bold;
}

/* Branding */
.branding[data-v-62da19bb] {
  text-align: center;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 2px solid #ecf0f1;
}
.branding-text[data-v-62da19bb] {
  font-size: 1.1em;
  font-weight: bold;
  color: #e74c3c;
}
.branding-subtitle[data-v-62da19bb] {
  font-size: 0.8em;
  color: #7f8c8d;
  font-style: italic;
}

.teen-card[data-v-6ca3830a] {
  width: 400px;
  height: 600px;
  background: linear-gradient(135deg, #1a1a1a 0%, #ffd700 100%);
  border-radius: 16px;
  padding: 2px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.card-content[data-v-6ca3830a] {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Header Section */
.header-section[data-v-6ca3830a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 2px solid #f1f3f4;
}
.player-info[data-v-6ca3830a] {
  flex: 1;
}
.player-name[data-v-6ca3830a] {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.2;
}
.team-info[data-v-6ca3830a] {
  font-size: 0.95rem;
  color: #6b7280;
  font-weight: 500;
  margin-top: 4px;
}
.jersey-number[data-v-6ca3830a] {
  margin-left: 8px;
  font-weight: 600;
  color: #4f46e5;
}
.hockey-icon[data-v-6ca3830a] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-container[data-v-6ca3830a] {
  font-size: 2rem;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Stats Grid */
.stats-grid[data-v-6ca3830a] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.stat-card[data-v-6ca3830a] {
  padding: 16px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.stat-card.primary[data-v-6ca3830a] {
  background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
  color: #ffd700;
}
.stat-card.secondary[data-v-6ca3830a] {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  color: #1a1a1a;
}
.stat-card.tertiary[data-v-6ca3830a] {
  background: linear-gradient(135deg, #333333 0%, #1a1a1a 100%);
  color: #ffd700;
}
.stat-number[data-v-6ca3830a] {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.stat-label[data-v-6ca3830a] {
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.stat-subtitle[data-v-6ca3830a] {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-top: 4px;
}
.stat-progress[data-v-6ca3830a] {
  margin-top: 8px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}
.progress-bar[data-v-6ca3830a] {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* Performance Section */
.performance-section[data-v-6ca3830a] {
  margin-top: 8px;
}
.section-title[data-v-6ca3830a] {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin: 0 0 12px 0;
}
.performance-grid[data-v-6ca3830a] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.perf-stat[data-v-6ca3830a] {
  text-align: center;
  padding: 8px 4px;
  background: #f9fafb;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.perf-number[data-v-6ca3830a] {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
}
.perf-label[data-v-6ca3830a] {
  display: block;
  font-size: 0.75rem;
  color: #6b7280;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-top: 2px;
}

/* Achievement Section */
.achievement-section[data-v-6ca3830a] {
  margin-top: 8px;
}
.achievement-badge[data-v-6ca3830a] {
  display: flex;
  align-items: center;
  padding: 12px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.3);
}
.badge-icon[data-v-6ca3830a] {
  font-size: 1.5rem;
  margin-right: 12px;
}
.badge-content[data-v-6ca3830a] {
  flex: 1;
}
.badge-title[data-v-6ca3830a] {
  font-size: 0.875rem;
  font-weight: 700;
  color: #92400e;
  margin-bottom: 2px;
}
.badge-description[data-v-6ca3830a] {
  font-size: 0.75rem;
  color: #b45309;
}

/* Locations Section */
.locations-section[data-v-6ca3830a] {
  margin-top: 8px;
}
.locations-list[data-v-6ca3830a] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.location-item[data-v-6ca3830a] {
  display: flex;
  align-items: center;
  padding: 6px 8px;
  background: #f9fafb;
  border-radius: 6px;
  border-left: 3px solid #4f46e5;
}
.location-icon[data-v-6ca3830a] {
  margin-right: 8px;
  font-size: 1rem;
}
.location-name[data-v-6ca3830a] {
  font-size: 0.8rem;
  color: #374151;
  font-weight: 500;
}

/* QR Code Section */
.qr-section[data-v-6ca3830a] {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
}
.qr-container[data-v-6ca3830a] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.qr-code[data-v-6ca3830a] {
  width: 48px;
  height: 48px;
  background: #1f2937;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qr-placeholder[data-v-6ca3830a] {
  color: white;
  font-size: 1.5rem;
}
.qr-info[data-v-6ca3830a] {
  text-align: left;
}
.qr-title[data-v-6ca3830a] {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
}
.qr-subtitle[data-v-6ca3830a] {
  font-size: 0.75rem;
  color: #6b7280;
}

/* Footer Section */
.footer-section[data-v-6ca3830a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
  margin-top: auto;
}
.branding[data-v-6ca3830a] {
  display: flex;
  flex-direction: column;
}
.brand-name[data-v-6ca3830a] {
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffd700;
}
.brand-tagline[data-v-6ca3830a] {
  font-size: 0.7rem;
  color: #6b7280;
  font-weight: 500;
}
.generation-date[data-v-6ca3830a] {
  font-size: 0.7rem;
  color: #9ca3af;
}

.stats-card-generator[data-v-0e6d2ef5] {
  max-width: 800px;
  margin: 0 auto;
}
.card-preview-container[data-v-0e6d2ef5] {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  min-height: 300px;
  align-items: center;
}
.preview-card[data-v-0e6d2ef5] {
  transform: scale(0.8);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.q-expansion-item[data-v-0e6d2ef5] {
  border-radius: 8px;
}
.q-btn-toggle[data-v-0e6d2ef5] {
  width: 100%;
}
.date-approximator .approximation-toggle[data-v-35de81d5] {
  display: flex;
  align-items: center;
}
.date-approximator .approximation-helper .helper-section .helper-label[data-v-35de81d5] {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--q-primary);
}
.date-approximator .confidence-indicator[data-v-35de81d5] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.date-approximator .confidence-indicator .confidence-label[data-v-35de81d5] {
  font-size: 0.875rem;
  font-weight: 500;
  min-width: 120px;
}
.date-approximator .confidence-indicator .confidence-bar[data-v-35de81d5] {
  flex: 1;
  max-width: 150px;
}
.date-approximator .confidence-indicator .confidence-text[data-v-35de81d5] {
  font-size: 0.75rem;
  font-weight: 500;
  min-width: 100px;
}
.date-approximator .suggestions .suggestions-label[data-v-35de81d5] {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--q-primary);
}
.date-approximator .suggestions .suggestions-list[data-v-35de81d5] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.career-highlight[data-v-686834c9] {
  display: flex;
  align-items: flex-start;
  padding: 12px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 12px;
}
.career-highlight[data-v-686834c9]:hover {
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(2px);
}

/* Type-specific styling */
.highlight-milestone[data-v-686834c9] {
  border-left-color: #ffc107;
}
.highlight-milestone[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}
.highlight-achievement[data-v-686834c9] {
  border-left-color: #4caf50;
}
.highlight-achievement[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
}
.highlight-record[data-v-686834c9] {
  border-left-color: #ff9800;
}
.highlight-record[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(255, 152, 0, 0.2);
}
.highlight-tournament[data-v-686834c9] {
  border-left-color: #9c27b0;
}
.highlight-tournament[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(156, 39, 176, 0.2);
}
.highlight-game[data-v-686834c9] {
  border-left-color: #2196f3;
}
.highlight-game[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.2);
}
.highlight-season[data-v-686834c9] {
  border-left-color: #00bcd4;
}
.highlight-season[data-v-686834c9]:hover {
  box-shadow: 0 2px 8px rgba(0, 188, 212, 0.2);
}
.highlight-icon[data-v-686834c9] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.highlight-content[data-v-686834c9] {
  flex: 1;
  min-width: 0; /* Allows text to truncate if needed */
}
.highlight-header[data-v-686834c9] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4px;
  gap: 8px;
}
.highlight-title[data-v-686834c9] {
  font-weight: 500;
  color: white;
  font-size: 0.95rem;
  line-height: 1.3;
}
.highlight-date[data-v-686834c9] {
  color: #999;
  font-size: 0.8rem;
  white-space: nowrap;
  flex-shrink: 0;
}
.highlight-description[data-v-686834c9] {
  color: #ccc;
  font-size: 0.85rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

/* Badge styles */
.milestone-badge[data-v-686834c9],
.achievement-badge[data-v-686834c9],
.record-badge[data-v-686834c9],
.tournament-badge[data-v-686834c9] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.milestone-badge[data-v-686834c9] {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
}
.achievement-badge[data-v-686834c9] {
  background: rgba(76, 175, 80, 0.2);
  color: #4caf50;
}
.record-badge[data-v-686834c9] {
  background: rgba(255, 152, 0, 0.2);
  color: #ff9800;
}
.tournament-badge[data-v-686834c9] {
  background: rgba(156, 39, 176, 0.2);
  color: #9c27b0;
}
.tournament-info[data-v-686834c9] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tournament-result[data-v-686834c9] {
  color: #ffc107;
  font-size: 0.8rem;
  font-weight: 500;
}
.highlight-actions[data-v-686834c9] {
  display: flex;
  align-items: flex-start;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.career-highlight:hover .highlight-actions[data-v-686834c9] {
  opacity: 1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.career-highlight[data-v-686834c9] {
    padding: 10px;
    gap: 10px;
}
.highlight-icon[data-v-686834c9] {
    width: 28px;
    height: 28px;
}
.highlight-header[data-v-686834c9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.highlight-date[data-v-686834c9] {
    white-space: normal;
}
.highlight-actions[data-v-686834c9] {
    opacity: 1; /* Always show on mobile */
}
.tournament-info[data-v-686834c9] {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
}

/* Animation for new highlights */
@keyframes highlight-appear-686834c9 {
0% {
    opacity: 0;
    transform: translateY(-10px);
}
100% {
    opacity: 1;
    transform: translateY(0);
}
}
.career-highlight.new-highlight[data-v-686834c9] {
  animation: highlight-appear-686834c9 0.5s ease-out;
}

/* Special styling for featured highlights */
.career-highlight.featured[data-v-686834c9] {
  background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
  border: 1px solid rgba(255, 193, 7, 0.2);
  border-left: 3px solid #ffc107;
}
.career-highlight.featured .highlight-title[data-v-686834c9] {
  color: #ffc107;
}

/* Loading state */
.career-highlight.loading[data-v-686834c9] {
  opacity: 0.6;
  pointer-events: none;
}
.career-highlight.loading .highlight-content[data-v-686834c9] {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.1) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: loading-shimmer-686834c9 1.5s infinite;
}
@keyframes loading-shimmer-686834c9 {
0% {
    background-position: -200% 0;
}
100% {
    background-position: 200% 0;
}
}

.quick-log-card[data-v-ebfd5476] {
  background: #2d2d2d;
  color: white;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}
.card-header[data-v-ebfd5476] {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-content[data-v-ebfd5476] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.form-section[data-v-ebfd5476] {
  margin-bottom: 24px;
}
.section-title[data-v-ebfd5476] {
  font-size: 1.1rem;
  font-weight: 500;
  color: #ffc107;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.input-field[data-v-ebfd5476] .q-field__control {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.input-field[data-v-ebfd5476] .q-field__label {
  color: rgba(255, 255, 255, 0.7);
}
.input-field[data-v-ebfd5476] .q-field__native {
  color: white;
}
.result-selector[data-v-ebfd5476] {
  display: flex;
  justify-content: center;
}
.result-toggle[data-v-ebfd5476] .q-btn-toggle {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.result-toggle[data-v-ebfd5476] .q-btn--active {
  background: #ffc107 !important;
  color: black !important;
}
.score-input[data-v-ebfd5476] {
  text-align: center;
}
.score-input[data-v-ebfd5476] .q-field__native {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.stats-grid[data-v-ebfd5476] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 16px;
}
.stat-input-group[data-v-ebfd5476] {
  text-align: center;
}
.stat-counter[data-v-ebfd5476] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 8px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 8px;
}
.stat-value[data-v-ebfd5476] {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffc107;
  min-width: 40px;
  text-align: center;
}
.stat-label[data-v-ebfd5476] {
  font-size: 0.9rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.performance-rating[data-v-ebfd5476] {
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
}
.rating-label[data-v-ebfd5476] {
  font-size: 0.9rem;
  color: #ccc;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.rating-stars[data-v-ebfd5476] {
  margin-bottom: 4px;
}
.rating-value[data-v-ebfd5476] {
  color: #ffc107;
  font-weight: 500;
}
.notes-input[data-v-ebfd5476] .q-field__control {
  min-height: 60px;
}
.form-actions[data-v-ebfd5476] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}

/* Button customizations */
.quick-log-card[data-v-ebfd5476] .q-btn {
  border-radius: 8px;
}
.quick-log-card[data-v-ebfd5476] .q-btn--flat {
  background: rgba(255, 255, 255, 0.05);
}
.quick-log-card[data-v-ebfd5476] .q-btn--flat:hover {
  background: rgba(255, 255, 255, 0.1);
}
.quick-log-card[data-v-ebfd5476] .q-rating__icon {
  color: rgba(255, 255, 255, 0.3);
}
.quick-log-card[data-v-ebfd5476] .q-rating__icon--active {
  color: #ffc107;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.quick-log-card[data-v-ebfd5476] {
    margin: 16px;
    max-height: calc(100vh - 32px);
}
.stats-grid[data-v-ebfd5476] {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.stat-counter[data-v-ebfd5476] {
    gap: 8px;
}
.stat-value[data-v-ebfd5476] {
    font-size: 1.5rem;
    min-width: 30px;
}
}
@media (max-width: 480px) {
.stats-grid[data-v-ebfd5476] {
    grid-template-columns: 1fr;
}
}

.stat-card-dialog[data-v-26f0665a] {
  background: #2d2d2d;
  color: white;
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
}
.card-header[data-v-26f0665a] {
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-content[data-v-26f0665a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-title[data-v-26f0665a] {
  font-size: 1rem;
  font-weight: 500;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.template-grid[data-v-26f0665a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.template-option[data-v-26f0665a] {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.template-option[data-v-26f0665a]:hover {
  background: rgba(255, 255, 255, 0.08);
}
.template-option.active[data-v-26f0665a] {
  border-color: #ffc107;
  background: rgba(255, 193, 7, 0.1);
}
.template-name[data-v-26f0665a] {
  font-size: 0.9rem;
  margin-top: 8px;
  color: #ccc;
}
.stat-card-preview[data-v-26f0665a] {
  display: flex;
  justify-content: center;
}
.stat-card[data-v-26f0665a] {
  width: 400px;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 16px;
  padding: 24px;
  border: 2px solid rgba(255, 193, 7, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* Season Card Styles */
.season-card .card-header-section[data-v-26f0665a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.player-name[data-v-26f0665a] {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
}
.season-info[data-v-26f0665a] {
  color: #ffc107;
  font-weight: 500;
}
.primary-stats[data-v-26f0665a] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.stat-item[data-v-26f0665a] {
  text-align: center;
}
.stat-number[data-v-26f0665a] {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc107;
  line-height: 1;
}
.stat-label[data-v-26f0665a] {
  font-size: 0.8rem;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
}
.secondary-stats[data-v-26f0665a] {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 20px;
}
.stat-row[data-v-26f0665a] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  color: #ccc;
  font-size: 0.9rem;
}
.stat-row[data-v-26f0665a]:last-child {
  margin-bottom: 0;
}
.stat-value[data-v-26f0665a] {
  color: #ffc107;
  font-weight: 500;
}

/* Milestone Card Styles */
.milestone-header[data-v-26f0665a] {
  text-align: center;
  margin-bottom: 20px;
}
.milestone-icon[data-v-26f0665a] {
  margin-bottom: 8px;
}
.milestone-title[data-v-26f0665a] {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffc107;
  margin-bottom: 8px;
}
.milestone-content[data-v-26f0665a] {
  text-align: center;
  margin-bottom: 20px;
}
.milestone-description[data-v-26f0665a] {
  color: #ccc;
  margin-bottom: 8px;
}
.milestone-date[data-v-26f0665a] {
  color: #ffc107;
  font-size: 0.9rem;
}
.career-totals[data-v-26f0665a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.total-item[data-v-26f0665a] {
  text-align: center;
}
.total-number[data-v-26f0665a] {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffc107;
  line-height: 1;
}
.total-label[data-v-26f0665a] {
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 4px;
}

/* Game Card Styles */
.game-header[data-v-26f0665a] {
  text-align: center;
  margin-bottom: 20px;
}
.game-title[data-v-26f0665a] {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  margin-bottom: 4px;
}
.game-date[data-v-26f0665a] {
  color: #ffc107;
  font-size: 0.9rem;
}
.game-matchup[data-v-26f0665a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
}
.team-section[data-v-26f0665a] {
  text-align: center;
  flex: 1;
}
.team-name[data-v-26f0665a] {
  font-weight: 500;
  margin-bottom: 4px;
}
.team-score[data-v-26f0665a] {
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffc107;
}
.vs-section[data-v-26f0665a] {
  margin: 0 16px;
  color: #ccc;
  font-weight: 500;
}
.player-performance[data-v-26f0665a] {
  text-align: center;
}
.game-stats[data-v-26f0665a] {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 8px;
}
.stat-highlight[data-v-26f0665a] {
  background: rgba(255, 193, 7, 0.2);
  color: #ffc107;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
}

/* Common Footer */
.footer-section[data-v-26f0665a] {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
  text-align: center;
}
.app-branding[data-v-26f0665a] {
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Customization */
.custom-input[data-v-26f0665a] .q-field__control {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.privacy-options[data-v-26f0665a] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.privacy-checkbox[data-v-26f0665a] .q-checkbox__label {
  color: #ccc;
}

/* Actions */
.card-actions[data-v-26f0665a] {
  background: rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.action-buttons[data-v-26f0665a] {
  display: flex;
  gap: 8px;
  width: 100%;
}
.action-btn[data-v-26f0665a] {
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
}
.action-btn[data-v-26f0665a]:hover {
  background: rgba(255, 193, 7, 0.1);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.stat-card[data-v-26f0665a] {
    width: 100%;
    max-width: 350px;
}
.template-grid[data-v-26f0665a] {
    grid-template-columns: 1fr;
}
.primary-stats[data-v-26f0665a] {
    grid-template-columns: repeat(2, 1fr);
}
.career-totals[data-v-26f0665a] {
    grid-template-columns: 1fr;
}
.action-buttons[data-v-26f0665a] {
    flex-direction: column;
}
}

.sticker-badge[data-v-6c14403b] {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.sticker-badge[data-v-6c14403b]:hover {
  transform: scale(1.05);
}
.badge-container[data-v-6c14403b] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sticker-background[data-v-6c14403b] {
  position: relative;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  border: 3px solid white;
  overflow: hidden;
}

/* Size configurations */
.size-small .sticker-background[data-v-6c14403b] {
  width: 60px;
  height: 60px;
}
.size-medium .sticker-background[data-v-6c14403b] {
  width: 80px;
  height: 80px;
}
.size-large .sticker-background[data-v-6c14403b] {
  width: 100px;
  height: 100px;
}
.size-extra-large .sticker-background[data-v-6c14403b] {
  width: 120px;
  height: 120px;
}
.sticker-icon[data-v-6c14403b] {
  font-size: 24px;
  z-index: 2;
  transition: all 0.3s ease;
}
.size-small .sticker-icon[data-v-6c14403b] {
  font-size: 20px;
}
.size-medium .sticker-icon[data-v-6c14403b] {
  font-size: 28px;
}
.size-large .sticker-icon[data-v-6c14403b] {
  font-size: 36px;
}
.size-extra-large .sticker-icon[data-v-6c14403b] {
  font-size: 44px;
}
.locked-overlay[data-v-6c14403b] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.lock-icon[data-v-6c14403b] {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
}
.size-small .lock-icon[data-v-6c14403b] {
  font-size: 16px;
}
.size-large .lock-icon[data-v-6c14403b] {
  font-size: 24px;
}
.size-extra-large .lock-icon[data-v-6c14403b] {
  font-size: 28px;
}

/* Progress Ring */
.progress-ring[data-v-6c14403b] {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 1;
}
.progress-svg[data-v-6c14403b] {
  transform: rotate(-90deg);
}
.progress-track[data-v-6c14403b] {
  opacity: 0.3;
}
.progress-fill[data-v-6c14403b] {
  transition: stroke-dashoffset 0.5s ease;
  filter: drop-shadow(0 0 4px #ff6b6b);
}

/* Shine Effect for unlocked badges */
.shine-effect[data-v-6c14403b] {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30%;
  height: 30%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  border-radius: 50%;
  animation: shine-6c14403b 2s ease-in-out infinite;
}
@keyframes shine-6c14403b {
0%,
  100% {
    opacity: 0;
    transform: translateX(-10px) translateY(-10px);
}
50% {
    opacity: 1;
    transform: translateX(10px) translateY(10px);
}
}

/* Badge Label */
.badge-label[data-v-6c14403b] {
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #2d3748;
  text-align: center;
  max-width: 100px;
  line-height: 1.2;
}
.size-large .badge-label[data-v-6c14403b] {
  font-size: 14px;
  max-width: 120px;
}
.size-extra-large .badge-label[data-v-6c14403b] {
  font-size: 16px;
  max-width: 140px;
}

/* Status Indicators */
.status-indicator[data-v-6c14403b] {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 4;
}
.status-badge[data-v-6c14403b] {
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: bold;
}
.earned-badge[data-v-6c14403b] {
  background: #38a169 !important;
  color: white;
}
.progress-badge[data-v-6c14403b] {
  background: #ff6b6b !important;
  color: white;
}
.locked-badge[data-v-6c14403b] {
  background: #a0aec0 !important;
  color: white;
}

/* Rarity Indicator */
.rarity-indicator[data-v-6c14403b] {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  z-index: 4;
}

/* Celebration Effects */
.celebration-effects[data-v-6c14403b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
.sparkle[data-v-6c14403b] {
  position: absolute;
  font-size: 16px;
  animation: sparkle-dance-6c14403b 2s ease-in-out infinite;
}
.sparkle-1[data-v-6c14403b] {
  top: -20px;
  left: -20px;
  animation-delay: 0s;
}
.sparkle-2[data-v-6c14403b] {
  top: -20px;
  right: -20px;
  animation-delay: 0.5s;
}
.sparkle-3[data-v-6c14403b] {
  bottom: -20px;
  left: -20px;
  animation-delay: 1s;
}
.sparkle-4[data-v-6c14403b] {
  bottom: -20px;
  right: -20px;
  animation-delay: 1.5s;
}
@keyframes sparkle-dance-6c14403b {
0%,
  100% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
}
50% {
    transform: scale(1) rotate(180deg);
    opacity: 1;
}
}

/* Celebration State */
.celebrating[data-v-6c14403b] {
  animation: celebration-bounce-6c14403b 1s ease-in-out;
}
@keyframes celebration-bounce-6c14403b {
0%,
  100% {
    transform: scale(1);
}
25% {
    transform: scale(1.1);
}
50% {
    transform: scale(1.2);
}
75% {
    transform: scale(1.1);
}
}

/* Featured badges get extra sparkle */
.featured .sticker-background[data-v-6c14403b] {
  animation: featured-glow-6c14403b 2s ease-in-out infinite alternate;
}
@keyframes featured-glow-6c14403b {
0% {
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
}
100% {
    box-shadow: 0 8px 32px rgba(255, 107, 107, 0.8);
}
}

/* Unlocked state enhancements */
.unlocked .sticker-background[data-v-6c14403b] {
  border-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.unlocked .sticker-icon[data-v-6c14403b] {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Locked state */
.locked .sticker-background[data-v-6c14403b] {
  border-color: #ccc;
}
.locked .badge-label[data-v-6c14403b] {
  color: #a0aec0;
}

/* Hover states */
.unlocked:hover .sticker-background[data-v-6c14403b] {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.locked:hover .locked-overlay[data-v-6c14403b] {
  background: rgba(0, 0, 0, 0.5);
}

/* Mobile responsiveness */
@media (max-width: 480px) {
.size-large .sticker-background[data-v-6c14403b] {
    width: 80px;
    height: 80px;
}
.size-large .sticker-icon[data-v-6c14403b] {
    font-size: 28px;
}
.size-extra-large .sticker-background[data-v-6c14403b] {
    width: 100px;
    height: 100px;
}
.size-extra-large .sticker-icon[data-v-6c14403b] {
    font-size: 36px;
}
}

/* Accessibility */
.sticker-badge[role='button'][data-v-6c14403b] {
  cursor: pointer;
}
.sticker-badge[data-v-6c14403b]:focus {
  outline: 2px solid #4299e1;
  outline-offset: 4px;
  border-radius: 50%;
}

.rink-map-container[data-v-0682909b] {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(135deg, #e3f2fd 0%, #f3e5f5 100%);
}
.map-header[data-v-0682909b] {
  background: white;
  padding: 20px;
  border-radius: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.map-title h3[data-v-0682909b] {
  margin: 0 0 8px 0;
  color: #2d3748;
  font-size: 20px;
}
.map-title p[data-v-0682909b] {
  margin: 0;
  color: #718096;
  font-size: 14px;
}
.map-stats[data-v-0682909b] {
  display: flex;
  gap: 24px;
  margin-top: 16px;
}
.stat-item[data-v-0682909b] {
  text-align: center;
}
.stat-icon[data-v-0682909b] {
  font-size: 24px;
  margin-bottom: 4px;
}
.stat-value[data-v-0682909b] {
  font-size: 20px;
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 2px;
}
.stat-label[data-v-0682909b] {
  font-size: 12px;
  color: #718096;
}
.map-controls[data-v-0682909b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  margin-bottom: 16px;
}
.view-controls[data-v-0682909b] {
  display: flex;
  gap: 8px;
}
.map-wrapper[data-v-0682909b] {
  flex: 1;
  position: relative;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}
.map-placeholder[data-v-0682909b] {
  width: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}
.adventure-map[data-v-0682909b] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.state-label[data-v-0682909b] {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  fill: #718096;
}
.journey-line[data-v-0682909b] {
  animation: drawLine-0682909b 2s ease-in-out forwards;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
@keyframes drawLine-0682909b {
to {
    stroke-dashoffset: 0;
}
}
.rink-marker-group[data-v-0682909b] {
  cursor: pointer;
  transition: all 0.3s ease;
}
.rink-marker-group[data-v-0682909b]:hover {
  transform: scale(1.1);
}
.visited-circle[data-v-0682909b] {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
}
.unvisited-circle[data-v-0682909b] {
  opacity: 0.7;
}
.rink-emoji[data-v-0682909b] {
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.rink-label[data-v-0682909b] {
  fill: #2d3748;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.visited-label[data-v-0682909b] {
  fill: #1a202c;
  font-weight: bold;
}
.user-location.pulsing[data-v-0682909b] {
  animation: pulse-0682909b 2s infinite;
}
@keyframes pulse-0682909b {
0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.2);
    opacity: 0.7;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
.map-loading[data-v-0682909b] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 24px;
  border-radius: 12px;
  backdrop-filter: blur(10px);
}
.map-legend[data-v-0682909b] {
  background: white;
  padding: 16px 20px;
  border-radius: 12px;
  margin-top: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.legend-title[data-v-0682909b] {
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 12px;
}
.legend-items[data-v-0682909b] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.legend-item[data-v-0682909b] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4a5568;
}
.legend-marker[data-v-0682909b] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.visited-marker-legend[data-v-0682909b] {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
.unvisited-marker-legend[data-v-0682909b] {
  background: #e2e8f0;
}
.user-marker-legend[data-v-0682909b] {
  background: #4299e1;
}
.rink-details-card[data-v-0682909b] {
  max-width: 400px;
  border-radius: 16px;
}
.rink-header[data-v-0682909b] {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.rink-icon[data-v-0682909b] {
  font-size: 32px;
}
.rink-info h4[data-v-0682909b] {
  margin: 0 0 4px 0;
  font-size: 18px;
}
.rink-location[data-v-0682909b] {
  opacity: 0.9;
  font-size: 14px;
}
.visit-history h5[data-v-0682909b] {
  margin: 0 0 12px 0;
  color: #2d3748;
}
.visit-list[data-v-0682909b] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.visit-item[data-v-0682909b] {
  background: #f7fafc;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #4facfe;
}
.visit-date[data-v-0682909b] {
  font-weight: bold;
  color: #2d3748;
  margin-bottom: 4px;
}
.visit-stats[data-v-0682909b] {
  color: #718096;
  font-size: 14px;
}
.unvisited-info[data-v-0682909b] {
  text-align: center;
  padding: 20px;
  color: #718096;
}
.distance-info[data-v-0682909b] {
  margin-top: 12px;
  font-size: 14px;
  color: #4299e1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
.map-header[data-v-0682909b] {
    padding: 16px;
}
.map-stats[data-v-0682909b] {
    gap: 16px;
}
.map-controls[data-v-0682909b] {
    padding: 12px 16px;
}
.legend-items[data-v-0682909b] {
    flex-direction: column;
    gap: 8px;
}
.rink-details-card[data-v-0682909b] {
    margin: 16px;
}
}

/* Accessibility */
.rink-marker-group[data-v-0682909b]:focus {
  outline: 2px solid #4299e1;
  outline-offset: 4px;
}
.adventure-map[data-v-0682909b] {
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}
