/* BigSharksBet — UI polish */

:root {
  --bsh-blue: #1E88FF;
  --bsh-cyan: #38D5FF;
  --bsh-red: #E31B3F;
  --bsh-navy: #0B1224;
  --bsh-surface: #111D33;
}

/* Subtelne tło całej aplikacji */
body,
.v-application {
  background:
    radial-gradient(circle at 15% 5%, rgba(30, 136, 255, 0.18), transparent 34%),
    radial-gradient(circle at 88% 10%, rgba(227, 27, 63, 0.16), transparent 30%),
    linear-gradient(180deg, #0B1224 0%, #07101F 100%) !important;
}

/* Karty / panele */
.v-card,
.v-sheet {
  border-radius: 18px !important;
}

/* Główne przyciski */
.v-btn {
  font-weight: 700 !important;
  letter-spacing: 0.02em;
}

/* Linki */
a {
  color: #38D5FF;
}

/* Delikatne podbicie grafik */
img {
  image-rendering: auto;
}

/* Header logo większe i czytelniejsze */
header .header-logo .v-avatar {
  width: 200px !important;
  height: 64px !important;
  border-radius: 0 !important;
}

header .header-logo img {
  width: 200px !important;
  height: auto !important;
  max-height: 64px !important;
  object-fit: contain !important;
}

/* Footer logo */
footer .footer-logo .v-avatar {
  width: 210px !important;
  height: 68px !important;
  border-radius: 0 !important;
}

footer .footer-logo img {
  width: 210px !important;
  height: auto !important;
  max-height: 68px !important;
  object-fit: contain !important;
}