.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(23,23,23,.95);backdrop-filter:blur(10px);color:#fff;padding:20px;z-index:10000;transform:translateY(100%);transition:transform .4s cubic-bezier(.4, 0, .2, 1);border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -8px 32px rgba(0,0,0,.3)}.cookie-consent-banner.show{transform:translateY(0)}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-title{font-size:1.1rem;font-weight:600;margin-bottom:8px;color:#f36}.cookie-consent-description{font-size:.9rem;line-height:1.5;color:rgba(255,255,255,.8);margin-bottom:0}.cookie-consent-description a{color:#f36;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.cookie-consent-description a:hover{border-bottom-color:#f36}.cookie-consent-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.cookie-consent-btn{padding:10px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:.2s;text-decoration:none;display:inline-block;min-width:100px;text-align:center}.cookie-consent-btn-accept,.cookie-preferences-btn-save{background:#f36;color:#fff}.cookie-consent-btn-accept:hover{background:#e02952;transform:translateY(-1px)}.cookie-consent-btn-decline,.cookie-preferences-btn-cancel{background:0 0;color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2)}.cookie-consent-btn-decline:hover,.cookie-preferences-btn-cancel:hover{background:rgba(255,255,255,.1);color:#fff}.cookie-consent-btn-customize{background:0 0;color:#f36;border:1px solid #f36}.cookie-consent-btn-customize:hover{background:rgba(255,51,102,.1)}.cookie-preferences-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:10001;display:none;opacity:0;transition:opacity .3s}.cookie-preferences-modal.show{display:flex;align-items:center;justify-content:center;opacity:1}.cookie-preferences-container{background:#1a1a1a;border-radius:12px;max-width:800px;width:90%;max-height:90vh;overflow-y:auto;position:relative;transform:scale(.9);transition:transform .3s}.cookie-preferences-modal.show .cookie-preferences-container{transform:scale(1)}.cookie-preferences-header{padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.cookie-preferences-title{font-size:1.4rem;font-weight:600;color:#f36;margin:0}.cookie-preferences-close{background:0 0;border:none;color:rgba(255,255,255,.6);font-size:1.5rem;cursor:pointer;padding:4px;border-radius:4px;transition:.2s}.cookie-preferences-close:hover{color:#fff;background:rgba(255,255,255,.1)}.cookie-preferences-content{padding:24px}.cookie-preferences-intro{color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:24px}.cookie-category{background:rgba(255,255,255,.03);border-radius:8px;padding:20px;margin-bottom:16px;border:1px solid rgba(255,255,255,.05)}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cookie-category-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.cookie-category-required{font-size:.8rem;color:orange;background:rgba(255,165,0,.1);padding:2px 8px;border-radius:4px}.cookie-toggle{position:relative;display:inline-block;width:48px;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:rgba(255,255,255,.2);transition:.3s;border-radius:24px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#f36}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translateX(24px)}.cookie-toggle.disabled{opacity:.5;pointer-events:none}.cookie-category-description{color:rgba(255,255,255,.7);line-height:1.5;margin-bottom:12px}.cookie-category-details{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.4}.cookie-preferences-actions{padding:16px 24px 24px;border-top:1px solid rgba(255,255,255,.1);display:flex;gap:12px;justify-content:flex-end}.cookie-preferences-btn{padding:10px 20px;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:.2s}.cookie-preferences-btn-save:hover{background:#e02952}.cookie-settings-icon{position:fixed;bottom:20px;left:20px;width:50px;height:50px;background:rgba(23,23,23,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:50%;display:none;align-items:center;justify-content:center;cursor:pointer;z-index:9999;transition:.3s;box-shadow:0 4px 16px rgba(0,0,0,.2)}.cookie-settings-icon.show{display:flex}.cookie-settings-icon:hover{background:#171717;transform:scale(1.05)}.cookie-settings-icon svg{width:24px;height:24px;fill:#ff3366;transition:fill .2s}.cookie-settings-icon:hover svg{fill:#e02952}@media (max-width:768px){.cookie-consent-content{flex-direction:column;align-items:stretch;gap:16px}.cookie-consent-text{min-width:auto}.cookie-consent-actions{justify-content:center;flex-wrap:wrap;gap:8px}.cookie-consent-btn{flex:1;min-width:auto}.cookie-preferences-container{width:95%;margin:20px}.cookie-preferences-header{padding:20px 16px 16px}.cookie-preferences-content{padding:16px}.cookie-preferences-actions{padding:16px;flex-direction:column}.cookie-preferences-btn{width:100%}.cookie-category-header{flex-direction:column;align-items:flex-start;gap:8px}.cookie-settings-icon{bottom:80px}}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.cookie-consent-banner.animate-in{animation:.4s cubic-bezier(.4,0,.2,1) forwards slideUp}.cookie-preferences-modal.animate-in{animation:.3s forwards fadeIn}