.cookychef-banner{animation:cookychef-slideUp .4s ease-out;background:rgba(0,0,0,.95);border-top:3px solid #222b33;bottom:0;box-shadow:0 4px 20px rgba(0,0,0,.3);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;left:0;position:fixed;right:0;transition:all .3s ease;z-index:9999}.cookychef-banner--hidden{opacity:0;pointer-events:none;transform:translateY(100%)}.cookychef-banner__container{align-items:center;display:flex;gap:20px;margin:0 auto;max-width:1200px;padding:20px}.cookychef-banner__content{align-items:center;display:flex;flex:1;gap:20px}.cookychef-banner__logo{flex-shrink:0}.cookychef-banner__logo-img{height:120px;-o-object-fit:contain;object-fit:contain;width:120px}.cookychef-banner__text{flex:1}.cookychef-banner__title{color:#fff;font-size:18px;font-weight:600;margin:0 0 8px}.cookychef-banner__description{color:#fff;font-size:14px;line-height:1.5;margin:0}.cookychef-banner__policy-link{color:#fff;text-decoration:underline}.cookychef-banner__policy-link:hover{color:#4e5761;text-decoration:none}.cookychef-banner__actions{display:flex;flex-shrink:0;gap:10px}.cookychefmscookies-modal{align-items:center;background:rgba(0,0,0,.85);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;inset:0;justify-content:center;opacity:0;position:fixed;transition:all .3s ease;visibility:hidden;z-index:10000}.cookychefmscookies-modal--visible{opacity:1;visibility:visible}.cookychefmscookies-modal--fade-out{opacity:0;visibility:hidden}.cookychefmscookies-modal__inner{animation:cookychef-fadeIn .3s ease-out;background:rgba(0,0,0,.95);border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-height:90vh;max-width:600px;overflow-y:auto;padding:30px;position:relative;width:90%}.cookychef-modal-close{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;line-height:1;position:absolute;right:15px;top:15px;transition:all .3s ease;width:32px}.cookychef-modal-close:hover{color:#4e5761}.cookychef-modal-close:focus{outline:2px solid #222b33;outline-offset:2px}.cookychef-modal-close span{display:block;font-weight:300}.cookychef-btn{align-items:center;border:2px solid transparent;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;min-width:120px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.cookychef-btn:focus{outline:2px solid #222b33;outline-offset:2px}.cookychef-btn--primary,.cookychef-btn--secondary{background:#222b33;border-color:#222b33;color:#fff}.cookychef-btn--primary:hover,.cookychef-btn--secondary:hover{background:#4e5761;border-color:#4e5761;transform:translateY(-1px)}.cookychef-btn--primary:active,.cookychef-btn--secondary:active{transform:translateY(0)}.cookychef-btn--ghost{background:transparent;border-color:#222b33;color:#ccc}.cookychef-btn--ghost:hover{background:hsla(0,0%,100%,.1);border-color:#4e5761;color:#fff;transform:translateY(-1px)}.cookychef-btn--ghost:active{transform:translateY(0)}.cookychef-consent-title{color:#fff;font-size:24px;font-weight:600;margin:0 0 20px;text-align:center}.cookychef-consent-desc{color:#fff;font-size:15px;line-height:1.6;margin:0 0 25px;text-align:center}.cookychef-consent-desc a{color:#fff;text-decoration:underline}.cookychef-consent-desc a:hover{color:#4e5761;text-decoration:none}.cookychef-consent-form .cookychef-consent-group{border:none;margin:0 0 25px;padding:0}.cookychef-consent-form .sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.cookychef-consent-row{align-items:center;border:1px solid #e5e5e5;border-radius:8px;display:flex;gap:15px;margin-bottom:10px;padding:15px;transition:all .3s ease}.cookychef-consent-row:hover{background:hsla(0,0%,100%,.05);border-color:#222b33}.cookychef-consent-row:last-child{margin-bottom:0}.cookychef-consent-meta{flex:1}.cookychef-consent-meta strong{color:#fff;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.cookychef-consent-meta small{color:#fff;font-size:12px;line-height:1.4}.cookychef-switch{display:inline-block;flex-shrink:0;height:26px;position:relative;width:50px}.cookychef-switch input{height:0;opacity:0;width:0}.cookychef-switch input:checked+.cookychef-slider{background-color:#222b33}.cookychef-switch input:checked+.cookychef-slider:before{transform:translateX(24px)}.cookychef-switch input:focus+.cookychef-slider{box-shadow:0 0 0 2px rgba(34,43,51,.3)}.cookychef-switch input:disabled+.cookychef-slider{cursor:not-allowed;opacity:.6}.cookychef-switch input:disabled+.cookychef-slider:before{background-color:#ccc}.cookychef-slider{background-color:#ccc;border-radius:26px;cursor:pointer;inset:0;position:absolute;transition:all .3s ease}.cookychef-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px rgba(0,0,0,.2);content:"";height:20px;left:3px;position:absolute;transition:all .3s ease;width:20px}.cookychef-consent-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}@keyframes cookychef-slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes cookychef-fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.cookychef-banner__container{flex-direction:column;gap:15px;padding:15px}.cookychef-banner__content{flex-direction:column;gap:15px;text-align:center}.cookychef-banner__logo-img{height:100px;width:100px}.cookychef-banner__text{text-align:center}.cookychef-banner__title{font-size:16px}.cookychef-banner__description{font-size:13px}.cookychef-banner__actions{flex-direction:column;gap:8px;width:100%}.cookychef-btn{font-size:13px;min-width:100px;padding:10px 16px}.cookychefmscookies-modal__inner{padding:20px;width:95%}.cookychef-consent-title{font-size:20px;margin-bottom:15px}}@media(max-width:480px){.cookychef-banner__container{padding:12px}.cookychef-banner__actions .cookychef-btn{font-size:12px;min-width:80px;padding:8px 12px}.cookychef-banner__actions{gap:6px}.cookychefmscookies-modal__inner{margin:10px;padding:15px;width:calc(100% - 20px)}.cookychef-consent-actions{flex-direction:column;gap:8px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}