.cookie-banner{z-index:1000;background:linear-gradient(135deg,#1f2937 0%,#374151 100%);border-top:2px solid #3b82f6;padding:1.5rem;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px rgba(0,0,0,.3)}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-content{align-items:flex-start;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.cookie-text{color:#fff;flex:1}.cookie-text h3{color:#fff;margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.cookie-text p{color:#d1d5db;margin:0 0 1rem;font-size:.95rem;line-height:1.6}.cookie-details{margin-top:1rem}.cookie-details details{color:#9ca3af;font-size:.9rem}.cookie-details summary{cursor:pointer;color:#3b82f6;margin-bottom:.5rem;padding-left:1.5rem;font-weight:500;list-style:none;position:relative}.cookie-details summary:before{content:"▶";transition:transform .2s;position:absolute;left:0}.cookie-details details[open] summary:before{transform:rotate(90deg)}.cookie-types{border-left:2px solid #374151;margin-top:1rem;padding-left:1rem}.cookie-type{margin-bottom:1rem}.cookie-type strong{color:#fff;margin-bottom:.25rem;font-weight:600;display:block}.cookie-type p{color:#9ca3af;margin:0;font-size:.85rem}.cookie-actions{flex-direction:column;gap:.75rem;min-width:200px;display:flex}.cookie-btn{cursor:pointer;text-align:center;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s}.cookie-btn-reject{color:#fff;background-color:#374151;border:1px solid #4b5563}.cookie-btn-reject:hover{background-color:#4b5563;transform:translateY(-1px)}.cookie-btn-accept{color:#fff;background-color:#3b82f6}.cookie-btn-accept:hover{background-color:#2563eb;transform:translateY(-1px)}.cookie-btn:active{transform:translateY(0)}.cookie-preferences{z-index:999;position:fixed;bottom:1rem;right:1rem}.preferences-btn{color:#fff;cursor:pointer;background-color:#374151;border:1px solid #4b5563;border-radius:.375rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.2)}.preferences-btn:hover{background-color:#4b5563;transform:translateY(-1px)}@media (width<=768px){.cookie-banner{padding:1rem}.cookie-content{flex-direction:column;gap:1.5rem}.cookie-actions{flex-direction:row;min-width:auto}.cookie-btn{flex:1;padding:.875rem 1rem}.cookie-preferences{bottom:.5rem;right:.5rem}}@media (prefers-color-scheme:dark){.cookie-banner{background:linear-gradient(135deg,#111827 0%,#1f2937 100%)}}.cookie-btn:focus{outline-offset:2px;outline:2px solid #3b82f6}.cookie-details summary:focus{outline-offset:2px;border-radius:.25rem;outline:2px solid #3b82f6}@media (prefers-contrast:high){.cookie-banner{border-top:3px solid #3b82f6}.cookie-btn{border:2px solid}}