a1-ai 2.8.0

A1 — The cryptographic identity and authorization layer that turns anonymous AI agents into accountable, verifiable entities. One Identity. Full Provenance.
Documentation
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}

/* ── CSS variables (overridden by JS for scaling) ── */
:root{
  --bg:#000;--s1:#080808;--s2:#0f0f0f;--s3:#141414;
  --b1:#1e1e1e;--b2:#2a2a2a;--b3:#333;
  --text:#f0f0f0;--t1:#ffffff;--t2:#a0a0a0;--t3:#888888;
  --green:#22c55e;--red:#ef4444;
  --accent:#6366f1;
  --mono:'IBM Plex Mono',monospace;--sans:'IBM Plex Sans',sans-serif;
  --r:6px;
  /* Scaling */
  --fbase:13px;
  --fsm:10px;
  --fxs:9px;
  --pad:16px;
  --gap:12px;
  --sb:196px;
}
[data-theme="light"]{
  --bg:#ffffff;--s1:#f5f5f5;--s2:#ececec;--s3:#e2e2e2;
  --b1:#d0d0d0;--b2:#b8b8b8;--b3:#a0a0a0;
  --text:#111111;--t1:#000000;--t2:#4a4a4a;--t3:#5a5a5a;
}
/* Density overrides applied by JS */
[data-density="compact"]{--pad:10px;--gap:8px;--fbase:12px;--fsm:9px;--fxs:8px;}
[data-density="comfortable"]{--pad:22px;--gap:16px;--fbase:14px;--fsm:11px;--fxs:10px;}

html,body{height:100%;width:100%;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:var(--fbase);line-height:1.5;}
#root{display:flex;width:100%;height:100vh;overflow:hidden;}