<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <meta name="robots" content="noindex, nofollow">
  <meta name="theme-color" content="#111827">
  <title>PasteTerm | Under Construction</title>
  <style>
    :root { color-scheme: dark; --bg:#111827; --surface:#f8fafc; --text:#111827; --muted:#475569; --accent:#0f766e; --line:#cbd5e1; }
    * { box-sizing: border-box; }
    body { margin: 0; min-height: 100vh; display: grid; place-items: center; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; padding: 24px; }
    main { width: min(720px, 100%); border: 1px solid var(--line); background: var(--surface); padding: clamp(32px, 6vw, 64px); text-align: center; border-radius: 8px; }
    .eyebrow { font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }
    h1 { margin: 14px 0 16px; font-size: clamp(34px, 7vw, 68px); line-height: .95; letter-spacing: 0; }
    p { margin: 0 auto; max-width: 48ch; color: var(--muted); font-size: clamp(17px, 2.4vw, 21px); line-height: 1.55; }
  </style>
</head>
<body>
  <main>
    <div class="eyebrow">PasteTerm</div>
    <h1>Under construction</h1>
    <p>The PasteTerm SaaS relay, desktop client, and signed release flow are being prepared. Staging remains available for validation while production stays closed.</p>
  </main>
</body>
</html>