:root {
  color-scheme: dark;
  --bg: #0A0A0C;
  --bg-elevated: #121218;
  --surface: #15151C;
  --surface-2: #1C1C26;
  --surface-3: #23232F;
  --border: #2A2A36;
  --border-soft: #1F1F29;
  --text: #F5F5F0;
  --text-muted: #9A9AAA;
  --text-dim: #6B6B7A;
  --lime: #C8FF3D;
  --lime-dim: #9BC72E;
  --lime-soft: rgba(200, 255, 61, 0.12);
  --coral: #FF5A4E;
  --coral-soft: rgba(255, 90, 78, 0.14);
  --gold: #FFB627;
  --gold-soft: rgba(255, 182, 39, 0.16);
  --blue: #5AC8FA;
  --blue-soft: rgba(90, 200, 250, 0.14);
  --radius-sm: 10px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --pill: 999px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #101116 0%, #000000 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.45;
}

body::selection {
  background: var(--lime);
  color: var(--bg);
}

a {
  color: inherit;
}

.site-header,
.site-footer,
.section-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 12px;
}

.brand,
.nav-links,
.site-footer {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  color: var(--text);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 4px;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: var(--lime);
  color: var(--bg);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
}

.nav-links {
  gap: 8px;
}

.nav-links a,
.site-footer a {
  border: 1px solid transparent;
  border-radius: var(--pill);
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.nav-links a {
  padding: 9px 12px;
}

.nav-links a:hover,
.site-footer a:hover {
  border-color: var(--border-soft);
  background: var(--surface);
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  transform: translateX(-34px);
  align-items: center;
  padding: 64px 0 36px;
}

.hero-copy {
  min-width: 0;
  justify-self: start;
}

.eyebrow,
.app-topbar p,
.submit-card p,
.progress-head p,
.section-title,
.mini-stats small {
  margin: 0;
  color: var(--text-dim);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.hero .eyebrow,
.quote-mark {
  color: var(--lime);
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 14px;
  color: var(--text);
  font-size: clamp(44px, 7vw, 76px);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 span {
  display: block;
  margin-top: 8px;
  color: var(--lime);
}

h2 {
  margin-bottom: 8px;
  color: var(--text);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.4px;
  line-height: 1.05;
}

.hero-text {
  max-width: 620px;
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.waitlist-form {
  display: flex;
  width: min(100%, 560px);
  gap: 10px;
  margin-top: 28px;
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  height: 56px;
  border: 1px solid var(--border-soft);
  border-radius: var(--pill);
  background: var(--surface);
  color: var(--text);
  font: inherit;
  font-weight: 700;
  padding: 0 18px;
  outline: none;
}

.waitlist-form input::placeholder {
  color: var(--text-dim);
}

.waitlist-form input:focus {
  border-color: rgba(200, 255, 61, 0.66);
  box-shadow: 0 0 0 4px rgba(200, 255, 61, 0.1);
}

.waitlist-form button,
.topic-list a {
  border: 1px solid var(--lime);
  border-radius: var(--pill);
  background: var(--lime);
  color: var(--bg);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-decoration: none;
}

.waitlist-form button {
  height: 56px;
  padding: 0 22px;
}

.waitlist-form button:hover,
.waitlist-form button:disabled,
.topic-list a:hover {
  background: var(--lime-dim);
  border-color: var(--lime-dim);
}

.form-note,
.feature-grid p,
.text-panel,
.faq-hero p,
.faq-section p {
  color: var(--text-muted);
}

.form-note {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.waitlist-status {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.waitlist-status.is-success {
  color: var(--lime);
}

.waitlist-status.is-error {
  color: var(--coral);
}

.app-phone {
  display: grid;
  gap: 16px;
  border: 1px solid var(--border-soft);
  border-radius: 36px;
  background: var(--bg);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  padding: 18px;
}

.app-topbar {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar-dot {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: var(--lime);
  color: var(--bg);
  font-weight: 900;
}

.app-topbar strong {
  color: var(--text);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

.streak-pill {
  margin-left: auto;
  border: 1px solid rgba(255, 90, 78, 0.27);
  border-radius: var(--pill);
  background: var(--coral-soft);
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  padding: 7px 11px;
}

.submit-card {
  min-height: 180px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, var(--lime), #A6E235);
  color: var(--bg);
  padding: 20px;
}

.submit-card p,
.submit-card h2,
.submit-card span {
  color: var(--bg);
}

.submit-card h2 {
  margin: 4px 0 4px;
  font-size: 38px;
  letter-spacing: -1.5px;
  line-height: 38px;
}

.submit-card span {
  color: #1A2200;
  font-size: 13px;
  font-weight: 700;
}

.progress-card,
.feature-grid article,
.text-panel,
.contact-strip,
.faq-section details,
.quote-panel {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--surface);
}

.progress-card {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.progress-head,
.mini-stats,
.group-row,
.contact-strip {
  display: flex;
  align-items: center;
}

.progress-head {
  justify-content: space-between;
  gap: 12px;
}

.progress-head strong {
  color: var(--text);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
}

.progress-head strong span {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
}

.progress-head em {
  border: 1px solid rgba(200, 255, 61, 0.4);
  border-radius: var(--pill);
  background: var(--lime-soft);
  color: var(--lime);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
}

.track {
  height: 10px;
  border-radius: 5px;
  background: var(--surface-2);
}

.track span {
  display: block;
  width: 71%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lime), var(--gold));
}

.mini-stats {
  justify-content: space-between;
  gap: 8px;
}

.mini-stats div {
  display: grid;
  gap: 2px;
}

.mini-stats b {
  color: var(--text);
  font-size: 16px;
  font-weight: 900;
}

.group-list {
  display: grid;
  gap: 10px;
}

.group-row {
  gap: 12px;
  min-height: 64px;
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 12px;
}

.group-row.unread {
  border-color: rgba(200, 255, 61, 0.53);
  background: var(--lime-soft);
}

.group-row > span {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(90, 200, 250, 0.33);
  border-radius: 12px;
  background: var(--blue-soft);
}

.group-row b {
  display: block;
  color: var(--text);
  font-size: 15px;
  font-weight: 800;
}

.group-row small {
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 600;
}

.group-row i {
  display: grid;
  min-width: 23px;
  height: 23px;
  margin-left: auto;
  place-items: center;
  border-radius: 12px;
  background: var(--lime);
  color: var(--bg);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding: 36px 0 18px;
}

.feature-grid article {
  padding: 22px;
}

.feature-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-2);
  color: var(--lime);
  font-size: 12px;
  font-weight: 900;
}

.feature-grid p,
.text-panel p,
.faq-section p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.quote-panel {
  margin-top: 18px;
  padding: 22px;
}

.quote-mark {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 900;
  line-height: 28px;
}

.quote-panel h2 {
  max-width: 800px;
  font-size: 30px;
  line-height: 37px;
}

.quote-panel p:not(.quote-mark) {
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 800;
}

.quote-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
}

.quote-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border);
}

.quote-dots span:first-child {
  background: var(--lime);
}

.split-section,
.contact-strip {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 24px;
  align-items: start;
  padding: 42px 0;
}

.text-panel {
  padding: 20px;
}

.text-panel p:last-child,
.contact-strip h2,
.faq-section p:last-child {
  margin-bottom: 0;
}

.contact-strip {
  align-items: center;
  margin-bottom: 44px;
  padding: 20px;
}

.contact-strip a {
  color: var(--lime);
  font-size: 22px;
  font-weight: 900;
  text-align: right;
  text-decoration: none;
}

.site-footer {
  justify-content: space-between;
  padding: 26px 0 40px;
  border-top: 1px solid var(--border-soft);
  color: var(--text-dim);
  font-size: 12px;
  font-weight: 700;
}

.site-footer a {
  padding: 8px 10px;
}

.faq-hero {
  padding: 64px 0 24px;
}

.faq-hero h1 {
  margin-bottom: 14px;
}

.faq-hero p {
  max-width: 680px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 26px;
}

.topic-list a {
  padding: 11px 14px;
}

.faq-section {
  padding: 20px 0;
}

.faq-section h2 {
  margin-bottom: 14px;
  font-size: 18px;
}

.faq-section details {
  margin-bottom: 10px;
  padding: 18px 20px;
}

.faq-section summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
}

.faq-section p {
  margin: 12px 0 0;
}

.faq-section a {
  color: var(--lime);
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

@media (max-width: 900px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .hero,
  .feature-grid,
  .split-section,
  .contact-strip {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 44px;
  }

  .app-phone {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form button {
    width: 100%;
  }

  .contact-strip a {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .site-header,
  .site-footer,
  .section-shell {
    width: min(100% - 24px, 1120px);
  }

  .nav-links {
    width: 100%;
    justify-content: space-between;
  }

  .nav-links a {
    padding-inline: 10px;
  }

  h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 15px;
  }

  .app-phone {
    border-radius: 28px;
    padding: 14px;
  }

  .submit-card h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .mini-stats {
    flex-wrap: wrap;
  }

  .mini-stats div {
    width: calc(50% - 4px);
  }
}

.inline-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-soft);
  border-radius: var(--pill);
  background: var(--surface);
  color: var(--lime);
  font-size: 13px;
  font-weight: 900;
  margin-top: 14px;
  padding: 10px 14px;
  text-decoration: none;
}

.inline-pill:hover {
  border-color: rgba(200, 255, 61, 0.46);
  background: var(--lime-soft);
}

.policy-hero {
  padding: 64px 0 24px;
}

.policy-hero h1 {
  margin-bottom: 12px;
}

.policy-hero p:not(.eyebrow) {
  color: var(--text-muted);
  font-size: 16px;
  font-weight: 800;
}

.policy-card {
  border: 1px solid var(--border-soft);
  border-radius: var(--radius-lg);
  background: var(--surface);
  margin-bottom: 44px;
  padding: 28px;
}

.policy-card h2 {
  border-top: 1px solid var(--border-soft);
  margin-top: 28px;
  padding-top: 24px;
  font-size: 22px;
}

.policy-card h3 {
  color: var(--lime);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 20px 0 8px;
}

.policy-card p,
.policy-card li {
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.policy-card ul {
  display: grid;
  gap: 8px;
  margin: 10px 0 0;
  padding-left: 20px;
}

.policy-card a {
  color: var(--lime);
  font-weight: 800;
}

.footer-links {
  display: flex;
  gap: 8px;
}


/* Real landing-page assets */
.brand-logo {
  display: block;
  width: 132px;
  height: auto;
  filter: drop-shadow(0 10px 28px rgba(200, 255, 61, 0.15));
}

.hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  justify-items: center;
  isolation: isolate;
}

.hero-mockup {
  width: min(820px, 68vw);
  max-width: none;
  transform: translateX(0) rotate(-3deg);
}

@media (max-width: 900px) {
  .hero-visual {
    min-height: 360px;
  }

  .hero-mockup {
    width: min(800px, 138vw);
    transform: translateX(0) rotate(-2deg);
  }
}

@media (max-width: 520px) {
  .brand-logo {
    width: 112px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .hero-mockup {
    width: 176vw;
    transform: translateX(0) rotate(-2deg);
  }
}










.eyebrow-divider {
  color: var(--lime);
  margin: 0 6px;
}


.screenshot-showcase {
  padding: 8px 0 52px;
}

.showcase-copy {
  max-width: 720px;
  margin-bottom: 20px;
}

.showcase-copy h2 {
  font-size: clamp(30px, 4vw, 48px);
  letter-spacing: 0;
  margin: 6px 0 10px;
}

.showcase-copy p:not(.eyebrow) {
  color: var(--text-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}

.screenshot-carousel {
  position: relative;
}

.screenshot-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(210px, 245px);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 4px 2px 18px;
  scrollbar-width: none;
}

.screenshot-rail::-webkit-scrollbar {
  display: none;
}

.screenshot-rail img {
  width: 100%;
  aspect-ratio: 1290 / 2796;
  border: 1px solid rgba(200, 255, 61, 0.18);
  border-radius: 24px;
  background: var(--surface);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.36);
  cursor: zoom-in;
  object-fit: cover;
  scroll-snap-align: start;
}

.screenshot-rail .screenshot-wide {
  aspect-ratio: 2664 / 2796;
  grid-column: span 2;
  object-fit: cover;
}

.screenshot-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(35, 35, 47, 0.9);
  color: var(--text-muted);
  cursor: pointer;
  padding: 0;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.34);
}

.screenshot-arrow span {
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 3px solid currentColor;
  border-left: 3px solid currentColor;
}

.screenshot-arrow-left span {
  transform: translateX(2px) rotate(45deg);
}

.screenshot-arrow-right span {
  transform: translateX(-2px) rotate(-135deg);
}

.screenshot-arrow:hover {
  background: var(--surface-3);
  color: var(--text);
}
.screenshot-arrow-left {
  left: -22px;
}

.screenshot-arrow-right {
  right: -22px;
}

@media (min-width: 1100px) {
  .screenshot-rail {
    grid-auto-columns: minmax(190px, 1fr);
  }
}
@media (max-width: 520px) {
  .screenshot-showcase {
    padding-top: 0;
  }

  .screenshot-rail {
    grid-auto-columns: 68vw;
    gap: 12px;
  }

  .screenshot-rail img {
    border-radius: 20px;
  }

  .screenshot-arrow {
    width: 38px;
    height: 38px;
  }

  .screenshot-arrow-left {
    left: -8px;
  }

  .screenshot-arrow-right {
    right: -8px;
  }
}








body.lightbox-open {
  overflow: hidden;
}

.screenshot-lightbox[hidden] {
  display: none;
}

.screenshot-lightbox {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 24px;
}

.lightbox-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(0, 0, 0, 0.78);
  cursor: zoom-out;
  animation: lightboxFade 180ms ease-out;
}

.lightbox-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: min(92vw, 960px);
  max-height: 88vh;
  place-items: center;
  animation: lightboxZoom 220ms cubic-bezier(0.2, 0.8, 0.2, 1);
  transform-origin: center;
}

.lightbox-dialog img {
  display: block;
  max-width: 100%;
  max-height: 88vh;
  border: 1px solid rgba(245, 245, 240, 0.12);
  border-radius: 24px;
  background: #000000;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.58);
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--surface-3);
  color: var(--text);
  cursor: pointer;
  font: inherit;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.lightbox-close:hover {
  background: var(--text);
  color: var(--bg);
}



.screenshot-lightbox.is-closing .lightbox-backdrop {
  animation: lightboxFadeOut 180ms ease-in forwards;
}

.screenshot-lightbox.is-closing .lightbox-dialog {
  animation: lightboxZoomOut 200ms cubic-bezier(0.4, 0, 1, 1) forwards;
}
@keyframes lightboxFade {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes lightboxZoom {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(8px);
  }

  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes lightboxFadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes lightboxZoomOut {
  from {
    opacity: 1;
    transform: scale(1) translateY(0);
  }

  to {
    opacity: 0;
    transform: scale(0.94) translateY(8px);
  }
}
