:root{--bg:#0b1220;--accent:#2b7a4b;--muted:#94a3b8}body{font-family:Inter,system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;margin:0}.cc-bar{position:fixed;left:0;right:0;bottom:0;background:var(--bg);color:#fff;padding:16px;display:flex;flex-direction:column;gap:12px;z-index:9999}.cc-buttons{display:flex;flex-direction:column;width:100%;gap:8px}.cc-btn{background:0 0;border:1px solid rgba(255,255,255,.12);padding:12px;color:#fff;cursor:pointer;text-align:center}.cc-btn-primary{background:var(--accent);border:none}@media (min-width:768px){.cc-bar{flex-direction:row;justify-content:space-between;padding:20px 24px;left:24px;right:24px;bottom:24px;border-radius:12px;box-shadow:0 8px 30px rgba(2,6,23,.6)}.cc-buttons{flex-direction:row;width:auto}.cc-btn{padding:8px 20px;min-width:120px}}.cc-modal-backdrop{position:fixed;inset:0;background:rgba(2,6,23,.6);display:none;align-items:center;justify-content:center;z-index:10000}.cc-modal{background:#fff;color:#111;width:min(760px,95%);border-radius:12px;padding:20px;box-shadow:0 12px 40px rgba(2,6,23,.45)}.cctoggle{display:flex;justify-content:space-between;align-items:center;padding:12px;border-radius:8px;border:1px solid #eef2ff;margin-bottom:8px}.cchidden{display:none}