/* GEARS — page de lancement */

:root {
  --bg-deep: #050a14;
  --bg-mid: #0c1629;
  --accent: #22d3ee;
  --accent-dim: #0891b2;
  --text: #e8f4ff;
  --text-muted: rgba(232, 244, 255, 0.65);
  --glow: rgba(34, 211, 238, 0.35);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg-deep);
  background-image:
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(34, 211, 238, 0.12), transparent 50%),
    radial-gradient(ellipse 80% 50% at 100% 50%, rgba(8, 145, 178, 0.08), transparent 45%),
    linear-gradient(180deg, var(--bg-mid) 0%, var(--bg-deep) 55%, #020508 100%);
  overflow-x: hidden;
}

/* Grille / ambiance “marché” très discrète */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 211, 238, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black 20%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 3rem);
  text-align: center;
}

.page--home {
  justify-content: flex-start;
  padding-top: clamp(0.85rem, 3vw, 2rem);
  padding-bottom: clamp(1rem, 3vw, 1.75rem);
  gap: clamp(0.85rem, 2.5vw, 1.35rem);
  max-width: 58rem;
  margin: 0 auto;
  width: 100%;
}

.launch-brand {
  width: 100%;
}

.launch-brand-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 3vw, 1.35rem);
  flex-wrap: wrap;
}

.launch-logo {
  width: clamp(4.5rem, 14vw, 6rem);
  height: auto;
  filter: drop-shadow(0 0 28px var(--glow));
}

.launch-brand-text {
  text-align: left;
}

.launch-brand-name {
  margin: 0;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.65rem, 5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-shadow: 0 0 24px var(--glow);
  line-height: 1.1;
}

.launch-brand-acronym {
  margin: 0.2rem 0 0;
  max-width: 20rem;
  font-size: clamp(0.72rem, 2.2vw, 0.82rem);
  line-height: 1.35;
  color: var(--text-muted);
}

.launch-main {
  display: flex;
  flex-direction: column;
  gap: clamp(0.55rem, 2vw, 0.95rem);
  width: 100%;
  align-items: stretch;
}

.launch-hero {
  position: relative;
  width: 100%;
  text-align: center;
  padding: clamp(0.95rem, 2.5vw, 1.35rem);
  border-radius: 16px;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background:
    linear-gradient(155deg, rgba(12, 22, 41, 0.92) 0%, rgba(5, 10, 20, 0.96) 100%);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35),
    0 12px 40px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(103, 232, 249, 0.08);
  overflow: hidden;
}

.launch-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 55% at 50% 0%, rgba(34, 211, 238, 0.14), transparent 60%);
  pointer-events: none;
}

.launch-hero > * {
  position: relative;
  z-index: 1;
}

.launch-hero-title {
  margin: 0 0 0.4rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.35rem, 4vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
  text-shadow: 0 0 22px var(--glow);
  line-height: 1.15;
}

.launch-hero-lede {
  width: 100%;
  max-width: none;
  margin: 0 0 0.45rem;
  font-size: clamp(0.88rem, 2.2vw, 1rem);
  line-height: 1.45;
  color: rgba(232, 244, 255, 0.9);
  text-align: center;
}

.launch-hero .action-eyebrow,
.launch-hero .showcase-as-of {
  text-align: center;
}

.launch-hero .showcase-status {
  margin: 0;
  min-height: 0;
  font-size: 0.82rem;
  line-height: 1.3;
}

.launch-hero .showcase-status:empty {
  display: none;
}

.launch-hero .showcase-status:not(:empty) {
  margin-bottom: 0.35rem;
}

.launch-hero-lede strong {
  color: #fff;
  font-weight: 600;
}

.launch-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.75rem;
  justify-content: center;
}

.launch-hero-actions--stack {
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  width: 100%;
}

.launch-action-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  max-width: 26rem;
}

.launch-action-block--showcase {
  max-width: 42rem;
}

.launch-showcase-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.85rem, 3vw, 1.35rem);
  width: 100%;
  flex-wrap: wrap;
}

.launch-showcase-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  flex: 1 1 12rem;
  min-width: 11rem;
  max-width: 18rem;
}

.launch-showcase-video {
  margin: 0;
  flex: 1 1 16rem;
  max-width: 20rem;
  width: 100%;
  text-align: center;
}

.launch-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 0.75rem;
  border: 1px solid rgba(34, 211, 238, 0.28);
  background: #020508;
  box-shadow: 0 0 28px rgba(34, 211, 238, 0.12);
  object-fit: cover;
}

.launch-video-caption {
  margin: 0.35rem 0 0;
  font-size: 0.7rem;
  letter-spacing: 0.04em;
  color: var(--text-muted);
}

.launch-action-desc {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--text-muted);
  text-align: center;
  max-width: 22rem;
}

.launch-action-block--test {
  margin-top: 0.15rem;
}

@media (max-width: 680px) {
  .launch-showcase-row {
    flex-direction: column;
  }

  .launch-showcase-cta,
  .launch-showcase-video {
    max-width: 22rem;
  }
}

.launch-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
  text-align: center;
  padding: clamp(0.35rem, 1.5vw, 0.65rem) 0.5rem;
}

.launch-live-title {
  margin: 0 0 0.35rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.72rem, 2vw, 0.82rem);
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  text-shadow: 0 0 14px var(--glow);
}

.countdown-sublabel {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--text-muted);
  max-width: 16rem;
  margin-left: auto;
  margin-right: auto;
}

.countdown-block .countdown {
  max-width: 22rem;
  margin: 0 auto;
}

.countdown-block .expired-msg {
  margin-top: 0.75rem;
  font-size: 0.9rem;
}

.reg-cap-ratio {
  color: var(--accent);
  font-weight: 700;
}

.registration-cap-msg strong {
  color: #fff;
  font-weight: 600;
}

.launch-countdown-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.launch-countdown-foot {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--text-muted);
}

.launch-footer {
  width: 100%;
  padding-top: 0.25rem;
}

.launch-footer .launch-wp {
  margin-top: 0;
}

.hero-img {
  width: min(98vw, 840px);
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 2.25rem;
  filter: drop-shadow(0 0 52px var(--glow));
  border-radius: 12px;
}

.countdown-wrap {
  width: 100%;
  max-width: 22rem;
  flex: 1 1 16rem;
}

.launch-split {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.launch-countdown-card .countdown {
  width: 100%;
}

.launch-countdown-card .countdown-label {
  text-align: center;
}

.countdown-label {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0.35rem, 2vw, 0.55rem);
}

.unit {
  background: linear-gradient(145deg, rgba(12, 22, 41, 0.9), rgba(5, 10, 20, 0.95));
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 8px;
  padding: clamp(0.45rem, 2vw, 0.6rem) 0.25rem;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.3),
    0 6px 22px rgba(0, 0, 0, 0.3);
}

.unit-value {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1rem, 4.5vw, 1.45rem);
  font-weight: 700;
  color: var(--accent);
  text-shadow: 0 0 16px var(--glow);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.unit-label {
  margin-top: 0.2rem;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.footer-soon {
  margin-top: 2rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-shadow: 0 0 20px var(--glow);
}

.btn--lg {
  padding: 0.65rem 1.15rem;
  font-size: 0.92rem;
}

.btn--disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
}

.registration-cap-msg {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  line-height: 1.4;
  color: var(--text-muted);
  text-align: center;
  width: 100%;
}

.registration-cap-msg-line {
  display: block;
}

.registration-cap-msg-line--sub {
  margin-top: 0.35rem;
  font-size: 0.76rem;
  line-height: 1.45;
  color: rgba(232, 244, 255, 0.72);
}

.registration-cap-msg--warn {
  color: rgba(251, 191, 36, 0.95);
}

.kpi-stack {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin: 0 0 0.75rem;
}

.launch-hero .kpi-stack {
  margin-top: 0.05rem;
  margin-bottom: 0.55rem;
}

.kpi-row {
  display: grid;
  gap: 0.5rem;
  width: 100%;
}

.kpi-row--hold {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 28rem;
  margin: 0 auto;
}

.kpi-row--activity {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kpi-grid--hero {
  margin-bottom: 0.25rem;
  margin-top: 0;
}

.kpi-grid--hero .kpi-card {
  padding: 0.72rem 0.45rem;
  background: rgba(5, 10, 20, 0.55);
  border-color: rgba(34, 211, 238, 0.25);
}

.kpi-grid--hero .kpi-value {
  font-size: clamp(1.2rem, 4vw, 1.55rem);
}

.expired-msg {
  margin-top: 1rem;
  font-size: 1.1rem;
  color: var(--accent);
}

.expired-msg[hidden],
#countdown[hidden],
#showcase-kpi-skeleton[hidden],
#showcase-kpi-grid[hidden],
.showcase-status[hidden] {
  display: none !important;
}

/* White paper — page launch : US (EN) | label | FR */
.launch-wp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0.65rem, 2.5vw, 1rem);
  flex-wrap: wrap;
  margin-top: 0.55rem;
}

.wp-label {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.95rem, 3vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  color: var(--accent);
  text-shadow: 0 0 20px var(--glow);
  text-decoration: none;
  transition: color 0.15s ease, text-shadow 0.15s ease;
}

a.wp-label:hover {
  color: #67e8f9;
  text-shadow: 0 0 26px rgba(34, 211, 238, 0.55);
}

a.wp-label:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: 4px;
}

.wp-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid rgba(34, 211, 238, 0.3);
  background: rgba(12, 22, 41, 0.5);
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease;
}

.wp-flag img {
  display: block;
  height: 1.15rem;
  width: auto;
  max-width: 1.85rem;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.wp-flag:hover {
  border-color: rgba(103, 232, 249, 0.65);
  box-shadow: 0 0 14px var(--glow);
  transform: translateY(-1px);
}

.wp-flag:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.wp-flag--active {
  border-color: rgba(34, 211, 238, 0.55);
  box-shadow: 0 0 12px var(--glow);
  pointer-events: none;
}

/* Barre haut page white paper */
.doc-top-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-bottom: 1.25rem;
}

.doc-top-bar .doc-back {
  margin-bottom: 0;
}

.doc-lang-icons {
  display: flex;
  gap: 0.45rem;
}

/* Page livre blanc */
.doc-page {
  text-align: left;
  align-items: stretch;
  justify-content: flex-start;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(1.5rem, 5vw, 2.5rem);
  padding-bottom: clamp(2rem, 6vw, 3.5rem);
}

.doc-back {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 244, 255, 0.2);
}

.doc-back:hover {
  color: var(--accent);
  border-bottom-color: rgba(34, 211, 238, 0.45);
}

.doc-content h1 {
  margin: 0 0 0.35rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.doc-meta {
  margin: 0 0 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.doc-acronym {
  margin: 0 0 0.35rem;
  font-size: 0.88rem;
  font-style: italic;
  letter-spacing: 0.02em;
  color: rgba(232, 244, 255, 0.88);
}

.doc-acronym em {
  font-style: normal;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.04em;
}

.doc-lede {
  margin: 0 0 1.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(232, 244, 255, 0.95);
}

.doc-punch-list {
  margin: 0 0 1.75rem;
  padding: 1rem 1rem 1rem 1.15rem;
  list-style: none;
  border-left: 3px solid rgba(34, 211, 238, 0.45);
  background: rgba(12, 22, 41, 0.45);
  border-radius: 0 8px 8px 0;
}

.doc-punch-list li {
  position: relative;
  margin: 0 0 0.65rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.45;
}

.doc-punch-list li:last-child {
  margin-bottom: 0;
}

.doc-punch-list li::before {
  content: "";
  position: absolute;
  left: -0.35rem;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--glow);
}

.doc-content h2 {
  margin: 1.75rem 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.doc-content p,
.doc-content li {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(232, 244, 255, 0.92);
}

.doc-content ul {
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}

.doc-content li {
  margin-bottom: 0.4rem;
}

.doc-note {
  margin-top: 2rem;
  padding: 1rem 1.1rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--text-muted);
  background: rgba(12, 22, 41, 0.55);
  border: 1px solid rgba(34, 211, 238, 0.12);
  border-radius: 8px;
}

@media (max-width: 820px) {
  .launch-brand-text {
    text-align: center;
  }

  .launch-brand-acronym {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Écrans peu hauts (ex. laptop + barre des tâches) : compacter sans changer le style */
@media (max-height: 860px) {
  .page--home {
    gap: 0.65rem;
    padding-top: 0.65rem;
    padding-bottom: 0.75rem;
  }

  .launch-logo {
    width: clamp(3.75rem, 11vw, 5rem);
  }

  .launch-brand-name {
    font-size: clamp(1.45rem, 4.5vw, 2rem);
  }

  .launch-main {
    gap: 0.45rem;
  }

  .launch-hero {
    padding: 0.85rem 0.95rem;
  }

  .launch-hero-title {
    margin-bottom: 0.3rem;
    font-size: clamp(1.25rem, 3.5vw, 1.75rem);
  }

  .launch-hero-lede {
    margin-bottom: 0.35rem;
    font-size: 0.86rem;
    line-height: 1.4;
  }

  .launch-hero .kpi-stack {
    margin-bottom: 0.4rem;
    gap: 0.4rem;
  }

  .kpi-grid--hero .kpi-card {
    padding: 0.55rem 0.35rem;
  }

  .launch-hero-actions {
    margin-top: 0.55rem;
  }

  .registration-cap-msg {
    margin-top: 0.35rem;
    font-size: 0.76rem;
  }

  .countdown-block {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
  }

  .unit {
    padding: 0.35rem 0.2rem;
  }

  .launch-wp {
    margin-top: 0.35rem;
  }

  .wp-flag {
    width: 2.35rem;
    height: 2.35rem;
  }
}

@media (max-width: 680px) {
  .launch-split {
    flex-direction: column;
    align-items: stretch;
  }

  .launch-action,
  .countdown-wrap {
    max-width: none;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .unit-label {
    font-size: 0.52rem;
    letter-spacing: 0.06em;
  }
}

/* GEARS en Action — teasing + page pont */
.launch-action {
  flex: 1 1 16rem;
  width: 100%;
  max-width: 26rem;
  margin-top: 0;
  padding: 1.25rem 1.1rem 1.35rem;
  border-radius: 12px;
  border: 1px solid rgba(34, 211, 238, 0.22);
  background: linear-gradient(145deg, rgba(12, 22, 41, 0.85), rgba(5, 10, 20, 0.92));
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  text-align: left;
}

.action-heading {
  margin: 0 0 0.45rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(0.95rem, 3.2vw, 1.05rem);
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--accent);
  text-shadow: 0 0 16px var(--glow);
}

.action-tagline {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.15rem;
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.12s ease,
    background 0.15s ease;
}

.btn--primary {
  color: var(--bg-deep);
  background: linear-gradient(135deg, #67e8f9, var(--accent));
  border-color: rgba(103, 232, 249, 0.5);
  box-shadow: 0 0 18px var(--glow);
}

.btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 26px rgba(34, 211, 238, 0.55);
}

.btn--ghost {
  color: var(--accent);
  background: rgba(12, 22, 41, 0.55);
  border-color: rgba(34, 211, 238, 0.28);
}

.btn--ghost:hover {
  border-color: rgba(103, 232, 249, 0.55);
  box-shadow: 0 0 12px var(--glow);
}

.btn--sm {
  padding: 0.45rem 0.75rem;
  font-size: 0.82rem;
}

.btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.action-page {
  max-width: 42rem;
}

.action-hero {
  margin-bottom: 1.25rem;
  text-align: center;
}

.action-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.action-hero h1 {
  margin: 0 0 0.5rem;
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.35rem, 4vw, 1.75rem);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.06em;
}

.action-lede {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: rgba(232, 244, 255, 0.92);
}

.action-lede--centered {
  width: 100%;
  text-align: center;
}

.action-lede--centered strong {
  color: #fff;
  font-weight: 600;
}

.showcase-status {
  margin: 0 0 0.75rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  min-height: 1.25rem;
}

.showcase-status--loading {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
}

.showcase-status:empty:not(.showcase-status--loading) {
  display: none;
}

.loading-spinner {
  flex-shrink: 0;
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid rgba(34, 211, 238, 0.18);
  border-top-color: var(--accent);
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.skeleton-block,
.skeleton-line {
  background: linear-gradient(
    90deg,
    rgba(34, 211, 238, 0.06) 0%,
    rgba(34, 211, 238, 0.22) 45%,
    rgba(34, 211, 238, 0.06) 90%
  );
  background-size: 200% 100%;
  animation: shimmer 1.35s ease-in-out infinite;
  border-radius: 6px;
}

.skeleton-block {
  margin: 0 auto 0.35rem;
}

.skeleton-block--pct {
  width: 4.5rem;
  height: 1.45rem;
}

.skeleton-block--num {
  width: 2.25rem;
  height: 1.35rem;
}

.skeleton-line {
  display: block;
  height: 0.85rem;
  margin: 0 auto;
}

.skeleton-line--wide {
  width: min(100%, 22rem);
}

.skeleton-line--short {
  width: min(100%, 14rem);
}

.kpi-skeleton:not(.kpi-skeleton--visible),
#showcase-kpi-skeleton[hidden] {
  display: none !important;
}

.kpi-skeleton .kpi-card {
  pointer-events: none;
}

.kpi-skeleton .kpi-label {
  opacity: 0.55;
}

.registration-cap-msg--loading {
  min-height: 1.1rem;
  padding: 0.15rem 0;
}

.registration-cap-msg--loading .skeleton-line {
  opacity: 0.85;
}

.registration-cap-msg:not(.registration-cap-msg--loading) .skeleton-line {
  display: none;
}

.showcase-status--error {
  color: rgba(251, 191, 36, 0.95);
}

.showcase-as-of {
  margin: 0 0 0.45rem;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.kpi-card {
  text-align: center;
  padding: 0.85rem 0.4rem;
  border-radius: 10px;
  border: 1px solid rgba(34, 211, 238, 0.18);
  background: rgba(12, 22, 41, 0.55);
}

.kpi-value {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(1.1rem, 4vw, 1.35rem);
  font-weight: 700;
  color: var(--accent);
  text-shadow: 0 0 12px var(--glow);
  font-variant-numeric: tabular-nums;
}

.kpi-value--up {
  color: #4ade80;
  text-shadow: 0 0 12px rgba(74, 222, 128, 0.35);
}

.kpi-value--down {
  color: #f87171;
  text-shadow: 0 0 12px rgba(248, 113, 113, 0.35);
}

.kpi-value--flat {
  color: var(--text-muted);
  text-shadow: none;
}

.kpi-card--weth {
  border-color: rgba(98, 126, 234, 0.35);
}

.kpi-card--wbtc {
  border-color: rgba(247, 147, 26, 0.35);
}

.kpi-label {
  margin-top: 0.35rem;
  font-size: 0.62rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-muted);
}

.action-cta-block {
  text-align: center;
  margin-bottom: 1.5rem;
}

.action-cta-hint {
  margin: 0.85rem 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.action-disclaimer {
  margin-top: 0;
}

@media (max-width: 900px) {
  .kpi-row--activity {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 540px) {
  .kpi-row--hold,
  .kpi-row--activity {
    grid-template-columns: 1fr;
  }
}
