:root{color-scheme:light dark;--border: color-mix(in srgb, currentColor 15%, transparent);--muted: color-mix(in srgb, currentColor 55%, transparent);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;align-items:center;gap:1.5rem;padding:.75rem 1.5rem;border-bottom:1px solid var(--border)}.brand{font-weight:700;text-decoration:none;color:inherit}.app-header nav{display:flex;gap:1rem;flex:1}.app-header nav a{color:inherit;text-decoration:none}.app-header-right{display:flex;align-items:center;gap:.75rem}.app-content{padding:1.5rem;max-width:900px;width:100%;margin:0 auto}.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh}.auth-form,.inline-form,.stacked-form{display:flex;flex-direction:column;gap:.75rem}.auth-form{width:320px;padding:2rem;border:1px solid var(--border);border-radius:8px}.inline-form{flex-direction:row;align-items:center;margin-bottom:1.5rem}label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}input,select,textarea,button{font:inherit;padding:.5rem;border-radius:6px;border:1px solid var(--border);background:transparent;color:inherit}button{cursor:pointer;background:#111;color:#fff;border:none}button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#d33}.muted{color:var(--muted);font-size:.9rem}.project-list,.persona-list,.run-list,.pr-list,.kv-list,.checkbox-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.kv-list>li{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--border);border-radius:8px;padding:.5rem .75rem}.checkbox-list{gap:.4rem;margin-bottom:.75rem}.checkbox-label{flex-direction:row;align-items:center;gap:.5rem}.run-list>li{border:1px solid var(--border);border-radius:8px;padding:.75rem 1rem}.run-row{display:flex;gap:.75rem;align-items:center}.status-badge{font-size:.75rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase}.status-pending{background:#eee;color:#555}.status-running{background:#fef3c7;color:#92400e}.status-succeeded{background:#dcfce7;color:#166534}.status-failed{background:#fee2e2;color:#991b1b}.status-aborted{background:#f3e8ff;color:#6b21a8}.project-meta{display:grid;grid-template-columns:max-content 1fr;gap:.25rem 1rem}.agent-name-row{display:flex;align-items:center;gap:.5rem;margin:.25rem 0 1rem}.link-button{background:none;border:none;color:inherit;text-decoration:underline;padding:0;font-size:.85rem}
