/**
 * Bottom nav — Neon Line Art / สายดนตรี (Lucide)
 */
.bottom-nav--music {
  background: rgba(15, 23, 42, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top-color: rgba(139, 92, 246, 0.2);
}

[data-theme="light"] .bottom-nav--music {
  background: rgba(255, 255, 255, 0.95);
  border-top-color: rgba(124, 58, 237, 0.15);
}

.bnav-item .bnav-label {
  font-size: 10px;
  letter-spacing: 0.02em;
}

.bnav-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.bnav-lucide {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.65;
  fill: none;
  color: rgba(148, 163, 184, 0.95);
  transition: color 0.2s, filter 0.2s;
}

[data-theme="light"] .bnav-lucide {
  color: rgba(71, 85, 105, 0.9);
}

.bnav-item.active .bnav-lucide {
  color: #c4b5fd;
  filter: drop-shadow(0 0 5px rgba(139, 92, 246, 0.75));
}

[data-theme="light"] .bnav-item.active .bnav-lucide {
  color: #7c3aed;
  filter: drop-shadow(0 0 4px rgba(124, 58, 237, 0.35));
}

/* ค้นหา + คลื่นเสียง (Soundcheck) */
.bnav-icon-wrap--discover .bnav-lucide--wave {
  position: absolute;
  right: -2px;
  bottom: -1px;
  width: 12px;
  height: 12px;
  opacity: 0.9;
}

.bnav-item.active .bnav-icon-wrap--discover .bnav-lucide--wave {
  color: #a78bfa;
}

/* โพสงาน — ไมค์ + บวก */
.bnav-item--post .bnav-icon-wrap {
  width: 44px;
  height: 44px;
  margin-top: -18px;
  border-radius: 50%;
  background: linear-gradient(145deg, #7c3aed, #8b5cf6);
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.45);
}

.bnav-item--post .bnav-lucide {
  width: 22px;
  height: 22px;
  color: #fff;
  filter: none;
}

.bnav-item--post .bnav-plus-badge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c4b5fd;
}

.bnav-item--post .bnav-plus-badge svg {
  width: 9px;
  height: 9px;
  stroke: #e9d5ff;
  stroke-width: 2.5;
}

.bnav-item--post.active .bnav-icon-wrap {
  box-shadow: 0 0 22px rgba(167, 139, 250, 0.9);
}

.bnav-item--post .bnav-label {
  margin-top: 2px;
}

/* แจ้งเตือน — กระดิ่งมินิมอล */
.bnav-item[data-screen="notifications"] .bnav-lucide {
  stroke-width: 1.5;
}

