<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width,initial-scale=1">
  <title>MLChart — Product status</title>
  <meta name="description" content="MLChart, the machine-learning market-model prototype, has been retired and is no longer accepting logins or new models.">
  <link rel="canonical" href="https://mlchart.com/">
  <meta property="og:title" content="MLChart — Product status">
  <meta property="og:description" content="The MLChart prototype has been retired and is no longer accepting logins or new models.">
  <meta property="og:url" content="https://mlchart.com/">
  <meta property="og:type" content="website">
  <link rel="icon" href="/favicon.svg" type="image/svg+xml">
  <style>
    :root{color-scheme:dark;--bg:#07111f;--panel:#0f1d31;--text:#f4f7fb;--muted:#a8b5c8;--accent:#57b8ff;--line:#243854}
    *{box-sizing:border-box}
    html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
    body{display:grid;place-items:center;padding:24px;background-image:radial-gradient(circle at 80% 10%,rgba(87,184,255,.16),transparent 35%),radial-gradient(circle at 15% 90%,rgba(88,240,192,.1),transparent 32%)}
    main{width:min(720px,100%);padding:clamp(28px,6vw,64px);border:1px solid var(--line);border-radius:24px;background:rgba(15,29,49,.88);box-shadow:0 30px 80px rgba(0,0,0,.35)}
    .mark{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#57b8ff,#58f0c0);color:#07111f;font-weight:900;font-size:1.25rem}
    .eyebrow{margin:28px 0 10px;color:var(--accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
    h1{margin:0;font-size:clamp(2rem,7vw,4rem);line-height:1.05;letter-spacing:-.045em}
    p{margin:24px 0 0;color:var(--muted);font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.75}
    .notice{margin-top:32px;padding:18px 20px;border-left:3px solid #58f0c0;background:rgba(88,240,192,.07);border-radius:0 12px 12px 0;color:#dce8f5}
    footer{margin-top:42px;padding-top:20px;border-top:1px solid var(--line);color:#72829a;font-size:.86rem}
  </style>
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-P9RBBR0L9S"></script>
  <script src="/metrics.js"></script>
</head>
<body>
  <main>
    <div class="mark" aria-hidden="true">ML</div>
    <p class="eyebrow">Product status</p>
    <h1>MLChart has been retired.</h1>
    <p>MLChart was an experimental interface for building machine-learning market models. The prototype and its backend are no longer active, and the site does not accept logins, account details, or new model submissions.</p>
    <p class="notice">Previously issued trading outputs were experimental and should not be treated as current financial guidance.</p>
    <footer>© 2026 MLChart. Historical product status only.</footer>
  </main>
</body>
</html>
