
.home-page[data-v-06326754] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.container[data-v-06326754] {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.features[data-v-06326754] {
  padding: 40px 20px 80px 20px;
  background: var(--color-background);
}
.section-title[data-v-06326754] {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-text);
}
.section-subtitle[data-v-06326754] {
  text-align: center;
  font-size: 18px;
  color: var(--color-text-secondary);
  line-height: 1.6;
  margin: 0 auto 40px auto;
}
.features-list[data-v-06326754] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature-button[data-v-06326754] {
  background: var(--color-background-card);
  padding: 20px 24px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 24px var(--shadow-light);
  border: 1px solid var(--color-border-light);
  transition: all 0.3s ease;
  text-decoration: none;
  color: var(--color-text);
  display: block;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}
.feature-button[data-v-06326754]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px var(--shadow-medium);
  background: var(--color-background-hover);
  color: var(--color-text);
}
.feature-button[data-v-06326754]:active {
  transform: translateY(0);
}



.game-search-page[data-v-6b9aa65e] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.page-content[data-v-6b9aa65e] {
  padding: 10px 8px 20px 8px;
  max-width: 1400px;
  margin: 0 auto;
}
.page-content h1[data-v-6b9aa65e] {
  color: var(--color-text);
  margin-bottom: 20px;
  text-align: center;
}





.umpire-search-page[data-v-48364124] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.content[data-v-48364124] {
  padding: 10px 20px 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.search-and-sort[data-v-48364124] {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
.search-and-sort[data-v-48364124] {
    flex-direction: column;
    align-items: stretch;
}
}
.content h1[data-v-48364124] {
  color: var(--color-text);
  margin-bottom: 30px;
  text-align: center;
}
.umpire-results[data-v-48364124] {
  margin-top: 20px;
}
.umpire-cards[data-v-48364124] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 15px;
  margin: 20px 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.umpire-card[data-v-48364124] {
  background-color: var(--color-background-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 10px 12px;
  text-decoration: none;
  color: var(--color-text);
  transition: all 0.2s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.umpire-card[data-v-48364124]:hover {
  background-color: var(--color-background-hover);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.umpire-image-container[data-v-48364124] {
  flex-shrink: 0;
}
.umpire-image[data-v-48364124] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid var(--color-border);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: var(--color-background-alt);
  -o-object-position: center top;
     object-position: center top;
  transform: scale(0.967);
}
.umpire-image-placeholder[data-v-48364124] {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-background-alt);
  border: 2px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.placeholder-text[data-v-48364124] {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-text-secondary);
}
.umpire-info[data-v-48364124] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-height: 60px;
}
.umpire-name[data-v-48364124] {
  font-size: 18px;
  color: var(--color-text);
  font-weight: 600;
  margin: 0;
}
.jersey-number[data-v-48364124] {
  font-weight: 400;
  font-size: 16px;
  color: var(--color-text-secondary);
}
.no-results[data-v-48364124] {
  margin-top: 20px;
  text-align: center;
  color: var(--color-text-muted);
}
.sort-controls[data-v-48364124] {
  margin: 0;
}
.sort-toggle[data-v-48364124] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sort-label[data-v-48364124] {
  font-size: 14px;
  color: var(--color-text);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.toggle-switch[data-v-48364124] {
  position: relative;
  width: 50px;
  height: 24px;
  cursor: pointer;
}
.toggle-switch input[data-v-48364124] {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-slider[data-v-48364124] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-border);
  transition: .3s;
  border-radius: 12px;
}
.toggle-slider[data-v-48364124]:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: var(--color-text-on-primary);
  transition: .3s;
  border-radius: 50%;
}
.toggle-switch input:checked + .toggle-slider[data-v-48364124] {
  background-color: var(--color-primary);
}
.toggle-switch input:checked + .toggle-slider[data-v-48364124]:before {
  transform: translateX(26px);
}


.team-search-page[data-v-41c67778] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.content[data-v-41c67778] {
  padding: 10px 20px 20px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.content h1[data-v-41c67778] {
  color: var(--color-text);
  margin-bottom: 30px;
  text-align: center;
}
.team-list[data-v-41c67778] {
  margin-top: 20px;
}
.teams-grid[data-v-41c67778] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.team-card[data-v-41c67778] {
  background: var(--color-background-card);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 20px;
  text-decoration: none;
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px var(--shadow-light);
}
.team-card[data-v-41c67778]:hover {
  background-color: var(--color-background-hover);
  border-color: var(--color-primary);
  box-shadow: 0 4px 8px var(--shadow-medium);
  transform: translateY(-2px);
}
.team-logo-container[data-v-41c67778] {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.team-logo[data-v-41c67778] {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-info[data-v-41c67778] {
  width: 100%;
}
.team-name[data-v-41c67778] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text);
}
.no-results[data-v-41c67778] {
  margin-top: 20px;
  text-align: center;
  color: var(--color-text-muted);
}
@media (max-width: 768px) {
.teams-grid[data-v-41c67778] {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
}


.explanations-page[data-v-30731b10] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.page-content[data-v-30731b10] {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
.page-content h1[data-v-30731b10] {
  color: var(--color-text);
  margin-bottom: 15px;
  text-align: center;
  font-size: 32px;
}
.page-description[data-v-30731b10] {
  text-align: center;
  color: var(--color-text-secondary);
  font-size: 18px;
  margin-bottom: 40px;
  font-style: italic;
}
.explanations-sections[data-v-30731b10] {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.explanations-section[data-v-30731b10] {
  background: var(--color-background-alt);
  border-radius: 8px;
  border: 1px solid var(--color-border);
}
.section-header[data-v-30731b10] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 8px;
  transition: background-color 0.2s ease;
}
.section-header[data-v-30731b10]:hover {
  background-color: var(--color-background-hover);
}
.section-content[data-v-30731b10] {
  padding: 15px 20px 20px 20px;
}
.explanations-section h2[data-v-30731b10] {
  color: var(--color-primary);
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.expand-icon[data-v-30731b10] {
  font-size: 16px;
  color: var(--color-text-secondary);
  transition: transform 0.3s ease;
  transform: rotate(-90deg);
}
.expand-icon.expanded[data-v-30731b10] {
  transform: rotate(0deg);
}
.explanations-items[data-v-30731b10] {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.explanations-item[data-v-30731b10] {
  padding: 20px;
  background: var(--color-background-card);
  border-radius: 6px;
  border-left: 4px solid var(--color-primary);
}
.term[data-v-30731b10] {
  color: var(--color-text);
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
}
.definition[data-v-30731b10] {
  color: var(--color-text);
  margin: 0 0 15px 0;
  line-height: 1.6;
  font-size: 16px;
}
.definition[data-v-30731b10]:last-child {
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
.page-content[data-v-30731b10] {
    padding: 15px;
}
.page-content h1[data-v-30731b10] {
    font-size: 32px;
}
.section-header[data-v-30731b10] {
    padding: 12px 15px;
}
.section-content[data-v-30731b10] {
    padding: 12px 15px 15px 15px;
}
.explanations-section h2[data-v-30731b10] {
    font-size: 16px;
}
.term[data-v-30731b10] {
    font-size: 16px;
}
.definition[data-v-30731b10] {
    font-size: 15px;
}
}


.tracking-footer[data-v-7a211630] {
  text-align: center;
  font-style: italic;
  color: var(--color-text-muted);
  font-size: 14px;
  margin: 24px 0 16px;
}
.page-content[data-v-7a211630] {
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
.page-content[data-v-7a211630] {
    padding: 0 12px;
}
}

/* Analysis Section Styles */

/* Scoreboard Styles */
.scoreboard[data-v-7a211630] {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
}
.scoreboard .options-dropdown[data-v-7a211630] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.mode-indicator[data-v-7a211630] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.mode-text[data-v-7a211630] {
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  padding: 12px 16px;
}
.scoreboard-content[data-v-7a211630] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
}
.team-section[data-v-7a211630] {
  display: flex;
  align-items: center;
  gap: 25px;
  position: absolute;
}
.away-section[data-v-7a211630] {
  flex-direction: row;
  right: 50%;
  margin-right: 80px;
}
.home-section[data-v-7a211630] {
  flex-direction: row;
  left: 50%;
  margin-left: 80px;
}
.team-name[data-v-7a211630] {
  font-weight: bold;
  color: var(--color-text);
}
.team-link[data-v-7a211630] {
  text-decoration: none;
  color: var(--color-text);
  display: flex;
  align-items: center;
  gap: 8px;
}
.team-link[data-v-7a211630]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.team-logo[data-v-7a211630] {
  width: 2.2em;
  height: 2.2em;
  flex-shrink: 0;
}
.away-section .team-name[data-v-7a211630] {
  text-align: right;
}
.home-section .team-name[data-v-7a211630] {
  text-align: left;
}
.team-score[data-v-7a211630] {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
}
.status-section[data-v-7a211630] {
  position: relative;
  z-index: 1;
  background-color: var(--color-background);
  padding: 0 20px;
}
.game-date[data-v-7a211630] {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-secondary);
}
.clickable-date[data-v-7a211630] {
  cursor: pointer;
  text-decoration: none;
  color: var(--color-text-secondary);
}
.clickable-date[data-v-7a211630]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.game-description[data-v-7a211630] {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-style: italic;
  color: var(--color-text-tertiary);
}
.umpire-line[data-v-7a211630] {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  color: var(--color-text);
}
.umpire-line .umpire-link[data-v-7a211630] {
  color: var(--color-text);
  text-decoration: none;
}
.umpire-line .umpire-link[data-v-7a211630]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.status-badge[data-v-7a211630] {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.status-link[data-v-7a211630] {
  text-decoration: none;
  cursor: pointer;
}
.status-link[data-v-7a211630]:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.status-preview[data-v-7a211630] {
  background-color: var(--color-status-preview);
  color: var(--color-text-on-primary);
}
.status-live[data-v-7a211630] {
  background-color: var(--color-status-live);
  color: var(--color-text-on-primary);
}
.status-final[data-v-7a211630] {
  background-color: var(--color-status-final);
  color: var(--color-text-on-primary);
}
.status-postponed[data-v-7a211630], .status-cancelled[data-v-7a211630] {
  background-color: var(--color-status-postponed);
  color: var(--color-status-default-text);
}
.status-default[data-v-7a211630] {
  background-color: var(--color-status-default);
  color: var(--color-status-default-text);
}

/* Umpire Card */
.abs-human[data-v-7a211630] {
  color: var(--color-success);
}
.abs-automated[data-v-7a211630] {
  color: var(--color-danger);
}

/* Responsive Design for Game Cards */
@media (max-width: 768px) {
.mobile-controls[data-v-7a211630] {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mobile-controls .options-dropdown[data-v-7a211630] {
    position: relative;
    left: auto;
    top: auto;
}
.mobile-controls .mode-indicator[data-v-7a211630] {
    position: relative;
    top: auto;
    right: auto;
}
.scoreboard-content[data-v-7a211630] {
    flex-direction: column;
    gap: 8px;
}
.team-section[data-v-7a211630] {
    position: static;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}
.away-section[data-v-7a211630],
  .home-section[data-v-7a211630] {
    flex-direction: row;
}
.home-section[data-v-7a211630] {
    flex-direction: row-reverse;
}
.home-team-link[data-v-7a211630] {
    flex-direction: row-reverse;
}
.team-name[data-v-7a211630] {
    min-width: auto;
    text-align: left;
}
.team-score[data-v-7a211630] {
    text-align: right;
    font-size: 28px;
}
.status-section[data-v-7a211630] {
    order: -1;
    padding: 0;
}
}

/* Invalid Pitch Warning */
.warning-banner-left[data-v-7a211630] {
  text-align: left;
}

/* Accuracy and ABS Challenge Container */
.accuracy-abs-container[data-v-7a211630] {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin: 10px 0 20px 0;
}
.accuracy-section[data-v-7a211630] {
  flex: 1;
}

/* Responsive layout for accuracy and ABS section */
@media (max-width: 1200px) {
.accuracy-abs-container[data-v-7a211630] {
    flex-direction: column;
    gap: 20px;
}
.accuracy-section[data-v-7a211630] {
    width: 100%;
}
}

/* Strike Zone Section */
.strike-zone-section[data-v-7a211630] {
  margin: 30px 0;
}
.section-grid[data-v-7a211630] {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}
.strike-zone-container[data-v-7a211630] {
  flex: 0 0 auto;
  min-width: 0;
  max-width: 650px;
}
.strike-zone-header[data-v-7a211630] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
}
.strike-zone-header h3[data-v-7a211630],
.missed-calls-header h3[data-v-7a211630] {
  margin: 0;
  color: var(--color-text);
  font-size: 20px;
  font-weight: 600;
  flex: 1;
}
.missed-calls-header[data-v-7a211630] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 10px;
}
.legend-toggle-button[data-v-7a211630] {
  background: transparent;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 12px;
  text-transform: uppercase;
}
.legend-toggle-button[data-v-7a211630]:hover {
  background: var(--color-primary-light);
  transform: translateY(-1px);
}
.legend-toggle-button.active[data-v-7a211630] {
  background: var(--color-primary);
  color: var(--color-text-on-primary);
}
.legend-toggle-button.active[data-v-7a211630]:hover {
  background: var(--color-primary-dark);
}
.missed-calls-section[data-v-7a211630] {
  flex: 1;
  min-width: 0;
}

/* Strike Zone Section */
.strike-zone-section[data-v-7a211630] {
  margin: 15px 0;
}
.plot-legend[data-v-7a211630] {
  margin-top: 15px;
  padding: 12px;
  background-color: var(--color-background-alt);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  font-size: 12px;
}
.legend-row[data-v-7a211630] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 8px;
}
.legend-row.consistency-legend[data-v-7a211630] {
  grid-template-columns: 1fr;
  justify-items: center;
}
.legend-row[data-v-7a211630]:last-child {
  margin-bottom: 0;
}
.legend-circle[data-v-7a211630] {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid;
  margin-right: 8px;
  vertical-align: middle;
}
.red-hollow[data-v-7a211630] {
  border-color: var(--color-danger);
  background-color: transparent;
}
.green-hollow[data-v-7a211630] {
  border-color: var(--color-success);
  background-color: transparent;
}
.red-fill[data-v-7a211630] {
  border-color: var(--color-danger);
  background-color: var(--color-danger);
}
.green-fill[data-v-7a211630] {
  border-color: var(--color-success);
  background-color: var(--color-success);
}
.legend-item[data-v-7a211630] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.legend-color[data-v-7a211630] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid var(--shadow-medium);
}
.consistency-color[data-v-7a211630] {
  background-color: var(--color-danger);
  opacity: 0.15;
  border: 1px solid var(--color-danger);
}
.blue-hollow[data-v-7a211630] {
  border-color: var(--color-primary);
  background-color: transparent;
}
.blue-fill[data-v-7a211630] {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
@media (max-width: 1200px) {
.section-grid[data-v-7a211630] {
    flex-direction: column;
}
.missed-calls-section[data-v-7a211630] {
    width: 100%;
}
.strike-zone-container[data-v-7a211630] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.strike-zone-container h3[data-v-7a211630] {
    align-self: stretch;
    text-align: left;
}
}
@media (max-width: 480px) {
.legend-row[data-v-7a211630] {
    grid-template-columns: 1fr;
    gap: 10px;
}
}



.single-pitch-page[data-v-6883588f] {
  background-color: var(--color-background);
  color: var(--color-text);
  min-height: 100vh;
}
.single-pitch-page h1[data-v-6883588f] {
  color: var(--color-text);
  text-align: center;
  padding: 20px;
}
.error[data-v-6883588f] {
  text-align: center;
  margin: 40px 20px;
  color: var(--color-danger);
}
.video-section[data-v-6883588f] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.broadcast-selector[data-v-6883588f] {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
}
.broadcast-btn[data-v-6883588f] {
  padding: 12px 24px;
  background-color: var(--color-background-alt);
  border: 2px solid var(--color-border);
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  color: var(--color-text);
}
.broadcast-btn[data-v-6883588f]:hover {
  background-color: var(--color-background-hover);
  border-color: var(--color-primary);
}
.broadcast-btn[data-v-6883588f] {
  padding: 8px 16px;
  margin: 5px 10px;
  background-color: var(--color-background-alt);
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s;
}
.broadcast-btn[data-v-6883588f]:hover {
  background-color: var(--color-background-hover);
  border-color: var(--color-primary);
}
.video-container[data-v-6883588f] {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px var(--shadow-medium);
}
.pitch-video[data-v-6883588f] {
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color: #000;
}
.video-info[data-v-6883588f] {
  text-align: center;
  background-color: var(--color-background-alt);
  padding: 15px;
  border-radius: 6px;
  margin-top: 20px;
}
.video-info p[data-v-6883588f] {
  margin: 8px 0;
  color: var(--color-text-secondary);
}
.no-video[data-v-6883588f] {
  text-align: center;
  margin: 40px 20px;
  color: var(--color-text-muted);
}
.no-video p[data-v-6883588f] {
  margin: 10px 0;
}

/* Responsive design */
@media (max-width: 768px) {
.pitch-video[data-v-6883588f] {
    max-width: 100%;
}
}


.page-content[data-v-7de3fe17] {
  padding: 0 20px 40px 20px;
  background-color: var(--color-background);
  min-height: 100vh;
}
.team-header[data-v-7de3fe17] {
  margin: 20px 0;
  padding: 20px;
}
.team-title[data-v-7de3fe17] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
.team-logo[data-v-7de3fe17] {
  width: 72px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
.team-header h1[data-v-7de3fe17] {
  margin: 0;
  color: var(--color-text);
}
.season-and-filters[data-v-7de3fe17] {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.season-selector[data-v-7de3fe17] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.season-selector label[data-v-7de3fe17] {
  font-weight: 600;
  color: var(--color-text-secondary);
}
.season-select[data-v-7de3fe17] {
  padding: 6px 12px;
  border: 1px solid var(--color-border-light);
  border-radius: 4px;
  background-color: var(--color-background);
  color: var(--color-text);
  font-size: 14px;
  cursor: pointer;
  min-width: 100px;
}
.season-select[data-v-7de3fe17]:focus {
  outline: none;
  border-color: var(--color-border-focus);
  box-shadow: 0 0 0 2px var(--shadow-primary);
}
.filter-checkbox[data-v-7de3fe17] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-secondary);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-checkbox input[type="checkbox"][data-v-7de3fe17] {
  margin: 0;
  cursor: pointer;
}
.team-content[data-v-7de3fe17] {
  margin: 30px 0;
}
.tab-navigation[data-v-7de3fe17] {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background: var(--color-background-card);
  border-bottom: 2px solid var(--color-primary);
  padding: 0;
  margin-bottom: 0;
}
.tab-button[data-v-7de3fe17] {
  flex: 1;
  padding: 16px 8px;
  background: transparent;
  border: none;
  border-right: 1px solid var(--color-border);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-text-secondary);
  transition: all 0.2s ease;
  white-space: nowrap;
  text-align: center;
  min-width: 0;
}
.tab-button[data-v-7de3fe17]:last-child {
  border-right: none;
}
.tab-button[data-v-7de3fe17]:hover {
  background: var(--color-background-hover);
  color: var(--color-text);
}
.tab-button.active[data-v-7de3fe17] {
  background: var(--color-primary);
  color: var(--color-text-on-primary);
}
.tab-content[data-v-7de3fe17] {
  padding: 20px 0 0 0;
  min-height: 500px;
}
.tab-panel[data-v-7de3fe17] {
  animation: fadeIn-7de3fe17 0.2s ease-in-out;
}
.tab-controls[data-v-7de3fe17] {
  margin-bottom: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-border);
}
@keyframes fadeIn-7de3fe17 {
from { opacity: 0; transform: translateY(10px);
}
to { opacity: 1; transform: translateY(0);
}
}
.schedule-section[data-v-7de3fe17] {
  margin: 0;
}
.schedule-table-container[data-v-7de3fe17] {
  overflow-x: auto;
  margin: 0 auto;
}
.schedule-table[data-v-7de3fe17] {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 auto;
}

/* Specific column width adjustments */
.schedule-table th[data-v-7de3fe17]:nth-child(1),
.schedule-table td[data-v-7de3fe17]:nth-child(1) {
  width: 90px;
}
.schedule-table th[data-v-7de3fe17]:nth-child(2),
.schedule-table td[data-v-7de3fe17]:nth-child(2) {
  width: 30px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(3),
.schedule-table td[data-v-7de3fe17]:nth-child(3) {
  width: 30px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(4),
.schedule-table td[data-v-7de3fe17]:nth-child(4) {
  width: 150px;
}
.schedule-table th[data-v-7de3fe17]:nth-child(5),
.schedule-table td[data-v-7de3fe17]:nth-child(5) {
  width: 120px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(6),
.schedule-table td[data-v-7de3fe17]:nth-child(6) {
  width: 120px;
}
.schedule-table th[data-v-7de3fe17]:nth-child(7),
.schedule-table td[data-v-7de3fe17]:nth-child(7) {
  width: 100px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(8),
.schedule-table td[data-v-7de3fe17]:nth-child(8) {
  width: 70px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(9),
.schedule-table td[data-v-7de3fe17]:nth-child(9) {
  width: 30px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(10),
.schedule-table td[data-v-7de3fe17]:nth-child(10) {
  width: 80px;
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(3),
.schedule-table td[data-v-7de3fe17]:nth-child(3) {
  text-align: center;
}
.schedule-table th[data-v-7de3fe17]:nth-child(5),
.schedule-table td[data-v-7de3fe17]:nth-child(5) {
  text-align: center;
  font-weight: 500;
}
.date-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.date-link[data-v-7de3fe17]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.result-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.result-link[data-v-7de3fe17]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.accuracy-cell[data-v-7de3fe17] {
  font-weight: 600;
  color: var(--color-text);
}
.challenges-cell[data-v-7de3fe17] {
  font-weight: 600;
  color: var(--color-text);
  text-align: center;
}
.accuracy-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 600;
}
.accuracy-link[data-v-7de3fe17]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.accuracy-link.accuracy-error[data-v-7de3fe17] {
  color: var(--color-danger) !important;
  cursor: default;
  pointer-events: none;
}
.skew-cell[data-v-7de3fe17] {
  font-weight: 600;
  color: var(--color-text);
}
.skew-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 600;
}
.skew-link[data-v-7de3fe17]:hover {
  text-decoration: underline;
}
.skew-link.skew-favorable[data-v-7de3fe17] {
  color: var(--color-success) !important;
}
.skew-link.skew-unfavorable[data-v-7de3fe17] {
  color: var(--color-danger) !important;
}
.skew-link.skew-neutral[data-v-7de3fe17] {
  color: var(--color-text-tertiary) !important;
}
.opponent-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.opponent-link[data-v-7de3fe17]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.result-win[data-v-7de3fe17] {
  color: var(--color-success) !important;
}
.result-loss[data-v-7de3fe17] {
  color: var(--color-danger) !important;
}
.result-tie[data-v-7de3fe17] {
  color: var(--color-text) !important;
}
.umpire-link[data-v-7de3fe17] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.umpire-link[data-v-7de3fe17]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.abs-challenge[data-v-7de3fe17] {
  color: var(--color-primary) !important;
  font-weight: 600;
}
.abs-full[data-v-7de3fe17] {
  color: var(--color-danger) !important;
  font-weight: 600;
}
.abs-none[data-v-7de3fe17] {
  font-style: italic;
}
.schedule-row[data-v-7de3fe17] {
}
.schedule-row[data-v-7de3fe17]:hover {
  background-color: var(--color-background-hover);
}
.schedule-row[data-v-7de3fe17]:nth-child(even) {
  background-color: var(--color-background-alt);
}
.schedule-row[data-v-7de3fe17]:nth-child(even):hover {
  background-color: var(--color-background-active);
}



.page-content[data-v-6f67c980] {
  padding: 0 20px 40px 20px;
  background-color: var(--color-background);
  min-height: 100vh;
  max-width: 1600px;
  margin: 0 auto;
}
.bycount-note[data-v-6f67c980] {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin-bottom: 16px;
  width: 100%;
}
.bycount-layout[data-v-6f67c980] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bycount-table[data-v-6f67c980] {
  flex: 1;
  min-width: 400px;
}
.bycount-heatmap[data-v-6f67c980] {
  flex: 0 0 auto;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.bycount-plot-container[data-v-6f67c980] {
  flex: 0 0 auto;
}
.bycount-plot-container h3[data-v-6f67c980] {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
}
@media (max-width: 1200px) {
.bycount-layout[data-v-6f67c980] {
    flex-direction: column;
}
.bycount-table[data-v-6f67c980] {
    min-width: 0;
    width: 100%;
}
}
.umpire-header[data-v-6f67c980] {
  margin: 20px 0 0;
  padding: 20px 20px 20px;
}
.umpire-title-section[data-v-6f67c980] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.umpire-image-container[data-v-6f67c980] {
  flex-shrink: 0;
}
.umpire-image[data-v-6f67c980] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid var(--color-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  background-color: var(--color-background-alt);
  -o-object-position: center top;
     object-position: center top;
  transform: scale(0.983);
}
.umpire-image-placeholder[data-v-6f67c980] {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: var(--color-background-alt);
  border: 3px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.placeholder-text[data-v-6f67c980] {
  font-size: 36px;
  font-weight: bold;
  color: var(--color-text-secondary);
}
.umpire-name[data-v-6f67c980] {
  margin: 0;
  color: var(--color-text);
  font-size: 32px;
  font-weight: 600;
}

/* Tab navigation */
.tab-navigation[data-v-6f67c980] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: var(--color-background-card);
  border-bottom: 2px solid var(--color-primary);
  padding: 0;
  margin-bottom: 0;
}
.tab-content[data-v-6f67c980] {
  min-height: 400px;
}
.tab-panel[data-v-6f67c980] {
  padding: 24px 0;
  animation: fadeIn-6f67c980 0.15s ease-in-out;
}
@keyframes fadeIn-6f67c980 {
from { opacity: 0; transform: translateY(6px);
}
to { opacity: 1; transform: translateY(0);
}
}
.tab-controls[data-v-6f67c980] {
  margin-bottom: 16px;
}

/* Career tab */
.career-content[data-v-6f67c980] {
  max-width: 480px;
}

/* Overview tab existing styles */
.overview-secondary-row[data-v-6f67c980] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.overview-half[data-v-6f67c980] {
  flex: 3 1 360px;
  min-width: 0;
}
.overview-flex-2[data-v-6f67c980] {
  flex: 2 1 240px;
  min-width: 0;
}
.split-stat-card[data-v-6f67c980] {
  display: flex;
  background: var(--color-background-alt);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 2px 4px var(--shadow-light);
  overflow: hidden;
}
.split-stat-left[data-v-6f67c980] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-right: 1px solid var(--color-border);
  text-align: center;
}
.split-stat-big-label[data-v-6f67c980] {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin-bottom: 2px;
}
.split-stat-big-value[data-v-6f67c980] {
  font-size: 32px;
  font-weight: bold;
  color: var(--color-text);
  margin: 5px 0;
}
.split-stat-big-value.pitcher-favor[data-v-6f67c980] { color: var(--color-danger);
}
.split-stat-big-value.batter-favor[data-v-6f67c980]  { color: var(--color-success);
}
.split-stat-sub[data-v-6f67c980] {
  font-size: 14px;
  color: var(--color-text-secondary);
  margin-top: 6px;
}
.split-stat-right[data-v-6f67c980] {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  gap: 10px;
}
.split-stat-row[data-v-6f67c980] {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.split-stat-grid[data-v-6f67c980] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.split-stat-cell[data-v-6f67c980] {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.split-stat-cell .split-stat-row-label[data-v-6f67c980] {
  font-size: 12px;
}
.split-stat-cell .split-stat-row-value[data-v-6f67c980] {
  font-size: 18px;
}
.split-stat-row-label[data-v-6f67c980] {
  font-size: 14px;
  color: var(--color-text-secondary);
}
.split-stat-row-value[data-v-6f67c980] {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text);
  white-space: nowrap;
}
.split-stat-row-value.pitcher-favor[data-v-6f67c980] { color: var(--color-danger);
}
.split-stat-row-value.batter-favor[data-v-6f67c980]  { color: var(--color-success);
}
.accuracy-container[data-v-6f67c980] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.overview-secondary-row .accuracy-container[data-v-6f67c980] {
  margin-top: 0;
  margin-bottom: 0;
}
.charts-container[data-v-6f67c980] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
.chart-item[data-v-6f67c980] {
  flex: 1;
  min-width: 500px;
}
.heatmaps-container[data-v-6f67c980] {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 1200px) {
.charts-container[data-v-6f67c980] {
    flex-direction: column;
}
.chart-item[data-v-6f67c980] {
    flex: none;
    width: 100%;
    min-width: auto;
}
.heatmaps-container[data-v-6f67c980] {
    flex-direction: column;
}
}


/* Game log tab */
.schedule-table-container[data-v-6f67c980] {
  overflow-x: auto;
  margin: 0 auto;
}
.schedule-table[data-v-6f67c980] {
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 auto;
}
.schedule-table th[data-v-6f67c980]:nth-child(1), .schedule-table td[data-v-6f67c980]:nth-child(1) { width: 90px;
}
.schedule-table th[data-v-6f67c980]:nth-child(2), .schedule-table td[data-v-6f67c980]:nth-child(2) { width: 30px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(3), .schedule-table td[data-v-6f67c980]:nth-child(3) { width: 30px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(4), .schedule-table td[data-v-6f67c980]:nth-child(4) { width: 150px;
}
.schedule-table th[data-v-6f67c980]:nth-child(5), .schedule-table td[data-v-6f67c980]:nth-child(5) { width: 20px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(6), .schedule-table td[data-v-6f67c980]:nth-child(6) { width: 150px;
}
.schedule-table th[data-v-6f67c980]:nth-child(7), .schedule-table td[data-v-6f67c980]:nth-child(7) { width: 20px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(8), .schedule-table td[data-v-6f67c980]:nth-child(8) { width: 100px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(9), .schedule-table td[data-v-6f67c980]:nth-child(9) { width: 30px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(10), .schedule-table td[data-v-6f67c980]:nth-child(10) { width: 30px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(11), .schedule-table td[data-v-6f67c980]:nth-child(11) { width: 60px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(12), .schedule-table td[data-v-6f67c980]:nth-child(12) { width: 60px; text-align: center;
}
.schedule-table th[data-v-6f67c980]:nth-child(13), .schedule-table td[data-v-6f67c980]:nth-child(13) { width: 60px; text-align: center;
}
.schedule-row[data-v-6f67c980]:hover {
  background-color: var(--color-background-hover);
}
.schedule-row[data-v-6f67c980]:nth-child(even) {
  background-color: var(--color-background-alt);
}
.schedule-row[data-v-6f67c980]:nth-child(even):hover {
  background-color: var(--color-background-active);
}
.date-link[data-v-6f67c980] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.date-link[data-v-6f67c980]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.team-link[data-v-6f67c980] {
  color: var(--color-text);
  text-decoration: none;
  font-weight: 500;
}
.team-link[data-v-6f67c980]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.score-cell[data-v-6f67c980] {
  font-weight: 500;
}
.calls-cell[data-v-6f67c980] {
  text-align: center;
}
.accuracy-cell[data-v-6f67c980] {
  font-weight: 600;
  color: var(--color-text);
}
.challenges-cell[data-v-6f67c980] {
  font-weight: 600;
  color: var(--color-text);
  text-align: center;
}
.consistency-cell[data-v-6f67c980] {
  font-weight: 600;
  color: var(--color-text);
  text-align: center;
}
.accuracy-link[data-v-6f67c980] {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 600;
}
.accuracy-link[data-v-6f67c980]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.accuracy-link.accuracy-error[data-v-6f67c980] {
  color: var(--color-danger) !important;
  cursor: default;
  pointer-events: none;
}
.recovered-asterisk[data-v-6f67c980] {
  color: var(--color-warning);
  font-weight: bold;
}
.abs-challenge[data-v-6f67c980] {
  color: var(--color-primary) !important;
  font-weight: 600;
}
.abs-full[data-v-6f67c980] {
  color: var(--color-danger) !important;
  font-weight: 600;
}
.abs-none[data-v-6f67c980] {
  font-style: italic;
}

/* Biographical section */
.biographical-section[data-v-6f67c980] {
  margin: 30px 0;
}
.bio-header[data-v-6f67c980] {
  margin-bottom: 20px;
}
.bio-header h3[data-v-6f67c980] {
  margin: 0;
  color: var(--color-text);
}
.bio-content[data-v-6f67c980] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-content-bio[data-v-6f67c980] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}
.bio-line[data-v-6f67c980] {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.bio-label[data-v-6f67c980] {
  font-weight: 600;
  color: var(--color-text-secondary);
  min-width: 80px;
  flex-shrink: 0;
}
.bio-value[data-v-6f67c980] {
  color: var(--color-text);
  font-weight: 500;
}

/* Season selector & filters */
.season-and-filter-controls[data-v-6f67c980] {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.filter-group-inline[data-v-6f67c980] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-inline-label[data-v-6f67c980] {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-text-secondary);
  white-space: nowrap;
}
.filter-inline-select[data-v-6f67c980] {
  padding: 5px 10px;
  border: 1px solid var(--color-border-light);
  border-radius: 4px;
  background-color: var(--color-background);
  color: var(--color-text);
  font-size: 14px;
  cursor: pointer;
}
.filter-inline-select[data-v-6f67c980]:focus {
  outline: none;
  border-color: var(--color-border-focus);
  box-shadow: 0 0 0 2px var(--shadow-primary);
}
.filter-checkbox-inline[data-v-6f67c980] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--color-text-secondary);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-checkbox-inline input[type="checkbox"][data-v-6f67c980] {
  margin: 0;
  cursor: pointer;
}
.filter-checkbox[data-v-6f67c980] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--color-text-secondary);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filter-checkbox input[type="checkbox"][data-v-6f67c980] {
  margin: 0;
  cursor: pointer;
}




.not-found-content[data-v-bf94df5a] {
  text-align: center;
  margin: 60px 20px;
}
.not-found-content h1[data-v-bf94df5a] {
  font-size: 48px;
  color: var(--color-text);
  margin-bottom: 20px;
}
.not-found-content p[data-v-bf94df5a] {
  font-size: 18px;
  color: var(--color-text-muted);
  margin-bottom: 30px;
}
.home-link[data-v-bf94df5a] {
  display: inline-block;
  padding: 12px 24px;
  background-color: var(--color-primary);
  color: var(--color-text-on-primary);
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
}
.home-link[data-v-bf94df5a]:hover {
  background-color: var(--color-primary-hover);
}

