/* Preferências de cookies (WEB-08, protótipo aprovado em 25/09/2026, tela cookie-preferences). Serve a
   todas as páginas da landing: nas páginas Aurora usa os tokens --lp-*; nas demais, as cores de reserva. */
.bsc-layer { position: fixed; inset: 0; z-index: 2000; display: grid; place-items: center; padding: 24px; background: rgba(2, 6, 23, 0.6); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); font-family: "Inter", system-ui, sans-serif; }
.bsc-layer[hidden] { display: none; }
.bsc-dialog { width: min(100%, 520px); max-height: calc(100vh - 32px); overflow-y: auto; padding: 26px; border: 1px solid var(--lp-line, rgba(255, 255, 255, 0.12)); border-radius: 28px; background: var(--lp-card-solid, #0e1428); color: var(--lp-ink, #f5f7ff); box-shadow: 0 30px 80px rgba(2, 6, 23, 0.55); }
.bsc-eyebrow { margin: 0 0 6px; color: var(--lp-info, #93c5fd); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.bsc-dialog h2 { margin: 0; font-size: 23px; line-height: 1.2; }
.bsc-dialog > p { margin: 8px 0 0; color: var(--lp-soft, #c9d2ea); font-size: 14px; line-height: 1.55; }
.bsc-rows { display: grid; gap: 10px; margin-top: 18px; }
.bsc-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 4px 14px; padding: 14px 16px; border: 1px solid var(--lp-line, rgba(255, 255, 255, 0.12)); border-radius: 16px; background: var(--lp-chip, rgba(255, 255, 255, 0.06)); }
.bsc-row label, .bsc-row strong { color: var(--lp-ink, #f5f7ff); font-size: 14px; font-weight: 700; }
.bsc-row small { grid-column: 1; color: var(--lp-muted, #9aa6c4); font-size: 12px; line-height: 1.45; }
.bsc-row input { grid-row: 1 / span 2; grid-column: 2; width: 22px; height: 22px; accent-color: #3b82f6; }
.bsc-always { grid-row: 1 / span 2; grid-column: 2; padding: 4px 10px; border-radius: 999px; background: rgba(16, 185, 129, 0.16); color: var(--lp-ok, #34d399); font-size: 11px; font-weight: 800; white-space: nowrap; }
.bsc-foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 2px 14px; margin-top: 16px; }
.bsc-foot a { display: inline-flex; align-items: center; min-height: 44px; color: var(--lp-info, #93c5fd); font-size: 13px; font-weight: 600; }
.bsc-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.bsc-actions button { flex: 1 1 180px; min-height: 44px; padding: 0 18px; border: 1px solid var(--lp-line, rgba(255, 255, 255, 0.16)); border-radius: 999px; background: var(--lp-card-solid, #0e1428); color: var(--lp-ink, #f5f7ff); font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.bsc-actions button:hover { background: var(--lp-chip, rgba(255, 255, 255, 0.1)); }
.bsc-dialog :focus-visible { outline: 2px solid #60a5fa; outline-offset: 3px; }
@media (max-width: 767px) {
  .bsc-layer { padding: 0; }
  .bsc-dialog { width: 100%; max-height: 100vh; min-height: 100vh; border-radius: 0; }
  .bsc-actions { flex-direction: column; }
}
