:root{--bg: #0f1115;--surface: #171a21;--border: #262b36;--text: #e6e9ef;--muted: #8b93a3;--accent: #4c8dff;--ok: #2fbf71;--fail: #ff5c5c;--pending: #8b93a3;--series-1: #3987e5;--series-2: #d95926}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.5}main{max-width:1000px;margin:0 auto;padding:1.5rem 1rem 4rem}h1{font-size:1.4rem;margin:0}h2{font-size:1.05rem;margin:2rem 0 .75rem}a{color:var(--accent);text-decoration:none}.topbar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.brand{font-weight:700;color:var(--text);letter-spacing:.02em}.page-head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin:.5rem 0 1rem;flex-wrap:wrap}.actions{display:flex;gap:.5rem}button{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:.5rem .9rem;font-size:.9rem;cursor:pointer}button:disabled{opacity:.5;cursor:default}button.ghost{background:transparent;border:1px solid var(--border);color:var(--text)}button.danger{color:var(--fail);border-color:var(--fail)}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.center{min-height:100vh;display:flex;align-items:center;justify-content:center}.login{width:320px;display:flex;flex-direction:column;gap:.75rem;text-align:center}input,select{width:100%;background:var(--bg);border:1px solid var(--border);border-radius:6px;color:var(--text);padding:.5rem .6rem;font-size:.9rem}input:focus,select:focus{outline:none;border-color:var(--accent)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.9rem 1.25rem}.form-grid label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--muted)}.form-grid label.checkbox{flex-direction:row;align-items:center;gap:.5rem;color:var(--text)}.form-grid label.checkbox input{width:auto}.form-actions{display:flex;gap:.5rem;margin-top:1rem}.status-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:10px;overflow:hidden}.status-table th,.status-table td{text-align:left;padding:.6rem .75rem;border-bottom:1px solid var(--border);white-space:nowrap}.status-table td:last-child{white-space:normal}.status-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted)}.status-table tr:last-child td{border-bottom:none}.status-table tr.disabled{opacity:.5}.url-cell{display:flex;flex-direction:column;color:var(--text)}.url-name{font-weight:600}.badge{display:inline-block;padding:.15rem .55rem;border-radius:99px;font-size:.75rem;font-weight:600}.badge.ok{background:#2fbf7126;color:var(--ok)}.badge.failing{background:#ff5c5c26;color:var(--fail)}.badge.pending{background:#8b93a326;color:var(--pending)}.trend{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem .5rem .25rem;outline:none}.trend:focus-visible{border-color:var(--accent)}.trend svg{display:block}.trend-legend{display:flex;gap:1.25rem;padding:0 .5rem .25rem;font-size:.8rem;color:var(--muted)}.trend-key{display:inline-block;width:14px;height:2px;border-radius:1px;vertical-align:middle;margin-right:.35rem}.trend-grid{stroke:var(--border);stroke-width:1}.trend-baseline{stroke:var(--pending);stroke-opacity:.5;stroke-width:1}.trend-crosshair{stroke:var(--muted);stroke-opacity:.6;stroke-width:1}.trend-tick{fill:var(--muted);font-size:11px;font-variant-numeric:tabular-nums}.trend-line{fill:none;stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.trend-dot{stroke:var(--surface);stroke-width:2}.trend-tooltip{position:absolute;top:2.25rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.5rem .65rem;font-size:.8rem;pointer-events:none;white-space:nowrap;z-index:2}.trend-tooltip-time{color:var(--muted);margin-bottom:.25rem}.trend-tooltip-row{display:flex;align-items:center;gap:.4rem}.trend-tooltip-row strong{font-variant-numeric:tabular-nums}.idx{position:relative;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.75rem 1rem .5rem;outline:none}.idx:focus-visible{border-color:var(--accent)}.idx-strip{display:flex;gap:2px;align-items:flex-end;height:36px;margin-top:.5rem}.idx-tile{flex:1;min-width:3px;border-radius:2px}.idx-tile.idx-expected{height:12px;background:var(--ok)}.idx-tile.idx-deviation{height:36px;background:var(--fail)}.idx-tile.idx-nodata{height:12px;background:var(--pending);opacity:.45}.idx-tile.active{box-shadow:0 0 0 2px var(--text)}.idx-key{display:inline-block;width:8px;border-radius:2px;margin-right:.35rem}.idx-key.idx-expected{height:7px;background:var(--ok)}.idx-key.idx-deviation{height:13px;background:var(--fail)}.idx-key.idx-nodata{height:7px;background:var(--pending);opacity:.45}.idx-axis{display:flex;justify-content:space-between;margin-top:.3rem}.idx-tooltip{top:auto;bottom:calc(100% - 2.4rem)}.changes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.muted{color:var(--muted)}.small{font-size:.8rem}.error{color:var(--fail)}.ok-text{color:var(--ok)}@media(max-width:720px){.form-grid{grid-template-columns:1fr}.status-table{display:block;overflow-x:auto}}
