/* CTS.RO GDPR Cookie Consent v1 */
.ck-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(15,15,20,.97);backdrop-filter:blur(12px);border-top:1px solid rgba(0,212,255,.15);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;font-size:.9rem;color:rgba(255,255,255,.8);box-shadow:0 -4px 20px rgba(0,0,0,.4)}
.ck-banner-text{max-width:600px;line-height:1.6}
.ck-banner-text a{color:#00d4ff;text-decoration:underline}
.ck-banner-btns{display:flex;gap:.5rem;flex-wrap:wrap}
.ck-btn{border:none;border-radius:8px;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}
.ck-btn--accept{background:#00d4ff;color:#0a0a0f}
.ck-btn--reject{background:rgba(255,255,255,.08);color:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.1)}
.ck-btn--settings{background:transparent;color:rgba(255,255,255,.5);text-decoration:underline;padding:.55rem .5rem;font-size:.8rem}
.ck-btn:hover{opacity:.85}

/* Preferences modal */
.ck-overlay{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.6);display:none}
.ck-prefs{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10001;width:90%;max-width:480px;max-height:85vh;overflow-y:auto;background:#12121a;border:1px solid rgba(0,212,255,.15);border-radius:14px;padding:1.75rem;display:none;color:rgba(255,255,255,.8)}
.ck-prefs h3{font-size:1.1rem;color:#fff;margin:0 0 .75rem}
.ck-prefs-close{position:absolute;top:.75rem;right:1rem;background:none;border:none;color:rgba(255,255,255,.4);font-size:1.5rem;cursor:pointer;line-height:1}
.ck-cat{padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.06)}
.ck-cat:last-child{border-bottom:none}
.ck-cat-header{display:flex;justify-content:space-between;align-items:center}
.ck-cat-name{font-weight:600;font-size:.9rem;color:rgba(255,255,255,.9)}
.ck-cat-desc{font-size:.8rem;color:rgba(255,255,255,.5);margin-top:.25rem;line-height:1.5}
.ck-toggle{position:relative;width:40px;height:22px;flex-shrink:0}
.ck-toggle input{opacity:0;width:0;height:0}
.ck-toggle-slider{position:absolute;inset:0;background:rgba(255,255,255,.15);border-radius:22px;cursor:pointer;transition:background .2s}
.ck-toggle-slider:before{content:'';position:absolute;height:16px;width:16px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s}
.ck-toggle input:checked+.ck-toggle-slider{background:#00d4ff}
.ck-toggle input:checked+.ck-toggle-slider:before{transform:translateX(18px)}
.ck-toggle input:disabled+.ck-toggle-slider{opacity:.5;cursor:default}
.ck-prefs-btns{display:flex;gap:.5rem;margin-top:1.25rem;flex-wrap:wrap}
.ck-prefs-btns .ck-btn{flex:1;text-align:center}

@media(max-width:600px){.ck-banner{flex-direction:column;text-align:center;padding:1rem}.ck-banner-btns{justify-content:center}.ck-prefs{width:95%;padding:1.25rem}}
