#pc-consent {position:fixed;left:0;right:0;bottom:0;display:flex;gap:12px;align-items:center;justify-content:space-between;
  padding:12px 16px;background:#0b0b0c;color:#fff;font:14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-shadow:0 -6px 24px rgba(0,0,0,.2);z-index:9999}
#pc-consent p{margin:0;max-width:70ch;opacity:.9}
#pc-consent .btns{display:flex;gap:8px;flex-shrink:0}
#pc-consent button{border:1px solid #333;background:#1e1f22;color:#fff;border-radius:8px;padding:8px 12px;cursor:pointer}
#pc-consent button.primary{background:#2a6df5;border-color:#2a6df5}
@media (max-width:640px){#pc-consent{flex-direction:column;align-items:stretch}.btns{justify-content:flex-end}}
