:root{color-scheme:light;--bg:#f2f5f4;--surface:#fff;--ink:#17211f;--muted:#60706c;--line:#d5dedb;--teal:#08796e;--teal-dark:#075a53;--teal-soft:#e4f2ef;--blue:#2c5cc5;--amber:#a96500;--red:#b42318;--shadow:0 12px 28px rgba(19,43,37,.08);font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-size:15px;letter-spacing:0}a{color:inherit}button,input{font:inherit}.topbar{min-height:76px;padding:14px max(24px,calc((100vw - 1180px)/2));background:#182522;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:3px solid var(--teal)}.topbar h1{font-size:22px;margin:2px 0 0}.topbar h1 span{font-weight:400;color:#b9c8c4;font-size:14px;margin-left:8px}.eyebrow{margin:0;color:#71bdb5;font-size:11px;font-weight:800;letter-spacing:1.2px}.workspace{width:min(1180px,calc(100% - 32px));margin:24px auto 48px}.summary-band,.node-identity{display:grid;grid-template-columns:repeat(5,1fr);background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.summary-band div,.node-identity>div{padding:18px 20px;border-right:1px solid var(--line)}.summary-band div:last-child,.node-identity>div:last-of-type{border-right:0}.summary-band span,.node-identity span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}.summary-band strong,.node-identity strong{font-size:21px}.section{margin-top:20px;background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.section-heading{padding:18px 20px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line)}.section-heading h2{margin:3px 0 0;font-size:18px}.mode-badge,.env-badge,.status-badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 9px;border:1px solid #bfd3ce;border-radius:4px;background:var(--teal-soft);color:var(--teal-dark);font-size:11px;font-weight:800}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:680px}th,td{text-align:left;padding:13px 20px;border-bottom:1px solid #e6ecea}th{background:#f7f9f8;color:var(--muted);font-size:12px}tbody tr:last-child td{border-bottom:0}td small{display:block;color:var(--muted);margin-top:4px}.action-cell{text-align:right}.button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid transparent;border-radius:6px;text-decoration:none;font-weight:700;cursor:pointer}.button:focus-visible,input:focus-visible,a:focus-visible{outline:3px solid rgba(44,92,197,.32);outline-offset:2px}.button.primary{background:var(--teal);color:#fff}.button.primary:hover{background:var(--teal-dark)}.button.secondary{border-color:#aebfba;background:#fff;color:var(--ink)}.button.quiet{border-color:#61716c;background:transparent;color:inherit}.header-actions{display:flex;align-items:center;gap:8px}.node-identity{grid-template-columns:repeat(4,1fr) auto;align-items:stretch}.node-identity form{display:flex;padding:14px;align-items:center;border-left:1px solid var(--line)}.route-list{list-style:none;margin:0;padding:0}.route-list li{display:flex;align-items:center;gap:14px;padding:14px 20px;border-bottom:1px solid #e6ecea}.route-list li:last-child{border-bottom:0}.route-list small{display:block;color:var(--muted);margin-top:3px}.hop-order{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#273a36;color:#fff;font-weight:800}.status-healthy,.status-passed{color:#08796e}.status-unhealthy,.status-failed{color:var(--red)}.status-needs-human{color:var(--amber)}.status-skipped{color:var(--muted)}.status-text{font-weight:800}.fact-grid{display:grid;grid-template-columns:repeat(2,1fr);margin:0}.fact-grid div{padding:16px 20px;border-bottom:1px solid #e6ecea}.fact-grid div:nth-child(odd){border-right:1px solid #e6ecea}.fact-grid dt{color:var(--muted);font-size:12px}.fact-grid dd{margin:5px 0 0;font-weight:700}.empty{text-align:center;color:var(--muted);padding:40px}.login-body{min-height:100vh;display:grid;place-items:center;background:#e9efed}.login-shell{width:min(440px,calc(100% - 32px))}.login-panel{padding:32px;background:rgba(255,255,255,.92);border:1px solid #cbd8d4;border-radius:8px;box-shadow:var(--shadow);backdrop-filter:blur(14px)}.brand-mark{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:7px;background:#17211f;color:#fff;font-weight:900}.login-panel h1{margin:5px 0 10px;font-size:26px}.muted,.security-note{color:var(--muted);line-height:1.6}.stack{display:grid;gap:10px;margin-top:24px}.stack label{font-size:13px;font-weight:700}.stack input{width:100%;height:44px;border:1px solid #9eb0ab;border-radius:6px;padding:0 12px;background:#fff}.stack .button{margin-top:6px}.security-note{font-size:12px;margin:18px 0 0}.alert{padding:10px 12px;margin-top:16px;border-radius:5px}.alert-error{background:#fff0ef;border:1px solid #efb2ad;color:#8c1d16}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:760px){.topbar{padding:14px 16px}.topbar h1 span{display:block;margin:3px 0 0}.workspace{width:min(100% - 20px,1180px);margin-top:10px}.summary-band{grid-template-columns:repeat(2,1fr)}.summary-band div{border-bottom:1px solid var(--line)}.node-identity{grid-template-columns:repeat(2,1fr)}.node-identity form{grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}.node-identity .button{width:100%}.fact-grid{grid-template-columns:1fr}.fact-grid div:nth-child(odd){border-right:0}.section-heading{padding:15px}.header-actions{gap:5px}.header-actions .button{padding:7px 9px}.login-panel{padding:24px}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition:none!important}}
