.cookie-consent{z-index:1000;background:rgba(0,0,0,.5);padding:16px;position:fixed;bottom:0;left:0;right:0}.cookie-consent__container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;box-shadow:0 -4px 20px rgba(0,0,0,.15)}.cookie-consent__content{flex:1}.cookie-consent__text{color:#374151;margin:0;font-size:14px;line-height:1.5}.cookie-consent__link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.cookie-consent__link:hover{color:#1d4ed8}.cookie-consent__buttons{flex-shrink:0;gap:12px;display:flex}.cookie-consent__button{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:500;transition:all .3s}.cookie-consent__button--reject{color:#2563eb;background:0 0;border:1px solid #2563eb}.cookie-consent__button--reject:hover{background:rgba(37,99,235,.1)}.cookie-consent__button--accept{color:#fff;background:#2563eb}.cookie-consent__button--accept:hover{background:#1d4ed8}@media (max-width:768px){.cookie-consent{padding:12px}.cookie-consent__container{text-align:center;flex-direction:column;gap:16px;padding:16px 20px}.cookie-consent__buttons{justify-content:center;width:100%}.cookie-consent__button{flex:1;max-width:140px}}@media (max-width:480px){.cookie-consent__container{padding:12px 16px}.cookie-consent__text{font-size:13px}.cookie-consent__buttons{flex-direction:column;gap:8px}.cookie-consent__button{width:100%;max-width:none;padding:12px}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-consent{animation:.3s ease-out slideUp}
