:root{--bg: #0d1117;--surface: #161b22;--surface-alt: #1c2128;--border: #30363d;--text-1: #e6edf3;--text-2: #8b949e;--text-3: #6e7681;--accent: #fc6d26;--action: #2563eb;--action-hover: #1d4ed8;--action-off: #1e3a8a;--action-off-text: #93c5fd;--badge-ro-bg: #0c2340;--badge-ro-text: #60a5fa;--badge-run-bg: #052e16;--badge-run-text:#22c55e;--conflict-bg: #292100;--conflict-border: #92400e;--conflict-text: #fde68a;--conflict-code-bg:#3d2e00;--stripe-bg: rgba(255, 255, 255, .08)}[data-theme=light]{--bg: #f6f8fa;--surface: #ffffff;--surface-alt: #f3f4f6;--border: #d0d7de;--text-1: #1f2328;--text-2: #656d76;--text-3: #9198a1;--accent: #fc6d26;--action: #2563eb;--action-hover: #1d4ed8;--action-off: #bfdbfe;--action-off-text: #1e40af;--badge-ro-bg: #dbeafe;--badge-ro-text: #1e40af;--badge-run-bg: #dcfce7;--badge-run-text:#15803d;--conflict-bg: #fef9c3;--conflict-border: #ca8a04;--conflict-text: #713f12;--conflict-code-bg:#fde68a;--stripe-bg: var(--surface-alt)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}body{background:var(--bg);color:var(--text-1);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}#app{height:100%}a{color:var(--action);text-decoration:none}a:hover{color:var(--action-hover);text-decoration:underline}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
