.cookie{--rotate:0deg;--top-y:0px;--eyeball-x:-2px;--eyeball-y:-2px;--eyeball-scale:0.75;--mouth-y:0px;--crack-offset:38px;position:relative;transform:rotate(var(--rotate));transform-origin:50% 100%}.cookie .piece{fill:#f6a976;stroke-width:.5;stroke:#d5906e;position:absolute;width:6px;height:6px}.cookie .piece.left{top:15px;left:4px}.cookie .piece.right{top:15px;right:4px}.cookie .bottom,.cookie .top{display:block;width:40px;height:40px;stroke-linecap:round;stroke-linejoin:round;position:relative;z-index:1}.cookie .bottom .background,.cookie .top .background{fill:#f6a976}.cookie .bottom .shine,.cookie .top .shine{fill:#ffdaae}.cookie .bottom .dark,.cookie .top .dark{fill:#a96249}.cookie .bottom .border,.cookie .top .border{fill:none;stroke:#d5906e}.cookie .bottom .crack,.cookie .top .crack{fill:none;stroke:#a96249;stroke-width:1.25;stroke-dasharray:38px;stroke-dashoffset:var(--crack-offset)}.cookie .top{position:absolute;left:0;top:0;transform:translateY(var(--top-y))}.cookie .eye{top:14px;position:absolute;z-index:2}.cookie .eye.left{left:9px}.cookie .eye.right{right:9px}.cookie .eye svg{display:block;width:10px;height:10px;fill:#fff;stroke:#000;stroke-width:.75}.cookie .eye:after{content:"";left:50%;top:50%;position:absolute;transform:translate(var(--eyeball-x),var(--eyeball-y)) scale(var(--eyeball-scale));width:4px;height:4px;border-radius:2px;background-color:#000}.cookie .mouth{width:12px;height:9px;position:absolute;left:14px;top:20px;fill:#d5393f;stroke-width:.75;z-index:2;stroke:#000;stroke-linejoin:round;transform:translateY(var(--mouth-y))}.cookie-banner{background-color:#141414;padding:24px;border-radius:27px;display:flex;gap:20px;font-size:14px;line-height:1.4;color:#e1e3eb;box-shadow:0 1px 3px rgba(9,10,15,.25),0 4px 16px rgba(9,10,15,.1),0 8px 24px rgba(9,10,15,.1),inset 0 1px 1px #2a2a2a;position:fixed;bottom:24px;left:50vw;transform:translateX(-50%);z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (min-width:601px){.cookie-banner{align-items:center}}.cookie-banner .content{display:flex;gap:24px}@media (min-width:601px){.cookie-banner .content{align-items:center}}@media (max-width:600px){.cookie-banner{left:50vw;right:auto;bottom:16px;transform:translateX(-50%);width:calc(100vw - 32px);max-width:400px}.cookie-banner,.cookie-banner .content{flex-direction:column;gap:16px}}.cookie-banner .content .list{display:flex;gap:12px}.cookie-banner .content .list button{appearance:none;border:none;color:inherit;outline:none;font:inherit;font-size:14px;font-weight:500;background:#2e303d;box-shadow:inset 0 0 0 1px #3c3e4d;line-height:24px;padding:8px 16px;border-radius:15px;cursor:pointer;margin:0;transition:background-color .2s}.cookie-banner .content .list button:hover{background-color:#323543}.cookie-banner .content .list button:disabled{opacity:.6;cursor:not-allowed}.cookie-banner .content .list button.muted{background:none;box-shadow:inset 0 0 0 1px #353744}.cookie-banner .content .list button.muted:hover{background-color:#292b36}