.mochart-tooltip-container div,.mochart-tooltip-container span{margin:0;padding:0;display:block}.mochart-tooltip-container span{display:inline}.mochart-tooltip-container svg{display:inline-block}.mochart-tooltip-container .mochart-tooltip-controls button:hover:not([aria-disabled]){background:color-mix(in srgb, currentColor 12%, transparent)}.mochart-tooltip-container .mochart-tooltip-controls button:active:not([aria-disabled]){background:color-mix(in srgb, currentColor 22%, transparent)}.mochart-error div,.mochart-no-data div,.mochart-no-series div,.mochart-loading div{margin:0}.mochart-chart.mochart-accessible :focus{outline:none}.mochart-chart.mochart-accessible :focus-visible{outline-offset:1px;outline:2px solid}.mochart-chart.mochart-accessible .mochart-series-background rect:focus-visible{outline-offset:-2px}.mochart-chart.mochart-accessible [data-mochart-focus-restored]:focus{outline-offset:1px;outline:2px solid}@media (forced-colors:active){.mochart-tooltip-container .mochart-tooltip-controls button{forced-color-adjust:none;color:buttontext;background:buttonface;border:1px solid buttonborder}.mochart-tooltip-container .mochart-tooltip-controls button:hover:not([aria-disabled]),.mochart-tooltip-container .mochart-tooltip-controls button:active:not([aria-disabled]){color:highlighttext;background:highlight}.mochart-tooltip-container .mochart-tooltip-controls button[aria-disabled]{color:graytext;border-color:graytext}.mochart-chart.mochart-accessible :focus-visible,.mochart-chart.mochart-accessible [data-mochart-focus-restored]:focus{outline-color:highlight}}html.dark{--mochart-dark-tooltip-bg:#202127f0;--mochart-dark-tooltip-border:#8c91a08c}html.dark .mochart-tooltip-container .mochart-tooltip{background:var(--mochart-dark-tooltip-bg)!important;border-color:var(--mochart-dark-tooltip-border)!important}.mochart-editor{--mochart-editor-background:var(--demo-surface-muted,#f7f8fa);--mochart-editor-foreground:var(--demo-text,#20242b);--mochart-editor-border:var(--demo-border-strong,#aeb6c2);--mochart-editor-focus:var(--demo-accent,#2563eb);--mochart-editor-focus-soft:var(--demo-accent-soft,#2563eb2e);--mochart-editor-gutter:var(--demo-surface,#fff);--mochart-editor-selection:#2563eb4d;--mochart-editor-match:#20242b17;width:100%;min-width:0;height:100%;min-height:0;color:var(--mochart-editor-foreground);background:var(--mochart-editor-background);border:1px solid var(--mochart-editor-border);border-radius:var(--demo-radius,6px);font-family:var(--demo-mono,ui-monospace, SFMono-Regular, Consolas, monospace);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-size:13px;line-height:1.5;overflow:hidden}.mochart-editor:focus-within{border-color:var(--mochart-editor-focus);box-shadow:0 0 0 3px var(--mochart-editor-focus-soft)}.mochart-editor .cm-editor,.mochart-editor .cm-scroller{background:inherit;font-family:inherit}.mochart-editor .cm-gutters{color:color-mix(in srgb, var(--mochart-editor-foreground) 60%, transparent);background:var(--mochart-editor-gutter);border-right-color:var(--mochart-editor-border)}.mochart-editor .cm-focused{outline:none}.mochart-editor[data-validity=invalid]{--mochart-editor-border:var(--demo-danger,#b42335)}.mochart-editor[data-theme=dark]{--mochart-editor-background:#161b22;--mochart-editor-foreground:#e6edf3;--mochart-editor-border:#57606a;--mochart-editor-focus:#58a6ff;--mochart-editor-focus-soft:#58a6ff3d;--mochart-editor-gutter:#0d1117;--mochart-editor-selection:#58a6ff52;--mochart-editor-match:#e6edf31f;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.mochart-editor[data-theme=dark][data-validity=invalid]{--mochart-editor-border:#ff7b72}.mochart-editor-hover{white-space:pre-wrap;max-width:min(34rem,80vw);max-height:min(24rem,70vh);padding:8px 10px;overflow:auto}.mochart-editor-hover strong{margin-bottom:4px;display:block}@media (width<=600px){.mochart-editor{font-size:16px}.mochart-editor .cm-gutters{display:none}}@media (prefers-reduced-motion:reduce){.mochart-editor *,.mochart-editor :before,.mochart-editor :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (forced-colors:active){.mochart-editor,.mochart-editor:focus-within{box-shadow:none;border-color:canvastext}.mochart-editor:focus-within{outline-offset:2px;outline:2px solid highlight}.mochart-editor .cm-gutters{border-right-color:canvastext}}:root{--sc-font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--sc-mono:ui-monospace, "SF Mono", SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;--sc-bg:#f4f6fb;--sc-surface:#fff;--sc-surface-muted:#f7f9fc;--sc-border:#e0e5ee;--sc-border-strong:#d3dae6;--sc-text:#202836;--sc-text-muted:#647084;--sc-accent:#3451b2;--sc-accent-hover:#3a5ccc;--sc-accent-soft:#646cff24;--sc-accent-text:#3451b2;--sc-on-accent:#fff;--sc-track:#e2e7f1;--sc-hover-bg:#f3f6fb;--sc-error-text:#b42318;--sc-ok-text:#067647;--sc-radius:10px;--sc-radius-lg:14px;--sc-shadow:0 1px 2px #1018280f, 0 1px 3px #10182814;--sc-shadow-lift:0 6px 24px #1018281f, 0 1px 3px #10182814;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html.dark{--sc-bg:#1b1b1f;--sc-surface:#202127;--sc-surface-muted:#1a1b20;--sc-border:#33343a;--sc-border-strong:#3f4048;--sc-text:#dfe0e6;--sc-text-muted:#9ea1ad;--sc-accent:#3e63dd;--sc-accent-hover:#5c73e7;--sc-accent-soft:#646cff29;--sc-accent-text:#a8b1ff;--sc-on-accent:#fff;--sc-track:#2a2b32;--sc-hover-bg:#2a2b32;--sc-error-text:#f47c72;--sc-ok-text:#4cc38a;--sc-shadow:0 1px 2px #0000004d, 0 1px 3px #00000059;--sc-shadow-lift:0 6px 24px #00000080, 0 1px 3px #00000059;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}body{font-family:var(--sc-font);background:var(--sc-bg);color:var(--sc-text);margin:0;font-size:15px;line-height:1.5}h1,h2,h3,p,ul{margin:0}button,input{font:inherit;color:inherit;margin:0}a{color:var(--sc-accent-text);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--sc-accent);outline-offset:2px}.sc-btn{border:1px solid var(--sc-border-strong);border-radius:var(--sc-radius);background:var(--sc-surface);min-height:40px;color:var(--sc-text);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:6px 12px;text-decoration:none;display:inline-flex}.sc-btn:hover{background:var(--sc-hover-bg);text-decoration:none}.sc-btn:disabled{opacity:.45;cursor:default}.sc-btn.active{background:var(--sc-accent-soft);border-color:var(--sc-accent);color:var(--sc-accent-text)}.sc-btn-quiet{background:0 0;border-color:#0000}.sc-icon{flex:none;width:18px;height:18px}.sc-segmented{background:var(--sc-track);border-radius:var(--sc-radius);gap:2px;padding:3px;display:inline-flex}.sc-segment{color:var(--sc-text-muted);border-radius:calc(var(--sc-radius) - 3px);cursor:pointer;background:0 0;border:0;min-height:34px;padding:6px 14px}.sc-segment.active{background:var(--sc-surface);color:var(--sc-accent-text);box-shadow:var(--sc-shadow)}.sc-select{border:1px solid var(--sc-border-strong);border-radius:var(--sc-radius);background:var(--sc-surface);min-height:40px;color:var(--sc-text);font:inherit;padding:6px 10px}.sc-seed-value{font-variant-numeric:tabular-nums;color:var(--sc-text-muted);white-space:nowrap;padding:0 2px}.sc-appbar{z-index:30;background:var(--sc-bg);border-bottom:1px solid var(--sc-border);align-items:center;gap:8px;padding:8px 10px;display:flex;position:sticky;top:0}.sc-appbar-title{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:1.05rem;font-weight:650;overflow:hidden}.sc-appbar-actions{align-items:center;gap:6px;display:flex}.sc-menu-wrap{position:relative}.sc-menu{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);min-width:180px;box-shadow:var(--sc-shadow-lift);z-index:40;flex-direction:column;gap:2px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.sc-menu[hidden]{display:none}.sc-menu-item{text-align:left;border-radius:calc(var(--sc-radius) - 4px);cursor:pointer;background:0 0;border:0;padding:10px 12px}.sc-menu-item:hover{background:var(--sc-hover-bg)}.sc-hero{width:100%;max-width:1200px;margin:0 auto;padding:24px 16px 8px}.sc-hero-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.sc-hero-title{font-size:1.5rem;font-weight:700}.sc-hero-tagline{color:var(--sc-text-muted);max-width:60ch;margin-top:8px}.sc-sections{width:100%;max-width:1200px;margin:0 auto;padding:8px 16px 48px}.sc-section{margin-top:28px}.sc-section-title{font-size:1.15rem;font-weight:650}.sc-section-tagline{color:var(--sc-text-muted);max-width:70ch;margin:4px 0 14px}.sc-card-grid{grid-template-columns:1fr;gap:12px;display:grid}.sc-card{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius-lg);color:inherit;box-shadow:var(--sc-shadow);flex-direction:column;display:flex;overflow:hidden}.sc-card:hover{border-color:var(--sc-accent);box-shadow:var(--sc-shadow-lift);text-decoration:none}.sc-thumb{background:var(--sc-surface);pointer-events:none;border-bottom:1px solid var(--sc-border);height:170px;overflow:hidden}.sc-thumb-chart{width:100%;height:100%}.sc-thumb-spark{height:100%;color:var(--sc-text);flex-direction:column;justify-content:center;gap:6px;padding:10px 12px;font-size:.78rem;line-height:1.45;display:flex;overflow:hidden}.sc-thumb-spark-text{margin:0}.sc-thumb-spark table{border-collapse:collapse;width:100%}.sc-thumb-spark th,.sc-thumb-spark td{text-align:left;border-bottom:1px solid var(--sc-border);white-space:nowrap;padding:2px 8px 2px 0;font-weight:400}.sc-thumb-spark tbody tr:last-child th,.sc-thumb-spark tbody tr:last-child td{border-bottom:0}.sc-thumb-spark-latest{text-align:right;font-variant-numeric:tabular-nums;padding-right:0}.sc-thumb-callbacks{flex-direction:column;height:100%;display:flex}.sc-thumb-callbacks-chart{flex:auto;min-height:0}.sc-thumb-callbacks-log{border-width:1px 0 0;border-radius:0;flex:none;padding:4px 10px;font-size:.7rem;line-height:1.35}.sc-card-text{padding:10px 14px 14px}.sc-card-title{font-size:1rem;font-weight:650}.sc-card-blurb{color:var(--sc-text-muted);margin-top:4px;font-size:.88rem}.sc-wall-link{display:none}.sc-demo-page{flex-direction:column;min-height:100dvh;display:flex}.sc-demo-layout{flex-direction:column;flex:1;min-height:0;display:flex}.sc-demo-main{flex-direction:column;min-width:0;min-height:0;display:flex}.sc-chart-region{flex-direction:column;gap:8px;height:45dvh;min-height:260px;padding:10px 12px 0;display:flex}.sc-chart-host{flex:1;min-width:0;min-height:0;overflow:hidden}.sc-controls{flex-wrap:wrap;align-items:center;gap:8px;padding:10px 12px;display:flex}.sc-demo-side{flex-direction:column;gap:10px;min-width:0;min-height:0;padding:4px 12px 20px;display:flex}.sc-editor-panel{flex-direction:column;gap:8px;min-height:0;display:flex}.sc-editor-toolbar{gap:8px;display:flex}.sc-editor-hint{color:var(--sc-accent-text);background:var(--sc-accent-soft);border-radius:var(--sc-radius);padding:8px 10px;font-size:.85rem}.sc-editor-host{border:1px solid var(--sc-border);border-radius:var(--sc-radius);background:var(--sc-surface);height:42dvh;min-height:240px;overflow:hidden}.sc-editor-host>*{height:100%}.sc-editor-status{flex-wrap:wrap;align-items:center;gap:8px;min-height:20px;font-size:.8rem;display:flex}.sc-editor-ok{color:var(--sc-ok-text)}.sc-editor-problem-count{color:var(--sc-error-text);flex:none;font-weight:650}.sc-editor-problem{color:var(--sc-error-text);cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;max-width:100%;padding:0;overflow:hidden}.sc-editor-problem:hover{text-decoration:underline}.sc-about{flex-direction:column;gap:10px;padding-bottom:8px;display:flex}.sc-about-blurb{font-weight:550}.sc-about-notes{color:var(--sc-text-muted)}.sc-about h3{font-size:.95rem}.sc-about-links{flex-wrap:wrap;gap:6px;padding:0;list-style:none;display:flex}.sc-about-links a{border:1px solid var(--sc-border-strong);font-size:.8rem;font-family:var(--sc-mono);border-radius:999px;padding:4px 10px;display:inline-block}.sc-log{font-family:var(--sc-mono);border:1px solid var(--sc-border);border-radius:var(--sc-radius);background:var(--sc-surface);flex:none;max-height:150px;padding:8px 10px;font-size:.78rem;overflow:auto}.sc-log-move{color:var(--sc-text-muted);border-bottom:1px dashed var(--sc-border);margin-bottom:4px;padding-bottom:4px}.sc-log-entries{flex-direction:column;gap:2px;padding:0;list-style:none;display:flex}.sc-log-kind{color:var(--sc-accent-text)}.sc-spark-body{flex-direction:column;gap:16px;width:100%;max-width:860px;margin:0 auto;padding:16px 16px 48px;display:flex}.sc-spark-intro{max-width:70ch;font-size:1.02rem}.sc-spark-inline-wrap{vertical-align:-3px;margin:0 2px;display:inline-block}.sc-spark-inline{display:inline-block}.sc-spark-table-wrap{overflow-x:auto}.sc-spark-table{border-collapse:collapse;background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);width:100%}.sc-spark-table th,.sc-spark-table td{text-align:left;border-bottom:1px solid var(--sc-border);padding:8px 12px}.sc-spark-table tbody tr:last-child th,.sc-spark-table tbody tr:last-child td{border-bottom:0}.sc-spark-latest{font-variant-numeric:tabular-nums;white-space:nowrap}.sc-wall-page{flex-direction:column;min-height:100dvh;display:flex}.sc-wall-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));align-content:start;gap:12px;padding:12px;display:grid}.sc-tile{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius-lg);box-shadow:var(--sc-shadow);flex-direction:column;min-width:0;height:320px;padding:10px 12px;display:flex}.sc-tile-title{color:var(--sc-text-muted);font-size:.9rem;font-weight:650}.sc-tile-chart{flex:1;min-width:0;min-height:0;overflow:hidden}.sc-picker{background:var(--sc-surface);border:1px solid var(--sc-border);border-radius:var(--sc-radius);width:260px;box-shadow:var(--sc-shadow-lift);z-index:50;flex-direction:column;gap:4px;padding:12px;display:flex;position:fixed;top:64px;bottom:12px;right:12px;overflow:auto}.sc-picker[hidden]{display:none}.sc-picker-title{margin-bottom:6px;font-size:.95rem}.sc-picker-item{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:6px 4px;display:flex}.sc-picker-item:hover{background:var(--sc-hover-bg)}.sc-wall-notice{text-align:center;color:var(--sc-text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.sc-message{text-align:center;flex-direction:column;gap:12px;padding:48px 24px;display:flex}.sc-toast{background:var(--sc-text);color:var(--sc-bg);box-shadow:var(--sc-shadow-lift);opacity:0;pointer-events:none;z-index:100;border-radius:999px;padding:10px 18px;transition:opacity .2s,transform .2s;position:fixed;bottom:24px;left:50%;transform:translate(-50%,12px)}.sc-toast.visible{opacity:1;transform:translate(-50%)}@media (width<=419px){.sc-btn .sc-btn-label{display:none}}@media (width>=700px){.sc-card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.sc-hero{padding-top:36px}.sc-hero-title{font-size:1.9rem}.sc-appbar{padding:10px 16px}.sc-chart-region,.sc-controls{padding-left:16px;padding-right:16px}.sc-demo-side{padding:4px 16px 24px}}@media (width>=1000px){.sc-wall-link{display:inline-flex}.sc-demo-page{height:100dvh;overflow:hidden}.sc-demo-layout{grid-template-columns:minmax(0,1fr) minmax(380px,520px);min-height:0;display:grid;overflow:hidden}.sc-demo-main{overflow:hidden}.sc-chart-region{flex:1;height:auto;min-height:0}.sc-controls{flex:none}.sc-demo-side{border-left:1px solid var(--sc-border);padding-top:12px;overflow:hidden}.sc-panel-host{flex:1;min-height:0;overflow:auto}.sc-editor-panel{height:100%}.sc-editor-host{flex:1;height:auto;min-height:0}}
