.cookie-consent{background:var(--bg-secondary,#1e293b);border-top:1px solid var(--border-color,hsla(0,0%,100%,.1));bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.15);color:var(--text-primary,#f1f5f9);left:0;padding:1rem 1.5rem;position:fixed;right:0;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:10000}.cookie-consent.visible{transform:translateY(0)}.cookie-consent-inner{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text p{font-size:.9rem;line-height:1.6;margin:0}.cookie-consent-text a{color:var(--primary-color,#7ab8ff);text-decoration:underline;transition:color .2s ease}.cookie-consent-text a:hover{color:var(--accent-color,#fbbf24)}.cookie-consent-buttons{display:flex;flex-shrink:0;gap:.75rem}.cookie-consent-btn{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;padding:.625rem 1.25rem;transition:all .2s ease}.cookie-consent-btn.accept{background:var(--primary-color,#3d6fb6);color:#fff}.cookie-consent-btn.accept:hover{background:var(--primary-dark,#2d5a9b);transform:translateY(-1px)}.cookie-consent-btn.reject{background:transparent;border:1px solid var(--border-color,hsla(0,0%,100%,.2));color:var(--text-secondary,#94a3b8)}.cookie-consent-btn.reject:hover{background:hsla(0,0%,100%,.1);color:var(--text-primary,#f1f5f9)}body:not(.dark-mode) .cookie-consent{background:#fff;border-top:1px solid #e2e8f0;color:#1e293b}body:not(.dark-mode) .cookie-consent-btn.reject{border-color:#e2e8f0;color:#64748b}body:not(.dark-mode) .cookie-consent-btn.reject:hover{background:#f1f5f9;color:#1e293b}@media (max-width:600px){.cookie-consent{padding:1rem}.cookie-consent-inner{flex-direction:column;text-align:center}.cookie-consent-text{min-width:100%}.cookie-consent-buttons{justify-content:center;width:100%}.cookie-consent-btn{flex:1;max-width:150px}}@media (prefers-reduced-motion:reduce){.cookie-consent{transition:none}}