/** * Cookie Consent Banner Styles * Optimized for visibility over background images */.cookie-consent-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:480px;margin:0 auto;background:rgba(255, 255, 255, 0.95);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255, 255, 255, 0.3);border-radius:16px;padding:24px;box-shadow:0 8px 32px rgba(0, 0, 0, 0.2), 0 0 80px rgba(0, 102, 204, 0.1);z-index:99999; animation:fadeIn 0.3s ease-out; contain:layout style paint;will-change:opacity;}@supports not (backdrop-filter:blur(20px)){.cookie-consent-banner{background:rgba(255, 255, 255, 0.98);}}.cookie-consent-content{display:flex;flex-direction:column;gap:16px;}.cookie-consent-text h3{margin:0 0 8px 0;font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.3;}.cookie-consent-text p{margin:0 0 8px 0;font-size:14px;color:#4a4a4a;line-height:1.5;}.cookie-privacy-link{color:#0066cc;text-decoration:none;font-weight:500;font-size:14px;transition:color 0.3s ease;}.cookie-privacy-link:hover{color:#004499;text-decoration:underline;}.cookie-consent-actions{display:flex;gap:10px;flex-wrap:wrap;}.cookie-btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.3s ease;flex:1;min-width:100px;text-align:center;}.cookie-btn-accept{background:linear-gradient(135deg, #0066cc 0%, #004499 100%);color:white;}.cookie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0, 102, 204, 0.4);}.cookie-btn-decline{background:#f5f5f5;color:#666;border:1px solid #ddd;}.cookie-btn-decline:hover{background:#e8e8e8;}.cookie-btn-settings{background:transparent;color:#0066cc;border:1px solid #667eea;}.cookie-btn-settings:hover{background:rgba(0, 102, 204, 0.1);}.cookie-settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.7);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:100000;padding:20px;}.cookie-settings-content{background:white;border-radius:16px;padding:32px;max-width:500px;width:100%;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px rgba(0, 0, 0, 0.3);}.cookie-settings-content h3{margin:0 0 24px 0;font-size:24px;color:#1a1a1a;}.cookie-close-modal{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:28px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.3s ease;}.cookie-close-modal:hover{background:#f5f5f5;color:#333;}.cookie-categories{margin-bottom:24px;}.cookie-category{padding:16px 0;border-bottom:1px solid #e5e5e5;}.cookie-category:last-child{border-bottom:none;}.cookie-category label{display:flex;align-items:center;font-weight:600;margin-bottom:8px;cursor:pointer;}.cookie-category input[type="checkbox"]{margin-right:12px;width:18px;height:18px;cursor:pointer;}.cookie-category p{margin:0;font-size:14px;color:#666;line-height:1.5;padding-left:30px;}.cookie-settings-actions{display:flex;gap:12px;margin-top:24px;}#cookie-settings-save{background:linear-gradient(135deg, #0066cc 0%, #004499 100%);color:white;padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;flex:1;transition:all 0.3s ease;}#cookie-settings-save:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0, 102, 204, 0.4);}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}@media (max-width:640px){.cookie-consent-banner{left:10px;right:10px;bottom:10px;padding:20px;}.cookie-consent-text h3{font-size:16px;}.cookie-consent-text p{font-size:13px;}.cookie-consent-actions{flex-direction:column;}.cookie-btn{width:100%;}.cookie-settings-content{padding:24px;}}@media (prefers-contrast:high){.cookie-consent-banner{background:white;border:2px solid black;}.cookie-btn-accept{background:black;color:white;}}@media (prefers-color-scheme:dark){.cookie-consent-banner{background:rgba(30, 30, 30, 0.95);border:1px solid rgba(255, 255, 255, 0.1);}.cookie-consent-text h3{color:#f5f5f5;}.cookie-consent-text p{color:#b0b0b0;}.cookie-btn-decline{background:#2a2a2a;color:#b0b0b0;border-color:#444;}.cookie-settings-content{background:#1a1a1a;color:#f5f5f5;}.cookie-settings-content h3{color:#f5f5f5;}.cookie-category{border-color:#333;}.cookie-category p{color:#999;}}