/* FLYCONNECT consent UI v1 */
.fly-consent[hidden],.fly-consent-settings[hidden]{display:none!important}
.fly-consent{position:fixed;z-index:10000;inset:auto 16px 16px;display:flex;justify-content:center;pointer-events:none;color:#fdfbff;font-family:Manrope,system-ui,-apple-system,"Segoe UI",sans-serif}
.fly-consent__panel{width:min(720px,100%);padding:20px;border:1px solid rgba(255,255,255,.2);border-radius:18px;background:rgba(8,5,27,.97);box-shadow:0 18px 60px rgba(0,0,0,.5);backdrop-filter:blur(18px);pointer-events:auto}
.fly-consent__title{margin:0 0 8px;font-size:18px;line-height:1.3;color:#fff}
.fly-consent__text{margin:0;color:#d9d3e8;font-size:14px;line-height:1.55}
.fly-consent__text a{color:#71eaff;text-decoration:underline;text-underline-offset:3px}
.fly-consent__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px;flex-wrap:wrap}
.fly-consent__button{min-height:42px;padding:10px 18px;border:1px solid rgba(255,255,255,.25);border-radius:999px;background:transparent;color:#fff;font:600 14px/1 inherit;cursor:pointer}
.fly-consent__button:hover,.fly-consent__button:focus-visible{background:rgba(255,255,255,.1);outline:none}
.fly-consent__button--accept{border-color:transparent;background:linear-gradient(135deg,#ffb347,#ff6ad5,#46f3ff);color:#09031f}
.fly-consent__button--accept:hover,.fly-consent__button--accept:focus-visible{background:linear-gradient(135deg,#ffc46a,#ff82dc,#70f6ff)}
.fly-consent-settings{position:fixed;z-index:9999;right:16px;bottom:16px;padding:9px 13px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(8,5,27,.92);color:#fff;font:600 12px/1.2 Manrope,system-ui,sans-serif;box-shadow:0 8px 25px rgba(0,0,0,.35);cursor:pointer}
.fly-consent-placeholder{display:grid;place-items:center;min-height:240px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:16px;background:rgba(255,255,255,.04);color:#d9d3e8;text-align:center}
.fly-consent-placeholder button{margin-top:12px}
@media(max-width:560px){.fly-consent{inset:auto 10px 10px}.fly-consent__panel{padding:17px;border-radius:15px}.fly-consent__actions{display:grid;grid-template-columns:1fr}.fly-consent__button--accept{order:-1}.fly-consent-settings{right:10px;bottom:10px}}
