:root{--bg: #0b0f14;--surface: #141b24;--surface-2: #1b2532;--border: #25303f;--text: #e6edf3;--muted: #8b97a7;--accent: #38bdf8;--green: #34d399;--amber: #fbbf24;--red: #f87171;--gray: #6b7785;--radius: 14px;--tap: 56px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.45}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}.screen{max-width:640px;margin:0 auto;min-height:100dvh}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:12px;padding:max(16px,env(safe-area-inset-top)) 16px 12px;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.topbar h1{font-size:22px;margin:0}.content{padding:12px 16px calc(24px + env(safe-area-inset-bottom))}.pad{padding:24px 4px}.muted{color:var(--muted)}.back{display:inline-flex;align-items:center;min-height:44px;font-size:17px;color:var(--accent);font-weight:500}.list,.feed{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.card{display:flex;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.row{align-items:center;justify-content:space-between;gap:12px;min-height:var(--tap);padding:14px 16px;transition:background .12s ease}.row:active{background:var(--surface-2)}.row-main{min-width:0}.row-title{font-size:17px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-sub{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:6px}.row-meta{display:flex;align-items:center;gap:6px;flex-shrink:0;font-size:13px}.chevron{color:var(--muted);font-size:22px;line-height:1}.badge{font-size:12px;font-weight:600;padding:3px 8px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.status{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--gray);flex-shrink:0}.status-active .status-dot,.status-working .status-dot{background:var(--green)}.status-waiting .status-dot{background:var(--amber)}.status-error .status-dot{background:var(--red)}.status-idle .status-dot{background:var(--gray)}.status-offline .status-dot{background:var(--border)}.agent-header{padding:8px 4px 16px}.agent-header h1{font-size:26px;margin:0 0 10px}.section-title{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:18px 4px 10px}.feed-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);border-left:3px solid var(--gray);padding:12px 14px}.feed-item.type-activity{border-left-color:var(--accent)}.feed-item.type-lifecycle{border-left-color:var(--green)}.feed-item.type-error{border-left-color:var(--red)}.feed-item.type-interrupt{border-left-color:var(--amber)}.feed-item.type-cost{border-left-color:var(--gray)}.feed-line{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.feed-title{font-size:15px;font-weight:500}.feed-time{font-size:12px;flex-shrink:0}.feed-body{margin:6px 0 0;font-size:14px}.notice{display:flex;flex-direction:column;gap:4px;padding:16px;border-radius:var(--radius);background:var(--surface);border:1px solid var(--border)}.notice-error{border-color:color-mix(in srgb,var(--red) 50%,var(--border))}
