.tp-editor,.tp-editor *{box-sizing:border-box}.tp-editor [hidden]{display:none!important}.tp-editor{--tp-bg:#f3f5f4;--tp-surface:#fff;--tp-surface-subtle:#eaeeec;--tp-text:#18211d;--tp-text-muted:#5f6b65;--tp-border:#d5dbd7;--tp-border-strong:#aab5af;--tp-accent:#126e57;--tp-accent-hover:#0e5b48;--tp-accent-soft:#dcefe8;--tp-positive:#168363;--tp-negative:#d5524a;--tp-total:#315c8c;--tp-warning:#a46812;--tp-danger:#b93832;--tp-focus:#0d66d0;isolation:isolate;width:100%;min-width:0;min-height:480px;color:var(--tp-text);background:var(--tp-bg);border:1px solid var(--tp-border);letter-spacing:0;text-rendering:optimizelegibility;border-radius:6px;grid-template-rows:52px 32px minmax(0,1fr);font-family:Inter,Noto Sans SC,PingFang SC,system-ui,sans-serif;font-size:13px;line-height:20px;display:grid;position:relative;overflow:hidden}.tp-editor[data-overlay-open=true]{z-index:100;overflow:visible}.tp-editor[data-toolbar-visible=false]{grid-template-rows:32px minmax(0,1fr)}.tp-editor button,.tp-editor input,.tp-editor textarea{color:inherit;font:inherit;letter-spacing:0}.tp-editor button:focus-visible,.tp-editor input:focus-visible,.tp-editor textarea:focus-visible,.tp-editor [tabindex]:focus-visible{outline:2px solid var(--tp-focus);outline-offset:2px}.tp-toolbar{z-index:10;background:var(--tp-surface);border-bottom:1px solid var(--tp-border);grid-template-columns:minmax(0,1fr) auto auto;align-items:center;min-width:0;height:52px;padding:0 10px 0 14px;display:grid;position:relative}.tp-command-feedback{z-index:8;min-width:0;height:32px;color:var(--tp-text-muted);background:var(--tp-surface-subtle);border-bottom:1px solid var(--tp-border);align-items:center;gap:8px;padding:0 12px;font-size:11px;line-height:16px;display:flex;position:relative}.tp-command-feedback strong{flex:none;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px}.tp-command-feedback span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tp-command-feedback[data-feedback-tone=success]{color:var(--tp-accent);background:#edf7f3}.tp-command-feedback[data-feedback-tone=error]{color:var(--tp-danger);background:#fff4f3}.tp-brand-block,.tp-toolbar-actions,.tp-toolbar-status{align-items:center;display:flex}.tp-toolbar-status[data-valid=false]{color:var(--tp-danger);background:#fff1f0}.tp-brand-block{gap:10px;min-width:0}.tp-brand-mark{color:var(--tp-text);flex:none;font-size:15px;font-weight:750}.tp-toolbar-divider,.tp-action-divider{background:var(--tp-border);width:1px;height:20px;display:block}.tp-dataset-title{min-width:0;color:var(--tp-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:16px;overflow:hidden}.tp-toolbar-status{min-width:0;height:28px;color:var(--tp-accent);background:var(--tp-accent-soft);white-space:nowrap;border-radius:4px;gap:5px;margin-right:8px;padding:0 9px;font-size:12px;font-weight:600;line-height:16px;overflow:hidden}.tp-toolbar-status-icon{flex:none;font-size:13px}.tp-toolbar-actions{gap:4px}.tp-action-divider{margin:0 3px}.tp-icon-button{width:32px;height:32px;color:var(--tp-text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;flex:0 0 32px;justify-content:center;align-items:center;padding:0;transition:color .1s ease-out,background-color .1s ease-out,border-color .1s ease-out;display:inline-flex}.tp-icon-button:hover:not(:disabled){color:var(--tp-text);background:var(--tp-surface-subtle)}.tp-icon-button:active:not(:disabled){background:var(--tp-border)}.tp-icon-button:disabled{color:var(--tp-border-strong);cursor:not-allowed;opacity:.58}.tp-outline-trigger,.tp-inspector-trigger{display:none}.tp-workbench{--tp-left-panel-width:280px;--tp-right-panel-width:300px;grid-template-columns:minmax(0,1fr);min-width:0;min-height:0;display:grid;position:relative;overflow:hidden}.tp-workbench[data-left-panel=inspector],.tp-workbench[data-left-panel=tabs]{--tp-left-panel-width:300px}.tp-workbench[data-right-panel=outline]{--tp-right-panel-width:280px}.tp-workbench:not([data-left-panel=none]):not([data-right-panel=none]){grid-template-columns:var(--tp-left-panel-width) minmax(0, 1fr) var(--tp-right-panel-width)}.tp-workbench:not([data-left-panel=none])[data-right-panel=none]{grid-template-columns:var(--tp-left-panel-width) minmax(0, 1fr)}.tp-workbench[data-left-panel=none]:not([data-right-panel=none]){grid-template-columns:minmax(0, 1fr) var(--tp-right-panel-width)}.tp-static-panel{background:var(--tp-surface);min-width:0;min-height:0;overflow:hidden}.tp-outline-static{border-right:1px solid var(--tp-border)}.tp-workbench[data-right-panel=outline] .tp-outline-static{border-right:0;border-left:1px solid var(--tp-border)}.tp-inspector-static{border-left:1px solid var(--tp-border)}.tp-workbench[data-left-panel=inspector] .tp-inspector-static{border-right:1px solid var(--tp-border);border-left:0}.tp-panel-rail-static{grid-template-rows:minmax(0,1fr);display:grid}.tp-panel-rail-static[data-side=left]{border-right:1px solid var(--tp-border)}.tp-panel-rail-static[data-side=right]{border-left:1px solid var(--tp-border)}.tp-panel-rail-static--tabbed{grid-template-rows:40px minmax(0,1fr)}.tp-panel-tabs{border-bottom:1px solid var(--tp-border);background:var(--tp-surface-subtle);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.tp-panel-tabs button{min-width:0;color:var(--tp-text-muted);font:inherit;cursor:pointer;background:0 0;border:0;padding:0 10px;font-size:12px;position:relative}.tp-panel-tabs button[aria-selected=true]{color:var(--tp-accent);font-weight:650}.tp-panel-tabs button[aria-selected=true]:after{background:var(--tp-accent);content:"";height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.tp-panel-tabs button:focus-visible{z-index:1;outline:2px solid var(--tp-focus);outline-offset:-3px}.tp-panel-tab-content{min-width:0;min-height:0;overflow:hidden}.tp-panel-tab-content[hidden]{display:none}.tp-panel-body{grid-template-rows:45px minmax(0,1fr);width:100%;height:100%;min-height:0;display:grid}.tp-panel-heading{border-bottom:1px solid var(--tp-border);justify-content:space-between;align-items:center;height:45px;padding:0 12px;display:flex}.tp-panel-heading h2{margin:0;font-size:14px;font-weight:650;line-height:20px}.tp-panel-heading>span{color:var(--tp-text-muted);font-variant-numeric:tabular-nums;font-size:11px}.tp-outline-tree{min-height:0;padding:6px;overflow:auto}.tp-outline-row{cursor:default;touch-action:pan-y;border:1px solid #0000;border-radius:4px;grid-template-columns:24px 32px 24px minmax(0,1fr) auto 14px;align-items:center;column-gap:2px;min-width:0;height:36px;padding:0 4px;transition:transform .16s cubic-bezier(.2,0,0,1),color .1s ease-out,background-color .1s ease-out,border-color .1s ease-out;display:grid;position:relative}.tp-outline-row[data-draggable=true]{cursor:grab}.tp-outline-row[data-draggable=true][data-interaction-state=dragging]{cursor:grabbing}.tp-outline-row:before{z-index:2;content:"";pointer-events:none;background:var(--tp-focus);opacity:0;border-radius:2px;height:2px;transition:opacity 80ms ease-out;position:absolute;left:4px;right:4px}.tp-outline-row[data-drop-indicator=before]:before{opacity:1;top:-1px}.tp-outline-row[data-drop-indicator=after]:before{opacity:1;bottom:-1px}.tp-outline-row[data-node-kind=group][data-drop-inside=true]{background:color-mix(in srgb, var(--tp-focus) 11%, var(--tp-surface));border-color:color-mix(in srgb, var(--tp-focus) 44%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--tp-focus) 16%, transparent) inset}.tp-outline-row[data-interaction-state=dragging]{background:var(--tp-surface-subtle);box-shadow:0 0 0 1px var(--tp-border-strong) inset}.tp-outline-row[data-level="2"]{padding-left:22px}.tp-outline-row:hover{background:var(--tp-surface-subtle)}.tp-outline-row[data-selected=true]{background:var(--tp-accent-soft);border-color:#b9dacd}.tp-row-grip,.tp-row-disclosure,.tp-row-lock,.tp-row-lock-placeholder{color:var(--tp-text-muted);justify-content:center;align-items:center;display:inline-flex}.tp-row-grip{cursor:grab;opacity:.58;touch-action:none;background:0 0;border:0;border-radius:4px;width:24px;height:32px;padding:0}.tp-row-grip:hover:not(:disabled){color:var(--tp-text);background:var(--tp-surface-subtle);opacity:1}.tp-row-grip:active:not(:disabled){cursor:grabbing}.tp-row-grip:disabled{cursor:not-allowed;opacity:.3}.tp-row-select-control,.tp-row-select-placeholder{justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;display:inline-flex}.tp-row-select{width:16px;height:16px;accent-color:var(--tp-accent);cursor:pointer;margin:0}.tp-disclosure-button{width:24px;height:32px;color:var(--tp-text-muted);cursor:pointer;background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;display:inline-flex}.tp-disclosure-button:hover{color:var(--tp-text);background:var(--tp-surface-subtle)}.tp-row-main{flex-direction:column;justify-content:center;min-width:0;display:flex}.tp-row-label{min-width:0;color:var(--tp-text);text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:560;line-height:16px;overflow:hidden}.tp-row-meta{color:var(--tp-text-muted);font-size:10px;line-height:12px}.tp-row-value{max-width:88px;color:var(--tp-text-muted);text-align:right;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;font-size:11px;line-height:16px;overflow:hidden}.tp-inspector-body{grid-template-rows:45px minmax(0,1fr)}.tp-inspector-scroll{min-height:0;overflow:auto}.tp-inspector-section{border-bottom:1px solid var(--tp-border);padding:16px 14px}.tp-group-actions{gap:8px;display:grid}.tp-field-label{color:var(--tp-text-muted);font-size:11px;font-weight:600;line-height:16px}.tp-text-input{background:var(--tp-surface);border:1px solid var(--tp-border-strong);border-radius:5px;width:100%;min-width:0;height:36px;padding:0 9px}.tp-text-input:hover{border-color:var(--tp-text-muted)}.tp-text-input.tp-text-area{resize:vertical;height:88px;padding:8px 9px;line-height:18px}.tp-annotation-field{gap:8px;display:grid}.tp-annotation-footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.tp-annotation-count{color:var(--tp-text-muted);font-variant-numeric:tabular-nums;font-size:11px;line-height:16px}.tp-annotation-count[data-invalid=true]{color:var(--tp-danger)}.tp-annotation-error{color:var(--tp-danger);font-size:11px;line-height:16px}.tp-editor .tp-command-button{color:#fff;background:var(--tp-accent);border:1px solid var(--tp-accent);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:36px;padding:7px 10px;font-size:12px;font-weight:650;line-height:16px;display:inline-flex}.tp-editor .tp-command-button:hover:not(:disabled){background:var(--tp-accent-hover)}.tp-editor .tp-command-button:disabled{color:var(--tp-text-muted);background:var(--tp-surface-subtle);border-color:var(--tp-border);cursor:not-allowed}.tp-editor .tp-command-button-secondary{color:var(--tp-text);background:var(--tp-surface);border-color:var(--tp-border-strong)}.tp-editor .tp-command-button-secondary:hover:not(:disabled){background:var(--tp-surface-subtle)}.tp-drag-overlay{width:236px;height:36px;color:var(--tp-text);background:var(--tp-surface);border:1px solid var(--tp-border-strong);border-radius:4px;align-items:center;gap:6px;padding:0 9px;font-family:Inter,Noto Sans SC,PingFang SC,system-ui,sans-serif;font-size:12px;line-height:16px;display:flex;overflow:hidden;box-shadow:0 8px 20px #18211d29}.tp-drag-overlay span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tp-section-kicker{color:var(--tp-accent);align-items:center;gap:6px;margin-bottom:8px;font-size:11px;font-weight:650;line-height:16px;display:flex}.tp-inspector-section>strong{overflow-wrap:anywhere;margin-bottom:4px;font-size:14px;line-height:20px;display:block}.tp-inspector-amount{color:var(--tp-total);font-variant-numeric:tabular-nums;margin-top:8px;font-size:22px;font-weight:650;line-height:28px;display:block}.tp-metric-list{border-top:1px solid var(--tp-border);margin:18px 0 0;display:grid}.tp-metric-list>div{border-bottom:1px solid var(--tp-border);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:40px;padding:7px 0;display:grid}.tp-metric-list dt,.tp-metric-list dd{margin:0}.tp-metric-list dt{color:var(--tp-text-muted);font-size:11px}.tp-metric-list dd{overflow-wrap:anywhere;text-align:right;font-variant-numeric:tabular-nums;max-width:150px;font-size:12px;font-weight:600}.tp-chart-stage{background:var(--tp-surface);grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;padding:20px 24px 16px;display:grid;position:relative;overflow:hidden}.tp-chart-stage__header{justify-content:space-between;align-items:flex-start;gap:16px;min-width:0;padding:0 0 12px;display:flex}.tp-chart-stage__eyebrow{color:var(--tp-accent);text-transform:uppercase;margin:0 0 2px;font-size:10px;font-weight:700;line-height:14px}.tp-chart-stage__title{margin:0;font-size:18px;font-weight:680;line-height:26px}.tp-chart-stage__count{color:var(--tp-text-muted);font-variant-numeric:tabular-nums;flex:none;font-size:11px;line-height:20px}.tp-chart-stage__plot-shell{width:100%;height:100%;min-height:390px;position:relative;overflow:hidden}.tp-chart-stage__plot{touch-action:pan-y;width:100%;height:100%;position:relative}.tp-chart-stage__plot:after{z-index:3;top:10px;bottom:28px;left:var(--tp-chart-drop-x,0);content:"";pointer-events:none;background:var(--tp-focus);opacity:0;width:2px;transition:opacity 80ms ease-out;position:absolute;transform:translate(-1px);box-shadow:0 0 0 1px #ffffffd1}.tp-chart-stage__plot[data-drop-indicator]:after{opacity:1}.tp-chart-stage__plot[data-category-axis=y]{touch-action:pan-x}.tp-chart-stage__plot[data-category-axis=y]:after{inset:var(--tp-chart-drop-y,0) 28px auto 10px;width:auto;height:2px;transform:translateY(-1px)}.tp-chart-marquee{z-index:5;pointer-events:none;border:1px solid var(--tp-focus);background:#0d66d01a;border-radius:2px;position:absolute;box-shadow:inset 0 0 0 1px #ffffffb8}.tp-chart-group-actions{z-index:9;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:auto;background:#111827b8;border:1px solid #ffffff70;border-radius:5px;gap:1px;padding:2px;display:flex;position:absolute;transform:translate(-100%,-100%);box-shadow:0 2px 8px #11182738}.tp-chart-group-actions[data-flow=vertical]{flex-direction:column}.tp-chart-group-actions button{width:18px;height:18px;color:inherit;cursor:pointer;box-shadow:none;background:0 0;border:0;border-radius:3px;place-items:center;padding:0;display:grid}.tp-chart-group-actions button:hover:not(:disabled){color:#fff;background:#fff3}.tp-chart-group-actions button:focus-visible{outline:2px solid var(--tp-focus);outline-offset:2px}.tp-chart-group-actions button:disabled{cursor:not-allowed;opacity:.45}.tp-chart-stage[data-group-actions-visible=true] .g2-tooltip{display:none!important}.tp-chart-group-action-icon{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;display:block}.tp-group-dialog-layer{z-index:30;background:#18211d38;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.tp-group-dialog{z-index:1;background:var(--tp-surface);border:1px solid var(--tp-border-strong);border-radius:6px;gap:10px;width:min(360px,100%);padding:18px;display:grid;position:relative;box-shadow:0 18px 48px #18211d3d}.tp-group-dialog h2{margin:0 0 2px;font-size:15px;line-height:22px}.tp-group-dialog-scope{color:var(--tp-text-muted);margin:0 0 2px;font-size:12px;line-height:18px}.tp-group-dialog label{color:var(--tp-text-muted);font-size:11px;font-weight:650}.tp-group-dialog-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.tp-chart-drag-overlay{z-index:4;pointer-events:none;filter:drop-shadow(0 8px 14px #18211d33);opacity:.82;will-change:transform;position:absolute;top:0;left:0}.tp-chart-drag-overlay__mark{background:var(--tp-chart-drag-fill,var(--tp-accent));width:100%;height:100%;box-shadow:0 0 0 1px color-mix(in srgb, var(--tp-chart-drag-fill) 72%, #18211d) inset;border:2px solid #ffffffeb;border-radius:2px;display:block}.tp-chart-drag-overlay__label{width:max-content;max-width:156px;color:var(--tp-text);border:1px solid var(--tp-border-strong);text-overflow:ellipsis;white-space:nowrap;background:#fffffff5;border-radius:4px;padding:5px 8px;font-size:11px;font-weight:650;line-height:16px;position:absolute;bottom:calc(100% + 7px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 5px 14px #18211d24}.tp-chart-stage__plot canvas,.tp-chart-stage__plot svg{display:block}.tp-chart-stage__empty,.tp-chart-stage__error{z-index:2;position:absolute;top:72px;left:50%;transform:translate(-50%)}.tp-chart-stage__empty{color:var(--tp-text-muted);border:1px solid var(--tp-border);background:#ffffffeb;border-radius:4px;margin:0;padding:6px 9px;font-size:11px}.tp-chart-stage__error{color:var(--tp-danger);background:#fff5f4;border:1px solid #e8b9b5;border-radius:5px;align-items:center;gap:8px;padding:8px 10px;display:flex}.tp-chart-stage__error[hidden]{display:none}.tp-chart-stage__error code,.tp-invalid-stage code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.tp-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tp-workbench-invalid{grid-template-columns:minmax(0,1fr)}.tp-invalid-stage{background:var(--tp-surface);justify-content:center;align-items:flex-start;gap:14px;min-width:0;padding:72px 24px;display:flex}.tp-invalid-mark{width:28px;height:28px;color:var(--tp-danger);background:#fff1f0;border:1px solid #e4aaa5;border-radius:50%;flex:0 0 28px;justify-content:center;align-items:center;font-weight:750;display:flex}.tp-invalid-stage h2{margin:2px 0 12px;font-size:16px;line-height:22px}.tp-invalid-stage ul{gap:6px;min-width:min(460px,70vw);margin:0;padding:0;list-style:none;display:grid}.tp-invalid-stage li{border-left:3px solid var(--tp-danger);background:#fff8f7;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:8px 10px;display:grid}.tp-invalid-stage li strong{overflow-wrap:anywhere;font-size:11px}.tp-overlay-layer{z-index:50;position:fixed;inset:0}.tp-overlay-scrim{z-index:0;cursor:default;background:#18211d3d;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.tp-panel-overlay{z-index:1;background:var(--tp-surface);width:min(360px,100%);min-width:0;animation:.18s cubic-bezier(.2,0,0,1) tp-panel-enter;position:absolute;top:0;bottom:0;overflow:hidden;box-shadow:0 10px 30px #18211d2e}.tp-overlay-layer[data-side=left] .tp-panel-overlay{--tp-panel-enter-x:-12px;left:0}.tp-overlay-layer[data-side=right] .tp-panel-overlay{--tp-panel-enter-x:12px;right:0}.tp-overlay-close{z-index:3;background:var(--tp-surface);border-color:var(--tp-border);position:absolute;top:7px;right:7px}@keyframes tp-panel-enter{0%{transform:translateX(var(--tp-panel-enter-x))}to{transform:translate(0)}}.tp-editor:is([data-layout=compact],[data-layout=narrow]) .tp-workbench[data-inspector-mode=static]{grid-template-columns:minmax(0,1fr)}.tp-editor:is([data-layout=compact],[data-layout=narrow]) .tp-workbench[data-inspector-mode=static][data-left-panel=outline]{grid-template-columns:248px minmax(0,1fr)}.tp-editor:is([data-layout=compact],[data-layout=narrow]) .tp-workbench[data-inspector-mode=static][data-right-panel=outline]{grid-template-columns:minmax(0,1fr) 248px}.tp-editor:is([data-layout=compact],[data-layout=narrow]) .tp-inspector-static{display:none}.tp-editor:is([data-layout=compact],[data-layout=narrow]) .tp-inspector-trigger{display:inline-flex}.tp-editor:is([data-layout=compact],[data-layout=narrow])[data-inspector-mode=tabs] .tp-inspector-trigger{display:none}.tp-editor[data-layout=narrow]{border:0;border-radius:0}.tp-editor[data-layout=narrow] .tp-toolbar{padding-left:10px}.tp-editor[data-layout=narrow] .tp-toolbar-status-label,.tp-editor[data-layout=narrow] .tp-toolbar-divider,.tp-editor[data-layout=narrow] .tp-action-divider{display:none}.tp-editor[data-layout=narrow] .tp-toolbar-status{justify-content:center;width:28px;padding:0}.tp-editor[data-layout=narrow] .tp-dataset-title{max-width:110px}.tp-editor[data-layout=narrow] .tp-outline-trigger{display:inline-flex}.tp-editor[data-layout=narrow] .tp-workbench{grid-template-columns:minmax(0,1fr)!important}.tp-editor[data-layout=narrow] .tp-outline-static,.tp-editor[data-layout=narrow] .tp-inspector-static,.tp-editor[data-layout=narrow] .tp-panel-rail-static{display:none}.tp-editor[data-layout=narrow][data-inspector-mode=tabs] .tp-inspector-trigger{display:inline-flex}.tp-editor[data-layout=narrow] .tp-chart-stage{padding:16px 10px 10px}.tp-editor[data-layout=narrow] .tp-chart-stage__header{padding:0 4px 8px}.tp-editor[data-layout=narrow] .tp-chart-stage__count{display:none}.tp-editor[data-layout=narrow] .tp-chart-stage__plot-shell{min-height:424px}.tp-editor[data-layout=narrow] .tp-panel-overlay{width:100%;box-shadow:none}@media (prefers-reduced-motion:reduce){.tp-editor *,.tp-editor :before,.tp-editor :after{scroll-behavior:auto!important;transition-duration:0s!important;animation-duration:0s!important}}.tellplot-react-host,.tellplot-vue-host{width:100%;min-width:0;height:100%;min-height:0;display:block}:root{color:#18211d;background:#f4f6f5;font-family:Inter,Noto Sans SC,PingFang SC,system-ui,sans-serif}html,body,#root{width:100%;height:100%;margin:0}body{overflow-x:hidden}button,a{-webkit-tap-highlight-color:transparent}.site-app{--site-canvas:#f4f6f5;--site-paper:#fff;--site-ink:#17221d;--site-muted:#5d6b64;--site-rule:#d8deda;--site-rule-strong:#adb8b2;--site-emerald:#126e57;--site-coral:#a33a34;--site-blue:#315c8c;--site-amber:#a46812;min-height:100%;color:var(--site-ink);background:var(--site-canvas)}.site-app,.site-app *{box-sizing:border-box}.site-app[data-route=playground]{grid-template-rows:64px minmax(0,1fr);height:100%;display:grid;overflow:hidden}.site-header{z-index:100;border-bottom:1px solid var(--site-rule);background:#fffffff5;height:64px;position:sticky;top:0}.site-header__inner{grid-template-columns:minmax(190px,1fr) auto minmax(190px,1fr);align-items:center;width:min(100%,1440px);height:100%;margin:0 auto;padding:0 40px;display:grid}.site-brand,.site-desktop-nav,.site-header__workbench,.site-mobile-nav a,.site-footer nav,.site-footer nav a,.site-button,.site-text-link{align-items:center;display:inline-flex}.site-brand{color:var(--site-ink);justify-self:start;gap:10px;text-decoration:none}.site-brand__mark{border:1px solid var(--site-ink);justify-content:center;align-items:flex-end;gap:2px;width:24px;height:24px;padding:5px;display:flex}.site-brand__mark span{background:var(--site-ink);width:3px}.site-brand__mark span:first-child{height:6px}.site-brand__mark span:nth-child(2){background:var(--site-emerald);height:12px}.site-brand__mark span:nth-child(3){height:9px}.site-brand strong{font-size:17px;line-height:1}.site-brand__version{border-left:1px solid var(--site-rule);color:var(--site-muted);padding-left:9px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px}.site-desktop-nav{justify-content:center;align-self:stretch;gap:30px}.site-desktop-nav a{color:#435149;align-items:center;font-size:13px;font-weight:560;text-decoration:none;display:inline-flex;position:relative}.site-desktop-nav a:after{background:var(--site-emerald);content:"";opacity:0;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(.4)}.site-desktop-nav a[aria-current=page]:after{opacity:1;transform:scaleX(1)}.site-header__workbench{border:1px solid var(--site-rule-strong);min-height:34px;color:var(--site-ink);background:var(--site-paper);border-radius:5px;justify-self:end;gap:7px;padding:0 11px;font-size:12px;font-weight:620;text-decoration:none;transition:border-color .16s,color .16s,background .16s}.site-mobile-menu-button,.site-mobile-nav{display:none}.site-main{width:100%}.site-kicker,.site-section-heading>span,.site-install-band>div:first-child>span,.site-example-next>span,.site-docs-meta>span,.site-not-found>span{color:var(--site-emerald);margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:700;line-height:1.5}.site-hero{border-bottom:1px solid var(--site-rule);background:var(--site-paper);width:min(100%,1440px);min-height:min(720px,100dvh - 164px);margin:0 auto;padding:48px 40px 24px;position:relative;overflow:hidden}.site-hero:before{background:var(--site-rule);content:"";opacity:.7;width:1px;position:absolute;top:0;bottom:0;left:40px}.site-hero__intro{z-index:3;max-width:620px;padding-left:24px;animation:.52s cubic-bezier(.16,1,.3,1) both site-intro-enter;position:relative}.site-hero h1{color:var(--site-ink);letter-spacing:0;margin:12px 0 10px;font-size:64px;font-weight:730;line-height:68px}.site-hero__summary{color:#2c3932;max-width:590px;margin:0;font-size:18px;font-weight:590;line-height:29px}.site-hero__summary span{color:var(--site-muted);font-size:15px;font-weight:430;display:block}.site-hero__actions{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.site-button{border:1px solid var(--site-rule-strong);min-height:40px;color:var(--site-ink);background:var(--site-paper);border-radius:5px;justify-content:center;gap:8px;padding:0 15px;font-size:13px;font-weight:650;text-decoration:none;transition:transform .18s,border-color .18s,background .18s}.site-button--primary{border-color:var(--site-emerald);color:#fff;background:var(--site-emerald)}.site-button--primary:hover{background:#0d5a47}.site-button--quiet:hover{border-color:var(--site-ink);background:#f8faf9}.site-hero__selector{z-index:4;border:1px solid var(--site-rule);background:var(--site-canvas);border-radius:6px;padding:3px;display:flex;position:absolute;top:54px;right:40px}.site-hero__selector button{min-height:34px;color:var(--site-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:7px;padding:0 10px;font-size:12px;transition:color .16s,background .16s;display:inline-flex}.site-hero__selector button span{color:#7b8881;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px}.site-hero__chart-plane{z-index:1;min-height:0;animation:.62s cubic-bezier(.16,1,.3,1) 80ms both site-chart-enter;position:absolute;inset:245px 40px 24px 64px}.site-hero__chart-plane:after{background:var(--site-rule);content:"";height:1px;position:absolute;bottom:0;left:0;right:0}.site-hero__chart-meta{color:var(--site-muted);justify-content:space-between;align-items:center;gap:24px;font-size:12px;display:flex;position:absolute;top:-33px;left:0;right:0}.site-hero__chart-meta span{color:var(--site-blue);text-transform:uppercase;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.showcase-chart{width:100%;height:100%;min-height:0}.showcase-chart .tp-editor,.showcase-chart .tp-chart-stage{background:0 0;border:0;border-radius:0;min-height:0}.showcase-chart .tp-editor[data-toolbar-visible=false]{grid-template-rows:minmax(0,1fr)}.showcase-chart .tp-command-feedback{display:none}.showcase-chart .tp-chart-stage__plot-shell{min-height:0}.showcase-chart .tp-chart-stage__header{padding:0 4px}.site-capabilities,.site-example-ledger,.site-install-band,.site-page-intro,.site-example-grid,.site-example-next,.site-docs-layout{width:min(100%,1440px);margin-left:auto;margin-right:auto}.site-section-heading{border-bottom:1px solid var(--site-rule-strong);grid-template-columns:180px minmax(280px,.9fr) minmax(300px,1.1fr);align-items:start;gap:32px;padding-bottom:38px;display:grid}.site-section-heading h2{color:var(--site-ink);letter-spacing:0;margin:0;font-size:30px;font-weight:680;line-height:40px}.site-section-heading p{max-width:620px;color:var(--site-muted);margin:3px 0 0;font-size:15px;line-height:26px}.site-capability-index{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.site-capability-index article{border-bottom:1px solid var(--site-rule);min-height:205px;padding:30px 32px 24px 0}.site-capability-index article>span{color:var(--site-coral);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px}.site-capability-index h3{margin:42px 0 8px;font-size:18px;line-height:25px}.site-capability-index p{max-width:330px;color:var(--site-muted);margin:0;font-size:13px;line-height:22px}.site-example-ledger__rows{border-bottom:1px solid var(--site-rule)}.site-example-ledger__rows>a{border-top:1px solid var(--site-rule);min-height:96px;color:var(--site-ink);grid-template-columns:72px minmax(180px,.7fr) minmax(260px,1.3fr) 24px;align-items:center;gap:24px;text-decoration:none;transition:color .18s,transform .18s,background .18s;display:grid}.site-example-ledger__rows>a:hover{color:var(--site-emerald);background:#f8faf9;transform:translate(3px)}.site-example-ledger__ordinal{color:var(--site-coral);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.site-example-ledger__rows small,.site-example-ledger__rows strong{display:block}.site-example-ledger__rows small{color:var(--site-muted);margin-bottom:4px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.site-example-ledger__rows strong{font-size:16px}.site-example-ledger__rows>a>span:nth-child(3){color:var(--site-muted);font-size:13px;line-height:21px}.site-install-band{color:#fff;background:var(--site-ink);grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr) auto;align-items:center;gap:40px;padding:62px 40px;display:grid}.site-install-band h2{margin:8px 0 0;font-size:25px;line-height:34px}.site-install-command{background:#202d27;border:1px solid #53625b;grid-template-columns:minmax(0,1fr) 42px;align-items:center;min-height:48px;display:grid;position:relative}.site-install-command code{color:#f7faf8;text-overflow:ellipsis;white-space:nowrap;min-width:0;padding:0 18px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;overflow:hidden}.site-install-command button{color:#d8e4de;cursor:pointer;background:0 0;border:0;border-left:1px solid #53625b;justify-content:center;align-items:center;height:46px;padding:0;display:inline-flex}.site-install-command>span{color:#a9bbb2;font-size:10px;position:absolute;bottom:-24px;right:0}.site-install-band .site-text-link{color:#fff}.site-text-link{color:var(--site-emerald);gap:7px;font-size:13px;font-weight:650;text-decoration:none}.site-text-link svg{transition:transform .18s}.site-text-link:hover svg{transform:translate(3px)}.site-footer{border-top:1px solid var(--site-rule);background:var(--site-paper);grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);align-items:center;gap:28px;width:min(100%,1440px);min-height:150px;margin:0 auto;padding:28px 40px;display:grid}.site-footer__brand strong,.site-footer__brand span{display:block}.site-footer__brand strong{margin-bottom:5px;font-size:17px}.site-footer__brand span,.site-footer__meta{color:var(--site-muted);font-size:11px}.site-footer nav{justify-content:center;gap:22px}.site-footer nav a{color:var(--site-ink);gap:4px;font-size:12px;text-decoration:none}.site-footer__meta{justify-self:end;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.site-page-intro{border-bottom:1px solid var(--site-rule);background:var(--site-paper);min-height:315px;padding:72px 40px 54px}.site-page-intro h1{letter-spacing:0;max-width:820px;margin:15px 0 14px;font-size:48px;font-weight:720;line-height:56px}.site-page-intro>p:last-child{max-width:740px;color:var(--site-muted);margin:0;font-size:16px;line-height:28px}.site-page-intro code,.site-docs-content p code{color:var(--site-ink);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9em}.site-example-grid{grid-template-columns:minmax(0,7fr) minmax(360px,5fr);gap:16px;padding:24px 40px 100px;display:grid}.site-example-card{border:1px solid var(--site-rule);background:var(--site-paper);border-radius:8px;grid-template-rows:auto minmax(300px,1fr) auto;min-width:0;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;overflow:hidden}.site-example-card>header{border-bottom:1px solid var(--site-rule);min-height:164px;padding:24px 26px 20px}.site-example-card>header>div{justify-content:space-between;align-items:center;display:flex}.site-example-card>header span,.site-example-card>header small{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.site-example-card>header span{color:var(--site-coral)}.site-example-card>header small{color:var(--site-muted)}.site-example-card h2{margin:28px 0 7px;font-size:22px;line-height:29px}.site-example-card>header p{max-width:520px;color:var(--site-muted);margin:0;font-size:13px;line-height:22px}.site-example-card__preview{background:#f8faf9;min-height:320px}.site-example-card:first-child .site-example-card__preview{min-height:650px}.site-example-card>footer{border-top:1px solid var(--site-rule);justify-content:space-between;align-items:center;gap:20px;min-height:64px;padding:12px 18px 12px 24px;display:flex}.site-example-card>footer>div{flex-wrap:wrap;gap:6px;display:flex}.site-example-card>footer>div span{border:1px solid var(--site-rule);color:var(--site-muted);border-radius:4px;padding:3px 7px;font-size:10px}.site-example-card[data-accent=blue]>header span{color:var(--site-blue)}.site-example-card[data-accent=coral]>header span{color:var(--site-coral)}.site-example-next{border-top:1px solid var(--site-rule);background:var(--site-paper);grid-template-columns:180px minmax(300px,.8fr) minmax(300px,1fr) auto;align-items:start;gap:32px;padding:68px 40px;display:grid}.site-example-next h2,.site-example-next p{margin:0}.site-example-next h2{font-size:24px;line-height:33px}.site-example-next p{color:var(--site-muted);font-size:13px;line-height:22px}.site-docs-layout{grid-template-columns:210px minmax(0,760px) minmax(210px,1fr);align-items:start;gap:48px;padding:48px 40px 110px;display:grid}.site-docs-nav{gap:4px;display:grid;position:sticky;top:92px}.site-docs-nav>span{color:var(--site-muted);padding-bottom:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.site-docs-nav a{color:#4c5a53;padding:7px 0;font-size:12px;text-decoration:none}.site-docs-nav a:hover{color:var(--site-emerald)}.site-docs-content{min-width:0}.site-docs-content>section{padding:0 0 64px;scroll-margin-top:92px}.site-docs-content>section+section{border-top:1px solid var(--site-rule);padding-top:52px}.site-docs-content section>header{grid-template-columns:28px 38px minmax(0,1fr);align-items:center;margin-bottom:20px;display:grid}.site-docs-content section>header span{color:var(--site-coral);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px}.site-docs-content h2{margin:0;font-size:25px;line-height:34px}.site-docs-content p{color:#4b5952;max-width:690px;margin:0 0 20px;font-size:14px;line-height:25px}.site-docs-content pre{border:1px solid var(--site-rule);color:#23322a;background:#f6f8f7;border-radius:6px;max-width:100%;margin:0 0 20px;padding:20px 22px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.7;overflow:auto}.site-docs-content code{font:inherit}.site-docs-comparison{border-top:1px solid var(--site-rule);border-bottom:1px solid var(--site-rule);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.site-docs-comparison>div{min-height:150px;padding:24px 24px 12px 0}.site-docs-comparison>div+div{border-left:1px solid var(--site-rule);padding-left:24px}.site-docs-comparison strong{margin-bottom:12px;font-size:15px;display:block}.site-docs-callout{border-left:3px solid var(--site-amber);background:#fbf8f2;gap:6px;padding:18px 20px;display:grid}.site-docs-callout strong{font-size:13px}.site-docs-callout span{color:var(--site-muted);font-size:12px;line-height:20px}.site-docs-meta{border-left:1px solid var(--site-rule);padding-left:24px;position:sticky;top:92px}.site-docs-meta strong{margin:9px 0 26px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:18px;display:block}.site-docs-meta dl{margin:0}.site-docs-meta dl>div{border-top:1px solid var(--site-rule);justify-content:space-between;gap:18px;padding:10px 0;font-size:11px;display:flex}.site-docs-meta dt{color:var(--site-muted)}.site-docs-meta dd{margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.site-not-found{background:var(--site-paper);flex-direction:column;justify-content:center;align-items:flex-start;min-height:calc(100dvh - 64px);padding:80px max(40px,50vw - 680px);display:flex}.site-not-found h1{margin:18px 0 8px;font-size:48px;line-height:56px}.site-not-found p{color:var(--site-muted);margin:0 0 28px}.site-app :is(a,button):focus-visible{outline-offset:3px;outline:2px solid #0d66d0}@keyframes site-intro-enter{0%{transform:translateY(18px)}to{transform:translateY(0)}}@keyframes site-chart-enter{0%{transform:translateY(16px)}to{transform:translateY(0)}}@media (width<=1120px){.site-header__inner{grid-template-columns:170px minmax(0,1fr) 160px;padding-left:24px;padding-right:24px}.site-desktop-nav{gap:20px}.site-hero{padding-left:24px;padding-right:24px}.site-hero:before{left:24px}.site-hero__intro{max-width:540px}.site-hero__selector{right:24px}.site-hero__chart-plane{left:48px;right:24px}.site-capabilities,.site-example-ledger{padding-left:24px;padding-right:24px}.site-section-heading{grid-template-columns:130px minmax(250px,.9fr) minmax(260px,1.1fr);gap:24px}.site-example-grid{padding-left:24px;padding-right:24px}.site-example-next{grid-template-columns:130px minmax(240px,.8fr) minmax(260px,1fr);padding-left:24px;padding-right:24px}.site-example-next .site-button{grid-column:2;justify-self:start}.site-docs-layout{grid-template-columns:170px minmax(0,1fr);padding-left:24px;padding-right:24px}.site-docs-meta{display:none}.site-install-band{grid-template-columns:minmax(250px,.8fr) minmax(330px,1.2fr);padding-left:24px;padding-right:24px}.site-install-band .site-text-link{grid-column:2;justify-self:start}}@media (width<=820px){.site-app[data-route=playground]{grid-template-rows:60px minmax(0,1fr)}.site-header{height:60px}.site-header__inner{grid-template-columns:minmax(0,1fr) 36px;padding:0 18px}.site-desktop-nav,.site-header__workbench{display:none}.site-mobile-menu-button{border:1px solid var(--site-rule);width:36px;height:36px;color:var(--site-ink);background:var(--site-paper);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;padding:0;display:inline-flex}.site-mobile-nav:not([hidden]){border-bottom:1px solid var(--site-rule);background:var(--site-paper);padding:8px 18px 14px;display:grid;position:absolute;top:60px;left:0;right:0;box-shadow:0 18px 34px #17221d1f}.site-mobile-nav a{border-bottom:1px solid var(--site-rule);min-height:46px;color:var(--site-ink);justify-content:space-between;font-size:14px;text-decoration:none}.site-mobile-nav a[aria-current=page]{color:var(--site-emerald)}.site-hero{min-height:min(720px,100dvh - 100px);padding:30px 18px 24px;overflow:hidden}.site-hero:before{left:18px}.site-hero__intro{max-width:none;padding-left:14px}.site-hero h1{margin-top:8px;font-size:42px;line-height:48px}.site-hero__summary{font-size:16px;line-height:25px}.site-hero__summary span{margin-top:3px;font-size:13px;line-height:22px}.site-hero__actions{margin-top:15px}.site-hero__selector{scrollbar-width:none;width:100%;margin-top:20px;position:static;overflow-x:auto}.site-hero__selector button{flex:none}.site-hero__chart-plane{height:350px;margin:50px 0 0 14px;position:relative;inset:auto}.site-hero__chart-meta{flex-direction:column;align-items:flex-start;gap:2px}.showcase-chart .tp-chart-stage{padding-left:0;padding-right:0}.showcase-chart .tp-chart-stage__count{display:none}.site-capabilities,.site-example-ledger{padding:72px 18px}.site-capabilities{padding-top:20px}.site-section-heading{grid-template-columns:minmax(0,1fr);gap:12px;padding-bottom:28px}.site-section-heading h2{font-size:25px;line-height:34px}.site-capability-index{grid-template-columns:minmax(0,1fr)}.site-capability-index article{min-height:170px;padding:24px 0}.site-capability-index article+article{border-left:0;padding-left:0}.site-capability-index h3{margin-top:28px}.site-example-ledger__rows>a{grid-template-columns:42px minmax(0,1fr) 22px;gap:12px;min-height:82px}.site-example-ledger__rows>a>span:nth-child(3){display:none}.site-install-band{grid-template-columns:minmax(0,1fr);gap:26px;padding:46px 18px 54px}.site-install-band .site-text-link{grid-column:auto}.site-footer{grid-template-columns:minmax(0,1fr);gap:24px;padding:34px 18px}.site-footer nav{justify-content:flex-start}.site-footer__meta{justify-self:start}.site-page-intro{min-height:275px;padding:48px 18px 42px}.site-page-intro h1{font-size:38px;line-height:46px}.site-page-intro>p:last-child{font-size:14px;line-height:24px}.site-example-grid{grid-template-columns:minmax(0,1fr);padding:18px 18px 72px}.site-example-card:first-child{grid-row:auto}.site-example-card:first-child .site-example-card__preview,.site-example-card__preview{min-height:390px}.site-example-next{grid-template-columns:minmax(0,1fr);gap:14px;padding:50px 18px}.site-example-next .site-button{grid-column:auto;margin-top:12px}.site-docs-layout{grid-template-columns:minmax(0,1fr);gap:38px;padding:28px 18px 80px}.site-docs-nav{border-bottom:1px solid var(--site-rule);scrollbar-width:none;gap:18px;display:flex;position:static;overflow-x:auto}.site-docs-nav>span{display:none}.site-docs-nav a{flex:none;padding:6px 0 12px}.site-docs-content>section{scroll-margin-top:76px}.site-docs-content pre{padding:16px;font-size:11px}.site-docs-comparison{grid-template-columns:minmax(0,1fr)}.site-docs-comparison>div{min-height:0;padding:22px 0}.site-docs-comparison>div+div{border-top:1px solid var(--site-rule);border-left:0;padding-left:0}.site-not-found{min-height:calc(100dvh - 60px);padding:56px 18px}.site-not-found h1{font-size:38px;line-height:46px}}.site-app{--site-canvas:#f5f7fa;--site-paper:#fff;--site-ink:#101828;--site-muted:#667085;--site-rule:#d9e2ec;--site-rule-strong:#b8c5d1;--site-primary:#1267e5;--site-primary-hover:#0b54c0;--site-cyan:#138a72;--site-coral:#d85850;--site-blue:#3b82f6;--site-amber:#d08a18;color:var(--site-ink);background:var(--site-canvas)}.site-app[data-route=playground]{grid-template-rows:60px minmax(0,1fr)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-header{border-bottom:1px solid var(--site-rule);background:#fffffffa;height:60px;box-shadow:0 3px 14px #1f23290d}.site-header__inner{grid-template-columns:minmax(210px,1fr) auto minmax(210px,1fr);width:min(100%,1280px);padding:0 32px}.site-brand{gap:9px}.site-brand__mark{background:var(--site-primary);border:0;border-radius:6px;gap:2px;width:27px;height:27px;padding:6px 5px}.site-brand__mark span{background:#fff;border-radius:1px 1px 0 0;width:3px}.site-brand__mark span:first-child,.site-brand__mark span:nth-child(2),.site-brand__mark span:nth-child(3){background:#fff}.site-brand strong{font-size:18px;font-weight:700}.site-brand__version{color:#5b5f66;background:#f2f3f5;border:0;border-radius:3px;padding:2px 5px;font-family:inherit;font-size:9px;font-weight:650}.site-desktop-nav{gap:34px}.site-desktop-nav a{color:#4e5969;font-size:14px;font-weight:500}.site-desktop-nav a:after{background:var(--site-primary);height:2px}.site-desktop-nav a:hover,.site-desktop-nav a[aria-current=page]{color:var(--site-primary)}.site-header__actions{justify-self:end;align-items:center;gap:8px;display:inline-flex}.site-header__github{color:#4e5969;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:border-color .16s,color .16s,background .16s;display:inline-flex}.site-header__github:hover{border-color:var(--site-rule);color:var(--site-ink);background:#f2f3f5}.site-header__workbench{min-height:36px;color:var(--site-primary);background:#f4f8ff;border-color:#b8d6ff;gap:7px;padding:0 13px;font-size:13px}.site-header__workbench:hover,.site-header__workbench[aria-current=page]{border-color:var(--site-primary);color:#fff;background:var(--site-primary)}.site-kicker,.site-section-heading>span,.site-install-band>div:first-child>span,.site-example-next span,.site-docs-meta>span,.site-not-found>span{color:var(--site-primary);text-transform:none;font-family:inherit;font-size:12px;font-weight:650;line-height:20px}.site-hero{background:var(--site-paper);border-bottom:0;width:min(100%,1280px);min-height:min(760px,100dvh - 104px);padding:72px 32px 24px}.site-hero:before,.site-hero__chart-plane:after{display:none}.site-hero__intro{max-width:720px;padding-left:0;animation-duration:.42s}.site-hero h1{color:#14213d;margin:10px 0 12px;font-size:56px;font-weight:740;line-height:64px}.site-hero__summary{color:#1f2a44;max-width:650px;font-size:21px;font-weight:560;line-height:32px}.site-hero__summary span{max-width:630px;color:var(--site-muted);margin-top:5px;font-size:15px;font-weight:400;line-height:25px}.site-hero__actions{gap:10px;margin-top:22px}.site-button{border-color:var(--site-rule-strong);border-radius:6px;gap:8px;min-height:42px;padding:0 18px;font-size:14px;font-weight:600;transition:transform .16s,border-color .16s,color .16s,background .16s,box-shadow .16s}.site-button:hover{transform:translateY(-1px)}.site-button--primary{border-color:var(--site-primary);color:#fff;background:var(--site-primary);box-shadow:0 6px 18px #1677ff2e}.site-button--primary:hover{border-color:var(--site-primary-hover);background:var(--site-primary-hover)}.site-button--quiet{color:#344054}.site-button--quiet:hover{color:var(--site-primary);background:#f4f8ff;border-color:#8dbdff}.site-hero__selector{background:#f4f7fb;border-color:#d9e6f7;border-radius:7px;padding:4px;top:76px;right:32px}.site-hero__selector button{color:#667085;border-radius:5px;gap:6px;min-height:36px;padding:0 12px;font-size:12px}.site-hero__selector button span{color:#646a73;font-size:9px}.site-hero__selector button:hover{color:var(--site-primary)}.site-hero__selector button[aria-pressed=true]{color:var(--site-primary);background:#fff;box-shadow:0 2px 8px #1f232914}.site-hero__chart-plane{border-top:1px solid var(--site-rule);padding-top:35px;animation-duration:.5s;inset:350px 32px 24px}.site-hero__chart-meta{color:var(--site-muted);font-size:12px;top:8px}.site-hero__chart-meta span{color:var(--site-primary);text-transform:none;font-family:inherit;font-size:11px;font-weight:650}.site-hero__chart-meta strong{font-weight:450}.showcase-chart .tp-chart-stage{padding:8px 10px}.site-capabilities,.site-example-ledger,.site-install-band,.site-page-intro,.site-example-next,.site-docs-layout{width:min(100%,1280px)}.site-capabilities,.site-example-ledger{padding:76px 32px}.site-capabilities{background:var(--site-canvas);padding-top:34px}.site-section-heading{border-bottom:0;grid-template-columns:minmax(300px,.9fr) minmax(340px,1.1fr);gap:48px;padding-bottom:30px}.site-section-heading>span{grid-column:1/-1;margin-bottom:-34px}.site-section-heading h2{color:#14213d;font-size:32px;font-weight:680;line-height:42px}.site-section-heading p{color:var(--site-muted);font-size:15px;line-height:26px}.site-capability-index{gap:16px}.site-capability-index article{border:1px solid var(--site-rule);background:var(--site-paper);border-radius:8px;min-height:178px;padding:28px;box-shadow:0 4px 16px #1f232908}.site-capability-index article+article{border-left:1px solid var(--site-rule);padding-left:28px}.site-capability-index h3{color:#14213d;margin:0 0 10px;font-size:18px}.site-capability-index p{color:var(--site-muted);font-size:13px;line-height:22px}.site-example-ledger{background:var(--site-paper)}.site-example-ledger__rows{border-bottom:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.site-example-ledger__rows>a{border:1px solid var(--site-rule);background:#fff;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) 20px;gap:18px 12px;min-height:132px;padding:24px}.site-example-ledger__rows>a:hover{color:var(--site-primary);background:#f7fbff;border-color:#91caff;transform:translateY(-2px)}.site-example-ledger__ordinal{display:none}.site-example-ledger__rows>a>span:nth-child(2){align-self:start}.site-example-ledger__rows>a>span:nth-child(3){color:var(--site-muted);grid-column:1/-1;font-size:13px;line-height:21px}.site-example-ledger__rows>a>svg{grid-area:1/2;align-self:center}.site-example-ledger__rows small{color:var(--site-primary);font-family:inherit;font-size:11px;font-weight:600}.site-example-ledger__rows strong{color:#25324a;font-size:17px}.site-install-band{color:var(--site-ink);background:#eef6ff;border:1px solid #d6e8ff;grid-template-columns:minmax(250px,.8fr) minmax(360px,1.2fr) auto;gap:36px;padding:54px 32px}.site-install-band h2{color:#14213d;margin-top:6px;font-size:25px}.site-install-band>div:first-child>span{color:var(--site-primary)}.site-install-command{background:#fff;border-color:#b8d6ff;border-radius:6px;min-height:48px;box-shadow:0 4px 14px #1677ff12}.site-install-command code{color:#14213d}.site-install-command button{color:var(--site-primary);border-left-color:#d6e8ff}.site-install-command button:hover{color:var(--site-primary-hover);background:#f4f8ff}.site-install-command>span{color:var(--site-muted)}.site-install-band .site-text-link,.site-text-link{color:var(--site-primary)}.site-footer{border-top-color:var(--site-rule);grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr);width:min(100%,1280px);min-height:132px;padding:24px 32px}.site-footer__brand strong{color:#14213d}.site-footer__brand span,.site-footer__meta{color:#646a73}.site-footer nav a:hover{color:var(--site-primary)}.site-page-intro{border-bottom-color:var(--site-rule);min-height:270px;padding:58px 32px 46px}.site-page-intro h1{color:#14213d;margin:10px 0 12px;font-size:42px;line-height:52px}.site-page-intro>p:last-child{color:var(--site-muted);font-size:15px;line-height:26px}.site-page-intro--docs{background:#f4f8ff}.site-example-library-header{border-bottom:1px solid var(--site-rule);background:var(--site-paper);justify-content:space-between;align-items:flex-end;gap:48px;width:min(100%,1280px);min-height:210px;margin:0 auto;padding:54px 32px 38px;display:flex}.site-example-library-header h1{color:#14213d;margin:8px 0;font-size:42px;line-height:50px}.site-example-library-header p{color:var(--site-muted);margin:0;font-size:15px;line-height:25px}.site-example-search{border:1px solid var(--site-rule-strong);color:#646a73;background:#fff;border-radius:7px;grid-template-columns:20px minmax(0,1fr) 32px;align-items:center;gap:7px;width:320px;min-height:44px;padding:0 5px 0 13px;transition:border-color .16s,box-shadow .16s;display:grid}.site-example-search:focus-within{border-color:var(--site-primary);box-shadow:0 0 0 3px #1677ff1f}.site-example-search input{width:100%;min-width:0;color:var(--site-ink);font:inherit;background:0 0;border:0;outline:0;padding:0;font-size:14px}.site-example-search input::placeholder{color:#646a73}.site-example-search button{color:#646a73;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.site-example-search button:hover{color:var(--site-primary);background:#f2f3f5}.site-example-browser{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:32px;width:min(100%,1280px);margin:0 auto;padding:32px 32px 76px;display:grid}.site-example-sidebar{border-right:1px solid var(--site-rule);min-width:0;padding-right:24px;position:sticky;top:92px}.site-example-sidebar>strong{color:#344054;margin-bottom:14px;font-size:13px;display:block}.site-example-sidebar nav{gap:4px;display:grid}.site-example-sidebar nav button{color:#4e5969;min-height:42px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:14px;display:flex}.site-example-sidebar nav button:hover{color:var(--site-primary);background:#f2f7ff}.site-example-sidebar nav button[aria-pressed=true]{color:var(--site-primary);background:#eaf3ff;font-weight:600}.site-example-sidebar nav small{color:#646a73;text-align:right;min-width:22px;font-size:11px}.site-example-sidebar__note{border-top:1px solid var(--site-rule);margin-top:22px;padding:20px 12px 0}.site-example-sidebar__note strong{color:var(--site-primary);font-size:12px}.site-example-sidebar__note p{color:#646a73;margin:6px 0 0;font-size:11px;line-height:18px}.site-example-results{min-width:0}.site-example-results__header{justify-content:space-between;align-items:flex-start;gap:24px;min-height:56px;margin-bottom:18px;display:flex}.site-example-results__header h2{color:#14213d;margin:0 0 4px;font-size:24px;line-height:32px}.site-example-results__header p,.site-example-results__header>span{color:#646a73;margin:0;font-size:12px;line-height:20px}.site-example-results__header>span{padding-top:6px}.site-example-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;width:auto;margin:0;padding:0;display:grid}.site-example-card{border:1px solid var(--site-rule);background:var(--site-paper);border-radius:8px;grid-template-rows:290px auto;min-width:0;transition:border-color .18s,transform .18s,box-shadow .18s;display:grid;overflow:hidden;box-shadow:0 3px 12px #1f232908}.site-example-card:first-child{grid-row:auto}.site-example-card:hover,.site-example-card:focus-within{border-color:#91caff;transform:translateY(-2px);box-shadow:0 10px 24px #1f232914}.site-example-card__preview,.site-example-card:first-child .site-example-card__preview{background:#fff;min-height:0;position:relative}.site-example-card__preview .tp-chart-stage__header{display:none}.site-example-card__preview .tp-chart-stage{padding:12px 8px 6px}.site-example-card__open{z-index:5;min-height:34px;color:var(--site-primary);opacity:0;background:#fffffff5;border:1px solid #b8d6ff;border-radius:6px;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:600;text-decoration:none;transition:opacity .16s,transform .16s,background .16s;display:inline-flex;position:absolute;bottom:14px;right:14px;transform:translateY(4px);box-shadow:0 5px 14px #1f23291a}.site-example-card:hover .site-example-card__open,.site-example-card:focus-within .site-example-card__open{opacity:1;transform:translateY(0)}.site-example-card__open:hover{color:#fff;background:var(--site-primary)}.site-example-card__body{border-top:1px solid var(--site-rule);gap:12px;min-height:170px;padding:18px 20px 20px;display:grid}.site-example-card__body>div:first-child{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.site-example-card__body small{color:var(--site-primary);order:2;font-size:11px;font-weight:600}.site-example-card__body h3{color:#25324a;margin:0;font-size:17px;line-height:25px}.site-example-card__body p{color:var(--site-muted);margin:0;font-size:12px;line-height:20px}.site-example-card__tags{flex-wrap:wrap;align-items:flex-end;gap:6px;display:flex}.site-example-card__tags span{color:#566071;background:#f2f3f5;border-radius:4px;padding:3px 7px;font-size:10px}.site-example-empty{border:1px dashed var(--site-rule-strong);color:#646a73;text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:48px 24px;display:flex}.site-example-empty h3{color:#344054;margin:14px 0 6px;font-size:18px}.site-example-empty p{margin:0 0 18px;font-size:13px}.site-example-empty button{min-height:36px;color:var(--site-primary);font:inherit;cursor:pointer;background:#fff;border:1px solid #b8d6ff;border-radius:6px;padding:0 13px;font-size:13px}.site-example-next{border-top:1px solid var(--site-rule);background:var(--site-paper);justify-content:space-between;align-items:center;gap:36px;padding:48px 32px;display:flex}.site-example-next>div{min-width:280px}.site-example-next h2{color:#14213d;margin:5px 0 0;font-size:24px;line-height:32px}.site-example-next p{max-width:520px;color:var(--site-muted);font-size:13px;line-height:22px}.site-docs{background:var(--site-paper)}.site-docs-layout{grid-template-columns:190px minmax(0,760px) minmax(190px,1fr);gap:44px;padding:48px 32px 100px}.site-docs-nav{top:88px}.site-docs-nav a{color:#4e5969;border-radius:5px;padding:8px 10px;font-size:13px}.site-docs-nav a:hover{color:var(--site-primary);background:#f2f7ff}.site-docs-content>section+section{border-top-color:var(--site-rule)}.site-docs-content section>header svg{color:var(--site-primary)}.site-docs-content section>header span{color:#646a73}.site-docs-content h2{color:#14213d}.site-docs-content p{color:var(--site-muted)}.site-docs-content pre{color:#25324a;background:#f6f8fb;border-color:#dce6f3}.site-docs-callout{border-left-color:var(--site-primary);background:#f2f7ff}.site-docs-meta{top:88px}.site-not-found{background:var(--site-paper)}.site-app :is(a,button,input):focus-visible{outline:2px solid var(--site-primary);outline-offset:3px}@media (width<=1120px){.site-header__inner{grid-template-columns:180px minmax(0,1fr) 190px;padding-left:24px;padding-right:24px}.site-hero__selector{right:24px}.site-hero,.site-example-library-header{padding-left:24px;padding-right:24px}.site-hero__chart-plane{left:24px;right:24px}.site-capabilities,.site-example-ledger,.site-install-band,.site-example-browser,.site-example-next,.site-docs-layout{padding-left:24px;padding-right:24px}.site-example-browser{grid-template-columns:180px minmax(0,1fr);gap:24px}.site-example-grid{grid-template-columns:repeat(2,minmax(260px,1fr))}.site-docs-layout{grid-template-columns:170px minmax(0,1fr)}.site-docs-meta{display:none}.site-install-band{grid-template-columns:minmax(250px,.8fr) minmax(330px,1.2fr)}}@media (width<=820px){.site-app[data-route=playground]{grid-template-rows:60px minmax(0,1fr)}.site-header__inner{grid-template-columns:minmax(0,1fr) 36px 38px;gap:8px;padding:0 18px}.site-header__actions{gap:0}.site-mobile-menu-button{border-color:var(--site-rule);border-radius:6px;width:38px;height:38px;display:inline-flex}.site-mobile-nav:not([hidden]){border-bottom-color:var(--site-rule);padding:8px 18px 14px;box-shadow:0 14px 30px #1f23291a}.site-mobile-nav a[aria-current=page]{color:var(--site-primary)}.site-hero{min-height:0;padding:48px 18px 22px}.site-hero__intro{padding-left:0}.site-hero h1{margin-top:7px;font-size:42px;line-height:49px}.site-hero__summary{font-size:18px;line-height:28px}.site-hero__summary span{font-size:13px;line-height:22px}.site-hero__selector{width:100%;margin-top:22px;position:static}.site-hero__selector button{flex:1 0 auto;justify-content:center}.site-hero__chart-plane{height:315px;margin:24px 0 0;padding-top:30px;position:relative;inset:auto}.site-hero__chart-meta{flex-direction:row;align-items:center;gap:10px;top:6px}.site-hero__chart-meta strong{text-overflow:ellipsis;white-space:nowrap;max-width:72%;overflow:hidden}.site-capabilities,.site-example-ledger{padding:60px 18px}.site-capabilities{padding-top:28px}.site-section-heading{grid-template-columns:minmax(0,1fr);gap:10px;padding-bottom:24px}.site-section-heading>span{grid-column:auto;margin-bottom:0}.site-section-heading h2{font-size:27px;line-height:36px}.site-capability-index,.site-example-ledger__rows{grid-template-columns:minmax(0,1fr)}.site-capability-index article,.site-capability-index article+article{border-left:1px solid var(--site-rule);min-height:0;padding:24px}.site-example-ledger__rows>a{min-height:120px}.site-install-band{border-left:0;border-right:0;grid-template-columns:minmax(0,1fr);gap:24px;padding:42px 18px 48px}.site-install-band .site-text-link{grid-column:auto}.site-footer{grid-template-columns:minmax(0,1fr);gap:22px;padding:32px 18px}.site-example-library-header{flex-direction:column;align-items:stretch;gap:24px;min-height:0;padding:42px 18px 30px}.site-example-library-header h1{font-size:36px;line-height:44px}.site-example-search{width:100%}.site-example-browser{grid-template-columns:minmax(0,1fr);gap:28px;padding:24px 18px 60px}.site-example-sidebar{border-right:0;padding-right:0;position:static}.site-example-sidebar>strong{display:none}.site-example-sidebar nav{scrollbar-width:none;gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.site-example-sidebar nav button{border:1px solid var(--site-rule);background:#fff;flex:none;gap:8px;min-height:38px}.site-example-sidebar nav button[aria-pressed=true]{border-color:#b8d6ff}.site-example-sidebar__note{display:none}.site-example-grid{grid-template-columns:minmax(0,1fr)}.site-example-card{grid-template-rows:300px auto}.site-example-card__open{opacity:1;transform:none}.site-example-next{flex-direction:column;align-items:flex-start;gap:18px;padding:42px 18px}.site-example-next>div{min-width:0}.site-example-next p{margin:0}.site-docs-layout{grid-template-columns:minmax(0,1fr);padding:28px 18px 76px}.site-docs-nav a:hover{background:0 0}}@media (prefers-reduced-motion:reduce){.site-example-card,.site-example-card__open,.site-example-ledger__rows>a,.site-button{transition-duration:.01ms;transform:none}}.playground{grid-template-rows:46px minmax(0,1fr);width:100%;min-width:0;height:100%;min-height:0;display:grid;overflow:hidden}.playground-filebar{z-index:50;background:#fff;border-bottom:1px solid #d8ddda;justify-content:space-between;align-items:center;min-width:0;padding:0 12px;display:flex;position:relative}.playground-filebar__actions{align-items:center;gap:6px;min-width:0;display:flex}.playground-example-switcher{color:#53615a;background:#fff;border:1px solid #cbd2ce;border-radius:5px;align-items:center;gap:7px;min-width:0;height:32px;padding:0 7px 0 9px;font-size:12px;display:inline-flex}.playground-example-switcher select{color:#23302a;width:158px;min-width:0;font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px}.playground-example-switcher select:focus-visible{outline-offset:3px;outline:2px solid #236b8e}.playground-tool-button,.playground-export-menu button{color:#23302a;min-height:32px;font:inherit;cursor:pointer;background:#fff;border:1px solid #cbd2ce;border-radius:5px;justify-content:center;align-items:center;gap:7px;font-size:13px;line-height:1;display:inline-flex}.playground-tool-button{padding:0 10px}.playground-tool-button:hover:not(:disabled),.playground-export-menu button:hover{background:#f2f5f3;border-color:#8f9b95}.playground-tool-button:focus-visible,.playground-export-menu button:focus-visible,.playground-icon-button:focus-visible,.playground-developer-tabs button:focus-visible,.playground-live-file-tabs button:focus-visible,.playground-usage-tabs button:focus-visible,.playground-code-panel:focus-visible,.playground-live-editor textarea:focus-visible{outline-offset:2px;outline:2px solid #236b8e}.playground-tool-button:disabled{cursor:not-allowed;opacity:.55}.playground-tool-button--primary{color:#fff;background:#126e57;border-color:#126e57}.playground-tool-button--primary:hover:not(:disabled){background:#0d5946;border-color:#0d5946}.playground-export-control{position:relative}.playground-export-menu{background:#fff;border:1px solid #cbd2ce;border-radius:6px;width:174px;padding:5px;display:grid;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 26px #18211d24}.playground-export-menu button{border-color:#0000;justify-content:flex-start;width:100%;padding:0 10px}.playground-file-status{color:#53615a;align-items:center;gap:8px;min-width:0;font-size:12px;display:flex}.playground-file-status strong{color:#34453d;font-size:11px}.playground-file-status[data-tone=error] strong{color:#b13f39}.playground-editor-surface{min-width:0;min-height:0;overflow:hidden}.playground-workspace{grid-template-columns:minmax(320px,clamp(340px,28vw,390px)) minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.playground-workspace[data-usage-open=false]{grid-template-columns:minmax(0,1fr)}.playground-usage-sidebar{background:#fff;border-right:1px solid #cbd2ce;min-width:0;min-height:0;overflow:hidden}.playground-usage-dialog{color:#18211d;background:#fff;border:0;border-left:1px solid #cbd2ce;border-radius:0;width:min(620px,100vw - 48px);max-width:none;height:100dvh;max-height:none;margin:0;padding:0;position:fixed;inset:0 0 0 auto;box-shadow:-18px 0 46px #18211d2e}.playground-usage-dialog::backdrop{background:#18211d57}.playground-usage-content{grid-template-rows:64px 46px minmax(0,1fr);width:100%;min-width:0;height:100%;min-height:0;display:grid}.playground-usage-header{border-bottom:1px solid #d8ddda;justify-content:space-between;align-items:center;gap:16px;padding:0 18px 0 20px;display:flex}.playground-usage-header h2{letter-spacing:0;margin:0 0 4px;font-size:17px;line-height:1.2}.playground-usage-header code{color:#5f6b65;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px}.playground-icon-button{color:#34453d;cursor:pointer;background:#fff;border:1px solid #cbd2ce;border-radius:5px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.playground-icon-button:hover{background:#f2f5f3;border-color:#8f9b95}.playground-developer-tabs,.playground-usage-tabs{background:#f7f9f8;border-bottom:1px solid #d8ddda;padding:0 12px;display:grid}.playground-developer-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.playground-usage-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.playground-developer-tabs button,.playground-usage-tabs button{color:#5f6b65;min-width:0;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:13px;display:inline-flex;position:relative}.playground-developer-tabs button[aria-selected=true],.playground-usage-tabs button[aria-selected=true]{color:#126e57;font-weight:650}.playground-developer-tabs button[aria-selected=true]:after,.playground-usage-tabs button[aria-selected=true]:after{content:"";background:#126e57;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.playground-code-panel{background:#fff;border:1px solid #cbd2ce;border-radius:6px;grid-template-rows:42px minmax(0,1fr);min-width:0;min-height:0;margin:12px;display:grid;overflow:hidden}.playground-code-panel__toolbar{color:#34453d;background:#f7f9f8;border-bottom:1px solid #d8ddda;justify-content:space-between;align-items:center;gap:12px;padding:0 8px 0 13px;font-size:12px;display:flex}.playground-copy-control{justify-content:flex-end;align-items:center;gap:6px;min-width:96px;display:flex}.playground-copy-status{color:#66736c;font-size:11px}.playground-icon-button--code{color:#34453d;background:0 0;border-color:#0000;width:30px;height:30px}.playground-icon-button--code:hover{background:#edf1ef;border-color:#cbd2ce}.playground-code-panel pre{color:#203029;tab-size:2;min-width:0;min-height:0;margin:0;padding:18px 20px 24px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12.5px;line-height:1.65;overflow:auto}.playground-code-panel code{font:inherit}.playground-usage-examples{grid-template-rows:49px minmax(0,1fr);min-width:0;min-height:0;display:grid}.playground-live-workspace{grid-template-rows:38px minmax(0,1fr);min-width:0;min-height:0;display:grid}.playground-live-file-tabs{background:#fff;border-bottom:1px solid #d8ddda;align-items:end;gap:18px;padding:0 14px;display:flex}.playground-live-file-tabs button{color:#66736c;height:38px;font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;position:relative}.playground-live-file-tabs button[aria-selected=true]{color:#126e57;font-weight:650}.playground-live-file-tabs button[aria-selected=true]:after{content:"";background:#126e57;height:2px;position:absolute;bottom:-1px;left:0;right:0}.playground-live-editor{background:#fff;border:1px solid #cbd2ce;border-radius:6px;grid-template-rows:44px minmax(0,1fr);min-width:0;min-height:0;margin:12px;display:grid;overflow:hidden}.playground-live-editor[hidden]{display:none}.playground-live-editor__toolbar{background:#f7f9f8;border-bottom:1px solid #d8ddda;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:0 6px 0 13px;display:flex}.playground-live-editor__toolbar>code{color:#34453d;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11.5px;overflow:hidden}.playground-live-editor__actions{flex:none;align-items:center;gap:4px;display:flex}.playground-live-editor__actions .playground-icon-button{width:30px;height:30px}.playground-icon-button--apply{color:#fff;background:#126e57;border-color:#126e57}.playground-icon-button--apply:hover{background:#0d5946;border-color:#0d5946}.playground-icon-button:disabled{cursor:not-allowed;opacity:.5}.playground-live-editor__status{color:#66736c;align-items:center;gap:5px;min-width:0;max-width:132px;font-size:10.5px;line-height:1;display:flex}.playground-live-editor__status strong,.playground-live-editor__status span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.playground-live-editor__status[data-tone=success] strong{color:#126e57}.playground-live-editor__status[data-tone=error] strong{color:#b13f39}.playground-live-editor__input{background:#fff;grid-template-columns:42px minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.playground-live-editor__input[data-disabled=true]{background:#f3f5f4}.playground-live-editor__gutter,.playground-live-editor textarea{tab-size:2;border:0;border-radius:0;min-width:0;min-height:0;margin:0;padding-top:14px;padding-bottom:20px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.6;overflow:auto}.playground-live-editor__gutter{color:#66736c;text-align:right;scrollbar-width:none;-webkit-user-select:none;user-select:none;background:#f7f9f8;padding-right:9px}.playground-live-editor textarea{box-sizing:border-box;resize:none;color:#1d2a24;caret-color:#126e57;white-space:pre;background:#fff;outline:0;width:100%;height:100%;padding-left:14px;padding-right:14px}.playground-live-editor textarea:focus-visible{outline-offset:-2px}.playground-live-editor textarea:disabled{color:#7b8781;background:#f3f5f4}.playground-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.playground-spin{animation:.9s linear infinite playground-spin}@keyframes playground-spin{to{transform:rotate(360deg)}}@media (width<=620px){.playground{grid-template-rows:44px minmax(0,1fr)}.playground-filebar{padding:0 8px}.playground-example-switcher{gap:5px;padding-left:7px;padding-right:5px}.playground-example-switcher>span{display:none}.playground-example-switcher select{width:126px;font-size:12px}.playground-export-menu{left:auto;right:0}.playground-tool-button span,.playground-file-status span{display:none}.playground-tool-button{width:34px;padding:0}.playground-file-status{gap:0}.playground-usage-dialog{width:100vw;box-shadow:none;border-left:0}.playground-usage-header{padding-left:14px;padding-right:12px}.playground-usage-tabs,.playground-developer-tabs{padding:0 4px}.playground-developer-tabs button,.playground-usage-tabs button{padding:0 6px}.playground-code-panel,.playground-live-editor{margin:10px}.playground-live-editor__status span{display:none}.playground-code-panel pre{padding:16px;font-size:12px}}@media (prefers-reduced-motion:reduce){.playground-spin{animation:none}}.site-home{background:#f5f7fa;overflow:hidden}.site-footer{grid-template-columns:minmax(0,1fr) auto}.site-app[data-route=home] .site-header{border-bottom:0;box-shadow:0 8px 28px #1018280f}.site-home+.site-footer{background:#f5f7fa;border-top:0}.site-home-eyebrow{color:var(--site-primary);letter-spacing:0;text-transform:uppercase;margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:11px;font-weight:700;line-height:18px}.site-home-hero{background:#f5f7fa;width:100%;height:min(740px,100dvh - 132px);min-height:680px}.site-home-hero__inner{grid-template-rows:auto minmax(0,1fr);width:min(100%,1280px);height:100%;margin:0 auto;padding:40px 32px 24px;display:grid}.site-home-hero__masthead{grid-template-columns:minmax(340px,5fr) minmax(480px,7fr);align-items:end;gap:64px;padding:4px 0 32px;animation:.46s cubic-bezier(.16,1,.3,1) both site-home-rise;display:grid}.site-home-hero__brand h1{color:var(--site-ink);letter-spacing:0;margin:10px 0 0;font-size:68px;font-weight:760;line-height:72px}.site-home-hero__pitch{justify-self:end;max-width:650px}.site-home-hero__lead{color:var(--site-ink);letter-spacing:0;margin:0 0 7px;font-size:27px;font-weight:650;line-height:38px}.site-home-hero__pitch>p:not(.site-home-hero__lead){max-width:610px;color:var(--site-muted);margin:0;font-size:14px;line-height:24px}.site-home-hero__actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.site-home-hero__jump svg{transition:transform .18s}.site-home-hero__jump:hover svg{transform:translateY(2px)}.site-home-hero__stage{--home-stage-accent:#0f745f;background:#fff;border-radius:8px;grid-template-rows:62px minmax(0,1fr);min-height:0;animation:.56s cubic-bezier(.16,1,.3,1) 60ms both site-home-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 50px #10182817}.site-home-hero__stage[data-accent=blue]{--home-stage-accent:#1267e5}.site-home-hero__stage[data-accent=coral]{--home-stage-accent:#b83f38}.site-home-hero__stage-bar{grid-template-columns:minmax(300px,1fr) auto;align-items:center;gap:24px;min-width:0;padding:0 18px 0 20px;display:grid}.site-home-hero__chart-meta{grid-template-columns:auto auto minmax(0,1fr);align-items:baseline;gap:9px;min-width:0;display:grid}.site-home-hero__chart-meta span{color:var(--home-stage-accent);text-transform:uppercase;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;font-weight:700;line-height:18px}.site-home-hero__chart-meta strong{color:var(--site-ink);white-space:nowrap;font-size:14px;line-height:22px}.site-home-hero__chart-meta p{min-width:0;color:var(--site-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;line-height:20px;overflow:hidden}.site-home-hero__selector{background:#eef2f7;border-radius:6px;align-items:center;gap:3px;height:40px;padding:3px;display:flex}.site-home-hero__selector button{color:#475467;height:34px;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0 11px;font-size:12px;transition:color .16s,background .16s;display:inline-flex;position:relative}.site-home-hero__selector button span{color:#5b6678;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px}.site-home-hero__selector button:hover{color:var(--site-primary)}.site-home-hero__selector button[aria-pressed=true]{color:var(--site-primary);background:#fff;border-radius:5px;box-shadow:0 4px 12px #10182817}.site-home-hero__selector button[aria-pressed=true] span{color:#0b54c0}.site-home-hero__chart{min-height:0;padding:4px 12px 12px}.site-home-hero .showcase-chart .tp-chart-stage{padding:4px 12px 8px}.site-home-hero .showcase-chart .tp-chart-stage__header{display:none}.site-home-hero .showcase-chart[data-interactive=true] .tp-editor[data-interaction-state=idle] .tp-chart-stage__plot canvas{cursor:grab}.site-home-hero .showcase-chart[data-interactive=true] .tp-editor[data-interaction-state=dragging] .tp-chart-stage__plot canvas{cursor:grabbing}.site-home-developer{color:var(--site-ink);background:#f5f7fa;scroll-margin-top:60px}.site-home-developer__inner{grid-template-columns:minmax(390px,5fr) minmax(520px,7fr);align-items:center;gap:72px;width:min(100%,1280px);margin:0 auto;padding:72px 32px 104px;display:grid}.site-home-developer .site-home-eyebrow{color:var(--site-primary)}.site-home-developer h2{color:var(--site-ink);letter-spacing:0;margin:12px 0 0;font-size:42px;font-weight:690;line-height:52px}.site-home-developer__summary{max-width:520px;color:var(--site-muted);margin:18px 0 0;font-size:15px;line-height:27px}.site-home-install{background:#fff;border-radius:6px;grid-template-columns:20px minmax(0,1fr) 40px;align-items:center;gap:9px;min-height:46px;margin-top:28px;padding-left:13px;display:grid;position:relative;box-shadow:0 10px 28px #10182814}.site-home-install>svg{color:var(--site-primary)}.site-home-install code{color:#25324a;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;overflow:hidden}.site-home-install button{color:#526071;cursor:pointer;background:0 0;border:0;border-radius:0 5px 5px 0;justify-content:center;align-items:center;width:40px;height:44px;padding:0;display:inline-flex}.site-home-install button:hover{color:var(--site-primary);background:#f0f5ff}.site-home-install>span{color:var(--site-muted);font-size:10px;position:absolute;bottom:-21px;right:0}.site-home-developer__flow{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:42px 0 0;padding:0;list-style:none;display:grid}.site-home-developer__flow li{background:#fff;border-radius:7px;grid-template-rows:18px minmax(0,1fr);grid-template-columns:20px minmax(0,1fr);align-items:start;gap:5px 11px;min-height:102px;padding:14px;display:grid;box-shadow:0 8px 24px #10182812}.site-home-developer__index{color:#5f6f82;grid-area:1/1;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:9px;font-weight:700}.site-home-developer__flow svg{color:#138a72;grid-area:2/1}.site-home-developer__flow li>span:last-child{grid-area:1/2/span 2}.site-home-developer__flow strong,.site-home-developer__flow small{display:block}.site-home-developer__flow strong{color:var(--site-ink);font-size:12px;line-height:18px}.site-home-developer__flow small{color:var(--site-muted);margin-top:1px;font-size:11px;line-height:17px}.site-home-code{background:#fff;border-radius:8px;min-width:0;overflow:hidden;box-shadow:0 18px 50px #10182817}.site-home-code__header{color:#344054;background:#f7f9fc;justify-content:space-between;align-items:center;gap:20px;min-height:48px;padding:0 18px;font-size:12px;display:flex}.site-home-code__header span{align-items:center;gap:8px;font-weight:650;display:inline-flex}.site-home-code__header svg{color:var(--site-primary)}.site-home-code__header small{color:#667085;font-size:10px}.site-home-code pre{color:#25324a;tab-size:2;background:#fff;min-height:340px;margin:0;padding:24px 26px 28px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.72;overflow:auto}.site-home-code code{min-width:max-content;font:inherit;display:block}.site-home-code code>span{white-space:pre;min-height:1.72em;padding-left:40px;display:block;position:relative}.site-home-code code>span:before{color:#5f6f82;content:attr(data-line-number);text-align:right;-webkit-user-select:none;user-select:none;width:22px;font-size:10px;position:absolute;left:0}@keyframes site-home-rise{0%{transform:translateY(16px)}to{transform:translateY(0)}}@media (width<=1080px){.site-home-hero__inner{padding-left:24px;padding-right:24px}.site-home-hero__masthead{grid-template-columns:minmax(300px,5fr) minmax(420px,7fr);column-gap:40px}.site-home-hero__stage-bar{gap:14px}.site-home-hero__chart-meta p{display:none}.site-home-developer__inner{grid-template-columns:minmax(340px,5fr) minmax(460px,7fr);gap:44px;padding-left:24px;padding-right:24px}}@media (width<=820px){.site-footer{grid-template-columns:minmax(0,1fr)}.site-home-hero{height:auto;min-height:0}.site-home-hero__inner{padding:34px 18px 0;display:block}.site-home-hero__masthead{padding:0;display:block}.site-home-hero__brand h1{margin-top:7px;font-size:46px;line-height:52px}.site-home-hero__pitch{max-width:none;margin-top:18px}.site-home-hero__lead{margin-bottom:5px;font-size:21px;line-height:30px}.site-home-hero__pitch>p:not(.site-home-hero__lead){font-size:13px;line-height:22px}.site-home-hero__actions{gap:8px;margin-top:15px}.site-home-hero__actions .site-button{min-height:38px;padding:0 12px;font-size:12px}.site-home-hero__stage{grid-template-rows:auto 300px;margin-top:26px}.site-home-hero__stage-bar{grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;padding:14px 0 12px}.site-home-hero__chart-meta{grid-column:1/-1;grid-template-columns:auto minmax(0,1fr)}.site-home-hero__chart-meta p{display:none}.site-home-hero__selector{min-width:0}.site-home-hero__selector button{gap:4px;padding:0 9px;font-size:11px}.site-home-hero__chart{padding-bottom:4px}.site-home-hero .showcase-chart .tp-chart-stage{padding:2px 0 4px}.site-home-developer h2{margin-top:9px;font-size:30px;line-height:39px}.site-home-developer__inner{padding:74px 18px 78px;display:block}.site-home-code{margin-top:52px}.site-home-code__header{padding:0 14px}.site-home-code pre{background:#fff;min-height:0;padding:20px 20px 24px;font-size:11px;line-height:1.68}}@media (width<=420px){.site-home-hero__selector button span{display:none}.site-home-hero__selector button{padding:0 8px}}@media (prefers-reduced-motion:reduce){.site-home-hero__masthead,.site-home-hero__stage{animation:none}.site-home-hero__jump svg{transition-duration:.01ms;transform:none}}.site-header{border-bottom:0;box-shadow:0 8px 28px #1018280f}.site-examples,.site-docs,.site-app[data-route=not-found]{background:var(--site-canvas)}.site-examples+.site-footer,.site-docs+.site-footer{background:var(--site-canvas);border-top:0}.site-example-library-header{background:0 0;border-bottom:0;min-height:226px;padding-top:58px;padding-bottom:36px}.site-example-search{border:0;box-shadow:0 10px 28px #10182814}.site-example-search:focus-within{box-shadow:0 0 0 3px #1267e521,0 12px 30px #1018281a}.site-example-browser{grid-template-columns:216px minmax(0,1fr);gap:28px;padding-top:16px}.site-example-sidebar{background:#fff;border-right:0;border-radius:8px;padding:18px;top:84px;box-shadow:0 10px 30px #10182812}.site-example-sidebar nav{gap:6px}.site-example-sidebar nav button{background:#f7f9fc}.site-example-sidebar nav button:hover{background:#eef4ff}.site-example-sidebar nav button[aria-pressed=true]{background:#e8f1ff}.site-example-sidebar__note{background:#f5f7fa;border-top:0;border-radius:6px;margin-top:16px;padding:14px}.site-example-card{border:0;box-shadow:0 10px 30px #10182812}.site-example-card:hover,.site-example-card:focus-within{border-color:#0000;box-shadow:0 18px 42px #1018281f}.site-example-card__body{border-top:0}.site-example-card__preview,.site-example-card:first-child .site-example-card__preview{background:#fbfcfe}.site-example-empty{border:0;box-shadow:0 10px 30px #10182812}.site-example-next{background:#fff;border-top:0;border-radius:8px;width:min(100% - 64px,1216px);margin:0 auto 72px;padding:34px 36px;box-shadow:0 12px 34px #10182812}.site-page-intro--docs{background:0 0;border-bottom:0;min-height:250px;padding-top:54px;padding-bottom:36px}.site-docs-layout{grid-template-columns:190px minmax(0,760px) minmax(190px,1fr);gap:24px;padding-top:8px}.site-docs-nav,.site-docs-meta{background:#fff;border:0;border-radius:8px;padding:16px;top:84px;box-shadow:0 10px 30px #10182812}.site-docs-nav>span{padding:2px 10px 10px}.site-docs-nav a{border-radius:6px;padding:9px 10px}.site-docs-content{grid-template-columns:minmax(0,1fr);gap:16px;display:grid}.site-docs-content>section,.site-docs-content>section+section{background:#fff;border-top:0;border-radius:8px;min-width:0;padding:30px;box-shadow:0 10px 30px #10182812}.site-docs-content section>header{margin-bottom:18px}.site-docs-content pre{background:#f5f7fa;border:0;width:100%}.site-docs-comparison{border:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.site-docs-comparison>div,.site-docs-comparison>div+div{background:#f5f7fa;border:0;border-radius:6px;min-height:148px;padding:18px}.site-docs-comparison p{margin-bottom:0}.site-docs-callout{background:#eef4ff;border-left:0;border-radius:6px;padding:18px 20px}.site-docs-meta{padding:20px}.site-docs-meta strong{margin-bottom:16px}.site-docs-meta dl{gap:6px;display:grid}.site-docs-meta dl>div{background:#f5f7fa;border-top:0;border-radius:5px;padding:9px 10px}.site-app[data-route=not-found]{padding-bottom:64px}.site-not-found{background:#fff;border-radius:8px;width:min(100% - 64px,1216px);min-height:430px;margin:64px auto 0;padding:64px;box-shadow:0 18px 50px #10182817}.site-app[data-route=playground]{background:#edf2f7}.playground{background:#edf2f7;grid-template-rows:50px minmax(0,1fr)}.playground-filebar{border-bottom:0;padding:0 16px;box-shadow:0 6px 20px #10182812}.playground-tool-button,.playground-export-menu button,.playground-icon-button{color:#344054;border-color:#d5deea}.playground-example-switcher{color:#526071;border-color:#d5deea}.playground-example-switcher select{color:#344054}.playground-tool-button:hover:not(:disabled),.playground-export-menu button:hover,.playground-icon-button:hover{background:#f5f7fa;border-color:#b6c5d8}.playground-tool-button--primary,.playground-icon-button--apply{border-color:var(--site-primary);color:#fff;background:var(--site-primary)}.playground-tool-button--primary:hover:not(:disabled),.playground-icon-button--apply:hover{border-color:var(--site-primary-hover);background:var(--site-primary-hover)}.playground-file-status[data-tone=success] strong{color:var(--site-primary)}.playground-workspace{background:#edf2f7;gap:10px;padding:10px}.playground-usage-sidebar,.playground-editor-surface{background:#fff;border:0;border-radius:8px;box-shadow:0 10px 30px #10182814}.playground-editor-surface .tp-editor{--tp-bg:#f5f7fa;--tp-surface:#fff;--tp-surface-subtle:#eef2f7;--tp-text:#101828;--tp-text-muted:#526071;--tp-border:#e2e8f0;--tp-border-strong:#c3cfdd;--tp-accent:#1267e5;--tp-accent-hover:#0b54c0;--tp-accent-soft:#e8f1ff;border:0;border-radius:8px;height:100%}.playground-usage-content{border-radius:inherit}.playground-usage-header,.playground-developer-tabs,.playground-usage-tabs,.playground-live-file-tabs,.playground-code-panel__toolbar,.playground-live-editor__toolbar{border-color:#e2e8f0}.playground-developer-tabs,.playground-usage-tabs,.playground-code-panel__toolbar,.playground-live-editor__toolbar{background:#f7f9fc}.playground-developer-tabs button[aria-selected=true],.playground-usage-tabs button[aria-selected=true],.playground-live-file-tabs button[aria-selected=true]{color:var(--site-primary)}.playground-developer-tabs button[aria-selected=true]:after,.playground-usage-tabs button[aria-selected=true]:after,.playground-live-file-tabs button[aria-selected=true]:after{background:var(--site-primary)}.playground-code-panel,.playground-live-editor{background:#fff;border:0;box-shadow:0 6px 20px #10182812}.playground-live-editor__gutter{background:#f7f9fc}.playground-live-editor textarea{caret-color:var(--site-primary)}.playground-usage-dialog{border-left:0;border-radius:8px;height:auto;inset:10px 10px 10px auto;box-shadow:-18px 0 46px #1018282e}@media (width<=1120px){.site-example-browser{grid-template-columns:190px minmax(0,1fr)}.site-example-next{width:min(100% - 48px,1216px)}.site-docs-layout{grid-template-columns:176px minmax(0,1fr)}}@media (width<=820px){.site-example-library-header{padding-top:42px;padding-bottom:26px}.site-example-browser{grid-template-columns:minmax(0,1fr);gap:22px;padding-top:8px}.site-example-sidebar{padding:8px}.site-example-sidebar nav button{border:0}.site-example-next{width:calc(100% - 36px);margin-bottom:56px;padding:28px 24px}.site-page-intro--docs{min-height:0;padding-top:42px;padding-bottom:28px}.site-docs-layout{grid-template-columns:minmax(0,1fr);gap:14px;padding-top:4px}.site-docs-nav{border-bottom:0;gap:4px;padding:8px;display:flex;position:static;overflow-x:auto}.site-docs-nav a,.site-docs-nav a:hover{background:#f5f7fa;padding:8px 10px}.site-docs-content{gap:12px}.site-docs-content>section,.site-docs-content>section+section{padding:22px}.site-docs-comparison{grid-template-columns:minmax(0,1fr)}.site-docs-comparison>div,.site-docs-comparison>div+div{border:0;min-height:0;padding:16px}.site-app[data-route=not-found]{padding-bottom:28px}.site-not-found{width:calc(100% - 36px);min-height:380px;margin-top:28px;padding:40px 24px}}@media (width<=620px){.playground{grid-template-rows:46px minmax(0,1fr)}.playground-filebar{padding:0 10px}.playground-file-status{display:none}.playground-workspace{gap:6px;padding:6px}.playground-usage-dialog{border-radius:0;width:100vw;inset:0}}
