.navbar-party {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8fab 50%, #ff6b9d 100%);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
  position: relative;
  
}
#navbar-placeholder {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ff6b9d;
}

.party-bg-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.balloon,
.confetti {
  position: absolute;
  font-size: 1.5rem;
  animation: float 6s ease-in-out infinite;
  opacity: 0.6;
}

.balloon-1 {
  top: 10%;
  left: 5%;
  animation-delay: 0s;
}
.balloon-2 {
  top: 20%;
  right: 8%;
  animation-delay: 2s;
}
.balloon-3 {
  bottom: 15%;
  left: 12%;
  animation-delay: 4s;
}
.confetti-1 {
  top: 5%;
  left: 25%;
  animation-delay: 1s;
}
.confetti-2 {
  bottom: 10%;
  right: 20%;
  animation-delay: 3s;
}
.confetti-3 {
  top: 30%;
  right: 35%;
  animation-delay: 5s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.navbar-party .container-fluid {
  position: relative;
  z-index: 2;
}

.btn-party {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #333;
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  min-width: 160px;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-party:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.8);
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-party:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
  color: #333;
}

.btn-party.active,
.btn-pink.active {
  background: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, 1) !important;
  color: #ff6b9d !important;
  box-shadow: inset 0 2px 8px rgba(255, 107, 157, 0.2) !important;
  transform: translateY(-2px) !important;
}

.btn-pink {
  background: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #333;
  font-weight: 600;
  padding: 0.875rem 1.75rem;
  border-radius: 2rem;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  min-width: 160px;
  position: relative;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-pink:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 0.8);
  color: #333;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.navbar-pink {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8fab 50%, #c44cff 100%);
  border-bottom: 3px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
  position: relative;
  
}

.dropdown-menu.mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  min-width: 600px;
  max-width: 90vw;
  border: none;
  border-radius: 1rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  padding: 1.5rem;
  margin-top: 0.5rem;
  z-index: 9999 !important;
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-10px);
  transition: all 0.3s ease;
}

.dropdown-menu.mega-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateX(-50%) translateY(0) !important;
}

.dropdown:hover .dropdown-menu.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.dropdown-header {
  color: var(--party-pink);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dropdown-item {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background: linear-gradient(
    135deg,
    rgba(255, 107, 157, 0.1),
    rgba(196, 76, 255, 0.1)
  );
  color: var(--party-pink);
  transform: translateX(5px);
}

.navbar-toggler {
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border-radius: 0.75rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.quick-shortcuts {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff5f8 100%);
  border-bottom: 1px solid rgba(255, 107, 157, 0.1);
}

.shortcut-card {
  display: flex;
  align-items: center;
  padding: 1rem;
  background: white;
  border-radius: 1rem;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.shortcut-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(255, 107, 157, 0.15);
  border-color: var(--party-pink);
  color: inherit;
  text-decoration: none;
}

.shortcut-icon {
  font-size: 2.5rem;
  margin-right: 1rem;
  animation: bounce-gentle 2s infinite;
}

@keyframes bounce-gentle {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
  60% {
    transform: translateY(-1px);
  }
}

.shortcut-text strong {
  display: block;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.25rem;
}

.shortcut-text small {
  color: #666;
  font-size: 0.85rem;
}

[data-bs-theme="dark"] .navbar-party {
  background: linear-gradient(135deg, #d63384 0%, #e83e8c 50%, #a855f7 100%);
}

[data-bs-theme="dark"] .btn-party {
  background: rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
  color: white;
}

[data-bs-theme="dark"] .btn-party:hover {
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}

[data-bs-theme="dark"] .quick-shortcuts {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d1b2e 100%);
}

[data-bs-theme="dark"] .shortcut-card {
  background: #2d2d2d;
  border-color: transparent;
}

[data-bs-theme="dark"] .shortcut-card:hover {
  border-color: var(--party-purple);
}

[data-bs-theme="dark"] .shortcut-text strong {
  color: white;
}

[data-bs-theme="dark"] .shortcut-text small {
  color: #ccc;
}

[data-bs-theme="dark"] .dropdown-menu.mega-menu {
  background: #2d2d2d !important;
  border: 1px solid #444;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

[data-bs-theme="dark"] .dropdown-item:hover {
  background: linear-gradient(
    135deg,
    rgba(168, 85, 247, 0.2),
    rgba(214, 51, 132, 0.2)
  );
  color: var(--party-purple);
}

@media (max-width: 991.98px) {
  .btn-party {
    margin-bottom: 0.5rem;
    width: 100%;
    min-width: auto;
  }

  .navbar-party {
    padding: 0.75rem 0;
  }

  .collapse .row {
    margin: 0.5rem 0;
  }

  .dropdown-menu.mega-menu {
    min-width: 95vw !important;
    max-width: 95vw !important;
    left: 2.5vw !important;
    transform: none !important;
    margin-left: 0;
  }

  .dropdown-menu.mega-menu.show {
    transform: none !important;
  }

  .dropdown:hover .dropdown-menu.mega-menu {
    transform: none;
  }

  .shortcut-card {
    margin-bottom: 0.75rem;
  }

  .shortcut-icon {
    font-size: 2rem;
    margin-right: 0.75rem;
  }
}
