:root{color-scheme:light;--ink:#182a37;--muted:#627481;--line:#dce4e9;--blue:#1263df;--surface:#fff;--bg:#f2f5f8;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif;font-size:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}[hidden]{display:none!important}h1,h2,p{margin-top:0}h1{font-size:2rem;letter-spacing:-.04em;margin-bottom:.6rem}h2{font-size:1.15rem;margin-bottom:.3rem}p{line-height:1.7}.muted,small{color:var(--muted);font-size:.875rem}.muted:last-child{margin-bottom:0}.brand{display:flex;align-items:center;gap:.7rem;font-size:1.25rem;font-weight:700}.mark{display:inline-grid;place-items:center;width:35px;height:35px;background:var(--blue);color:white;border-radius:9px;font-size:1.5rem}.subbrand{font-size:.7rem;letter-spacing:.14em;color:var(--muted);margin-left:.3rem}header{padding:1.2rem 3rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:white}.header-right{display:flex;align-items:center;gap:1.5rem}main{max-width:1280px;margin:0 auto;padding:2.5rem 2rem}button{background:white;border:1px solid #cbd7df;border-radius:7px;padding:.65rem 1rem;font:inherit;font-size:.875rem;color:var(--ink);cursor:pointer;min-height:40px}button:hover{background:#edf4fe;border-color:#95baf1}button:disabled{cursor:wait;opacity:.6}button.primary{background:var(--blue);border-color:var(--blue);color:white}button.primary:hover{background:#0b51ba}.titlebar,.sectionhead{display:flex;align-items:center;justify-content:space-between;gap:1rem}.titlebar{margin-bottom:1.8rem}.eyebrow{color:var(--blue);font-size:.8rem;font-weight:650;margin-bottom:.6rem}.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:12px;background:white;margin-bottom:1.6rem;overflow:hidden}.stats article{padding:1.5rem;border-right:1px solid var(--line)}.stats article:last-child{border:0}.stats article>span{font-size:.875rem;color:var(--muted)}.stats strong{display:block;font-size:2rem;font-weight:600;letter-spacing:-.04em;margin:.65rem 0 .35rem}.panel{background:white;border:1px solid var(--line);border-radius:12px;margin-bottom:1.5rem;overflow:hidden}.panel>.sectionhead{padding:1.35rem 1.5rem;border-bottom:1px solid var(--line)}.sectionhead p{margin-bottom:0}.empty{text-align:center;padding:3rem 1rem;color:var(--muted);font-size:.95rem}.empty strong{display:block;color:var(--ink);margin-bottom:.65rem}.tablewrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}th{font-weight:500;color:var(--muted);background:#f8fafc;text-align:left}th,td{padding:1rem 1.5rem;border-bottom:1px solid #edf1f4;white-space:nowrap}tr:last-child td{border-bottom:0}.route{display:flex;flex-direction:column;gap:.3rem;max-width:350px}.route small{overflow:hidden;text-overflow:ellipsis}.badge{display:inline-block;padding:.3rem .55rem;border-radius:5px;font-size:.8rem;background:#eef2f6;color:#526474}.badge.good{background:#e5f6ee;color:#146542}.badge.warn{background:#fff3dc;color:#936006}.badge.bad{background:#feebeb;color:#9b3131}.actions{display:flex;gap:.4rem}.actions button{font-size:.8rem;padding:.35rem .65rem;min-height:34px}.nodes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.5rem}.nodes>.empty{grid-column:1/-1}.node{border:1px solid var(--line);border-radius:9px;padding:1.2rem;min-width:0}.node .sectionhead{margin-bottom:.7rem}.node strong{overflow-wrap:anywhere}.node p{margin:.4rem 0}.node .address{font-family:ui-monospace,monospace;font-size:.9rem;overflow-wrap:anywhere}.node .error{overflow-wrap:anywhere}.node-bottom{display:flex;justify-content:space-between;align-items:center;gap:.5rem;margin-top:1rem}.event{display:flex;gap:1.25rem;padding:.85rem 1.5rem;border-bottom:1px solid #edf1f4;font-size:.875rem}.event:last-child{border:0}.event time{color:var(--muted);white-space:nowrap}footer{font-size:.8rem;color:var(--muted);line-height:1.8}dialog{border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 90px #152c4333;width:600px;max-width:calc(100vw - 2rem);max-height:90vh;padding:1.7rem;color:var(--ink)}dialog::backdrop{background:#162c4266}dialog .sectionhead{margin-bottom:1.2rem}.close{font-size:1.4rem;border:0;padding:.1rem .5rem;min-height:32px}label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;margin-bottom:1rem}input,select{padding:.75rem;border:1px solid #c4d1db;border-radius:7px;background:#fff;color:var(--ink);font:inherit;min-width:0;width:100%;min-height:44px}input:focus,select:focus{outline:2px solid #81acf0;outline-offset:2px}button:focus-visible{outline:3px solid #81acf0;outline-offset:2px}.formgrid{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}.check{flex-direction:row;align-items:center}.check input{width:18px;min-height:18px;height:18px}.error{color:#b12b2b;font-size:.875rem;margin-top:1rem}.error:empty{display:none}.login{width:430px;max-width:calc(100vw - 2rem);margin:12vh auto;background:white;border:1px solid var(--line);border-radius:15px;padding:2rem}.login .brand{margin-bottom:2.3rem}.login h1{font-size:1.6rem}.login form{margin-top:1.8rem}.login button{width:100%}#notice{position:fixed;right:1.5rem;top:1rem;padding:1rem 1.4rem;background:#182a37;color:white;border-radius:8px;z-index:1000;max-width:90vw;box-shadow:0 6px 30px #152c4333}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#eef3f8;border-radius:8px;padding:1rem;font-size:.85rem}@media(max-width:760px){header{padding:1rem}.subbrand,#updated{display:none}main{padding:1.5rem 1rem}.stats{grid-template-columns:repeat(2,1fr)}.stats article{border-bottom:1px solid var(--line)}.stats article:nth-child(2){border-right:0}.stats article:nth-child(3){border-bottom:0}.stats strong{font-size:1.55rem}.nodes{grid-template-columns:1fr;padding:1rem}.titlebar{align-items:flex-start}.titlebar h1{font-size:1.6rem}.titlebar button{white-space:nowrap}.panel>.sectionhead{padding:1rem}.formgrid{grid-template-columns:1fr}.event{flex-direction:column;gap:.3rem}th,td{padding:1rem}.login{margin-top:7vh}}
