.cookie-banner{animation:slideUp .3s ease-out;background:hsla(0,0%,100%,.98);border-top:3px solid #2563eb;bottom:0;box-shadow:0 -2px 20px rgba(0,0,0,.1);display:none;left:0;padding:20px;position:fixed;right:0;z-index:9999}.cookie-banner.show{display:block}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-banner-container{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-banner-text{color:#333;flex:1;font-size:14px;line-height:1.5;min-width:300px}.cookie-banner-text strong{color:#1a1a1a;display:block;font-size:16px;margin-bottom:5px}.cookie-banner-text a{color:#2563eb;font-weight:500;text-decoration:underline}.cookie-banner-text a:hover{color:#1d4ed8}.cookie-banner-buttons{display:flex;flex-wrap:wrap;gap:10px}.cookie-banner button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .2s ease;white-space:nowrap}.cookie-accept{background:#2563eb;color:#fff}.cookie-accept:hover{background:#1d4ed8;box-shadow:0 4px 12px rgba(37,99,235,.3);transform:translateY(-1px)}.cookie-reject{background:#f3f4f6;border:1px solid #d1d5db;color:#4b5563}.cookie-reject:hover{background:#e5e7eb;border-color:#9ca3af}@media (max-width:768px){.cookie-banner{padding:15px}.cookie-banner-container{align-items:stretch;flex-direction:column;gap:15px}.cookie-banner-text{min-width:100%;text-align:center}.cookie-banner-buttons{justify-content:center;width:100%}.cookie-banner button{flex:1;min-width:120px}}@media (prefers-color-scheme:dark){.cookie-banner{background:rgba(31,41,55,.98);border-top-color:#3b82f6}.cookie-banner-text{color:#e5e7eb}.cookie-banner-text strong{color:#f9fafb}.cookie-reject{background:#374151;border-color:#4b5563;color:#e5e7eb}.cookie-reject:hover{background:#4b5563;border-color:#6b7280}}