:root{color-scheme:light dark}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{height:100%;display:grid;grid-template-rows:auto auto 1fr auto}.app--embed{grid-template-rows:auto 1fr;background:transparent}.app--embed .status{display:flex;align-items:center;justify-content:center}.app__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid color-mix(in lab,currentColor 20%,transparent)}.app__header--embed{padding:.5rem 1rem;justify-content:flex-end;border-bottom:1px solid color-mix(in lab,currentColor 10%,transparent)}.app__controls{display:flex;gap:.5rem;align-items:center}.app__controls input[type=search]{min-width:220px;padding:.4rem .6rem}.app__controls button{padding:.4rem .6rem}.app__checkbox{display:flex;align-items:center;gap:.25rem;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.app__meta{padding:.25rem 1rem;opacity:.7;font-size:.9rem}.status{padding:1rem}.status--error{color:#b91c1c}.graph{height:100%;width:100%}.app__footer{padding:.5rem 1rem;display:flex;align-items:center;gap:.75rem;border-top:1px solid color-mix(in lab,currentColor 20%,transparent);font-size:.9rem}.legend{display:inline-flex;align-items:center;gap:.25rem}.legend:before{content:"";width:.75rem;height:.75rem;background:var(--c, #888);display:inline-block;border-radius:999px}
