.cookie-banner{position:fixed;left:20px;right:20px;bottom:20px;z-index:9998;background:#282828;color:#fff;border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,0.3);font-family:'Inter',sans-serif;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease}.cookie-banner.is-visible{opacity:1;transform:translateY(0)}.cookie-banner__inner{max-width:1280px;margin:0 auto;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:22px;flex-wrap:wrap}.cookie-banner__content{flex:1 1 320px;min-width:240px}.cookie-banner__content h4{font-size:16px;font-weight:700;margin:0 0 4px;color:#fff}.cookie-banner__content p{margin:0;font-size:13px;color:#cfcfcf;line-height:1.5}.cookie-banner__btns{display:flex;gap:8px;flex-wrap:wrap}.cookie-btn{font-family:'Inter',sans-serif;font-size:13px;font-weight:600;padding:10px 18px;border-radius:6px;cursor:pointer;border:1px solid transparent;transition:all .2s ease;letter-spacing:0.2px}.cookie-btn--primary{background:#C82832;color:#fff}.cookie-btn--primary:hover{background:#a0202a}.cookie-btn--ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,0.3)}.cookie-btn--ghost:hover{border-color:#fff;background:rgba(255,255,255,0.08)}.cookie-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;font-family:'Inter',sans-serif}.cookie-modal[hidden]{display:none}.cookie-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,0.65);backdrop-filter:blur(2px)}.cookie-modal__dialog{position:relative;background:#fff;border-radius:12px;max-width:520px;width:100%;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px rgba(0,0,0,0.4)}.cookie-modal__header{padding:20px 24px 14px;border-bottom:1px solid #DCDCDC;display:flex;align-items:center;justify-content:space-between}.cookie-modal__header h3{font-size:18px;font-weight:700;color:#282828;margin:0}.cookie-modal__close{background:transparent;border:0;font-size:26px;line-height:1;color:#888;cursor:pointer;padding:0 4px}.cookie-modal__close:hover{color:#282828}.cookie-modal__body{padding:18px 24px;overflow-y:auto;flex:1}.cookie-opt{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #f0f0f0;cursor:pointer}.cookie-opt:last-child{border-bottom:0}.cookie-opt__info{flex:1}.cookie-opt__info strong{display:block;font-weight:600;margin-bottom:2px;color:#282828;font-size:14px}.cookie-opt__info small{display:block;font-size:12px;color:#757575;line-height:1.5}.cookie-opt input[type="checkbox"]{width:18px;height:18px;margin-top:3px;accent-color:#C82832;cursor:pointer;flex-shrink:0}.cookie-opt input[type="checkbox"]:disabled{cursor:not-allowed;opacity:0.6}.cookie-modal__footer{padding:16px 24px;border-top:1px solid #DCDCDC;display:flex;justify-content:flex-end;gap:8px}@media(max-width:600px){.cookie-banner{left:12px;right:12px;bottom:12px}.cookie-banner__inner{padding:16px 18px;gap:14px}.cookie-banner__btns{width:100%}.cookie-banner__btns .cookie-btn{flex:1 1 auto}}