.swairishx-theme-aurora { --swx-bg: #133a35; --swx-fg: #f4fffb; --swx-accent: #86efc5; background-image: radial-gradient(circle at 18% 0, rgba(87,219,174,.22), transparent 42%); }
.swairishx-theme-editorial { --swx-bg: #f4efe4; --swx-fg: #27231d; --swx-accent: #d8b56d; box-shadow: inset 0 -1px rgba(39,35,29,.12); }
.swairishx-theme-commerce { --swx-bg: #201e33; --swx-fg: #f8f7ff; --swx-accent: #f5c75c; }
.swairishx-exit_intent_popup { position: fixed; inset: 50% auto auto 50%; width: min(560px, calc(100% - 32px)); border-radius: 16px; transform: translate(-50%, calc(-50% + 12px)); box-shadow: 0 28px 90px rgba(0,0,0,.28); }
.swairishx-exit_intent_popup.is-visible { transform: translate(-50%, -50%); }
.swairishx-notice__video { width: min(240px, 34vw); max-height: 128px; border-radius: 9px; background: #000; }
.swairishx-countdown { flex: 0 0 auto; color: var(--swx-accent); font-size: 12px; font-weight: 750; font-variant-numeric: tabular-nums; }
@media (max-width: 720px) { .swairishx-notice__video { width: 100%; max-height: 180px; } }
