/* Minimal, self-contained styles (OG look, smaller on desktop) */
#bml-consent{
  position:fixed; left:0; right:0; bottom:0; z-index:9999;
  display:none; padding:12px;
  background:linear-gradient(180deg,#0e0f12,#0b0c10);
  color:#e9ecf2; border-top:1px solid #22242c;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
#bml-consent .bml-wrap{max-width:720px; margin:0 auto; display:grid; gap:10px}
#bml-consent .bml-row{display:flex; gap:12px; align-items:center; justify-content:space-between; flex-wrap:wrap}
#bml-consent .bml-title{font-weight:700; font-size:14px}
#bml-consent .bml-text{color:#b8c0cc; font-size:13px; line-height:1.45}
#bml-consent .bml-pill{display:flex; gap:10px; flex-wrap:wrap}
#bml-consent .bml-btn{
  border:1px solid #2a2d36; background:#181b21; color:#fff;
  padding:8px 12px; border-radius:12px; font-weight:600; font-size:13px; cursor:pointer;
}
#bml-consent .bml-btn--primary{background:linear-gradient(145deg,#7c3aed,#9f67ff); border:0}
#bml-consent .bml-btn:focus-visible{outline:3px solid rgba(124,58,237,.45)}
#bml-consent .bml-toggle{
  display:flex; align-items:center; gap:10px; padding:8px 10px;
  background:#16181f; border:1px solid #23252d; border-radius:12px; min-width:240px;
}
#bml-consent .switch{
  --w:46px; --h:26px; width:var(--w); height:var(--h); position:relative; border-radius:999px;
  background:#2a2d36; border:1px solid #3a3f49; cursor:pointer; outline:none;
}
#bml-consent .switch:focus-visible{box-shadow:0 0 0 3px rgba(245,158,11,.45)}
#bml-consent .dot{
  position:absolute; top:2px; left:2px; width:22px; height:22px; border-radius:50%;
  background:#9aa3b2; transition:transform .2s ease, background .2s ease;
}
#bml-consent .switch[data-on="true"]{background:#0f1a14; border-color:#1e3a2f}
#bml-consent .switch[data-on="true"] .dot{transform:translateX(20px); background:#10b981}
#bml-consent small{color:#9aa3b2; display:block; margin-top:2px}

/* Reopen badge */
#bml-consent-badge{
  position:fixed; right:14px; bottom:14px; z-index:9999;
  display:none; align-items:center; gap:8px; padding:8px 12px;
  border-radius:999px; background:#11131a; border:1px solid #222534; color:#e6e9ef;
  box-shadow:0 6px 18px rgba(0,0,0,.35); font-size:13px; font-weight:600; cursor:pointer;
}

