.bnet-search-page { background: #0a0f0d; color: #e8efe9; min-height: 100vh; }
.bnet-search-top {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 14px 20px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.bnet-search-nav { display: flex; gap: 14px; flex-wrap: wrap; margin-right: auto; }
.bnet-search-logo { display: flex; align-items: center; gap: 8px; color: inherit; text-decoration: none; font-weight: 700; margin-left: auto; }
.bnet-search-logo .dot { color: transparent; }
.bnet-search-logo .star { width: 22px; height: 22px; color: #e8b923; }
.bnet-search-nav a { color: #9fb0a4; text-decoration: none; font-size: 0.92rem; }
.bnet-search-nav a:hover { color: #fff; }
.bnet-search-main { max-width: 820px; margin: 0 auto; padding: 28px 20px 60px; }
.bnet-search-row {
  display: flex; gap: 0; border-radius: 999px; overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12); background: rgba(255,255,255,0.04);
}
.bnet-search-row input {
  flex: 1; border: 0; background: transparent; color: #fff; padding: 14px 18px; font-size: 1rem;
}
.bnet-search-row button {
  border: 0; background: #34c759; color: #041208; font-weight: 700; padding: 0 22px; cursor: pointer;
}
.bnet-search-filters { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.bnet-search-filters label { font-size: 0.85rem; color: #9fb0a4; }
.bnet-search-filters select {
  margin-left: 6px; background: #152019; color: #fff; border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 6px 10px;
}
.bnet-meta, .bnet-muted, .bnet-lead { color: #9fb0a4; }
.bnet-section { margin-top: 28px; }
.bnet-section h2 { font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.06em; color: #34c759; }
.bnet-result { margin: 18px 0; }
.bnet-result cite { color: #7ee2a8; font-size: 0.82rem; font-style: normal; }
.bnet-result h3 { margin: 4px 0; font-size: 1.1rem; font-weight: 600; }
.bnet-result h3 a { color: #93c5fd; text-decoration: none; }
.bnet-result p { color: #9fb0a4; line-height: 1.5; margin: 6px 0 0; }
.bnet-alert { background: rgba(255,80,80,0.15); border: 1px solid #ff6b6b; color: #ffcaca; padding: 12px; border-radius: 10px; margin-top: 16px; }
.bnet-empty { margin-top: 24px; }
.bnet-pager { display: flex; gap: 16px; margin-top: 28px; }

/* Guest landing search (index.php gate) */
.gate-search { width: min(560px, 92vw); margin: 22px auto 0; text-align: left; }
.gate-search-label { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: 8px; text-align: center; }
.gate-search-row {
  display: flex; gap: 0; border-radius: 999px; overflow: hidden;
  border: 1px solid rgba(245,211,107,.35); background: rgba(14,14,18,.55);
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.gate-search-row input {
  flex: 1; border: 0; background: transparent; color: #fff; padding: 14px 18px; font-size: 1rem;
}
.gate-search-row button {
  border: 0; background: linear-gradient(135deg,#f7da82,#e8b923 55%,#d49a00); color: #3a2c00;
  font-weight: 700; padding: 0 22px; cursor: pointer;
}
.bnet-suggest { margin-top: 8px; background: rgba(14,14,18,.92); border-radius: 12px; border: 1px solid rgba(255,255,255,.1); overflow: hidden; }
.bnet-suggest button { display: block; width: 100%; text-align: left; border: 0; background: transparent; color: #e8efe9; padding: 10px 14px; cursor: pointer; font: inherit; }
.bnet-suggest button:hover { background: rgba(255,255,255,.06); }

/* Homepage search hero — main theme, additive to existing layout */
.hero-search { width: min(680px, 94vw); margin: 20px auto 10px; text-align: center; }
.hero-search-kicker {
  margin: 0 0 12px; font-size: 11px; font-weight: 800; letter-spacing: 0.28em;
  text-transform: uppercase; color: #f5d36b;
}
.hero-search-row {
  box-shadow: 0 16px 48px rgba(0,0,0,.42), 0 0 0 1px rgba(245,211,107,.25);
}
.hero-search-row input {
  padding: 16px 20px; font-size: 1.08rem;
}
.hero-search-row button {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 0 24px; font-size: 0.95rem;
}
.hero-search-modes {
  display: flex; flex-wrap: wrap; gap: 8px; justify-content: center;
  margin-top: 14px;
}
.hero-search-modes label {
  cursor: pointer; font-size: 12px; color: rgba(255,255,255,.72);
}
.hero-search-modes label input { position: absolute; opacity: 0; pointer-events: none; }
.hero-search-modes label span {
  display: inline-block; padding: 6px 12px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.05);
  transition: border-color .15s, background .15s, color .15s;
}
.hero-search-modes label input:checked + span {
  border-color: rgba(245,211,107,.55); background: rgba(245,211,107,.14); color: #fff;
}
.hero-search-note {
  margin: 12px 0 0; font-size: 13px; color: rgba(255,255,255,.58); line-height: 1.5;
}
.hero-search-note a { color: #f5d36b; text-decoration: none; }
.hero-search-note a:hover { text-decoration: underline; }
.hero-search--landing { margin-top: 8px; margin-bottom: 6px; }
.hero-search--landing .hero-search-row input { padding: 18px 22px; font-size: 1.12rem; }
.hero-search--home { margin-top: 14px; margin-bottom: 8px; }
.hero-mono--after-search { margin-top: 16px; }
.hero-tag--compact { margin-top: 8px; }
.gate-body .hero-lion-wrap { width: clamp(140px, 28vw, 200px); margin-bottom: 4px; }
@media (max-width: 560px) {
  .hero-search-row button span { display: none; }
  .hero-search-row button { padding: 0 18px; }
  .hero-search-modes label span { padding: 5px 10px; font-size: 11px; }
}
