/* OMNIA launch popup — isolated styles; existing site graphics are untouched. */
.omnia-launch-popup[hidden]{display:none!important}
.omnia-launch-popup{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:20px;background:rgba(2,6,18,.72);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.omnia-launch-popup__panel{position:relative;width:min(560px,100%);padding:34px 30px 28px;border-radius:26px;border:1px solid rgba(92,221,255,.28);background:linear-gradient(145deg,rgba(7,18,39,.98),rgba(22,10,45,.98));box-shadow:0 28px 90px rgba(0,0,0,.46),0 0 44px rgba(54,211,255,.11);color:#fff;text-align:center}
.omnia-launch-popup__close{position:absolute;right:14px;top:12px;width:38px;height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:25px;line-height:1;cursor:pointer}
.omnia-launch-popup__kicker{display:block;margin:0 34px 10px;color:#67e8ff;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.omnia-launch-popup__panel h2{margin:0 0 12px;font-family:"Space Grotesk",Inter,sans-serif;font-size:clamp(28px,5vw,42px);line-height:1.05;color:#fff}
.omnia-launch-popup__panel p{margin:0 auto 22px;max-width:460px;color:#c4cee5;font-size:15px;line-height:1.65}
.omnia-launch-popup__actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.omnia-launch-popup__primary,.omnia-launch-popup__secondary{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:14px;font-weight:800;text-decoration:none;cursor:pointer}
.omnia-launch-popup__primary{border:1px solid rgba(94,226,255,.55);background:linear-gradient(135deg,#19c8ef,#6b5cff);color:#fff;box-shadow:0 10px 30px rgba(55,169,255,.18)}
.omnia-launch-popup__secondary{border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#eaf3ff}
.omnia-launch-popup__primary:hover,.omnia-launch-popup__secondary:hover,.omnia-launch-popup__close:hover{filter:brightness(1.08)}
.omnia-launch-popup__close:focus-visible,.omnia-launch-popup__primary:focus-visible,.omnia-launch-popup__secondary:focus-visible{outline:3px solid rgba(103,232,255,.7);outline-offset:3px}
body.omnia-launch-popup-open{overflow:hidden}
@media(max-width:560px){.omnia-launch-popup{padding:14px}.omnia-launch-popup__panel{padding:32px 20px 24px;border-radius:22px}.omnia-launch-popup__actions{display:grid}.omnia-launch-popup__primary,.omnia-launch-popup__secondary{width:100%}}
@media(prefers-reduced-motion:reduce){.omnia-launch-popup *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
