.reveal .stretch,.reveal .r-stretch{max-width:none;max-height:none}.reveal pre.stretch code,.reveal pre.r-stretch code{box-sizing:border-box;height:100%;max-height:100%}.reveal .r-fit-text{white-space:nowrap;display:inline-block}.reveal .r-stack{grid-template-rows:100%;display:grid}.reveal .r-stack>*{grid-area:1/1;margin:auto}.reveal .r-vstack,.reveal .r-hstack{display:flex}.reveal .r-vstack img,.reveal .r-vstack video,.reveal .r-hstack img,.reveal .r-hstack video{object-fit:contain;min-width:0;min-height:0}.reveal .r-vstack{flex-direction:column;justify-content:center;align-items:center}.reveal .r-hstack{flex-direction:row;justify-content:center;align-items:center}.reveal .items-stretch{align-items:stretch}.reveal .items-start{align-items:flex-start}.reveal .items-center{align-items:center}.reveal .items-end{align-items:flex-end}.reveal .justify-between{justify-content:space-between}.reveal .justify-around{justify-content:space-around}.reveal .justify-start{justify-content:flex-start}.reveal .justify-center{justify-content:center}.reveal .justify-end{justify-content:flex-end}html.reveal-full-page{width:100%;height:100vh;height:calc(var(--vh,1vh) * 100);height:100dvh;overflow:hidden}.reveal-viewport{color:#000;--r-controls-spacing:12px;--r-overlay-header-height:40px;--r-overlay-margin:0px;--r-overlay-padding:6px;--r-overlay-gap:5px;background-color:#fff;height:100%;margin:0;line-height:1;position:relative;overflow:hidden}@media screen and (width<=1024px),(height<=768px){.reveal-viewport{--r-overlay-header-height:26px}}.reveal-viewport:fullscreen{width:100%!important;height:100%!important;top:0!important;left:0!important;transform:none!important}.reveal .fragment{transition:all .2s}.reveal .fragment:not(.custom){opacity:0;visibility:hidden;will-change:opacity}.reveal .fragment.visible{opacity:1;visibility:inherit}.reveal .fragment.disabled{transition:none}.reveal .fragment.grow{opacity:1;visibility:inherit}.reveal .fragment.grow.visible{transform:scale(1.3)}.reveal .fragment.shrink{opacity:1;visibility:inherit}.reveal .fragment.shrink.visible{transform:scale(.7)}.reveal .fragment.zoom-in{transform:scale(.1)}.reveal .fragment.zoom-in.visible{transform:none}.reveal .fragment.fade-out{opacity:1;visibility:inherit}.reveal .fragment.fade-out.visible{opacity:0;visibility:hidden}.reveal .fragment.semi-fade-out{opacity:1;visibility:inherit}.reveal .fragment.semi-fade-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.strike{opacity:1;visibility:inherit}.reveal .fragment.strike.visible{text-decoration:line-through}.reveal .fragment.fade-up{transform:translateY(40px)}.reveal .fragment.fade-up.visible{transform:translate(0)}.reveal .fragment.fade-down{transform:translateY(-40px)}.reveal .fragment.fade-down.visible{transform:translate(0)}.reveal .fragment.fade-right{transform:translate(-40px)}.reveal .fragment.fade-right.visible{transform:translate(0)}.reveal .fragment.fade-left{transform:translate(40px)}.reveal .fragment.fade-left.visible{transform:translate(0)}.reveal .fragment.fade-in-then-out,.reveal .fragment.current-visible{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-out.current-fragment,.reveal .fragment.current-visible.current-fragment{opacity:1;visibility:inherit}.reveal .fragment.fade-in-then-semi-out{opacity:0;visibility:hidden}.reveal .fragment.fade-in-then-semi-out.visible{opacity:.5;visibility:inherit}.reveal .fragment.fade-in-then-semi-out.current-fragment,.reveal .fragment.highlight-red,.reveal .fragment.highlight-current-red,.reveal .fragment.highlight-green,.reveal .fragment.highlight-current-green,.reveal .fragment.highlight-blue,.reveal .fragment.highlight-current-blue{opacity:1;visibility:inherit}.reveal .fragment.highlight-red.visible{color:#ff2c2d}.reveal .fragment.highlight-green.visible{color:#17ff2e}.reveal .fragment.highlight-blue.visible{color:#1b91ff}.reveal .fragment.highlight-current-red.current-fragment{color:#ff2c2d}.reveal .fragment.highlight-current-green.current-fragment{color:#17ff2e}.reveal .fragment.highlight-current-blue.current-fragment{color:#1b91ff}.reveal:after{content:"";font-style:italic}.reveal iframe{z-index:1}.reveal a{position:relative}@keyframes bounce-right{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(10px)}30%{transform:translate(-5px)}}@keyframes bounce-left{0%,10%,25%,40%,50%{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(5px)}}@keyframes bounce-down{0%,10%,25%,40%,50%{transform:translateY(0)}20%{transform:translateY(10px)}30%{transform:translateY(-5px)}}.reveal .controls{top:auto;bottom:var(--r-controls-spacing);right:var(--r-controls-spacing);z-index:11;color:#000;pointer-events:none;font-size:10px;display:none;position:absolute;left:auto}.reveal .controls button{cursor:pointer;color:currentColor;z-index:2;pointer-events:auto;font-size:inherit;visibility:hidden;opacity:0;-webkit-appearance:none;-webkit-tap-highlight-color:#0000;background-color:#0000;border:0;outline:0;padding:0;transition:color .2s,opacity .2s,transform .2s;position:absolute;transform:scale(.9999)}.reveal .controls .controls-arrow:before,.reveal .controls .controls-arrow:after{content:"";transform-origin:.2em;will-change:transform;background-color:currentColor;border-radius:.25em;width:2.6em;height:.5em;transition:all .15s,background-color .8s;position:absolute;top:0;left:0}.reveal .controls .controls-arrow{width:3.6em;height:3.6em;position:relative}.reveal .controls .controls-arrow:before{transform:translate(.5em)translateY(1.55em)rotate(45deg)}.reveal .controls .controls-arrow:after{transform:translate(.5em)translateY(1.55em)rotate(-45deg)}.reveal .controls .controls-arrow:hover:before{transform:translate(.5em)translateY(1.55em)rotate(40deg)}.reveal .controls .controls-arrow:hover:after{transform:translate(.5em)translateY(1.55em)rotate(-40deg)}.reveal .controls .controls-arrow:active:before{transform:translate(.5em)translateY(1.55em)rotate(36deg)}.reveal .controls .controls-arrow:active:after{transform:translate(.5em)translateY(1.55em)rotate(-36deg)}.reveal .controls .navigate-left{bottom:3.2em;right:6.4em;transform:translate(-10px)}.reveal .controls .navigate-left.highlight{animation:2s ease-out 50 both bounce-left}.reveal .controls .navigate-right{bottom:3.2em;right:0;transform:translate(10px)}.reveal .controls .navigate-right .controls-arrow{transform:rotate(180deg)}.reveal .controls .navigate-right.highlight{animation:2s ease-out 50 both bounce-right}.reveal .controls .navigate-up{bottom:6.4em;right:3.2em;transform:translateY(-10px)}.reveal .controls .navigate-up .controls-arrow{transform:rotate(90deg)}.reveal .controls .navigate-down{padding-bottom:1.4em;bottom:-1.4em;right:3.2em;transform:translateY(10px)}.reveal .controls .navigate-down .controls-arrow{transform:rotate(-90deg)}.reveal .controls .navigate-down.highlight{animation:2s ease-out 50 both bounce-down}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled{opacity:.3}.reveal .controls[data-controls-back-arrows=faded] .navigate-up.enabled:hover{opacity:1}.reveal .controls[data-controls-back-arrows=hidden] .navigate-up.enabled{opacity:0;visibility:hidden}.reveal .controls .enabled{visibility:visible;opacity:.9;cursor:pointer;transform:none}.reveal .controls .enabled.fragmented{opacity:.5}.reveal .controls .enabled:hover,.reveal .controls .enabled.fragmented:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled{opacity:.3}.reveal:not(.rtl) .controls[data-controls-back-arrows=faded] .navigate-left.enabled:hover{opacity:1}.reveal:not(.rtl) .controls[data-controls-back-arrows=hidden] .navigate-left.enabled{opacity:0;visibility:hidden}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled{opacity:.3}.reveal.rtl .controls[data-controls-back-arrows=faded] .navigate-right.enabled:hover{opacity:1}.reveal.rtl .controls[data-controls-back-arrows=hidden] .navigate-right.enabled{opacity:0;visibility:hidden}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-down{display:none}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left,.reveal:not(.has-vertical-slides) .controls .navigate-left{bottom:1.4em;right:5.5em}.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-right,.reveal:not(.has-vertical-slides) .controls .navigate-right{bottom:1.4em;right:.5em}.reveal:not(.has-horizontal-slides) .controls .navigate-up{bottom:5em;right:1.4em}.reveal:not(.has-horizontal-slides) .controls .navigate-down{bottom:.5em;right:1.4em}.reveal.has-dark-background .controls{color:#fff}.reveal.has-light-background .controls{color:#000}.reveal.no-hover .controls .controls-arrow:hover:before,.reveal.no-hover .controls .controls-arrow:active:before{transform:translate(.5em)translateY(1.55em)rotate(45deg)}.reveal.no-hover .controls .controls-arrow:hover:after,.reveal.no-hover .controls .controls-arrow:active:after{transform:translate(.5em)translateY(1.55em)rotate(-45deg)}@media screen and (width>=500px){.reveal-viewport{--r-controls-spacing:.8em}.reveal .controls[data-controls-layout=edges]{inset:0}.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up,.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:auto;right:auto}.reveal .controls[data-controls-layout=edges] .navigate-left{top:50%;left:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-right{top:50%;right:var(--r-controls-spacing);margin-top:-1.8em}.reveal .controls[data-controls-layout=edges] .navigate-up{top:var(--r-controls-spacing);margin-left:-1.8em;left:50%}.reveal .controls[data-controls-layout=edges] .navigate-down{bottom:calc(var(--r-controls-spacing) - 1.4em + .3em);margin-left:-1.8em;left:50%}}.reveal .progress{z-index:10;color:#fff;background-color:#0003;width:100%;height:3px;display:none;position:absolute;bottom:0;left:0}.reveal .progress:after{content:"";width:100%;height:10px;display:block;position:absolute;top:-10px}.reveal .progress span{transform-origin:0 0;background-color:currentColor;width:100%;height:100%;transition:transform .8s cubic-bezier(.26,.86,.44,.985);display:block;transform:scaleX(0)}.reveal .slide-number{z-index:31;color:#fff;background-color:#0006;padding:5px;font-family:Helvetica,sans-serif;font-size:12px;line-height:1;display:block;position:absolute;bottom:8px;right:8px}.reveal .slide-number a{color:currentColor}.reveal .slide-number-delimiter{margin:0 3px}.reveal{touch-action:pinch-zoom;width:100%;height:100%;position:relative;overflow:hidden}.reveal.embedded{touch-action:pan-y}.reveal.embedded.is-vertical-slide{touch-action:none}.reveal .slides{pointer-events:none;z-index:1;text-align:center;perspective:600px;perspective-origin:50% 40%;width:100%;height:100%;margin:auto;position:absolute;inset:0;overflow:visible}.reveal .slides>section{perspective:600px}.reveal .slides>section,.reveal .slides>section>section{pointer-events:auto;z-index:10;transform-style:flat;width:100%;transition:transform-origin .8s cubic-bezier(.26,.86,.44,.985),transform .8s cubic-bezier(.26,.86,.44,.985),visibility .8s cubic-bezier(.26,.86,.44,.985),opacity .8s cubic-bezier(.26,.86,.44,.985);display:none;position:absolute}.reveal[data-transition-speed=fast] .slides section{transition-duration:.4s}.reveal[data-transition-speed=slow] .slides section{transition-duration:1.2s}.reveal .slides section[data-transition-speed=fast]{transition-duration:.4s}.reveal .slides section[data-transition-speed=slow]{transition-duration:1.2s}.reveal .slides>section.stack{pointer-events:none;height:100%;padding-top:0;padding-bottom:0}.reveal .slides>section.present,.reveal .slides>section>section.present{z-index:11;opacity:1;display:block}.reveal .slides>section:empty,.reveal .slides>section>section:empty,.reveal .slides>section[data-background-interactive],.reveal .slides>section>section[data-background-interactive]{pointer-events:none}.reveal.center,.reveal.center .slides,.reveal.center .slides section{min-height:0!important}.reveal .slides>section:not(.present),.reveal .slides>section>section:not(.present){pointer-events:none}.reveal.overview .slides>section,.reveal.overview .slides>section>section{pointer-events:auto}.reveal .slides>section.past,.reveal .slides>section.future,.reveal .slides>section.past>section,.reveal .slides>section.future>section,.reveal .slides>section>section.past,.reveal .slides>section>section.future{opacity:0}.reveal .slides>section[data-transition=slide].past,.reveal .slides>section[data-transition~=slide-out].past,.reveal.slide .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=slide].future,.reveal .slides>section[data-transition~=slide-in].future,.reveal.slide .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=slide].past,.reveal .slides>section>section[data-transition~=slide-out].past,.reveal.slide .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=slide].future,.reveal .slides>section>section[data-transition~=slide-in].future,.reveal.slide .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides>section[data-transition=linear].past,.reveal .slides>section[data-transition~=linear-out].past,.reveal.linear .slides>section:not([data-transition]).past{transform:translate(-150%)}.reveal .slides>section[data-transition=linear].future,.reveal .slides>section[data-transition~=linear-in].future,.reveal.linear .slides>section:not([data-transition]).future{transform:translate(150%)}.reveal .slides>section>section[data-transition=linear].past,.reveal .slides>section>section[data-transition~=linear-out].past,.reveal.linear .slides>section>section:not([data-transition]).past{transform:translateY(-150%)}.reveal .slides>section>section[data-transition=linear].future,.reveal .slides>section>section[data-transition~=linear-in].future,.reveal.linear .slides>section>section:not([data-transition]).future{transform:translateY(150%)}.reveal .slides section[data-transition=default].stack,.reveal.default .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=default].past,.reveal .slides>section[data-transition~=default-out].past,.reveal.default .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal .slides>section[data-transition=default].future,.reveal .slides>section[data-transition~=default-in].future,.reveal.default .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(90deg)translate(100%)}.reveal .slides>section>section[data-transition=default].past,.reveal .slides>section>section[data-transition~=default-out].past,.reveal.default .slides>section>section:not([data-transition]).past{transform:translateY(-300px)rotateX(70deg)translateY(-300px)}.reveal .slides>section>section[data-transition=default].future,.reveal .slides>section>section[data-transition~=default-in].future,.reveal.default .slides>section>section:not([data-transition]).future{transform:translateY(300px)rotateX(-70deg)translateY(300px)}.reveal .slides section[data-transition=convex].stack,.reveal.convex .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=convex].past,.reveal .slides>section[data-transition~=convex-out].past,.reveal.convex .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal .slides>section[data-transition=convex].future,.reveal .slides>section[data-transition~=convex-in].future,.reveal.convex .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(90deg)translate(100%)}.reveal .slides>section>section[data-transition=convex].past,.reveal .slides>section>section[data-transition~=convex-out].past,.reveal.convex .slides>section>section:not([data-transition]).past{transform:translateY(-300px)rotateX(70deg)translateY(-300px)}.reveal .slides>section>section[data-transition=convex].future,.reveal .slides>section>section[data-transition~=convex-in].future,.reveal.convex .slides>section>section:not([data-transition]).future{transform:translateY(300px)rotateX(-70deg)translateY(300px)}.reveal .slides section[data-transition=concave].stack,.reveal.concave .slides section.stack{transform-style:preserve-3d}.reveal .slides>section[data-transition=concave].past,.reveal .slides>section[data-transition~=concave-out].past,.reveal.concave .slides>section:not([data-transition]).past{transform:translate(-100%)rotateY(90deg)translate(-100%)}.reveal .slides>section[data-transition=concave].future,.reveal .slides>section[data-transition~=concave-in].future,.reveal.concave .slides>section:not([data-transition]).future{transform:translate(100%)rotateY(-90deg)translate(100%)}.reveal .slides>section>section[data-transition=concave].past,.reveal .slides>section>section[data-transition~=concave-out].past,.reveal.concave .slides>section>section:not([data-transition]).past{transform:translateY(-80%)rotateX(-70deg)translateY(-80%)}.reveal .slides>section>section[data-transition=concave].future,.reveal .slides>section>section[data-transition~=concave-in].future,.reveal.concave .slides>section>section:not([data-transition]).future{transform:translateY(80%)rotateX(70deg)translateY(80%)}.reveal .slides section[data-transition=zoom],.reveal.zoom .slides section:not([data-transition]){transition-timing-function:ease}.reveal .slides>section[data-transition=zoom].past,.reveal .slides>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section:not([data-transition]).past{visibility:hidden;transform:scale(16)}.reveal .slides>section[data-transition=zoom].future,.reveal .slides>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section:not([data-transition]).future{visibility:hidden;transform:scale(.2)}.reveal .slides>section>section[data-transition=zoom].past,.reveal .slides>section>section[data-transition~=zoom-out].past,.reveal.zoom .slides>section>section:not([data-transition]).past{transform:scale(16)}.reveal .slides>section>section[data-transition=zoom].future,.reveal .slides>section>section[data-transition~=zoom-in].future,.reveal.zoom .slides>section>section:not([data-transition]).future{transform:scale(.2)}.reveal.cube .slides{perspective:1300px}.reveal.cube .slides section{backface-visibility:hidden;box-sizing:border-box;min-height:700px;transform-style:preserve-3d;padding:30px}.reveal.center.cube .slides section{min-height:0}.reveal.cube .slides section:not(.stack):before{content:"";background:#0000001a;border-radius:4px;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:translateZ(-20px)}.reveal.cube .slides section:not(.stack):after{content:"";z-index:1;background:0 0;border-radius:4px;width:90%;height:30px;display:block;position:absolute;bottom:0;left:5%;transform:translateZ(-90px)rotateX(65deg);box-shadow:0 95px 25px #0003}.reveal.cube .slides>section.stack{background:0 0;padding:0}.reveal.cube .slides>section.past{transform-origin:100% 0;transform:translate(-100%)rotateY(-90deg)}.reveal.cube .slides>section.future{transform-origin:0 0;transform:translate(100%)rotateY(90deg)}.reveal.cube .slides>section>section.past{transform-origin:0 100%;transform:translateY(-100%)rotateX(90deg)}.reveal.cube .slides>section>section.future{transform-origin:0 0;transform:translateY(100%)rotateX(-90deg)}.reveal.page .slides{perspective-origin:0%;perspective:3000px}.reveal.page .slides section{box-sizing:border-box;min-height:700px;transform-style:preserve-3d;padding:30px}.reveal.page .slides section.past{z-index:12}.reveal.page .slides section:not(.stack):before{content:"";background:#0000001a;width:100%;height:100%;display:block;position:absolute;top:0;left:0;transform:translateZ(-20px)}.reveal.page .slides section:not(.stack):after{content:"";z-index:1;background:0 0;border-radius:4px;width:90%;height:30px;display:block;position:absolute;bottom:0;left:5%;transform:translateZ(-90px)rotateX(65deg);box-shadow:0 95px 25px #0003}.reveal.page .slides>section.stack{background:0 0;padding:0}.reveal.page .slides>section.past{transform-origin:0 0;transform:translate(-40%)rotateY(-80deg)}.reveal.page .slides>section.future{transform-origin:100% 0;transform:translate(0)}.reveal.page .slides>section>section.past{transform-origin:0 0;transform:translateY(-40%)rotateX(80deg)}.reveal.page .slides>section>section.future{transform-origin:0 100%;transform:translate(0)}.reveal .slides section[data-transition=fade],.reveal.fade .slides section:not([data-transition]),.reveal.fade .slides>section>section:not([data-transition]){transition:opacity .5s;transform:none}.reveal.fade.overview .slides section,.reveal.fade.overview .slides>section>section{transition:none}.reveal .slides section[data-transition=none],.reveal.none .slides section:not([data-transition]){transition:none;transform:none}.reveal .pause-overlay{visibility:hidden;opacity:0;z-index:100;background:#000;width:100%;height:100%;transition:all 1s;position:absolute;top:0;left:0}.reveal .pause-overlay .resume-button{color:#ccc;cursor:pointer;background:0 0;border:2px solid #ccc;border-radius:2px;padding:6px 14px;font-size:16px;position:absolute;bottom:20px;right:20px}.reveal .pause-overlay .resume-button:hover{color:#fff;border-color:#fff}.reveal.paused .pause-overlay{visibility:visible;opacity:1}.reveal .no-transition,.reveal .no-transition *,.reveal .slides.disable-slide-transitions section{transition:none!important}.reveal .slides.disable-slide-transitions section{transform:none!important}.reveal .backgrounds{perspective:600px;width:100%;height:100%;position:absolute;top:0;left:0}.reveal .slide-background{opacity:0;visibility:hidden;background-color:#0000;width:100%;height:100%;transition:all .8s cubic-bezier(.26,.86,.44,.985);display:none;position:absolute;overflow:hidden}.reveal .slide-background-content{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute}.reveal .slide-background.stack{display:block}.reveal .slide-background.present{opacity:1;visibility:visible;z-index:2}.print-pdf .reveal .slide-background{opacity:1!important;visibility:visible!important}.reveal .slide-background video{object-fit:cover;width:100%;max-width:none;height:100%;max-height:none;position:absolute;top:0;left:0}.reveal .slide-background[data-background-size=contain] video{object-fit:contain}.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=none]{transition:none}.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=slide]{opacity:1}.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=slide]{transform:translate(-100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=slide]{transform:translate(100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide]{transform:translateY(-100%)}.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide]{transform:translateY(100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=convex]{opacity:0;transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=convex]{opacity:0;transform:translate(100%)rotateY(90deg)translate(100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex]{opacity:0;transform:translateY(-100%)rotateX(90deg)translateY(-100%)}.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex]{opacity:0;transform:translateY(100%)rotateX(-90deg)translateY(100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=concave]{opacity:0;transform:translate(-100%)rotateY(90deg)translate(-100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=concave]{opacity:0;transform:translate(100%)rotateY(-90deg)translate(100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave]{opacity:0;transform:translateY(-100%)rotateX(-90deg)translateY(-100%)}.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave]{opacity:0;transform:translateY(100%)rotateX(90deg)translateY(100%)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]),.reveal>.backgrounds .slide-background[data-background-transition=zoom]{transition-timing-function:ease}.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background.past[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(16)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background.future[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(16)}.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]),.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom]{opacity:0;visibility:hidden;transform:scale(.2)}.reveal[data-transition-speed=fast]>.backgrounds .slide-background{transition-duration:.4s}.reveal[data-transition-speed=slow]>.backgrounds .slide-background{transition-duration:1.2s}.reveal [data-auto-animate-target^=unmatched]{will-change:opacity}.reveal section[data-auto-animate]:not(.stack):not([data-auto-animate=running]) [data-auto-animate-target^=unmatched]{opacity:0}.reveal.overview{perspective-origin:50%;perspective:700px}.reveal.overview .slides section{cursor:pointer;box-sizing:border-box;height:100%;overflow:hidden;opacity:1!important;visibility:visible!important;top:0!important}.reveal.overview .slides section:hover,.reveal.overview .slides section.present{outline-offset:10px;outline:10px solid #96969699}.reveal.overview .slides section.present{outline:10px solid var(--r-link-color)}.reveal.overview .slides section .fragment{opacity:1;transition:none}.reveal.overview .slides section:after,.reveal.overview .slides section:before{display:none!important}.reveal.overview .slides>section.stack{background:0 0;outline:none;padding:0;overflow:visible;top:0!important}.reveal.overview .backgrounds{perspective:inherit}.reveal.overview .backgrounds .slide-background{opacity:1;visibility:visible;outline-offset:10px;outline:10px solid #9696961a}.reveal.overview .backgrounds .slide-background.stack{overflow:visible}.reveal.overview .slides section,.reveal.overview-deactivating .slides section,.reveal.overview .backgrounds .slide-background,.reveal.overview-deactivating .backgrounds .slide-background{transition:none}.reveal.rtl .slides,.reveal.rtl .slides h1,.reveal.rtl .slides h2,.reveal.rtl .slides h3,.reveal.rtl .slides h4,.reveal.rtl .slides h5,.reveal.rtl .slides h6{direction:rtl;font-family:sans-serif}.reveal.rtl pre,.reveal.rtl code{direction:ltr}.reveal.rtl ol,.reveal.rtl ul{text-align:right}.reveal.rtl .progress span{transform-origin:100% 0}.reveal.has-parallax-background .backgrounds{transition:all .8s}.reveal.has-parallax-background[data-transition-speed=fast] .backgrounds{transition-duration:.4s}.reveal.has-parallax-background[data-transition-speed=slow] .backgrounds{transition-duration:1.2s}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-up{0%{transform:scale(.95)}to{transform:scale(1)}}.reveal [data-preview-image],.reveal [data-preview-video],.reveal [data-preview-link]:not(a):not([data-preview-link=false]){cursor:zoom-in}.r-overlay{top:var(--r-overlay-margin);right:var(--r-overlay-margin);bottom:var(--r-overlay-margin);left:var(--r-overlay-margin);border-radius:min(var(--r-overlay-margin), 6px);z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#000000f2;font-family:ui-sans-serif,system-ui,-apple-system,Helvetica,sans-serif;transition:all .3s;animation:.3s fade-in;position:absolute}.r-overlay-viewport{top:var(--r-overlay-padding);right:var(--r-overlay-padding);bottom:var(--r-overlay-padding);left:var(--r-overlay-padding);gap:var(--r-overlay-gap);flex-direction:column;display:flex;position:absolute}.r-overlay-header{z-index:2;box-sizing:border-box;height:var(--r-overlay-header-height);justify-content:flex-end;align-items:center;gap:6px;display:flex}.r-overlay-header .r-overlay-header-button{all:unset;min-width:var(--r-overlay-header-height);min-height:var(--r-overlay-header-height);padding:0 calc(var(--r-overlay-header-height) / 4);opacity:1;cursor:pointer;box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:18px;display:flex}.r-overlay-header .r-overlay-header-button:hover{opacity:1;background-color:#ffffff26}.r-overlay-header .icon{background-position:50%;background-repeat:no-repeat;background-size:100%;width:20px;height:20px;display:inline-block}.r-overlay-close .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTIuODU0IDIuODU0YS41LjUgMCAwIDAtLjcwOC0uNzA4TDcuNSA2Ljc5MyAyLjg1NCAyLjE0NmEuNS41IDAgMSAwLS43MDguNzA4TDYuNzkzIDcuNWwtNC42NDcgNC42NDZhLjUuNSAwIDAgMCAuNzA4LjcwOEw3LjUgOC4yMDdsNC42NDYgNC42NDdhLjUuNSAwIDAgMCAuNzA4LS43MDhMOC4yMDcgNy41bDQuNjQ3LTQuNjQ2WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)}.r-overlay-external .icon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMyAyYTEgMSAwIDAgMC0xIDF2OWExIDEgMCAwIDAgMSAxaDlhMSAxIDAgMCAwIDEtMVY4LjVhLjUuNSAwIDAgMC0xIDBWMTJIM1YzaDMuNWEuNS41IDAgMCAwIDAtMUgzWm05Ljg1NC4xNDZhLjUuNSAwIDAgMSAuMTQ2LjM1MVY1LjVhLjUuNSAwIDAgMS0xIDBWMy43MDdMNi44NTQgOC44NTRhLjUuNSAwIDEgMS0uNzA4LS43MDhMMTEuMjkzIDNIOS41YS41LjUgMCAwIDEgMC0xaDNhLjQ5OS40OTkgMCAwIDEgLjM1NC4xNDZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=)}.r-overlay-content{background-color:#141414cc;border-radius:6px;flex-grow:1;place-items:center;animation:.5s cubic-bezier(.26,.86,.44,.985) scale-up;display:grid;position:relative;overflow:hidden}.r-overlay-spinner{z-index:10;visibility:hidden;opacity:0;background-image:url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf%2F%2F%2F6%2Bvr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs%2FLy8vz8%2FAAAAAAAAAAAACH%2FC05FVFNDQVBFMi4wAwEAAAAh%2FhpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh%2BQQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ%2FV%2FnmOM82XiHRLYKhKP1oZmADdEAAAh%2BQQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY%2FCZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB%2BA4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6%2BHo7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq%2BB6QDtuetcaBPnW6%2BO7wDHpIiK9SaVK5GgV543tzjgGcghAgAh%2BQQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK%2B%2BG%2Bw48edZPK%2BM6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE%2BG%2BcD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm%2BFNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk%2BaV%2BoJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0%2FVNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc%2BXiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30%2FiI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE%2FjiuL04RGEBgwWhShRgQExHBAAh%2BQQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR%2BipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq%2BE71SRQeyqUToLA7VxF0JDyIQh%2FMVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY%2BYip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd%2BMFCN6HAAIKgNggY0KtEBAAh%2BQQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1%2BvsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d%2BjYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg%2BygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0%2Bbm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h%2BKr0SJ8MFihpNbx%2B4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX%2BBP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA%3D%3D);width:32px;height:32px;margin:-16px 0 0 -16px;display:block;position:absolute;top:50%;left:50%}.r-overlay-preview .r-overlay-content iframe{opacity:0;visibility:hidden;border:0;width:100%;max-width:100%;height:100%;max-height:100%;transition:all .3s}.r-overlay-preview[data-state=loaded] iframe{opacity:1;visibility:visible}.r-overlay-preview .r-overlay-content img,.r-overlay-preview .r-overlay-content video{object-fit:scale-down;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;position:absolute}.r-overlay-preview[data-preview-fit=none] img,.r-overlay-preview[data-preview-fit=none] video{object-fit:none}.r-overlay-preview[data-preview-fit=scale-down] img,.r-overlay-preview[data-preview-fit=scale-down] video{object-fit:scale-down}.r-overlay-preview[data-preview-fit=contain] img,.r-overlay-preview[data-preview-fit=contain] video{object-fit:contain}.r-overlay-preview[data-preview-fit=cover] img,.r-overlay-preview[data-preview-fit=cover] video{object-fit:cover}.r-overlay-preview[data-state=loaded] .r-overlay-content-inner{z-index:-1;text-align:center;letter-spacing:normal;width:100%;position:absolute;top:45%;left:0}.r-overlay-preview .r-overlay-error{color:orange;font-size:18px}.r-overlay-preview .x-frame-error{opacity:0;transition:opacity .3s .3s}.r-overlay-preview[data-state=loaded] .x-frame-error{opacity:1}.r-overlay-preview[data-state=loading] .r-overlay-spinner{opacity:.6;visibility:visible}.r-overlay-help .r-overlay-content{overflow:auto}.r-overlay-help-content{text-align:center;letter-spacing:normal;max-width:560px;margin:auto;padding:20px 0}.r-overlay-help-content .title{margin-top:0;font-size:20px}.r-overlay-help .r-overlay-help-content table{border-collapse:collapse;text-align:left;border:1px solid #fff;font-size:16px}.r-overlay-help .r-overlay-help-content table th,.r-overlay-help .r-overlay-help-content table td{vertical-align:middle;border:1px solid #fff;width:240px;padding:14px}.r-overlay-help .r-overlay-help-content table th{padding-top:20px;padding-bottom:20px}.reveal .playback{z-index:30;cursor:pointer;-webkit-tap-highlight-color:#0000;transition:all .4s;position:absolute;bottom:20px;left:15px}.reveal.overview .playback{opacity:0;visibility:hidden}.reveal .hljs{min-height:100%}.reveal .hljs table{margin:initial}.reveal .hljs-ln-code,.reveal .hljs-ln-numbers{border:0;padding:0}.reveal .hljs-ln-numbers{opacity:.6;text-align:right;vertical-align:top;padding-right:.75em}.reveal .hljs.has-highlights tr:not(.highlight-line){opacity:.4}.reveal .hljs.has-highlights.fragment{transition:all .2s}.reveal .hljs:not(:first-child).fragment{box-sizing:border-box;width:100%;position:absolute;top:0;left:0}.reveal pre[data-auto-animate-target]{overflow:hidden}.reveal pre[data-auto-animate-target] code{height:100%}.reveal .roll{vertical-align:top;perspective:400px;perspective-origin:50%;line-height:1.2;display:inline-block;overflow:hidden}.reveal .roll:hover{text-shadow:none;background:0 0}.reveal .roll span{pointer-events:none;transform-origin:50% 0;transform-style:preserve-3d;backface-visibility:hidden;padding:0 2px;transition:all .4s;display:block;position:relative}.reveal .roll:hover span{background:#00000080;transform:translateZ(-45px)rotateX(90deg)}.reveal .roll span:after{content:attr(data-title);backface-visibility:hidden;transform-origin:50% 0;padding:0 2px;display:block;position:absolute;top:0;left:0;transform:translateY(110%)rotateX(-90deg)}.reveal aside.notes{display:none}.reveal .speaker-notes{z-index:1;color:#222;box-sizing:border-box;text-align:left;-webkit-overflow-scrolling:touch;background-color:#f5f5f5;border:1px solid #0000000d;width:33.3333%;height:100%;padding:14px 18px;font-family:Helvetica,sans-serif;font-size:18px;line-height:1.4;display:none;position:absolute;top:0;left:100%;overflow:auto}.reveal .speaker-notes .notes-placeholder{color:#ccc;font-style:italic}.reveal .speaker-notes:focus{outline:none}.reveal .speaker-notes:before{content:"Speaker notes";opacity:.5;margin-bottom:10px;display:block}.reveal.show-notes{max-width:75%;overflow:visible}.reveal.show-notes .speaker-notes{display:block}@media screen and (width>=1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (width<=1024px){.reveal.show-notes{border-left:0;max-width:none;max-height:70vh;overflow:visible}.reveal.show-notes .speaker-notes{border:0;width:100%;height:30vh;top:100%;left:0}}@media screen and (width<=600px){.reveal.show-notes{max-height:60vh}.reveal.show-notes .speaker-notes{height:40vh;top:100%}.reveal .speaker-notes{font-size:14px}}.reveal .jump-to-slide{z-index:30;-webkit-tap-highlight-color:#0000;font-size:32px;position:absolute;top:15px;left:15px}.reveal .jump-to-slide-input{font-size:inherit;color:currentColor;background:0 0;border:0;padding:8px}.reveal .jump-to-slide-input::placeholder{color:currentColor;opacity:.5}.reveal.has-dark-background .jump-to-slide-input{color:#fff}.reveal.has-light-background .jump-to-slide-input{color:#222}.reveal .jump-to-slide-input:focus{outline:none}.reveal .r-overlay-button{all:unset;z-index:30;cursor:pointer;-webkit-tap-highlight-color:#0000;appearance:none;color:#fff;background:#000000b3;border-radius:5px;justify-content:center;align-items:center;padding:10px;font-size:.4em;display:flex;position:absolute}.reveal .r-overlay-button:hover{background:#000000e6}.reveal.has-light-background .r-overlay-button{color:#222;background:#ffffffb3}.reveal.has-light-background .r-overlay-button:hover{background:#ffffffe6}.reveal .r-media-play-button{bottom:20px;left:15px}.zoomed .reveal *,.zoomed .reveal :before,.zoomed .reveal :after{backface-visibility:visible!important}.zoomed .reveal .progress,.zoomed .reveal .controls{opacity:0}.zoomed .reveal .roll span{background:0 0}.zoomed .reveal .roll span:after,.reveal-viewport.loading-scroll-mode{visibility:hidden}.reveal-viewport.reveal-scroll{z-index:1;--r-scrollbar-width:7px;--r-scrollbar-trigger-size:5px;--r-controls-spacing:8px;margin:0 auto;overflow:hidden auto}@media screen and (width<=500px){.reveal-viewport.reveal-scroll{--r-scrollbar-width:3px;--r-scrollbar-trigger-size:3px}}.reveal-viewport.reveal-scroll .controls,.reveal-viewport.reveal-scroll .progress,.reveal-viewport.reveal-scroll .playback,.reveal-viewport.reveal-scroll .backgrounds,.reveal-viewport.reveal-scroll .slide-number,.reveal-viewport.reveal-scroll .speaker-notes{display:none!important}.reveal-viewport.reveal-scroll .r-overlay,.reveal-viewport.reveal-scroll .pause-overlay,.reveal-viewport.reveal-scroll .r-media-play-button{position:fixed}.reveal-viewport.reveal-scroll .reveal{touch-action:manipulation;overflow:visible}.reveal-viewport.reveal-scroll .slides{pointer-events:initial;perspective:none;perspective-origin:50%;margin:0;padding:0;display:block;position:static;top:auto;left:auto;overflow:visible;width:100%!important}.reveal-viewport.reveal-scroll .scroll-page{width:100%;height:calc(var(--page-height) + var(--page-scroll-padding));z-index:1;position:relative;overflow:visible}.reveal-viewport.reveal-scroll .scroll-page-sticky{height:var(--page-height);position:sticky;top:0}.reveal-viewport.reveal-scroll .scroll-page-content{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.reveal-viewport.reveal-scroll .scroll-page section{visibility:visible!important;width:var(--slide-width)!important;height:var(--slide-height)!important;opacity:1!important;transform:scale(var(--slide-scale)) translate(-50%, -50%)!important;transform-style:flat!important;transform-origin:0 0!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important}.reveal-viewport.reveal-scroll .slide-background{visibility:visible;opacity:1;touch-action:manipulation;width:100%;height:100%;position:absolute;top:0;left:0;z-index:auto!important;display:block!important}.reveal-viewport.reveal-scroll[data-scrollbar=true]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=auto]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=true],.reveal-viewport.reveal-scroll[data-scrollbar=auto]{scrollbar-width:none}.reveal.has-dark-background,.reveal-viewport.has-dark-background{--r-overlay-element-bg-color:240, 240, 240;--r-overlay-element-fg-color:0, 0, 0}.reveal.has-light-background,.reveal-viewport.has-light-background{--r-overlay-element-bg-color:0, 0, 0;--r-overlay-element-fg-color:240, 240, 240}.reveal-viewport.reveal-scroll .scrollbar{z-index:20;opacity:0;transition:all .3s;position:sticky;top:50%}.reveal-viewport.reveal-scroll .scrollbar.visible,.reveal-viewport.reveal-scroll .scrollbar:hover{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-inner{width:var(--r-scrollbar-width);height:calc(var(--viewport-height) - var(--r-controls-spacing) * 2);right:var(--r-controls-spacing);border-radius:var(--r-scrollbar-width);z-index:10;position:absolute;top:0;transform:translateY(-50%)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-playhead{width:var(--r-scrollbar-width);height:var(--r-scrollbar-width);border-radius:var(--r-scrollbar-width);background-color:rgba(var(--r-overlay-element-bg-color), 1);z-index:11;transition:background-color .2s;position:absolute;top:0;left:0}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide{background-color:rgba(var(--r-overlay-element-bg-color), .2);width:100%;box-shadow:0 0 0px 1px rgba(var(--r-overlay-element-fg-color), .1);border-radius:var(--r-scrollbar-width);transition:background-color .2s;position:absolute}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:after{content:"";z-index:-1;background:0 0;width:200%;height:100%;position:absolute;top:0;left:-50%}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:hover,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active{background-color:rgba(var(--r-overlay-element-bg-color), .4)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-trigger{width:100%;transition:background-color .2s;position:absolute}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active.has-triggers{background-color:rgba(var(--r-overlay-element-bg-color), .4);z-index:10}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger:after{content:"";width:var(--r-scrollbar-trigger-size);height:var(--r-scrollbar-trigger-size);background-color:rgba(var(--r-overlay-element-bg-color), 1);opacity:.4;border-radius:20px;transition:transform .2s,opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active:after,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger.active~.scrollbar-trigger:after{opacity:1}.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide.active .scrollbar-trigger~.scrollbar-trigger.active:after{transform:translate(calc(var(--r-scrollbar-width) * -2), 0);background-color:rgba(var(--r-overlay-element-bg-color), 1)}html.reveal-print *{-webkit-print-color-adjust:exact}@media print{html:not(.print-pdf){width:auto;height:auto;overflow:visible}html:not(.print-pdf) body{margin:0;padding:0;overflow:visible}html:not(.print-pdf) .reveal{background:#fff;font-size:20pt}html:not(.print-pdf) .reveal .controls,html:not(.print-pdf) .reveal .state-background,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .backgrounds,html:not(.print-pdf) .reveal .slide-number{display:none!important}html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal td,html:not(.print-pdf) .reveal li{color:#000;font-size:20pt!important}html:not(.print-pdf) .reveal h1,html:not(.print-pdf) .reveal h2,html:not(.print-pdf) .reveal h3,html:not(.print-pdf) .reveal h4,html:not(.print-pdf) .reveal h5,html:not(.print-pdf) .reveal h6{text-align:left;letter-spacing:normal;height:auto;line-height:normal;color:#000!important}html:not(.print-pdf) .reveal h1{font-size:28pt!important}html:not(.print-pdf) .reveal h2{font-size:24pt!important}html:not(.print-pdf) .reveal h3{font-size:22pt!important}html:not(.print-pdf) .reveal h4{font-variant:small-caps;font-size:22pt!important}html:not(.print-pdf) .reveal h5{font-size:21pt!important}html:not(.print-pdf) .reveal h6{font-style:italic;font-size:20pt!important}html:not(.print-pdf) .reveal a:link,html:not(.print-pdf) .reveal a:visited{font-weight:700;text-decoration:underline;color:#000!important}html:not(.print-pdf) .reveal ul,html:not(.print-pdf) .reveal ol,html:not(.print-pdf) .reveal div,html:not(.print-pdf) .reveal p{visibility:visible;width:auto;height:auto;margin:0;display:block;position:static;overflow:visible;text-align:left!important}html:not(.print-pdf) .reveal pre,html:not(.print-pdf) .reveal table{margin-left:0;margin-right:0}html:not(.print-pdf) .reveal pre code{padding:20px}html:not(.print-pdf) .reveal blockquote{margin:20px 0}html:not(.print-pdf) .reveal .slides{perspective:none;perspective-origin:50%;zoom:1!important;text-align:left!important;width:auto!important;height:auto!important;margin-top:0!important;margin-left:0!important;padding:0!important;display:block!important;position:static!important;top:0!important;left:0!important;overflow:visible!important;transform:none!important}html:not(.print-pdf) .reveal .slides section{visibility:visible!important;z-index:auto!important;opacity:1!important;page-break-after:always!important;transform-style:flat!important;width:auto!important;height:auto!important;margin-top:0!important;margin-left:0!important;padding:60px 20px!important;transition:none!important;display:block!important;position:static!important;top:0!important;left:0!important;overflow:visible!important;transform:none!important}html:not(.print-pdf) .reveal .slides section.stack{padding:0!important}html:not(.print-pdf) .reveal .slides section:last-of-type{page-break-after:avoid!important}html:not(.print-pdf) .reveal .slides section .fragment{opacity:1!important;visibility:visible!important;transform:none!important}html:not(.print-pdf) .reveal .r-fit-text{white-space:normal!important}html:not(.print-pdf) .reveal section img{box-shadow:none;background:#fff;border:1px solid #666;margin:15px 0;display:block}html:not(.print-pdf) .reveal section small{font-size:.8em}html:not(.print-pdf) .reveal .hljs{white-space:pre-wrap;word-wrap:break-word;word-break:break-word;max-height:100%;font-size:15pt}html:not(.print-pdf) .reveal .hljs .hljs-ln-numbers{white-space:nowrap}html:not(.print-pdf) .reveal .hljs td{font-size:inherit!important;color:inherit!important}}.agent-course{--course-accent:var(--matty-accent-editorial);--course-title-size:var(--matty-story-title-size,var(--matty-type-story-title));--course-title-line:var(--matty-story-title-line,1.1);box-sizing:border-box;gap:var(--matty-title-body-gap,var(--matty-prose-gap,2.6rem));grid-template-rows:auto minmax(0,1fr);width:100%;height:100%;min-height:0;display:grid}.agent-course,.agent-course *{box-sizing:border-box}.agent-course p,.agent-course li,.agent-course code,.agent-course pre{margin:0}.agent-course :where(ul,ol){margin:0!important;padding:0!important;list-style:none!important}.agent-course :where(li){padding:0!important;list-style:none!important;display:block!important}.agent-course :where(li):before,.agent-course :where(li):after{content:none!important}.agent-course__header{align-content:start;min-height:0;display:grid}.agent-course .agent-course__title{color:var(--matty-text-heading);font-family:var(--matty-font-title);font-size:var(--course-title-size);letter-spacing:0;font-weight:400;line-height:var(--course-title-line);text-transform:lowercase;text-wrap:balance;margin:0}.agent-course__visual{align-content:start;width:100%;min-height:0;display:grid}.agent-course:has(.course-loop){gap:2rem}.agent-course__visual:has(.course-loop){align-content:center;justify-items:stretch;overflow:visible;container-type:size}:is(.agent-course__visual:has(.course-venn),.agent-course__visual:has(.course-radar)){align-content:center;container-type:size}.course-comparison{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:3.3rem;display:grid}.course-comparison[data-count="4"]{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.9rem}.course-column{gap:1.35rem;display:grid}.agent-course .course-column__label{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:var(--matty-type-column-heading);text-wrap:balance;font-weight:700;line-height:1.12}.course-column[data-tone=positive] .course-column__label{color:var(--course-accent)}.course-column__items{gap:.9rem;display:grid}.course-column__items li{color:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:var(--matty-type-column-body);text-wrap:pretty;line-height:1.24}.course-comparison[data-count="4"] .course-column{gap:1rem}.course-comparison[data-count="4"] .course-column__label{font-size:var(--matty-type-body-dense)}.course-comparison[data-count="4"] .course-column__items{gap:.62rem}.course-comparison[data-count="4"] .course-column__items li{font-size:1.26rem;line-height:1.28}.course-flow{grid-template-columns:repeat(var(--flow-count,4), minmax(0, 1fr));gap:2.55rem;width:100%;display:grid}.course-flow[data-count="5"]{gap:1.65rem}.course-flow__step{align-content:start;gap:1rem;min-height:8.7rem;display:grid}.course-flow[data-count="5"] .course-flow__step{gap:.72rem;min-height:7.2rem}.agent-course .course-flow__label,.agent-course .course-checklist__label{color:var(--matty-text-heading);font-family:var(--matty-font-body);text-wrap:balance;font-size:2.2rem;font-weight:700;line-height:1.12}.course-flow[data-count="5"] .course-flow__label{font-size:1.72rem}.course-number,.course-brief__index{color:color-mix(in oklch, var(--course-accent) 70%, var(--matty-text-muted));font-family:var(--matty-font-title);font-variant-numeric:tabular-nums;font-style:italic;font-weight:400;line-height:.9;display:inline-flex}.course-number{font-size:2.72rem}.course-flow[data-count="5"] .course-number{font-size:2.2rem}.agent-course .course-flow__detail,.agent-course .course-checklist__detail,.agent-course .course-folder__note{color:var(--matty-text-secondary);font-family:var(--matty-font-body);text-wrap:pretty;font-size:1.24rem;line-height:1.36}.course-flow[data-count="5"] .course-flow__detail{font-size:1.02rem;line-height:1.3}.course-folder{background:color-mix(in oklch, var(--matty-bg-secondary) 58%, transparent);border:1px solid color-mix(in oklch, var(--matty-border) 58%, transparent);border-radius:var(--radius-tool);color:var(--matty-text-secondary);font-family:var(--matty-font-mono);white-space:normal;width:100%;max-width:62rem;margin-inline:auto;padding:1.35rem 1.6rem;font-size:1.16rem;line-height:1.42;display:block}.course-folder code{gap:.28rem;display:grid}.course-folder__line{grid-template-columns:auto auto minmax(0,1fr);align-items:baseline;gap:.2rem;min-height:1.6rem;display:grid}.course-folder__prefix{color:var(--matty-text-muted);min-width:calc((var(--tree-depth,0) + 1) * 2.65rem);white-space:pre}.course-folder__root-line{grid-template-columns:auto minmax(0,1fr);margin-bottom:.2rem}.course-folder__root,.course-folder__name{color:var(--matty-text-heading);font-weight:700}.course-folder__name[data-highlighted=true]{color:var(--course-accent)}.agent-course .course-folder__note{color:var(--matty-text-muted);white-space:normal;padding-left:.42rem;font-style:italic}.course-source-grid{grid-template-columns:repeat(var(--source-panes,2), minmax(0, 1fr));gap:1.15rem;display:grid}.course-source-grid[data-panes="1"]{max-width:58rem}.course-source{gap:.45rem;min-width:0;display:grid}.course-source__code{background:var(--matty-code-bg);border:1px solid var(--matty-code-border);border-radius:var(--radius-tool);color:var(--matty-code-text);font-family:var(--matty-font-mono);margin:0;padding:.78rem 0;font-size:.96rem;line-height:1.52;list-style:none;display:grid;overflow:hidden}.course-source-grid[data-panes="1"] .course-source__code{font-size:1.14rem;line-height:1.58}.course-source__line{grid-template-columns:minmax(0,1fr) minmax(7.5rem,13rem);align-items:baseline;gap:.55rem;min-height:1rem;padding:.08rem .9rem;display:grid}.course-source__callout{appearance:none;border-radius:var(--radius-tool);color:var(--matty-text-secondary);cursor:pointer;font-family:var(--matty-font-body);text-align:left;transition:color .16s var(--matty-ease-out), transform .16s var(--matty-ease-out);background:0 0;border:0;margin:-.2rem -.35rem;padding:.2rem .35rem;font-size:.82rem;line-height:1.2}button.course-source__callout[aria-pressed=true]{color:color-mix(in oklch, var(--course-accent) 72%, var(--matty-text-heading))}button.course-source__callout:active{transform:scale(.97)}button.course-source__callout:focus-visible{outline:2px solid color-mix(in oklch, var(--course-accent) 72%, transparent);outline-offset:.12rem}@media (hover:hover) and (pointer:fine){button.course-source__callout:not([aria-pressed=true]):hover{color:var(--matty-text-heading)}}.course-source__line[data-highlighted=true]{background:color-mix(in oklch, var(--course-accent) 13%, transparent)}.course-source__line[data-highlighted=true] button.course-source__callout{color:color-mix(in oklch, var(--course-accent) 72%, var(--matty-text-heading))}.course-source-grid[data-panes="1"] .course-source__callout{font-size:.88rem}.course-hidden{grid-template-columns:minmax(0,1fr) minmax(13rem,.36fr);align-items:center;gap:3rem;display:grid}.course-hidden__document{background:color-mix(in oklch, var(--matty-bg-secondary) 58%, transparent);border:1px solid color-mix(in oklch, var(--matty-border) 62%, transparent);border-radius:var(--radius-tool);gap:1.2rem;min-height:17rem;padding:1.5rem 1.6rem;display:grid}.agent-course .course-hidden__title{color:var(--matty-text-heading);font-family:var(--matty-font-title);font-size:2.24rem;font-weight:400;line-height:1.06}.agent-course .course-hidden__body{color:var(--matty-text-primary);font-family:var(--matty-font-body);font-size:1.46rem;line-height:1.32}.course-hidden__comment-slot{transition:grid-template-rows .2s var(--matty-ease-out);grid-template-rows:0fr;display:grid}.course-hidden__comment-slot[data-revealed=true]{grid-template-rows:1fr;transition-duration:.26s}.course-hidden__comment-clip{min-height:0;overflow:hidden}.course-hidden__comment{background:color-mix(in oklch, var(--course-accent) 12%, transparent);border:1px solid color-mix(in oklch, var(--course-accent) 36%, var(--matty-border));border-radius:var(--radius-tool);color:var(--matty-code-text);font-family:var(--matty-font-mono);opacity:0;transition:opacity .16s var(--matty-ease-out), transform .16s var(--matty-ease-out);padding:.9rem 1rem;font-size:.98rem;line-height:1.42;transform:translateY(-.2rem)}.course-hidden__comment-slot[data-revealed=true] .course-hidden__comment{opacity:1;transition-duration:.24s;transform:translateY(0)}.course-hidden__controls{gap:.85rem;display:grid}.course-hidden__toggle{gap:1.1rem;display:flex}.course-hidden__mode{appearance:none;border-radius:var(--radius-tool);color:var(--matty-text-muted);cursor:pointer;font-family:var(--matty-font-body);text-align:left;transition:color .16s var(--matty-ease-out), transform .16s var(--matty-ease-out);background:0 0;border:0;margin:-.4rem -.5rem;padding:.4rem .5rem;font-size:1.32rem;font-weight:700}.course-hidden__mode[aria-pressed=true]{color:var(--course-accent)}.course-hidden__mode:active{transform:scale(.97)}.course-hidden__mode:focus-visible{outline:2px solid color-mix(in oklch, var(--course-accent) 72%, transparent);outline-offset:.12rem}@media (hover:hover) and (pointer:fine){.course-hidden__mode:not([aria-pressed=true]):hover{color:var(--matty-text-heading)}}.agent-course .course-hidden__note{color:var(--matty-text-secondary);font-family:var(--matty-font-body);text-wrap:pretty;font-size:1.08rem;line-height:1.34}.course-disclosure{grid-template-columns:minmax(0,1fr) minmax(18rem,.5fr);align-items:center;gap:3.2rem;display:grid}.course-disclosure__stack{gap:.78rem;max-width:39rem;display:grid}.course-disclosure__layer{background:color-mix(in oklch, var(--matty-bg-secondary) 72%, transparent);border:1px solid color-mix(in oklch, var(--matty-border) 64%, transparent);border-radius:var(--radius-tool);opacity:.34;min-height:5.25rem;transition:border-color .22s var(--matty-ease-out), opacity .22s var(--matty-ease-out), transform .22s var(--matty-ease-out);gap:.42rem;padding:1rem 1.12rem;display:grid;transform:translateY(.42rem)scale(.985)}.course-disclosure__layer[data-loaded=true]{border-color:color-mix(in oklch, var(--course-accent) 48%, var(--matty-border));opacity:1;transform:translateY(0)scale(1)}.agent-course .course-disclosure__layer-name{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:1.72rem;font-weight:700;line-height:1.12}.agent-course .course-disclosure__layer-detail{color:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:1.14rem;line-height:1.28}.course-legend{gap:.9rem;display:grid}.course-legend__option{appearance:none;border-radius:var(--radius-tool);color:var(--matty-text-secondary);cursor:pointer;text-align:left;transition:transform .16s var(--matty-ease-out);background:0 0;border:0;gap:.38rem;margin:-.4rem -.55rem;padding:.4rem .55rem;display:grid}.course-legend__option:active{transform:scale(.97)}.course-legend__option:focus-visible{outline:2px solid color-mix(in oklch, var(--course-accent) 72%, transparent);outline-offset:.12rem}.course-legend__option-heading{align-items:center;gap:.6rem;display:flex}.course-legend__option-title{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:1.28rem;font-weight:700;line-height:1.12}.course-legend__option-detail{color:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:1rem;line-height:1.28}.course-legend__option[data-active=true] .course-legend__option-title{color:color-mix(in oklch, var(--course-accent) 72%, var(--matty-text-heading))}@media (hover:hover) and (pointer:fine){.course-legend__option:hover .course-legend__option-title{color:color-mix(in oklch, var(--course-accent) 45%, var(--matty-text-heading))}}.course-legend__swatch{border-top:3px solid var(--course-accent);flex:none;width:1.5rem;display:inline-block}.course-legend__swatch--muted{border-top-color:var(--matty-text-muted);border-top-style:dashed}.course-checklist{gap:1.7rem 2.6rem;display:grid}.course-checklist[data-columns="2"]{grid-template-columns:repeat(2,minmax(0,1fr))}.course-checklist__item{align-items:start;gap:.5rem;min-height:4.45rem;display:grid}.course-checklist__heading{align-items:center;gap:.7rem;display:flex}.course-checklist__mark{color:color-mix(in oklch, var(--course-accent) 70%, var(--matty-text-muted));flex:none;justify-content:center;align-items:center;font-size:1.6rem;line-height:1;display:inline-flex}.course-checklist[data-dense=true]{gap:1.05rem}.course-checklist[data-dense=true] .course-checklist__item{min-height:3.3rem}.course-checklist[data-dense=true] .course-checklist__label{text-wrap:pretty;font-size:1.72rem;line-height:1.18}.agent-course .course-checklist__item[data-struck=true] .course-checklist__label{color:var(--matty-text-muted);text-decoration:line-through;-webkit-text-decoration-color:color-mix(in oklch, var(--matty-text-muted) 72%, transparent);text-decoration-color:color-mix(in oklch, var(--matty-text-muted) 72%, transparent);text-decoration-thickness:.14em}.agent-course .course-checklist__item[data-emphasized=true] .course-checklist__label{color:var(--course-accent)}.agent-course .course-checklist__item[data-emphasized=true] .course-checklist__detail{color:color-mix(in oklch, var(--course-accent) 62%, var(--matty-text-secondary))}.course-checklist[data-animated=true] .course-checklist__item{animation:course-check-row-in .24s var(--matty-ease-out) forwards;animation-delay:calc(var(--check-index) * 65ms);opacity:0;transform:translateY(8px)}.course-checklist[data-animated=true] .course-checklist__mark{animation:course-check-mark-in .19s var(--matty-ease-out) forwards;animation-delay:calc((var(--check-index) * 65ms) + .1s);transform:scale(.9)}.course-checklist__icon{width:1.35rem;height:1.35rem;display:block}.course-checklist__icon path{fill:none;stroke:var(--matty-text-heading);stroke-dasharray:1;stroke-dashoffset:0;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.course-checklist[data-animated=true] .course-checklist__item[data-status=pass] .course-checklist__icon path{animation:course-check-draw .26s var(--matty-ease-out) forwards;animation-delay:calc((var(--check-index) * 65ms) + .145s);stroke-dashoffset:1px}.course-brief{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.85rem 4rem;max-width:58rem;display:grid}.course-brief__field{grid-template-columns:2.4rem minmax(0,1fr);align-items:start;gap:.78rem;display:grid}.course-brief__index{padding-top:.08rem;font-size:2.28rem;line-height:1}.course-brief dt{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:1.52rem;font-weight:700;line-height:1.12}.course-brief dd{color:var(--matty-text-secondary);font-family:var(--matty-font-body);text-wrap:pretty;margin:0;font-size:1.13rem;line-height:1.32}.agent-course .course-loop{--course-loop-bleed:2.75rem;--course-loop-max-width:56rem;height:100%;min-height:0;padding-bottom:var(--course-loop-bleed);justify-content:center;align-items:center;width:100%;display:flex;overflow:visible}.agent-course .course-loop[data-steps="5"]{--course-loop-bleed:2.5rem;--course-loop-max-width:60rem}.agent-course .course-loop__stage{aspect-ratio:2;height:auto;max-height:calc(100cqh - var(--course-loop-bleed));width:min(100cqw, var(--course-loop-max-width), calc(200 * (100cqh - var(--course-loop-bleed)) / 100));position:relative}.course-loop__svg{color:color-mix(in oklch, var(--course-accent) 66%, var(--matty-border));pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.course-loop__edges{overflow:visible}.course-loop__edge{fill:none;stroke:currentColor}.course-loop__arrowhead{fill:currentColor;stroke:none}.course-loop__diagram-node{background:color-mix(in oklch, var(--matty-bg-secondary) 82%, transparent);border:1px solid color-mix(in oklch, var(--matty-border) 72%, transparent);border-radius:var(--radius-tool);color:var(--matty-text-primary);left:var(--loop-x);top:var(--loop-y);z-index:1;width:11.2rem;position:absolute;transform:translate(-50%,-50%)}.course-loop[data-steps="5"] .course-loop__diagram-node{width:9.8rem}.course-loop__node{text-align:center;place-content:center;gap:.45rem;width:100%;min-height:5.2rem;padding:.85rem .95rem;display:grid}.course-loop[data-steps="5"] .course-loop__node{gap:.38rem;min-height:4.6rem;padding:.72rem .82rem}.agent-course .course-loop__label{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:1.16rem;font-weight:700;line-height:1.15}.course-loop[data-steps="5"] .course-loop__label{font-size:1.02rem}.agent-course .course-loop__detail{color:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:.9rem;line-height:1.26}.course-loop[data-steps="5"] .course-loop__detail{font-size:.82rem}.course-radar{grid-template-columns:minmax(0,.95fr) minmax(18rem,.55fr);align-items:center;gap:3rem;height:100%;min-height:0;display:grid}.course-radar__chart{aspect-ratio:1;justify-self:start;width:min(100%,24rem);max-width:min(100%,24rem);height:min(100cqh,21rem)}.course-radar__aside{gap:1.25rem;display:grid}.course-radar text{fill:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:.88rem}.course-radar__series{transition:opacity .22s var(--matty-ease-out)}.course-radar[data-emphasis=surface] .course-radar__series--trustworthy,.course-radar[data-emphasis=trustworthy] .course-radar__series--surface{opacity:.2}.course-venn{grid-template-columns:minmax(0,1fr) minmax(18rem,.5fr);align-items:center;gap:3.2rem;height:100%;min-height:0;display:grid}.course-venn__svg{aspect-ratio:100/70;justify-self:start;width:min(100%,34rem);max-width:min(100%,34rem);height:auto;max-height:min(100cqh,22rem);display:block}.course-venn__set,.course-venn__lens{cursor:pointer;transition:fill-opacity .22s var(--matty-ease-out)}.course-venn__set--skills{fill:var(--course-accent);fill-opacity:.12;stroke:color-mix(in oklch, var(--course-accent) 78%, var(--matty-border));stroke-width:.45px}.course-venn__set--mcp{fill:var(--matty-text-muted);fill-opacity:.1;stroke:color-mix(in oklch, var(--matty-text-muted) 66%, var(--matty-border));stroke-width:.45px}.course-venn__lens{fill:color-mix(in oklch, var(--course-accent) 55%, var(--matty-text-muted));fill-opacity:.26}.course-venn__set--skills[data-active=true]{fill-opacity:.32}.course-venn__set--mcp[data-active=true]{fill-opacity:.26}.course-venn__lens[data-active=true]{fill-opacity:.5}.course-venn__label{dominant-baseline:central;fill:var(--matty-text-heading);font-family:var(--matty-font-body);pointer-events:none;text-anchor:middle;font-size:4.6px;font-weight:700}.course-venn__label--overlap{fill:var(--matty-text-primary);font-size:3.3px;font-weight:600}@keyframes course-check-row-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes course-check-mark-in{0%{transform:scale(.96)}to{transform:scale(1)}}@keyframes course-check-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.course-checklist[data-animated=true] .course-checklist__item,.course-checklist[data-animated=true] .course-checklist__mark,.course-checklist[data-animated=true] .course-checklist__item[data-status=pass] .course-checklist__icon path{animation:none}.course-checklist[data-animated=true] .course-checklist__item{opacity:1;transform:none}.course-checklist[data-animated=true] .course-checklist__mark{transform:none}.course-checklist[data-animated=true] .course-checklist__item[data-status=pass] .course-checklist__icon path{stroke-dashoffset:0}.course-hidden__comment-slot,.course-hidden__comment{transition:none}.course-disclosure__layer{transition-property:border-color,opacity;transform:none}.course-legend__option,.course-hidden__mode{transition-property:color}.course-legend__option:active,.course-hidden__mode:active{transform:none}}html.reveal-print *{-webkit-print-color-adjust:exact;print-color-adjust:exact}html.reveal-print{width:100%;height:100%;overflow:visible}html.reveal-print body{border:0;padding:0;overflow:visible;float:none!important;margin:0 auto!important}html.reveal-print .nestedarrow,html.reveal-print .reveal .controls,html.reveal-print .reveal .progress,html.reveal-print .reveal .playback,html.reveal-print .reveal.overview,html.reveal-print .state-background{display:none!important}html.reveal-print .reveal pre code{overflow:hidden!important}html.reveal-print .reveal{width:auto!important;height:auto!important;overflow:hidden!important}html.reveal-print .reveal .slides{pointer-events:initial;perspective:none;perspective-origin:50%;display:block;position:static;top:auto;left:auto;overflow:visible;zoom:1!important;width:100%!important;height:auto!important;margin:0!important;padding:0!important}html.reveal-print .reveal .slides .pdf-page{z-index:1;page-break-after:always;position:relative;overflow:hidden}html.reveal-print .reveal .slides .pdf-page:last-of-type{page-break-after:avoid}html.reveal-print .reveal .slides section{min-height:1px;visibility:visible!important;box-sizing:border-box!important;opacity:1!important;transform-style:flat!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;transform:none!important}html.reveal-print .reveal section.stack{page-break-after:avoid!important;height:auto!important;min-height:auto!important;margin:0!important;padding:0!important;position:relative!important}html.reveal-print .reveal img{box-shadow:none}html.reveal-print .reveal .backgrounds{display:none}html.reveal-print .reveal .slide-background{width:100%;height:100%;position:absolute;top:0;left:0;z-index:auto!important;display:block!important}html.reveal-print .reveal.show-notes{max-width:none;max-height:none}html.reveal-print .reveal .speaker-notes-pdf{z-index:100;width:100%;height:auto;max-height:none;display:block;inset:auto}html.reveal-print .reveal .speaker-notes-pdf[data-layout=separate-page]{color:inherit;page-break-after:always;background-color:#0000;border:0;padding:20px;position:relative}html.reveal-print .reveal .slide-number-pdf{visibility:visible;font-size:14px;display:block;position:absolute}html.reveal-print .reveal .slides .pdf-page section[hidden]{display:block!important}html.reveal-print .matty-story .matty-auto-body[data-fit-ready=false]{visibility:visible}html.reveal-print .matty-auto-body .fragment:not(.fade-out){opacity:1!important;visibility:visible!important;transform:none!important}html.reveal-print .reveal .slides section.past,html.reveal-print .reveal .slides section.future,html.reveal-print .reveal .slides section:not(.present){opacity:1!important;visibility:visible!important}html.reveal-print .aria-status{display:none}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--spacing:.25rem;--font-weight-bold:700;--radius-lg:.5rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--matty-font-mono);--radius-panel:.5rem;--radius-tool:.375rem}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}html.reveal-print .reveal .slides section[hidden]{display:block!important}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.right-3{right:calc(var(--spacing) * 3)}.bottom-3{bottom:calc(var(--spacing) * 3)}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.m-0{margin:0}.mx-auto{margin-inline:auto}.matty-prose{color:var(--tw-prose-body);max-width:65ch}.matty-prose :where(p):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.matty-prose :where([class~=lead]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.matty-prose :where(a):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.matty-prose :where(strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-bold);font-weight:600}.matty-prose :where(a strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(blockquote strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(thead th strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit}.matty-prose :where(ol):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.matty-prose :where(ol[type=A]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:upper-alpha}.matty-prose :where(ol[type=a]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:lower-alpha}.matty-prose :where(ol[type=A s]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:upper-alpha}.matty-prose :where(ol[type=a s]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:lower-alpha}.matty-prose :where(ol[type=I]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:upper-roman}.matty-prose :where(ol[type=i]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:lower-roman}.matty-prose :where(ol[type=I s]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:upper-roman}.matty-prose :where(ol[type=i s]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:lower-roman}.matty-prose :where(ol[type="1"]):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){list-style-type:decimal}.matty-prose :where(ul):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.matty-prose :where(ol>li):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.matty-prose :where(ul>li):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *))::marker{color:var(--tw-prose-bullets)}.matty-prose :where(dt):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.matty-prose :where(hr):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.matty-prose :where(blockquote):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.matty-prose :where(blockquote p:first-of-type):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):before{content:open-quote}.matty-prose :where(blockquote p:last-of-type):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):after{content:close-quote}.matty-prose :where(h1):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.matty-prose :where(h1 strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-weight:900}.matty-prose :where(h2):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.matty-prose :where(h2 strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-weight:800}.matty-prose :where(h3):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.matty-prose :where(h3 strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-weight:700}.matty-prose :where(h4):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.matty-prose :where(h4 strong):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-weight:700}.matty-prose :where(img):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:2em;margin-bottom:2em}.matty-prose :where(picture):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.matty-prose :where(video):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:2em;margin-bottom:2em}.matty-prose :where(kbd):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.matty-prose :where(code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.matty-prose :where(code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):before,.matty-prose :where(code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):after{content:"`"}.matty-prose :where(a code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(h1 code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit}.matty-prose :where(h2 code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-size:.875em}.matty-prose :where(h3 code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit;font-size:.9em}.matty-prose :where(h4 code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(blockquote code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(thead th code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:inherit}.matty-prose :where(pre):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.matty-prose :where(pre code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.matty-prose :where(pre code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):before,.matty-prose :where(pre code):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)):after{content:none}.matty-prose :where(table):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.matty-prose :where(thead):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.matty-prose :where(thead th):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.matty-prose :where(tbody tr):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.matty-prose :where(tbody tr:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){border-bottom-width:0}.matty-prose :where(tbody td):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){vertical-align:baseline}.matty-prose :where(tfoot):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.matty-prose :where(tfoot td):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){vertical-align:top}.matty-prose :where(th,td):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){text-align:start}.matty-prose :where(figure>*):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:0;margin-bottom:0}.matty-prose :where(figcaption):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.matty-prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:oklab(21% -.00316127 -.0338527/.1);--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.matty-prose :where(picture>img):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:0;margin-bottom:0}.matty-prose :where(li):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:.5em;margin-bottom:.5em}.matty-prose :where(ol>li):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(ul>li):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-inline-start:.375em}.matty-prose :where(.matty-prose>ul>li p):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:.75em;margin-bottom:.75em}.matty-prose :where(.matty-prose>ul>li>p:first-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em}.matty-prose :where(.matty-prose>ul>li>p:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-bottom:1.25em}.matty-prose :where(.matty-prose>ol>li>p:first-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em}.matty-prose :where(.matty-prose>ol>li>p:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-bottom:1.25em}.matty-prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:.75em;margin-bottom:.75em}.matty-prose :where(dl):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.matty-prose :where(dd):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.matty-prose :where(hr+*):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(h2+*):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(h3+*):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)),.matty-prose :where(h4+*):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:0}.matty-prose :where(thead th:first-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-inline-start:0}.matty-prose :where(thead th:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-inline-end:0}.matty-prose :where(tbody td,tfoot td):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.matty-prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-inline-start:0}.matty-prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){padding-inline-end:0}.matty-prose :where(figure):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:2em;margin-bottom:2em}.matty-prose :where(.matty-prose>:first-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-top:0}.matty-prose :where(.matty-prose>:last-child):not(:where([class~=not-matty-prose],[class~=not-matty-prose] *)){margin-bottom:0}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.h-14{height:calc(var(--spacing) * 14)}.h-28{height:calc(var(--spacing) * 28)}.min-h-0{min-height:0}.w-14{width:calc(var(--spacing) * 14)}.w-fit{width:fit-content}.w-full{width:100%}.max-w-\[930px\]{max-width:930px}.max-w-\[1040px\]{max-width:1040px}.max-w-full{max-width:100%}.max-w-none{max-width:none}.min-w-0{min-width:0}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-10{gap:calc(var(--spacing) * 10)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}.overflow-hidden{overflow:hidden}.rounded-\[0\.18em\]{border-radius:.18em}.rounded-lg{border-radius:var(--radius-lg)}.border-0{border-style:var(--tw-border-style);border-width:0}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-border-soft{border-color:var(--matty-border)}.bg-\[color-mix\(in_oklch\,var\(--matty-flexoki-blue\)_18\%\,transparent\)\]{background-color:var(--matty-flexoki-blue)}@supports (color:color-mix(in lab, red, red)){.bg-\[color-mix\(in_oklch\,var\(--matty-flexoki-blue\)_18\%\,transparent\)\]{background-color:color-mix(in oklch,var(--matty-flexoki-blue) 18%,transparent)}}.bg-transparent{background-color:#0000}.object-cover{object-fit:cover}.p-0{padding:0}.p-5{padding:calc(var(--spacing) * 5)}.px-0\.5{padding-inline:calc(var(--spacing) * .5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-5{padding-inline:calc(var(--spacing) * 5)}.px-\[0\.1em\]{padding-inline:.1em}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-4{padding-block:calc(var(--spacing) * 4)}.pb-7{padding-bottom:calc(var(--spacing) * 7)}.text-left{text-align:left}.font-body{font-family:var(--matty-font-body)}.font-mono{font-family:var(--matty-font-mono)}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[2\.95rem\]{font-size:2.95rem}.text-\[4\.8rem\]{font-size:4.8rem}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.leading-\[0\.92\]{--tw-leading:.92;line-height:.92}.leading-\[1\.2\]{--tw-leading:1.2;line-height:1.2}.leading-\[1\.4\]{--tw-leading:1.4;line-height:1.4}.leading-\[1\.08\]{--tw-leading:1.08;line-height:1.08}.leading-\[1\.35\]{--tw-leading:1.35;line-height:1.35}.leading-\[1\.45\]{--tw-leading:1.45;line-height:1.45}.leading-\[1\.55\]{--tw-leading:1.55;line-height:1.55}.leading-none{--tw-leading:1;line-height:1}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.tracking-\[-0\.02em\]{--tw-tracking:-.02em;letter-spacing:-.02em}.tracking-\[-0\.035em\]{--tw-tracking:-.035em;letter-spacing:-.035em}.tracking-\[-0\.055em\]{--tw-tracking:-.055em;letter-spacing:-.055em}.break-words{overflow-wrap:break-word}.whitespace-pre-wrap{white-space:pre-wrap}.text-heading{color:var(--matty-text-heading)}.text-ink{color:var(--matty-color-ink)}.text-ink-muted{color:var(--matty-color-ink-muted)}.text-muted{color:var(--matty-text-muted)}.text-success{color:var(--matty-accent-success)}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.opacity-30{opacity:.3}.opacity-70{opacity:.7}.opacity-85{opacity:.85}.opacity-100{opacity:1}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-matty-out{--tw-ease:var(--matty-ease-out);transition-timing-function:var(--matty-ease-out)}@media (hover:hover){.hover\:opacity-90:hover{opacity:.9}.hover\:opacity-100:hover{opacity:1}}@media (width>=48rem){.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:gap-6{gap:calc(var(--spacing) * 6)}}}@font-face{font-family:Figtree;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/figtree/Figtree-Regular.ttf)format("truetype")}@font-face{font-family:Figtree;font-weight:700;src:url(/2026-06-oreilly-sakana-fugu/fonts/figtree/Figtree-Bold.ttf)format("truetype")}@font-face{font-family:Libre Baskerville;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/libre-baskerville/LibreBaskerville-Regular.ttf)format("truetype")}@font-face{font-family:Libre Baskerville;font-style:italic;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/libre-baskerville/LibreBaskerville-Italic.ttf)format("truetype")}@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/instrument-serif/InstrumentSerif-Italic.ttf)format("truetype")}@font-face{font-family:Exposure;font-weight:100 900;src:url(/2026-06-oreilly-sakana-fugu/fonts/exposure/ExposureTrialVAR.ttf)format("truetype")}@font-face{font-family:Exposure;font-style:italic;font-weight:100 900;src:url(/2026-06-oreilly-sakana-fugu/fonts/exposure/ExposureTrialVAR-Italic.ttf)format("truetype")}@font-face{font-family:JetBrains Mono;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/jetbrains-mono/JetBrainsMono-Regular.ttf)format("truetype")}@font-face{font-family:Geist Mono;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/geist-mono/GeistMono-Regular.woff2)format("woff2")}@font-face{font-family:Geist Mono;font-weight:700;src:url(/2026-06-oreilly-sakana-fugu/fonts/geist-mono/GeistMono-Bold.woff2)format("woff2")}@font-face{font-family:Geist Pixel Square;font-weight:400;src:url(/2026-06-oreilly-sakana-fugu/fonts/geist-pixel/GeistPixel-Square.woff2)format("woff2")}:root{--matty-font-display:"Libre Baskerville", Georgia, serif;--matty-font-body:"Figtree", "Helvetica Neue", sans-serif;--matty-font-accent:"Exposure", "Instrument Serif", "Libre Baskerville", Georgia, serif;--matty-font-mono:"Geist Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--matty-font-pixel:"Geist Pixel Square", "Geist Mono", ui-monospace, monospace;--matty-font-system:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--matty-font-title:var(--matty-font-display);--matty-font-line:var(--matty-font-accent);--matty-font-emphasis:var(--matty-font-accent);--matty-imessage-blue:#2b7fff;--matty-flexoki-paper:oklch(98.5% .018 95);--matty-flexoki-black:oklch(15% .006 55);--matty-flexoki-base-50:oklch(95% .016 95);--matty-flexoki-base-100:oklch(91% .014 95);--matty-flexoki-base-150:oklch(87% .012 95);--matty-flexoki-base-200:oklch(83% .011 95);--matty-flexoki-base-300:oklch(75% .01 95);--matty-flexoki-base-400:oklch(67% .009 95);--matty-flexoki-base-500:oklch(59% .008 95);--matty-flexoki-base-600:oklch(50% .007 95);--matty-flexoki-base-700:oklch(41% .006 95);--matty-flexoki-base-800:oklch(32% .006 95);--matty-flexoki-base-850:oklch(28% .006 95);--matty-flexoki-base-900:oklch(24% .006 95);--matty-flexoki-base-950:oklch(19% .006 95);--matty-flexoki-red:oklch(55% .15 28);--matty-flexoki-orange:oklch(61% .14 48);--matty-flexoki-yellow:oklch(55% .13 82);--matty-flexoki-green:oklch(56% .11 112);--matty-flexoki-cyan:oklch(58% .1 185);--matty-flexoki-blue:oklch(55% .12 245);--matty-flexoki-purple:oklch(52% .12 300);--matty-flexoki-magenta:oklch(56% .14 342);--matty-bg-primary:var(--matty-flexoki-paper);--matty-bg-secondary:var(--matty-flexoki-base-50);--matty-bg-tertiary:var(--matty-flexoki-base-100);--matty-bg-elevated:var(--matty-flexoki-paper);--matty-text-primary:var(--matty-flexoki-base-900);--matty-text-secondary:var(--matty-flexoki-base-700);--matty-text-muted:oklch(55% .008 95);--matty-text-heading:var(--matty-flexoki-black);--matty-color-canvas:var(--matty-bg-primary);--matty-color-surface:var(--matty-bg-secondary);--matty-color-surface-raised:var(--matty-bg-elevated);--matty-color-ink:var(--matty-text-primary);--matty-color-ink-strong:var(--matty-text-heading);--matty-color-ink-muted:var(--matty-text-muted);--matty-accent-primary:var(--matty-flexoki-blue);--matty-accent-editorial:var(--matty-flexoki-yellow);--matty-accent-success:var(--matty-flexoki-green);--matty-accent-danger:var(--matty-flexoki-red);--matty-accent-context:var(--matty-accent-primary);--matty-accent-goal:var(--matty-accent-success);--matty-accent-assets:var(--matty-flexoki-cyan);--matty-accent-design:var(--matty-accent-editorial);--matty-brand:var(--matty-accent-primary);--matty-brand-subtle:var(--matty-brand)}@supports (color:color-mix(in lab, red, red)){:root{--matty-brand-subtle:color-mix(in oklch, var(--matty-brand) 18%, transparent)}}:root{--matty-emphasis-color:var(--matty-accent-editorial);--matty-highlight-color:var(--matty-accent-primary);--matty-highlight-text:var(--matty-highlight-color);--matty-highlight-bg:var(--matty-highlight-color)}@supports (color:color-mix(in lab, red, red)){:root{--matty-highlight-bg:color-mix(in oklch, var(--matty-highlight-color) 12%, transparent)}}:root{--matty-border:var(--matty-flexoki-base-150);--matty-border-soft:var(--matty-flexoki-black)}@supports (color:color-mix(in lab, red, red)){:root{--matty-border-soft:color-mix(in oklch, var(--matty-flexoki-black) 10%, transparent)}}:root{--matty-quiet-ink:var(--matty-text-muted)}@supports (color:color-mix(in lab, red, red)){:root{--matty-quiet-ink:color-mix(in oklch, var(--matty-text-muted) 72%, transparent)}}:root{--matty-hairline-ink:var(--matty-text-muted)}@supports (color:color-mix(in lab, red, red)){:root{--matty-hairline-ink:color-mix(in oklch, var(--matty-text-muted) 36%, transparent)}}:root{--matty-link-underline:var(--matty-flexoki-blue)}@supports (color:color-mix(in lab, red, red)){:root{--matty-link-underline:color-mix(in oklch, var(--matty-flexoki-blue) 66%, var(--matty-text-muted))}}:root{--matty-overlay-shadow:0 12px 24px #100f0f3d;--matty-shadow-soft:0 14px 28px #100f0f1f;--matty-window-bg:oklch(99% .001 260);--matty-window-text:oklch(17% .004 260);--matty-window-border:oklch(78% .006 260);--matty-window-shadow:0 1px 2px #0000001a, 0 18px 42px #0000002e;--matty-window-chrome-bg:oklch(21% .005 95);--matty-window-chrome-text:oklch(91% .006 95);--matty-imessage-surface:oklch(99% .001 260);--matty-imessage-incoming-bg:oklch(95% .003 260);--matty-imessage-incoming-text:oklch(17% .004 260);--matty-imessage-timestamp:oklch(52% .022 275);--matty-code-bg:var(--matty-flexoki-base-50);--matty-code-border:var(--matty-flexoki-base-150);--matty-code-text:var(--matty-flexoki-base-900);--matty-ease-out:cubic-bezier(.23, 1, .32, 1);--matty-ease-in-out:cubic-bezier(.77, 0, .175, 1);--matty-duration-fast:.16s;--matty-duration-base:.22s;--brand-text-primary:var(--matty-text-primary);--brand-text-secondary:var(--matty-text-secondary);--brand-border:var(--matty-border);--brand-bg-secondary:var(--matty-bg-secondary);--brand-bg-alt:var(--matty-bg-tertiary);--matty-safe-x:clamp(3rem, 5vw, 5rem);--matty-safe-y:clamp(2.25rem, 4.5vh, 3.75rem);--matty-body-max:54ch;--matty-block-gap:.92em;--matty-prose-gap:.7em;--matty-title-body-gap:1.02em;--matty-list-gap:var(--matty-prose-gap);--matty-list-nested-gap:.34em;--matty-paragraph-gap:var(--matty-prose-gap);--matty-heading-after-gap:.62em;--matty-heading-before-gap:1em;--matty-marker-size:.5em;--matty-line-default:1.38;--matty-line-spacious:1.4;--matty-line-dense:1.35;--matty-line-compact:1.32;--matty-type-cover-title:clamp(2.725rem, 5.35vw, 4.325rem);--matty-type-section-title:clamp(2.925rem, 5.75vw, 4.625rem);--matty-type-story-title:clamp(2.05rem, 3.85vw, 3.1rem);--matty-story-title-size:60px;--matty-story-title-line:calc(68 / 60);--matty-type-line-title:clamp(2.525rem, 5.15vw, 3.725rem);--matty-type-line-body:clamp(2.325rem, 4.95vw, 3.525rem);--matty-type-body-hero:clamp(2.6rem, 4.15vw, 3.65rem);--matty-type-body-large:clamp(2.28rem, 3.6vw, 3.18rem);--matty-type-body-spacious:clamp(2.02rem, 3.15vw, 2.82rem);--matty-type-body:clamp(1.74rem, 2.68vw, 2.36rem);--matty-type-body-dense:clamp(1.45rem, 2.16vw, 1.92rem);--matty-type-body-compact:clamp(1.22rem, 1.82vw, 1.6rem);--matty-type-subtitle:clamp(1.15rem, 1.6vw, 1.45rem);--matty-type-caption:clamp(.95rem, 1.35vw, 1.2rem);--matty-type-intro-name:clamp(1.6rem, 2.4vw, 2.1rem);--matty-type-intro-body:clamp(1.55rem, 2.35vw, 2.05rem);--matty-line-intro:1.36;--matty-intro-body-max:30ch;--matty-intro-gap:1.05rem;--matty-intro-column-max:36rem;--matty-intro-grid-columns:minmax(0, 1.18fr) minmax(280px, .9fr);--matty-intro-grid-gap:clamp(2.6rem, 6vw, 5rem);--matty-type-column-body:clamp(1.58rem, 2.45vw, 2.12rem);--matty-type-column-heading:clamp(2rem, 3.4vw, 3rem);--matty-line-column:1.34;--matty-line-column-heading:1.08;--matty-column-body-max:30ch;--matty-column-block-gap:.9em;--matty-column-row-gap:.72em;--matty-column-title-gap:.72em;--matty-column-heading-list-gap:.9em;--matty-column-list-indent:.1em;--matty-column-list-gap:.78em;--matty-two-cols-title-gap:clamp(1.6rem, 3.5vh, 2.4rem);--matty-two-cols-grid-gap:clamp(2.5rem, 6vw, 5rem);--matty-type-label:clamp(.7rem, .95vw, .86rem);--matty-photo-border:var(--matty-flexoki-paper);--matty-photo-outline:var(--matty-border)}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--matty-flexoki-red:oklch(65% .15 28);--matty-flexoki-orange:oklch(70% .15 48);--matty-flexoki-yellow:oklch(74% .14 82);--matty-flexoki-green:oklch(64% .11 112);--matty-flexoki-cyan:oklch(66% .11 185);--matty-flexoki-blue:oklch(64% .12 245);--matty-flexoki-purple:oklch(65% .11 300);--matty-flexoki-magenta:oklch(66% .14 342);--matty-bg-primary:var(--matty-flexoki-black);--matty-bg-secondary:var(--matty-flexoki-base-950);--matty-bg-tertiary:var(--matty-flexoki-base-900);--matty-bg-elevated:var(--matty-flexoki-base-950);--matty-text-primary:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-text-primary:color-mix(in oklch, var(--matty-flexoki-paper) 90%, transparent)}}html.dark{--matty-text-secondary:var(--matty-flexoki-base-200);--matty-text-muted:var(--matty-flexoki-base-400);--matty-text-heading:var(--matty-flexoki-paper);--matty-border:var(--matty-flexoki-base-850);--matty-border-soft:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-border-soft:color-mix(in oklch, var(--matty-flexoki-paper) 13%, transparent)}}html.dark{--matty-overlay-shadow:0 12px 24px #00000052;--matty-shadow-soft:0 14px 28px #00000042;--matty-window-bg:oklch(14.5% .004 95);--matty-window-text:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-window-text:color-mix(in oklch, var(--matty-flexoki-paper) 88%, transparent)}}html.dark{--matty-window-border:oklch(29% .006 260);--matty-window-shadow:0 1px 2px #00000047, 0 18px 42px #00000057;--matty-window-chrome-bg:oklch(19% .005 95);--matty-window-chrome-text:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-window-chrome-text:color-mix(in oklch, var(--matty-flexoki-paper) 86%, transparent)}}html.dark{--matty-imessage-surface:oklch(14% .004 260);--matty-imessage-incoming-bg:oklch(24% .006 260);--matty-imessage-incoming-text:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-imessage-incoming-text:color-mix(in oklch, var(--matty-flexoki-paper) 90%, transparent)}}html.dark{--matty-imessage-timestamp:var(--matty-flexoki-paper)}@supports (color:color-mix(in lab, red, red)){html.dark{--matty-imessage-timestamp:color-mix(in oklch, var(--matty-flexoki-paper) 42%, transparent)}}html.dark{--matty-code-bg:var(--matty-flexoki-base-950);--matty-code-border:var(--matty-flexoki-base-850);--matty-code-text:var(--matty-flexoki-base-100)}::view-transition-old(root){animation-duration:var(--matty-duration-base);animation-timing-function:var(--matty-ease-out);mix-blend-mode:normal}::view-transition-new(root){animation-duration:var(--matty-duration-base);animation-timing-function:var(--matty-ease-out);mix-blend-mode:normal}::view-transition-old(root){animation-name:matty-theme-fade-out}::view-transition-new(root){animation-name:matty-theme-fade-in}html[data-matty-theme-transition=light]::view-transition-new(root){animation-name:matty-theme-light-in}html[data-matty-theme-transition=dark]::view-transition-new(root){animation-name:matty-theme-dark-in}@keyframes matty-theme-fade-out{to{opacity:0}}@keyframes matty-theme-fade-in{0%{opacity:0}}@keyframes matty-theme-light-in{0%{opacity:0;clip-path:circle(0%)}to{opacity:1;clip-path:circle(75%)}}@keyframes matty-theme-dark-in{0%{opacity:0;clip-path:inset(0 0 100%)}to{opacity:1;clip-path:inset(0)}}@media (prefers-reduced-motion:reduce){::view-transition-old(root){animation-duration:1ms}::view-transition-new(root){animation-duration:1ms}}html,body,#root{background:var(--matty-bg-primary);width:100%;height:100%;margin:0}body.reveal-viewport{background:var(--matty-bg-primary)}body{color:var(--matty-text-primary);font-family:var(--matty-font-body);-webkit-font-smoothing:antialiased;text-rendering:geometricprecision;overflow:hidden}::selection{color:var(--matty-bg-primary);background:var(--matty-text-heading)}.matty-reveal{background:var(--matty-bg-primary);color:var(--matty-text-primary);font-family:var(--matty-font-body)}.matty-reveal .slides{text-align:left;line-height:normal}.matty-reveal .slides section.matty-slide{box-sizing:border-box;background:var(--matty-bg-primary);width:1280px;height:720px;color:var(--matty-text-primary);padding:0;position:relative;overflow:hidden}.matty-safe{box-sizing:border-box;width:100%;height:100%;padding:var(--matty-safe-y) var(--matty-safe-x)}.matty-slide :where(h1,h2,h3,h4){color:var(--matty-text-heading);font-family:var(--matty-font-title);letter-spacing:0;text-transform:lowercase;text-wrap:balance;margin:0;font-weight:400;line-height:1.1}.matty-slide h1{font-size:var(--matty-story-title-size,var(--matty-type-story-title));line-height:var(--matty-story-title-line,1.1)}.matty-slide h2{font-size:clamp(1.6rem,2.7vw,2.25rem);line-height:1.16}.matty-slide h3,.matty-slide h4{font-size:clamp(1.24rem,2.05vw,1.72rem);line-height:1.18}.matty-slide :where(p,li){color:var(--matty-text-primary);font-family:var(--matty-font-body);font-size:var(--matty-type-body);letter-spacing:0;font-weight:400;line-height:var(--matty-line-default);text-wrap:pretty;margin:0}.matty-slide :where(ul,ol){margin:0;padding-inline-start:1.15em}.matty-slide ul{list-style:outside}.matty-slide ol{list-style:decimal}.matty-slide li{padding-inline-start:.16em;display:list-item}.matty-prose{--tw-prose-body:var(--matty-text-primary);--tw-prose-headings:var(--matty-text-heading);--tw-prose-links:var(--matty-text-heading);--tw-prose-bold:var(--matty-text-heading);--tw-prose-counters:var(--matty-text-muted);--tw-prose-bullets:var(--matty-text-muted);--tw-prose-quotes:var(--matty-text-heading);--tw-prose-quote-borders:var(--matty-border);--tw-prose-captions:var(--matty-text-secondary);--tw-prose-code:var(--matty-text-heading);--tw-prose-pre-code:var(--matty-code-text);--tw-prose-pre-bg:var(--matty-code-bg);--tw-prose-th-borders:var(--matty-border);--tw-prose-td-borders:var(--matty-border);--tw-prose-invert-body:var(--matty-text-primary);--tw-prose-invert-headings:var(--matty-text-heading);--tw-prose-invert-links:var(--matty-text-heading);--tw-prose-invert-bold:var(--matty-text-heading);--tw-prose-invert-counters:var(--matty-text-muted);--tw-prose-invert-bullets:var(--matty-text-muted);--tw-prose-invert-quotes:var(--matty-text-heading);--tw-prose-invert-quote-borders:var(--matty-border);--tw-prose-invert-captions:var(--matty-text-secondary);--tw-prose-invert-code:var(--matty-text-heading);--tw-prose-invert-pre-code:var(--matty-code-text);--tw-prose-invert-pre-bg:var(--matty-code-bg);max-width:none;color:var(--matty-text-primary);font-family:var(--matty-font-body);font-size:var(--matty-prose-size,var(--matty-type-body));line-height:var(--matty-prose-line,var(--matty-line-default))}.matty-prose-hero{--matty-prose-size:var(--matty-type-body-hero);--matty-prose-line:1.26;--matty-body-max:34ch;--matty-prose-gap:.82em;--matty-title-body-gap:.92em}.matty-prose-large{--matty-prose-size:var(--matty-type-body-large);--matty-prose-line:1.3;--matty-body-max:40ch;--matty-prose-gap:.78em;--matty-title-body-gap:.98em}.matty-prose-spacious{--matty-prose-size:var(--matty-type-body-spacious);--matty-prose-line:var(--matty-line-spacious);--matty-body-max:50ch;--matty-block-gap:.98em;--matty-prose-gap:.72em;--matty-title-body-gap:1.04em}.matty-prose-standard{--matty-prose-size:var(--matty-type-body);--matty-prose-line:var(--matty-line-default);--matty-prose-gap:.68em;--matty-title-body-gap:1.08em}.matty-prose-dense{--matty-prose-size:var(--matty-type-body-dense);--matty-prose-line:var(--matty-line-dense);--matty-body-max:60ch;--matty-block-gap:.86em;--matty-prose-gap:.58em;--matty-title-body-gap:.98em}.matty-prose-compact{--matty-prose-size:var(--matty-type-body-compact);--matty-prose-line:var(--matty-line-compact);--matty-body-max:68ch;--matty-block-gap:.76em;--matty-prose-gap:.48em;--matty-title-body-gap:.86em}.matty-prose-column{--matty-prose-size:var(--matty-type-column-body);--matty-prose-line:var(--matty-line-column);--matty-body-max:var(--matty-column-body-max);--matty-block-gap:var(--matty-column-block-gap);--matty-prose-gap:var(--matty-column-row-gap);--matty-title-body-gap:var(--matty-column-title-gap)}.matty-prose-cover,.matty-prose-section{--matty-prose-size:var(--matty-type-body);--matty-prose-line:var(--matty-line-default)}.matty-prose-intro{--matty-prose-size:var(--matty-type-intro-body);--matty-prose-line:var(--matty-line-intro);--matty-body-max:var(--matty-intro-body-max);--matty-block-gap:var(--matty-intro-gap);--matty-prose-gap:var(--matty-intro-gap)}.matty-prose :where(h1,h2,h3,h4):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-text-heading);font-family:var(--matty-font-title);letter-spacing:0;text-transform:lowercase;text-wrap:balance;margin:0;font-weight:400;line-height:1.1}.matty-prose :where(h1):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:var(--matty-story-title-size,var(--matty-type-story-title));line-height:var(--matty-story-title-line,1.1)}.matty-auto-body :where(h1):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:var(--matty-story-title-size,var(--matty-type-story-title))!important;line-height:var(--matty-story-title-line,1.1)!important}.matty-prose :where(h2):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:clamp(1.6rem,2.7vw,2.25rem);line-height:1.16}.matty-prose :where(h3,h4):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:clamp(1.24rem,2.05vw,1.72rem);line-height:1.18}.matty-auto-body :where(h2):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:calc(var(--matty-prose-size,var(--matty-type-body)) * 1.12)}.matty-auto-body :where(h3,h4):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:calc(var(--matty-prose-size,var(--matty-type-body)) * 1.06)}.matty-prose :where(p,li):not(:where(.not-matty-prose,.not-matty-prose *)){max-width:var(--matty-body-max);color:var(--matty-text-primary);font-family:var(--matty-font-body);font-size:var(--matty-prose-size,var(--matty-type-body));letter-spacing:0;font-weight:400;line-height:var(--matty-prose-line,var(--matty-line-default));text-wrap:pretty;margin:0}.matty-reveal .matty-prose :is(p,li):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:var(--matty-prose-size,var(--matty-type-body))!important;line-height:var(--matty-prose-line,var(--matty-line-default))!important}.matty-prose :where(p+p,li+li):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-prose-gap)}.matty-prose :where(:is(h1,h2,h3,h4)+p):not(:where(.not-matty-prose,.not-matty-prose *)),.matty-prose :where(:is(h1,h2,h3,h4)+ul):not(:where(.not-matty-prose,.not-matty-prose *)),.matty-prose :where(:is(h1,h2,h3,h4)+ol):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-title-body-gap)}.matty-prose :where(:is(p,ul,ol,blockquote,pre)+:is(h1,h2,h3,h4)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-heading-before-gap)}.matty-prose :where(:is(p,ul,ol)+:is(p,ul,ol)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-prose-gap)}.matty-prose :where(:is(blockquote,pre)+:is(p,ul,ol)):not(:where(.not-matty-prose,.not-matty-prose *)),.matty-prose :where(:is(p,ul,ol)+:is(blockquote,pre)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-block-gap)}.matty-prose :where(ul,ol):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:0;margin-bottom:0;padding-inline-start:1.15em}.matty-prose :where(:is(h1,h2,h3,h4)+:is(ul,ol)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-title-body-gap)}.matty-prose :where(:is(p,ul,ol)+:is(ul,ol)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-prose-gap)}.matty-prose :where(ul):not(:where(.not-matty-prose,.not-matty-prose *)){list-style:outside}.matty-prose :where(ol):not(:where(.not-matty-prose,.not-matty-prose *)){list-style:decimal}.matty-prose :where(li):not(:where(.not-matty-prose,.not-matty-prose *)){max-width:var(--matty-body-max);margin-top:0;margin-bottom:0;padding-inline-start:.16em;display:list-item}.matty-reveal .matty-prose :is(li+li):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-prose-gap)}.matty-prose :where(li>p:first-child):not(:where(.not-matty-prose,.not-matty-prose *)){max-width:none;color:inherit;font:inherit;line-height:inherit;display:inline}.matty-prose :where(li>p+p):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-list-nested-gap);max-width:none;color:inherit;font:inherit;line-height:inherit;display:block}.matty-prose :where(li>:is(ul,ol)):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-list-nested-gap)}.matty-prose :where(){color:var(--matty-quiet-ink);font-size:var(--matty-marker-size)}.matty-prose :where(ol):not(:where(.not-matty-prose,.not-matty-prose *)){--matty-ol-marker-gap:.5em;--matty-ol-marker-width:1.38em;counter-reset:matty-ordered-list;padding-inline-start:0;list-style:none}.matty-prose :where(ol>li):not(:where(.not-matty-prose,.not-matty-prose *)){counter-increment:matty-ordered-list;padding-inline-start:calc(var(--matty-ol-marker-width) + var(--matty-ol-marker-gap));display:block;position:relative}.matty-prose :where(ol>li):before{content:counter(matty-ordered-list) ".";box-sizing:border-box;width:var(--matty-ol-marker-width);color:var(--matty-emphasis-color);font-family:var(--matty-font-emphasis);font-size:var(--matty-ol-marker-size,1.08em);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-style:italic;font-weight:600;line-height:inherit;text-align:right;display:block;position:absolute;top:0;left:0;transform:translateY(-.02em)}.matty-reveal .matty-prose ol:not(:where(.not-matty-prose,.not-matty-prose *)){--matty-ol-marker-gap:.5em;--matty-ol-marker-width:1.38em;counter-reset:matty-ordered-list;padding-left:0;list-style:none}.matty-reveal .matty-prose ol>li:not(:where(.not-matty-prose,.not-matty-prose *)){padding-left:calc(var(--matty-ol-marker-width) + var(--matty-ol-marker-gap));counter-increment:matty-ordered-list;display:block;position:relative}.matty-prose :where(a):not(:where(.not-matty-prose,.not-matty-prose *)){color:inherit;text-decoration-line:underline;-webkit-text-decoration-color:var(--matty-link-underline);-webkit-text-decoration-color:var(--matty-link-underline);-webkit-text-decoration-color:var(--matty-link-underline);text-decoration-color:var(--matty-link-underline);text-underline-offset:.16em;text-decoration-thickness:.045em}.matty-prose :where(a:hover):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-text-heading);text-decoration-color:currentColor}.matty-prose :where(em,i):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-emphasis-color);font-family:var(--matty-font-emphasis);letter-spacing:.015em;font-size:1em;font-style:italic;font-weight:700;line-height:inherit;-webkit-text-stroke:.012em currentColor}@supports (color:color-mix(in lab, red, red)){.matty-prose :where(em,i):not(:where(.not-matty-prose,.not-matty-prose *)){-webkit-text-stroke:.012em color-mix(in oklch, currentColor 68%, transparent)}}.matty-prose :where(strong):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-text-heading);font-weight:700}.matty-prose :where(code):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-text-heading);font-family:var(--matty-font-mono);font-size:.92em;font-weight:700}.matty-prose :where(code):before,.matty-prose :where(code):after{content:none}.matty-prose :where(pre):not(:where(.not-matty-prose,.not-matty-prose *)){margin:var(--matty-block-gap) 0 0}.matty-prose :where(pre code):not(:where(.not-matty-prose,.not-matty-prose *)){font:inherit}.matty-prose :where(blockquote):not(:where(.not-matty-prose,.not-matty-prose *)){margin:var(--matty-block-gap) 0 0;color:var(--matty-text-secondary);border-inline-start:1px solid var(--matty-hairline-ink);padding-inline-start:.86em;font-style:italic}.matty-prose :where(blockquote p):not(:where(.not-matty-prose,.not-matty-prose *)){color:inherit}.matty-prose :where(hr):not(:where(.not-matty-prose,.not-matty-prose *)){width:min(12rem,24%);margin:var(--matty-heading-before-gap) 0;border:0;border-top:1px solid var(--matty-hairline-ink)}.matty-prose :where(table):not(:where(.not-matty-prose,.not-matty-prose *)){width:auto;margin-top:var(--matty-block-gap);border-collapse:collapse;font-size:calc(var(--matty-prose-size,var(--matty-type-body)) * .78);line-height:1.22}.matty-prose :where(th,td):not(:where(.not-matty-prose,.not-matty-prose *)){border-bottom:1px solid var(--matty-hairline-ink);text-align:left;padding:.22em .82em .22em 0}.matty-prose :where(th):not(:where(.not-matty-prose,.not-matty-prose *)){color:var(--matty-text-heading);font-weight:700}.matty-prose :where(mark):not(:where(.not-matty-prose,.not-matty-prose *)),.matty-highlight{color:inherit;background:linear-gradient(to bottom, transparent 66%, var(--matty-highlight-bg) 66%, var(--matty-highlight-bg) 88%, transparent 88%);-webkit-box-decoration-break:clone;box-decoration-break:clone;margin-inline:-.02em;padding-inline:.04em}.matty-panel{color:var(--matty-text-primary);background:var(--matty-bg-secondary);border:1px solid var(--matty-border);border-radius:var(--radius-panel);box-shadow:0 1px 0 var(--matty-text-heading)}@supports (color:color-mix(in lab, red, red)){.matty-panel{box-shadow:0 1px 0 color-mix(in oklch, var(--matty-text-heading) 4%, transparent)}}.matty-panel-muted{background:var(--matty-bg-tertiary)}.matty-chip{min-height:2.5rem;color:var(--matty-text-primary);background:var(--matty-bg-elevated);border:1px solid var(--matty-border);font-family:var(--matty-font-body);cursor:pointer;transition-property:color,background-color,border-color,opacity,transform;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);border-radius:999px;align-items:center;gap:.375rem;padding:.55rem 1.1rem;font-size:.875rem;font-weight:700;line-height:1.2;display:inline-flex}.matty-chip:hover{border-color:var(--matty-accent-primary)}.matty-chip:active{transform:scale(.96)}.matty-chip:focus-visible,.matty-button:focus-visible,.matty-input:focus-visible{outline:2px solid var(--matty-accent-primary)}@supports (color:color-mix(in lab, red, red)){.matty-chip:focus-visible,.matty-button:focus-visible,.matty-input:focus-visible{outline:2px solid color-mix(in oklch, var(--matty-accent-primary) 62%, transparent)}}.matty-chip:focus-visible,.matty-button:focus-visible,.matty-input:focus-visible{outline-offset:2px}.matty-chip[data-active=true]{color:var(--matty-bg-primary);background:var(--matty-accent-primary);border-color:var(--matty-accent-primary)}.matty-chip[data-state=done]{color:var(--matty-accent-success);background:var(--matty-accent-success)}@supports (color:color-mix(in lab, red, red)){.matty-chip[data-state=done]{background:color-mix(in oklch, var(--matty-accent-success) 16%, transparent)}}.matty-chip[data-state=done]{border-color:var(--matty-accent-success)}@supports (color:color-mix(in lab, red, red)){.matty-chip[data-state=done]{border-color:color-mix(in oklch, var(--matty-accent-success) 48%, var(--matty-border))}}.matty-chip[data-tone=context]{--matty-chip-tone:var(--matty-accent-context)}.matty-chip[data-tone=goal]{--matty-chip-tone:var(--matty-accent-goal)}.matty-chip[data-tone=assets]{--matty-chip-tone:var(--matty-accent-assets)}.matty-chip[data-tone=design]{--matty-chip-tone:var(--matty-accent-design)}.matty-chip[data-tone][data-active=true]{color:var(--matty-text-heading);background:var(--matty-chip-tone)}@supports (color:color-mix(in lab, red, red)){.matty-chip[data-tone][data-active=true]{background:color-mix(in oklch, var(--matty-chip-tone) 24%, transparent)}}.matty-chip[data-tone][data-active=true]{border-color:var(--matty-chip-tone)}@supports (color:color-mix(in lab, red, red)){.matty-chip[data-tone][data-active=true]{border-color:color-mix(in oklch, var(--matty-chip-tone) 58%, var(--matty-border))}}.matty-token-highlight{color:var(--matty-text-heading);background:var(--matty-token-color,var(--matty-accent-primary))}@supports (color:color-mix(in lab, red, red)){.matty-token-highlight{background:color-mix(in oklch, var(--matty-token-color,var(--matty-accent-primary)) 18%, transparent)}}.matty-token-highlight{-webkit-box-decoration-break:clone;box-decoration-break:clone;transition-property:opacity,background-color;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);border-radius:.25rem}.matty-button{min-height:2.5rem;color:var(--matty-text-secondary);background:var(--matty-bg-elevated);border:1px solid var(--matty-border);border-radius:var(--radius-tool);font-family:var(--matty-font-body);cursor:pointer;transition-property:color,background-color,border-color,opacity,transform;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);justify-content:center;align-items:center;gap:.375rem;padding:.55rem .9rem;font-size:.8125rem;font-weight:700;line-height:1;display:inline-flex}.matty-button:hover{color:var(--matty-text-heading);border-color:var(--matty-accent-primary)}.matty-button:active{transform:scale(.96)}.matty-button:disabled{color:var(--matty-text-muted);background:var(--matty-bg-tertiary);border-color:var(--matty-border);cursor:not-allowed;opacity:.74;transform:none}.matty-button-primary{color:var(--matty-bg-primary);background:var(--matty-accent-primary);border-color:var(--matty-accent-primary)}.matty-button-primary:hover{color:var(--matty-bg-primary);opacity:.94}.matty-input{width:100%;color:var(--matty-text-primary);background:var(--matty-bg-elevated);border:1px solid var(--matty-border);border-radius:var(--radius-panel);font-family:var(--matty-font-body);transition-property:border-color,box-shadow;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);padding:.5rem .75rem;font-size:1rem;line-height:1.55}.matty-input::placeholder{color:var(--matty-text-muted)}.matty-input:focus{border-color:var(--matty-accent-primary);outline:none}.matty-kicker,.matty-pixel-stamp{color:var(--matty-text-secondary);font-family:var(--matty-font-mono);font-size:var(--matty-type-label);font-variant-numeric:tabular-nums;letter-spacing:.03em;text-transform:uppercase;font-weight:700;line-height:1.1}.matty-pixel-stamp{color:var(--matty-accent-editorial);font-family:var(--matty-font-pixel);font-size:calc(var(--matty-type-label) * .95);letter-spacing:0}.matty-display-card{min-width:0;min-height:0;color:var(--matty-text-primary);background:var(--matty-bg-secondary);align-content:start;gap:.7rem;padding:1.25rem;display:grid;position:relative}@supports (color:color-mix(in lab, red, red)){.matty-display-card{background:color-mix(in oklch, var(--matty-bg-secondary) 88%, transparent)}}.matty-display-card{border:1px solid var(--matty-border);border-radius:var(--radius-panel);box-shadow:0 1px 0 var(--matty-text-heading)}@supports (color:color-mix(in lab, red, red)){.matty-display-card{box-shadow:0 1px 0 color-mix(in oklch, var(--matty-text-heading) 5%, transparent)}}.matty-display-card[data-variant=raised]{background:var(--matty-bg-elevated);box-shadow:var(--matty-shadow-soft)}.matty-display-card[data-variant=outline]{background:0 0}.matty-display-card[data-variant=light]{background:radial-gradient(circle at 82% 18%, var(--matty-accent-primary), transparent 38%), var(--matty-bg-elevated)}@supports (color:color-mix(in lab, red, red)){.matty-display-card[data-variant=light]{background:radial-gradient(circle at 82% 18%, color-mix(in oklch, var(--matty-accent-primary) 14%, transparent), transparent 38%), color-mix(in oklch, var(--matty-bg-elevated) 92%, transparent)}}.matty-display-card[data-variant=double]{background:var(--matty-bg-tertiary);padding:.6rem}@supports (color:color-mix(in lab, red, red)){.matty-display-card[data-variant=double]{background:color-mix(in oklch, var(--matty-bg-tertiary) 72%, transparent)}}.matty-display-card[data-variant=double]:before{content:"";z-index:0;border:1px solid var(--matty-border);border-radius:calc(var(--radius-panel) - .125rem);background:var(--matty-bg-secondary);box-shadow:var(--matty-shadow-soft);position:absolute;inset:.6rem}.matty-display-card[data-variant=double]>*{z-index:1;padding-inline:.75rem;position:relative}.matty-display-card[data-variant=double]>:first-child{padding-top:.75rem}.matty-display-card[data-variant=double]>:last-child{padding-bottom:.75rem}.matty-display-card__eyebrow{color:var(--matty-text-secondary);font-family:var(--matty-font-body);letter-spacing:0;font-size:clamp(.86rem,1.05vw,.98rem);font-weight:600;line-height:1.2}.matty-display-card__eyebrow .matty-display-badge{width:auto;min-height:0;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-transform:none;background:0 0;border:0;border-radius:0;padding:0;display:inline}.matty-display-card__title{color:var(--matty-text-heading);font-family:var(--matty-font-display);letter-spacing:0;text-transform:lowercase;text-wrap:balance;margin:0;font-size:clamp(1.35rem,2.35vw,2.1rem);font-weight:400;line-height:1.08}.matty-display-card__body{color:var(--matty-text-primary);font-family:var(--matty-font-body);text-wrap:pretty;font-size:clamp(1rem,1.45vw,1.22rem);line-height:1.42}.matty-display-card__body :where(p,pre){color:inherit;font:inherit;line-height:inherit;margin:0}.matty-display-card__footer{color:var(--matty-text-muted);font-family:var(--matty-font-body);letter-spacing:0;font-size:clamp(.82rem,1vw,.94rem);font-weight:400;line-height:1.32}.matty-display-badge{width:fit-content;min-height:1.5rem;color:var(--matty-badge-fg,var(--matty-text-secondary));background:var(--matty-badge-color,var(--matty-text-muted));align-items:center;padding:.28rem .56rem;display:inline-flex}@supports (color:color-mix(in lab, red, red)){.matty-display-badge{background:color-mix(in oklch, var(--matty-badge-color,var(--matty-text-muted)) 14%, transparent)}}.matty-display-badge{border:1px solid var(--matty-badge-color,var(--matty-text-muted))}@supports (color:color-mix(in lab, red, red)){.matty-display-badge{border:1px solid color-mix(in oklch, var(--matty-badge-color,var(--matty-text-muted)) 38%, var(--matty-border))}}.matty-display-badge{font-family:var(--matty-font-mono);font-variant-numeric:tabular-nums;letter-spacing:.025em;text-transform:uppercase;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1}.matty-display-badge[data-tone=accent]{--matty-badge-color:var(--matty-accent-primary);--matty-badge-fg:var(--matty-accent-primary)}.matty-display-badge[data-tone=editorial]{--matty-badge-color:var(--matty-accent-editorial);--matty-badge-fg:var(--matty-accent-editorial)}.matty-display-badge[data-tone=success]{--matty-badge-color:var(--matty-accent-success);--matty-badge-fg:var(--matty-accent-success)}.matty-display-badge[data-tone=danger]{--matty-badge-color:var(--matty-accent-danger);--matty-badge-fg:var(--matty-accent-danger)}.matty-callout-card{min-width:0;color:var(--matty-window-text);background:var(--matty-window-bg);display:grid}@supports (color:color-mix(in lab, red, red)){.matty-callout-card{background:color-mix(in oklch, var(--matty-window-bg) 74%, var(--matty-window-chrome-bg))}}.matty-callout-card{border:1px solid var(--matty-window-border);box-shadow:var(--matty-window-shadow);font-family:var(--matty-font-system);border-radius:1.35rem;padding:.5rem}.matty-callout-card__inner{background:linear-gradient(to bottom, #ffffff0f, transparent 22%), var(--matty-window-bg);border:1px solid var(--matty-window-border);align-content:start;gap:.85rem;min-width:0;min-height:0;padding:clamp(1.1rem,2.2vw,1.75rem);display:grid}@supports (color:color-mix(in lab, red, red)){.matty-callout-card__inner{border:1px solid color-mix(in oklch, var(--matty-window-border) 76%, transparent)}}.matty-callout-card__inner{border-radius:1rem;box-shadow:inset 0 1px #ffffff1a,0 1px 2px #0000000f}.matty-callout-card__title{color:var(--matty-window-text);font-family:var(--matty-font-system);letter-spacing:0;text-wrap:balance;margin:0;font-size:clamp(1.35rem,2.35vw,2.02rem);font-weight:650;line-height:1.04}.matty-callout-card__body{color:var(--matty-window-text);margin:0}@supports (color:color-mix(in lab, red, red)){.matty-callout-card__body{color:color-mix(in oklch, var(--matty-window-text) 68%, transparent)}}.matty-callout-card__body{font-family:var(--matty-font-system);letter-spacing:0;text-wrap:pretty;font-size:clamp(.98rem,1.45vw,1.22rem);font-weight:450;line-height:1.34}.matty-callout-card__body :where(p){color:inherit;margin:0;font:inherit!important;line-height:inherit!important}.matty-callout-card__list{color:var(--matty-window-text);font-family:var(--matty-font-system);letter-spacing:0;gap:.55rem;margin:0;padding:0;font-size:clamp(.94rem,1.25vw,1.08rem);font-weight:500;line-height:1.28;list-style:none;display:grid}.matty-callout-card__list li{grid-template-columns:.48rem minmax(0,1fr);align-items:start;gap:.58rem;margin:0;display:grid;font:inherit!important;line-height:inherit!important}.matty-callout-card__list li>span{aspect-ratio:1;background:var(--matty-accent-primary);border-radius:999px;width:.44rem;margin-top:.46em}.matty-callout-card__list p{color:inherit;margin:0;font:inherit!important;line-height:inherit!important}.matty-callout-card[data-variant=compact]{box-shadow:none}.matty-callout-card[data-variant=compact] .matty-callout-card__inner{padding:clamp(.95rem,1.8vw,1.35rem)}.matty-callout-card[data-variant=compact] .matty-callout-card__title{font-size:clamp(1.15rem,1.82vw,1.56rem)}.matty-display-button{min-height:2.5rem;color:var(--matty-text-secondary);background:var(--matty-bg-elevated);border:1px solid var(--matty-border);border-radius:var(--radius-tool);font-family:var(--matty-font-body);cursor:pointer;transition-property:color,background-color,border-color,opacity,transform;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);justify-content:center;align-items:center;gap:.42rem;padding:.58rem .92rem;font-size:.85rem;font-weight:700;line-height:1;display:inline-flex}.matty-display-button:hover{color:var(--matty-text-heading);border-color:var(--matty-accent-primary)}.matty-display-button:active{transform:scale(.96)}.matty-display-button[data-variant=primary]{color:var(--matty-bg-primary);background:var(--matty-accent-primary);border-color:var(--matty-accent-primary)}.matty-display-button[data-variant=ghost]{background:0 0;border-color:#0000}.matty-window{z-index:100;color:var(--matty-window-text);background:var(--matty-window-bg);border:1px solid var(--matty-window-border);box-shadow:var(--matty-window-shadow);font-family:var(--matty-font-system);touch-action:none;will-change:transform;border-radius:.84rem;position:relative;overflow:hidden}.matty-window.is-dragging{z-index:1000;cursor:grabbing;-webkit-user-select:none;user-select:none}.matty-window__chrome{background:var(--matty-window-chrome-bg);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-bottom:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:2.45rem;padding:.5rem .82rem;display:grid}.matty-window.is-dragging .matty-window__chrome{cursor:grabbing}.matty-window__lights{gap:.42rem;display:inline-flex}.matty-window__lights span{aspect-ratio:1;border-radius:999px;width:.68rem;box-shadow:inset 0 0 0 1px #0000001f}.matty-window__lights [data-light=close]{background:oklch(68% .16 25)}.matty-window__lights [data-light=minimize]{background:oklch(78% .14 80)}.matty-window__lights [data-light=zoom]{background:oklch(68% .13 145)}.matty-window__title{min-width:0;color:var(--matty-window-chrome-text);font-family:var(--matty-font-system);justify-items:center;gap:.1rem;font-size:.9rem;font-weight:650;line-height:1.1;display:grid}.matty-window__title span,.matty-window__title small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.matty-window__title small{color:var(--matty-text-muted);font-size:.72rem;font-weight:400}.matty-window__body{min-height:0;padding:1.1rem}.matty-fullscreen-window{background:var(--matty-window-chrome-bg);width:min(100%,960px);min-height:min(46vh,360px)}@supports (color:color-mix(in lab, red, red)){.matty-fullscreen-window{background:color-mix(in oklch, var(--matty-window-chrome-bg) 84%, var(--matty-window-bg))}}.matty-fullscreen-window{border-radius:1.35rem}.matty-fullscreen-window .matty-window__chrome{min-height:3rem;padding-inline:1.1rem}.matty-fullscreen-window .matty-window__lights{gap:.52rem}.matty-fullscreen-window .matty-window__lights span{width:.82rem}.matty-fullscreen-window .matty-window__body{padding:.65rem .75rem .75rem;display:grid}.matty-fullscreen-window__content{min-height:15rem;color:var(--matty-window-text);background:var(--matty-window-bg);border:1px solid var(--matty-window-border);align-content:center;padding:clamp(1rem,2vw,1.5rem);display:grid}@supports (color:color-mix(in lab, red, red)){.matty-fullscreen-window__content{border:1px solid color-mix(in oklch, var(--matty-window-border) 76%, transparent)}}.matty-fullscreen-window__content{font-family:var(--matty-font-system);border-radius:1.02rem;box-shadow:inset 0 1px #ffffff1a,0 1px 2px #0000000f}.matty-fullscreen-window[data-inset=false] .matty-window__body{padding:0}.matty-fullscreen-window[data-inset=false] .matty-fullscreen-window__content{min-height:18rem;box-shadow:none;border:0;border-radius:0}.matty-chat-bubble{max-width:min(78%,36rem);animation:matty-message-enter .36s var(--matty-ease-out) both;justify-items:start;gap:.25rem;display:grid}.matty-chat-bubble[data-from=me]{justify-self:end;justify-items:end}.matty-chat-bubble[data-from=system]{justify-self:center;justify-items:center;max-width:80%}.matty-chat-bubble__meta{color:var(--matty-text-muted);font-family:var(--matty-font-mono);letter-spacing:.02em;text-transform:uppercase;font-size:.72rem;font-weight:700;line-height:1}.matty-chat-bubble__timestamp,.matty-chat-bubble__receipt{color:var(--matty-text-muted);font-family:var(--matty-font-system);font-size:.78rem;font-weight:500;line-height:1}.matty-chat-bubble__content{color:var(--matty-text-heading);background:var(--matty-bg-tertiary);border:1px solid var(--matty-border);font-family:var(--matty-font-system);text-wrap:pretty;border-radius:1.08rem 1.08rem 1.08rem .32rem;padding:.72rem .92rem;font-size:clamp(1rem,1.55vw,1.28rem);line-height:1.3}.matty-chat-bubble[data-from=me] .matty-chat-bubble__content{color:var(--matty-bg-primary);background:var(--matty-accent-primary);border-color:var(--matty-accent-primary)}@supports (color:color-mix(in lab, red, red)){.matty-chat-bubble[data-from=me] .matty-chat-bubble__content{border-color:color-mix(in oklch, var(--matty-accent-primary) 70%, var(--matty-border))}}.matty-chat-bubble[data-from=me] .matty-chat-bubble__content{border-radius:1.08rem 1.08rem .32rem}.matty-chat-bubble[data-from=system] .matty-chat-bubble__content{color:var(--matty-text-muted);font-family:var(--matty-font-mono);background:0 0;border-color:#0000;font-size:.82rem}.matty-primitive-showcase{width:min(100%,980px)}.matty-primitive-showcase__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;display:grid}.matty-window-demo{gap:.8rem;display:grid}.matty-window-demo p,.matty-window-demo pre{margin:0}.matty-window-demo p{color:var(--matty-text-primary);font-family:var(--matty-font-body);font-size:.95rem;line-height:1.28}.matty-window-demo pre{color:var(--matty-code-text);background:var(--matty-code-bg);border:1px solid var(--matty-code-border);border-radius:var(--radius-tool);font-family:var(--matty-font-mono);padding:.8rem;font-size:.92rem;line-height:1.45;overflow:hidden}.matty-chat-demo{align-content:start;gap:.7rem;min-height:0;display:grid}.matty-primitive-showcase .matty-chat-bubble{animation:none}.matty-button-row{flex-wrap:wrap;gap:.5rem;display:flex}.matty-imessage-slide{width:min(100%,440px);font-family:var(--matty-font-system)}.matty-imessage-window{color:var(--matty-window-text);background:var(--matty-imessage-surface);font-family:var(--matty-font-system)}.matty-imessage-window .matty-window__body{background:var(--matty-imessage-surface);gap:0;padding:0;display:grid}.matty-imessage-contact{justify-items:center;gap:.36rem;padding:1rem 1rem .6rem;display:grid}.matty-imessage-avatar{aspect-ratio:1;width:2.9rem;color:var(--matty-imessage-incoming-text);place-items:center;display:grid}@supports (color:color-mix(in lab, red, red)){.matty-imessage-avatar{color:color-mix(in oklch, var(--matty-imessage-incoming-text) 56%, transparent)}}.matty-imessage-avatar{background:var(--matty-imessage-incoming-bg)}@supports (color:color-mix(in lab, red, red)){.matty-imessage-avatar{background:color-mix(in oklch, var(--matty-imessage-incoming-bg) 88%, var(--matty-imessage-surface))}}.matty-imessage-avatar{border-radius:999px;font-size:1.24rem;font-weight:650;line-height:1}.matty-imessage-contact strong{color:var(--matty-imessage-incoming-text);font-family:var(--matty-font-system);font-size:1.05rem;font-weight:650;line-height:1.1}.matty-imessage-thread{align-content:end;gap:.16rem;min-height:20rem;padding:.1rem .95rem 1rem;display:grid}.matty-imessage-date{color:var(--matty-imessage-timestamp);font-family:var(--matty-font-system);justify-self:center;margin:.08rem 0 .58rem;font-size:.72rem;font-weight:600;line-height:1}.matty-imessage-bubble .matty-chat-bubble__content{color:var(--matty-imessage-incoming-text);background:var(--matty-imessage-incoming-bg);border:0;border-radius:1.04rem;padding:.48rem .72rem .5rem;font-size:clamp(.98rem,1.42vw,1.12rem);font-weight:400;line-height:1.22;position:relative}.matty-imessage-bubble[data-from=me] .matty-chat-bubble__content{color:#fff;background:var(--matty-imessage-blue)}.matty-imessage-bubble[data-group-start=true]{margin-top:.46rem}.matty-imessage-date+.matty-imessage-bubble[data-group-start=true]{margin-top:0}.matty-imessage-bubble[data-from=them][data-group-end=false] .matty-chat-bubble__content{border-bottom-left-radius:.32rem}.matty-imessage-bubble[data-from=me][data-group-end=false] .matty-chat-bubble__content{border-bottom-right-radius:.32rem}.matty-imessage-bubble[data-group-end=true] .matty-chat-bubble__content:before,.matty-imessage-bubble[data-group-end=true] .matty-chat-bubble__content:after{content:"";position:absolute;bottom:0}.matty-imessage-bubble[data-from=them][data-group-end=true] .matty-chat-bubble__content{border-bottom-left-radius:.32rem}.matty-imessage-bubble[data-from=them][data-group-end=true] .matty-chat-bubble__content:after{background:var(--matty-imessage-incoming-bg);border-bottom-right-radius:.66rem .58rem;width:.66rem;height:.78rem;left:-.36rem}.matty-imessage-bubble[data-from=them][data-group-end=true] .matty-chat-bubble__content:before{z-index:1;background:var(--matty-imessage-surface);border-bottom-right-radius:.82rem;width:.82rem;height:.82rem;left:-.82rem}.matty-imessage-bubble[data-from=me][data-group-end=true] .matty-chat-bubble__content{border-bottom-right-radius:.32rem}.matty-imessage-bubble[data-from=me][data-group-end=true] .matty-chat-bubble__content:after{background:var(--matty-imessage-blue);border-bottom-left-radius:.66rem .58rem;width:.66rem;height:.78rem;right:-.36rem}.matty-imessage-bubble[data-from=me][data-group-end=true] .matty-chat-bubble__content:before{z-index:1;background:var(--matty-imessage-surface);border-bottom-left-radius:.82rem;width:.82rem;height:.82rem;right:-.82rem}.matty-imessage-bubble .matty-chat-bubble__timestamp{color:var(--matty-imessage-timestamp);padding-inline:.18rem;font-size:.72rem}.matty-imessage-bubble .matty-chat-bubble__receipt{color:var(--matty-imessage-timestamp);padding:.1rem .18rem 0;font-size:.72rem}.matty-imessage-typing{background:var(--matty-imessage-incoming-bg);border-radius:1.04rem;grid-auto-flow:column;justify-self:start;align-items:center;gap:.18rem;width:max-content;margin-top:.46rem;padding:.55rem .76rem;display:inline-grid}.matty-imessage-typing span{aspect-ratio:1;background:var(--matty-imessage-incoming-text);width:.34rem}@supports (color:color-mix(in lab, red, red)){.matty-imessage-typing span{background:color-mix(in oklch, var(--matty-imessage-incoming-text) 44%, transparent)}}.matty-imessage-typing span{border-radius:999px;animation:1.1s ease-in-out infinite matty-imessage-typing}.matty-imessage-typing span:nth-child(2){animation-delay:.14s}.matty-imessage-typing span:nth-child(3){animation-delay:.28s}@keyframes matty-message-enter{0%{opacity:0;filter:blur(4px);transform:translateY(.55rem)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes matty-imessage-typing{0%,64%,to{opacity:.42;transform:translateY(0)}32%{opacity:.95;transform:translateY(-.12rem)}}@media (prefers-reduced-motion:reduce){.matty-chat-bubble,.matty-imessage-typing span{animation-duration:1ms}}.matty-footer{right:var(--matty-safe-x);bottom:1.1rem;left:var(--matty-safe-x);color:var(--matty-text-muted);font-family:var(--matty-font-body);letter-spacing:0;opacity:.86;pointer-events:auto;justify-content:space-between;gap:1.5rem;font-size:1.08rem;font-weight:400;display:flex;position:absolute}.matty-footer a,.matty-footer span{color:inherit;text-decoration:none}.matty-footer-item{align-items:center;gap:.58rem;min-width:0;display:inline-flex}.matty-footer-logo{flex:none;width:auto;height:.92em;display:block}.matty-footer a{cursor:pointer;transition-property:color,opacity;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out)}.matty-footer a:hover{color:var(--matty-text-heading);opacity:1}.matty-cover-logo{top:var(--matty-safe-y);left:var(--matty-safe-x);z-index:2;width:clamp(7rem,12vw,10rem);height:auto;position:absolute}.matty-cover .matty-safe{align-content:end;gap:1.2rem;display:grid}.matty-cover:has(.matty-share-link) .matty-safe{padding-bottom:calc(var(--matty-safe-y) + 3.5rem)}.matty-cover-copy{gap:1.2rem;display:grid}.matty-cover-copy :where(h1+p){margin-top:0}.matty-cover h1{max-width:100%;font-size:var(--matty-type-cover-title)}.matty-cover p{color:var(--matty-text-secondary);font-size:var(--matty-type-subtitle);letter-spacing:.01em;font-weight:300}.matty-cover ul{max-width:34ch}.matty-story .matty-safe{padding-bottom:calc(var(--matty-safe-y) + 3.25rem);grid-template-rows:minmax(0,1fr);align-content:stretch;display:grid}.matty-story .matty-body{width:100%;max-width:100%;height:100%;max-height:100%;overflow:hidden}.matty-story .matty-auto-body{min-width:0;min-height:0}.matty-story .matty-auto-body[data-fit-ready=false]{visibility:hidden}.matty-story .matty-auto-body[data-fit-ready=false] .fragment{transform:none!important}.matty-story .matty-body>:first-child{margin-top:0}.matty-story .matty-body>:last-child{margin-bottom:0}.matty-line .matty-safe{text-align:left;justify-content:flex-start;align-items:center;display:flex}.matty-line-copy{width:100%;max-width:100%;color:var(--matty-text-heading);font-family:var(--matty-font-line);font-size:var(--matty-type-line-body);text-align:left;text-transform:lowercase;text-wrap:balance;gap:.5rem;font-style:italic;font-weight:400;line-height:1.2;display:grid}.matty-line-copy h1{max-width:none;font-family:var(--matty-font-line);font-size:var(--matty-type-line-title);text-transform:none;font-style:normal;line-height:1.12}.matty-line-copy>:not(h1),.matty-line-copy p,.matty-line-copy li,.matty-line-copy span{max-width:none;color:inherit;font:inherit;line-height:inherit;text-align:inherit;text-transform:inherit}.matty-line-copy em,.matty-line-copy i{color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;line-height:inherit}.matty-section .matty-safe{align-items:center;display:flex}.matty-section h1{max-width:16ch;font-size:var(--matty-type-section-title)}.matty-two-cols .matty-safe{gap:var(--matty-two-cols-title-gap);grid-template-rows:auto 1fr;display:grid}.matty-two-cols-no-title .matty-safe{grid-template-rows:1fr;gap:0}.matty-two-cols-grid{gap:var(--matty-two-cols-grid-gap);grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;display:grid}.matty-two-cols-main,.matty-two-cols-side{align-content:start;gap:0;display:grid}.matty-two-cols :where(h2,h3):not(:where(.not-matty-prose,.not-matty-prose *)){font-size:var(--matty-type-column-heading);line-height:var(--matty-line-column-heading)}.matty-two-cols :where(h2+ul,h3+ul,h2+ol,h3+ol):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-column-heading-list-gap)}.matty-two-cols :where(ul>li,ol>li):not(:where(.not-matty-prose,.not-matty-prose *)){padding-inline-start:var(--matty-column-list-indent)}.matty-two-cols :where(ul>li+li,ol>li+li):not(:where(.not-matty-prose,.not-matty-prose *)){margin-top:var(--matty-column-list-gap)}.matty-two-cols-main>h1:first-child{display:none}.matty-intro .matty-safe{align-items:center;display:flex}.matty-intro-grid{grid-template-columns:var(--matty-intro-grid-columns);gap:var(--matty-intro-grid-gap);align-items:center;width:100%;display:grid}.matty-intro-left{max-width:var(--matty-intro-column-max)}.matty-intro-copy{gap:var(--matty-prose-gap);display:grid}.matty-intro-copy :where(p,li){margin:0}.matty-intro-right{text-align:center;justify-items:center;gap:.45rem;display:grid}.matty-intro-headshot{aspect-ratio:1;object-fit:cover;border:6px solid var(--matty-photo-border);width:min(280px,55vw);box-shadow:0 0 0 1px var(--matty-photo-outline);border-radius:9999px}.matty-intro-name{color:var(--matty-text-heading);font-family:var(--matty-font-title);font-size:var(--matty-type-intro-name);text-transform:lowercase;margin:.05rem 0 0;font-weight:400}.matty-intro-title,.matty-intro-subtitle{color:var(--matty-text-secondary);text-transform:none;margin:0}.matty-intro-title{font-family:var(--matty-font-body);font-size:var(--matty-type-subtitle);font-weight:400}.matty-intro-subtitle{font-family:var(--matty-font-mono);font-size:var(--matty-type-caption);letter-spacing:.03em;text-transform:uppercase}.matty-image .matty-safe{gap:1rem;display:grid}.matty-image-media{object-fit:contain;border-radius:var(--radius-panel);width:100%;height:min(540px,72vh)}.matty-image-meta{color:var(--matty-text-secondary);font-family:var(--matty-font-body);font-size:var(--matty-type-label);justify-content:space-between;gap:1rem;display:flex}.matty-qr-grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:center;gap:clamp(2rem,6vw,5rem);height:100%;display:grid}.matty-qr-panel{background:var(--matty-bg-elevated);justify-items:center;gap:.9rem;padding:1.35rem;display:grid}@supports (color:color-mix(in lab, red, red)){.matty-qr-panel{background:color-mix(in oklch, var(--matty-bg-elevated) 92%, transparent)}}.matty-qr-panel{border:1px solid var(--matty-border);box-shadow:var(--matty-shadow-soft);border-radius:1.1rem}.matty-qr-code{border-radius:.8rem;width:min(100%,280px)}.matty-qr-label{color:var(--matty-flexoki-blue);background:var(--matty-flexoki-blue);padding:.35rem .65rem}@supports (color:color-mix(in lab, red, red)){.matty-qr-label{background:color-mix(in oklch, var(--matty-flexoki-blue) 18%, transparent)}}.matty-qr-label{font-family:var(--matty-font-mono);font-size:var(--matty-type-label);font-variant-numeric:tabular-nums;border-radius:999px;font-weight:700}.matty-qr-display{color:var(--matty-text-heading);font-family:var(--matty-font-body);font-size:var(--matty-type-caption);text-align:center}.matty-qr-caption{color:var(--matty-text-secondary);font-size:var(--matty-type-caption);text-align:center}.matty-iframe iframe{background:var(--matty-bg-primary);border:0;width:100%;height:100%}.matty-share-link{right:var(--matty-safe-x);z-index:25;width:min(36rem,48vw);color:var(--matty-text-muted);font-family:var(--matty-font-body);letter-spacing:0;opacity:.86;text-align:right;font-size:1.08rem;font-weight:400;position:absolute;bottom:1.1rem}.matty-share-link-url{max-width:none;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;overflow-wrap:anywhere;cursor:pointer;transition-property:color,opacity;transition-duration:var(--matty-duration-fast);transition-timing-function:var(--matty-ease-out);border:0;margin:0;text-decoration:none}.matty-share-link-url:hover{color:var(--matty-text-heading);opacity:1}.matty-react-panel{width:min(100%,980px);margin-top:var(--matty-prose-gap,1.5rem);max-height:470px;overflow:hidden}.matty-overlay-stage{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.matty-overlay{z-index:5;width:var(--matty-overlay-width,min(34vw, 390px));margin:0;position:absolute}.matty-overlay img{object-fit:contain;width:100%;height:auto;max-height:min(72vh,600px);filter:drop-shadow(var(--matty-overlay-shadow));display:block}.matty-overlay--bottom-right{bottom:clamp(1.2rem,2vw,2rem);right:clamp(1.2rem,2vw,2rem)}.matty-overlay--bottom-left{bottom:clamp(1.2rem,2vw,2rem);left:clamp(1.2rem,2vw,2rem)}.matty-overlay--top-right{top:clamp(1.2rem,2vw,2rem);right:clamp(1.2rem,2vw,2rem)}.matty-overlay--top-left{top:clamp(1.2rem,2vw,2rem);left:clamp(1.2rem,2vw,2rem)}.matty-code{max-width:min(100%,940px);color:var(--matty-code-text);background:var(--matty-code-bg);border:1px solid var(--matty-code-border);border-radius:var(--radius-panel);font-family:var(--matty-font-mono);text-align:left;margin:0;padding:1.15rem 1.25rem;font-size:clamp(1rem,1.5vw,1.25rem);line-height:1.55;overflow:auto}.matty-code code{font:inherit;white-space:pre}.matty-strike-step.visible,.matty-slide s{color:var(--matty-text-muted);-webkit-text-decoration-color:var(--matty-flexoki-red);-webkit-text-decoration-color:var(--matty-flexoki-red);-webkit-text-decoration-color:var(--matty-flexoki-red);text-decoration-color:var(--matty-flexoki-red);text-decoration-thickness:.08em}.matty-align-line{grid-template-columns:var(--matty-align-cols,auto auto auto);column-gap:var(--matty-align-gap,.35em);align-items:baseline;display:inline-grid}.matty-align-cell-left{text-align:left;justify-self:start}.matty-align-cell-center{text-align:center;justify-self:center}.matty-reveal .fragment{transition-duration:0s!important;transition-delay:0s!important}.matty-reveal .controls,.matty-reveal .progress{color:var(--matty-text-heading)}.matty-reveal .slides section.matty-story .matty-auto-body>p,.matty-reveal .slides section.matty-story .matty-auto-body>ul>li,.matty-reveal .slides section.matty-story .matty-auto-body>ol>li{font-size:var(--matty-prose-size,var(--matty-type-body))!important;line-height:var(--matty-prose-line,var(--matty-line-default))!important}.matty-reveal .slides section.matty-story .matty-auto-body>ul>li+li,.matty-reveal .slides section.matty-story .matty-auto-body>ol>li+li{margin-top:var(--matty-prose-gap)!important}@media (width<=800px){html:not(.reveal-print) .matty-cover:has(.matty-share-link) .matty-safe{padding-bottom:calc(var(--matty-safe-y) + 5rem)}html:not(.reveal-print) .matty-share-link{left:var(--matty-safe-x);text-align:left;width:auto}html:not(.reveal-print) .matty-two-cols-grid,html:not(.reveal-print) .matty-intro-grid,html:not(.reveal-print) .matty-qr-grid{grid-template-columns:1fr;gap:1.4rem}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-ease{syntax:"*";inherits:false}.display-primitives-slide .matty-react-panel{z-index:30;max-height:440px;position:relative;overflow:visible}.display-primitives-slide .matty-body,.imessage-conversation-slide .matty-body{--matty-story-component-title-size:44px}.imessage-conversation-slide .matty-body{overflow:visible}.display-primitives-slide .matty-body>h1,.imessage-conversation-slide .matty-body>h1{font-size:clamp(2.05rem,3.45vw,3rem)!important;line-height:1.04!important}.display-primitives-slide .matty-body>p,.imessage-conversation-slide .matty-body>p{margin-top:1.2rem!important;font-size:clamp(1.05rem,1.45vw,1.28rem)!important;line-height:1.28!important}.display-primitives-slide .matty-react-panel,.imessage-conversation-slide .matty-react-panel{margin-top:1.15rem}.display-primitives-slide .matty-primitive-showcase__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.display-primitives-slide .matty-primitive-showcase__grid>*{z-index:1;position:relative}.display-primitives-slide .matty-primitive-showcase__grid>.matty-window{z-index:100}.display-primitives-slide .matty-primitive-showcase__grid>.matty-window.is-dragging{z-index:1000}.display-primitives-slide .matty-display-card,.display-primitives-slide .matty-window__body{padding:.85rem}.display-primitives-slide .matty-callout-card{border-radius:.9rem;padding:.38rem}.display-primitives-slide .matty-callout-card__inner{border-radius:.68rem;gap:.45rem;padding:.82rem}.display-primitives-slide .matty-callout-card__title{font-size:clamp(1rem,1.4vw,1.22rem);line-height:1.05}.display-primitives-slide .matty-callout-card__body,.display-primitives-slide .matty-callout-card__list{font-size:.84rem;line-height:1.22}.display-primitives-slide .matty-callout-card__list{gap:.28rem}.display-primitives-slide .matty-callout-card__list li{gap:.42rem}.display-primitives-slide .matty-fullscreen-window{border-radius:.9rem;min-height:0}.display-primitives-slide .matty-fullscreen-window .matty-window__chrome{min-height:2rem;padding-inline:.78rem}.display-primitives-slide .matty-fullscreen-window .matty-window__lights span{width:.62rem}.display-primitives-slide .matty-fullscreen-window .matty-window__body{padding:.45rem}.display-primitives-slide .matty-fullscreen-window__content{border-radius:.64rem;min-height:6.5rem;padding:.62rem}.display-primitives-slide .matty-display-card{gap:.42rem}.display-primitives-slide .matty-display-card__title{font-size:clamp(1.05rem,1.65vw,1.45rem)}.display-primitives-slide .matty-display-card__body{font-size:clamp(.82rem,1.05vw,.98rem);line-height:1.28}.display-primitives-slide .matty-window__chrome{min-height:2.2rem;padding-block:.42rem}.display-primitives-slide .matty-window-demo,.display-primitives-slide .matty-chat-demo{gap:.45rem}.display-primitives-slide .matty-chat-bubble__content{padding:.52rem .7rem;font-size:.95rem;line-height:1.22}.display-primitives-slide .matty-display-button{min-height:2rem;padding:.42rem .62rem;font-size:.74rem}.imessage-conversation-slide .matty-react-panel{max-height:470px;overflow:visible}.fugu-architecture-slide .matty-image-media{box-sizing:border-box;background:var(--matty-flexoki-paper);padding:clamp(1rem,3vw,2rem)}.matty-reveal .slides section.content-title-background-slide{background-image:linear-gradient(90deg,#000000c2,#00000052 48%,#0000001a),url(/2026-06-oreilly-sakana-fugu/assets/2026-06-content-is-code/title-background.png);background-position:50%;background-size:cover}.content-title-background-slide .matty-safe,.content-title-background-slide .matty-cover-logo{z-index:1;position:relative}.content-email-example-slide iframe{height:100%}.content-product-tour-slide,.content-react-overlays-slide,.content-conductor-flow-slide{background:#000;overflow:hidden}.content-product-tour-slide .matty-safe,.content-product-tour-slide .matty-body,.content-product-tour-slide .matty-auto-body,.content-react-overlays-slide .matty-safe,.content-react-overlays-slide .matty-body,.content-react-overlays-slide .matty-auto-body,.content-conductor-flow-slide .matty-safe,.content-conductor-flow-slide .matty-body,.content-conductor-flow-slide .matty-auto-body{width:100%;max-width:none;height:100%;max-height:none;padding:0;position:absolute;inset:0;overflow:hidden;transform:none!important}.content-product-tour-slide .matty-footer,.content-react-overlays-slide .matty-footer,.content-conductor-flow-slide .matty-footer{display:none}.content-product-tour-video,.content-react-overlays-video,.content-conductor-flow-video{z-index:50;object-fit:cover;background:#000;width:100%;height:100%;display:block;position:absolute;margin:0!important;inset:0!important}.content-code-mutation-slide .matty-line-copy{--matty-align-cols:9ch max-content max-content;text-align:left;place-items:center start;display:grid}.content-code-mutation-slide .matty-line-copy>p{white-space:nowrap;grid-area:1/1;margin:0}.content-ai-code-gauche-slide{background:radial-gradient(circle at 18% 20%,#ff00f580,#0000 32%),radial-gradient(circle at 78% 72%,#00ffff57,#0000 34%),linear-gradient(135deg,#26004f 0%,#6d18ff 45%,#ff42d0 100%)}.content-ai-code-gauche-slide:before{content:"";mix-blend-mode:screen;pointer-events:none;background:repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 44px),repeating-linear-gradient(0deg,#ffffff0f 0 1px,#0000 1px 44px);position:absolute;inset:0}.content-ai-code-gauche-slide:after{content:"";background:linear-gradient(#00fff0,#fffb00,#ff00d4,#00fff0);width:clamp(1.1rem,2vw,1.75rem);height:100%;position:absolute;top:0;right:0;box-shadow:-18px 0 42px #00ffff8c}.content-ai-code-gauche-slide .matty-line-copy{z-index:1;place-items:center;width:min(1100px,84vw);display:grid;position:relative}.content-ai-code-title{color:#fff;letter-spacing:-.065em;text-align:center;text-transform:uppercase;background:linear-gradient(145deg,#0a061ed1,#43086ebd);border:3px solid #ffffff75;border-radius:24px;margin:0;padding:clamp(1.3rem,3vw,2.2rem) clamp(1.8rem,4vw,3rem);font-family:Comic Sans MS,Trebuchet MS,Arial Rounded MT Bold,Arial,sans-serif;font-size:clamp(3rem,5.4vw,5.2rem);font-weight:900;line-height:.98;box-shadow:0 0 0 8px #ffffff1f,0 24px 74px #00000075,0 0 72px #ff00dc9e}.agent-skills-visual-slide .matty-react-panel{width:100%;max-width:none;height:100%;max-height:none;margin-top:0}.agent-skills-visual-slide .matty-body,.agent-skills-visual-slide .matty-auto-body{display:block}
