.cookie-consent{position:fixed;z-index:10000;right:24px;bottom:24px;width:min(460px,calc(100% - 40px));overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:linear-gradient(145deg,#20201f,#141414);color:#fff;box-shadow:0 24px 72px rgba(10,10,10,.4),0 2px 8px rgba(0,0,0,.18);font-family:Manrope,Arial,sans-serif;animation:cookie-enter .42s cubic-bezier(.2,.8,.2,1)}
.cookie-consent.is-leaving{animation:cookie-leave .22s ease forwards}
.cookie-consent-head{display:flex;gap:14px;align-items:flex-start;padding:22px 22px 0}
.cookie-consent-icon{display:grid;flex:0 0 42px;width:42px;height:42px;place-items:center;border:1px solid rgba(255,118,31,.3);border-radius:12px;background:linear-gradient(145deg,rgba(255,118,31,.16),rgba(255,118,31,.07));color:#ff812f}
.cookie-consent-icon svg{width:22px;height:22px;fill:currentColor}
.cookie-consent-copy{padding:0 22px 20px}
.cookie-consent h2{margin:1px 34px 5px 0;font-size:1.06rem;line-height:1.35;color:#fff;letter-spacing:-.01em}
.cookie-consent p{margin:0;color:#d0ceca;font-size:.84rem;line-height:1.6}
.cookie-consent a{color:#fff;text-decoration-color:#ff812f;text-underline-offset:3px}
.cookie-consent-close{position:absolute;top:14px;right:14px;display:grid;width:34px;height:34px;min-height:0;padding:0;place-items:center;border:0;border-radius:9px;background:transparent;color:#aaa;font-size:20px;line-height:1;cursor:pointer}
.cookie-consent-close:hover{background:rgba(255,255,255,.08);color:#fff}
.cookie-consent-details{margin-top:14px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:rgba(255,255,255,.03)}
.cookie-consent-details summary{display:flex;min-height:42px;align-items:center;justify-content:space-between;padding:8px 12px;color:#eee;font-size:.8rem;font-weight:700;cursor:pointer;list-style:none}
.cookie-consent-details summary::-webkit-details-marker{display:none}
.cookie-consent-details summary:after{content:'+';color:#ff812f;font-size:18px;font-weight:500}
.cookie-consent-details[open] summary:after{content:'−'}
.cookie-category{display:flex;gap:12px;align-items:flex-start;padding:12px;border-top:1px solid rgba(255,255,255,.08)}
.cookie-category div{flex:1}.cookie-category strong{display:block;margin-bottom:3px;color:#fff;font-size:.78rem}.cookie-category small{display:block;color:#aaa;font-size:.72rem;line-height:1.45}
.cookie-status{flex:0 0 auto;padding:4px 7px;border:1px solid rgba(92,197,132,.16);border-radius:20px;background:rgba(72,187,120,.1);color:#91dbae;font-size:.65rem;font-style:normal;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.cookie-status.off{border-color:rgba(255,255,255,.06);background:rgba(255,255,255,.05);color:#aaa}
.cookie-consent-actions{display:flex;gap:9px;padding:15px 22px 20px;border-top:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.12)}
.cookie-consent button.cookie-action{flex:1;min-height:44px;padding:10px 14px;border:1px solid #f56f19;border-radius:9px;background:linear-gradient(135deg,#ff812f,#ed6814);color:#fff;box-shadow:0 8px 20px rgba(239,104,20,.18);font:700 .8rem Manrope,Arial,sans-serif;cursor:pointer;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.cookie-consent button.cookie-essential{border-color:#555;background:transparent;color:#eee}
.cookie-consent button.cookie-action:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ff8b3d,#f17120);box-shadow:0 10px 24px rgba(239,104,20,.25)}.cookie-consent button.cookie-essential:hover{border-color:#777;background:rgba(255,255,255,.06);box-shadow:none}
.cookie-consent button:focus-visible,.cookie-consent a:focus-visible{outline:3px solid rgba(255,129,47,.5);outline-offset:3px}
@keyframes cookie-enter{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
@keyframes cookie-leave{to{opacity:0;transform:translateY(12px) scale(.98)}}
@media(max-width:520px){.cookie-consent{right:12px;bottom:max(12px,env(safe-area-inset-bottom));width:calc(100% - 24px);border-radius:14px}.cookie-consent-head{padding:18px 18px 0}.cookie-consent-copy{padding:0 18px 16px}.cookie-consent-actions{padding:13px 18px 17px;flex-direction:column}.cookie-consent button.cookie-action{width:100%}.cookie-consent-icon{width:38px;height:38px;flex-basis:38px}}
@media(prefers-reduced-motion:reduce){.cookie-consent,.cookie-consent.is-leaving{animation:none}.cookie-consent button.cookie-action{transition:none}}

/* Warm brand palette refinement. */
.cookie-consent{width:min(445px,calc(100% - 40px));border-color:rgba(242,106,33,.24);background:linear-gradient(145deg,#201d19,#131210);box-shadow:0 24px 72px rgba(20,14,9,.38),0 2px 8px rgba(20,14,9,.22)}
.cookie-consent-icon{border-color:rgba(242,106,33,.4);background:linear-gradient(145deg,rgba(242,106,33,.2),rgba(242,106,33,.08));color:#ff8a3d}
.cookie-consent-copy{padding-bottom:22px}.cookie-consent p{color:#d7d1ca;line-height:1.65}.cookie-consent a{color:#ff9b5b;text-decoration-color:rgba(255,155,91,.62)}
.cookie-consent-actions{border-top-color:rgba(242,106,33,.14);background:rgba(8,7,6,.2)}
.cookie-consent button.cookie-action{border-color:#f26a21;background:linear-gradient(135deg,#f47727,#e85d12);box-shadow:0 7px 18px rgba(232,93,18,.18)}
.cookie-consent button.cookie-essential{border-color:#5d554e;background:#27231f;box-shadow:none}
.cookie-consent button.cookie-action:hover{background:linear-gradient(135deg,#ff8738,#ed6419);box-shadow:0 9px 22px rgba(232,93,18,.25)}
.cookie-consent button.cookie-essential:hover{border-color:#82766d;background:#302b26;box-shadow:none}
