
.main-nav a {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.main-nav a:hover,
.main-nav a.active {
  color: #ffffff !important;
  background: rgba(16, 255, 124, 0.18) !important;
  border-color: rgba(16, 255, 124, 0.42) !important;
}










/* THE SLIP LAB FINAL GLOBAL HEADER */
html {
  scroll-behavior: smooth;
}

.scroll-anchor {
  display: block;
  position: relative;
  top: -128px;
  visibility: hidden;
}

.tsl-site-header {
  width: 100%;
  min-height: 96px;
  padding: 18px 34px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(5, 7, 13, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  position: sticky;
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(16px);
}

.tsl-brand {
  display: flex !important;
  align-items: center;
  gap: 14px;
  color: #ffffff !important;
  text-decoration: none !important;
  flex-shrink: 0;
}

.tsl-logo {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #10ff7c;
  color: #06100b;
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 16px;
  box-shadow: 0 0 30px rgba(16, 255, 124, 0.22);
}

.tsl-brand-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.tsl-brand-subtitle {
  margin-top: 8px;
  color: #10ff7c;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.tsl-pill-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.tsl-pill-link {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 24px rgba(0,0,0,0.18);
  transition: 0.15s ease;
}

.tsl-pill-link:hover,
.tsl-pill-link.active {
  background: rgba(16, 255, 124, 0.18) !important;
  border-color: rgba(16, 255, 124, 0.48) !important;
  transform: translateY(-1px);
}

@media (max-width: 980px) {
  .tsl-site-header {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }

  .tsl-pill-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .tsl-site-header {
    align-items: center;
  }

  .tsl-pill-nav {
    justify-content: center;
  }

  .tsl-pill-link {
    padding: 11px 14px !important;
    font-size: 13px !important;
  }
}


.tsl-real-scroll-anchor {
  display: block;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  scroll-margin-top: 130px;
}



/* THE SLIP LAB SITE RESET */
* {
  box-sizing: border-box;
}

html {
  background: #05070d;
  color: #ffffff;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 18% 10%, rgba(16, 255, 124, 0.12), transparent 34%),
    radial-gradient(circle at 90% 4%, rgba(113, 45, 255, 0.12), transparent 30%),
    #05070d !important;
  color: #ffffff !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.tsl-site-header {
  width: 100%;
  min-height: 96px;
  padding: 18px 28px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(5, 7, 13, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  position: sticky;
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(16px);
}

.tsl-brand {
  display: flex !important;
  align-items: center;
  gap: 14px;
  color: #ffffff !important;
  text-decoration: none !important;
  flex-shrink: 0;
}

.tsl-logo {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #10ff7c;
  color: #06100b;
  display: grid;
  place-items: center;
  font-weight: 950;
  font-size: 16px;
  box-shadow: 0 0 30px rgba(16, 255, 124, 0.22);
}

.tsl-brand-title {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  font-weight: 950;
}

.tsl-brand-subtitle {
  margin-top: 8px;
  color: #10ff7c;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.tsl-pill-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  max-width: calc(100vw - 360px);
}

.tsl-pill-link {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.09) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  padding: 11px 15px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 24px rgba(0,0,0,0.18);
  transition: 0.15s ease;
}

.tsl-pill-link:hover,
.tsl-pill-link.active {
  background: rgba(16, 255, 124, 0.18) !important;
  border-color: rgba(16, 255, 124, 0.48) !important;
  transform: translateY(-1px);
}

.results-page {
  padding: 34px;
  color: #ffffff;
  background: transparent !important;
}

.results-grid:empty::after {
  content: "Loading live MLB results...";
  display: block;
  padding: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  color: rgba(255,255,255,0.68);
  font-weight: 900;
}

#resultsGrid {
  min-height: 120px;
}

@media (max-width: 1180px) {
  .tsl-site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .tsl-pill-nav {
    max-width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 700px) {
  .tsl-site-header {
    padding: 18px;
    align-items: center;
  }

  .tsl-brand {
    justify-content: center;
  }

  .tsl-pill-nav {
    justify-content: center;
  }

  .tsl-brand-subtitle {
    white-space: normal;
  }
}



/* FINAL POLISH FIXES */
html,
body {
  background: #05070d !important;
  color: #ffffff !important;
}

body {
  overflow-x: hidden;
}

.tsl-site-header {
  width: 100%;
  min-height: 96px;
  padding: 18px 28px;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: rgba(5,7,13,.96);
  border-bottom: 1px solid rgba(255,255,255,.09);
  position: sticky;
  top: 0;
  z-index: 99999;
  backdrop-filter: blur(16px);
}

.tsl-brand {
  display: flex !important;
  align-items: center;
  gap: 14px;
  text-decoration: none !important;
  color: #fff !important;
  flex-shrink: 0;
}

.tsl-logo {
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: #10ff7c;
  color: #06100b;
  display: grid;
  place-items: center;
  font-weight: 950;
}

.tsl-brand-title {
  color: #fff;
  font-size: 24px;
  font-weight: 950;
  line-height: 1;
}

.tsl-brand-subtitle {
  color: #10ff7c;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-top: 8px;
}

.tsl-pill-nav {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  max-width: calc(100vw - 360px);
}

.tsl-pill-link {
  color: #fff !important;
  background: rgba(255,255,255,.09) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  padding: 11px 15px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

.tsl-pill-link:hover,
.tsl-pill-link.active {
  background: rgba(16,255,124,.18) !important;
  border-color: rgba(16,255,124,.48) !important;
}

[data-scroll-section="value-plays"]:empty,
a[href="#"]:empty,
button:empty {
  display: none !important;
}

@media (max-width: 1180px) {
  .tsl-site-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tsl-pill-nav {
    max-width: 100%;
    justify-content: flex-start;
  }
}
