/* BNGH core styles: tokens and app components.
   The child theme owns the site design; this file only guarantees
   app components look acceptable anywhere. */

.bngh-app{margin-top:1.5rem}
.bngh-card{background:var(--bngh-card,#fff);border:1px solid var(--bngh-line,#e4e8f1);border-radius:18px;padding:1.4rem 1.5rem;margin-bottom:1.2rem}
.bngh-visually-hidden{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.bngh-badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.3rem .7rem;margin:0 0 .6rem}
.bngh-badge-verified{background:#e8f4ee;color:#20563f}
.bngh-badge-creative{background:#f4ecfd;color:#5546a5}
.bngh-trust-badge{font-size:.8rem;font-weight:700;color:#6659d9;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .4rem}
.bngh-tabs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.1rem}
.bngh-tab{border:1px solid #e4e8f1;background:#f7f7fc;border-radius:999px;padding:.55rem 1rem;font-weight:600;min-height:44px;cursor:pointer}
.bngh-tab.is-active{background:#6659d9;color:#fff;border-color:#6659d9}
.bngh-field{margin-bottom:1rem}
.bngh-field label,.bngh-field legend{display:block;font-weight:600;margin-bottom:.35rem;font-size:.92rem}
.bngh-field-row{display:grid;gap:1rem;grid-template-columns:1fr 1fr}
.bngh-input{width:100%;border:1px solid #d4d9e6;border-radius:12px;padding:.7rem .85rem;min-height:44px;font-size:1rem;background:#fff}
.bngh-textarea{resize:vertical}
.bngh-choice-row{display:flex;gap:1rem;flex-wrap:wrap}
.bngh-choice input{margin-right:.3rem}
.bngh-hint{color:#63708a;font-size:.9rem;margin:.6rem 0 0}
.bngh-chips{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.6rem}
.bngh-chip{border:1px solid #e4e8f1;background:#fff;border-radius:999px;padding:.45rem 1rem;min-height:40px;cursor:pointer;font-weight:600}
.bngh-chip.is-active{background:#6659d9;color:#fff;border-color:#6659d9}
.bngh-btn{display:inline-block;border:none;border-radius:999px;padding:.75rem 1.6rem;font-weight:700;min-height:44px;cursor:pointer;text-decoration:none;text-align:center;font-size:1rem}
.bngh-btn-primary{background:#6659d9;color:#fff}
.bngh-btn-primary:hover{background:#584cc6}
.bngh-btn-ghost{background:#f1efff;color:#5546a5}
.bngh-actions{margin-top:1.1rem}
.bngh-results{margin-top:1.6rem}
.bngh-results-summary{color:#20563f;font-weight:600}
.bngh-results-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));margin-top:1rem}
.bngh-result{background:#fff;border:1px solid #e4e8f1;border-radius:18px;padding:1.2rem 1.3rem;box-shadow:0 10px 24px rgba(33,42,72,.06)}
.bngh-result-name{margin:0 0 .35rem;font-size:1.3rem}
.bngh-result-name a{color:#17233d;text-decoration:none}
.bngh-result-meta{color:#63708a;font-size:.88rem;margin:0 0 .5rem}
.bngh-result-body p{margin:.3rem 0;font-size:.95rem}
.bngh-result-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.9rem}
.bngh-mini-btn{border:1px solid #e4e8f1;background:#f7f7fc;border-radius:999px;padding:.4rem .85rem;min-height:40px;font-size:.85rem;font-weight:600;cursor:pointer;text-decoration:none;color:#17233d;display:inline-block}
.bngh-mini-btn:hover{background:#f1efff}
.bngh-mini-btn.is-active{background:#6659d9;color:#fff;border-color:#6659d9}
.bngh-compare-bar{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1.2rem;padding:1rem 1.2rem;background:#f7f7fc;border-radius:16px}
.bngh-dir-grid,.bngh-trend-grid,.bngh-explore-grid,.bngh-sessions-list,.bngh-saved-list{list-style:none;margin:0;padding:0}
.bngh-dir-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin:1rem 0}
.bngh-dir-item{border:1px solid #e4e8f1;border-radius:14px;background:#fff}
.bngh-dir-item a{display:flex;flex-direction:column;gap:.2rem;padding:.85rem 1rem;text-decoration:none}
.bngh-dir-name{font-weight:700;color:#17233d}
.bngh-dir-meta{color:#63708a;font-size:.85rem}
.bngh-explore-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin:1rem 0}
.bngh-explore-card{border:1px solid #e4e8f1;border-radius:18px;background:#fff;padding:1.2rem}
.bngh-explore-card h3{margin:0 0 .3rem}
.bngh-explore-card a{text-decoration:none;color:#17233d}
.bngh-trend-grid{display:grid;gap:.8rem;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}
.bngh-trend-item{border:1px solid #e4e8f1;border-radius:14px;background:#fff;text-align:center}
.bngh-trend-item a{display:flex;flex-direction:column;padding:.8rem;text-decoration:none}
.bngh-trend-rank{color:#6659d9;font-weight:800}
.bngh-src-note{color:#63708a;font-size:.82rem;margin-top:.8rem}
.bngh-crumbs{font-size:.85rem;color:#63708a;margin:.8rem 0}
.bngh-crumbs a{color:#6659d9}
.bngh-lead{font-size:1.05rem;color:#3d4963}
.bngh-compare-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:14px;overflow:hidden}
.bngh-compare-table th,.bngh-compare-table td{border:1px solid #e4e8f1;padding:.6rem .8rem;text-align:left;font-size:.92rem}
.bngh-compare-table thead th{background:#f7f7fc}
.bngh-hp{position:absolute;left:-9999px}
.bngh-advanced{border:1px solid #e4e8f1;border-radius:14px;padding:.7rem 1rem;margin-top:1rem;background:#fbfbff}
.bngh-advanced summary{cursor:pointer;font-weight:600;color:#3d4963}
.bngh-adv-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1rem}
.bngh-pagination{display:flex;align-items:center;gap:1rem;margin:1.4rem 0;flex-wrap:wrap}
.bngh-form-note{color:#63708a;min-height:1.2rem;margin:.6rem 0 0}
.bngh-vote-item{border:1px solid #e4e8f1;border-radius:14px;padding:1rem;margin-bottom:.8rem;list-style:none}
.bngh-vote-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.6rem}
.bngh-vote-btn{border:1px solid #e4e8f1;background:#f7f7fc;border-radius:999px;padding:.45rem 1rem;min-height:40px;cursor:pointer;font-weight:600}
.bngh-vote-btn[aria-pressed="true"]{background:#6659d9;color:#fff;border-color:#6659d9}
.bngh-session-item{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;border-bottom:1px solid #e4e8f1;padding:.7rem 0;list-style:none}
.bngh-empty{color:#63708a;font-style:italic}
@media (max-width:600px){
	.bngh-field-row{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
	*{scroll-behavior:auto!important;animation:none!important;transition:none!important}
}
:focus-visible{outline:3px solid #6659d9;outline-offset:2px}

/* Legally required data credit, kept small and unobtrusive. */
.bngh-fine-print {
	font-size: 0.72rem;
	color: #6b7280;
	margin-top: 0.35rem;
}
