:root{color-scheme:light;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#ffffff;color:#334155}*{box-sizing:border-box}body,html{width:100%;min-height:100%;margin:0;background:#ffffff}button,input,select,textarea{font:inherit}.graph-page{position:relative;width:100%;height:100dvh;overflow:hidden;padding:8px;background:#ffffff}.graph{display:block;width:100%;height:100%}.status{position:absolute;top:18px;right:22px;display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:999px;padding:7px 11px;background:rgb(255 255 255/88%);color:#64748b;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.status-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8}.status[data-state=live]{color:#15803d}.status[data-state=live] .status-dot{background:#22c55e;box-shadow:0 0 0 4px rgb(34 197 94/14%)}.status[data-state=error]{color:#b45309}.status[data-state=error] .status-dot{background:#f59e0b}@media (min-width:640px){.graph-page{padding:16px}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important}}