.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px rgba(0,0,0,.1);z-index:1000;padding:1.5rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-consent__content{flex:1;min-width:250px}.cookie-consent__text{margin:0;font-size:.95rem;line-height:1.6;color:#333}.cookie-consent__link{color:#2563eb;text-decoration:underline;transition:color .2s ease}.cookie-consent__link:hover{color:#1d4ed8}.cookie-consent__actions{display:flex;gap:1rem;flex-shrink:0}.cookie-consent__button{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cookie-consent__button:hover{transform:translateY(-1px)}.cookie-consent__button:active{transform:translateY(0)}.cookie-consent__button--accept{background:#2563eb;color:#fff}.cookie-consent__button--accept:hover{background:#1d4ed8}.cookie-consent__button--decline{background:#f3f4f6;color:#374151}.cookie-consent__button--decline:hover{background:#e5e7eb}@media(max-width:768px){.cookie-consent{padding:1.25rem}.cookie-consent__container{flex-direction:column;align-items:stretch;gap:1rem}.cookie-consent__content{min-width:auto}.cookie-consent__actions{width:100%;flex-direction:column}.cookie-consent__button{width:100%}}