:root{--bg:#07080a;--card:#111317;--line:#1d2026;--txt:#e8eaed;--mut:#7c828c;--blue:#3aa0ff;--orange:#ffa53a;--green:#35e07a;--red:#ff4d6a;--purple:#a070ff;--cyan:#20c0d0}*{box-sizing:border-box;margin:0;padding:0}body,html{background:var(--bg);color:var(--txt);font:15px/1.4 -apple-system,system-ui,Segoe UI,Roboto,sans-serif}body{padding:12px;max-width:720px;margin:auto}header{display:flex;align-items:center;gap:10px;padding:8px 4px 16px}.logo{width:36px;height:36px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#6cf,#036);display:grid;place-items:center;font-size:18px}h1{font-size:20px;letter-spacing:.5px}.live{margin-left:auto;font-size:12px;color:var(--green);display:flex;align-items:center;gap:6px}.live.stale{color:var(--red)}.live:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor;animation:p 1.2s infinite}@keyframes p{50%{opacity:.2}}.card{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:16px;margin-bottom:12px}.row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.pill{background:#171a1f;border-radius:999px;padding:6px 12px;font-size:13px;color:var(--mut)}.pill b{color:var(--txt)}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}h2{font-size:17px;margin-bottom:10px;display:flex;justify-content:space-between;align-items:baseline;gap:8px}h2 small{font-size:12px;color:var(--mut);font-weight:400}#state,.state{font-size:21px;font-weight:600;margin-top:12px}#stateSub,.state-sub{color:var(--mut);font-size:14px}canvas{width:100%;height:auto;display:block;background:#0c0e12;border-radius:14px}.tok{display:flex;align-items:center;justify-content:space-between}.tok b{font-size:22px}.up{color:var(--green)}.dn{color:var(--red)}table{width:100%;border-collapse:collapse;font-size:13px}td,th{padding:9px 4px;text-align:left;border-bottom:1px solid var(--line)}th{color:var(--mut);font-weight:400;font-size:12px}td:last-child,th:last-child{text-align:right}.gen{color:var(--mut);font-size:11px}.log-list{max-height:320px;overflow:auto}.le{padding:8px 0;border-bottom:1px solid var(--line);font-size:13px}.le .t{font-weight:600}.le .s{font-size:12px}.le .s,footer{color:var(--mut)}footer{font-size:11px;text-align:center;padding:12px}a{color:var(--blue);text-decoration:none}