#cookie-consent{position:fixed;left:0;right:0;bottom:0;transform:translateY(110%);background:rgba(33,37,41,.98);color:#fff;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:transform .6s cubic-bezier(.2,.9,.2,1);z-index:9999;box-shadow:0 -6px 24px #0000004d}#cookie-consent.show{transform:translateY(0)}#cookie-consent p{margin:0;font-size:.95rem}#cookie-consent .message{flex:1}#cookie-consent .cookie-btn{background:#0d6efd;color:#fff;border:none;padding:.55rem .85rem;border-radius:.35rem;cursor:pointer;box-shadow:0 2px 8px #0d6efd33}#cookie-consent a.cookie-link{color:#ffd;text-decoration:underline}@media (max-width: 576px){#cookie-consent{flex-direction:column;align-items:flex-start}#cookie-consent .actions{width:100%;display:flex;justify-content:flex-end}}
