/* _content/DallasTennis/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* ==========================================================================
   Layout-specific Styles - Dallas Tennis Dark Theme
   ========================================================================== */

/* Navbar Brand */
a.navbar-brand[b-1elzpsq4y0] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
  font-weight: 700;
  font-size: 1.4rem;
  color: #c8e600 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

a.navbar-brand:hover[b-1elzpsq4y0] {
  text-shadow: 0 0 15px rgba(200, 230, 0, 0.5);
}

/* Tennis Ball Logo Animation */
a.navbar-brand[b-1elzpsq4y0]::before {
  content: '🎾';
  margin-right: 8px;
  display: inline-block;
  animation: bounce-b-1elzpsq4y0 2s ease-in-out infinite;
}

@keyframes bounce-b-1elzpsq4y0 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

/* Navigation Links */
.nav-link[b-1elzpsq4y0] {
  color: #e0e0e0 !important;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  border-radius: 6px;
  transition: all 0.2s ease;
  position: relative;
}

.nav-link:hover[b-1elzpsq4y0] {
  color: #c8e600 !important;
  background-color: rgba(200, 230, 0, 0.1);
}

.nav-link[b-1elzpsq4y0]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #c8e600;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.nav-link:hover[b-1elzpsq4y0]::after {
  width: 80%;
}

/* Navbar Toggler */
.navbar-toggler[b-1elzpsq4y0] {
  border-color: rgba(200, 230, 0, 0.3);
  padding: 0.5rem 0.75rem;
}

.navbar-toggler:focus[b-1elzpsq4y0] {
  box-shadow: 0 0 0 0.25rem rgba(200, 230, 0, 0.25);
}

.navbar-toggler-icon[b-1elzpsq4y0] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28200, 230, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Footer */
.footer[b-1elzpsq4y0] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
  background-color: #0a0a0a;
  border-top: 1px solid #2a2a2a !important;
}

.footer a[b-1elzpsq4y0] {
  color: #c8e600;
  transition: color 0.2s ease;
}

.footer a:hover[b-1elzpsq4y0] {
  color: #9eb800;
}

/* Box Shadow Override */
.box-shadow[b-1elzpsq4y0] {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Navbar Dark Theme */
header nav[b-1elzpsq4y0] {
  background-color: #0a0a0a !important;
  border-bottom: 1px solid #2a2a2a !important;
  backdrop-filter: blur(10px);
}

/* Main Content Area */
main[b-1elzpsq4y0] {
  min-height: calc(100vh - 180px);
}

/* Cookie Policy Button */
button.accept-policy[b-1elzpsq4y0] {
  font-size: 1rem;
  line-height: inherit;
  background-color: #c8e600;
  color: #0a0a0a;
  border: none;
  font-weight: 600;
}

button.accept-policy:hover[b-1elzpsq4y0] {
  background-color: #9eb800;
}
