:root{--bg: #f6f7f9;--surface: #ffffff;--border: #e0e3e8;--text: #1c222b;--text-muted: #667085;--accent: #2563eb;--accent-contrast: #ffffff;--danger: #dc2626;--warning: #d97706;--success: #16a34a;color-scheme:light}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent)}button{font-family:inherit;cursor:pointer}.btn{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:6px;padding:.5rem .9rem;font-size:.9rem}.btn:hover{border-color:var(--accent)}.btn.primary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.btn.danger{color:var(--danger);border-color:var(--danger)}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.field{display:flex;flex-direction:column;gap:.3rem;margin-bottom:.9rem}.field label{font-size:.85rem;color:var(--text-muted)}.field input[type=text],.field input[type=password],.field input[type=url],.field input[type=search],.field select,.field textarea{border:1px solid var(--border);border-radius:6px;padding:.5rem .6rem;font-size:.9rem;background:var(--surface);color:var(--text)}.field textarea{font-family:ui-monospace,monospace;min-height:6rem}.hint{font-size:.8rem;color:var(--text-muted)}.warning-box{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:8px;padding:.75rem 1rem;font-size:.88rem}.badge{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.active{background:#dcfce7;color:var(--success)}.badge.paused{background:#f1f5f9;color:var(--text-muted)}.badge.manual_required{background:#fef3c7;color:var(--warning)}.badge.error{background:#fee2e2;color:var(--danger)}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{text-align:left;padding:.6rem .5rem;border-bottom:1px solid var(--border)}.diff{background:#0d1117;color:#c9d1d9;padding:1rem;border-radius:8px;overflow-x:auto;font-family:ui-monospace,monospace;font-size:.82rem;line-height:1.4;white-space:pre}.diff .add{color:#7ee787}.diff .del{color:#ff7b72}.diff .ctx{color:#8b949e}
