

    /* == Design tokens ================================================== */
    :root {
      --nb:        #07090e;
      --nb2:       #0a0e18;
      --nc:        #0f1828;
      --nbr:       #192338;
      --nbr2:      #293c5a;
      --nt:        #dde5f0;
      --nm:        #7a8da6;
      --na:        #7c72f5;
      --na2:       #a8b8fc;
      --ng:        #2dd4a3;
      --nf-head:   'Sora', system-ui, sans-serif;
      --nf-mono:   'JetBrains Mono', 'Consolas', monospace;
    }

    body { background: var(--nb); }

    /* == Page wrapper =================================================== */
    .pw { max-width: 1060px; margin: 0 auto; padding: 0 36px; }

    /* == Hero elements ================================================== */
    .n-badge {
      display: inline-flex; align-items: center; gap: 8px;
      font-family: var(--nf-mono); font-size: 11px; font-weight: 500;
      letter-spacing: 0.07em; text-transform: uppercase; color: var(--na);
      background: rgba(124,114,245,0.1); border: 1px solid rgba(124,114,245,0.28);
      border-radius: 100px; padding: 5px 16px; margin-bottom: 28px;
    }
    .n-badge::before {
      content: ''; width: 6px; height: 6px;
      background: var(--na); border-radius: 50%;
      box-shadow: 0 0 8px rgba(124,114,245,0.9);
    }
    .n-hero-title {
      font-family: var(--nf-head);
      font-size: clamp(44px, 6.5vw, 72px);
      font-weight: 800; letter-spacing: -0.04em; line-height: 1.03;
      margin: 0 0 22px;
      background: linear-gradient(135deg, #fff 0%, #c4b5fd 52%, #818cf8 100%);
      -webkit-background-clip: text; -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    /* Hero stats bar */
    .n-sbar {
      display: inline-flex; align-items: stretch;
      background: var(--nc); border: 1px solid var(--nbr);
      border-radius: 14px; overflow: hidden;
      margin-top: 52px;
    }
    .n-sbar-c {
      padding: 20px 30px; text-align: center;
      border-right: 1px solid var(--nbr);
    }
    .n-sbar-c:last-child { border-right: none; }
    .n-sbar-v {
      display: block; font-family: var(--nf-mono);
      font-size: 22px; font-weight: 600;
      color: var(--na2); line-height: 1; margin-bottom: 8px;
    }
    .n-sbar-l {
      font-size: 10px; font-weight: 600; letter-spacing: 0.09em;
      text-transform: uppercase; color: var(--nm);
    }

    /* == Section wrapper ================================================ */
    .ns { padding: 96px 0; border-top: 1px solid rgba(255,255,255,0.04); }
    .ns.alt { background: var(--nb2); }

    /* == Section header (LEFT-aligned) ================================== */
    .nsh { margin-bottom: 52px; }
    .nsh-num {
      display: block; font-family: var(--nf-mono);
      font-size: 11px; font-weight: 500; color: var(--na);
      letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px;
    }
    .nsh h2 {
      font-family: var(--nf-head);
      font-size: clamp(26px, 3.2vw, 38px); font-weight: 700;
      letter-spacing: -0.03em; color: var(--nt);
      margin: 0 0 16px; line-height: 1.15;
    }
    .nsh p {
      font-size: 16px; color: var(--nm);
      line-height: 1.75; max-width: 600px;
    }

    /* == Stat grid ====================================================== */
    .nst {
      display: grid; grid-template-columns: repeat(4, 1fr);
      background: var(--nbr); gap: 1px;
      border: 1px solid var(--nbr); border-radius: 12px;
      overflow: hidden; margin-bottom: 56px;
    }
    .nst-c { background: var(--nc); padding: 22px 18px; text-align: center; }
    .nst-v {
      display: block; font-family: var(--nf-mono);
      font-size: clamp(20px, 2.5vw, 28px); font-weight: 600;
      color: var(--na2); line-height: 1; margin-bottom: 10px;
    }
    .nst-l {
      font-size: 10.5px; font-weight: 600; letter-spacing: 0.06em;
      text-transform: uppercase; color: var(--nm); line-height: 1.55;
    }

    /* == Sub-heading ==================================================== */
    .nsubh {
      font-family: var(--nf-head); font-size: 16px; font-weight: 600;
      color: var(--nt); margin: 52px 0 20px;
      padding-bottom: 14px; border-bottom: 1px solid var(--nbr);
      display: flex; align-items: center; gap: 10px;
    }
    .nsubh::before {
      content: ''; width: 3px; height: 17px; flex-shrink: 0;
      background: var(--na); border-radius: 2px;
    }

    /* == Prose body ===================================================== */
    .nbody { font-size: 15px; color: var(--nm); line-height: 1.85; max-width: 780px; }
    .nbody p { margin: 0 0 18px; }
    .nbody p:last-child { margin-bottom: 0; }
    .nbody strong { color: var(--nt); font-weight: 600; }
    .nbody code {
      font-family: var(--nf-mono); font-size: 12.5px;
      background: rgba(124,114,245,0.11); border: 1px solid rgba(124,114,245,0.22);
      border-radius: 4px; padding: 1px 6px; color: var(--na2);
    }

    /* == 2-column card grid ============================================= */
    .ncg { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 48px; }
    .nc {
      background: var(--nc); border: 1px solid var(--nbr);
      border-radius: 12px; padding: 26px 24px;
      transition: border-color 0.2s;
    }
    .nc:hover { border-color: var(--nbr2); }
    .nc-tag {
      font-family: var(--nf-mono); font-size: 10px; font-weight: 600;
      letter-spacing: 0.09em; text-transform: uppercase;
      color: var(--na); margin-bottom: 12px; display: block;
    }
    .nc h3 {
      font-family: var(--nf-head); font-size: 15.5px; font-weight: 600;
      color: var(--nt); margin: 0 0 10px; line-height: 1.3;
    }
    .nc p { font-size: 13.5px; color: var(--nm); line-height: 1.82; margin: 0; }
    .nc code {
      font-family: var(--nf-mono); font-size: 12px;
      background: rgba(124,114,245,0.11); border: 1px solid rgba(124,114,245,0.20);
      border-radius: 4px; padding: 1px 5px; color: var(--na2);
    }

    /* == Autoencoder diagram ============================================ */
    .nae {
      background: var(--nc); border: 1px solid var(--nbr);
      border-radius: 12px; padding: 32px 24px 28px;
      margin: 4px 0 48px; overflow-x: auto;
    }
    .nae-hdr {
      display: flex; justify-content: space-between;
      font-family: var(--nf-mono); font-size: 10px; font-weight: 500;
      letter-spacing: 0.09em; text-transform: uppercase;
      color: rgba(122,141,166,0.38); margin-bottom: 24px; padding: 0 2px;
    }
    .nae-flow {
      display: flex; align-items: center;
      justify-content: center; gap: 6px; min-width: 500px;
    }
    .nae-node { display: flex; flex-direction: column; align-items: center; gap: 7px; }
    .nae-box {
      background: #0b1320; border: 1px solid var(--nbr);
      border-radius: 8px; padding: 11px 14px;
      font-family: var(--nf-mono); font-size: 18px; font-weight: 600;
      color: var(--na2); min-width: 50px; text-align: center;
    }
    .nae-box.mid {
      background: rgba(45,212,163,0.09); border-color: rgba(45,212,163,0.38);
      color: var(--ng); font-size: 22px; padding: 13px 18px;
    }
    .nae-nl {
      font-family: var(--nf-mono); font-size: 9px;
      letter-spacing: 0.08em; text-transform: uppercase;
      color: var(--nm); font-weight: 500;
    }
    .nae-arr { color: var(--nbr2); font-size: 16px; margin-bottom: 16px; }

    /* == Feature tables 2-up =========================================== */
    .nft2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 16px 0 48px; }
    .nft { border: 1px solid var(--nbr); border-radius: 10px; overflow: hidden; }
    .nft table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
    .nft th {
      background: var(--nc); border-bottom: 1px solid var(--nbr);
      padding: 10px 14px; text-align: left;
      font-family: var(--nf-mono); font-size: 10px; font-weight: 600;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--nm);
    }
    .nft td {
      padding: 9px 14px; color: var(--nm);
      border-bottom: 1px solid rgba(25,35,56,0.9);
      vertical-align: top; line-height: 1.55;
    }
    .nft tr:last-child td { border-bottom: none; }
    .nft td:first-child {
      font-family: var(--nf-mono); color: var(--na2);
      white-space: nowrap; font-size: 12px; font-weight: 500;
    }
    .nft tr:hover td { background: rgba(255,255,255,0.015); }

    /* == ETW signal table =============================================== */
    .netw {
      border: 1px solid var(--nbr); border-radius: 12px;
      overflow: hidden; margin: 16px 0 48px;
    }
    .netw table { width: 100%; border-collapse: collapse; font-size: 13px; }
    .netw th {
      background: var(--nc); border-bottom: 1px solid var(--nbr);
      padding: 11px 16px; text-align: left;
      font-family: var(--nf-mono); font-size: 10px; font-weight: 600;
      letter-spacing: 0.08em; text-transform: uppercase; color: var(--nm);
    }
    .netw td {
      padding: 11px 16px; color: var(--nm);
      border-bottom: 1px solid rgba(25,35,56,0.9);
      vertical-align: top; line-height: 1.65;
    }
    .netw tr:last-child td { border-bottom: none; }
    .netw td:first-child {
      font-family: var(--nf-mono); color: var(--na2);
      white-space: nowrap; font-size: 12.5px; font-weight: 500;
    }
    .netw td:nth-child(2) {
      font-family: var(--nf-mono);
      color: rgba(122,141,166,0.72); font-size: 11.5px; white-space: nowrap;
    }
    .netw tr:hover td { background: rgba(255,255,255,0.015); }

    /* == Callout boxes ================================================== */
    .ncalls {
      display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 12px; margin: 16px 0 0;
    }
    .ncall {
      border-left: 2px solid var(--na);
      background: rgba(124,114,245,0.05);
      border-radius: 0 10px 10px 0;
      padding: 18px 20px 18px 22px;
      font-size: 14px; color: var(--nm); line-height: 1.8;
    }
    .ncall strong {
      color: var(--nt); font-weight: 600; display: block; margin-bottom: 6px;
      font-family: var(--nf-head); font-size: 13.5px;
    }
    .ncall code {
      font-family: var(--nf-mono); font-size: 12px;
      background: rgba(124,114,245,0.12); border: 1px solid rgba(124,114,245,0.22);
      border-radius: 4px; padding: 1px 5px; color: var(--na2);
    }

    /* == Alert tier cards ============================================== */
    .ntiers { display: flex; flex-direction: column; gap: 10px; margin-bottom: 48px; }
    .ntier {
      display: flex; border-radius: 10px;
      border: 1px solid var(--nbr); overflow: hidden;
      background: var(--nc);
    }
    .ntier-bar            { width: 4px; flex-shrink: 0; }
    .ntier-bar.c-red      { background: #f87171; }
    .ntier-bar.c-yellow   { background: #fbbf24; }
    .ntier-bar.c-blue     { background: #60a5fa; }
    .ntier-body           { padding: 20px 26px; flex: 1; }
    .ntier-hd             { display: flex; align-items: center; gap: 9px; margin-bottom: 8px; }
    .ntier-dot            { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
    .ntier-dot.c-red      { background: #f87171; box-shadow: 0 0 7px rgba(248,113,113,0.55); }
    .ntier-dot.c-yellow   { background: #fbbf24; box-shadow: 0 0 7px rgba(251,191,36,0.55); }
    .ntier-dot.c-blue     { background: #60a5fa; box-shadow: 0 0 7px rgba(96,165,250,0.55); }
    .ntier-name {
      font-family: var(--nf-head); font-size: 15px;
      font-weight: 600; color: var(--nt);
    }
    .ntier-tag {
      font-family: var(--nf-mono); font-size: 10px; font-weight: 500;
      letter-spacing: 0.07em; text-transform: uppercase;
      padding: 2px 8px; border-radius: 4px; margin-left: 4px;
    }
    .ntier-tag.c-red    { background: rgba(248,113,113,0.1); color: #f87171; border: 1px solid rgba(248,113,113,0.25); }
    .ntier-tag.c-yellow { background: rgba(251,191,36,0.1);  color: #fbbf24; border: 1px solid rgba(251,191,36,0.25); }
    .ntier-tag.c-blue   { background: rgba(96,165,250,0.1);  color: #60a5fa; border: 1px solid rgba(96,165,250,0.25); }
    .ntier-desc { font-size: 13.5px; color: var(--nm); line-height: 1.8; }

    /* == Footer CTA ===================================================== */
    .ncta {
      padding: 96px 40px; text-align: center;
      background: var(--nb2);
      border-top: 1px solid rgba(255,255,255,0.04);
    }
    .ncta h3 {
      font-family: var(--nf-head); font-size: 28px; font-weight: 700;
      margin: 0 0 14px; letter-spacing: -0.02em; color: var(--nt);
    }
    .ncta p { color: var(--nm); font-size: 16px; margin: 0 0 36px; line-height: 1.65; }
    .ncta a.nl { color: var(--na2); }
    .ncta a.nl:hover { text-decoration: underline; }
    .ncta-btns { display: flex; align-items: center; justify-content: center; gap: 14px; flex-wrap: wrap; }

    /* == Responsive ===================================================== */
    @media (max-width: 860px) {
      .ncg, .nft2 { grid-template-columns: 1fr; }
    }
    @media (max-width: 768px) {
      .ns { padding: 64px 0; }
      .pw { padding: 0 20px; }
      .nst { grid-template-columns: 1fr 1fr; }
      .nae-flow { min-width: 420px; }
      .nae-box { font-size: 15px; min-width: 42px; padding: 9px 12px; }
      .nae-box.mid { font-size: 18px; }
      .ncalls { grid-template-columns: 1fr; }
      .n-sbar { border-radius: 10px; }
      .n-sbar-c { flex: none; width: 50%; border-bottom: 1px solid var(--nbr); }
      .n-sbar-c:nth-last-child(-n+2) { border-bottom: none; }
      .n-sbar-v { font-size: 18px; }
    }
    @media (max-width: 480px) {
      .nst { grid-template-columns: 1fr 1fr; }
    }

  