@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");
:root {
  color-scheme: light;
  --paper: #faf8f3;
  --surface: #ffffff;
  --elevated: #ffffff;
  --ink: #17140f;
  --muted: #6b6459;
  --line: #e5e1d8;
  --accent: #bef264;
  --accent-text: #17140f;
  --soft: #e5e1d8;
  --inverse: #17140f;
  --inverse-text: #bef264;
  --section: #14120e;
  --section-text: #f5f1e8;
  --section-muted: #a39c8c;
  --section-line: #453e30;
  --shadow: rgba(23, 20, 15, 0.08);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font:
    16px/1.65 "DM Sans",
    Arial,
    sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select {
  font: inherit;
}
button,
a,
input,
select,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 5px;
}
[hidden] {
  display: none !important;
}
::selection {
  background: var(--accent);
  color: var(--accent-text);
}
.wrap {
  width: min(1200px, calc(100% - 88px));
  margin: auto;
}
.nav {
  width: min(1336px, calc(100% - 88px));
  margin: auto;
  min-height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.brand {
  font-family: Manrope, Arial, sans-serif;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -1.5px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.brand-period {
  color: var(--accent);
  margin-left: -7px;
}
.brand-mark {
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--accent);
  color: var(--paper);
  border-radius: 8px;
  font-size: 35px;
  line-height: 1;
  transform: rotate(-9deg);
  margin-right: 2px;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 35px;
  font-size: 14px;
  font-weight: 700;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: var(--accent);
  padding: 18px 25px;
  border-radius: 8px;
  color: var(--accent-text);
  font-weight: 800;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.button:hover {
  transform: translateY(-2px);
  background: var(--accent);
}
.button span {
  font-size: 23px;
  line-height: 1;
}
.button svg {
  width: 19px;
  height: auto;
  flex-shrink: 0;
}
.success-icon svg {
  width: 24px;
  height: auto;
}
.button.small svg {
  width: 15px;
}
.button.small {
  padding: 12px 19px;
  font-size: 14px;
  gap: 24px;
}
.eyebrow,
.mini-label {
  font-size: 12px;
  letter-spacing: 1.8px;
  font-weight: 800;
  line-height: 1.5;
}
.eyebrow {
  margin: 0 0 25px;
}
.hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  padding: 58px 0 95px;
}
h1,
h2,
h3 {
  font-family: Manrope, Arial, sans-serif;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 0;
}
h1 {
  font-size: clamp(52px, 5.7vw, 82px);
  font-weight: 800;
  letter-spacing: -4px;
}
em {
  font-style: normal;
  color: var(--accent);
}
h2 {
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 800;
}
h3 {
  font-size: 25px;
  letter-spacing: -0.8px;
}
.intro {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  margin: 26px 0;
  max-width: 510px;
}
.under-cta,
.caption,
.sample-label {
  font-size: 12px;
  color: var(--muted);
}
.under-cta {
  margin-top: 14px;
}
.product-stage {
  position: relative;
  border-radius: 22px;
  background: var(--soft);
  padding: 25px 30px 14px;
  min-height: 630px;
  box-shadow: inset 0 0 0 1px var(--line);
}
.stage-label {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--muted);
  margin-bottom: 22px;
}
.chat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 17px 20px 26px;
  max-width: 350px;
  box-shadow: 0 10px 24px var(--shadow);
  transform: rotate(-3deg);
}
.chat-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.4;
}
.avatar {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  background: var(--soft);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}
.chat-head b {
  font-size: 14px;
}
.chat-head small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.time {
  margin-left: auto;
  font-size: 11px;
  color: var(--muted);
}
.bubble {
  font-size: 13px;
  line-height: 1.5;
  padding: 11px 13px;
  border-radius: 10px;
  margin: 9px 0;
  max-width: 90%;
}
.incoming {
  background: var(--paper);
  border-bottom-left-radius: 2px;
}
.outgoing {
  background: var(--accent);
  margin-left: auto;
  border-bottom-right-radius: 2px;
}
.job-card {
  position: relative;
  z-index: 2;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  margin: -22px -7px 0 38px;
  box-shadow: 0 20px 40px var(--shadow);
  transform: rotate(2deg);
}
.job-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 17px;
}
.job-top .mini-label {
  font-size: 9px;
  letter-spacing: 1.1px;
}
.tag {
  font-size: 11px;
  background: #c9d7b2;
  color: #46543a;
  padding: 3px 9px;
  border-radius: 5px;
  font-weight: 700;
  white-space: nowrap;
}
.job-card h3 {
  font-size: 25px;
}
.job-meta {
  font-size: 12px;
  margin: 7px 0 18px;
  color: var(--muted);
}
.job-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  border-top: 1px solid var(--line);
  padding-top: 16px;
}
.job-facts b {
  font-size: 14px;
}
.job-facts small {
  display: block;
  font-size: 11px;
  color: var(--muted);
}
.recommendation {
  background: var(--paper);
  border-radius: 6px;
  padding: 11px 13px;
  display: flex;
  gap: 12px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.5;
}
.recommendation p {
  margin: 0;
}
.recommendation > span {
  color: var(--accent);
  font-size: 22px;
}
.mock-action {
  background: var(--ink);
  color: var(--section-text);
  border-radius: 6px;
  margin-top: 15px;
  padding: 11px 15px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: bold;
}
.sample-label {
  text-align: center;
  margin-top: 19px;
  font-size: 10px;
}
.trade-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trade-strip .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
}
.trade-strip span {
  font-size: 11.5px;
  line-height: 1.6;
  letter-spacing: 1px;
}
.trade-strip p {
  font-weight: 700;
  font-size: 17px;
}
/* Light band in light mode; the dark treatment only exists in dark mode
   (see the dark media block, which restores the section-* values). */
.how-section {
  --section-text: var(--ink);
  --section-muted: var(--muted);
  --section-line: rgba(23, 20, 15, 0.16);
  background: var(--soft);
  color: var(--ink);
  padding: 56px 0;
}
.how-section .eyebrow {
  color: var(--section-muted);
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  align-items: end;
}
.section-head > p {
  color: var(--section-muted);
  font-size: 17px;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
  margin-top: 60px;
}
.steps article {
  border-top: 1px solid var(--section-line);
  padding-top: 24px;
}
.step-number {
  color: var(--section-text);
  font-size: 14px;
  font-weight: 700;
}
.steps h3 {
  margin: 25px 0 18px;
  font-size: 28px;
}
.steps p {
  color: var(--section-muted);
  font-size: 16px;
}
.how-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  margin-top: 40px;
  align-items: center;
}
.how-grid .steps {
  grid-template-columns: 1fr;
  margin-top: 0;
  gap: 20px;
}
.how-grid .steps article {
  padding-top: 16px;
}
.how-grid .steps h3 {
  margin: 12px 0 10px;
  font-size: 24px;
}
.how-grid .steps p {
  font-size: 15px;
}
.how-grid /* Screenshot-style illustrations of the app's light screens --
   hardcoded light values on purpose, same in both themes. */
.assist-stack {
  position: relative;
  max-width: 430px;
  justify-self: center;
}
.assist-chat {
  position: relative;
  z-index: 2;
  background: #fff;
  border-color: #e5e1d8;
  color: #17140f;
  margin-right: 34px;
  padding: 15px 18px 16px;
  transform: rotate(-2deg);
  box-shadow: 0 14px 30px var(--shadow);
}
.assist-chat .chat-head {
  margin-bottom: 10px;
}
.assist-chat .bubble {
  margin: 7px 0;
}
.assist-chat small,
.assist-chat .time {
  color: #6b6459;
}
.assist-chat .avatar {
  background: #e5e1d8;
  color: #17140f;
}
.assist-chat .bubble.incoming {
  background: #faf8f3;
}
.assist-chat .bubble.outgoing {
  background: #c9d7b2;
  color: #17140f;
}
.assist-card {
  position: relative;
  background: #faf8f3;
  border: 1px solid #e5e1d8;
  color: #17140f;
  border-radius: 22px;
  padding: 20px 20px 16px;
  transform: rotate(2deg);
  box-shadow: 0 18px 40px var(--shadow);
  margin: -24px 0 0 44px;
  font-size: 14px;
}
.assist-title {
  font-family: Manrope, Arial, sans-serif;
  font-size: 21px;
  letter-spacing: -0.8px;
  font-weight: 800;
}
.assist-sub {
  color: #6b6459;
  font-size: 13px;
  margin: 3px 0 0;
}
.assist-block {
  background: #fff;
  border: 1px solid #e5e1d8;
  border-radius: 14px;
  padding: 13px 15px;
  margin-top: 11px;
}
.assist-block > b {
  font-size: 16px;
}
.assist-chips {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.assist-chips span {
  border: 1px solid #e5e1d8;
  border-radius: 999px;
  padding: 5px 12px;
  font-weight: 600;
  font-size: 12px;
}
.assist-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.assist-toggle {
  width: 42px;
  height: 25px;
  border-radius: 99px;
  background: #c9d7b2;
  position: relative;
  flex-shrink: 0;
}
.assist-toggle::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #46543a;
}
.assist-days {
  display: flex;
  gap: 6px;
  margin: 11px 0;
}
.assist-days span {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #c9d7b2;
  color: #46543a;
  font-weight: 800;
  font-size: 12px;
  display: grid;
  place-items: center;
}
.assist-times {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.assist-times small {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 800;
  color: #6b6459;
  margin-bottom: 5px;
}
.assist-times b {
  display: block;
  border: 1px solid #e5e1d8;
  background: #fff;
  border-radius: 10px;
  padding: 7px;
  text-align: center;
  font-size: 15px;
}
.assist-note {
  text-align: center;
  font-size: 10px;
  color: var(--section-muted);
  margin: 18px 0 0;
}
.roadmap {
  padding: 45px 0 90px;
  border-bottom: 1px solid var(--line);
}
.roadmap > div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 80px;
}
.roadmap .eyebrow {
  grid-column: 1/-1;
}
.roadmap p:not(.eyebrow) {
  max-width: 500px;
  color: var(--muted);
}
.roadmap-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin-top: 40px;
}
.flow-step {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 4px 16px var(--shadow);
}
.flow-step + .flow-step::before {
  content: "→";
  position: absolute;
  left: -29px;
  top: 38px;
  color: var(--muted);
  font-size: 17px;
}
.flow-step b {
  display: block;
  font-family: Manrope, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: -0.5px;
  margin-top: 16px;
}
.flow-step small {
  font-size: 13px;
  color: var(--muted);
}
.flow-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
  display: grid;
  place-items: center;
}
.flow-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.flow-icon-text {
  fill: currentColor;
  stroke: none;
  font-size: 9px;
  font-weight: 700;
  font-family: "DM Sans", Arial, sans-serif;
}
/* The app's PASTELS family (apps/mobile/lib/avatarTint.ts) -- theme-invariant
   there too, so hardcoded pairs are correct in both modes. */
.flow-icon.sage {
  background: #c9d7b2;
  color: #46543a;
}
.flow-icon.bluegray {
  background: #cddce3;
  color: #35505c;
}
.flow-icon.sand {
  background: #e8d5c0;
  color: #5c4b33;
}
.flow-icon.rose {
  background: #e5d0d5;
  color: #5c3a44;
}
.flow-icon.paid {
  background: var(--accent);
  color: var(--accent-text);
}
.flow-bars {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.flow-bars i {
  height: 7px;
  border-radius: 4px;
  background: var(--line);
  opacity: 0.65;
}
.flow-bars i:first-child {
  width: 78%;
}
.flow-bars i:last-child {
  width: 52%;
}
.faq {
  padding: 90px 0;
  max-width: 850px;
}
.faq h2 {
  margin-bottom: 35px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
.faq details p {
  color: var(--muted);
  padding-right: 35px;
}
.closing {
  background: var(--soft);
  padding: 76px 0;
  text-align: center;
}
.closing h2 {
  margin-bottom: 30px;
}
.closing p:last-child {
  font-size: 13px;
  margin-top: 18px;
  color: var(--muted);
}
footer {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 35px 0;
}
footer .brand {
  font-size: 28px;
}
footer p {
  color: var(--muted);
  font-size: 14px;
  margin-right: auto;
}
footer > a:last-of-type {
  font-size: 14px;
  font-weight: 700;
}
footer small {
  font-size: 11px;
  color: var(--muted);
  flex-basis: 100%;
}
.waitlist-body {
  background: var(--paper);
}
.waitlist-layout {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 100px;
  align-items: start;
  padding: 60px 0 90px;
}
.waitlist-copy h1 {
  font-size: clamp(50px, 5.3vw, 73px);
}
.benefits {
  list-style: none;
  padding: 0;
  margin: 35px 0;
}
.benefits li {
  padding: 9px 0;
  font-size: 16px;
}
.benefits li:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -5px;
  /* Ink-on-lime is theme-invariant by design, so the hardcoded stroke is fine. */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='27 24 46 36'%3E%3Cpath d='M34 42 L45 53 L66 31' fill='none' stroke='%2317140F' stroke-width='11' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 13px auto no-repeat;
  margin-right: 14px;
}
.founder-note {
  border-top: 1px solid var(--line);
  padding-top: 27px;
  margin-top: 33px;
}
.founder-note .mini-label {
  font-size: 11px;
}
.founder-note p {
  font-size: 15px;
  color: var(--muted);
  max-width: 470px;
}
.form-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 39px;
  box-shadow: 0 16px 45px var(--shadow);
}
.form-kicker {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.4px;
  color: var(--muted);
}
.form-shell h2 {
  font-size: 39px;
  margin-top: 15px;
  letter-spacing: -1.8px;
}
.form-shell > p {
  font-size: 15px;
  color: var(--muted);
}
.prototype-note {
  font-size: 12px;
  padding: 12px 14px;
  background: var(--paper);
  border-radius: 6px;
  color: var(--muted);
  margin: 25px 0;
}
label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 8px;
}
input,
select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  min-height: 52px;
  padding: 12px;
  background: var(--surface);
  color: var(--ink);
  font-size: 16px;
}
.form-purpose {
  font-size: 12px;
  color: var(--muted);
  margin: 20px 0;
}
.form-shell .button {
  width: 100%;
}
.form-small {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}
.next {
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 30px;
}
.next span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.4px;
}
.next p {
  font-size: 14px;
  color: var(--muted);
}
#success {
  padding: 20px 0;
}
.success-icon {
  display: grid;
  place-items: center;
  background: var(--accent);
  color: var(--accent-text);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  margin-bottom: 20px;
}
#success p {
  color: var(--muted);
  font-size: 15px;
}
.text-button {
  border: 0;
  background: transparent;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
  color: var(--ink);
}
@media (max-width: 1000px) {
  .wrap,
  .nav {
    width: calc(100% - 48px);
  }
  .hero {
    gap: 30px;
  }
  h1 {
    letter-spacing: -2.5px;
  }
  .product-stage {
    padding: 20px 20px 10px;
  }
  .job-card {
    margin-left: 15px;
  }
  .waitlist-layout {
    gap: 45px;
  }
  .trade-strip .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .trade-strip p {
    margin: 0;
  }
  .form-shell {
    padding: 28px;
  }
  .stage-label {
    font-size: 9px;
  }
}
@media (max-width: 740px) {
  .nav {
    min-height: 85px;
  }
  .nav nav > a.button {
    display: none;
  }
  .waitlist-body .nav nav > a {
    display: block;
  }
  .brand {
    font-size: 27px;
  }
  .brand-mark {
    width: 28px;
    height: 28px;
    font-size: 30px;
  }
  .nav .button {
    font-size: 12px;
    padding: 11px;
    gap: 10px;
  }
  .hero,
  .waitlist-layout {
    grid-template-columns: 1fr;
  }
  .hero {
    padding: 32px 0 55px;
    gap: 35px;
  }
  h1 {
    font-size: 58px;
  }
  .intro {
    font-size: 17px;
  }
  .product-stage {
    width: min(470px, 100%);
    margin: auto;
    min-height: 0;
    padding-bottom: 5px;
  }
  .chat-card {
    max-width: 90%;
  }
  .job-card {
    margin-left: 30px;
  }
  .hero-copy .button {
    width: 100%;
  }
  .trade-strip span {
    width: 100%;
    text-align: center;
  }
  .trade-strip .wrap {
    gap: 13px 23px;
  }
  .trade-strip p {
    font-size: 15px;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 25px;
  }
  .steps {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .how-section {
    padding: 44px 0;
  }
  .how-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-top: 28px;
  }
  .assist-stack {
    max-width: none;
    justify-self: stretch;
  }
  .assist-chat {
    transform: rotate(-1.5deg);
    margin: 0 14px 0 0;
    max-width: none;
  }
  .assist-card {
    transform: rotate(1.5deg);
    margin: -20px 0 0 14px;
  }
  .steps h3 br {
    display: none;
  }
  .steps h3 {
    font-size: 25px;
  }
  .roadmap > div:first-child {
    display: block;
  }
  .roadmap h2 {
    margin-bottom: 20px;
  }
  .roadmap-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .flow-step + .flow-step::before {
    display: none;
  }
  .flow-step {
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 14px;
    align-items: center;
    padding: 14px 16px;
  }
  .flow-icon {
    grid-row: 1 / span 2;
  }
  .flow-step b {
    font-size: 18px;
    margin-top: 0;
    grid-column: 2;
  }
  .flow-step small {
    grid-column: 2;
  }
  .flow-bars {
    display: none;
  }
  .roadmap {
    padding-bottom: 50px;
  }
  .faq {
    padding: 55px 0;
  }
  .faq summary {
    font-size: 16px;
  }
  .closing {
    padding: 55px 0;
  }
  .closing h2 {
    font-size: 32px;
  }
  .waitlist-layout {
    padding: 35px 0 45px;
    gap: 30px;
  }
  .waitlist-copy h1 {
    font-size: 53px;
  }
  .founder-note {
    display: none;
  }
  .benefits {
    margin: 24px 0 0;
  }
  .form-shell h2 {
    font-size: 34px;
  }
  footer {
    gap: 14px;
  }
  footer p {
    flex-basis: 100%;
    order: 2;
    margin: 0;
  }
  footer small {
    order: 3;
  }
  .brand + nav {
    gap: 0;
  }
  .under-cta {
    font-size: 11px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}

/* Tickr brand system: warm neutrals, one lime accent. */
.built-preview {
  padding: 25px 25px 16px;
  min-height: 0;
}
.preview-jobs {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
  transform: rotate(-3deg);
  margin-right: 25px;
  box-shadow: 0 12px 25px var(--shadow);
}
.preview-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preview-heading > b {
  font:
    800 32px/1.2 Manrope,
    Arial,
    sans-serif;
  letter-spacing: -1px;
}
.preview-heading > span {
  font-weight: 800;
  font-size: 18px;
}
.preview-filters {
  display: flex;
  gap: 7px;
  margin: 18px 0;
  font-size: 12px;
}
.preview-filters > * {
  padding: 5px 10px;
  border: 1px solid var(--line);
  border-radius: 20px;
  font-weight: 600;
}
.preview-filters > b {
  background: #46543a;
  color: #f5f1e8;
  border-color: #46543a;
}
.preview-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 19px 0 8px;
}
.preview-label > span {
  color: var(--muted);
  margin-left: 6px;
}
.preview-job {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 13px;
  font-size: 14px;
}
.preview-job small {
  display: block;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.5;
}
.preview-job strong {
  white-space: nowrap;
}
.preview-pill {
  background: #c9d7b2;
  color: #46543a;
  padding: 5px 12px;
  font-weight: 800;
  border-radius: 18px;
}
.preview-brief {
  position: relative;
  background: var(--surface);
  border: 1px solid var(--line);
  padding: 23px;
  border-radius: 16px;
  margin: -15px 0 0 35px;
  transform: rotate(2deg);
  box-shadow: 0 20px 35px var(--shadow);
}
.preview-brief .mini-label {
  font-size: 12px;
  letter-spacing: 1px;
}
.preview-brief h3 {
  font-size: 26px;
}
.brief-facts {
  background: var(--paper);
  border-radius: 9px;
  margin-top: 15px;
}
.brief-facts p {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 0;
  padding: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  line-height: 1.5;
}
.brief-facts p:last-child {
  border: 0;
}
.brief-facts p > span {
  color: var(--muted);
  font-size: 18px;
}
.brief-facts b {
  margin-left: auto;
  white-space: nowrap;
}
.preview-next {
  margin-top: 16px;
  padding: 14px;
  background: #c9d7b2;
  color: #3c4630;
  border-radius: 9px;
}
.preview-next small {
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 800;
}
.preview-next > b {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 4px;
}
.preview-next > b > span {
  float: right;
}
.preview-next p {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 0;
}
@media (max-width: 1000px) {
  .built-preview {
    padding: 20px 15px;
  }
  .preview-jobs {
    margin-right: 12px;
    padding: 16px;
  }
  .preview-brief {
    margin-left: 15px;
    padding: 17px;
  }
  .preview-filters {
    gap: 4px;
  }
  .preview-filters > * {
    padding: 5px 8px;
  }
}
@media (max-width: 740px) {
  .built-preview {
    padding: 22px 15px 12px;
  }
  .preview-brief {
    margin-left: 12px;
  }
  .preview-jobs {
    margin-right: 12px;
  }
  .preview-brief .job-top {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.screenshot-stage {
  min-width: 0;
  min-height: 0;
  padding: 22px 24px 12px;
}
.screenshot-stage .stage-label {
  margin-bottom: 14px;
}
.screenshot-tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.screenshot-tabs button {
  flex: 1;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--surface);
  color: var(--ink);
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}
.screenshot-tabs button[aria-pressed="true"] {
  background: var(--accent);
  color: var(--accent-text);
  border-color: var(--accent);
}
.app-capture {
  position: relative;
  aspect-ratio: 946/1728;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid var(--line);
  max-width: 350px;
  margin: auto;
  background: #faf8f3;
  box-shadow: 0 12px 30px var(--shadow);
}
.app-capture img {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: translateY(-5.078125%);
}
.screenshot-stage .sample-label {
  margin: 14px 0 0;
}
@media (max-width: 740px) {
  .screenshot-stage {
    padding: 20px 16px 14px;
  }
  .screenshot-tabs button {
    padding: 10px 6px;
    font-size: 14px;
  }
}

.brand {
  display: block;
  flex-shrink: 0;
}
.brand img {
  display: block;
  height: 50px;
  width: auto;
}
.brand img.logo-dark {
  display: none;
}
footer .brand img {
  height: 44px;
}
em {
  color: var(--ink);
  text-decoration: underline;
  text-decoration-color: var(--accent);
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.08em;
}
.button,
.button:hover,
.outgoing,
.tag,
.success-icon {
  color: var(--accent-text);
}
.button:hover {
  box-shadow: 0 0 0 2px var(--ink);
}
.mock-action {
  background: var(--inverse);
  color: var(--inverse-text);
}
.recommendation > span,
.board-head span,
.benefits li:before {
  color: var(--ink);
}
.benefits li:before {
  background-color: var(--accent);
  border-radius: 4px;
}
.stage-label,
.sample-label,
.job-top .mini-label {
  font-size: 12px;
}
.stage-label {
  letter-spacing: 0.3px;
}
.prototype-note {
  border: 1px solid var(--line);
}
@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #14120e;
    --surface: #1e1b15;
    --elevated: #2e2a22;
    --ink: #f5f1e8;
    --muted: #a39c8c;
    --line: #453e30;
    --soft: #2e2a22;
    --inverse: #bef264;
    --inverse-text: #17140f;
    --shadow: rgba(20, 18, 14, 0.3);
  }
  .brand img.logo-light {
    display: none;
  }
  .brand img.logo-dark {
    display: block;
  }
  /* Dark elevation is a lighter surface, not a shadow -- at --soft the
     stage melts into the page and the cards inside it. */
  .product-stage {
    background: #48412f;
  }
  .product-stage .stage-label,
  .product-stage .sample-label {
    color: #c2bbaa;
  }
  .how-section {
    --section-text: #f5f1e8;
    --section-muted: #a39c8c;
    --section-line: #453e30;
    background: var(--surface);
    color: var(--section-text);
  }
}
@media (max-width: 740px) {
  .brand img {
    height: 42px;
  }
  .stage-label {
    flex-wrap: wrap;
    gap: 5px;
  }
}
.button:disabled {
  opacity: 0.5;
  cursor: default;
  transform: none;
}
.form-error {
  font-weight: 700;
  font-size: 14px;
  margin: 14px 0 0;
}
