/* MCPie — shared stub-page styling (warm-minimal scheme, matches mcpie.css) */
*{box-sizing:border-box;margin:0;padding:0}
body{
  font-family:'Figtree',system-ui,sans-serif;
  background:radial-gradient(120% 90% at 50% 0%, #fff 0%, #faf7f2 70%), #faf7f2;
  color:#1b150e; min-height:100vh;
  display:flex; align-items:center; justify-content:center; padding:40px;
}
.card{max-width:560px;text-align:center}
.mk{width:34px;height:34px;margin:0 auto 18px;display:block}
.stub{
  display:inline-block; font:600 11px/1 'Bitcount Single',ui-monospace,monospace;
  letter-spacing:.16em; text-transform:uppercase;
  color:#fff; background:#e2570d; padding:6px 11px; margin-bottom:22px;
}
.eyebrow{
  font:600 12px/1 'Bitcount Single',ui-monospace,monospace;
  letter-spacing:.2em; text-transform:uppercase; color:#e2570d; margin-bottom:14px;
}
h1{font-size:clamp(28px,5vw,44px);font-weight:500;letter-spacing:-.025em;line-height:1.05;margin-bottom:14px}
p{color:#5c5246;font-size:16px;line-height:1.55;max-width:46ch;margin:0 auto 26px}
.endpoint{
  font:500 12.5px/1 'Bitcount Single',ui-monospace,monospace;
  color:#a93c06; background:rgba(226,87,13,.07);
  border:1px solid rgba(226,87,13,.35); padding:11px 14px;
  display:inline-block; margin-bottom:26px;
}
a.back{
  display:inline-flex; gap:8px; align-items:center;
  font:600 13px/1 'Figtree',system-ui,sans-serif; color:#1b150e;
  text-decoration:none; border:1.5px solid #d8cdbd; padding:12px 18px;
  transition:border-color .15s;
}
a.back:hover{border-color:#a93c06}
