.consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(22,22,22,.8);border-top:1px solid rgba(42,42,42,.6);box-shadow:0 -10px 40px rgba(0,0,0,.5);padding:1.5rem}@media(min-width:768px){.consent-banner{bottom:1.5rem;left:50%;right:auto;transform:translateX(-50%);width:calc(100% - 3rem);max-width:700px;border-radius:20px;border:1px solid rgba(42,42,42,.6)}}.consent-content{display:flex;flex-direction:column;gap:1.25rem}.consent-text h3{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:#fff}.consent-text h3 .cookie-icon{display:flex;align-items:center;justify-content:center;color:#1a9a6b}.consent-text p{font-size:.9375rem;line-height:1.6;margin:0;color:#707070}.consent-actions{display:flex;flex-wrap:wrap;gap:.75rem}@media(max-width:480px){.consent-actions{flex-direction:column}}.btn-accept{background:#1a9a6b;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;flex:1;min-width:120px}.btn-accept:hover{background:#158558;transform:translateY(-1px)}@media(max-width:480px){.btn-accept{width:100%}}.btn-reject{background:rgba(0,0,0,0);color:#e05454;border:1px solid #e05454;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-reject:hover{background:rgba(224,84,84,.1)}@media(max-width:480px){.btn-reject{width:100%}}.btn-secondary{background:rgba(0,0,0,0);color:#707070;border:1px solid hsla(0,0%,100%,.15);padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.btn-secondary:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.25);color:#fff}@media(max-width:480px){.btn-secondary{width:100%}}.consent-details{width:100%}.consent-details>h3{font-size:1.375rem;font-weight:700;margin:0 0 .75rem;color:#1a9a6b}.consent-details>p{font-size:.9375rem;line-height:1.6;margin:0 0 1.5rem;color:#707070}.cookie-categories{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.cookie-category{background:#1e1e1e;border:1px solid rgba(42,42,42,.6);border-radius:14px;padding:1.25rem;transition:all .2s ease}.cookie-category:hover{background:#1a1a1a;border-color:#3a3a3a}.cookie-category.functional{background:rgba(26,154,107,.05);border-color:rgba(26,154,107,.2)}.category-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:480px){.category-header{flex-direction:column;align-items:flex-start;gap:1rem}}.category-info{flex:1}.category-info h4{display:flex;align-items:center;gap:.625rem;font-size:1rem;font-weight:600;color:#fff;margin:0 0 .375rem}.category-info h4 .category-icon{display:flex;align-items:center;justify-content:center;color:#1a9a6b}.category-info p{font-size:.875rem;color:#707070;margin:0;line-height:1.5}.toggle-wrapper{position:relative;flex-shrink:0}.toggle-wrapper input[type=checkbox]{position:absolute;opacity:0;width:0;height:0}.toggle-wrapper input[type=checkbox]:checked+.toggle{background:#1a9a6b}.toggle-wrapper input[type=checkbox]:checked+.toggle .toggle-slider{transform:translateX(22px)}.toggle-wrapper input[type=checkbox]:disabled+.toggle{opacity:.6;cursor:not-allowed}.toggle-wrapper input[type=checkbox]:disabled+.toggle.disabled{background:rgba(26,154,107,.5)}.toggle-wrapper input[type=checkbox]:disabled+.toggle.disabled .toggle-slider{transform:translateX(22px)}.toggle-wrapper .toggle{display:block;width:50px;height:28px;background:hsla(0,0%,100%,.15);border-radius:100px;cursor:pointer;transition:all .3s ease;position:relative}.toggle-wrapper .toggle .toggle-slider{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.details-actions{display:flex;gap:.75rem;margin-top:1rem}@media(max-width:480px){.details-actions{flex-direction:column}}.details-actions .btn-back{display:flex;align-items:center;gap:.5rem;background:rgba(0,0,0,0);color:#707070;border:1px solid hsla(0,0%,100%,.15);padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}.details-actions .btn-back svg{flex-shrink:0}.details-actions .btn-back:hover{background:hsla(0,0%,100%,.05);color:#fff}@media(max-width:480px){.details-actions .btn-back{width:100%;justify-content:center}}.details-actions .btn-save{background:#1a9a6b;color:#fff;border:none;padding:.875rem 1.5rem;border-radius:12px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;flex:1}.details-actions .btn-save:hover{background:#158558}@media(max-width:480px){.details-actions .btn-save{width:100%}}.sidebar-cta-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#22A35C,#00666E)}.sidebar-cta-button:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,154,107,.3)}.sidebar-cta-button:active{transform:translateY(0)}.sidebar-cta-button svg{width:16px;height:16px}