:root{--buncss-light:initial;--buncss-dark: ;color-scheme:light;--background:#fff;--background-highlight:#f3f4f6;--text:#20242d;--muted:#667085;--line:#d7dbe2;--orange:#e69f00;--blue:#56b4e9;--green:#009e73;--yellow:#f0e442;--dark-blue:#0072b2;--red:#d55e00;--request-green:#04bf8a;--heading-font:"Iowan Old Style","Palatino Linotype","URW Palladio L",P052,serif;--body-font:Seravek,"Gill Sans Nova",Ubuntu,Calibri,"DejaVu Sans",source-sans-pro,sans-serif;--code-font:ui-monospace,"Cascadia Code","Source Code Pro",Menlo,Consolas,"DejaVu Sans Mono",monospace;--max-width:780px}*,*:before,*:after{box-sizing:border-box}html{background:var(--background);scroll-behavior:smooth}body{background:var(--background);color:var(--text);font:14pt/1.5 var(--body-font);overflow-x:hidden;min-width:320px;min-height:100vh;margin:0}.color-bar{display:flex;width:100%;height:.7rem}.color-bar span{flex:1}.color-bar span:first-child{background:#4ba69d}.color-bar span:nth-child(2){background:#a0d9d3}.color-bar span:nth-child(3){background:#f29e38}.color-bar span:nth-child(4){background:#f27405}.color-bar span:nth-child(5){background:#bf4904}.post{max-width:var(--max-width);width:100%;margin:0 auto;padding:2.4rem 1rem 5rem}.post-header{text-align:center;width:100%;margin:0 auto 1.5rem}.post-kicker{color:var(--muted);font:.8rem var(--code-font);margin:0}.post-deck{color:var(--muted);text-wrap:balance;max-width:640px;margin:.7rem auto 0;padding:0;font-size:1rem}h1,h2,h3{font-family:var(--heading-font);line-height:1.2}h1{text-wrap:pretty;margin:.55rem 0 0;font-size:clamp(2.7rem,8vw,3.8rem)}h2{margin:0;padding-top:3.2rem;font-size:2rem}h3{margin:0;padding-top:2.7rem;font-size:1.65rem}p{margin:0;padding:.8rem 0}code,pre{font-family:var(--code-font)}p code{font-weight:700}.anchor{color:#a16207;text-decoration:none}.anchor:hover{text-decoration:underline}.demo-kicker{color:var(--muted);font:700 .7rem var(--code-font);letter-spacing:.04em;margin:0;padding:2.8rem 0 0}.demo-kicker+h3{padding-top:.35rem}.section-explainer{max-width:48rem;padding:.8rem 0 1rem}.legend{display:grid;grid-template-columns:repeat(4,1fr);background:var(--background-highlight);border-radius:.75rem;gap:.7rem;margin:1.4rem 0 0;padding:1rem}.legend>div{display:grid;grid-template-columns:22px 1fr;grid-template-rows:auto auto;align-items: center;column-gap:.45rem}.legend-shape{grid-row:1/3;display:block;justify-self:center;width:15px;height:15px}.legend strong{font-size:.72rem}.legend small{color:var(--muted);font-size:.62rem}.future-shape{border:2px solid var(--blue);border-radius:50%}.waiting-shape{border:2px solid var(--request-green);background:#fff;border-radius:50%}.running-shape{background:var(--request-green);border-radius:2px}.completed-shape{position:relative;background:var(--orange);border-radius:2px}.completed-shape:after{content:"";position:absolute;background:#fff;border-radius:50%;inset:4px}.policy-section{scroll-margin-top:1rem}.chapter-intro{border-top:1px solid var(--line);margin-top:4rem;padding-top:.6rem}.chapter-intro h2{padding-top:.3rem}.time-chapter{margin-top:3rem}.overlap-chapter{margin-top:5rem}.policy-demo{margin:1rem 0 0}.figure-toolbar{display:flex;justify-content:flex-end;min-height:34px;margin-bottom:.45rem}.visual-expand{border:1px solid var(--line);background:var(--background);color:var(--text);font:700 .72rem var(--body-font);cursor:pointer;border-radius:7px;min-height:34px;padding:0 .8rem}.visual-expand:hover{background:var(--background-highlight)}.visual-expand:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}.simulation-header{display:flex;font-family:var(--code-font);justify-content:space-between;align-items:baseline;padding:.35rem .2rem .6rem}.simulation-header div{display:flex;align-items:baseline;gap:.55rem}.simulation-header span{color:var(--muted);text-transform:uppercase;font-size:.76rem}.simulation-header strong{font-size:.98rem}.simulation-header .spec-note strong{color:var(--muted);font-size:.84rem;font-weight:600}.canvas-host{position:relative;border:1px solid var(--line);overflow:hidden;background:#fff;border-radius:.75rem;width:100%;height:650px}.backfill-section .canvas-host{height:800px}.canvas-host canvas{display:block;width:100%;height:100%}.transport{display:flex;gap:.5rem;padding:.8rem 0 0}.transport button{color:#fff;font:700 .78rem var(--body-font);cursor:pointer;background:#20242d;border:0;border-radius:8px;min-height:40px;padding:0 1.1rem}.transport button:hover{background:#424957}button:focus-visible{outline:3px solid var(--yellow);outline-offset:2px}body.visual-is-expanded{overflow:hidden}.visual-zoom-dialog{border:1px solid var(--line);background:var(--background);color:var(--text);overflow:auto;border-radius:.8rem;width:min(1500px,100vw - 2rem);max-width:none;height:calc(100dvh - 2rem);max-height:none;padding:1rem}.visual-zoom-dialog.time-visual-zoom{height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - 2rem)}.visual-zoom-dialog::backdrop{background:#20242db8}.visual-zoom-dialog .visual-figure.is-expanded{width:100%;margin:0}.visual-zoom-dialog .figure-toolbar{position:sticky;z-index:3;background:var(--background);padding-bottom:.45rem;top:0}.visual-zoom-dialog .policy-demo.is-expanded{display:flex;flex-direction:column;min-height:100%}.visual-zoom-dialog .policy-demo.is-expanded .canvas-host{flex:auto;height:auto;min-height:550px}.visual-zoom-dialog .policy-demo.is-expanded .transport{flex:none}.visual-zoom-dialog .time-figure.is-expanded .time-chart,.visual-zoom-dialog .time-figure.is-expanded .schedule-parts{width:min(1400px,100%);margin-inline-start:auto;margin-inline-end:auto}.time-section{scroll-margin-top:1rem}.time-section>p{color:var(--muted);font-size:.94rem}.time-section>.demo-kicker{font-size:.7rem}.time-figure{margin:1rem 0 0}.time-chart{border-block:1px solid var(--line);background:var(--background);width:100%}.time-chart svg{display:block;overflow:visible;width:100%;height:auto}.time-chart text{font-family:var(--code-font);fill:var(--text);font-size:12px}.time-chart .time-axis{stroke:var(--line);stroke-width:2}.time-chart .lane-title{font-family:var(--body-font);font-size:15px;font-weight:700}.time-chart .lane-note{fill:var(--muted);font-size:11px}.time-chart .axis-heading{fill:var(--muted);text-transform:uppercase;font-size:11px;font-weight:700}.time-chart .marker-label{font-family:var(--body-font);font-size:12px;font-weight:700}.time-chart .timestamp-label{fill:var(--muted);font-size:10px}.time-chart .jitter-row-label{font-size:12px;font-weight:700}.time-chart .time-marker{stroke-width:2;transform-box:fill-box;transform-origin:center;transition:opacity .18s,transform .18s}.time-chart .time-marker.nominal{fill:var(--background);stroke:var(--dark-blue)}.time-chart .time-marker.actual{fill:var(--blue);stroke:var(--dark-blue)}.time-chart .time-marker.desired{fill:var(--yellow);stroke:#a16207}.time-chart .time-marker.start{fill:var(--request-green);stroke:#007a58}.time-chart .time-marker.close{fill:var(--orange);stroke:#9a6800}.time-chart .time-marker.missed{fill:none;stroke:var(--red);stroke-width:3}.time-chart .is-pending{opacity:.14}.time-chart .is-revealed{opacity:1}.time-chart .duration-bracket{stroke-width:1.5}.time-chart .duration-label{font-size:10px}.time-chart .duration-bracket.jitter{stroke:var(--dark-blue)}.time-chart .duration-label.jitter{fill:var(--dark-blue)}.time-chart .duration-bracket.delay{stroke:#a16207}.time-chart .duration-label.delay{fill:#a16207}.time-chart .duration-bracket.runtime{stroke:var(--green)}.time-chart .duration-label.runtime{fill:var(--green)}.time-chart .next-nominal{stroke:var(--muted);stroke-width:1;stroke-dasharray:3 3}.time-chart .catchup-band{fill:var(--blue);opacity:.18}.time-chart .deadline-line{stroke:var(--red);stroke-width:1.5;stroke-dasharray:4 3}.time-chart .now-line{stroke:var(--text);stroke-width:2}.time-chart .band-label{fill:var(--dark-blue);font-family:var(--body-font);font-size:12px;font-weight:700}.time-chart .outcome-label{font-family:var(--body-font);font-size:12px;font-weight:700}.time-chart .outcome-label.missed{fill:var(--red)}.time-chart .outcome-label.eligible{fill:var(--green)}.time-chart .spec-tick{stroke:var(--muted);stroke-width:1.5}.time-chart .spec-tick.selected{stroke:var(--dark-blue);stroke-width:2.5}.time-chart .processing-cursor{stroke:var(--orange);stroke-width:2;stroke-dasharray:4 3}.time-chart .selected{fill:var(--dark-blue);font-weight:700}.schedule-parts{display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line);margin:1rem 0 0}.schedule-parts>div{display:grid;gap:.28rem;padding:1rem}.schedule-parts>div+div{border-left:1px solid var(--line)}.schedule-parts span{color:var(--muted);font:700 .65rem var(--code-font)}.schedule-parts strong{font-family:var(--heading-font);font-size:1.35rem}.schedule-parts small{color:var(--muted);font-size:.85rem}.time-api-note{border-left:4px solid var(--orange);background:var(--background-highlight);margin:1rem 0;padding:.85rem 1rem;font-size:.9rem}.time-glossary{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);margin:0}.time-glossary>div{border-bottom:1px solid var(--line);padding:.9rem 1rem .95rem 0}.time-glossary>div:nth-child(2n){border-left:1px solid var(--line);padding-left:1rem}.time-glossary dt{font:700 .78rem var(--code-font)}.time-glossary dd{color:var(--muted);margin:.28rem 0 0;font-size:.82rem;line-height:1.4}.source-note{margin-top:1rem;font-size:.8rem!important}.source-note a{color:var(--dark-blue)}.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0}@media (max-width:620px){body{font-size:12.5pt}.post{padding-top:1.8rem}.legend{grid-template-columns:1fr 1fr}.canvas-host{height:900px}.backfill-section .canvas-host{height:1150px}.transport{display:grid;grid-template-columns:repeat(3,1fr)}.transport button{padding:0 .45rem}.schedule-parts{grid-template-columns:1fr}.schedule-parts>div+div{border-left:0;border-top:1px solid var(--line)}.time-chart text{font-size:11px}.time-chart .lane-title{font-size:13px}.time-chart .lane-note{font-size:10px}.time-chart .marker-label{font-size:11px}.time-chart .timestamp-label,.time-chart .duration-label{font-size:9px}.time-glossary{grid-template-columns:1fr}.time-glossary>div,.time-glossary>div:nth-child(2n){border-left:0;padding:.8rem 0}.visual-zoom-dialog{border-radius:.5rem;width:calc(100vw - .5rem);height:calc(100dvh - .5rem);padding:.55rem}.visual-zoom-dialog.time-visual-zoom{height:-moz-fit-content;height:fit-content;max-height:calc(100dvh - .5rem)}.visual-zoom-dialog .policy-demo.is-expanded .canvas-host{min-height:900px}.visual-zoom-dialog .policy-demo.backfill-visual.is-expanded .canvas-host{min-height:1150px}}@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
