* {
  box-sizing: border-box;
}

:root {
  --bg: #090a0e;
  --panel: rgba(16, 18, 25, 0.86);
  --panel-soft: rgba(255, 255, 255, 0.045);
  --text: #f7f8fb;
  --muted: #9ca3b4;
  --line: rgba(255, 255, 255, 0.085);
  --purple: #9678ff;
  --mint: #75f0d2;
  --pink: #ff7fc3;
  --yellow: #ffd780;
}

html {
  background: var(--bg);
  min-height: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 5%, rgba(150, 120, 255, 0.12), transparent 24%),
    radial-gradient(circle at 85% 35%, rgba(117, 240, 210, 0.08), transparent 22%),
    radial-gradient(circle at 50% 100%, rgba(255, 127, 195, 0.08), transparent 30%),
    var(--bg);
  overflow-x: hidden;
}

button {
  font: inherit;
}

.ambient {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}

.ambient-a {
  top: -160px;
  left: -140px;
  background: var(--purple);
}

.ambient-b {
  right: -180px;
  bottom: -160px;
  background: var(--mint);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

.shell {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  margin: 0 auto;
  padding: 24px 14px 50px;
}

.card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.025), rgba(255,255,255,0.012)),
    var(--panel);
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(22px);
}

.topbar,
.hero,
.feature-stack,
.footer {
  padding-left: 26px;
  padding-right: 26px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brandname,
.footer-brand {
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brandmark {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--purple), var(--mint));
  box-shadow: 0 8px 30px rgba(150, 120, 255, 0.24);
}

.brandmark span {
  position: absolute;
  width: 12px;
  height: 4px;
  border-radius: 10px;
  background: #0d0f14;
  left: 11px;
}

.brandmark span:first-child {
  top: 10px;
  transform: rotate(42deg);
}

.brandmark span:last-child {
  bottom: 10px;
  transform: rotate(-42deg);
}

.brandmark.small {
  width: 24px;
  height: 24px;
  border-radius: 8px;
}

.brandmark.small span {
  width: 9px;
  height: 3px;
  left: 7.5px;
}

.brandmark.small span:first-child {
  top: 7px;
}

.brandmark.small span:last-child {
  bottom: 7px;
}

.beta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(117, 240, 210, 0.18);
  border-radius: 999px;
  color: #c8fff2;
  background: rgba(117, 240, 210, 0.07);
  font-size: 12px;
  font-weight: 700;
}

.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(117, 240, 210, 0.08);
}

.hero {
  padding-top: 64px;
  padding-bottom: 40px;
}

.eyebrow,
.access-badge {
  color: var(--mint);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

h1 {
  margin: 14px 0 0;
  font-size: clamp(48px, 11vw, 74px);
  line-height: 1.08;
  letter-spacing: -0.065em;
}

h1 span {
  display: inline-block;
  padding-bottom: 0.1em;
  margin-bottom: -0.1em;
  background: linear-gradient(90deg, #ffffff 0%, #c8baff 36%, #9ff4df 72%, #ffd0ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 520px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: -0.01em;
}

.actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}

.actions button,
.fake-input button {
  border: 0;
  cursor: pointer;
}

.primary,
.secondary {
  min-height: 54px;
  border-radius: 16px !important;
  font-weight: 800;
}

.primary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #0d0f14;
  background: linear-gradient(135deg, #bca9ff, #75f0d2);
}

.status-banner {
  width: 100%;
  cursor: default;
  user-select: none;
}

.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line) !important;
}

.secondary:hover {
  transform: translateY(-2px);
}

.arrow {
  font-size: 17px;
}

.micro {
  margin: 13px 0 0;
  color: #737b8d;
  font-size: 12px;
  text-align: center;
}

.preview-wrap {
  position: relative;
  padding: 10px 22px 34px;
}

.preview-glow {
  position: absolute;
  width: 66%;
  height: 70%;
  left: 17%;
  bottom: 6%;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--purple), var(--mint));
  filter: blur(80px);
  opacity: 0.18;
}

.preview {
  position: relative;
  z-index: 1;
  width: min(100%, 470px);
  margin: 0 auto;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025)),
    #101219;
  box-shadow:
    0 30px 80px rgba(0,0,0,0.4),
    inset 0 1px 0 rgba(255,255,255,0.05);
  transform: rotate(-1deg);
}

.preview-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  color: #0c0e13;
  background: linear-gradient(135deg, #f2edff, #94f4df);
  font-size: 21px;
  font-weight: 900;
}

.preview-name {
  font-size: 16px;
  font-weight: 800;
}

.preview-handle {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.tiny-menu {
  margin-left: auto;
  color: #747c8b;
  letter-spacing: 2px;
}

.preview-bio {
  margin: 16px 0 14px;
  color: #b0b6c2;
  font-size: 13px;
  line-height: 1.55;
}

.mini-socials {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}

.mini-socials span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #dfe3eb;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
}

.preview-link {
  display: flex;
  align-items: center;
  min-height: 56px;
  gap: 11px;
  margin-top: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.065);
  border-radius: 16px;
  background: rgba(255,255,255,0.035);
  color: #eef0f5;
  font-size: 13px;
}

.preview-link span:last-child {
  margin-left: auto;
  color: #808797;
}

.featured-link {
  min-height: 84px;
  background:
    linear-gradient(120deg, rgba(150, 120, 255, 0.22), rgba(117, 240, 210, 0.12)),
    rgba(255,255,255,0.035);
}

.featured-link small {
  display: block;
  margin-bottom: 5px;
  color: var(--mint);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
}

.linkdot {
  width: 28px;
  height: 28px;
  border-radius: 9px;
}

.dot-one {
  background: linear-gradient(135deg, var(--purple), #c2b5ff);
}

.dot-two {
  background: linear-gradient(135deg, var(--pink), #ffc0df);
}

.dot-three {
  background: linear-gradient(135deg, var(--yellow), #fff0bd);
}

.preview-footer {
  padding-top: 17px;
  text-align: center;
  color: #6f7685;
  font-size: 10px;
}

.preview-footer b {
  color: #cdd1da;
}

.feature-stack {
  display: grid;
  gap: 10px;
  padding-top: 18px;
}

.feature-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--panel-soft);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #d8d0ff;
  background: rgba(150, 120, 255, 0.09);
  font-size: 11px;
  font-weight: 900;
}

.feature-card h2 {
  margin: 0;
  letter-spacing: -0.035em;
}

.feature-card h2 {
  font-size: 18px;
}

.feature-card p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}


.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 28px;
  padding-bottom: 28px;
  color: #777f8f;
  font-size: 12px;
}

.footer-brand {
  color: #cdd1da;
}

.toast {
  position: fixed;
  z-index: 10;
  left: 50%;
  bottom: 24px;
  max-width: calc(100vw - 32px);
  padding: 12px 16px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  color: #f5f7fa;
  background: #191c24;
  box-shadow: 0 15px 50px rgba(0,0,0,0.42);
  opacity: 0;
  transform: translate(-50%, 12px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  font-size: 13px;
}

.toast.show {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 560px) {
  .shell {
    padding: 10px 8px 26px;
  }

  .card {
    border-radius: 24px;
  }

  .topbar,
  .hero,
  .feature-stack,
  .footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero {
    padding-top: 52px;
  }

  .actions {
    grid-template-columns: 1fr;
  }

  .preview-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .preview {
    transform: none;
  }

  .footer {
    align-items: flex-start;
    gap: 15px;
    flex-direction: column;
  }
}
