.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:190;background:#1E0A05;transform:translateY(100%);transition:transform .38s cubic-bezier(.34,1.1,.64,1);padding-bottom:env(safe-area-inset-bottom,0px)}.cookie-banner.is-visible{transform:translateY(0)}@media(max-width:880px){.cookie-banner{bottom:calc(64px + env(safe-area-inset-bottom, 0px))}}.cookie-banner__inner{max-width:1280px;margin:0 auto;padding:13px 20px;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cookie-banner__content{display:flex;align-items:center;gap:10px;flex:1;min-width:200px}.cookie-banner__content .ti{font-size:20px;color:#EF9F27;flex-shrink:0}.cookie-banner__title{font-size:13px;font-weight:500;color:#fff;margin-bottom:2px}.cookie-banner__text{font-size:12px;line-height:1.5;color:rgba(255,255,255,.7);margin:0}.cookie-banner__text a{color:#EF9F27;text-decoration:underline}.cookie-banner__actions{display:flex;gap:7px;flex-shrink:0;flex-wrap:wrap}.cookie-btn{font-size:12px;font-weight:500;padding:7px 14px;border-radius:7px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;border:none}.cookie-btn--primary{background:#D85A30;color:#fff}.cookie-btn--primary:hover{background:#8B1A0A}.cookie-btn--outline{background:transparent;color:rgba(255,255,255,.75);border:.5px solid rgba(255,255,255,.25)}.cookie-btn--outline:hover{background:rgba(255,255,255,.08);color:#fff}.cookie-btn--ghost{background:transparent;color:rgba(255,255,255,.5);padding-left:8px;padding-right:8px;text-decoration:underline}.cookie-btn--ghost:hover{color:#fff}.cookie-modal-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:300;align-items:center;justify-content:center;padding:16px}.cookie-modal-overlay.is-open{display:flex}.cookie-modal{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column}.cookie-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 14px;border-bottom:.5px solid #e5e5e5}.cookie-modal__header h2{font-size:16px;font-weight:500;color:#1E0A05;margin:0}.cookie-modal__close{background:none;border:none;cursor:pointer;font-size:20px;color:#888;padding:4px;line-height:1;border-radius:6px}.cookie-modal__close:hover{background:#f5f5f5;color:#1E0A05}.cookie-modal__body{padding:18px 20px;display:flex;flex-direction:column;gap:0;flex:1;overflow-y:auto}.cookie-modal__intro{font-size:12.5px;color:#555;line-height:1.6;margin-bottom:16px}.cookie-cat{border:.5px solid #e5e5e5;border-radius:10px;margin-bottom:10px;overflow:hidden}.cookie-cat__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;cursor:pointer;-webkit-tap-highlight-color:transparent}.cookie-cat__info{flex:1}.cookie-cat__name{font-size:13px;font-weight:500;color:#1E0A05;margin-bottom:2px}.cookie-cat__desc{font-size:11.5px;color:#777;line-height:1.5}.cookie-cat__body{padding:0 15px 13px;border-top:.5px solid #f0f0f0;display:none}.cookie-cat__body.is-open{display:block}.cookie-cat__cookies{display:flex;flex-direction:column;gap:6px;margin-top:10px}.cookie-chip{display:flex;align-items:center;gap:8px;background:#f8f7f5;border-radius:6px;padding:7px 10px}.cookie-chip-name{font-size:11px;font-weight:500;color:#1E0A05;min-width:120px}.cookie-chip-desc{font-size:10.5px;color:#888}.cookie-locked{display:flex;align-items:center;gap:5px;font-size:11px;color:#3B6D11;background:#EAF3DE;border-radius:20px;padding:4px 10px;flex-shrink:0}.cookie-locked .ti{font-size:13px}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0;position:absolute}.cookie-switch__slider{position:absolute;inset:0;background:#d4d4d4;border-radius:24px;transition:background .2s;cursor:pointer}.cookie-switch__slider::before{content:'';position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.cookie-switch input:checked+.cookie-switch__slider{background:#D85A30}.cookie-switch input:checked+.cookie-switch__slider::before{transform:translateX(20px)}.cookie-modal__footer{padding:14px 20px;border-top:.5px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.cookie-modal__policy{font-size:11.5px;color:#D85A30;text-decoration:underline}.cookie-modal__footer-actions{display:flex;gap:8px}.cookie-modal .cookie-btn--outline{background:transparent;color:#555;border:.5px solid #ddd}.cookie-modal .cookie-btn--outline:hover{background:#f5f5f5;color:#1E0A05}