.cookie-consent{position:fixed;bottom:0;left:0;right:0;z-index:9000;background:#0d0d0d;color:#f2f2f2;font-family:'Raleway',system-ui,sans-serif;font-size:14px;font-weight:200;padding:18px 24px;border-top:1px solid rgba(255,255,255,0.08);transform:translateY(100%);opacity:0;transition:transform 400ms ease-out,opacity 400ms ease-out;pointer-events:none;}
.cookie-consent--visible{transform:translateY(0);opacity:1;pointer-events:auto;}
.cookie-consent--dismissing{transform:translateY(100%);opacity:0;pointer-events:none;}
.luna-cookie-accepted #cookie-consent{display:none!important;}
.cookie-consent__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;text-align:center;}
.cookie-consent__text{flex:1;min-width:0;max-width:920px;line-height:1.65;margin:0;font-size:14px;}
.cookie-consent__text a{color:#f2f2f2;text-decoration:underline;text-underline-offset:2px;transition:color .3s ease;}
.cookie-consent__text a:hover{color:#c4607a;}
.cookie-consent__accept{display:inline-flex;align-items:center;justify-content:center;font-family:'Raleway',system-ui,sans-serif;font-size:9px;font-weight:300;letter-spacing:0.28em;text-transform:uppercase;padding:16px 36px;background:#a6445d;color:#fff;border:none;cursor:pointer;transition:background .35s cubic-bezier(0.16,1,0.3,1);flex-shrink:0;}
.cookie-consent__accept:hover{background:#8a3249;}
.cookie-consent__accept:focus-visible{outline:2px solid #c4607a;outline-offset:3px;}
@media(max-width:600px){.cookie-consent{padding:16px 20px;}.cookie-consent__inner{flex-direction:column;gap:16px;}.cookie-consent__accept{width:100%;max-width:280px;}}
