.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:20px;box-shadow:0 -4px 20px rgba(0,0,0,.3);z-index:10000;transform:translateY(100%);transition:transform .3s;direction:rtl}.cookie-consent.show{transform:translateY(0)}.cookie-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-text{flex:1;min-width:300px}.cookie-text h3{margin:0 0 10px;font-size:1.2em;font-weight:600}.cookie-text p{margin:5px 0;font-size:.9em;line-height:1.4;opacity:.9}.cookie-legal{font-size:.8em!important;font-style:italic;opacity:.7!important}.cookie-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-buttons button{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-family:Heebo,sans-serif;font-weight:500;font-size:.9em;transition:.3s;white-space:nowrap}.btn-accept{background:#27ae60;color:#fff}.btn-accept:hover{background:#2ecc71;transform:translateY(-2px)}.btn-decline{background:#e74c3c;color:#fff}.btn-decline:hover{background:#c0392b;transform:translateY(-2px)}.btn-settings{background:0 0;color:#fff;border:2px solid #fff}.btn-settings:hover{background:#fff;color:#1e3c72}.cookie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:10001;display:none;align-items:center;justify-content:center;direction:rtl}.cookie-modal.show{display:flex}.cookie-modal-content{background:var(--bg-primary,#1a1a1a);border-radius:10px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,.3)}.cookie-modal-header{padding:20px 25px 15px;border-bottom:1px solid var(--border-color,#333);display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h3{margin:0;color:var(--text-primary,#fff);font-size:1.3em}.close-modal-privacy{background:0 0;border:none;color:var(--text-primary,#fff);font-size:1.5em;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.close-modal-privacy:hover{background:var(--hover-bg,#333);border-radius:50%}.cookie-modal-body{padding:20px 25px}.cookie-category{margin-bottom:25px;padding:15px;background:var(--card-bg,#2a2a2a);border-radius:8px;border:1px solid var(--border-color,#333)}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cookie-category-header h4{margin:0;color:var(--text-primary,#fff);font-size:1.1em}.cookie-category-desc{color:var(--text-secondary,#ccc);font-size:.9em;line-height:1.5;margin:0}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#27ae60}input:checked+.slider:before{transform:translateX(26px)}.switch.disabled{opacity:.6}.switch.disabled .slider{cursor:not-allowed;background-color:#27ae60}.cookie-modal-footer{padding:15px 25px 25px;border-top:1px solid var(--border-color,#333);display:flex;justify-content:space-between;align-items:center;gap:15px}.privacy-link{color:var(--text-secondary,#ccc);text-decoration:none;font-size:.9em}.privacy-link:hover{color:var(--accent-color,#4caf50);text-decoration:underline}@media (max-width:768px){.cookie-content{flex-direction:column;text-align:center;gap:15px}.cookie-text{min-width:unset}.cookie-buttons{justify-content:center;width:100%}.cookie-buttons button{flex:1;min-width:100px}.cookie-modal-content{width:95%;margin:10px}.cookie-modal-footer{flex-direction:column;align-items:stretch;text-align:center}.btn-accept{width:100%;margin-bottom:10px}}.cookie-consent.hidden{display:none}