body {
  font-family: 'Bio Sans', sans-serif;
  background-color: #041737;
  color: white;
}

a:hover {
  text-decoration: underline;
}

.video-wrapper {
  position: relative;
  background: #000;
  border-radius: 1rem;
  overflow: hidden;
}

#livetiming-overlay {
  font-size: 0.7rem;
  width: 20%;
  max-height: 75%;
  overflow-y: auto;
  pointer-events: auto;
}

#livetiming-overlay table {
  width: 100%;
  font-size: 0.7rem;
  border-collapse: collapse;
}

#livetiming-overlay th, #livetiming-overlay td {
  padding: 0.2rem 0.3rem;
  border: 1px solid rgba(255,255,255,0.1);
}

/* 🔹 Reklama */
#ad-banner img {
  transition: transform 0.4s ease, max-height 0.4s ease;
  max-height: 60px;
  object-fit: contain;
}

:fullscreen #ad-banner img,
:-webkit-full-screen #ad-banner img {
  max-height: 10vh;
  transform: none;
}

@media (max-width: 1024px) {
  :fullscreen #ad-banner img,
  :-webkit-full-screen #ad-banner img {
    max-height: 8vh !important;
    transform: none !important;
  }
}

@media (max-width: 600px) {
  :fullscreen #ad-banner img,
  :-webkit-full-screen #ad-banner img {
    max-height: 7vh !important;
    transform: none !important;
  }
}

#custom-controls button:hover {
  background-color: #ff3366;
  color: white;
}

.athlete-link {
  cursor: pointer;
  color: #4ade80;
  transition: color 0.2s ease;
}

.athlete-link:hover {
  color: #22c55e;
  text-decoration: underline;
}

/* 🔹 Baner informacyjny */
#tracking-info {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.7);
  color: white;
  font-size: 0.85rem;
  padding: 0.5rem 1rem;
  border: 1px solid #facc15;
  border-radius: 0.5rem;
  z-index: 20;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  text-align: center;
  white-space: nowrap;
}
