.cookie-consent-banner{transform:translateY(100%);padding:20px;right:0;color:#fff;transition:transform .3s ease-in-out;position:fixed;border-top:3px solid #60a5fa;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.15);background:linear-gradient(135deg,#1e40af,#3b82f6);left:0;z-index:9999}.cookie-consent-banner.show{transform:translateY(0)}.cookie-consent-content{justify-content:space-between;flex-wrap:wrap;max-width:1200px;gap:20px;margin:0 auto;align-items:center;display:flex}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text h4{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.cookie-consent-text p{font-size:14px;color:#e5e7eb;margin:0;line-height:1.5}.cookie-consent-text a{text-decoration:underline;font-weight:500;color:#fbbf24}.cookie-consent-text a:hover{color:#f59e0b}.cookie-consent-actions{flex-wrap:wrap;gap:12px;align-items:center;display:flex}.cookie-btn{padding:10px 20px;font-size:14px;border:none;text-decoration:none;font-weight:600;transition:all .3s ease;min-width:100px;text-align:center;border-radius:6px;cursor:pointer;display:inline-block}.cookie-btn-accept{color:#fff;background-color:#10b981}.cookie-btn-accept:hover{transform:translateY(-1px);background-color:#059669;box-shadow:0 4px 12px rgba(16,185,129,.3)}.cookie-btn-decline{border:2px solid #6b7280;color:#e5e7eb;background-color:transparent}.cookie-btn-decline:hover{border-color:#6b7280;color:#fff;background-color:#6b7280}.cookie-btn-settings{border:2px solid #fbbf24;color:#fbbf24;background-color:transparent}.cookie-btn-settings:hover{transform:translateY(-1px);color:#1e40af;background-color:#fbbf24}.cookie-settings-overlay{right:0;transition:all .3s ease;position:fixed;opacity:0;bottom:0;visibility:hidden;top:0;background-color:rgba(0,0,0,.7);left:0;z-index:10000}.cookie-settings-overlay.show{opacity:1;visibility:visible}.cookie-settings-modal{transform:translate(-50%,-50%) scale(.9);overflow-y:auto;transition:transform .3s ease;position:absolute;max-width:600px;max-height:80vh;top:50%;box-shadow:0 20px 40px rgba(0,0,0,.3);border-radius:12px;background:#fff;left:50%;width:90%}.cookie-settings-overlay.show .cookie-settings-modal{transform:translate(-50%,-50%) scale(1)}.cookie-settings-header{padding:24px;justify-content:space-between;border-bottom:1px solid #e5e7eb;align-items:center;display:flex}.cookie-settings-header h3{font-size:20px;font-weight:600;color:#1f2937;margin:0}.cookie-settings-close{height:32px;padding:0;justify-content:center;font-size:24px;border:none;color:#6b7280;transition:all .2s ease;align-items:center;border-radius:6px;background:none;cursor:pointer;width:32px;display:flex}.cookie-settings-close:hover{color:#374151;background-color:#f3f4f6}.cookie-settings-content{padding:24px}.cookie-category{padding:20px;border:1px solid #e5e7eb;margin-bottom:24px;background-color:#f9fafb;border-radius:8px}.cookie-category-header{justify-content:space-between;margin-bottom:12px;align-items:center;display:flex}.cookie-category-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.cookie-toggle{height:24px;position:relative;width:50px;display:inline-block}.cookie-toggle input{height:0;opacity:0;width:0}.cookie-toggle-slider{right:0;transition:.3s;position:absolute;bottom:0;top:0;background-color:#d1d5db;border-radius:24px;cursor:pointer;left:0}.cookie-toggle-slider:before{height:18px;transition:.3s;content:"";position:absolute;bottom:3px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2);border-radius:50%;left:3px;width:18px}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#3b82f6}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translateX(26px)}.cookie-toggle input:disabled+.cookie-toggle-slider{opacity:.5;cursor:not-allowed}.cookie-category-description{font-size:14px;color:#6b7280;margin:0;line-height:1.5}.cookie-settings-footer{padding:20px 24px;justify-content:flex-end;border-top:1px solid #e5e7eb;gap:12px;display:flex}.cookie-settings-footer .cookie-btn{min-width:120px}@media (max-width:768px){.cookie-consent-content{flex-direction:column;gap:16px;text-align:center}.cookie-consent-text{min-width:auto}.cookie-consent-text h4{font-size:16px}.cookie-consent-text p{font-size:13px}.cookie-consent-actions{justify-content:center;width:100%}.cookie-btn{flex:1;padding:8px 16px;font-size:13px;min-width:80px}.cookie-settings-modal{max-height:90vh;width:95%}.cookie-settings-content,.cookie-settings-header{padding:20px}.cookie-category{padding:16px}.cookie-settings-footer{padding:16px 20px;flex-direction:column}.cookie-settings-footer .cookie-btn{width:100%}}@media (max-width:480px){.cookie-consent-banner{padding:16px}.cookie-consent-actions{flex-direction:column;gap:8px}.cookie-btn{min-width:auto;width:100%}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-banner.show{animation:slideUp .4s ease-out}.cookie-consent-text:before{animation:bounce 2s infinite;font-size:20px;margin-right:8px;content:"🍪";display:inline-block}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}