.navbar {
  position: relative;
  z-index: 1030;
  overflow: visible;
  background:
    radial-gradient(circle at 18% -60%, rgba(251, 191, 36, 0.12), transparent 32%),
    linear-gradient(90deg, #020617 0%, #071426 50%, #020617 100%) !important;
  border-bottom: 1px solid rgba(251, 191, 36, 0.38) !important;
  padding: 10px 0 !important;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.24);
}
.navbar::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.9), transparent);
  content: '';
  opacity: 0.62;
  pointer-events: none;
}
.navbar > .container {
  position: relative;
  z-index: 1;
}
.navbar-brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 2px 0 5px;
}
.navbar-brand::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(251, 191, 36, 0.9), transparent);
  content: '';
  opacity: 0.72;
}
.navbar-brand img {
  width: auto;
  height: 44px !important;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(245, 158, 11, 0.28));
}
.navbar .navbar-collapse {
  align-items: center;
}
.navbar .navbar-nav {
  align-items: center;
  gap: 2px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.navbar .nav-link {
  position: relative;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #e5e7eb !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 6px 11px !important;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.navbar .nav-link:hover,
.navbar .nav-link.active {
  border-color: rgba(251, 191, 36, 0.32);
  color: #facc15 !important;
  background: rgba(251, 191, 36, 0.09);
  box-shadow: 0 4px 14px rgba(251, 191, 36, 0.08);
  transform: translateY(-1px);
}
.navbar .nav-link.active {
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(245, 158, 11, 0.08));
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.32);
}
.navbar .nav-link.active::after {
  position: absolute;
  right: 14px;
  bottom: 2px;
  left: 14px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #fbbf24, transparent);
  content: '';
}
.navbar .d-flex.gap-2 {
  align-items: center;
  margin-left: 14px;
}
.navbar .btn-outline-gold,
.navbar .btn-gold {
  min-height: 36px;
  border-radius: 8px;
  padding: 7px 17px;
  font-size: 13px;
  white-space: nowrap;
}
.navbar .btn-outline-gold {
  border-color: rgba(251, 191, 36, 0.92);
  background: rgba(2, 6, 23, 0.22);
  box-shadow: inset 0 0 0 1px rgba(251, 191, 36, 0.06);
}
.navbar .btn-outline-gold:hover {
  background: rgba(251, 191, 36, 0.14);
  box-shadow: 0 4px 16px rgba(251, 191, 36, 0.14);
}
.navbar .btn-gold {
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.2);
}
.navbar .btn-gold:hover {
  box-shadow: 0 6px 20px rgba(251, 191, 36, 0.32);
}
.navbar-toggler {
  border: 1px solid rgba(251, 191, 36, 0.7) !important;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(251, 191, 36, 0.1);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(251, 191, 36, 0.18) !important;
}
.navbar-toggler-icon {
  filter: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23fbbf24' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .nav-link {
    font-size: 13px;
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .navbar-brand img {
    height: 40px !important;
  }
  .navbar .btn-outline-gold,
  .navbar .btn-gold {
    padding-right: 13px;
    padding-left: 13px;
  }
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 9px 0 !important;
  }
  .navbar .navbar-collapse {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid rgba(251, 191, 36, 0.22);
    border-radius: 16px;
    background: rgba(5, 14, 31, 0.97);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
  }
  .navbar .navbar-nav {
    align-items: stretch;
    gap: 3px;
  }
  .navbar .nav-link {
    border-radius: 10px;
  }
  .navbar .d-flex.gap-2 {
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid rgba(251, 191, 36, 0.16);
  }
}
.breadcrumb-wrap {
  width: 100%;
  background: var(--bg-secondary, #0a1628);
  border-bottom: 1px solid var(--border-gold, rgba(251, 191, 36, 0.3));
  padding: 12px 0;
}
.breadcrumb-wrap > .container {
  display: flex;
  align-items: center;
  min-height: 24px;
}
.breadcrumb-wrap .breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 24px;
  margin: 0;
  padding: 0;
  background: transparent;
}
.breadcrumb-wrap .breadcrumb-item,
.breadcrumb-wrap .breadcrumb-item a {
  font-size: 14px;
  line-height: 1.5;
}
.breadcrumb-wrap .breadcrumb-item a {
  color: var(--gold, #fbbf24);
}
.breadcrumb-wrap .breadcrumb-item.active {
  color: var(--text-muted, #9ca3af);
}
.breadcrumb-wrap .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted, #9ca3af);
}
