.bgpfd{--border:#e5e7eb;--accent:#0c3182;--muted:#6b7280;color:#111827}
.bgpfd *{box-sizing:border-box}
.bgpfd-head{margin-bottom:1.25rem}
.bgpfd-title{margin:0 0 .75rem;font-size:clamp(1.4rem,2vw,2rem)}
.bgpfd-meta{color:var(--muted);margin:.3rem 0}
.bgpfd-controls{display:grid;gap:1rem;margin:.75rem 0 1rem}
.bgpfd-search{width:100%;max-width:360px;padding:.8rem 1rem;border:1px solid var(--border);border-radius:999px}
.bgpfd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,320px));gap:1.25rem;justify-content:center;align-items:stretch}
.bgpfd-grid--games{grid-template-columns:repeat(auto-fit,minmax(280px,360px))}
.bgpfd-card{width:100%;min-width:0;height:100%;display:flex;flex-direction:column;gap:.75rem;background:#fff;border:1px solid var(--border);border-radius:20px;padding:1rem;box-shadow:0 8px 24px rgba(0,0,0,.04)}
.bgpfd-card h3{margin:.2rem 0 .2rem}
.bgpfd-btn{display:inline-block;background:var(--accent);color:#fff!important;text-decoration:none;padding:.65rem 1rem;border-radius:999px}
.bgpfd-badges,.bgpfd-chips,.bgpfd-communities{display:flex;flex-wrap:wrap;gap:.5rem}
.bgpfd-badge,.bgpfd-chip span,.bgpfd-status,.bgpfd-vote{border-radius:999px;padding:.35rem .65rem;font-size:.85rem}
.bgpfd-badge{background:#eef2ff}
.bgpfd-badge--creative,.bgpfd-chip--creative span, .bgpfd-badge--innovante,.bgpfd-chip--innovante span{background:rgba(34,197,94,.15);color:#166534} /* vert */
.bgpfd-badge--intense,.bgpfd-chip--intense span{background:rgba(139,92,246,.15);color:#6d28d9} /* bleu */
.bgpfd-badge--fun,.bgpfd-chip--fun span{background:rgba(245,158,11,.15);color:#92400e} /* jaune */
.bgpfd-badge--stimulante,.bgpfd-chip--stimulante span{background:rgba(239,68,68,.15);color:#991b1b} /* rouge */
.bgpfd-chip input{display:none}
.bgpfd-chip{cursor:pointer}
.bgpfd-chip input:checked+span{outline:2px solid var(--accent)}
.bgpfd-status--certified{background:#dcfce7;color:#166534}
.bgpfd-status--recommended{background:#dbeafe;color:#1d4ed8}
.bgpfd-status--community{background:#f3f4f6;color:#374151}
.bgpfd-thumb{aspect-ratio:4/3;overflow:hidden;border-radius:16px}
.bgpfd-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.bgpfd-vote{border:1px solid var(--border);background:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:.45rem}
.bgpfd-vote span{font-weight:700}
.bgpfd-empty{margin-top:1rem;color:var(--muted)}
.bgpfd-desc p{margin:.35rem 0}
@media (max-width:640px){.bgpfd-grid,.bgpfd-grid--games{grid-template-columns:1fr}}

.bgpfd-thumb--festival{max-width:220px;margin:0 0 1rem 0}

.bgpfd-section{margin:2rem 0 2.5rem}
.bgpfd-section__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.bgpfd-section__title{margin:0}
.bgpfd-games-catalog .bgpfd-desc{color:var(--muted)}


.bgpfd-meta--icon{display:flex;align-items:center;gap:.45rem}
.bgpfd-meta-icon{font-size:16px;width:16px;height:16px;color:var(--accent)}
.bgpfd-pill{display:inline-flex;align-items:center;align-self:flex-start;border-radius:999px;padding:.3rem .7rem;font-size:.82rem;font-weight:700}
.bgpfd-pill--prototype{background:#fff7ed;color:#9a3412;border:1px solid #fdba74}
.bgpfd-card table{width:100%}
