#cookie-consent-bar {position: fixed;bottom: 20px;left: 50%;transform: translateX(-50%);width: 90%;max-width: 800px;background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);color: #fff;padding: 15px;border-radius: 8px;box-shadow: 0 4px 12px rgba(0,0,0,0.15);z-index: 10000;display: flex;flex-direction: column;align-items: center;text-align: center;}#cookie-consent-bar p {margin: 0 0 15px 0;line-height: 1.5;}#cookie-consent-bar a {color: #fff;text-decoration: underline;font-weight: bold;}#cookie-consent-bar .cookie-buttons {display: flex;gap: 10px;}#cookie-consent-bar button {padding: 8px 20px;border: none;border-radius: 4px;cursor: pointer;font-weight: 600;transition: all 0.3s ease;}#cookie-consent-bar .accept-btn {background: #fff;color: #764ba2;}#cookie-consent-bar .close-btn {background: transparent;color: #fff;border: 1px solid rgba(255,255,255,0.5);}@media (max-width: 600px) {#cookie-consent-bar {width: 95%;bottom: 10px;}#cookie-consent-bar .cookie-buttons {flex-direction: column;width: 100%;}#cookie-consent-bar button {width: 100%;}}