.cookie-banner{position:fixed;bottom:-100%;left:0;right:0;background-color:#f8f9fa;border-top:1px solid #dee2e6;padding:20px 25px;z-index:1050;display:flex;justify-content:space-between;align-items:center;box-shadow:0 -4px 15px rgba(0,0,0,.08);transition:bottom .5s ease-out}.cookie-banner.is-visible{bottom:0}.cookie-banner p{margin:0;color:#495057}.cookie-banner p a{margin:0;color:#d62839}.cookie-actions{display:flex;gap:10px}.cookie-btn{border:none;padding:10px 20px;border-radius:5px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.cookie-btn.accept{background-color:#e22734;color:#fff}.cookie-btn.accept:hover{background-color:#d62839}.cookie-btn.decline{background-color:#e9ecef;color:#495057}.cookie-btn.decline:hover{background-color:#dee2e6}@keyframes pulse-triangle{0%{transform:scale(1);opacity:.6}to{transform:scale(2.5);opacity:0}}.cookie-prefs-trigger{position:fixed;bottom:0;left:0;z-index:1040;cursor:pointer;width:60px;height:60px;display:none;background:none;border:none;padding:0}.cookie-prefs-trigger.is-visible{display:block}.cookie-prefs-trigger:before{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-color:transparent transparent transparent #212529;border-style:solid;border-width:60px 0 0 60px;z-index:2}.cookie-char{position:absolute;left:10px;bottom:10px;color:#fff;font-weight:700;font-family:sans-serif;font-size:1.4rem;line-height:1;transition:transform .2s ease;z-index:3}.cookie-prefs-trigger:hover .cookie-char{transform:scale(1.15)}.cookie-prefs-trigger:after{content:"";position:absolute;bottom:0;left:0;width:0;height:0;border-color:transparent transparent transparent #212529;border-style:solid;border-width:60px 0 0 60px;transform-origin:bottom left;opacity:0;z-index:1}.cookie-prefs-trigger.animate-pulse:after{animation:pulse-triangle 1.5s cubic-bezier(.19,1,.22,1) forwards}@media (max-width:768px){.cookie-banner{flex-direction:column;text-align:center;gap:15px}.cookie-prefs-trigger{display:none}}