:root{--datum-font-family:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--datum-font-size-sm:.6875rem;--datum-font-size-base:.875rem;--datum-font-size-lg:1.25rem;--datum-font-weight-regular:400;--datum-font-weight-medium:500;--datum-font-weight-semibold:600;--datum-font-weight-bold:700;--datum-color-heading:#1f2937;--datum-color-body:#4b5563;--datum-color-muted:#70757a;--datum-color-subtle:#cbd5e1;--datum-color-caption:#9ca3af;--datum-color-disabled:#9ca3af;--datum-space-2xs:.125rem;--datum-space-xs:.25rem;--datum-space-sm:.375rem;--datum-space-md:.5rem;--datum-space-base:.75rem;--datum-axis-color:#dadce0;--datum-grid-color:#f1f3f4;--datum-stroke-width:.0625rem;--datum-legend-swatch-stroke:#00000026;--datum-legend-swatch-radius:.125rem;--datum-crosshair-color:#94a3b8;--datum-crosshair-dash:3 3;--datum-crosshair-dot-fill:#fff;--datum-crosshair-dot-stroke-width:.125rem;--datum-tooltip-bg:#0f172af0;--datum-tooltip-color:#f8fafc;--datum-tooltip-radius:.375rem;--datum-tooltip-padding:.5rem .75rem;--datum-tooltip-shadow:0 .25rem .375rem -.0625rem #00000040, 0 .125rem .25rem -.125rem #00000040;--datum-tooltip-transition:opacity .12s ease-out, transform .12s ease-out;--datum-transition-default:opacity .2s ease-in-out}.datum-container{width:100%;margin-block:1rem;position:relative}.datum-svg{width:100%;display:block;overflow:hidden}.datum-ff{font-family:var(--datum-font-family)}.datum-fs-sm{font-size:var(--datum-font-size-sm)}.datum-fs-base{font-size:var(--datum-font-size-base)}.datum-fs-lg{font-size:var(--datum-font-size-lg)}.datum-fw-400{font-weight:var(--datum-font-weight-regular)}.datum-fw-500{font-weight:var(--datum-font-weight-medium)}.datum-fw-600{font-weight:var(--datum-font-weight-semibold)}.datum-fw-700{font-weight:var(--datum-font-weight-bold)}.datum-color-heading{color:var(--datum-color-heading);fill:var(--datum-color-heading)}.datum-color-body{color:var(--datum-color-body);fill:var(--datum-color-body)}.datum-color-muted{color:var(--datum-color-muted);fill:var(--datum-color-muted)}.datum-title{margin:0 0 .25rem}.datum-subtitle{margin:0 0 .75rem}.datum-caption{margin:.5rem 0 0}.datum-axis-line,.datum-axis-tick{stroke:var(--datum-axis-color);stroke-width:var(--datum-stroke-width);fill:none}.datum-grid-line{stroke:var(--datum-grid-color);stroke-width:var(--datum-stroke-width);fill:none}.datum-grid-line-zero{stroke:var(--datum-axis-color);stroke-width:var(--datum-stroke-width);fill:none}.datum-axis-text-y{dominant-baseline:central;text-anchor:end}.datum-axis-text-x{dominant-baseline:central}.datum-legend-item{cursor:pointer;user-select:none}.datum-legend-swatch{stroke:var(--datum-legend-swatch-stroke);stroke-width:var(--datum-stroke-width);rx:var(--datum-legend-swatch-radius)}.datum-legend-text{dominant-baseline:central}.datum-legend-item-disabled .datum-legend-swatch{fill:var(--datum-color-disabled)!important;stroke:var(--datum-color-disabled)!important}.datum-legend-item-disabled .datum-legend-text{fill:var(--datum-color-disabled)!important}.datum-crosshair-ruler{stroke:var(--datum-crosshair-color);stroke-width:var(--datum-stroke-width);stroke-dasharray:var(--datum-crosshair-dash);fill:none}.datum-crosshair-dot{fill:var(--datum-crosshair-dot-fill);stroke-width:var(--datum-crosshair-dot-stroke-width)}.datum-hit-target{cursor:crosshair;fill:#0000!important}.datum-tooltip{pointer-events:none;z-index:100;background-color:var(--datum-tooltip-bg);color:var(--datum-tooltip-color);padding:var(--datum-tooltip-padding);border-radius:var(--datum-tooltip-radius);box-shadow:var(--datum-tooltip-shadow);transition:var(--datum-tooltip-transition);white-space:nowrap;border:.0625rem solid #0000;display:none;position:absolute}.datum-tooltip-title{font-size:.625rem;font-weight:var(--datum-font-weight-semibold);color:var(--datum-crosshair-color);text-transform:uppercase;margin-bottom:.25rem}.datum-tooltip-row{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.1875rem;display:flex}.datum-tooltip-label-wrapper{align-items:center;gap:.375rem;display:flex}.datum-tooltip-swatch{border-radius:var(--datum-legend-swatch-radius);width:.4375rem;height:.4375rem;display:inline-block}.datum-tooltip-label{color:var(--datum-color-subtle)}.datum-tooltip-value{font-weight:var(--datum-font-weight-semibold);color:#fff}.datum-axis-label{opacity:1}.datum-chart.is-animated .datum-axis-label{opacity:0;animation:.35s forwards datum-fade-in;animation-delay:calc(sibling-index() * var(--datum-axis-delay,40ms))}@keyframes datum-fade-in{0%{opacity:0}to{opacity:1}}.datum-chart.is-animated .datum-clip-wrapper{clip-path:inset(-20px 100% -20px 0);animation:1s ease-in-out forwards datum-wipe-reveal;animation-delay:var(--datum-canvas-delay,.5s)}@keyframes datum-wipe-reveal{to{clip-path:inset(-20px 0% -20px 0)}}:root{--font-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--color-background:#fff;--color-surface:#f7f8fa;--color-surface-hover:#f0f2f5;--color-text:#17191c;--color-text-secondary:#62676f;--color-text-muted:#8a9099;--color-border:#e3e6ea;--color-border-strong:#cdd1d7;--color-code-background:#17191c;--color-code-text:#e9edf2;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-accent-soft:#eff6ff;--page-width:1280px;--content-width:800px;--header-height:68px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:3rem;--space-8:4rem;--space-9:6rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-sm:0 1px 2px #0000000a, 0 1px 4px #00000008;--shadow-md:0 8px 24px #00000014}*,:before,:after{box-sizing:border-box}html{font-family:var(--font-sans);color:var(--color-text);background:var(--color-background);scroll-behavior:smooth;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}body{min-width:320px;min-height:100vh;margin:0;font-size:16px;line-height:1.6}img,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}button{cursor:pointer}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;margin:0;line-height:1.15}h1{font-size:clamp(2.75rem,6vw,5rem);font-weight:700}h2{font-size:clamp(2rem,4vw,3rem);font-weight:650}h3{font-size:1.35rem;font-weight:650}p{margin:0}a{color:inherit;text-decoration:none}strong{font-weight:650}code,pre{font-family:var(--font-mono)}.container{width:min(calc(100% - 3rem), var(--page-width));margin-inline:auto}.content{width:min(100%, var(--content-width))}.button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-sm);border:1px solid #0000;min-height:44px;padding:.65rem 1.1rem;font-weight:600;line-height:1;transition:background-color .12s,border-color .12s,color .12s,transform .12s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button-primary{color:#fff;background:var(--color-accent)}.button-primary:hover{background:var(--color-accent-hover)}.button-secondary{color:var(--color-text);background:var(--color-background);border-color:var(--color-border)}.button-secondary:hover{background:var(--color-surface);border-color:var(--color-border-strong)}pre{padding:var(--space-5);color:var(--color-code-text);background:var(--color-code-background);border-radius:var(--radius-md);margin:0;font-size:.875rem;line-height:1.7;overflow-x:auto}:not(pre)>code{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;padding:.15rem .35rem;font-size:.875em}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.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}@media (width<=720px){:root{--header-height:60px}.container{width:min(calc(100% - 2rem), var(--page-width))}}.site-header{z-index:100;height:var(--header-height);border-bottom:1px solid var(--color-border);backdrop-filter:blur(12px);background:#ffffffe6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;height:100%;display:flex}.brand{align-items:center;gap:.7rem;display:inline-flex}.brand-name{letter-spacing:-.035em;font-size:1.2rem;font-weight:700}.brand-mark{border-radius:5px;align-items:flex-end;gap:2px;width:24px;height:24px;display:flex;overflow:hidden}.brand-mark span{border-radius:1px 1px 0 0;flex:1}.brand-mark span:first-child{background:#4285f4;height:55%}.brand-mark span:nth-child(2){background:#ea4335;height:82%}.brand-mark span:nth-child(3){background:#fbbc05;height:68%}.brand-mark span:nth-child(4){background:#34a853;height:100%}.site-nav{align-items:center;gap:.25rem;display:flex}.nav-link,.github-link{color:var(--color-text-secondary);border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.9rem;font-weight:500;transition:color .12s,background-color .12s;display:inline-flex}.nav-link:hover,.github-link:hover{color:var(--color-text);background:var(--color-surface)}.nav-link.active{color:var(--color-text);font-weight:600}.github-link{border-left:1px solid var(--color-border);border-radius:0;margin-left:.5rem;padding-left:1rem}@media (width<=640px){.nav-link{display:none}.github-link{border-left:0}}
