.cookie-consent-banner{position:fixed;bottom:20px;left:20px;max-width:400px;background-color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.15);border-radius:8px;padding:20px;z-index:9999;font-family:'Barlow',sans-serif;display:block;transform:translateY(100%);visibility:hidden}.cookie-consent-banner.show{visibility:visible;animation:slideIn 0.5s forwards}@keyframes slideIn{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-title{font-size:18px;font-weight:600;margin-bottom:10px;color:#141D38}.cookie-consent-text{font-size:14px;line-height:1.5;margin-bottom:15px;color:#4D4D4D}.cookie-consent-buttons{display:flex;gap:10px}.cookie-consent-button{padding:8px 16px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease;border:none}.cookie-accept-all{background-color:#3E66F3;color:white}.cookie-accept-all:hover{background-color:#2951d8}.cookie-reject{background-color:#f5f5f5;color:#4D4D4D;border:1px solid #e0e0e0}.cookie-reject:hover{background-color:#e9e9e9}.cookie-settings{background-color:transparent;color:#3E66F3;text-decoration:underline;padding:8px 0}.cookie-settings:hover{color:#2951d8}.cookie-close{position:absolute;top:10px;right:10px;background:transparent;border:none;font-size:16px;cursor:pointer;color:#737887}.cookie-settings-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:10000;display:none;justify-content:center;align-items:center}.cookie-settings-modal.show{display:flex}.cookie-settings-content{background-color:#fff;border-radius:8px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;padding:25px}.cookie-settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.cookie-settings-title{font-size:20px;font-weight:600;color:#141D38}.cookie-settings-close{background:transparent;border:none;font-size:20px;cursor:pointer;color:#737887}.cookie-category{margin-bottom:20px;border-bottom:1px solid #e0e0e0;padding-bottom:15px}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cookie-category-title{font-size:16px;font-weight:600;color:#141D38}.cookie-toggle{position:relative;display:inline-block;width:50px;height:24px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.cookie-toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.4s;border-radius:50%}input:checked + .cookie-toggle-slider{background-color:#3E66F3}input:checked + .cookie-toggle-slider:before{transform:translateX(26px)}.cookie-category-description{font-size:14px;line-height:1.5;color:#4D4D4D;margin-bottom:10px}.cookie-list{font-size:13px;color:#737887;margin-left:20px}.cookie-settings-buttons{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}