.fxev-single-shell {
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
}

.fxev-event-page .fxev-single-shell::before,
.fxev-event-page .fxev-single-shell::after { display: none !important; content: none !important; }

.fxev-event-page .fxev-single-shell {
  padding: 1px 0 !important;
  background: linear-gradient(180deg, #f9fcff 0, #f4f8fc 48%, #f8fafc 100%);
}

.fxev {
  --fxev-primary: #007fda;
  --fxev-primary-dark: #005fa8;
  --fxev-secondary: #5ab0f0;
  --fxev-ink: #172033;
  --fxev-muted: #687386;
  --fxev-line: rgba(35, 86, 128, .13);
  --fxev-card: rgba(255, 255, 255, .88);
  --fxev-soft: #f3f8fc;
  --fxev-success: #087f5b;
  --fxev-danger: #c92a2a;
  width: min(1220px, calc(100% - 36px));
  margin: 34px auto 72px;
  color: var(--fxev-ink);
  font-family: inherit;
  line-height: 1.9;
}

.fxev *, .fxev *::before, .fxev *::after { box-sizing: border-box; }
.fxev a { text-decoration: none; }
.fxev-hp { position: absolute !important; right: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.fxev-hero {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, .92fr);
  align-items: center;
  gap: clamp(34px, 4vw, 58px);
  min-height: 470px;
  padding: clamp(34px, 4.5vw, 58px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(230,245,255,.82)),
    linear-gradient(135deg, var(--fxev-primary), var(--fxev-secondary));
  box-shadow: 0 24px 65px rgba(0, 77, 135, .13);
}

.fxev-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .32;
  background-image: radial-gradient(rgba(0,127,218,.23) 1px, transparent 1px);
  background-size: 20px 20px;
  mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.fxev-hero__glow { position: absolute; z-index: -1; width: 360px; height: 360px; border-radius: 50%; filter: blur(6px); opacity: .25; }
.fxev-hero__glow--one { right: -130px; top: -150px; background: var(--fxev-secondary); }
.fxev-hero__glow--two { left: 22%; bottom: -280px; background: #8fd3ff; }
.fxev-hero__copy { min-width: 0; }

.fxev-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  color: var(--fxev-primary-dark) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.1px;
}
.fxev-eyebrow span { width: 9px; height: 9px; border-radius: 50%; background: var(--fxev-primary); box-shadow: 0 0 0 6px rgba(0,127,218,.12); }
.fxev-hero h1 { max-width: 680px; margin: 0 0 16px; color: var(--fxev-ink) !important; font-size: clamp(31px, 3.5vw, 48px); line-height: 1.38; letter-spacing: -1.2px; }
.fxev-hero__description { max-width: 650px; margin: 0 0 26px; color: var(--fxev-muted) !important; font-size: clamp(14px, 1.35vw, 17px); line-height: 2.05; }

.fxev-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 0 0 28px; }
.fxev-fact { display: flex; align-items: center; gap: 11px; min-width: 0; min-height: 72px; padding: 12px 13px; border: 1px solid rgba(0,127,218,.12); border-radius: 16px; background: rgba(255,255,255,.72); backdrop-filter: blur(15px); }
.fxev-fact__icon { display: grid; flex: 0 0 34px; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: rgba(0,127,218,.11); color: var(--fxev-primary); font-size: 19px; font-weight: 900; }
.fxev-fact div { min-width: 0; }
.fxev-fact small, .fxev-fact strong { display: block; }
.fxev-fact small { color: var(--fxev-muted) !important; font-size: 10px; }
.fxev-fact strong { color: var(--fxev-ink) !important; font-size: 11px; line-height: 1.65; }

.fxev-primary-link { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 54px; padding: 12px 25px; border-radius: 15px; background: linear-gradient(135deg, var(--fxev-primary), var(--fxev-primary-dark)); color: #fff !important; font-weight: 800; box-shadow: 0 13px 28px rgba(0,127,218,.24); transition: transform .2s ease, box-shadow .2s ease; }
.fxev-primary-link:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(0,127,218,.3); }
.fxev-primary-link span { font-size: 22px; }

.fxev-hero__poster { position: relative; justify-self: end; width: min(100%, 540px); }
.fxev-poster-link { position: relative; display: block; width: 100%; margin: 0; padding: 8px; appearance: none; border: 1px solid rgba(255,255,255,.9); border-radius: 23px; outline: 0; background: rgba(255,255,255,.84); cursor: zoom-in; font: inherit; text-align: inherit; box-shadow: 0 24px 50px rgba(5,49,82,.22); }
.fxev-hero__poster img { display: block; width: 100%; height: auto; max-height: 440px; border-radius: 16px; object-fit: contain; background: #fff; }
.fxev-poster-link__label { position: absolute; right: 18px; bottom: 18px; display: inline-flex; align-items: center; min-height: 32px; padding: 5px 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; background: rgba(6,38,63,.78); color: #fff; font-size: 10px; font-weight: 800; backdrop-filter: blur(9px); }
.fxev-poster-placeholder { display: flex; width: 100%; aspect-ratio: 16 / 10; flex-direction: column; align-items: center; justify-content: center; gap: 22px; overflow: hidden; padding: 28px; border: 7px solid rgba(255,255,255,.8); border-radius: 23px; background: linear-gradient(145deg, #003f88, #007fda 58%, #83cef9); color: #fff; text-align: center; box-shadow: 0 24px 50px rgba(5,49,82,.22); }
.fxev-poster-placeholder span { font-size: 11px; letter-spacing: 2px; opacity: .8; }
.fxev-poster-placeholder strong { font-size: clamp(21px, 3vw, 34px); line-height: 1.5; }
.fxev-live-chip { position: absolute; left: -12px; top: 22px; bottom: auto; display: flex; align-items: center; gap: 7px; padding: 8px 13px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; background: rgba(255,255,255,.94); color: #b42318; font: 800 11px/1 Arial, sans-serif; letter-spacing: 1px; box-shadow: 0 10px 22px rgba(0,0,0,.14); }
.fxev-live-chip i { width: 8px; height: 8px; border-radius: 50%; background: #e03131; box-shadow: 0 0 0 5px rgba(224,49,49,.13); animation: fxev-pulse 1.5s infinite; }
@keyframes fxev-pulse { 50% { box-shadow: 0 0 0 8px rgba(224,49,49,0); } }

body.fxev-lightbox-open { overflow: hidden !important; overscroll-behavior: none; }
.fxev-lightbox[hidden] { display: none !important; }
.fxev-lightbox { position: fixed; inset: 0; z-index: 2147483000; display: grid; width: 100vw; height: 100dvh; place-items: center; padding: max(70px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom)); background: rgba(1, 10, 18, .94); cursor: zoom-out; backdrop-filter: blur(14px); }
.fxev-lightbox__stage { display: grid; width: 100%; height: 100%; place-items: center; }
.fxev-lightbox__stage img { display: block; max-width: min(96vw, 1500px); max-height: calc(100dvh - 110px); width: auto; height: auto; border-radius: 12px; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.48); }
.fxev-lightbox__close { position: fixed; top: max(15px, env(safe-area-inset-top)); right: max(15px, env(safe-area-inset-right)); z-index: 2; display: grid; width: 48px; height: 48px; margin: 0; padding: 0; place-items: center; appearance: none; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(255,255,255,.13); color: #fff !important; cursor: pointer; font: 300 35px/1 Arial,sans-serif; backdrop-filter: blur(12px); }

.fxev-countdown { display: flex; align-items: center; justify-content: space-between; gap: 25px; width: min(980px, calc(100% - 42px)); margin: 20px auto 30px; padding: 17px 22px; position: relative; z-index: 3; border: 1px solid rgba(17,92,145,.11); border-radius: 18px; background: rgba(255,255,255,.94); backdrop-filter: blur(18px); box-shadow: 0 12px 30px rgba(0,62,105,.09); }
.fxev-countdown__title { color: var(--fxev-ink) !important; font-weight: 850; }
.fxev-countdown__title span { display: block; color: var(--fxev-muted) !important; font-size: 10px; font-weight: 600; }
.fxev-countdown__units { display: flex; align-items: center; gap: 8px; }
.fxev-countdown__units > div { min-width: 69px; padding: 7px 11px; border-radius: 12px; background: var(--fxev-soft); text-align: center; }
.fxev-countdown__units strong, .fxev-countdown__units span { display: block; }
.fxev-countdown__units strong { color: var(--fxev-primary-dark); font-size: 22px; font-weight: 800; line-height: 1.2; }
.fxev-countdown__units span { color: var(--fxev-muted); font-size: 9px; }

.fxev-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; align-items: start; gap: 28px; }
.fxev-main { display: grid; gap: 24px; min-width: 0; }
.fxev-card, .fxev-register-card { border: 1px solid var(--fxev-line); border-radius: 22px; background: var(--fxev-card); box-shadow: 0 12px 36px rgba(5,49,82,.065); }
.fxev-card { padding: clamp(23px, 4vw, 42px); }
.fxev-section-heading { margin-bottom: 23px; }
.fxev-section-heading > span { display: block; margin-bottom: 2px; color: var(--fxev-primary); font-size: 11px; font-weight: 850; }
.fxev-section-heading h2 { margin: 0; color: var(--fxev-ink) !important; font-size: clamp(22px, 3vw, 31px); }
.fxev-description, .fxev-richtext { min-width: 0; max-width: 100%; }
.fxev-description { overflow: hidden; }
.fxev-richtext { width: 100%; overflow-wrap: anywhere; color: var(--fxev-ink) !important; font-size: 15px; line-height: 2.15; }
.fxev-richtext *, .fxev-richtext *::before, .fxev-richtext *::after { box-sizing: border-box; max-width: 100%; }
.fxev-richtext h1, .fxev-richtext h2, .fxev-richtext h3, .fxev-richtext h4, .fxev-richtext h5, .fxev-richtext h6, .fxev-richtext p, .fxev-richtext li, .fxev-richtext blockquote { width: auto !important; min-width: 0 !important; max-width: 100% !important; white-space: normal !important; overflow-wrap: anywhere !important; word-break: normal !important; }
.fxev-richtext p { margin: 0 0 18px; }
.fxev-richtext > :first-child { margin-top: 0; }
.fxev-richtext > :last-child { margin-bottom: 0; }
.fxev-richtext h1, .fxev-richtext h2, .fxev-richtext h3 { margin: 30px 0 10px; color: var(--fxev-ink); line-height: 1.65; }
.fxev-richtext h1 { font-size: 30px; }
.fxev-richtext h2 { font-size: 24px; }
.fxev-richtext h3 { font-size: 19px; }
.fxev-richtext ul { padding-right: 23px; }
.fxev-richtext li::marker { color: var(--fxev-primary); }
.fxev-richtext img, .fxev-richtext video, .fxev-richtext iframe { display: block; width: auto; max-width: 100% !important; height: auto; }
.fxev-richtext iframe { width: 100% !important; }
.fxev-richtext figure, .fxev-richtext .alignwide, .fxev-richtext .alignfull { width: 100% !important; max-width: 100% !important; margin-right: 0 !important; margin-left: 0 !important; }
.fxev-richtext table, .fxev-richtext pre, .fxev-richtext .wp-block-table { display: block; width: 100% !important; max-width: 100% !important; overflow-x: auto; }

.fxev-steps__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.fxev-steps--wide { margin-bottom: 28px; padding: 27px 30px 30px; }
.fxev-steps--wide .fxev-section-heading { margin-bottom: 18px; }
.fxev-steps__grid > div { position: relative; min-height: 132px; padding: 20px; border: 1px solid var(--fxev-line); border-radius: 18px; background: linear-gradient(145deg, var(--fxev-soft), rgba(255,255,255,.72)); }
.fxev-steps__grid b { display: grid; width: 35px; height: 35px; margin-bottom: 14px; place-items: center; border-radius: 11px; background: var(--fxev-primary); color: #fff; }
.fxev-steps__grid strong { display: block; margin-bottom: 5px; color: var(--fxev-ink); }
.fxev-steps__grid p { margin: 0; color: var(--fxev-muted); font-size: 12px; line-height: 1.8; }

.fxev-sidebar { position: sticky; top: 90px; scroll-margin-top: 100px; }
.fxev-register-card { overflow: hidden; }
.fxev-register-card__top { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 22px 24px; border-bottom: 1px solid var(--fxev-line); background: linear-gradient(135deg, rgba(0,127,218,.08), rgba(90,176,240,.13)); }
.fxev-register-card__top span { color: var(--fxev-muted); font-size: 12px; }
.fxev-register-card__top strong { color: var(--fxev-primary-dark); font-size: 22px; }
.fxev-price-display { display: grid; justify-items: end; line-height: 1.5; }
.fxev-price-display del { color: var(--fxev-muted); font-size: 11px; }
.fxev-price-display em { margin-top: 3px; padding: 2px 8px; border-radius: 999px; background: rgba(8,127,91,.1); color: var(--fxev-success); font-size: 9px; font-style: normal; font-weight: 800; }
.fxev-form { display: grid; gap: 13px; padding: 23px; }
.fxev-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fxev-form label { display: grid; gap: 5px; color: var(--fxev-ink); font-size: 11px; font-weight: 750; }
.fxev-form label > span { color: var(--fxev-danger); }
.fxev-form input[type="text"], .fxev-form input[type="email"], .fxev-form input[type="tel"] { width: 100%; height: 45px; margin: 0; padding: 8px 12px; border: 1px solid var(--fxev-line); border-radius: 12px; outline: none; background: rgba(255,255,255,.82); color: var(--fxev-ink); font-family: inherit; font-size: 13px; box-shadow: none; transition: border-color .2s ease, box-shadow .2s ease; }
.fxev-form input:focus { border-color: var(--fxev-primary); box-shadow: 0 0 0 4px rgba(0,127,218,.1); }
.fxev-form input[dir="ltr"] { text-align: left; }
.fxev-consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: flex-start; gap: 8px !important; margin: 4px 0; color: var(--fxev-muted) !important; font-weight: 500 !important; line-height: 1.7; }
.fxev-consent input { width: 17px; height: 17px; margin: 4px 0 0; accent-color: var(--fxev-primary); }
.fxev-consent span { color: inherit !important; }
.fxev-form button { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; margin: 2px 0 0; padding: 10px 19px; border: 0; border-radius: 14px; background: linear-gradient(135deg, var(--fxev-primary), var(--fxev-primary-dark)); color: #fff; cursor: pointer; font-family: inherit; font-size: 14px; font-weight: 850; box-shadow: 0 12px 25px rgba(0,127,218,.22); transition: transform .2s ease, box-shadow .2s ease; }
.fxev-form button:hover { transform: translateY(-1px); box-shadow: 0 15px 30px rgba(0,127,218,.28); }
.fxev-form button span { font-size: 20px; }
.fxev-coupon { display: grid; gap: 6px; padding: 12px; border: 1px dashed rgba(0,127,218,.24); border-radius: 14px; background: rgba(0,127,218,.045); }
.fxev-coupon > label { font-size: 11px; font-weight: 800; }
.fxev-coupon__row { display: grid; grid-template-columns: minmax(0,1fr) 72px; gap: 7px; }
.fxev-coupon__row input { text-align: left; text-transform: uppercase; }
.fxev-form .fxev-coupon__button { display: grid; width: 72px; min-height: 45px; margin: 0; padding: 7px; place-items: center; border: 0; border-radius: 11px; background: #163d59; color: #fff; font-size: 11px; font-weight: 800; box-shadow: none; }
.fxev-form .fxev-coupon__button:hover { transform: none; box-shadow: none; }
.fxev-form .fxev-coupon__button:disabled { cursor: wait; opacity: .65; }
.fxev-coupon__message { min-height: 18px; font-size: 10px; line-height: 1.7; }
.fxev-coupon__message.is-success { color: var(--fxev-success); }
.fxev-coupon__message.is-error { color: var(--fxev-danger); }
.fxev-secure-note { color: var(--fxev-muted); font-size: 10px; text-align: center; }
.fxev-secure-note span { display: inline-grid; width: 17px; height: 17px; margin-left: 4px; place-items: center; border-radius: 50%; background: rgba(8,127,91,.11); color: var(--fxev-success); font-weight: 900; }
.fxev-register-meta { border-top: 1px solid var(--fxev-line); padding: 10px 23px 17px; }
.fxev-register-meta > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px dashed var(--fxev-line); font-size: 11px; }
.fxev-register-meta > div:last-child { border-bottom: 0; }
.fxev-register-meta span { color: var(--fxev-muted); }
.fxev-register-meta strong { max-width: 62%; color: var(--fxev-ink); text-align: left; line-height: 1.65; }
.fxev-support-link { color: var(--fxev-primary-dark) !important; text-decoration: underline !important; text-decoration-style: dotted !important; text-underline-offset: 3px; }

.fxev-status { margin: 18px 20px 0; padding: 13px 15px; border-radius: 13px; font-size: 12px; line-height: 1.8; }
.fxev-status strong, .fxev-status span { display: block; }
.fxev-status--success { border: 1px solid rgba(8,127,91,.2); background: rgba(8,127,91,.08); color: var(--fxev-success); }
.fxev-status--danger { border: 1px solid rgba(201,42,42,.18); background: rgba(201,42,42,.07); color: var(--fxev-danger); }
.fxev-status--muted { border: 1px solid var(--fxev-line); background: var(--fxev-soft); color: var(--fxev-muted); }

.fxev-payment-panel { padding: 25px 23px; text-align: center; }
.fxev-payment-panel__icon { display: grid; width: 48px; height: 48px; margin: 0 auto 13px; place-items: center; border-radius: 15px; background: rgba(0,127,218,.11); color: var(--fxev-primary); font-size: 21px; font-weight: 900; }
.fxev-payment-panel__icon--success { background: rgba(8,127,91,.11); color: var(--fxev-success); }
.fxev-payment-panel h3 { margin: 0 0 8px; color: var(--fxev-ink); font-size: 19px; }
.fxev-payment-panel > p { margin: 0 0 12px; color: var(--fxev-muted); font-size: 12px; line-height: 1.9; }
.fxev-payment-panel__code { margin: 14px 0; padding: 10px 12px; border: 1px dashed rgba(0,127,218,.25); border-radius: 11px; background: var(--fxev-soft); color: var(--fxev-muted); font-size: 11px; }
.fxev-payment-panel__code span { margin-right: 5px; color: var(--fxev-primary-dark); font-weight: 850; letter-spacing: .4px; }
.fxev-payment-summary { display: grid; gap: 6px; margin: 13px 0; padding: 12px; border: 1px solid var(--fxev-line); border-radius: 12px; background: var(--fxev-soft); text-align: right; }
.fxev-payment-summary > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--fxev-muted); font-size: 10px; }
.fxev-payment-summary strong, .fxev-payment-summary code { color: var(--fxev-primary-dark); }
.fxev-pay-link { display: flex; align-items: center; justify-content: space-between; min-height: 52px; margin: 16px 0 12px; padding: 10px 18px; border-radius: 14px; background: linear-gradient(135deg,var(--fxev-primary),var(--fxev-primary-dark)); color: #fff !important; font-size: 13px; font-weight: 850; box-shadow: 0 12px 25px rgba(0,127,218,.22); }
.fxev-pay-link span { font: 800 18px/1 Arial,sans-serif; }
.fxev-payment-panel__divider { display: flex; align-items: center; gap: 9px; margin: 18px 0; color: var(--fxev-muted); font-size: 10px; }
.fxev-payment-panel__divider::before,.fxev-payment-panel__divider::after { content: ""; flex: 1; height: 1px; background: var(--fxev-line); }
.fxev-payment-proof { display: grid; gap: 12px; text-align: right; }
.fxev-payment-proof label { display: grid; gap: 5px; color: var(--fxev-ink); font-size: 11px; font-weight: 750; }
.fxev-payment-proof label > span { color: var(--fxev-danger); }
.fxev-payment-proof label > small { color: var(--fxev-muted); font-size: 9px; font-weight: 500; }
.fxev-payment-proof input,.fxev-payment-proof textarea { width: 100%; margin: 0; padding: 9px 12px; border: 1px solid var(--fxev-line); border-radius: 12px; outline: 0; background: rgba(255,255,255,.82); color: var(--fxev-ink); font-family: inherit; font-size: 13px; box-shadow: none; }
.fxev-payment-proof input { height: 45px; text-align: left; }
.fxev-payment-proof textarea { resize: vertical; }
.fxev-payment-proof input:focus,.fxev-payment-proof textarea:focus { border-color: var(--fxev-primary); box-shadow: 0 0 0 4px rgba(0,127,218,.1); }
.fxev-payment-proof button { display: flex; align-items: center; justify-content: space-between; min-height: 50px; padding: 10px 18px; border: 0; border-radius: 13px; background: #102f46; color: #fff; cursor: pointer; font-family: inherit; font-weight: 800; }
.fxev-payment-proof button span { font-size: 19px; }
.fxev-payment-panel .fxev-status { margin: 12px 0; text-align: right; }

.fxev-share-bar { display: grid; grid-template-columns: auto minmax(260px,1fr) auto; align-items: center; gap: 16px; margin: 18px 0 28px; padding: 15px 18px; border: 1px solid var(--fxev-line); border-radius: 18px; background: var(--fxev-card); box-shadow: 0 12px 30px rgba(5,49,82,.06); }
.fxev-share-bar__title { display: flex; align-items: center; gap: 10px; min-width: 185px; }
.fxev-share-bar__title > span { display: grid; flex: 0 0 38px; width: 38px; height: 38px; place-items: center; border-radius: 12px; background: rgba(0,127,218,.11); color: var(--fxev-primary); font: 850 21px/1 Arial,sans-serif; }
.fxev-share-bar__title strong,.fxev-share-bar__title small { display: block; }
.fxev-share-bar__title strong { color: var(--fxev-ink); font-size: 12px; }
.fxev-share-bar__title small { color: var(--fxev-muted); font-size: 9px; }
.fxev-share-bar__link { display: grid; grid-template-columns: minmax(0,1fr) auto; overflow: hidden; border: 1px solid var(--fxev-line); border-radius: 12px; background: var(--fxev-soft); }
.fxev-share-bar__link input { width: 100%; min-width: 0; height: 42px; margin: 0; padding: 8px 12px; border: 0 !important; outline: 0; background: transparent !important; color: var(--fxev-muted) !important; font-family: inherit; font-size: 11px; text-align: left; box-shadow: none !important; }
.fxev-share-bar__link button { min-width: 78px; margin: 0; padding: 7px 12px; border: 0; border-right: 1px solid var(--fxev-line); background: rgba(0,127,218,.1); color: var(--fxev-primary-dark); cursor: pointer; font-family: inherit; font-size: 10px; font-weight: 850; }
.fxev-share-bar__actions { display: flex; align-items: center; gap: 7px; }
.fxev-share-bar__actions a,.fxev-share-bar__actions button { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; margin: 0; padding: 7px 12px; border: 1px solid var(--fxev-line); border-radius: 11px; background: var(--fxev-soft); color: var(--fxev-ink) !important; cursor: pointer; font-family: inherit; font-size: 10px; font-weight: 800; box-shadow: none; }
.fxev-share-bar__actions .fxev-share-native { border-color: transparent; background: linear-gradient(135deg,var(--fxev-primary),var(--fxev-primary-dark)); color: #fff !important; }
.fxev-share-bar__actions .fxev-share-native span { margin-left: 5px; font: 800 17px/1 Arial,sans-serif; }
.fxev-share-bar__message { grid-column: 2/-1; min-height: 0; margin-top: -10px; color: var(--fxev-success); font-size: 9px; }
.fxev-share-bar__message.is-error { color: var(--fxev-danger); }

.fxev--archive { width:min(1440px,calc(100% - 28px)); margin-top:18px; margin-bottom:42px; }
.fxev-archive-hero { position: relative; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 210px; padding: clamp(26px,3.6vw,44px); overflow: hidden; border: 1px solid rgba(255,255,255,.82); border-radius: 26px; background: linear-gradient(125deg,rgba(255,255,255,.97),rgba(218,241,255,.88)); box-shadow: 0 18px 45px rgba(0,77,135,.1); }
.fxev-archive-hero::before,.fxev-archive-hero::after { content:""; position:absolute; z-index:-1; border-radius:50%; filter:blur(2px); }
.fxev-archive-hero::before { width:330px; height:330px; top:-210px; right:-80px; background:rgba(90,176,240,.3); }
.fxev-archive-hero::after { width:280px; height:280px; bottom:-220px; left:15%; background:rgba(0,127,218,.18); }
.fxev-archive-hero__eyebrow { display:block; margin-bottom:6px; color:var(--fxev-primary); font-size:11px; font-weight:900; letter-spacing:1.3px; }
.fxev-archive-hero h1 { margin:0 0 10px; color:var(--fxev-ink) !important; font-size:clamp(32px,4vw,52px); line-height:1.4; }
.fxev-archive-hero p { max-width:650px; margin:0; color:var(--fxev-muted); font-size:15px; line-height:2; }
.fxev-archive-hero__stats { display:grid; grid-template-columns:repeat(2,108px); flex:0 0 auto; gap:9px; }
.fxev-archive-hero__stats > div { padding:14px 10px; border:1px solid rgba(0,127,218,.12); border-radius:15px; background:rgba(255,255,255,.72); text-align:center; backdrop-filter:blur(12px); }
.fxev-archive-hero__stats strong,.fxev-archive-hero__stats span { display:block; }
.fxev-archive-hero__stats strong { color:var(--fxev-primary-dark); font-size:28px; line-height:1.3; }
.fxev-archive-hero__stats span { color:var(--fxev-muted); font-size:10px; }
.fxev-category-filter { display:flex; align-items:center; gap:7px; margin:14px 0 22px; padding:3px 2px; overflow-x:auto; scrollbar-width:none; }
.fxev-category-filter::-webkit-scrollbar { display:none; }
.fxev-category-filter a { display:inline-flex; align-items:center; flex:0 0 auto; gap:7px; min-height:40px; padding:7px 15px; border:1px solid var(--fxev-line); border-radius:999px; background:var(--fxev-card); color:var(--fxev-muted) !important; font-size:11px; font-weight:800; box-shadow:0 7px 18px rgba(5,49,82,.04); }
.fxev-category-filter a span { display:grid; min-width:20px; height:20px; padding:0 5px; place-items:center; border-radius:999px; background:var(--fxev-soft); color:var(--fxev-primary-dark); font-size:9px; }
.fxev-category-filter a.is-active { border-color:transparent; background:linear-gradient(135deg,var(--fxev-primary),var(--fxev-primary-dark)); color:#fff !important; }
.fxev-category-filter a.is-active span { background:rgba(255,255,255,.18); color:#fff; }
.fxev-archive-section { margin:18px 0 34px !important; padding:0 !important; }
.fxev-archive-hero + .fxev-archive-section { margin-top:18px !important; }
.fxev-category-filter + .fxev-archive-section { margin-top:0 !important; }
.fxev-archive-heading { display:flex; align-items:end; justify-content:space-between; gap:18px; margin:0 0 12px !important; padding:0 !important; }
.fxev-archive-heading span { display:block; color:var(--fxev-primary); font-size:10px; font-weight:900; }
.fxev-archive-heading h2 { margin:1px 0 0; color:var(--fxev-ink) !important; font-size:clamp(24px,3vw,34px); }
.fxev-archive-heading p { max-width:450px; margin:0; color:var(--fxev-muted); font-size:11px; text-align:left; }
.fxev-event-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; margin:0 !important; padding:0 !important; }
.fxev-event-card { display:flex; min-width:0; overflow:hidden; flex-direction:column; border:1px solid var(--fxev-line); border-radius:22px; background:var(--fxev-card); box-shadow:0 15px 38px rgba(5,49,82,.07); transition:transform .2s ease,box-shadow .2s ease; }
.fxev-event-card:hover { transform:translateY(-4px); box-shadow:0 22px 48px rgba(5,49,82,.12); }
.fxev-event-card.is-past { opacity:.82; }
.fxev-event-card__media { position:relative; display:block; aspect-ratio:16/10; overflow:hidden; background:linear-gradient(145deg,#e8f5ff,#f8fbfe); }
.fxev-event-card__media img { display:block; width:100%; height:100%; object-fit:contain; transition:transform .35s ease; }
.fxev-event-card:hover .fxev-event-card__media img { transform:scale(1.025); }
.fxev-event-card__placeholder { display:flex; width:100%; height:100%; align-items:center; justify-content:center; flex-direction:column; background:linear-gradient(145deg,#003f88,#007fda 58%,#83cef9); color:#fff; }
.fxev-event-card__placeholder small { font-size:11px; letter-spacing:3px; opacity:.75; }
.fxev-event-card__placeholder strong { font:900 36px/1.25 Arial,sans-serif; }
.fxev-event-card__status { position:absolute; top:13px; right:13px; min-height:28px; padding:4px 10px; border:1px solid rgba(255,255,255,.7); border-radius:999px; background:rgba(255,255,255,.92); color:var(--fxev-success); font-size:9px; font-weight:900; box-shadow:0 6px 15px rgba(0,0,0,.09); }
.fxev-event-card.is-past .fxev-event-card__status { color:var(--fxev-muted); }
.fxev-event-card__body { display:flex; flex:1; flex-direction:column; padding:15px; }
.fxev-event-card__terms { display:flex; flex-wrap:wrap; gap:5px; min-height:22px; margin-bottom:7px; }
.fxev-event-card__terms span { padding:2px 8px; border-radius:999px; background:rgba(0,127,218,.09); color:var(--fxev-primary-dark); font-size:8px; font-weight:850; }
.fxev-event-card h3 { margin:0 0 5px; font-size:18px; line-height:1.6; }
.fxev-event-card h3 a { color:var(--fxev-ink) !important; }
.fxev-event-card__body > p { margin:0 0 10px; color:var(--fxev-muted); font-size:11px; line-height:1.85; }
.fxev-event-card__facts { display:grid; gap:4px; margin-top:auto; }
.fxev-event-card__facts > div { display:grid; grid-template-columns:27px 52px minmax(0,1fr); align-items:center; gap:6px; min-height:32px; }
.fxev-event-card__facts > div > span { display:grid; width:27px; height:27px; place-items:center; border-radius:8px; background:var(--fxev-soft); color:var(--fxev-primary); font-weight:900; }
.fxev-event-card__facts small { color:var(--fxev-muted); font-size:9px; }
.fxev-event-card__facts strong { overflow:hidden; color:var(--fxev-ink); font-size:9px; line-height:1.65; text-overflow:ellipsis; }
.fxev-event-card__footer { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-top:11px; padding:10px 11px; border:1px solid var(--fxev-line); border-radius:13px; background:linear-gradient(135deg,rgba(0,127,218,.07),rgba(90,176,240,.13)) !important; color:var(--fxev-ink) !important; }
.fxev-event-card__price { display:grid; gap:1px; min-width:0; line-height:1.45; }
.fxev-event-card__price span { color:var(--fxev-muted) !important; font-size:8px; font-weight:750; }
.fxev-event-card__price del { color:#718096 !important; font-size:9px; }
.fxev-event-card__price strong { color:#005fa8 !important; font-size:14px; font-weight:900; white-space:nowrap; }
.fxev-event-card__button { display:inline-flex; align-items:center; gap:9px; min-height:38px; padding:7px 12px; border-radius:11px; background:linear-gradient(135deg,var(--fxev-primary),var(--fxev-primary-dark)); color:#fff !important; font-size:10px; font-weight:850; }
.fxev-event-card__button span { font-size:16px; }
.fxev-archive-empty { display:grid; min-height:190px; padding:35px; place-content:center; border:1px dashed var(--fxev-line); border-radius:22px; background:var(--fxev-card); text-align:center; }
.fxev-archive-empty strong { color:var(--fxev-ink); font-size:18px; }
.fxev-archive-empty span { color:var(--fxev-muted); font-size:11px; }
.fxev-archive-section--past { padding-top:0 !important; }

@media (max-width: 960px) {
  .fxev-hero { grid-template-columns: 1fr; gap: 32px; min-height: auto; padding: 40px; }
  .fxev-hero__poster { justify-self: center; width: min(100%, 650px); order: -1; }
  .fxev-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .fxev-layout { grid-template-columns: 1fr; }
  .fxev-sidebar { position: static; order: -1; }
  .fxev-register-card { width: min(100%, 680px); margin: 0 auto; }
  .fxev-share-bar { grid-template-columns:1fr auto; }
  .fxev-share-bar__title { grid-column:1/-1; }
  .fxev-share-bar__message { grid-column:1/-1; }
  .fxev-event-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 680px) {
  .fxev { width: min(100% - 20px, 1220px); margin-top: 14px; }
  .fxev-hero { grid-template-columns: 1fr; padding: 27px 20px 33px; border-radius: 25px; }
  .fxev-hero h1 { font-size: clamp(28px, 8vw, 36px) !important; letter-spacing: -.6px; }
  .fxev-hero__description { font-size: 14px; }
  .fxev-hero__poster { justify-self: center; width: 100%; order: -1; }
  .fxev-poster-link { padding: 5px; border-radius: 18px; }
  .fxev-hero__poster img, .fxev-poster-placeholder { border-width: 5px; border-radius: 14px; }
  .fxev-poster-link__label { right: 12px; bottom: 12px; }
  .fxev-live-chip { left: -8px; }
  .fxev-primary-link { width: 100%; }
  .fxev-facts { grid-template-columns: 1fr; }
  .fxev-countdown { display: block; width: 100%; margin: 14px auto 24px; padding: 15px; }
  .fxev-countdown__title { margin-bottom: 10px; text-align: center; font-size: 12px; }
  .fxev-countdown__units { display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
  .fxev-countdown__units > div { min-width: 0; padding: 7px 4px; }
  .fxev-countdown__units strong { font-size: 18px; }
  .fxev-card { min-width:0; max-width:100%; overflow:hidden; padding:23px 18px; border-radius:20px; }
  .fxev-steps--wide { margin-bottom: 20px; }
  .fxev-steps__grid { grid-template-columns: 1fr; }
  .fxev-register-card__top { padding: 19px; }
  .fxev-register-card__top strong { font-size: 19px; }
  .fxev-form { padding: 19px; }
  .fxev-form__row { grid-template-columns: 1fr; }
  .fxev-richtext { width:100%; max-width:100%; overflow:hidden; font-size:14px; line-height:2; }
  .fxev-richtext h1 { font-size:clamp(24px,7.2vw,30px) !important; line-height:1.7 !important; }
  .fxev-richtext h2 { font-size:22px !important; line-height:1.75 !important; }
  .fxev-richtext h3 { font-size:18px !important; line-height:1.8 !important; }
  .fxev-richtext p, .fxev-richtext li { font-size:14px !important; }
  .fxev-share-bar { grid-template-columns:1fr; padding:14px; }
  .fxev-share-bar__title,.fxev-share-bar__link,.fxev-share-bar__actions,.fxev-share-bar__message { grid-column:1; }
  .fxev-share-bar__actions { display:grid; grid-template-columns:repeat(3,1fr); }
  .fxev-share-bar__actions a,.fxev-share-bar__actions button { padding:7px 5px; }
  .fxev-share-bar__message { margin-top:-5px; }
  .fxev--archive { width:min(100% - 20px,1220px); margin-top:14px; }
  .fxev-archive-hero { display:block; min-height:0; padding:24px 18px; border-radius:22px; }
  .fxev-archive-hero p { font-size:13px; }
  .fxev-archive-hero__stats { grid-template-columns:repeat(2,1fr); margin-top:15px; }
  .fxev-category-filter { margin:10px 0 18px; }
  .fxev-archive-heading { display:block; }
  .fxev-archive-heading p { margin-top:7px; text-align:right; }
  .fxev-event-grid { grid-template-columns:1fr; }
  .fxev-event-card__body { padding:15px; }
}

.fxev.fxev--dark {
  --fxev-ink: #eef7ff;
  --fxev-muted: #a9b9c8;
  --fxev-line: rgba(155, 205, 238, .17);
  --fxev-card: rgba(13, 31, 47, .93);
  --fxev-soft: #132b3e;
}
html.fx-global-dark .fxev {
  --fxev-ink: #eef7ff;
  --fxev-muted: #a9b9c8;
  --fxev-line: rgba(155, 205, 238, .17);
  --fxev-card: rgba(13, 31, 47, .93);
  --fxev-soft: #132b3e;
}
.fxev-single-shell:has(.fxev--dark) { background: linear-gradient(180deg,#06131f,#091c2b 55%,#071722) !important; }
html.fx-global-dark .fxev-single-shell { background: linear-gradient(180deg,#06131f,#091c2b 55%,#071722) !important; }
.fxev.fxev--dark .fxev-hero { border-color: rgba(255,255,255,.1); background: linear-gradient(135deg,rgba(10,27,42,.99),rgba(7,54,82,.96)) !important; }
.fxev.fxev--dark .fxev-card, .fxev.fxev--dark .fxev-register-card { background: rgba(11,28,43,.96) !important; }
.fxev.fxev--dark .fxev-fact { border-color: var(--fxev-line); background: rgba(12,38,57,.9) !important; }
.fxev.fxev--dark .fxev-countdown { border-color: var(--fxev-line); background: rgba(11,30,46,.97) !important; }
.fxev.fxev--dark .fxev-countdown__units > div, .fxev.fxev--dark .fxev-payment-panel__code, .fxev.fxev--dark .fxev-status--muted { background: #112d43 !important; }
.fxev.fxev--dark .fxev-steps__grid > div { border-color: var(--fxev-line); background: linear-gradient(145deg,#102b40,#0b2234) !important; }
.fxev.fxev--dark .fxev-register-card__top { background: linear-gradient(135deg,rgba(0,127,218,.2),rgba(90,176,240,.08)) !important; }
.fxev.fxev--dark .fxev-form input, .fxev.fxev--dark .fxev-payment-proof input, .fxev.fxev--dark .fxev-payment-proof textarea { border-color: var(--fxev-line); background: rgba(5,20,32,.88) !important; color: var(--fxev-ink) !important; }
.fxev.fxev--dark .fxev-poster-link { border-color: rgba(255,255,255,.14); background: rgba(7,22,34,.9) !important; }
.fxev.fxev--dark .fxev-coupon, .fxev.fxev--dark .fxev-payment-summary { border-color: var(--fxev-line); background: rgba(5,20,32,.72) !important; }
.fxev.fxev--dark .fxev-support-link, .fxev.fxev--dark .fxev-payment-summary strong, .fxev.fxev--dark .fxev-payment-summary code { color: #67c2ff !important; }
.fxev.fxev--dark .fxev-hero h1, .fxev.fxev--dark .fxev-section-heading h2, .fxev.fxev--dark .fxev-richtext, .fxev.fxev--dark .fxev-richtext p, .fxev.fxev--dark .fxev-richtext li, .fxev.fxev--dark .fxev-steps__grid strong, .fxev.fxev--dark .fxev-form label, .fxev.fxev--dark .fxev-register-meta strong, .fxev.fxev--dark .fxev-payment-panel h3 { color: var(--fxev-ink) !important; }
.fxev.fxev--dark .fxev-hero__description, .fxev.fxev--dark .fxev-fact small, .fxev.fxev--dark .fxev-steps__grid p, .fxev.fxev--dark .fxev-register-card__top span, .fxev.fxev--dark .fxev-register-meta span, .fxev.fxev--dark .fxev-secure-note, .fxev.fxev--dark .fxev-payment-panel > p { color: var(--fxev-muted) !important; }
.fxev.fxev--dark .fxev-eyebrow { color: #67c2ff !important; }
html.fx-global-dark .fxev .fxev-archive-hero { border-color:rgba(255,255,255,.1) !important; background:linear-gradient(135deg,rgba(10,27,42,.99),rgba(7,54,82,.96)) !important; }
html.fx-global-dark .fxev .fxev-archive-hero h1,html.fx-global-dark .fxev .fxev-archive-heading h2,html.fx-global-dark .fxev .fxev-event-card h3 a,html.fx-global-dark .fxev .fxev-event-card__facts strong,html.fx-global-dark .fxev .fxev-archive-empty strong,html.fx-global-dark .fxev .fxev-share-bar__title strong { color:#eef7ff !important; }
html.fx-global-dark .fxev .fxev-archive-hero p,html.fx-global-dark .fxev .fxev-archive-heading p,html.fx-global-dark .fxev .fxev-event-card__body > p,html.fx-global-dark .fxev .fxev-event-card__facts small,html.fx-global-dark .fxev .fxev-archive-empty span { color:#a9b9c8 !important; }
html.fx-global-dark .fxev .fxev-archive-hero__stats > div { border-color:var(--fxev-line) !important; background:rgba(12,38,57,.9) !important; }
html.fx-global-dark .fxev .fxev-event-card,html.fx-global-dark .fxev .fxev-archive-empty,html.fx-global-dark .fxev .fxev-category-filter a,html.fx-global-dark .fxev .fxev-share-bar { border-color:var(--fxev-line) !important; background:rgba(11,28,43,.96) !important; }
html.fx-global-dark .fxev .fxev-event-card__media { background:#071a29 !important; }
html.fx-global-dark .fxev .fxev-event-card__facts > div > span,html.fx-global-dark .fxev .fxev-share-bar__link,html.fx-global-dark .fxev .fxev-share-bar__actions a,html.fx-global-dark .fxev .fxev-share-bar__actions button:not(.fxev-share-native) { background:#112d43 !important; }
.fxev.fxev--dark .fxev-event-card__footer,html.fx-global-dark .fxev .fxev-event-card__footer { border-color:var(--fxev-line) !important; background:#102b40 !important; color:#eef7ff !important; }
.fxev.fxev--dark .fxev-event-card__price span,html.fx-global-dark .fxev .fxev-event-card__price span,.fxev.fxev--dark .fxev-event-card__price del,html.fx-global-dark .fxev .fxev-event-card__price del { color:#a9b9c8 !important; }
.fxev.fxev--dark .fxev-event-card__price strong,html.fx-global-dark .fxev .fxev-event-card__price strong { color:#67c2ff !important; }
.fxev.fxev--dark .fxev-share-bar,.fxev.fxev--dark .fxev-event-card,.fxev.fxev--dark .fxev-archive-empty,.fxev.fxev--dark .fxev-category-filter a { background:rgba(11,28,43,.96) !important; }
.fxev.fxev--dark .fxev-share-bar__link,.fxev.fxev--dark .fxev-share-bar__actions a,.fxev.fxev--dark .fxev-share-bar__actions button:not(.fxev-share-native),.fxev.fxev--dark .fxev-event-card__facts > div > span { background:#112d43 !important; }
.fxev.fxev--dark .fxev-share-bar__title strong,.fxev.fxev--dark .fxev-event-card h3 a,.fxev.fxev--dark .fxev-event-card__facts strong,.fxev.fxev--dark .fxev-archive-heading h2,.fxev.fxev--dark .fxev-archive-empty strong { color:var(--fxev-ink) !important; }
.fxev.fxev--dark .fxev-archive-hero { border-color:rgba(255,255,255,.1); background:linear-gradient(135deg,rgba(10,27,42,.99),rgba(7,54,82,.96)) !important; }
.fxev.fxev--dark .fxev-archive-hero h1 { color:var(--fxev-ink) !important; }
.fxev.fxev--dark .fxev-archive-hero__stats > div { border-color:var(--fxev-line); background:rgba(12,38,57,.9); }
.fxev.fxev--dark .fxev-event-card__media { background:#071a29; }

@media (prefers-reduced-motion: reduce) {
  .fxev *, .fxev *::before, .fxev *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
