:root {
  --bg1: #fff1fb;
  --bg2: #f2fbff;
  --bg3: #f9fff7;

  --ink: #1b2340;
  --muted: rgba(27, 35, 64, .78);
  --faint: rgba(27, 35, 64, .6);

  --hot: #ff2e7a;
  --pink: #ff4fc2;
  --lilac: #c7a6ff;
  --sky: #40dbff;
  --mint: #48ffd2;
  --gold: #ffd166;

  --line: rgba(27, 35, 64, .14);
  --shadow: rgba(16, 24, 40, .12);

  --max: 1120px;
  --g: clamp(1rem, 4vw, 2.4rem);
  --r: 24px;

  --soft: 0 18px 55px rgba(16, 24, 40, .12);
  --soft2: 0 26px 72px rgba(16, 24, 40, .16);
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  min-height: 100svh;
  overflow-x: hidden;
  background:
    radial-gradient(1200px 900px at 20% 8%, rgba(255, 79, 194, .22), transparent 58%),
    radial-gradient(1200px 900px at 86% 14%, rgba(64, 219, 255, .18), transparent 60%),
    radial-gradient(1000px 700px at 55% 92%, rgba(72, 255, 210, .14), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2) 55%, var(--bg3));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .55), transparent 20%),
    radial-gradient(circle at 82% 28%, rgba(255, 255, 255, .35), transparent 22%),
    radial-gradient(circle at 55% 72%, rgba(255, 255, 255, .3), transparent 24%),
    radial-gradient(circle at 32% 78%, rgba(255, 255, 255, .22), transparent 22%);
  opacity: .55;
  filter: blur(.2px);
}

#bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: .78;
  filter: saturate(1.12);
}

.veil {
  position: relative;
  z-index: 1;
  min-height: 100svh;
}

a {
  color: #1f5bff;
  text-underline-offset: .22em;
  text-decoration-thickness: .09em;
}

a:hover {
  color: var(--hot);
}

.skip {
  position: absolute;
  left: .9rem;
  top: .9rem;
  padding: .72rem 1rem;
  background: rgba(255, 255, 255, .94);
  border: 1px solid var(--line);
  border-radius: 999px;
  transform: translateY(-180%);
  transition: transform .15s ease;
  z-index: 50;
  box-shadow: 0 16px 38px var(--shadow);
  backdrop-filter: blur(10px);
}

.skip:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
  border-radius: 14px;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: var(--g);
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .2rem;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: .95rem;
}

.mark {
  width: 56px;
  height: 56px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 255, 255, .85), transparent 42%),
    radial-gradient(circle at 70% 80%, rgba(64, 219, 255, .28), transparent 58%),
    radial-gradient(circle at 25% 80%, rgba(255, 79, 194, .26), transparent 58%),
    rgba(255, 255, 255, .74);
  border: 1px solid rgba(27, 35, 64, .12);
  box-shadow: var(--soft);
  backdrop-filter: blur(10px);
  user-select: none;
  font-size: 26px;
  position: relative;
  overflow: hidden;
}

.mark::after {
  content: "";
  position: absolute;
  inset: -30% -40%;
  background: linear-gradient(120deg,
    rgba(255, 255, 255, .65),
    rgba(255, 255, 255, .05) 35%,
    rgba(255, 255, 255, .35) 55%,
    rgba(255, 255, 255, .05) 75%,
    rgba(255, 255, 255, .5));
  transform: translateX(-35%) rotate(8deg);
  opacity: .55;
  pointer-events: none;
}

.brand h1 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: .2px;
}

.brand p {
  margin: .12rem 0 0;
  color: var(--muted);
  font-size: .98rem;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: .6rem;
  flex-wrap: wrap;
  color: var(--faint);
  font-size: .95rem;
}

.top-actions kbd {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: .9em;
  padding: .1rem .45rem;
  border-radius: 10px;
  border: 1px solid rgba(27, 35, 64, .18);
  background: rgba(255, 255, 255, .6);
}

.iconbtn {
  appearance: none;
  border: 1px solid rgba(27, 35, 64, .12);
  background: rgba(255, 255, 255, .64);
  width: 46px;
  height: 46px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 40px rgba(16, 24, 40, .12);
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease;
  position: relative;
  overflow: hidden;
}

.iconbtn::after {
  content: "";
  position: absolute;
  inset: -30% -40%;
  background: radial-gradient(circle at 25% 30%, rgba(255, 255, 255, .75), transparent 40%);
  opacity: .65;
  pointer-events: none;
}

.iconbtn:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 55px rgba(16, 24, 40, .16);
}

.statusRow {
  margin-top: 1rem;
  border: 1px solid rgba(27, 35, 64, .1);
  background: rgba(255, 255, 255, .72);
  border-radius: 999px;
  box-shadow: var(--soft);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: .6rem .98rem;
  overflow: hidden;
  position: relative;
}

.statusRow::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .55), transparent 55%);
  pointer-events: none;
  opacity: .9;
}

.statusDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 4px rgba(72, 255, 210, .12), 0 0 18px rgba(72, 255, 210, .26);
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.miniBar {
  flex: 0 0 160px;
  height: 10px;
  border-radius: 999px;
  background: rgba(27, 35, 64, .08);
  overflow: hidden;
  border: 1px solid rgba(27, 35, 64, .1);
  position: relative;
  z-index: 1;
}

.miniBar > i {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg,
    rgba(255, 46, 122, .55),
    rgba(255, 79, 194, .5),
    rgba(64, 219, 255, .45),
    rgba(72, 255, 210, .42));
  border-radius: 999px;
  transition: width .35s ease;
}

.ticker {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tickerInner {
  display: flex;
  gap: 1.1rem;
  white-space: nowrap;
  will-change: transform;
  animation: slide 24s linear infinite;
  color: rgba(27, 35, 64, .76);
  font-size: .98rem;
}

.tickerInner span b {
  color: var(--ink);
}

@keyframes slide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

main {
  padding: clamp(2.1rem, 6vw, 4.4rem) 0 2.2rem;
}

.hero {
  text-align: center;
  max-width: 82ch;
  margin: 0 auto;
}

.headline {
  margin: 0;
  font-size: clamp(2.45rem, 6vw, 4.2rem);
  line-height: 1.02;
  letter-spacing: .2px;
}

.headline .glow {
  color: var(--hot);
  text-shadow:
    0 0 14px rgba(255, 46, 122, .16),
    0 0 32px rgba(255, 79, 194, .14),
    0 0 56px rgba(64, 219, 255, .1);
}

.sub {
  margin: .95rem auto 0;
  font-size: clamp(1.1rem, 2.25vw, 1.28rem);
  color: var(--muted);
}

.sub strong {
  color: rgba(27, 35, 64, .92);
  text-shadow: 0 0 20px rgba(255, 79, 194, .1);
}

.tiny {
  margin: .65rem auto 0;
  color: var(--faint);
  font-size: .98rem;
  max-width: 76ch;
}

.stickers {
  margin: 1.1rem auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .55rem;
}

.sticker {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .42rem .74rem;
  border-radius: 999px;
  border: 1px solid rgba(27, 35, 64, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 14px 35px rgba(16, 24, 40, .1);
  font-weight: 950;
  color: rgba(27, 35, 64, .84);
  user-select: none;
  font-size: .96rem;
  position: relative;
  overflow: hidden;
  transform: rotate(var(--tilt, -.7deg));
}

.sticker::after {
  content: "";
  position: absolute;
  inset: -30% -40%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .75), transparent 45%);
  opacity: .7;
  pointer-events: none;
}

.sticker span {
  position: relative;
  z-index: 1;
}

.sticker.pink {
  border-color: rgba(255, 79, 194, .22);
}

.sticker.sky {
  border-color: rgba(64, 219, 255, .22);
}

.sticker.lilac {
  border-color: rgba(199, 166, 255, .25);
}

.actions {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  gap: .8rem;
  flex-wrap: wrap;
}

.btn {
  appearance: none;
  border: 1px solid rgba(27, 35, 64, .14);
  background: rgba(255, 255, 255, .66);
  color: var(--ink);
  padding: 1.04rem 1.22rem;
  border-radius: 999px;
  font-weight: 1000;
  cursor: pointer;
  box-shadow: var(--soft);
  backdrop-filter: blur(10px);
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  transition: transform .12s ease, box-shadow .12s ease, filter .12s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -50% -35%;
  background: linear-gradient(120deg,
    rgba(255, 255, 255, .7),
    rgba(255, 255, 255, .06) 35%,
    rgba(255, 255, 255, .4) 55%,
    rgba(255, 255, 255, .06) 75%,
    rgba(255, 255, 255, .52));
  transform: translateX(-34%) rotate(6deg);
  opacity: .55;
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: var(--soft2);
  filter: saturate(1.06);
}

.btn.primary {
  border-color: rgba(255, 79, 194, .24);
  background:
    radial-gradient(140% 140% at 12% 12%, rgba(255, 79, 194, .2), transparent 60%),
    rgba(255, 255, 255, .76);
}

.btn.secondary {
  border-color: rgba(64, 219, 255, .24);
  background:
    radial-gradient(140% 140% at 12% 12%, rgba(64, 219, 255, .16), transparent 60%),
    rgba(255, 255, 255, .76);
}

.btn.ghost {
  border-color: rgba(27, 35, 64, .12);
  background: rgba(255, 255, 255, .6);
  font-weight: 950;
  padding: .95rem 1.05rem;
}

.out {
  margin: 1.1rem auto 0;
  max-width: 76ch;
  text-align: left;
  padding: 1.03rem 1.08rem;
  border-radius: var(--r);
  border: 1px solid rgba(27, 35, 64, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 16px 45px rgba(16, 24, 40, .1);
  color: rgba(27, 35, 64, .9);
}

.band {
  margin-top: clamp(2.1rem, 5vw, 3.1rem);
  border-top: 1px solid rgba(27, 35, 64, .1);
  padding-top: 1.35rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
  text-align: left;
}

@media (max-width: 900px) {
  .band {
    grid-template-columns: 1fr;
  }
}

.card {
  border: 1px solid rgba(27, 35, 64, .12);
  border-radius: var(--r);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 18px 55px rgba(16, 24, 40, .1);
  padding: 1.08rem;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, .5), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, .4), transparent 55%);
  opacity: .65;
  pointer-events: none;
}

.card > * {
  position: relative;
  z-index: 1;
}

.card h2 {
  margin: 0 0 .55rem;
  font-size: 1.15rem;
  letter-spacing: .15px;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.list {
  margin: .55rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.list li {
  margin: .32rem 0;
}

.notify {
  margin-top: 1.7rem;
  padding: 1.18rem;
  border-radius: var(--r);
  border: 1px solid rgba(27, 35, 64, .12);
  background: rgba(255, 255, 255, .74);
  box-shadow: 0 18px 55px rgba(16, 24, 40, .1);
  backdrop-filter: blur(10px);
  text-align: left;
  max-width: 80ch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.notify::after {
  content: "";
  position: absolute;
  inset: -30% -35%;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .55), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(64, 219, 255, .14), transparent 55%);
  opacity: .55;
  pointer-events: none;
}

.notify > * {
  position: relative;
  z-index: 1;
}

form {
  margin-top: .85rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  align-items: end;
}

@media (max-width: 600px) {
  form {
    grid-template-columns: 1fr;
  }
}

label {
  display: block;
  font-weight: 1000;
  margin: 0 0 .35rem;
}

input[type="email"] {
  width: 100%;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(27, 35, 64, .18);
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 50px rgba(16, 24, 40, .1);
}

.submit {
  padding: 1.05rem 1.2rem;
  border-radius: 18px;
  border: 1px solid rgba(72, 255, 210, .26);
  background:
    radial-gradient(140% 140% at 12% 12%, rgba(72, 255, 210, .18), transparent 60%),
    rgba(255, 255, 255, .8);
  font-weight: 1000;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 18px 55px rgba(16, 24, 40, .1);
  transition: transform .12s ease, box-shadow .12s ease;
}

.submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 22px 64px rgba(16, 24, 40, .14);
}

footer {
  margin-top: 1.7rem;
  padding: 1.2rem 0 1.9rem;
  color: rgba(27, 35, 64, .68);
  font-size: .98rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: .7rem 1rem;
  border-top: 1px solid rgba(27, 35, 64, .1);
}

.notify-hint {
  margin: .65rem 0 0;
  color: var(--faint);
  font-size: .94rem;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }

  .btn:hover,
  .submit:hover,
  .iconbtn:hover {
    transform: none;
  }

  #bg {
    opacity: .45;
  }

  .tickerInner {
    animation: none !important;
  }
}
