.cc-banner{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(0,0,0,.45);z-index:9999}
.cc-banner[aria-hidden="true"]{display:none}
.cc-card{width:min(680px,100%);background:#fff;border-radius:14px;padding:16px 16px 12px;box-shadow:0 10px 30px rgba(0,0,0,.25);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.cc-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.cc-title{font-size:18px;font-weight:700}
.cc-text{font-size:14px;line-height:1.4;color:#222;margin:8px 0 12px}
.cc-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}
.cc-actions-tight{margin-top:10px}
.cc-btn{border:0;border-radius:10px;padding:10px 12px;font-weight:600;cursor:pointer}
.cc-primary{background:#111;color:#fff}
.cc-secondary{background:#f1f1f1;color:#111}
.cc-settings{margin-top:12px;border-top:1px solid #eee;padding-top:12px}
.cc-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0}
.cc-row small{color:#666}
.cc-fab{position:fixed;right:14px;bottom:14px;z-index:9998;border:0;border-radius:999px;padding:10px 12px;background:#111;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.25)}
