﻿#cookie-consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;background:#0b1f35;color:#e8f1ff;border:1px solid #2a4f74;border-radius:14px;box-shadow:0 10px 28px rgba(0,0,0,.35);padding:14px;display:none;max-width:980px;margin:0 auto}
#cookie-consent-banner.show{display:block}
#cookie-consent-banner h3{margin:0 0 8px;font-size:16px}
#cookie-consent-banner p{margin:0 0 10px;color:#c8dcf3;line-height:1.45}
#cookie-consent-banner .cc-actions{display:flex;gap:8px;flex-wrap:wrap}
#cookie-consent-banner .cc-btn{border:none;padding:10px 12px;border-radius:10px;font-weight:700;cursor:pointer}
#cookie-consent-banner .cc-primary{background:linear-gradient(90deg,#1fb6ff,#70d6ff);color:#041425}
#cookie-consent-banner .cc-secondary{background:rgba(16,36,59,.8);color:#e8f1ff;border:1px solid #2a4f74}
#cookie-consent-banner .cc-link{color:#7fd4ff;text-decoration:underline}
#cookie-preferences-modal{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.55);display:none;align-items:center;justify-content:center;padding:16px}
#cookie-preferences-modal.show{display:flex}
#cookie-preferences-modal .cc-panel{max-width:620px;width:100%;background:#0b1f35;color:#e8f1ff;border:1px solid #2a4f74;border-radius:14px;padding:16px}
#cookie-preferences-modal h3{margin:0 0 8px}
#cookie-preferences-modal .cc-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;border-top:1px solid #24496f}
#cookie-preferences-modal .cc-row:first-of-type{border-top:none}
@media (max-width:768px){#cookie-consent-banner{left:10px;right:10px;bottom:10px;padding:12px}}
