
  .mlpost {
    --bg:            #eef1ef;
    --surface:       #ffffff;
    --surface-sunk:  #e4e9e6;
    --ink:           #1a201d;
    --ink-soft:      #4f5854;
    --ink-faint:     #8b968f;
    --heading:       #101613;
    --accent:        #10403c;
    --accent-mid:    #1c6a60;
    --accent-hover:  #0a2b28;
    --accent-weak:   #e3eeeb;
    --accent-line:   #b6d4cd;
    --data:          #8a5a12;
    --data-weak:     #fbf4e6;
    --data-line:     #e6d2a8;
    --warn:          #8f3d1f;
    --warn-weak:     #fbefe9;
    --warn-line:     #e6c3b1;
    --border:        #dee3e0;
    --radius:        14px;
    --radius-sm:     9px;
    --shadow:        0 1px 2px rgba(16,64,60,.05), 0 10px 30px -16px rgba(16,64,60,.22);
    --maxw:          920px;
    --f-display:     "Fraunces", Georgia, serif;
    --f-body:        "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --f-mono:        "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

    max-width: var(--maxw);
    margin: 0 auto;
    padding: 0 24px 96px;
    background: var(--bg);
    color: var(--ink);
    font-family: var(--f-body);
    font-size: 18px;
    line-height: 1.74;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
  }

  .mlpost *, .mlpost *::before, .mlpost *::after { box-sizing: border-box; }

  .mlpost a {
    color: var(--accent-mid); text-decoration: none;
    border-bottom: 1px solid var(--accent-line);
    transition: color .15s, border-color .15s;
  }
  .mlpost a:hover { color: var(--accent-hover); border-color: var(--accent); }
  .mlpost a:focus-visible { outline: 2px solid var(--accent-mid); outline-offset: 3px; border-radius: 2px; }
  .mlpost strong { color: var(--heading); font-weight: 600; }
  .mlpost img { max-width: 100%; height: auto; }

  /* ============ HEADER ============ */
  .ml-header { padding: 54px 0 12px; border-bottom: 1px solid var(--border); }

  .ml-eyebrow {
    display: inline-flex; align-items: center; gap: 10px;
    font-family: var(--f-mono); font-size: 11.5px; font-weight: 500;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 22px;
  }
  .ml-eyebrow::before { content: ""; width: 24px; height: 1px; background: var(--accent-mid); }

  .ml-title {
    font-family: var(--f-display); font-weight: 600;
    font-size: clamp(31px, 5.2vw, 50px);
    line-height: 1.08; letter-spacing: -.015em;
    color: var(--heading); margin: 0 0 20px;
  }
  .ml-title em { font-style: italic; font-weight: 400; color: var(--accent-mid); }

  .ml-dek {
    font-size: clamp(17px, 2.1vw, 20px); line-height: 1.6; font-weight: 300;
    color: var(--ink-soft); margin: 0 0 24px; max-width: 62ch;
  }

  .ml-meta {
    display: flex; flex-wrap: wrap; gap: 10px 32px;
    font-family: var(--f-mono); font-size: 12px; letter-spacing: .04em;
    color: var(--ink-faint); padding-bottom: 26px;
  }
  .ml-meta span b { color: var(--accent-mid); font-weight: 600; }

  /* ============ TOC ============ */
  .ml-toc {
    background: var(--surface); border: 1px solid var(--border);
    border-left: 3px solid var(--accent);
    border-radius: var(--radius); padding: 24px 28px;
    margin: 34px 0 4px; box-shadow: var(--shadow);
  }
  .ml-toc-title {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--ink-faint); margin: 0 0 14px;
  }
  .ml-toc ol { list-style: none !important; margin: 0 !important; padding: 0 !important; counter-reset: mltoc; }
  .ml-toc li { list-style: none !important; counter-increment: mltoc; margin: 0 !important; padding: 0 !important; }
  .ml-toc li::marker { content: "" !important; }
  .ml-toc li + li { border-top: 1px solid var(--border); }
  .ml-toc a {
    display: flex; align-items: baseline; gap: 16px; padding: 11px 0 !important;
    color: var(--ink); font-weight: 500; font-size: 16px;
    border-bottom: none; transition: color .15s, padding-left .15s;
  }
  .ml-toc a::before {
    content: counter(mltoc, decimal-leading-zero);
    font-family: var(--f-mono); font-size: 12px; font-weight: 600;
    color: var(--accent-mid); min-width: 24px;
  }
  .ml-toc a:hover { color: var(--accent); padding-left: 5px !important; }

  /* ============ SECTIONS ============ */
  .ml-sec { padding-top: 62px; scroll-margin-top: 24px; }
  .ml-kicker {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 12px;
  }
  .ml-sec > h2 {
    font-family: var(--f-display); font-weight: 600;
    font-size: clamp(25px, 3.4vw, 38px);
    line-height: 1.14; letter-spacing: -.01em;
    color: var(--heading); margin: 0 0 16px;
  }
  .ml-sec > h3 {
    font-size: clamp(17px, 2vw, 20px); font-weight: 600;
    color: var(--heading); margin: 38px 0 10px;
  }
  .ml-sec > p { margin: 0 0 18px; }
  .ml-lead { font-size: 20px; font-weight: 300; line-height: 1.65; }

  .ml-pull {
    font-family: var(--f-display); font-style: italic; font-weight: 400;
    font-size: clamp(19px, 2.6vw, 25px); line-height: 1.4;
    color: var(--accent); margin: 32px 0 28px !important;
    padding: 20px 26px; border-left: 3px solid var(--accent);
    background: var(--accent-weak); border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  }

  /* ---- SPLIT CARDS ---- */
  .ml-split { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 24px 0; }
  .ml-card {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 20px 22px 18px;
  }
  .ml-card h4 {
    font-family: var(--f-mono); font-size: 12px; font-weight: 600;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 8px;
  }
  .ml-card p { margin: 0; font-size: 15.5px; color: var(--ink-soft); line-height: 1.62; }

  /* ---- SPEC TABLE ---- */
  .ml-table-wrap { margin: 24px 0; overflow-x: auto; border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--surface); }
  .ml-table { width: 100%; border-collapse: collapse; font-size: 15.5px; min-width: 520px; }
  .ml-table th {
    text-align: left; font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint);
    padding: 14px 18px; border-bottom: 1px solid var(--border); background: var(--surface-sunk);
  }
  .ml-table td { padding: 14px 18px; border-bottom: 1px solid var(--border); color: var(--ink-soft); line-height: 1.55; vertical-align: top; }
  .ml-table tr:last-child td { border-bottom: none; }
  .ml-table td:first-child { color: var(--heading); font-weight: 600; white-space: nowrap; }

  /* ---- CONTROL CHECKLIST ---- */
  .ml-checks {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius); padding: 22px 26px; margin: 24px 0;
    box-shadow: var(--shadow);
  }
  .ml-checks-title {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase;
    color: var(--accent-mid); margin: 0 0 14px;
  }
  .ml-checks ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-checks li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-checks li::marker { content: "" !important; }
  .ml-checks li + li { border-top: 1px solid var(--border); }
  .ml-checks li a { border-bottom: none; }
  .ml-row {
    display: flex; gap: 14px; align-items: flex-start;
    padding: 13px 0; font-size: 16px; color: var(--ink-soft); line-height: 1.58;
  }
  .ml-ic {
    width: 22px; height: 22px; flex: none; margin-top: 2px;
    border-radius: 50%; background: var(--accent-weak);
    display: grid; place-items: center;
  }
  .ml-ic svg { width: 12px; height: 12px; stroke: var(--accent-mid); }
  .ml-label { font-weight: 600; color: var(--heading); }

  /* ---- GATE (pass / hold) ---- */
  .ml-gate { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 26px 0; }
  .ml-gate-card {
    border: 1px solid var(--border); border-radius: var(--radius-sm);
    padding: 20px 22px; background: var(--surface);
  }
  .ml-gate-card.pass { border-left: 3px solid var(--accent-mid); background: var(--accent-weak); border-color: var(--accent-line); }
  .ml-gate-card.hold { border-left: 3px solid var(--warn); background: var(--warn-weak); border-color: var(--warn-line); }
  .ml-gate-tag {
    display: block; font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase; margin-bottom: 8px;
  }
  .ml-gate-card.pass .ml-gate-tag { color: var(--accent-mid); }
  .ml-gate-card.hold .ml-gate-tag { color: var(--warn); }
  .ml-gate-card p { margin: 0; font-size: 16px; line-height: 1.62; color: var(--ink-soft); }

  /* ---- CALLOUTS ---- */
  .ml-callout {
    border: 1px solid var(--border); border-left: 3px solid var(--ink-faint);
    background: var(--surface-sunk); border-radius: var(--radius-sm);
    padding: 20px 22px; margin: 26px 0;
  }
  .ml-callout > *:last-child { margin-bottom: 0 !important; }
  .ml-callout p { margin: 0 0 10px; font-size: 16.5px; line-height: 1.66; }
  .ml-callout-label {
    display: block; font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .13em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 8px;
  }
  .ml-callout.tip { border-left-color: var(--data); background: var(--data-weak); border-color: var(--data-line); }
  .ml-callout.tip .ml-callout-label { color: var(--data); }
  .ml-callout.tip strong { color: #6f4810; }

  /* ---- FAQ ---- */
  .ml-faq { margin: 26px 0; display: grid; gap: 12px; }
  .ml-faq-item {
    background: var(--surface); border: 1px solid var(--border);
    border-radius: var(--radius-sm); padding: 21px 24px;
  }
  .ml-faq-item h3 { font-size: 17px; font-weight: 600; color: var(--heading); margin: 0 0 8px; line-height: 1.42; }
  .ml-faq-item p { margin: 0; font-size: 16.5px; color: var(--ink-soft); line-height: 1.66; }

  /* ---- CLOSING CTA ---- */
  .ml-closing {
    margin-top: 74px; background: var(--accent); color: #e5efec;
    border-radius: var(--radius); padding: 46px 44px 42px;
  }
  .ml-closing .ml-kicker { color: #83b7ad; }
  .ml-closing h2 {
    font-family: var(--f-display); font-weight: 600; color: #fff;
    font-size: clamp(24px, 3.1vw, 35px); margin: 0 0 14px; line-height: 1.18;
  }
  .ml-closing p { color: #b3cdc7; margin: 0 0 16px; font-size: 17px; }
  .ml-closing strong { color: #fff; }

  .ml-cta { list-style: none !important; margin: 26px 0 34px !important; padding: 0 !important; display: grid; gap: 10px; }
  .ml-cta li { list-style: none !important; margin: 0 !important; padding: 0 !important; }
  .ml-cta li::marker { content: "" !important; }
  .ml-cta a {
    display: flex; align-items: center; gap: 14px; padding: 15px 18px;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1);
    border-radius: var(--radius-sm); color: #e5efec;
    font-size: 16px; font-weight: 500; line-height: 1.45;
    border-bottom: none; transition: background .16s, border-color .16s;
  }
  .ml-cta a:hover { background: rgba(255,255,255,.1); border-color: rgba(131,183,173,.5); color: #fff; }
  .ml-cta .ml-arrow { width: 16px; height: 16px; flex: none; color: #83b7ad; transition: transform .16s; }
  .ml-cta a:hover .ml-arrow { transform: translateX(3px); }

  .ml-contact-label {
    font-family: var(--f-mono); font-size: 11px; font-weight: 600;
    letter-spacing: .14em; text-transform: uppercase; color: #669187;
    margin: 0 0 16px !important; padding-top: 26px;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .ml-contact { display: flex; flex-wrap: wrap; gap: 12px 28px; }
  .ml-contact a {
    display: inline-flex; align-items: center; gap: 10px;
    color: #e5efec; font-weight: 500; font-size: 16px; border-bottom: none;
  }
  .ml-contact a:hover { color: #b3cdc7; }
  .ml-contact .ml-ic-round {
    width: 34px; height: 34px; flex: none; border-radius: 50%;
    background: rgba(255,255,255,.08); display: grid; place-items: center;
    transition: background .16s;
  }
  .ml-contact a:hover .ml-ic-round { background: rgba(131,183,173,.2); }
  .ml-contact .ml-ic-round svg { width: 16px; height: 16px; }

  /* ---- FOOTER ---- */
  .ml-footer {
    margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border);
    font-size: 14px; color: var(--ink-faint); line-height: 1.65;
  }
  .ml-footer p { margin: 0 0 8px; }
  .ml-footer p:last-child { margin: 0; }

  /* ---- RESPONSIVE ---- */
  @media (max-width: 720px) {
    .ml-split, .ml-gate { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .mlpost { font-size: 17px; padding: 0 18px 72px; }
    .ml-header { padding: 34px 0 10px; }
    .ml-toc { padding: 20px; }
    .ml-sec { padding-top: 48px; }
    .ml-closing { padding: 34px 22px 32px; margin-top: 48px; }
    .ml-cta a { font-size: 15.5px; }
    .ml-contact { flex-direction: column; gap: 14px; }
  }
  @media (prefers-reduced-motion: reduce) {
    .mlpost a, .ml-cta a, .ml-cta .ml-arrow { transition: none !important; }
  }
