        #cookieConsentBanner { display:none; position:fixed; bottom:0; left:0; right:0; z-index:9999; background:#1e1e2e; color:#fff; padding:16px 24px; box-shadow:0 -2px 12px rgba(0,0,0,0.4); flex-direction:row; align-items:center; gap:16px; }
        #cookieConsentBanner .ccb-text { flex:1; min-width:0; }
        #cookieConsentBanner .ccb-text p { margin:0; }
        #cookieConsentBanner .ccb-text p:first-child { font-size:15px; font-weight:600; margin-bottom:2px; }
        #cookieConsentBanner .ccb-text p:last-child { font-size:13px; color:#ccc; }
        #cookieConsentBanner .ccb-text a { color:#a78bfa; }
        #cookieConsentBanner .ccb-buttons { display:flex; gap:8px; flex-shrink:0; align-items:center; }
        #cookieConsentBanner .ccb-buttons button { padding:7px 20px; border-radius:6px; cursor:pointer; font-size:13px; white-space:nowrap; }
        #cookieConsentBanner .ccb-buttons .ccb-reject { background:transparent; color:#ccc; border:1px solid #555; }
        #cookieConsentBanner .ccb-buttons .ccb-accept { background:#7c3aed; color:#fff; border:none; }
        @media (max-width: 600px) {
            #cookieConsentBanner { flex-direction:column; align-items:stretch; }
            #cookieConsentBanner .ccb-buttons { justify-content:flex-end; }
        }
