#cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#0e0e12;border-top:1px solid rgba(255,255,255,.06);padding:0;transform:translateY(100%);opacity:0;transition:transform .3s,opacity .3s;font-family:Poppins,sans-serif}#cookie-bar.cb-visible{transform:translateY(0);opacity:1}.cb-inner{max-width:1100px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px}#cookie-bar p{font-size:.84rem;color:rgba(255,255,255,.6);line-height:1.5;margin:0}#cookie-bar a{color:rgba(255,255,255,.8);text-decoration:underline;text-underline-offset:2px}#cookie-bar a:hover{color:#fff}.cb-btns{display:flex;gap:8px;flex-shrink:0}.cb-btns button{font-family:inherit;font-size:.8rem;font-weight:500;padding:8px 20px;border-radius:6px;border:none;cursor:pointer;transition:background .15s,color .15s}#cb-reject{background:0 0;color:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.1)}#cb-reject:hover{background:rgba(255,255,255,.05);color:rgba(255,255,255,.7)}#cb-accept{background:#d42020;color:#fff}#cb-accept:hover{background:#ef3333}@media (max-width:600px){.cb-inner{flex-direction:column;text-align:center;padding:14px 18px;gap:12px}.cb-btns{width:100%}.cb-btns button{flex:1}}.light-mode #cookie-bar{background:#f5f5f5;border-top-color:rgba(0,0,0,.08)}.light-mode #cookie-bar p{color:rgba(0,0,0,.55)}.light-mode #cookie-bar a{color:rgba(0,0,0,.75)}.light-mode #cookie-bar a:hover{color:#000}.light-mode #cb-reject{color:rgba(0,0,0,.45);border-color:rgba(0,0,0,.12)}.light-mode #cb-reject:hover{background:rgba(0,0,0,.04);color:rgba(0,0,0,.6)}