
.cc-banner{position:fixed;inset:auto 0 0 0;display:none;padding:16px 20px;background:#111827;color:#fff;z-index:99999;box-shadow:0 -2px 12px rgba(0,0,0,.2)}
.cc-banner.show{display:block}
.cc-inner{max-width:1100px;margin:0 auto;display:flex;gap:12px;align-items:start;flex-wrap:wrap}
.cc-text{flex:1 1 500px}
.cc-actions{display:flex;gap:8px;flex-wrap:wrap}
.cc-actions button{border:0;padding:10px 14px;border-radius:999px;cursor:pointer}
.cc-accept{background:#10b981;color:#fff}
.cc-reject{background:#ef4444;color:#fff}
.cc-customize{background:#374151;color:#fff}
.cc-modal{position:fixed;inset:0;background:rgba(0,0,0,.6);display:none;z-index:100000}
.cc-modal.show{display:flex;align-items:center;justify-content:center}
.cc-card{background:#fff;max-width:700px;width:92%;border-radius:16px;padding:20px}
.cc-row{display:flex;justify-content:space-between;align-items:center;margin:8px 0}
.cc-save{background:#111827;color:#fff;border:0;border-radius:999px;padding:10px 14px;cursor:pointer}
.cc-link{color:#93c5fd}
.cc-floating{position:fixed;right:16px;bottom:80px;z-index:99998;background:#111827;color:#fff;border-radius:999px;padding:10px 14px;border:0;cursor:pointer}
