.nm-wrap { max-width: 1060px; margin: 24px auto 70px; padding: 0 20px; }

  .nm-eyebrow {
    font-family: var(--font-display); font-size: .8rem; font-weight: 600;
    letter-spacing: .18em; text-transform: uppercase; color: var(--bright-orange);
    margin-bottom: 10px;
  }
  .nm-head h1 {
    color: #eef2fb; font-size: 2.6rem; line-height: 1; margin: 0 0 10px;
    text-transform: uppercase; letter-spacing: .01em;
  }
  .nm-sub { color: #94a1bd; max-width: 640px; line-height: 1.55; margin: 0 0 18px; font-size: 1rem; }

  .nm-meta {
    display: flex; flex-wrap: wrap; gap: 10px 20px; align-items: center;
    padding: 12px 0 18px; border-bottom: 1px solid var(--border-dark);
    color: #7d8aa5; font-size: .82rem;
  }
  .nm-legend { display: flex; gap: 16px; margin-left: auto; flex-wrap: wrap; }
  .nm-key { display: inline-flex; align-items: center; gap: 6px; color: #9aa6c0; font-size: .8rem; }
  .nm-swatch { width: 22px; height: 4px; border-radius: 2px; display: inline-block; }
  .nm-swatch.model { background: var(--bright-orange); }
  .nm-swatch.market { background: #4b8fe0; }
  .nm-swatch.edge { background: var(--aqua); }

  .nm-status { color: #7d8aa5; font-size: 15px; padding: 40px 0; text-align: center; }

  .nm-board { margin-top: 22px; display: flex; flex-direction: column; gap: 14px; }

  .nm-filters {
    display: flex; flex-wrap: wrap; gap: 12px 16px; align-items: flex-end;
    margin-top: 22px; padding: 16px 18px; background: #101828;
    border: 1px solid #1d2740; border-radius: 10px;
  }
  .nm-field { display: flex; flex-direction: column; gap: 5px; }
  .nm-field label {
    font-family: var(--font-display); font-size: .68rem; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase; color: #6b7890;
  }
  .nm-field select {
    background: #0d1524; color: #d6deee; border: 1px solid #23304d;
    border-radius: 6px; padding: 8px 10px; font-size: .85rem; font-family: inherit;
    min-width: 132px; cursor: pointer;
  }
  .nm-field select:focus { outline: none; border-color: var(--bright-orange); }
  .nm-filters .nm-count {
    margin-left: auto; align-self: center; color: #7d8aa5; font-size: .82rem;
    font-family: var(--font-display); letter-spacing: .02em;
  }
  .nm-reset {
    background: none; border: 1px solid #23304d; color: #8a97b3; cursor: pointer;
    border-radius: 6px; padding: 8px 12px; font-size: .78rem; font-family: var(--font-display);
    text-transform: uppercase; letter-spacing: .06em; align-self: flex-end;
  }
  .nm-reset:hover { border-color: var(--bright-orange); color: #d6deee; }

  .nm-card {
    position: relative; display: grid;
    grid-template-columns: 1fr 240px; gap: 26px;
    background: #131a29; border: 1px solid #23304d; border-radius: 12px;
    padding: 18px 22px 18px 26px; overflow: hidden;
  }
  .nm-rail { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; }

  .nm-top { display: flex; align-items: baseline; gap: 12px; margin-bottom: 16px; }
  .nm-tag {
    font-family: var(--font-display); font-weight: 700; font-size: .72rem;
    letter-spacing: .1em; text-transform: uppercase; color: #0a0f1a;
    background: #4b8fe0; padding: 3px 8px; border-radius: 4px; flex-shrink: 0;
  }
  .nm-tag.prime { background: var(--bright-orange); }
  .nm-match { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: #eef2fb; line-height: 1; }
  .nm-match .at { color: #6b7890; font-weight: 500; margin: 0 6px; }
  .nm-kick { color: #7d8aa5; font-size: .8rem; margin-left: auto; white-space: nowrap; }

  .nm-proj {
    font-family: var(--font-display); color: #c9d2e6; font-size: .92rem;
    letter-spacing: .02em; margin: -8px 0 16px;
  }
  .nm-proj b { color: #eef2fb; font-size: 1.05rem; }
  .nm-proj .lbl { color: #6b7890; text-transform: uppercase; letter-spacing: .1em; font-size: .68rem; margin-right: 8px; }

  .nm-row { display: grid; grid-template-columns: 84px 1fr; gap: 14px; align-items: center; padding: 7px 0; }
  .nm-row + .nm-row { border-top: 1px solid #1d2740; }
  .nm-rowlbl { font-family: var(--font-display); font-weight: 700; font-size: .8rem; letter-spacing: .06em; text-transform: uppercase; color: #8a97b3; }
  .nm-rowlbl small { display: block; color: #5f6d88; font-weight: 500; letter-spacing: 0; font-size: .72rem; margin-top: 2px; }

  .nm-tracks { display: flex; flex-direction: column; gap: 5px; }
  .nm-track { display: grid; grid-template-columns: 46px 1fr 42px; gap: 10px; align-items: center; }
  .nm-track .who { font-size: .68rem; text-transform: uppercase; letter-spacing: .06em; color: #6b7890; }
  .nm-bar { height: 7px; background: #0d1524; border-radius: 4px; overflow: hidden; }
  .nm-bar > span { display: block; height: 100%; border-radius: 4px; }
  .nm-bar.market > span { background: #4b8fe0; }
  .nm-bar.model > span { background: var(--bright-orange); }
  .nm-pct { font-family: var(--font-display); font-weight: 700; font-size: .82rem; color: #d6deee; text-align: right; }

  .nm-delta { display: inline-flex; align-items: center; gap: 3px; font-family: var(--font-display); font-weight: 700; font-size: .82rem; }
  .nm-delta.up { color: var(--aqua); }
  .nm-delta.down { color: var(--red-orange); }
  .nm-delta.flat { color: #6b7890; }

  .nm-lean { font-size: .84rem; color: #c9d2e6; }
  .nm-lean b { color: #eef2fb; }

  .nm-edge {
    align-self: stretch; border-left: 1px solid #23304d; padding-left: 22px;
    display: flex; flex-direction: column; justify-content: center;
  }
  .nm-edge .cap { font-family: var(--font-display); font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; color: #6b7890; margin-bottom: 8px; }
  .nm-edge .play { font-family: var(--font-display); font-weight: 700; color: #eef2fb; font-size: 1.15rem; line-height: 1.1; margin-bottom: 2px; }
  .nm-edge .mkt { color: #8a97b3; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
  .nm-edge .num {
    display: inline-flex; align-items: baseline; gap: 5px; align-self: flex-start;
    font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; line-height: 1;
    padding: 6px 12px; border-radius: 8px;
  }
  .nm-edge .num small { font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; }
  .nm-edge .num.hot { color: var(--aqua); background: rgba(66,244,176,.1); }
  .nm-edge .num.warm { color: var(--bright-orange); background: rgba(255,165,21,.1); }
  .nm-edge .num.cool { color: #8a97b3; background: rgba(138,151,179,.08); }

  .nm-note {
    margin-top: 34px; padding: 22px 24px; background: #101828;
    border: 1px solid #1d2740; border-radius: 12px; color: #94a1bd;
    font-size: .88rem; line-height: 1.6;
  }
  .nm-note h4 { font-family: var(--font-display); color: #c9d2e6; text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; margin: 0 0 8px; }
  .nm-note b { color: #c9d2e6; }
  .nm-disc { margin-top: 14px; padding-top: 14px; border-top: 1px solid #1d2740; color: #6b7890; font-size: .78rem; }

  .nm-gate { display: none; margin-top: 26px; }
  .nm-gate-inner {
    max-width: 520px; margin: 0 auto; text-align: center;
    background: #131a29; border: 1px solid #23304d; border-radius: 14px;
    padding: 40px 34px; position: relative; overflow: hidden;
  }
  .nm-gate-inner::before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, var(--bright-orange), var(--aqua));
  }
  .nm-lock {
    width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: rgba(255,165,21,.12); color: var(--bright-orange); font-size: 22px;
  }
  .nm-gate-inner h2 {
    color: #eef2fb; font-family: var(--font-display); text-transform: uppercase;
    letter-spacing: .04em; font-size: 1.8rem; margin: 0 0 10px;
  }
  .nm-gate-inner p { color: #94a1bd; line-height: 1.55; margin: 0 auto 22px; max-width: 400px; font-size: .95rem; }
  .nm-gate-btn {
    background: var(--bright-orange); color: #1a1204; border: none;
    font-family: var(--font-display); font-weight: 700; text-transform: uppercase;
    letter-spacing: .05em; font-size: 1rem; padding: 13px 30px; border-radius: 8px;
    cursor: pointer; transition: filter .15s;
  }
  .nm-gate-btn:hover { filter: brightness(.95); }
  .nm-gate-note {
    margin: 22px auto 0 !important; padding-top: 18px; border-top: 1px solid #1d2740;
    font-size: .86rem !important; color: #7d8aa5 !important;
  }
  .nm-gate-note b { color: #c9d2e6; }
  .nm-gate-note a { color: var(--bright-orange); text-decoration: none; font-weight: 600; }
  .nm-gate-note a:hover { text-decoration: underline; }

  @media (max-width: 720px) {
    .nm-head h1 { font-size: 2rem; }
    .nm-card { grid-template-columns: 1fr; gap: 0; }
    .nm-edge { border-left: none; border-top: 1px solid #23304d; padding-left: 0; padding-top: 16px; margin-top: 16px; flex-direction: row; align-items: center; gap: 14px; }
    .nm-edge .cap { display: none; }
    .nm-edge .num { margin-left: auto; }
    .nm-legend { margin-left: 0; width: 100%; }
    .nm-kick { display: none; }
  }