.cookie-consent{position:fixed;right:22px;bottom:22px;z-index:200;width:min(720px,calc(100vw - 44px));color:#17281C;background:linear-gradient(145deg,#fff 0%,#F2F7F3 100%);border:1px solid rgba(13,28,94,.14);border-radius:18px;box-shadow:0 22px 60px rgba(13,28,94,.24);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;animation:cookie-consent-enter .42s ease-out both}
.cookie-consent.is-closing{animation:cookie-consent-leave .3s ease-in both}
.cookie-consent__card{display:grid;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px;position:relative;overflow:hidden}
.cookie-consent__card::before{content:"";position:absolute;top:-65px;left:-45px;width:170px;height:170px;border-radius:50%;background:rgba(76,196,92,.08);pointer-events:none}
.cookie-consent__art{position:relative;z-index:1;display:grid;place-items:center;width:94px;height:94px;border:1px solid rgba(29,113,36,.12);border-radius:50%;background:#EEF7EF;color:#1D7124}
.cookie-consent__art svg{display:block;width:82px;height:82px;filter:drop-shadow(0 8px 9px rgba(117,65,31,.18))}
.cookie-consent__content{position:relative;z-index:1;min-width:0}
.cookie-consent__eyebrow{margin:0 0 4px;color:#1D7124;font-size:.7rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.cookie-consent__title{margin:0 0 7px;color:#0D1C5E;font-family:Georgia,serif;font-size:1.35rem;font-weight:400;line-height:1.25}
.cookie-consent__text{margin:0;color:#4E5A52;font-size:.9rem;line-height:1.55}
.cookie-consent__links{display:flex;align-items:center;gap:8px;margin:8px 0 0;font-size:.8rem}
.cookie-consent__links a{color:#1D7124;font-weight:700}
.cookie-consent__links a:hover{text-decoration:underline}
.cookie-consent__actions{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px;min-width:126px}
.cookie-consent__button{min-height:42px;padding:10px 16px;border:1px solid #0D1C5E;border-radius:9px;font:700 .86rem/1 Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;cursor:pointer;transition:filter .18s ease,transform .18s ease,box-shadow .18s ease}
.cookie-consent__button--accept{color:#fff;background:#1D7124;border-color:#1D7124;box-shadow:0 7px 18px rgba(29,113,36,.18)}
.cookie-consent__button--reject{color:#0D1C5E;background:#fff}
.cookie-consent__button:hover{filter:brightness(.94);transform:translateY(-1px)}
.cookie-consent__button:focus-visible{outline:3px solid #4CC45C;outline-offset:3px}
.legal-links{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.legal-settings{padding:0;border:0;color:inherit;background:transparent;font:inherit;font-size:inherit;cursor:pointer}.legal-settings:hover{color:#4CC45C}
@keyframes cookie-consent-enter{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes cookie-consent-leave{from{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(18px) scale(.98)}}
@media(max-width:680px){.cookie-consent{right:10px;bottom:10px;width:calc(100vw - 20px)}.cookie-consent__card{grid-template-columns:62px minmax(0,1fr);gap:14px;padding:18px}.cookie-consent__art{width:62px;height:62px}.cookie-consent__art svg{width:58px;height:58px}.cookie-consent__title{font-size:1.18rem}.cookie-consent__actions{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;min-width:0}.cookie-consent__button{width:100%}}
@media(max-width:420px){.cookie-consent__actions{grid-template-columns:1fr}.cookie-consent__links{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){.cookie-consent,.cookie-consent.is-closing{animation:none}.cookie-consent__button{transition:none}}
