/**
 * Launch Day countdown — marketing shell (.lurk-launch--hero / .lurk-launch--compact).
 */
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@500;600;700&display=swap");

.lurk-launch--hero {
  position: relative;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(2rem, 5vw, 3.5rem);
  text-align: center;
  overflow: visible;
  --lurk-lc-neon: #ff2d55;
  --lurk-lc-neon-soft: #ff4d6d;
}

.lurk-launch__headline {
  position: relative;
  font-family: var(--ix-display, "Syne", sans-serif);
  font-weight: 800;
  font-size: clamp(1.35rem, 4.2vw, 2.35rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  color: #fdf2f4;
  margin: 0 0 0.65rem;
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
.lurk-launch__headline-accent {
  color: var(--lurk-lc-neon);
}

.lurk-launch__kicker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 0.65rem;
  font-family: var(--ix-display, "Syne", sans-serif);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--lurk-lc-neon-soft);
}
.lurk-launch__kicker-diamond {
  flex-shrink: 0;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--lurk-lc-neon);
  transform: rotate(45deg);
}

.lurk-launch__intro {
  margin-bottom: 0;
}

.lurk-launch__date {
  position: relative;
  font-family: var(--ix-font, var(--ix-body, "DM Sans", system-ui, sans-serif));
  font-weight: 600;
  font-size: clamp(1.05rem, 2.4vw, 1.4rem);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4c8cd;
  margin: 0 0 1.75rem;
}

.lurk-launch__intro .lurk-launch__date {
  margin-bottom: clamp(1.35rem, 3.75vw, 2.25rem);
}

/* Centered block: logo, then digit boxes only (no outer frame) */
.lurk-launch__countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(0.35rem, 1.2vw, 0.75rem);
  margin-bottom: 0.25rem;
  width: 100%;
  text-align: center;
}

.lurk-launch__mark-above {
  display: grid;
  place-items: center;
  margin-top: clamp(0.15rem, 0.6vw, 0.35rem);
  /* Tight gap above the digit row — mark sits closer to the countdown */
  margin-bottom: clamp(0.3rem, 1.2vw, 0.65rem);
}

.lurk-launch__mark-img {
  width: clamp(3.15rem, 9vw, 4.5rem);
  height: auto;
  display: block;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  filter: drop-shadow(0 0 16px rgba(255, 45, 85, 0.32));
}

/* Timer row: centered, capped width so units stay balanced */
.lurk-launch__timer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: min(52rem, 100%);
  min-width: 0;
  margin: 0 auto;
  gap: clamp(0.15rem, 1.2vw, 0.65rem);
  overflow: visible;
  padding: 0;
}
.lurk-launch__seg {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(0.4rem, 1.8vw, 0.7rem);
}
.lurk-launch__colon {
  font-family: "Orbitron", var(--ix-display, monospace);
  font-weight: 600;
  font-size: clamp(1.45rem, 4.2vw, 3.85rem);
  line-height: 1;
  color: var(--lurk-lc-neon-soft);
  /* Visually line up with digit cap-height while row is flex-end aligned to labels */
  padding-bottom: clamp(1.65rem, 4.5vw, 2.45rem);
  opacity: 1;
  user-select: none;
  flex: 0 0 auto;
  text-shadow: 0 0 18px rgba(255, 45, 85, 0.45);
}

.lurk-launch__num {
  font-family: "Orbitron", ui-monospace, monospace;
  font-weight: 700;
  font-size: clamp(1.65rem, 5.2vw, 5.25rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--lurk-lc-neon-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 1.15em;
  padding: 0.26em 0.12em;
  border-radius: 0.55rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 45, 85, 0.5);
  box-shadow:
    inset 0 2px 14px rgba(0, 0, 0, 0.55),
    0 0 22px rgba(255, 45, 85, 0.18);
  text-shadow: 0 0 20px rgba(255, 45, 85, 0.35);
}

.lurk-launch__lab {
  font-family: var(--ix-font, var(--ix-body, "DM Sans", system-ui, sans-serif));
  font-size: clamp(0.58rem, 1.65vw, 0.8rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: clamp(0.12em, 0.06vw, 0.22em);
  color: #e8dde1;
  text-align: center;
  max-width: 100%;
}

.lurk-launch__live {
  position: relative;
  margin: 1.35rem 0 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--lurk-lc-neon-soft);
}

.lurk-launch--hero.lurk-launch--done .lurk-launch__timer {
  opacity: 0.4;
  filter: grayscale(0.25);
  pointer-events: none;
}

/* Email notify */
.lurk-launch__notify-shell {
  margin-top: 1.85rem;
}
.lurk-launch__notify {
  position: relative;
  margin: 0 auto;
  max-width: 32rem;
  text-align: center;
}
.lurk-launch__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.lurk-launch__notify-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lurk-launch__notify-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  align-items: stretch;
}
.marketing-skin .lurk-launch__notify-input,
.lurk-launch__notify-input {
  flex: 1 1 12rem;
  min-width: 0;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 45, 85, 0.35);
  background: rgba(8, 4, 6, 0.85);
  color: #fdf2f4;
  font-family: var(--ix-font, var(--ix-body, "DM Sans", system-ui, sans-serif));
  font-size: 0.95rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.lurk-launch__notify-input::placeholder {
  color: #6b5f63;
}
.lurk-launch__notify-input:focus {
  border-color: rgba(255, 77, 109, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 45, 85, 0.15);
}
.marketing-skin .lurk-launch__notify-btn,
.lurk-launch__notify-btn {
  flex: 0 0 auto;
  padding: 0.75rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 77, 109, 0.45);
  cursor: pointer;
  font-family: var(--ix-font, var(--ix-body, "DM Sans", system-ui, sans-serif));
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(180deg, #ff3d62, #e11d48);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: transform 0.15s ease, filter 0.15s ease, opacity 0.15s ease;
  -webkit-appearance: none;
  appearance: none;
}
.lurk-launch__notify-btn:hover:not(:disabled) {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.lurk-launch__notify-btn:disabled {
  opacity: 0.65;
  cursor: wait;
}
.lurk-launch__notify-hint {
  margin: 0.75rem 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
  color: #9a8b90;
  text-align: center;
}
.lurk-launch__accent {
  color: var(--lurk-lc-neon);
  font-weight: 600;
}
.lurk-launch__notify-status {
  margin: 0.65rem 0 0;
  min-height: 1.35em;
  font-size: 0.88rem;
  text-align: center;
  color: #c4b8bc;
}
.lurk-launch__notify-status.is-ok {
  color: #86efac;
}
.lurk-launch__notify-status.is-err {
  color: #fda4af;
}

/* Compact strip — fixed, unobtrusive */
.lurk-launch--compact {
  position: fixed;
  z-index: 60;
  right: 0.5rem;
  bottom: 0.5rem;
  left: auto;
  max-width: calc(100vw - 1rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.65rem;
  padding: 0.35rem 0.65rem 0.4rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 113, 133, 0.2);
  background: rgba(8, 4, 6, 0.82);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  font-size: 0.62rem;
  line-height: 1.2;
  color: #c4b8bc;
  pointer-events: none;
}
@media (min-width: 640px) {
  .lurk-launch--compact {
    right: 1rem;
    bottom: 1rem;
  }
}
.lurk-launch-c__mark {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fda4af;
  white-space: nowrap;
}
.lurk-launch-c__nums {
  font-variant-numeric: tabular-nums;
  font-family: "Orbitron", ui-monospace, monospace;
  color: var(--ix-paper, #fdf2f4);
  white-space: nowrap;
}
.lurk-launch-c__nums [data-lurk-lc="days"] {
  font-weight: 700;
  color: #fecdd3;
}
.lurk-launch--compact.lurk-launch--done .lurk-launch-c__nums {
  color: #86efac;
}
