
    :root {
      --bg: #fbfbf3;
      --bg-mint: #eafbf0;
      --ink: #07130f;
      --muted: #5d6b66;
      --green: #109a4a;
      --green-dark: #057436;
      --green-soft: #e7f8ee;
      --line: #cfe6d7;
      --line-strong: #9bdab4;
      --card: rgba(255,255,250,.92);
      --shadow: 0 18px 52px rgba(9,81,39,.12);
      --radius-xl: 26px;
      --radius-lg: 20px;
      --radius-md: 16px;
      --max: 1180px;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system,
        BlinkMacSystemFont, "Segoe UI", sans-serif;
    }
    * { box-sizing: border-box; }

    html {
      scroll-behavior: smooth;
      background: var(--bg);
    }

    body {
      margin: 0;
      min-height: 100vh;
      color: var(--ink);
      background:
        radial-gradient(circle at 100% 95%, rgba(38,198,109,.18), transparent 32rem),
        radial-gradient(circle at 55% 15%, rgba(38,198,109,.10), transparent 28rem),
        linear-gradient(180deg, #fffdf5 0%, #f8fff9 100%);
      text-rendering: optimizeLegibility;
      -webkit-font-smoothing: antialiased;
    }

    a { color: inherit; }
    button { font: inherit; }

    .page {
      width: min(1080px, calc(100% - 48px));
      margin: 0 auto;
    }

    

    .button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      min-height: 46px;
      padding: 0 20px;
      border: 1px solid transparent;
      border-radius: 13px;
      font-weight: 850;
      font-size: 14px;
      text-decoration: none;
      cursor: pointer;
      transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
    }

    .button:hover { transform: translateY(-1px); }

    .button-primary {
      background: linear-gradient(180deg, #11a94f, #07843d);
      color: #fff;
      box-shadow: 0 18px 30px rgba(6,120,55,.23);
    }

    .button-secondary {
      border-color: #c8e7d3;
      background: rgba(255,255,250,.76);
      color: var(--green-dark);
      box-shadow: 0 12px 24px rgba(32,68,48,.06);
    }

    .hero {
      position: relative;
      display: grid;
      grid-template-columns: minmax(300px, .86fr) minmax(500px, 1.14fr);
      gap: clamp(30px, 4.5vw, 58px);
      align-items: center;
      padding: 16px 0 26px;
    }

    .hero h1 {
      max-width: 500px;
      margin: 6px 0 10px;
      font-size: clamp(34px, 4vw, 54px);
      line-height: .98;
      letter-spacing: -.06em;
    }

    .hero h1 .green { color: var(--green); }

    .hero p {
      max-width: 430px;
      margin: 0;
      color: var(--muted);
      font-size: 17px;
      line-height: 1.52;
      letter-spacing: -.02em;
    }

    .cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
    }

    .cta-row { margin-top: 28px; }

    
    .hero-install {
      display: grid;
      gap: 12px;
      max-width: 520px;
      margin-top: 68px;
    }

    .hero-install .terminal {
      grid-template-columns: auto minmax(0, 1fr) auto;
      min-height: 42px;
      border-radius: 11px;
      cursor: pointer;
      transition: border-color 140ms ease, box-shadow 140ms ease;
    }

    .hero-install .terminal:hover {
      border-color: rgba(255,255,255,.18);
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 14px 30px rgba(6,17,12,.2), 0 10px 30px rgba(16,154,74,.24);
    }

    .hero-install .terminal:focus-visible {
      outline: 2px solid var(--green);
      outline-offset: 2px;
    }

    .hero-install .terminal-bar {
      overflow: hidden;
      justify-content: flex-start;
      gap: 7px;
      padding: 0 18px 0 12px;
      color: #9fb4aa;
      font-size: 10.5px;
      font-weight: 850;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .hero-install .dots { display: none; }

    .hero-install .terminal pre { padding: 0 12px 0 14px; font-size: 11px; }

    .hero-install .terminal pre::after { width: 48px; }

    .hero-install .terminal code {
      color: #9aa8a2;
      font-size: 11px;
      font-style: italic;
    }

    .hero-install .copy-hint {
      align-self: center;
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin: 0 12px 0 4px;
      color: #8fa39a;
      font-size: 10.5px;
      font-weight: 800;
      white-space: nowrap;
    }

    .hero-install .copy-hint .ci { display: block; width: 13px; height: 13px; }

    .hero-install .terminal:hover .copy-hint { color: #eafff1; }

    .hero-install .copy-hint.done { color: #7dffb0; }

    
    .install-panel {
      display: grid;
      gap: 10px;
    }

    
    .install-panel .terminal {
      grid-template-columns: 152px minmax(0, 1fr) auto;
      min-height: 46px;
      border-radius: 11px;
    }

    .install-panel .terminal-bar {
      overflow: hidden;
      justify-content: flex-start;
      gap: 8px;
      padding: 0 18px 0 14px;
      color: #9fb4aa;
      font-size: 11px;
      font-weight: 850;
      letter-spacing: .04em;
      text-transform: uppercase;
    }

    .install-panel .terminal-bar .oi { color: #cfe3d8; }

    
    .os-mac .terminal-bar { color: #86dcae; }
    .os-mac .terminal-bar .oi {
      color: #eef3f5;
      filter: drop-shadow(0 0 5px rgba(148,222,178,.35));
    }
    .os-mac code::before {
      content: "$ ";
      color: #5ee79b;
      font-style: normal;
    }

    .os-win .terminal-bar { color: #8fc4ec; }
    .os-win .terminal-bar .oi {
      color: #4cc2ff;
      filter: drop-shadow(0 0 5px rgba(76,194,255,.4));
    }
    .os-win code::before {
      content: "> ";
      color: #6cb8f5;
      font-style: normal;
    }

    
    .os-npx .terminal-bar { color: #86dcae; }
    .os-npx .terminal-bar .oi {
      color: #5ee79b;
      filter: drop-shadow(0 0 5px rgba(94,231,155,.4));
    }
    .os-npx code::before {
      content: "$ ";
      color: #5ee79b;
      font-style: normal;
    }

    
    .install-backup {
      display: grid;
      gap: 10px;
      margin-top: 20px;
      padding-top: 18px;
      border-top: 1px solid #e3efe8;
    }

    .install-backup-head {
      margin: 0;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.5;
    }

    .install-backup-head strong { color: var(--ink); }

    .install-panel .dots { display: none; }

    
    .install-panel .terminal pre { padding: 0 40px 0 18px; }

    .install-panel .terminal pre::after { width: 72px; }

    
    .install-panel .terminal code {
      color: #9aa8a2;
      font-size: 12px;
      font-style: italic;
    }

    .install-panel .copy {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      min-height: 32px;
      margin: 0 10px;
      padding: 0;
    }

    .install-panel .copy .ci { display: block; width: 15px; height: 15px; }

    .install-panel .copy.done {
      color: #7dffb0;
      border-color: rgba(125,255,176,.4);
    }

    .oi { display: block; flex: none; width: 15px; height: 15px; }

    .product-shell {
      position: relative;
      z-index: 1;
    }

    .decor-coin,
    .decor-spark {
      position: absolute;
      pointer-events: none;
      user-select: none;
    }

    .decor-coin {
      display: grid;
      width: 50px;
      height: 50px;
      place-items: center;
      border-radius: 50%;
      background: radial-gradient(circle at 35% 30%, #f2ffd7, #87c66c 44%, #3a813f 72%);
      box-shadow: inset -7px -8px 0 rgba(0,0,0,.08), 0 14px 22px rgba(5,128,59,.14);
      color: #f8fff7;
      font-weight: 900;
      opacity: .88;
      transform: rotate(-22deg);
    }

    .coin-one { right: 42px; top: 26px; }
    .coin-two {
      left: 330px;
      bottom: 18px;
      width: 42px;
      height: 42px;
      opacity: .72;
    }

    .decor-spark {
      color: #a4dcb8;
      font-size: 24px;
    }

    .spark-one { left: 48%; top: 42%; }
    .spark-two { right: 1%; top: 40%; }

    .product-card {
      overflow: hidden;
      border: 1px solid #cfe7d8;
      border-radius: var(--radius-xl);
      background: rgba(255,255,250,.88);
      box-shadow: var(--shadow);
      backdrop-filter: blur(10px);
    }

    .product-top {
      padding: 18px 28px 12px;
      text-align: center;
    }

    .product-top h2 {
      margin: 0;
      font-size: 22px;
      line-height: 1.1;
      letter-spacing: -.04em;
    }

    

    .mode-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px;
      padding: 18px 28px 22px;
    }

    .mode-card {
      position: relative;
      display: flex;
      flex-direction: column;
      min-height: 240px;
      padding: 20px 20px 16px;
      border: 1px solid #d8e5dc;
      border-radius: 24px;
      background: rgba(255,255,250,.72);
    }

    .mode-card.featured {
      border-color: #25ad5d;
      background: linear-gradient(180deg, rgba(236,252,242,.92), rgba(255,255,250,.9));
      box-shadow: 0 18px 40px rgba(18,148,75,.12);
    }

    

    .mode-icon {
      display: grid;
      width: 56px;
      height: 56px;
      place-items: center;
      margin: 0 auto 14px;
      border: 1px solid #ffd4d0;
      border-radius: 50%;
      background: #fff2f0;
      color: #dd5e5b;
    }

    .mode-card.featured .mode-icon {
      border-color: #bce8cb;
      background: #def7e7;
      color: var(--green-dark);
    }

    .mode-icon svg {
      width: 28px;
      height: 28px;
    }

    .mode-card h3 {
      margin: 0;
      text-align: center;
      font-size: 20px;
      letter-spacing: -.03em;
    }

    .mode-card .tagline {
      margin: 8px 0 16px;
      color: var(--muted);
      text-align: center;
      font-size: 13px;
      line-height: 1.35;
    }

    .share-label {
      margin: 0 0 8px;
      color: #81918b;
      font-size: 10px;
      font-weight: 900;
      letter-spacing: .1em;
      text-transform: uppercase;
    }

    .rule {
      width: 100%;
      height: 1px;
      margin-bottom: 12px;
      background-image: linear-gradient(90deg, transparent 0 2px, #c7d7ce 2px 8px);
      background-size: 10px 1px;
    }

    .mode-list {
      display: grid;
      gap: 6px;
      margin: 0;
      padding: 0;
      color: #4a5c55;
      font-size: 12px;
      list-style: none;
    }

    .mode-list li {
      display: grid;
      grid-template-columns: 18px 1fr;
      gap: 7px;
      align-items: start;
    }

    .mark {
      display: grid;
      width: 17px;
      height: 17px;
      place-items: center;
      border-radius: 50%;
      font-weight: 900;
      line-height: 1;
      font-size: 12px;
    }

    .yes { color: var(--green-dark); }
    .no { color: #e75b55; }
    .scrub { color: #7a8782; }

    
    
    .mode-foot {
      margin-top: auto;
      padding-top: 12px;
    }

    
    .mode-card .mode-note {
      max-width: none;
      margin: 0;
      color: #7a8782;
      font-size: 11.5px;
      line-height: 1.45;
      letter-spacing: 0;
    }
    .mode-card .mode-note a { color: var(--green-dark); text-decoration: underline; }

    

    .section {
      padding: 40px 0;
    }

    .section:first-of-type {
      padding-top: 18px;
    }

    .section-card {
      margin-top: 18px;
      padding: clamp(18px, 3vw, 28px);
      border: 1px solid #d5e8dc;
      border-radius: 22px;
      background: rgba(255,255,250,.76);
      box-shadow: 0 18px 45px rgba(17,92,51,.08);
    }

    .section-kicker {
      margin: 0 0 8px;
      color: var(--green-dark);
      font-size: 12px;
      font-weight: 900;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

    .section h2 {
      max-width: 760px;
      margin: 0 0 12px;
      font-size: clamp(29px, 3.4vw, 42px);
      letter-spacing: -.05em;
      line-height: 1.02;
    }

    .section p {
      max-width: 760px;
      margin: 0;
      color: var(--muted);
      font-size: 15px;
      line-height: 1.58;
    }

    .section p + p {
      margin-top: 10px;
    }

    .flow-diagram {
      overflow: hidden;
    }

    .flow-nodes {
      scrollbar-color: #95d5b2 transparent;
      scrollbar-width: thin;
    }

    .flow-nodes::-webkit-scrollbar {
      height: 9px;
    }

    .flow-nodes::-webkit-scrollbar-track {
      background: transparent;
    }

    .flow-nodes::-webkit-scrollbar-thumb {
      border-radius: 999px;
      background: #95d5b2;
    }

    .flow-nodes {
      position: relative;
      display: grid;
      grid-template-columns: repeat(6, minmax(154px, 1fr));
      min-width: 0;
      gap: 8px;
      align-items: stretch;
      overflow-x: auto;
      padding-bottom: 10px;
    }

    .flow-nodes::before {
      content: "";
      position: absolute;
      z-index: 0;
      top: 41px;
      left: 44px;
      right: 44px;
      height: 4px;
      border-radius: 999px;
      background: linear-gradient(90deg, #16a34a, #0ea5e9, #ef4444, #7c3aed, #f59e0b, #22c55e);
      opacity: .5;
    }

    .flow-node {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      min-height: 232px;
      padding: 16px;
      border: 1px solid #d4e8db;
      border-radius: 16px;
      background: #fffefa;
      box-shadow: 0 10px 24px rgba(17,92,51,.06);
      overflow: hidden;
    }

    .flow-node::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 4px;
      background: var(--accent, #16a34a);
    }

    .flow-node.lane { --accent: #16a34a; --accent-bg: #dcfce7; --accent-border: #a7f3d0; }
    .flow-node.minimize { --accent: #0ea5e9; --accent-bg: #e0f2fe; --accent-border: #bae6fd; }
    .flow-node.scrub-step { --accent: #ef4444; --accent-bg: #fee2e2; --accent-border: #fecaca; }
    .flow-node.match { --accent: #7c3aed; --accent-bg: #ede9fe; --accent-border: #ddd6fe; }
    .flow-node.show { --accent: #f59e0b; --accent-bg: #fef3c7; --accent-border: #fde68a; }
    .flow-node.credit { --accent: #22c55e; --accent-bg: #dcfce7; --accent-border: #bbf7d0; }

    .flow-step {
      margin-bottom: 8px;
      color: var(--accent, var(--green-dark));
      font-size: 11px;
      font-weight: 950;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .flow-icon {
      display: grid;
      place-items: center;
      width: 52px;
      height: 52px;
      margin-bottom: 12px;
      border: 2px solid var(--accent-border, #c6ead3);
      border-radius: 50%;
      background: var(--accent-bg, #eaf8ee);
      color: var(--accent, var(--green-dark));
      box-shadow: 0 0 0 6px #fffefa;
    }

    .flow-icon svg {
      width: 26px;
      height: 26px;
      fill: none;
      stroke: currentColor;
      stroke-width: 2.2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .flow-node strong {
      display: block;
      margin-bottom: 8px;
      font-size: 15px;
      letter-spacing: -.02em;
    }

    .flow-detail {
      display: block;
      color: var(--muted);
      font-size: 12.5px;
      line-height: 1.45;
    }

    .flow-flags {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      margin-top: auto;
      padding-top: 12px;
    }

    .flow-flags > span {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 5px 7px;
      border: 1px solid #f0c5bd;
      border-radius: 999px;
      background: #fff7f4;
      color: #7a3a32;
      font-size: 11px;
      font-weight: 800;
      line-height: 1;
    }

    .terminal {
      position: relative;
      display: grid;
      grid-template-columns: minmax(174px, 220px) minmax(0, 1fr) auto;
      align-items: stretch;
      overflow: hidden;
      min-height: 54px;
      border: 1px solid rgba(255,255,255,.08);
      border-radius: 14px;
      background: linear-gradient(180deg, #111a20, #0a1115);
      color: #eafff1;
      box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 28px rgba(6,17,12,.16), 0 8px 26px rgba(16,154,74,.18);
    }

    .terminal-bar {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 12px;
      padding: 0 14px;
      border-right: 1px solid rgba(255,255,255,.08);
      border-bottom: 0;
      background: #0d141a;
      color: #c9d9d1;
      font-size: 11px;
      font-weight: 800;
      white-space: nowrap;
    }

    .dots {
      display: flex;
      gap: 8px;
    }

    .dot {
      width: 9px;
      height: 9px;
      border-radius: 50%;
      background: #315443;
    }

    .dot:nth-child(1) { background: #ff6b7a; }
    .dot:nth-child(2) { background: #ffd166; }
    .dot:nth-child(3) { background: #3ddc84; }

    .terminal pre {
      position: relative;
      min-width: 0;
      margin: 0;
      display: flex;
      align-items: center;
      padding: 0 22px 0 18px;
      overflow: hidden;
      color: #f4fff8;
      font-size: 12.5px;
      line-height: 1.35;
      white-space: nowrap;
    }

    .terminal pre::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 54px;
      background: linear-gradient(90deg, rgba(13,22,27,0), #0d161b 78%);
      pointer-events: none;
    }

    .terminal code {
      display: block;
      flex: 1 1 auto;
      min-width: 0;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .copy {
      align-self: center;
      min-height: 34px;
      margin: 0 10px;
      padding: 0 14px;
      border: 1px solid rgba(255,255,255,.16);
      border-radius: 10px;
      background: rgba(255,255,255,.1);
      color: #fff;
      font-weight: 850;
      cursor: pointer;
    }

    .copy:hover {
      background: rgba(255,255,255,.16);
    }

    
    .plain-list {
      display: grid;
      gap: 2px;
    }

    .plain-item {
      display: grid;
      grid-template-columns: 27px 1fr;
      gap: 13px;
      align-items: start;
      padding: 13px 2px;
      border-top: 1px solid #e3efe8;
    }

    .plain-item:first-child { border-top: 0; }

    .plain-badge {
      display: grid;
      width: 27px;
      height: 27px;
      place-items: center;
      border-radius: 8px;
      background: var(--green-soft);
      color: var(--green-dark);
      font-size: 12px;
      font-weight: 900;
      font-variant-numeric: tabular-nums;
    }

    .plain-item strong {
      display: block;
      font-size: 15px;
      letter-spacing: -.01em;
    }

    .plain-item p {
      margin: 4px 0 0;
      color: var(--muted);
      font-size: 13.5px;
      line-height: 1.52;
    }

    .plain-item a {
      color: var(--green-dark);
      font-weight: 800;
    }

    .plain-checks {
      margin: 8px 0 0;
      padding-left: 18px;
      color: var(--muted);
      font-size: 13.5px;
      line-height: 1.5;
    }

    .plain-checks li { margin: 0 0 3px; }

    .plain-item p + .plain-checks { margin-top: 6px; }

    .plain-note {
      margin-top: 18px;
      padding-top: 14px;
      border-top: 1px solid #d5e8dc;
      color: var(--muted);
      font-size: 13px;
      line-height: 1.55;
    }

    .plain-note a {
      color: var(--green-dark);
      font-weight: 800;
    }

    
    
    .limit-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 14px;
    }

    .limit-card {
      display: flex;
      flex-direction: column;
      padding: 22px 20px;
      border: 1px solid #f0d9b0;
      border-radius: 18px;
      background: linear-gradient(180deg, #fffdf6, #fff8eb);
    }

    .limit-tag {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-bottom: 12px;
      color: #92600c;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .08em;
      text-transform: uppercase;
    }

    .limit-dot {
      display: grid;
      width: 22px;
      height: 22px;
      place-items: center;
      border-radius: 7px;
      background: #fbe7bf;
      color: #92600c;
      font-size: 13px;
      font-weight: 900;
    }

    .limit-card strong {
      margin-bottom: 7px;
      font-size: 17px;
      letter-spacing: -.02em;
    }

    .limit-card p {
      margin: 0;
      color: #6a6152;
      font-size: 13.5px;
      line-height: 1.52;
    }

    .limit-cta {
      margin-top: 12px;
      font-size: 13px;
    }

    .limit-card a {
      border-bottom: 1px solid rgba(138,90,8,.3);
      color: #8a5a08;
      font-weight: 850;
      text-decoration: none;
    }

    @media (max-width: 1060px) {
      .limit-grid { grid-template-columns: 1fr; }
    }

    code {
      font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    }

    @media (prefers-reduced-motion: reduce) {
      html { scroll-behavior: auto; }
      .button { transition: none; }
      .button:hover { transform: none; }
    }

    @media (max-width: 1060px) {
      .hero {
        grid-template-columns: 1fr;
        padding-top: 36px;
      }

      .hero h1,
      .hero p {
        max-width: 720px;
      }

      .product-shell {
        max-width: 780px;
      }
    }

    @media (max-width: 740px) {
      .page {
        width: min(100% - 28px, var(--max));
      }

      .decor-coin,
      .decor-spark {
        display: none;
      }

      .hero h1 {
        font-size: clamp(42px, 12vw, 64px);
      }

      .cta-row .button {
        width: 100%;
      }

      .product-top {
        margin-left: 18px;
        margin-right: 18px;
        padding-left: 18px;
        padding-right: 18px;
      }

      .mode-grid {
        grid-template-columns: 1fr;
        padding-left: 18px;
        padding-right: 18px;
      }

      .mode-card {
        min-height: auto;
      }

      .flow-nodes {
        grid-template-columns: repeat(6, 156px);
      }

      .flow-node {
        min-height: 230px;
        padding: 14px;
      }

      .terminal {
        grid-template-columns: minmax(0, 1fr) auto;
      }

      .terminal-bar {
        grid-column: 1 / -1;
        min-height: 38px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.08);
      }

      .terminal pre {
        min-height: 42px;
        padding: 0 26px 0 14px;
        font-size: 12px;
      }

      .copy {
        justify-self: end;
        margin: 0 8px 0 0;
      }
    }
