/* Controlled SEO site engine 3.0 | site salt: 4288f810 */
:root {
  --primary: #00a859;
  --accent: #fdb813;
  --background: #ffffff;
  --surface: #f4fbf7;
  --on-background: #222222;
  --on-surface: #222222;
  --on-primary: #222222;
  --on-accent: #222222;
  --muted-on-background: #727272;
  --muted-on-surface: #6e706f;
  --border-on-background: #909090;
  --border-on-surface: #8b8e8c;
  --primary-text-on-background: #707070;
  --primary-text-on-surface: #6b6e6d;
  --accent-text-on-background: #707070;
  --accent-text-on-surface: #6b6e6d;
  --text: var(--on-background);
  --muted: var(--muted-on-background);
  --border: var(--border-on-background);
  --primary-text: var(--primary-text-on-background);
  --accent-text: var(--accent-text-on-background);
  --soft: color-mix(in srgb, var(--primary) 9%, var(--surface));
  --radius: 12px;
  --section-gap: 28px;
  --max-width: 1420px;
  --font-display: Arial, "Segoe UI", sans-serif;
  --font-body: Arial, "Segoe UI", sans-serif;
  --shadow: 0 18px 55px color-mix(in srgb, var(--text) 13%, transparent);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; padding-bottom: 0; color: var(--text); background: var(--background); font-family: var(--font-body); font-size: 16px; line-height: 1.65; transition: padding-bottom .28s ease; }
body.xci-has-bottom-register { padding-bottom: var(--xci-bottom-register-space, 128px); }
body[data-typography="editorial"] h1, body[data-typography="editorial"] h2, body[data-typography="editorial"] h3 { font-family: var(--font-display); font-weight: 720; letter-spacing: -.025em; }
body[data-typography="compact"] { font-size: 15px; line-height: 1.52; }
body[data-typography="rounded"] h1, body[data-typography="rounded"] h2, body[data-typography="rounded"] h3 { letter-spacing: -.035em; }
body[data-background="soft-grid"] { background-color: var(--background); background-image: linear-gradient(color-mix(in srgb, var(--text) 4%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--text) 4%, transparent) 1px, transparent 1px); background-size: 34px 34px; }
body[data-background="paper"] { background-color: var(--background); background-image: radial-gradient(color-mix(in srgb, var(--text) 5%, transparent) .7px, transparent .8px); background-size: 7px 7px; }
body[data-background="ambient-glow"] { background: radial-gradient(circle at 8% 20%, color-mix(in srgb, var(--primary) 15%, transparent), transparent 34rem), radial-gradient(circle at 90% 62%, color-mix(in srgb, var(--accent) 12%, transparent), transparent 38rem), var(--background); }
body[data-background="split-tone"] { background: linear-gradient(90deg, var(--background) 0 48%, color-mix(in srgb, var(--surface) 72%, var(--background)) 48% 100%); }
body, button, a { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p, h1, h2, h3, li, td, th, summary, a { overflow-wrap: break-word; word-break: normal; }
h1, h2, h3, p { margin-top: 0; }
button, input, textarea, select { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: white; background: #111827; transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

.site-header { --header-ink: var(--on-surface); --header-muted: var(--muted-on-surface); --header-panel: var(--surface); position: sticky; z-index: 80; top: 0; border-bottom: 1px solid var(--border-on-surface); color: var(--header-ink); background: var(--header-panel); box-shadow: 0 8px 28px color-mix(in srgb, var(--on-background) 7%, transparent); backdrop-filter: blur(18px); }
.site-header[data-surface="dark"] { --header-ink: #f8fbff; --header-muted: color-mix(in srgb, white 76%, transparent); --header-panel: #091426; border-bottom-color: color-mix(in srgb, var(--accent) 60%, transparent); }
.site-header[data-surface="light"] { --header-ink: var(--on-surface); --header-muted: var(--muted-on-surface); --header-panel: var(--surface); }
.site-header[data-surface="gradient"] { --header-ink: var(--on-primary); --header-muted: color-mix(in srgb, var(--on-primary) 82%, transparent); --header-panel: linear-gradient(105deg, var(--primary), var(--primary)); }
.site-header[data-surface="brand"] { --header-ink: var(--on-primary); --header-muted: color-mix(in srgb, var(--on-primary) 82%, transparent); --header-panel: var(--primary); }
.site-header[data-surface="glass"] { --header-ink: var(--on-surface); --header-muted: var(--muted-on-surface); --header-panel: var(--surface); }
.site-header[data-surface="warm"] { --header-ink: #101827; --header-muted: #4b5563; --header-panel: #fff9ee; }
.header-inner { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: clamp(14px, 2vw, 30px); width: min(1320px, calc(100% - 36px)); min-height: 76px; margin: 0 auto; }
.site-header[data-layout="wide"] .header-inner { width: min(1440px, calc(100% - 32px)); min-height: 82px; }
.site-header[data-layout="compact"] .header-inner { min-height: 66px; gap: clamp(10px, 1.4vw, 21px); }
.site-header[data-layout="floating"] { border-bottom: 0; background: transparent; box-shadow: none; }
.site-header[data-layout="floating"] .header-inner { width: min(1340px, calc(100% - 32px)); margin-top: 10px; padding: 0 18px; border: 1px solid color-mix(in srgb, var(--header-ink) 15%, transparent); border-radius: calc(var(--radius) + 8px); background: var(--header-panel); box-shadow: 0 14px 38px color-mix(in srgb, var(--text) 14%, transparent); }
.brand { display: inline-flex; align-items: center; min-width: 0; white-space: nowrap; }
.brand-desktop { display: block; width: clamp(158px, 15vw, 222px); line-height: 0; }
.brand-wordmark { display: block; width: 100%; max-width: 222px; height: 52px; object-fit: contain; object-position: left center; filter: drop-shadow(0 3px 4px color-mix(in srgb, black 28%, transparent)); }
.brand-wordmark--manual { width: auto; max-width: 222px; }
.brand-mobile { display: none; align-items: center; gap: 8px; }
.brand-mark { flex: 0 0 38px; width: 38px; height: 38px; }
.brand-short { max-width: 104px; overflow: hidden; font-size: 16px; font-weight: 900; letter-spacing: -.025em; text-overflow: ellipsis; }
.site-nav { display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(7px, .95vw, 15px); }
.site-nav a { position: relative; flex: 0 0 auto; padding: 25px 1px 22px; color: var(--header-muted); font-size: clamp(12px, .9vw, 14px); font-weight: 760; line-height: 1.2; white-space: nowrap; }
.site-nav a::after { position: absolute; right: 0; bottom: 15px; left: 0; height: 2px; content: ""; border-radius: 2px; background: var(--accent); transform: scaleX(0); transition: transform .2s ease; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--header-ink); }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.site-header[data-active="top-line"] .site-nav a::after { top: 0; bottom: auto; height: 3px; }
.site-header[data-active="soft-block"] .site-nav a[aria-current="page"], .site-header[data-active="pill"] .site-nav a[aria-current="page"] { padding-right: 11px; padding-left: 11px; color: var(--header-ink); background: color-mix(in srgb, var(--accent) 16%, transparent); }
.site-header[data-active="soft-block"] .site-nav a[aria-current="page"] { border-radius: 8px; }
.site-header[data-active="pill"] .site-nav a[aria-current="page"] { border: 1px solid color-mix(in srgb, var(--accent) 58%, transparent); border-radius: 999px; }
.site-header[data-active="soft-block"] .site-nav a[aria-current="page"]::after, .site-header[data-active="pill"] .site-nav a[aria-current="page"]::after { display: none; }
.auth-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; }
.auth-button { display: inline-grid; min-width: 88px; min-height: 40px; place-items: center; padding: 8px 15px; border: 1px solid color-mix(in srgb, var(--header-ink) 38%, transparent); border-radius: 10px; color: var(--header-ink); font-size: 13px; font-weight: 850; line-height: 1; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease; }
.auth-button:hover { transform: translateY(-1px); }
.auth-register { border-color: var(--accent); color: var(--on-accent); background: var(--accent); box-shadow: 0 8px 20px color-mix(in srgb, var(--accent) 28%, transparent); }
.site-header[data-cta="metallic"] .auth-register { border-color: #f0c44e; background: linear-gradient(#ffe47e, #e7ad1d); box-shadow: inset 0 1px white, 0 8px 22px color-mix(in srgb, #d89b12 34%, transparent); }
.site-header[data-cta="metallic"] .auth-register, .site-header[data-cta="contrast-solid"] .auth-register { color: #101827; }
.site-header[data-cta="contrast-solid"] .auth-register { border-color: #fff; background: #fff; }
.site-header[data-cta="glass-solid"] .auth-login { background: color-mix(in srgb, var(--surface) 28%, transparent); backdrop-filter: blur(8px); }
.nav-toggle { display: none; width: 44px; height: 42px; padding: 9px; border: 1px solid color-mix(in srgb, var(--header-ink) 28%, transparent); border-radius: 11px; color: var(--header-ink); background: color-mix(in srgb, var(--header-ink) 10%, transparent); cursor: pointer; }
.nav-toggle span { display: block; width: 100%; height: 3px; margin: 4px 0; border-radius: 2px; background: var(--accent); transition: transform .2s ease, opacity .2s ease; }
.site-header.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.site-header.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.site-header.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.source-frame { display: block; min-width: 0; }
.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--border); background: linear-gradient(135deg, var(--soft), var(--background)); }
.hero::before { position: absolute; top: -180px; right: -100px; width: 480px; height: 480px; border-radius: 50%; content: ""; background: color-mix(in srgb, var(--accent) 13%, transparent); filter: blur(2px); }
.hero-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .88fr); align-items: center; gap: clamp(34px, 6vw, 86px); width: min(var(--max-width), calc(100% - 36px)); min-height: clamp(510px, 65vw, 680px); margin: 0 auto; padding: 76px 0; }
.hero-copy, .hero-media, .content-card, .article-item, .service-item, .step-item, .section-heading > div { min-width: 0; }
.eyebrow { margin-bottom: 16px; color: var(--primary-text); font-size: 13px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin-bottom: 20px; font-size: clamp(38px, 6vw, 72px); line-height: 1.06; letter-spacing: -.045em; }
.hero-subtitle { max-width: 720px; margin-bottom: 28px; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid transparent; border-radius: calc(var(--radius) * .75); font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { color: var(--on-primary); background: var(--primary); box-shadow: 0 13px 28px color-mix(in srgb, var(--primary) 28%, transparent); }
.button--secondary { --text: var(--on-surface); --border: var(--border-on-surface); color: var(--text); border-color: var(--border); background: var(--surface); }
.hero-media { position: relative; }
.hero-image { width: 100%; aspect-ratio: 16 / 10; border: 1px solid color-mix(in srgb, var(--surface) 65%, transparent); border-radius: calc(var(--radius) * 1.5); object-fit: cover; box-shadow: var(--shadow); }
.hero-media--css { display: grid; min-height: 390px; place-items: center; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.5); background: linear-gradient(145deg, var(--primary), color-mix(in srgb, var(--primary) 45%, var(--accent))); box-shadow: var(--shadow); }
.hero-media--css span { position: absolute; display: block; border: 1px solid color-mix(in srgb, white 38%, transparent); border-radius: 50%; }
.hero-media--css span:nth-child(1) { width: 68%; aspect-ratio: 1; }
.hero-media--css span:nth-child(2) { width: 43%; aspect-ratio: 1; }
.hero-media--css span:nth-child(3) { width: 17%; aspect-ratio: 1; background: color-mix(in srgb, white 22%, transparent); }
.hero[data-variant="2"] .hero-inner { grid-template-columns: minmax(340px, .9fr) minmax(0, 1fr); }
.hero[data-variant="2"] .hero-media { grid-column: 1; grid-row: 1; }
.hero[data-variant="2"] .hero-copy { grid-column: 2; }
.hero[data-variant="3"] .hero-inner { grid-template-columns: minmax(0, 1.2fr) minmax(300px, .65fr); }
.hero[data-variant="3"] .hero-image { aspect-ratio: 4 / 5; }
.hero[data-variant="4"] .hero-inner { min-height: 590px; }
.hero[data-variant="4"] .hero-copy { --text: var(--on-surface); --muted: var(--muted-on-surface); --border: var(--border-on-surface); --primary-text: var(--primary-text-on-surface); --accent-text: var(--accent-text-on-surface); padding: 38px; border: 1px solid var(--border); border-radius: calc(var(--radius) * 1.4); color: var(--text); background: var(--surface); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero[data-variant="5"] .hero-inner { display: block; padding: 88px 0 52px; text-align: center; }
.hero[data-variant="5"] .hero-copy { width: min(820px, 100%); margin: 0 auto 38px; }
.hero[data-variant="5"] .hero-actions { justify-content: center; }
.hero[data-variant="5"] .hero-media { width: min(1000px, 100%); margin: 0 auto; }
.hero[data-variant="5"] .hero-image { aspect-ratio: 21 / 8; }

.hero-support { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 28px; }
.hero-support-item { display: grid; min-width: 90px; gap: 1px; }
.hero-support-item strong { color: var(--primary-text); font-size: clamp(18px, 2vw, 25px); line-height: 1.1; }
.hero-support-item span { color: var(--muted); font-size: 12px; }
.hero-support[data-variant="benefits-chips"] .hero-support-item, .hero-support[data-variant="payments"] .hero-support-item { --text: var(--on-surface); --muted: var(--muted-on-surface); --border: var(--border-on-surface); --primary-text: var(--primary-text-on-surface); display: flex; min-width: 0; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid var(--border); border-radius: 999px; color: var(--text); background: var(--surface); }
.hero-support[data-variant="benefits-chips"] .hero-support-item strong, .hero-support[data-variant="payments"] .hero-support-item strong { font-size: 15px; }
.hero-support[data-variant="benefits-chips"] .hero-support-item span, .hero-support[data-variant="payments"] .hero-support-item span { font-size: 12px; }
.hero > .hero-support[data-position="hero-bottom"] { --text: var(--on-surface); --muted: var(--muted-on-surface); --border: var(--border-on-surface); --primary-text: var(--primary-text-on-surface); position: relative; z-index: 2; width: min(var(--max-width), calc(100% - 36px)); margin: -32px auto 28px; padding: 16px 20px; border: 1px solid var(--border); border-radius: var(--radius); color: var(--text); background: var(--surface); box-shadow: 0 14px 34px color-mix(in srgb, var(--on-background) 10%, transparent); }
.hero[data-variant="5"] .hero-copy > .hero-support { justify-content: center; }

.trust-strip { --text: var(--on-surface); --muted: var(--muted-on-surface); --border: var(--border-on-surface); --primary-text: var(--primary-text-on-surface); position: relative; z-index: 2; border-bottom: 1px solid var(--border); color: var(--text); background: var(--surface); }
.trust-inner { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: min(var(--max-width), calc(100% - 36px)); margin: 0 auto; }
.trust-item { display: flex; gap: 13px; padding: 21px clamp(12px, 2.5vw, 30px); }
.trust-item + .trust-item { border-left: 1px solid var(--border); }
.trust-item > span { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: var(--on-primary); background: var(--primary); }
.trust-item strong { display: block; margin-bottom: 3px; font-size: 14px; }
.trust-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }

.page-shell { width: min(var(--max-width), calc(100% - 36px)); margin: 0 auto; padding: var(--section-gap) 0 calc(var(--section-gap) * 1.4); }
.page-shell[data-layout="editorial-flow"], .page-shell[data-layout="minimal-index"] { width: min(var(--max-width), calc(100% - 36px)); }
.page-shell[data-layout="banded-stack"] { width: 100%; max-width: none; padding-top: 0; }
.module-sequence { display: grid; gap: var(--section-gap); width: 100%; }
.architecture-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: var(--section-gap); align-items: start; }
.module-row { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: clamp(16px, 2vw, 28px); width: 100%; min-width: 0; align-items: start; }
.module-row .content-section { grid-column: 1 / -1; width: 100%; min-width: 0; margin: 0; }
.module-row--pair .content-section[data-row-role="pair-start"], .module-row--pair .content-section[data-row-role="pair-end"] { grid-column: span 6; height: 100%; }
.banded-sequence { gap: 0; }
.banded-sequence .content-section { border-right: 0; border-left: 0; border-radius: 0; }
.banded-sequence .content-section .section-inner { width: min(var(--max-width), calc(100% - 36px)); margin: 0 auto; }
.minimal-sequence { gap: calc(var(--section-gap) * .55); }

body.xci-has-bottom-register { padding-bottom: var(--xci-bottom-register-space, 128px); }

/* XCI_BOTTOM_REGISTER_START */
.xci-bottom-register-live,
.xci-bottom-register-live * {
  box-sizing: border-box;
}

.xci-bottom-register-live {
  position: fixed !important;
  left: 50% !important;
  bottom: 0 !important;
  z-index: 2147481000 !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  pointer-events: none;
  contain: layout paint style;
  isolation: isolate;
  transform: translate3d(-50%, 110%, 0);
  animation: xciBottomRegisterSlideUp 1.1s cubic-bezier(.16, 1, .3, 1) 2.4s forwards;
}

.xci-bottom-register-live.is-hiding {
  pointer-events: none;
  animation: xciBottomRegisterSlideDown .82s cubic-bezier(.7, 0, .84, 0) forwards;
}

.xci-bottom-register-shell {
  width: 100%;
  min-height: 128px;
  padding: 14px 13px calc(11px + env(safe-area-inset-bottom, 0px));
  pointer-events: auto;
  border-top: 2px solid #ffb12c;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 224, 92, .28), transparent 30%),
    linear-gradient(180deg, #ff5424 0%, #ff2f12 48%, #ef000c 100%);
  box-shadow: 0 -16px 30px rgba(255, 92, 20, .3);
  overflow: hidden;
}

.xci-bottom-register-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 478px);
  margin: 0 auto;
  min-width: 0;
  height: 31px;
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.xci-bottom-register-badge,
.xci-bottom-register-countdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px !important;
  color: #fff8d1;
}

.xci-bottom-register-badge {
  min-height: 27px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 70, .35);
  background: rgba(79, 29, 0, .58);
  box-shadow: 0 5px 12px rgba(93, 19, 0, .2);
}

.xci-bottom-register-countdown {
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-shadow: 0 1px 2px rgba(105, 12, 0, .45);
}

.xci-bottom-register-countdown strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0 4px;
  color: #f0000d;
  border-radius: 8px;
  background: #fff11f;
  font-size: 19px;
  font-weight: 1000;
  box-shadow: 0 2px 0 rgba(255, 255, 255, .32) inset, 0 8px 16px rgba(130, 14, 0, .18);
}

.xci-bottom-register-actions {
  display: grid;
  grid-template-columns: minmax(176px, 1fr) minmax(118px, auto) minmax(108px, auto);
  align-items: center;
  column-gap: clamp(16px, 2.4vw, 24px);
  row-gap: 8px;
  width: min(100%, 478px);
  margin: 8px auto 0;
}

.xci-bottom-register-primary,
.xci-bottom-register-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  min-width: 0;
  min-height: 51px;
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none !important;
  line-height: 1;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease, background .16s ease;
}

.xci-bottom-register-primary {
  gap: 8px;
  padding: 0 17px;
  color: #fff !important;
  border: 2px solid rgba(255, 222, 96, .86);
  background: linear-gradient(135deg, #ffaf22 0%, #ff5c17 42%, #e9000d 100%);
  box-shadow: 0 0 0 0 rgba(255, 222, 88, .74), 0 10px 20px rgba(124, 12, 0, .28);
  text-shadow: 0 1px 1px rgba(77, 9, 0, .34);
  animation: xciBottomRegisterGlow 1.28s ease-in-out infinite;
}

.xci-bottom-register-primary:hover {
  transform: scale(1.04);
  filter: saturate(1.1) brightness(1.05);
}

.xci-bottom-register-primary:active {
  transform: scale(.95);
}

.xci-bottom-register-gift {
  display: inline-block;
  transform: translateY(-1px);
  transform-origin: 50% 75%;
  will-change: transform, filter;
  filter: drop-shadow(0 2px 2px rgba(60, 0, 0, .35));
  animation: xciBottomGiftShake 1.05s ease-in-out infinite;
}

.xci-bottom-register-hint {
  justify-self: center;
  color: #ffc15e;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  text-shadow: 0 1px 2px rgba(105, 12, 0, .45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px !important;
  padding-inline: 2px;
}

.xci-bottom-register-hint .xci-bottom-hint-fire,
.xci-bottom-register-gift {
  flex: 0 0 auto;
  width: 1.15em;
  text-align: center;
}

.xci-bottom-register-secondary {
  padding: 0 18px;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, .48);
  background: rgba(112, 16, 0, .18);
  box-shadow: 0 8px 18px rgba(96, 12, 0, .18);
}

.xci-bottom-register-secondary:hover {
  transform: scale(1.035);
  background: rgba(255, 255, 255, .16);
}

.xci-bottom-register-secondary:active {
  transform: scale(.96);
}

.xci-bottom-register-toast {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  min-width: 196px;
  padding: 9px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  border-radius: 999px;
  background: rgba(30, 41, 59, .94);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .28);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px) scale(.96);
  transition: opacity .18s ease, transform .18s ease;
}

.xci-bottom-register-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.xci-bottom-fire,
.xci-bottom-hourglass {
  display: inline-block;
  transform-origin: 50% 58%;
  will-change: transform, filter;
}

.xci-bottom-fire {
  animation: xciBottomFireBurn .72s ease-in-out infinite;
  filter: drop-shadow(0 0 4px rgba(255, 214, 64, .72));
}

.xci-bottom-hourglass {
  animation: xciBottomHourglassFlip 2.4s ease-in-out infinite;
  filter: drop-shadow(0 1px 1px rgba(40, 0, 0, .42));
}

.xci-bottom-hint-fire {
  font-size: 1.05em;
  transform-origin: 50% 70%;
  margin-right: 2px;
  flex: 0 0 auto;
}

.xci-bottom-register-badge .xci-bottom-fire,
.xci-bottom-register-countdown .xci-bottom-hourglass {
  margin-right: 2px;
  flex: 0 0 auto;
}

@keyframes xciBottomRegisterSlideUp {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes xciBottomRegisterSlideDown {
  0% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-50%, 120%, 0);
  }
}

@keyframes xciBottomRegisterGlow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(255, 226, 76, .66), 0 10px 20px rgba(124, 12, 0, .28);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(255, 226, 76, 0), 0 14px 24px rgba(124, 12, 0, .38);
  }
}

@keyframes xciBottomFireBurn {
  0%, 100% {
    transform: translateY(0) rotate(-4deg) scale(1);
    filter: drop-shadow(0 0 3px rgba(255, 214, 64, .58));
  }
  25% {
    transform: translateY(-1px) rotate(5deg) scale(1.08, 1.16);
    filter: drop-shadow(0 0 7px rgba(255, 236, 95, .9));
  }
  52% {
    transform: translateY(1px) rotate(-2deg) scale(.96, 1.05);
    filter: drop-shadow(0 0 5px rgba(255, 122, 31, .78));
  }
  76% {
    transform: translateY(-1px) rotate(4deg) scale(1.05, 1.12);
    filter: drop-shadow(0 0 8px rgba(255, 225, 75, .86));
  }
}

@keyframes xciBottomHourglassFlip {
  0%, 34% {
    transform: rotate(0deg);
  }
  45%, 55% {
    transform: rotate(180deg) scale(1.08);
  }
  66%, 100% {
    transform: rotate(360deg);
  }
}

@keyframes xciBottomGiftShake {
  0%, 100% {
    transform: translateY(-1px) rotate(0deg) scale(1);
  }
  15% {
    transform: translateY(-2px) rotate(-8deg) scale(1.05);
  }
  30% {
    transform: translateY(-1px) rotate(7deg) scale(1.03);
  }
  45% {
    transform: translateY(-2px) rotate(-5deg) scale(1.05);
  }
  60% {
    transform: translateY(-1px) rotate(4deg) scale(1.02);
  }
  75% {
    transform: translateY(-1px) rotate(0deg) scale(1);
  }
}

@media (max-width: 760px) {
  .xci-bottom-register-live {
    width: 100vw !important;
  }

  .xci-bottom-register-shell {
    min-height: 128px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .xci-bottom-register-top {
    width: 100%;
    gap: 8px;
  }

  .xci-bottom-register-actions {
    width: 100%;
    grid-template-columns: minmax(168px, 1fr) minmax(106px, auto) minmax(98px, auto);
    column-gap: clamp(12px, 3.1vw, 18px);
    row-gap: 8px;
  }

  .xci-bottom-register-primary {
    min-height: 51px;
    padding: 0 17px;
    font-size: 15px;
  }

  .xci-bottom-register-secondary {
    min-height: 51px;
    padding: 0 18px;
    font-size: 15px;
  }

  .xci-bottom-register-hint {
    font-size: 10px;
  }
}

@media (max-width: 430px) {
  .xci-bottom-register-top {
    gap: 5px;
    font-size: 11px;
  }

  .xci-bottom-register-badge {
    padding-inline: 7px;
  }

  .xci-bottom-register-actions {
    grid-template-columns: minmax(146px, 1fr) minmax(84px, auto) minmax(84px, auto);
    column-gap: 9px;
  }

  .xci-bottom-register-primary {
    padding: 0 13px;
    font-size: 13px;
  }

  .xci-bottom-register-secondary {
    padding: 0 13px;
    font-size: 13px;
  }

  .xci-bottom-register-hint {
    font-size: 9px;
    gap: 6px !important;
  }
}

@media (max-width: 360px) {
  .xci-bottom-register-actions {
    grid-template-columns: minmax(138px, 1fr) minmax(72px, auto) minmax(78px, auto);
    column-gap: 8px;
    row-gap: 7px;
  }

  .xci-bottom-register-primary,
  .xci-bottom-register-secondary {
    min-height: 44px;
    font-size: 12px;
  }

  .xci-bottom-register-hint {
    font-size: 9px;
  }
}

/* Eight-layout controlled pool. Shared data attributes keep countdown/click logic stable. */
.xci-bottom-register-brand,
.xci-bottom-register-progress,
.xci-bottom-register-trust {
  display: none;
}

.xci-bottom-register-brand {
  min-width: 0;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.xci-bottom-brand-mark {
  display: inline-grid;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
}

.xci-bottom-register-progress {
  grid-template-columns: repeat(8, minmax(12px, 1fr));
  gap: 5px;
  min-width: 120px;
}

.xci-bottom-register-progress span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .3);
}

.xci-bottom-register-progress span:nth-child(-n + 5) {
  background: #ffe263;
}

.xci-bottom-register-trust {
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  font-size: 11px;
  font-weight: 850;
  white-space: nowrap;
}

.xci-bottom-register-trust span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 9px;
}

/* 01 · centered promotion console */
.xci-bottom-register-v1 .xci-bottom-register-shell {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 224, 92, .28), transparent 30%),
    linear-gradient(180deg, #ff5424 0%, #ff2f12 48%, #ef000c 100%);
}

/* 02 · compact split rail */
.xci-bottom-register-v2 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "top actions";
  grid-template-columns: minmax(220px, .8fr) minmax(430px, 1.2fr);
  align-items: center;
  gap: 24px;
  min-height: 96px;
  padding: 14px clamp(20px, 5vw, 72px);
  border-top-color: #22d3ee;
  background: linear-gradient(110deg, #030b1f 0%, #061a3b 48%, #062c58 100%);
  box-shadow: 0 -16px 34px rgba(2, 132, 199, .22);
}

.xci-bottom-register-v2 .xci-bottom-register-top {
  grid-area: top;
  justify-content: flex-start;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v2 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(170px, 1fr) minmax(108px, .55fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v2 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v2 .xci-bottom-register-primary {
  border-color: rgba(103, 232, 249, .82);
  background: linear-gradient(135deg, #0678e8, #09b5ed);
  box-shadow: 0 10px 24px rgba(3, 105, 161, .38);
}

.xci-bottom-register-v2 .xci-bottom-register-secondary {
  border-color: rgba(56, 189, 248, .7);
  background: rgba(2, 14, 37, .45);
}

/* 03 · floating glass capsule */
.xci-bottom-register-live.xci-bottom-register-v3 {
  padding: 0 12px 12px !important;
}

.xci-bottom-register-v3 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "top actions";
  grid-template-columns: auto minmax(300px, 1fr);
  align-items: center;
  gap: 16px;
  width: min(100%, 960px);
  min-height: 76px;
  margin: 0 auto;
  padding: 10px 14px;
  border: 1px solid rgba(103, 232, 249, .55);
  border-radius: 999px;
  background: linear-gradient(115deg, rgba(8, 18, 42, .96), rgba(20, 30, 70, .94));
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 0 30px rgba(34,211,238,.25), 0 -12px 38px rgba(109,40,217,.22);
  backdrop-filter: blur(18px);
}

.xci-bottom-register-v3 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  height: auto;
  margin: 0;
}

.xci-bottom-register-v3 .xci-bottom-register-badge,
.xci-bottom-register-v3 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v3 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(160px, 1fr) minmax(100px, auto);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v3 .xci-bottom-register-primary,
.xci-bottom-register-v3 .xci-bottom-register-secondary {
  min-height: 46px;
}

.xci-bottom-register-v3 .xci-bottom-register-primary {
  border-color: rgba(255,255,255,.24);
  background: linear-gradient(115deg, #06b6d4, #7c3aed);
}

.xci-bottom-register-v3 .xci-bottom-register-secondary {
  border-color: rgba(196,181,253,.45);
  background: rgba(15,23,42,.45);
}

/* 04 · brand and account rail */
.xci-bottom-register-v4 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "brand top actions";
  grid-template-columns: minmax(150px, .7fr) auto minmax(330px, 1fr);
  align-items: center;
  gap: 24px;
  min-height: 94px;
  padding: 13px clamp(20px, 5vw, 72px);
  color: #064e3b;
  border-top-color: #caa45f;
  background: linear-gradient(180deg, #fffdf7, #f5efdf);
  box-shadow: 0 -14px 34px rgba(44, 64, 48, .16);
}

.xci-bottom-register-v4 .xci-bottom-register-brand {
  display: flex;
  grid-area: brand;
}

.xci-bottom-register-v4 .xci-bottom-brand-mark {
  color: #f7e2a8;
  background: #07543f;
  box-shadow: 0 0 0 2px #d8b56d;
}

.xci-bottom-register-v4 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v4 .xci-bottom-register-badge,
.xci-bottom-register-v4 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v4 .xci-bottom-register-countdown,
.xci-bottom-register-v4 .xci-bottom-register-countdown strong {
  color: #064e3b;
  text-shadow: none;
}

.xci-bottom-register-v4 .xci-bottom-register-countdown strong {
  background: #d8f3df;
}

.xci-bottom-register-v4 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(160px, 1fr) minmax(105px, .65fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v4 .xci-bottom-register-primary {
  border-color: #0b684d;
  background: linear-gradient(135deg, #0b6b50, #06452f);
  box-shadow: 0 10px 22px rgba(6,78,59,.22);
}

.xci-bottom-register-v4 .xci-bottom-register-secondary {
  color: #064e3b !important;
  border-color: rgba(6,78,59,.3);
  background: rgba(255,255,255,.58);
  box-shadow: none;
}

/* 05 · data dashboard */
.xci-bottom-register-v5 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "top trust actions";
  grid-template-columns: auto minmax(250px, 1fr) minmax(330px, .9fr);
  align-items: center;
  gap: 22px;
  min-height: 98px;
  padding: 13px clamp(20px, 5vw, 72px);
  border-top-color: #f59e0b;
  background: linear-gradient(180deg, #202020, #101010);
  box-shadow: 0 -15px 32px rgba(0,0,0,.28);
}

.xci-bottom-register-v5 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v5 .xci-bottom-register-badge,
.xci-bottom-register-v5 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v5 .xci-bottom-register-trust {
  display: flex;
  grid-area: trust;
}

.xci-bottom-register-v5 .xci-bottom-register-trust span {
  color: #fef3c7;
  border: 1px solid rgba(245,158,11,.25);
  background: rgba(255,255,255,.05);
}

.xci-bottom-register-v5 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(155px, 1fr) minmax(105px, .65fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v5 .xci-bottom-register-primary {
  color: #171717 !important;
  border-color: #fbbf24;
  background: linear-gradient(135deg, #ffd84d, #ff8a00);
  text-shadow: none;
}

.xci-bottom-register-v5 .xci-bottom-register-secondary {
  border-color: rgba(251,191,36,.65);
  background: rgba(0,0,0,.12);
}

/* 06 · progress campaign */
.xci-bottom-register-v6 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "top progress actions";
  grid-template-columns: auto minmax(220px, 1fr) minmax(330px, .9fr);
  align-items: center;
  gap: 24px;
  min-height: 96px;
  padding: 13px clamp(20px, 5vw, 72px);
  border-top-color: #93c5fd;
  background: linear-gradient(110deg, #263dcc, #0786c4 55%, #0ab6b2);
  box-shadow: 0 -16px 34px rgba(14,116,144,.25);
}

.xci-bottom-register-v6 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v6 .xci-bottom-register-badge,
.xci-bottom-register-v6 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v6 .xci-bottom-register-progress {
  display: grid;
  grid-area: progress;
}

.xci-bottom-register-v6 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(155px, 1fr) minmax(105px, .65fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v6 .xci-bottom-register-primary {
  color: #075985 !important;
  border-color: rgba(255,255,255,.8);
  background: #fff;
  text-shadow: none;
  box-shadow: 0 10px 22px rgba(3,105,161,.25);
}

.xci-bottom-register-v6 .xci-bottom-register-secondary {
  border-color: rgba(255,255,255,.65);
  background: rgba(0,76,116,.18);
}

/* 07 · horizontal ticket */
.xci-bottom-register-v7 .xci-bottom-register-shell {
  position: relative;
  display: grid;
  grid-template-areas: "top actions";
  grid-template-columns: minmax(250px, .85fr) minmax(380px, 1.15fr);
  align-items: center;
  gap: 34px;
  width: min(calc(100% - 36px), 1160px);
  min-height: 98px;
  margin: 0 auto 10px;
  padding: 14px 26px;
  border: 2px solid #f2cf83;
  border-radius: 16px;
  background: linear-gradient(90deg, #5f0019 0 36%, #f8e7bd 36% 64%, #5f0019 64% 100%);
  box-shadow: 0 -14px 34px rgba(95,0,25,.24);
}

.xci-bottom-register-v7 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v7 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v7 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(170px, 1fr) minmax(105px, .65fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v7 .xci-bottom-register-primary {
  border-color: #f1d08b;
  background: linear-gradient(135deg, #7f102c, #4c0014);
}

.xci-bottom-register-v7 .xci-bottom-register-secondary {
  border-color: rgba(255,239,196,.7);
  background: rgba(76,0,20,.5);
}

/* 08 · light trust rail */
.xci-bottom-register-v8 .xci-bottom-register-shell {
  display: grid;
  grid-template-areas: "top trust actions";
  grid-template-columns: auto minmax(260px, 1fr) minmax(330px, .9fr);
  align-items: center;
  gap: 22px;
  min-height: 94px;
  padding: 13px clamp(20px, 5vw, 72px);
  color: #0f3b73;
  border-top-color: #93c5fd;
  background: linear-gradient(180deg, #ffffff, #edf6ff);
  box-shadow: 0 -14px 32px rgba(30,64,175,.13);
}

.xci-bottom-register-v8 .xci-bottom-register-top {
  grid-area: top;
  width: auto;
  margin: 0;
}

.xci-bottom-register-v8 .xci-bottom-register-badge,
.xci-bottom-register-v8 .xci-bottom-register-hint {
  display: none;
}

.xci-bottom-register-v8 .xci-bottom-register-countdown,
.xci-bottom-register-v8 .xci-bottom-register-countdown strong {
  color: #0f3b73;
  text-shadow: none;
}

.xci-bottom-register-v8 .xci-bottom-register-countdown strong {
  background: #dbeafe;
}

.xci-bottom-register-v8 .xci-bottom-register-trust {
  display: flex;
  grid-area: trust;
}

.xci-bottom-register-v8 .xci-bottom-register-trust span {
  color: #0f3b73;
  border: 1px solid #dbeafe;
  background: rgba(255,255,255,.85);
}

.xci-bottom-register-v8 .xci-bottom-register-actions {
  grid-area: actions;
  grid-template-columns: minmax(155px, 1fr) minmax(105px, .65fr);
  width: auto;
  margin: 0;
}

.xci-bottom-register-v8 .xci-bottom-register-primary {
  border-color: #1d70d6;
  background: linear-gradient(135deg, #2586ee, #1458c4);
  box-shadow: 0 10px 22px rgba(29,112,214,.22);
}

.xci-bottom-register-v8 .xci-bottom-register-secondary {
  color: #1458c4 !important;
  border-color: #93c5fd;
  background: #fff;
  box-shadow: none;
}

/* Mobile height contract: normal variants 11–14%, floating capsule 8–10%. */
@media (max-width: 760px) {
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-shell {
    width: 100%;
    height: clamp(86px, 13.5dvh, 116px);
    min-height: 0;
    max-height: 116px;
    margin: 0;
    padding: 5px 9px max(5px, env(safe-area-inset-bottom, 0px));
    border-radius: 0;
    gap: 5px 8px;
    overflow: hidden;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-top {
    width: 100%;
    height: 24px;
    min-height: 0;
    margin: 0;
    gap: 5px;
    font-size: 10px;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-countdown strong {
    width: 25px;
    height: 25px;
    margin: 0 2px;
    border-radius: 7px;
    font-size: 15px;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-actions {
    width: 100%;
    margin: 0;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, .78fr);
    column-gap: 7px;
    row-gap: 0;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-primary,
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-secondary {
    min-height: 44px;
    height: 44px;
    padding: 0 8px;
    border-width: 1px;
    border-radius: 12px;
    font-size: clamp(10px, 3.2vw, 13px);
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-hint {
    display: none;
  }

  .xci-bottom-register-v1 .xci-bottom-register-shell,
  .xci-bottom-register-v2 .xci-bottom-register-shell,
  .xci-bottom-register-v7 .xci-bottom-register-shell {
    grid-template-areas: "top" "actions";
    grid-template-columns: 1fr;
    grid-template-rows: 24px 44px;
  }

  .xci-bottom-register-v2 .xci-bottom-register-top,
  .xci-bottom-register-v7 .xci-bottom-register-top {
    justify-content: center;
  }

  .xci-bottom-register-live.xci-bottom-register-v3 {
    padding: 0 10px !important;
  }

  .xci-bottom-register-v3 .xci-bottom-register-shell {
    grid-template-areas: "top actions";
    grid-template-columns: auto minmax(0, 1fr);
    width: 100%;
    height: clamp(62px, 9dvh, 78px);
    min-height: 0;
    max-height: 78px;
    margin: 0;
    padding: 0 8px max(0px, env(safe-area-inset-bottom, 0px));
    gap: 7px;
    border-radius: 999px;
  }

  .xci-bottom-register-v3 .xci-bottom-register-top {
    height: auto;
    font-size: 10px;
  }

  .xci-bottom-register-v3 .xci-bottom-register-countdown {
    gap: 3px !important;
  }

  .xci-bottom-register-v3 .xci-bottom-register-countdown strong {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font-size: 16px;
  }

  .xci-bottom-register-v3 .xci-bottom-register-actions {
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 6px;
  }

  .xci-bottom-register-v3 .xci-bottom-register-primary,
  .xci-bottom-register-v3 .xci-bottom-register-secondary {
    min-height: 44px;
    height: 44px;
    padding: 0 8px;
    border-width: 1px;
    font-size: 11px;
  }

  .xci-bottom-register-v3 .xci-bottom-register-secondary {
    overflow: hidden;
    color: transparent !important;
    font-size: 0;
  }

  .xci-bottom-register-v3 .xci-bottom-register-secondary::before {
    content: "↪";
    color: #fff;
    font-size: 18px;
  }

  .xci-bottom-register-v4 .xci-bottom-register-shell {
    grid-template-areas: "brand top" "actions actions";
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: 24px 44px;
  }

  .xci-bottom-register-v4 .xci-bottom-register-brand {
    gap: 5px;
    overflow: hidden;
    font-size: 10px;
    text-overflow: ellipsis;
  }

  .xci-bottom-register-v4 .xci-bottom-brand-mark {
    width: 22px;
    height: 22px;
    font-size: 9px;
  }

  .xci-bottom-register-v4 .xci-bottom-register-top {
    justify-content: flex-end;
  }

  .xci-bottom-register-v5 .xci-bottom-register-shell,
  .xci-bottom-register-v8 .xci-bottom-register-shell {
    grid-template-areas: "top trust" "actions actions";
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 24px 44px;
  }

  .xci-bottom-register-v5 .xci-bottom-register-top,
  .xci-bottom-register-v8 .xci-bottom-register-top {
    justify-content: flex-start;
  }

  .xci-bottom-register-v5 .xci-bottom-register-trust,
  .xci-bottom-register-v8 .xci-bottom-register-trust {
    justify-content: flex-end;
    gap: 4px;
    overflow: hidden;
    font-size: 9px;
  }

  .xci-bottom-register-v5 .xci-bottom-register-trust span,
  .xci-bottom-register-v8 .xci-bottom-register-trust span {
    min-height: 22px;
    padding: 2px 5px;
  }

  .xci-bottom-register-v5 .xci-bottom-register-trust span:first-child,
  .xci-bottom-register-v8 .xci-bottom-register-trust span:first-child {
    display: none;
  }

  .xci-bottom-register-v6 .xci-bottom-register-shell {
    grid-template-areas: "top progress" "actions actions";
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-rows: 24px 44px;
  }

  .xci-bottom-register-v6 .xci-bottom-register-top {
    justify-content: flex-start;
  }

  .xci-bottom-register-v6 .xci-bottom-register-progress {
    min-width: 0;
    gap: 3px;
  }

  .xci-bottom-register-v6 .xci-bottom-register-progress span {
    height: 5px;
  }

  .xci-bottom-register-v7 .xci-bottom-register-shell {
    border-width: 1px 0 0;
    border-radius: 0;
    background: linear-gradient(180deg, #69011d, #420012);
  }

  .xci-bottom-register-v8 .xci-bottom-register-trust span {
    border: 0;
    background: transparent;
  }
}

@media (max-width: 360px), (max-height: 600px) {
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-shell {
    height: clamp(76px, 13.5dvh, 86px);
    padding-top: 3px;
    padding-right: 6px;
    padding-left: 6px;
    gap: 3px 5px;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-top,
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-brand,
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-progress,
  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-trust {
    height: 18px;
    font-size: 9px;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-shell {
    grid-template-rows: 18px 44px;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-badge {
    display: none;
  }

  .xci-bottom-register-live:not(.xci-bottom-register-v3) .xci-bottom-register-countdown strong {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }

  .xci-bottom-register-v4 .xci-bottom-register-brand {
    display: flex;
  }
}
/* XCI_BOTTOM_REGISTER_END */
