/* لافتة الموافقات */
.cc-banner[hidden]{ display:none !important; }
.cc-banner{ position:fixed; inset:auto 0 0 0; z-index:9999; background:#0f172a; color:#e5e7eb; border-top:1px solid #1f2a44; }
.cc-banner .cc-inner{ max-width:1040px; margin:0 auto; padding:14px 18px; display:flex; gap:12px; align-items:center; justify-content:space-between; }
.cc-banner .cc-text a{ color:#00BCD9; text-decoration:none; }
.cc-actions{ display:flex; gap:8px; flex-wrap:wrap; }
.cc-btn{ border:0; border-radius:10px; padding:10px 14px; font-weight:700; cursor:pointer; }
.cc-btn--primary{ background:#0090A6; color:#fff; }
.cc-btn--neutral{ background:#1e293b; color:#e5e7eb; }
.cc-btn--ghost{ background:transparent; color:#e5e7eb; border:1px solid #334155; }

/* نافذة التفضيلات */
.cc-modal[hidden]{ display:none !important; }
.cc-modal{ position:fixed; inset:0; z-index:10000; background:rgba(2,6,23,.6); display:flex; align-items:center; justify-content:center; padding:20px; }
.cc-modal__panel{ width:min(680px, 96vw); background:#0b1220; color:#e5e7eb; border:1px solid #1f2a44; border-radius:14px; padding:18px; box-shadow:0 30px 80px rgba(0,0,0,.35); }
.cc-modal__desc{ color:#94a3b8; }
.cc-switch{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0; border-top:1px dashed #1f2a44; }
.cc-switch:first-of-type{ border-top:0; }
.cc-switch__note{ color:#94a3b8; font-size:.95rem; }
.cc-modal__actions{ display:flex; justify-content:flex-end; gap:8px; margin-top:12px; }
