/* #home — "One speech." — screen 1 of the one-page poster (1672x941) */

#home .page {
  position: absolute;
  inset: 0;
  padding: 26px 70px 22px;
  display: flex;
  flex-direction: column;
}

/* top bar */
#home .topbar { display: flex; align-items: center; height: 34px; }

/* hero */
#home .hero { text-align: center; margin-top: 6px; }
#home .eyebrow {
  font-size: 12px; font-weight: 600;
  letter-spacing: .36em; text-transform: uppercase;
  color: var(--cyan);
}
#home h1 {
  margin: 8px 0 9px;
  font-size: 54px; line-height: 1.04;
  font-weight: 700; letter-spacing: -.025em;
}
#home h1 .grad {
  background: linear-gradient(95deg,#bda7ff 0%,#a585f5 25%,#e9e5ff 50%,#8fb0ff 74%,#5b8cf0 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
#home .sub { font-size: 17px; color: var(--muted); line-height: 1.5; }
#home .sub .lo { color: var(--dim); }

/* AI row */
#home .ai-row {
  display: flex; justify-content: center; align-items: center;
  gap: 26px; margin-top: 13px; height: 28px;
}
#home .ai { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); }
#home .ai img, #home .ai .spark { width: 18px; height: 18px; }

/* flow panel */
#home .flow {
  position: relative;
  flex: 1;
  margin-top: 13px;
  border-radius: 18px;
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(13,17,33,.95), rgba(7,9,17,.96));
  box-shadow: 0 30px 80px rgba(0,0,0,.6), inset 0 1px 0 rgba(255,255,255,.04);
  padding: 18px 28px;
  display: grid;
  grid-template-columns: 432px 1fr 432px;
}
#home .col-head {
  font-size: 11px; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase;
  color: var(--dim);
  margin-bottom: 9px;
}
#home .col-head.right { text-align: right; }

/* connector wires — JS-drawn from real element positions */
#home .flow-wires {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  filter: drop-shadow(0 0 3px rgba(118,158,255,.5));
}
#home .flow-wires path { fill: none; stroke-width: 1.5; stroke-dasharray: 2.5 5; }
#home .flow-wires .wl { stroke: #6f9bf5; opacity: .55; }
#home .flow-wires .wr { stroke: #86a9ff; opacity: .8; }

/* left timeline */
#home .timeline { display: flex; flex-direction: column; gap: 5px; }
#home .event { display: flex; align-items: center; gap: 11px; }
#home .event .t {
  font-family: var(--mono); font-size: 11px;
  color: var(--dim); width: 52px; flex-shrink: 0;
}
#home .ecard {
  flex: 1;
  display: flex; align-items: center; gap: 10px;
  background: rgba(16,21,38,.94);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 6px 10px;
}
#home .ico {
  width: 27px; height: 27px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 7px;
  background: var(--panel-3);
  overflow: hidden;
}
#home .ico img { width: 17px; height: 17px; }
#home .ico svg { width: 15px; height: 15px; color: var(--muted); }
#home .etext { min-width: 0; }
#home .etitle { font-size: 12.5px; font-weight: 600; line-height: 1.3; }
#home .etitle .spoke { color: #c3a9ff; }
#home .esub {
  font-size: 10.5px; color: var(--dim);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* spoke waveform mini-icon */
#home .swave { display: flex; align-items: center; gap: 2px; height: 15px; }
#home .swave i {
  width: 2.4px; border-radius: 1px;
  background: linear-gradient(180deg, #ffae7a, #ff5d52);
}
#home .swave i:nth-child(1){ height: 6px; }
#home .swave i:nth-child(2){ height: 12px; }
#home .swave i:nth-child(3){ height: 15px; }
#home .swave i:nth-child(4){ height: 9px; }
#home .swave i:nth-child(5){ height: 13px; }

/* gif badge icon */
#home .gifico {
  font-size: 8px; font-weight: 800; letter-spacing: .03em;
  color: #fff;
  background: linear-gradient(135deg, #a585f5, #5b8cf0);
  border-radius: 4px;
  padding: 3px 4px;
}

#home .legend {
  display: flex; gap: 18px; margin-top: 9px;
  font-size: 11px; color: var(--dim);
}
#home .legend span { display: flex; align-items: center; gap: 6px; }
#home .legend span::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 8px var(--blue);
}

/* mid column */
#home .flow-mid {
  position: relative; z-index: 2;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  text-align: center; gap: 14px;
}
#home .bigmark {
  width: 96px; height: 96px;
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 0 90px rgba(124,150,255,.7), 0 0 40px rgba(165,133,245,.6),
              inset 0 1px 0 rgba(255,255,255,.1);
}
#home .bigmark img { width: 100%; height: 100%; }
#home .one-prompt {
  font-size: 15px; font-weight: 700;
  letter-spacing: .3em; text-transform: uppercase;
  color: var(--blue-hi);
  text-shadow: 0 0 18px rgba(134,169,255,.6);
}
#home .flow-mid .cap { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* right prepared card */
#home .flow-right { position: relative; z-index: 2; }
#home .prepared {
  background: rgba(10,13,25,.96);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  padding: 11px;
}
#home .prep-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 8px;
}
#home .prep-head .pt { font-size: 14px; font-weight: 600; }
#home .prep-head .ps { font-size: 11px; color: var(--dim); margin-top: 2px; }
#home .prep-head .copy {
  width: 27px; height: 27px;
  display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 7px;
  color: var(--muted);
}
#home .prep-head .copy svg { width: 14px; height: 14px; }
#home .prep-list { display: flex; flex-direction: column; gap: 6px; }
#home .pchip {
  display: flex; align-items: center; gap: 10px;
  padding: 7px 11px;
  border-radius: 9px;
  background: rgba(91,140,240,.10);
  border: 1px solid rgba(91,140,240,.2);
}
#home .pico {
  width: 24px; height: 24px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  overflow: hidden;
}
#home .pico img { width: 15px; height: 15px; }
#home .pico svg { width: 14px; height: 14px; color: var(--muted); }
#home .plabel { flex: 1; font-size: 12.5px; font-weight: 500; }
#home .ptag {
  font-size: 10px; color: var(--dim);
  font-family: var(--mono);
  background: rgba(255,255,255,.04);
  border: 1px solid var(--line);
  border-radius: 5px; padding: 2px 7px;
}
#home .ptag.dur {
  color: var(--orange);
  border-color: rgba(255,125,79,.4);
  background: rgba(255,125,79,.1);
}
#home .prep-foot { margin-top: 8px; font-size: 12px; color: var(--muted); }
#home .prep-foot .hi { color: var(--blue-hi); font-weight: 600; }

/* signup band — centered, not full width */
#home .signup {
  align-self: center;
  width: 940px;
  margin-top: 14px; height: 68px;
  display: flex; align-items: center; gap: 22px;
  background: linear-gradient(110deg, rgba(20,25,46,.82), rgba(11,14,26,.82));
  border: 1px solid var(--line-2);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  padding: 0 24px;
}
#home .signup .field {
  width: 280px; height: 42px;
  padding: 0 16px;
  background: rgba(17,22,40,.9);
  border: 1px solid var(--line); border-radius: 10px;
  color: var(--text); font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease;
}
#home .signup .field::placeholder { color: var(--dim); }
#home .signup .field:focus { border-color: rgba(91,140,240,.6); }
#home .signup .field:disabled { opacity: .6; }
#home .signup .q { flex: 1; }
#home .signup .q .qe {
  font-size: 11px; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--cyan);
}
#home .signup .q .qt { font-size: 14px; color: var(--muted); margin-top: 3px; }
#home .signup .cta {
  height: 42px; padding: 0 24px;
  display: grid; place-items: center;
  border: none; border-radius: 10px;
  font-size: 15px; font-weight: 600; color: #fff;
  background: linear-gradient(120deg, var(--purple), var(--blue));
  box-shadow: 0 0 30px rgba(91,140,240,.5);
  cursor: pointer;
  white-space: nowrap;
  transition: transform .12s ease, filter .12s ease;
}
#home .signup .cta:hover { transform: translateY(-1px); filter: brightness(1.12); }
#home .signup .cta:active { transform: translateY(0); }
#home .signup .cta:disabled {
  cursor: default; transform: none; filter: none;
  background: rgba(76,216,136,.2);
  color: var(--green);
  box-shadow: none;
}

/* interactive affordances */
#home .brand { cursor: pointer; }
#home .ai { cursor: default; transition: color .15s ease; }
#home .ai:hover { color: var(--text); }
#home .prep-head .copy { cursor: pointer; transition: color .15s ease, border-color .15s ease; }
#home .prep-head .copy:hover { color: var(--text); border-color: var(--line-2); }
#home .pchip { transition: background .15s ease, border-color .15s ease; }
#home .pchip:hover { background: rgba(91,140,240,.16); border-color: rgba(91,140,240,.32); }

/* topbar — What's New (changelog convention: header-nav linki) */
#home .topbar .wn-link { margin-left: auto; color: var(--muted); font-size: 14px; transition: color .15s ease; }
#home .topbar .wn-link ~ .wn-link { margin-left: 18px; }
#home .topbar .wn-link:hover { color: var(--text); }
