.cookie-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:flex-end;justify-content:center;padding:20px;pointer-events:none}.cookie-popup__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:auto}.cookie-popup__container{position:relative;max-width:600px;width:100%;background:var(--bg,#676768);border:1px solid var(--border-light,#25272d);border-radius:12px;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);pointer-events:auto;animation:cookie-popup-slide-up .3s ease-out}@keyframes cookie-popup-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-popup__content{padding:24px}.cookie-popup__header{margin-bottom:20px}.cookie-popup__title{font-size:1.25rem;font-weight:600;color:var(--text-primary,#f4f5f6);margin:0 0 8px;line-height:1.4}.cookie-popup__description{font-size:.875rem;color:var(--text-secondary,#9da3af);margin:0;line-height:1.5}.cookie-popup__details{margin:20px 0;padding:20px 0;border-top:1px solid var(--border-light,#25272d);border-bottom:1px solid var(--border-light,#25272d)}.cookie-popup__category{margin-bottom:16px}.cookie-popup__category:last-child{margin-bottom:0}.cookie-popup__category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.cookie-popup__category-title{font-size:.875rem;font-weight:500;color:var(--text-primary,#f4f5f6)}.cookie-popup__category-status{font-size:.75rem;padding:2px 8px;border-radius:4px;font-weight:500}.cookie-popup__category-status--required{background:var(--status-info,#009cd6);color:#fff}.cookie-popup__category-description{font-size:.75rem;color:var(--text-tertiary,#737b8c);margin:0;line-height:1.4}.cookie-popup__toggle{position:relative;display:inline-block;width:40px;height:20px;cursor:pointer}.cookie-popup__toggle input{opacity:0;width:0;height:0}.cookie-popup__toggle-slider{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--button-secondary,#373b43);border-radius:20px;transition:.3s}.cookie-popup__toggle-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background:#fff;border-radius:50%;transition:.3s}.cookie-popup__toggle input:checked+.cookie-popup__toggle-slider{background:var(--button-primary,#0e76e6)}.cookie-popup__toggle input:checked+.cookie-popup__toggle-slider:before{transform:translateX(20px)}.cookie-popup__actions{display:flex;flex-direction:column;gap:12px}.cookie-popup__actions-primary{display:flex;gap:8px;flex-wrap:wrap}.cookie-popup__actions-secondary{display:flex;justify-content:center}.cookie-popup__button{flex:1;min-width:120px}.cookie-popup__button--accept{flex:1.2}.cookie-popup__button--reject{flex:0.8}.cookie-popup__button--customize{flex:1}.cookie-popup__button--save{min-width:200px}@media (max-width:640px){.cookie-popup{padding:16px}.cookie-popup__content{padding:20px}.cookie-popup__actions-primary{flex-direction:column}.cookie-popup__button{flex:none;width:100%}.cookie-popup__title{font-size:1.125rem}.cookie-popup__description{font-size:.8125rem}}[data-theme=dark] .cookie-popup__container{background:var(--bg,#1c1e22);border-color:var(--border-light,#25272d)}[data-theme=dark] .cookie-popup__backdrop{background:rgba(0,0,0,.7)}[data-theme=light] .cookie-popup__container{background:var(--bg,#676768);border-color:var(--border-light,#d4d4d4)}[data-theme=light] .cookie-popup__backdrop{background:rgba(0,0,0,.3)}[data-theme=light] .cookie-popup__title{color:var(--text-primary,#383838)}[data-theme=light] .cookie-popup__description{color:var(--text-secondary,#676768)}[data-theme=light] .cookie-popup__category-title{color:var(--text-primary,#383838)}[data-theme=light] .cookie-popup__category-description{color:var(--text-tertiary,#9da3af)}