.code-frequency-chart{color:rgba(255,255,255,.82)}.code-frequency-chart__additions{fill:#3fb950}.code-frequency-chart__deletions{fill:#f85149}.code-frequency-chart__axis{stroke:rgba(255,255,255,.35);stroke-width:1}.code-frequency-chart__gridline{stroke:rgba(255,255,255,.06);stroke-width:1}.code-frequency-chart__ticks{position:absolute;left:0;right:0;pointer-events:none}.code-frequency-chart__tick-label{position:absolute;transform:translate(-50%,.25rem);color:rgba(255,255,255,.7);font-size:.875rem;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;white-space:nowrap}.slide-deck,.slide-deck *,.slide-index{--sd-bg:#030014;--sd-primary:#8646f4;--sd-primary-dark:#7235e0;--sd-primary-darkest:#5b21b6;--sd-primary-light:#a06ef8;--sd-primary-alpha:rgba(134,70,244,0.15);--sd-text:rgba(255,255,255,0.9);--sd-heading:#fff;--sd-emphasis-50:rgba(255,255,255,0.03);--sd-emphasis-100:rgba(255,255,255,0.05);--sd-emphasis-200:rgba(255,255,255,0.08);--sd-emphasis-300:rgba(255,255,255,0.12);--sd-emphasis-500:rgba(255,255,255,0.5);--sd-emphasis-600:rgba(255,255,255,0.6);--sd-emphasis-700:rgba(255,255,255,0.7);--sd-emphasis-800:rgba(255,255,255,0.85);--sd-danger:#ef4444;--sd-surface:rgba(3,0,20,0.95);--sd-font-mono:"JetBrains Mono",ui-monospace,monospace}.slide-deck{position:relative;width:100%;height:100vh;overflow:hidden;font-family:Plus Jakarta Sans,sans-serif}.slide-deck,.slide-deck--fullscreen{max-width:none;margin:0;background:var(--sd-bg);border-radius:0;display:flex;flex-direction:column}.slide-deck--fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;border:none;z-index:99999}.slide-deck--fullscreen .slide-deck__main{flex:1;min-height:0;overflow:hidden}.slide-deck--fullscreen .slide-deck__container{padding-top:0;height:100%;background:var(--sd-bg);display:flex;align-items:center;justify-content:center}.slide-deck--fullscreen .slide-deck__slide-wrapper{position:relative;top:auto;left:auto;right:auto;bottom:auto;height:calc(100vh - 60px);width:calc((100vh - 60px) * 16 / 9);max-width:calc(100vw - 80px);max-height:calc((100vw - 80px) * 9 / 16);aspect-ratio:16/9}.slide-deck__left-area{display:flex;align-items:stretch;flex-shrink:0;cursor:pointer;min-width:40px;transition:opacity .3s ease,transform .3s ease}.slide-deck--controls-hidden .slide-deck__left-area{opacity:0;transform:translateX(-100%);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.slide-deck--controls-hidden .slide-deck__side-nav--next{opacity:0;transform:translateX(100%);pointer-events:none}.slide-deck--controls-hidden .slide-deck__toolbar{opacity:0;transform:translateY(100%);pointer-events:none}.slide-deck--controls-hidden .slide-deck__progress-bar{opacity:0}.slide-deck__main{display:flex;align-items:stretch;position:relative;flex:1;min-height:0;overflow:hidden}.slide-deck__side-nav{display:flex;align-items:center;justify-content:center;width:40px;flex-shrink:0;border:none;background:transparent;color:var(--sd-emphasis-500);font-size:1.5rem;cursor:pointer;transition:all .2s ease,opacity .3s ease,transform .3s ease;opacity:1;z-index:102;position:relative}.slide-deck__side-nav:hover:not(:disabled){color:var(--sd-primary);background:var(--sd-emphasis-200)}.slide-deck__side-nav:disabled{color:var(--sd-emphasis-600);cursor:not-allowed}.slide-deck__container{flex:1;min-width:0;padding-top:0;height:100%;background:var(--sd-bg);overflow:hidden}.slide-deck__container,.slide-deck__slide-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.slide-deck__slide-wrapper{width:100%;max-width:calc((100vh - 120px) * 16 / 9);aspect-ratio:16/9}.slide-deck__toolbar{gap:1rem;padding:.5rem 1rem;border-top:1px solid rgba(255,255,255,.06);transition:opacity .3s ease,transform .3s ease}.slide-deck__tool-button,.slide-deck__toolbar{display:flex;justify-content:center;align-items:center;background:transparent}.slide-deck__tool-button{width:32px;height:32px;border:none;border-radius:6px;color:var(--sd-emphasis-500);font-size:1.125rem;cursor:pointer;transition:all .15s ease}.slide-deck__tool-button:hover:not(:disabled){color:var(--sd-primary);background:var(--sd-emphasis-200)}.slide-deck__tool-button--active{color:var(--sd-primary);background:var(--sd-primary-alpha)}.slide-deck__tool-button:disabled{opacity:.5;cursor:wait}.slide-deck__spin{animation:slide-deck-spin 1s linear infinite}@keyframes slide-deck-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes atmos-twirl{0%{transform:rotate(0deg)}to{transform:rotate(3turn)}}.atmos-twirl{animation:atmos-twirl 2.4s cubic-bezier(.05,.8,.2,1) both;transform-origin:50% 50%;will-change:transform}@media (prefers-reduced-motion:reduce){.atmos-twirl{animation:none}}@keyframes atmos-drop-bounce{0%{transform:translateY(-38vh);animation-timing-function:cubic-bezier(.55,0,1,.45)}40%{transform:translateY(0);animation-timing-function:cubic-bezier(0,.55,.45,1)}54%{transform:translateY(-11vh);animation-timing-function:cubic-bezier(.55,0,1,.45)}66%{transform:translateY(0);animation-timing-function:cubic-bezier(0,.55,.45,1)}75%{transform:translateY(-4vh);animation-timing-function:cubic-bezier(.55,0,1,.45)}84%{transform:translateY(0);animation-timing-function:cubic-bezier(0,.55,.45,1)}91%{transform:translateY(-1.5vh);animation-timing-function:cubic-bezier(.55,0,1,.45)}to{transform:translateY(0)}}.atmos-drop-bounce{animation:atmos-drop-bounce 1.5s linear .4s both;will-change:transform}@media (prefers-reduced-motion:reduce){.atmos-drop-bounce{animation:none}}.slide-deck__progress{font-size:.8125rem;color:var(--sd-emphasis-500);font-variant-numeric:tabular-nums;font-weight:500}.slide-deck__progress-bar{height:2px;background:var(--sd-emphasis-200);transition:opacity .3s ease}.slide-deck__progress-bar-fill{height:100%;background:linear-gradient(90deg,#e59cff .01%,#ba9cff 50.01%,#9cb2ff);transition:width .3s ease}.slide-deck--notes-shrink.slide-deck--notes-right .slide-deck__main{padding-right:320px;transition:padding-right .3s ease}.slide-deck--notes-shrink.slide-deck--notes-bottom{padding-bottom:25vh;transition:padding-bottom .3s ease}.slide-deck--fullscreen.slide-deck--notes-shrink.slide-deck--notes-right .slide-deck__slide-wrapper{max-width:calc((100vh - 60px) * 16 / 9 - 320px)}.slide-deck--fullscreen.slide-deck--notes-shrink.slide-deck--notes-bottom .slide-deck__slide-wrapper{height:calc(100vh - 60px - 25vh);max-height:calc((100vw - 80px) * 9 / 16 - 25vh)}.slide{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem 4rem!important;box-sizing:border-box;background:var(--sd-bg);color:var(--sd-text);overflow-y:auto}.slide__background{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.slide__inner{position:relative;z-index:1;width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0 auto}.slide--title{background:var(--sd-bg)}.slide--title .slide__inner{text-align:center;align-items:center}.slide--title .slide-image{margin-bottom:2rem}.slide--content .slide__inner{text-align:left;align-items:flex-start}.slide--split{padding:2rem 4rem}.slide--split .slide__inner{flex-direction:row;gap:3rem;text-align:left;align-items:center;max-width:95%}.slide--split .slide__inner>:first-child{flex:2;min-width:0}.slide--split .slide__inner>:last-child{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.slide--wide .slide__inner{max-width:min(1400px,95%)}.slide-deck--fullscreen .slide--wide .slide__inner{max-width:92%}.slide--code{padding:1.5rem 2rem}.slide--code .slide__inner{max-width:900px;text-align:left;align-items:flex-start}.slide--quote .slide__inner{text-align:center;align-items:center;max-width:700px}.slide-deck--fullscreen .slide__inner{max-width:85%}.slide-deck--fullscreen .slide--code .slide__inner,.slide-deck--fullscreen .slide--split .slide__inner{max-width:90%}.slide-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.slide--title .slide-title{font-size:3.5rem;margin-bottom:1.5rem}.slide-subtitle{font-size:1.5rem;font-weight:500;line-height:1.4;margin:0 0 1rem;color:var(--sd-emphasis-500)}.slide--title .slide-subtitle{font-size:1.75rem;color:var(--sd-emphasis-600)}.slide-content{font-size:1.25rem;line-height:1.6;color:var(--sd-text)}.slide-content p{margin:0 0 1rem}.slide-content p:last-child{margin-bottom:0}.slide-list{font-size:1.25rem;line-height:1.6;margin:1rem 0;padding-left:1.5rem;text-align:left}.slide-list li{margin-bottom:.75rem}.slide-list li:last-child{margin-bottom:0}.slide-list--pretty{list-style:none;padding:1.5rem 1.5rem 1.5rem 3.5rem;margin:1rem 0;border-radius:.75rem;background:rgba(99,102,241,.04)}.slide-list--pretty li{position:relative;margin-bottom:1rem;padding-left:.25rem;color:rgba(255,255,255,.72);font-weight:400}.slide-list--pretty li:last-child{margin-bottom:0}.slide-list--pretty b,.slide-list--pretty strong{color:#ffffff;font-weight:700}.slide-list--pretty em,.slide-list--pretty i{color:rgba(255,255,255,.95);font-style:italic}.slide-list--pretty code{color:#ffffff;font-weight:600}.slide-list--pretty li:before{content:"";position:absolute;left:-1.85rem;top:.45em;width:1.1rem;height:1.1rem;border-radius:9999px;background:rgba(143,95,255,.1);box-shadow:0 0 0 2px #8f5fff;transition:background .2s ease,box-shadow .2s ease}.slide-list--pretty li:after{content:"";position:absolute;left:calc(-1.85rem + (1.1rem - .4rem) / 2);top:calc(.45em + (1.1rem - .4rem) / 2);width:.4rem;height:.4rem;border-radius:9999px;background:#8f5fff;transition:background .2s ease}.slide-list--pretty-ordered{counter-reset:pretty-li}.slide-list--pretty-ordered li{counter-increment:pretty-li}.slide-list--pretty-ordered li:after{content:counter(pretty-li);left:-1.7rem;top:.45em;width:1.1rem;height:1.1rem;background:transparent;color:#8f5fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.slide-content a,.slide-list a{color:#67e8f9;text-decoration:none;transition:color .2s ease}.slide-content a:hover,.slide-list a:hover{color:#a5f3fc}.slide-testimonial{margin:1.5rem 0 .5rem;padding:1.25rem 1.5rem;border-left:3px solid var(--sd-primary);background:var(--sd-emphasis-50);border-radius:0 8px 8px 0}.slide-testimonial blockquote{font-size:1.1rem;font-style:italic;line-height:1.6;color:var(--sd-emphasis-800);margin:0 0 .5rem}.slide-testimonial cite{font-size:.9rem;font-style:normal;color:var(--sd-emphasis-500)}.slide-diagram-container{width:100%;height:100%;min-height:350px;border-radius:8px;overflow:hidden;background:var(--sd-emphasis-50);pointer-events:auto}.slide-deck--fullscreen .slide-diagram-container{min-height:450px}.slide .vanity-metrics-slide,.slide .vanity-metrics-slide>div{padding:0}.slide .vanity-metrics-slide .metrics{gap:3rem;justify-content:center}.slide .vanity-metrics-slide .metrics p.text-stone-600{color:var(--sd-emphasis-600)!important;font-size:1rem}.slide .vanity-metrics-slide .metrics .text-6xl{font-size:3.25rem}.slide .grid-cols-12{font-size:.85rem;width:100vw;max-width:1000px;margin-left:auto;margin-right:auto}.slide .grid-cols-12 .text-lg,.slide .grid-cols-12 .text-xl{font-size:.95rem!important;line-height:1.5}.slide .grid-cols-12 .text-3xl{font-size:1.5rem!important}.slide .grid-cols-12 .text-base{font-size:.85rem!important}.slide .grid-cols-12 .text-sm{font-size:.75rem!important}.slide .group-hover\:text-\[\#e3b341\]{color:#e3b341!important}.slide-github-stars{transform:scale(2.5);transform-origin:center}.slide-github-stars svg{width:28px!important;height:28px!important}.slide-github-stars .mt-\[2px\]{margin-top:0!important}.slide-customer-logos{width:100%}.slide-customer-logos>section{padding:0}.slide-customer-logos>section>div{max-width:none;padding:0}.slide-customer-logos .grid{grid-template-columns:repeat(8,1fr);gap:.75rem 1.5rem;max-height:6rem;overflow:hidden}.slide-customer-logos .grid>div{padding:.25rem}.slide-customer-logos img{max-height:22px!important}.slide-code{width:100%;font-size:.9rem;margin:1rem 0}.slide-code pre{margin:0;border-radius:8px;background:rgba(255,255,255,.03);padding:1.25rem;overflow-x:auto}.slide-code code{font-family:var(--sd-font-mono);font-size:inherit;line-height:1.6;color:var(--sd-text)}.slide-image{display:flex;align-items:center;justify-content:center;margin:1rem 0}.slide-image img{border-radius:8px}.slide-image--metallic{position:relative}.slide-image--metallic img{filter:drop-shadow(0 0 20px rgba(192,192,192,.3))}.slide-image--metallic:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(180,180,220,.4),rgba(255,255,255,.6) 20%,rgba(160,160,200,.4) 40%,rgba(255,255,255,.7) 60%,rgba(180,180,220,.4) 80%,rgba(255,255,255,.5));background-size:300% 300%;mix-blend-mode:soft-light;pointer-events:none;animation:metallic-shimmer 6s ease-in-out infinite;border-radius:8px;z-index:1}@keyframes metallic-shimmer{0%{background-position:0 0}50%{background-position:100% 100%}to{background-position:0 0}}.slide-split{display:flex;gap:2rem;width:100%;align-items:center}.slide-split>*{flex:1;min-width:0}.slide-split--1-2>:first-child{flex:1}.slide-split--1-2>:last-child,.slide-split--2-1>:first-child{flex:2}.slide-split--2-1>:last-child{flex:1}.slide-split--6-9>:first-child{flex:6}.slide-split--6-9>:last-child{flex:9}.slide-inline-code{font-family:var(--sd-font-mono);font-size:.85em;padding:.15rem .4rem;background:rgba(255,255,255,.1);border-radius:4px;color:var(--sd-emphasis-700)}.slide-badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:600;padding:.2rem .6rem;border-radius:9999px;margin-left:.5rem;white-space:nowrap;vertical-align:middle;position:relative;top:-.15em}.slide-badge--shipped{background:rgba(104,211,145,.2);color:#68d391}.slide-badge--in-progress{background:rgba(134,70,244,.2);color:#a06ef8}.slide-badge--planned{background:rgba(160,174,192,.2);color:#a0aec0}.slide-link-badge{display:inline-flex;align-items:center;font-size:.65rem;font-weight:500;padding:.1rem .4rem;margin-left:.4rem;border-radius:4px;text-decoration:none;white-space:nowrap;transition:all .2s ease;background:rgba(134,70,244,.15);color:#a06ef8}.slide-link-badge:hover{background:rgba(134,70,244,.25);text-decoration:none;color:#a06ef8}.slide-link-badge--docs{background:rgba(104,211,145,.15);color:#68d391}.slide-link-badge--docs:hover{background:rgba(104,211,145,.25);color:#68d391}.slide-milestone-list{list-style:none;padding:0;margin:1rem 0;text-align:left}.slide-milestone-list li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.6rem;font-size:1.1rem;line-height:1.5}.slide-milestone-list li:last-child{margin-bottom:0}.slide-status-icon{flex-shrink:0;font-size:1rem;width:1.25rem;text-align:center}.slide-status-icon--shipped{color:#68d391}.slide-status-icon--in-progress{color:#a06ef8}.slide-status-icon--planned{color:#a0aec0}.slide-progress-bar{display:flex;align-items:center;gap:.75rem;margin:.5rem 0 1rem}.slide-progress-bar__track{flex:1;height:8px;background:rgba(255,255,255,.2);border-radius:4px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.slide-progress-bar__fill{height:100%;background:linear-gradient(90deg,#e59cff .01%,#ba9cff 50.01%,#9cb2ff);border-radius:4px;transition:width .3s ease}.slide-progress-bar__label{font-size:.9rem;font-weight:600;color:var(--sd-emphasis-600);min-width:3rem}.slide-pagination-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.slide-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease;padding:0}.slide-dot:hover{background:rgba(255,255,255,.5)}.slide-dot--active{background:var(--sd-primary);transform:scale(1.2)}.slide-paginated-milestones{position:relative;min-height:220px;padding-bottom:2rem;width:100%}.slide-paginated-milestones .slide-pagination-dots{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center}.slide-pagination-hint{font-size:.65rem;color:rgba(255,255,255,.5);margin-left:.75rem;font-family:var(--sd-font-mono)}.slide-deck--fullscreen .slide-title{font-size:clamp(2.5rem,4vw,4rem)}.slide-deck--fullscreen .slide--title .slide-title{font-size:clamp(3.5rem,5vw,5.5rem)}.slide-deck--fullscreen .slide-subtitle{font-size:clamp(1.5rem,2.5vw,2.5rem)}.slide-deck--fullscreen .slide--title .slide-subtitle{font-size:clamp(1.75rem,3vw,3rem)}.slide-deck--fullscreen .slide-content,.slide-deck--fullscreen .slide-list{font-size:clamp(1.25rem,2vw,2rem)}.slide-deck--fullscreen .slide-list li{margin-bottom:1rem}.slide-deck--fullscreen .slide-code{font-size:clamp(.9rem,1.2vw,1.3rem)}.slide-drawer__backdrop{right:0;background:rgba(0,0,0,.5);z-index:100}.slide-drawer,.slide-drawer__backdrop{position:absolute;top:0;left:0;bottom:0}.slide-drawer{width:220px;background:var(--sd-bg);border-right:1px solid rgba(255,255,255,.1);z-index:101;display:flex;flex-direction:column;box-shadow:4px 0 16px rgba(0,0,0,.4)}.slide-deck--fullscreen .slide-drawer,.slide-deck--fullscreen .slide-drawer__backdrop{position:fixed}.slide-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem .75rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.slide-drawer__title{font-size:.875rem;font-weight:600;margin:0;color:#fff}.slide-drawer__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:rgba(255,255,255,.7);font-size:1.25rem;cursor:pointer;transition:all .15s ease}.slide-drawer__close:hover{background:rgba(255,255,255,.1);color:#fff}.slide-drawer__content{flex:1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.slide-drawer__thumbnail{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;border:2px solid transparent;border-radius:6px;background:transparent;cursor:pointer;text-align:left;transition:all .15s ease;width:100%}.slide-drawer__thumbnail:hover{background:rgba(255,255,255,.05)}.slide-drawer__thumbnail--active{border-color:var(--sd-primary);background:var(--sd-primary-alpha)}.slide-drawer__thumbnail-number{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.7);background:rgba(255,255,255,.1);border-radius:4px}.slide-drawer__thumbnail--active .slide-drawer__thumbnail-number{background:var(--sd-primary);color:#fff}.slide-drawer__thumbnail-preview{flex:1;min-width:0;aspect-ratio:16/9;background:var(--sd-emphasis-100);border:1px solid var(--sd-emphasis-300);border-radius:4px;overflow:hidden;position:relative}.slide-drawer__thumbnail-content{position:absolute;top:0;left:0;width:800%;height:800%;transform:scale(.125);transform-origin:top left;pointer-events:none;overflow:hidden}.slide-drawer__thumbnail-content pre{font-size:.5rem!important}.slide-notes__backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:100}.slide-notes{position:absolute;background:var(--sd-bg);z-index:101;display:flex;flex-direction:column}.slide-notes--right{top:0;right:0;bottom:0;width:320px;max-width:90vw;border-left:1px solid rgba(255,255,255,.08);box-shadow:-4px 0 24px rgba(0,0,0,.5)}.slide-notes--bottom{left:0;right:0;bottom:0;height:25vh;min-height:150px;max-height:50vh;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 24px rgba(0,0,0,.5)}.slide-notes--bottom .slide-notes__header{padding-left:2rem;padding-right:1rem}.slide-notes--bottom .slide-notes__content{min-height:0;padding-left:2rem;padding-right:2rem}.slide-deck--fullscreen .slide-notes,.slide-deck--fullscreen .slide-notes__backdrop{position:fixed}.slide-notes__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0}.slide-notes__header-left{display:flex;align-items:center;gap:.5rem}.slide-notes__header-controls{display:flex;align-items:center;gap:.25rem}.slide-notes__control-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:rgba(255,255,255,.7);font-size:1rem;cursor:pointer;transition:all .15s ease}.slide-notes__control-btn:hover{background:rgba(255,255,255,.1);color:#fff}.slide-notes__control-btn--active{color:var(--sd-primary-light);background:var(--sd-primary-alpha)}.slide-notes__icon{font-size:1.125rem;color:var(--sd-primary-light)}.slide-notes__title{font-size:.875rem;font-weight:600;margin:0;color:#fff}.slide-notes__close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:rgba(255,255,255,.7);font-size:1.25rem;cursor:pointer;transition:all .15s ease}.slide-notes__close:hover{background:rgba(255,255,255,.1);color:#fff}.slide-notes__content{flex:1;min-height:0;overflow-y:auto;padding:1rem}.slide-notes__text{font-size:.9375rem;line-height:1.7;color:rgba(255,255,255,.9)}.slide-notes__text p{margin:0 0 1em}.slide-notes__text p:last-child{margin-bottom:0}.slide-notes__empty{display:flex;align-items:center;justify-content:center;height:100%;text-align:center}.slide-notes__empty p{color:rgba(255,255,255,.5);font-style:italic;margin:0}.tts-player{gap:.5rem;padding:.5rem 1rem;background:var(--sd-surface);border-top:1px solid rgba(255,255,255,.1)}.tts-player,.tts-player__btn{display:flex;align-items:center}.tts-player__btn{justify-content:center;width:32px;height:32px;border:none;border-radius:50%;background:rgba(255,255,255,.1);color:rgba(255,255,255,.9);cursor:pointer;transition:all .15s ease;flex-shrink:0}.tts-player__btn--play,.tts-player__btn:hover:not(:disabled){background:var(--sd-primary);color:white}.tts-player__btn--play{width:40px;height:40px}.tts-player__btn--play:hover:not(:disabled){background:var(--sd-primary-dark)}.tts-player__btn:disabled{opacity:.5;cursor:wait}.tts-player__btn--muted{color:var(--sd-danger)}.tts-player__btn--muted:hover:not(:disabled){background:var(--sd-danger);color:white}.tts-player__spin{animation:tts-spin 1s linear infinite}@keyframes tts-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tts-player__progress{flex:1;height:6px;min-width:80px;background:rgba(255,255,255,.15);border-radius:3px;cursor:pointer;overflow:hidden;position:relative}.tts-player__progress:hover{height:8px}.tts-player__progress-fill{height:100%;background:var(--sd-primary);transition:width .1s linear;border-radius:3px}.tts-player__time{font-size:.75rem;font-variant-numeric:tabular-nums;color:rgba(255,255,255,.6);min-width:70px;text-align:center;flex-shrink:0}.tts-player__select{padding:.25rem .5rem;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:rgba(255,255,255,.1);color:white;font-size:.75rem;cursor:pointer;flex-shrink:0}.tts-player__select:focus{outline:2px solid var(--sd-primary);outline-offset:1px}.tts-player__error{color:var(--sd-danger);font-size:.75rem;flex-shrink:0}.tooltip-wrapper{position:relative;display:inline-flex;align-self:center}.tooltip{position:absolute;z-index:1000;padding:.375rem .625rem;font-size:.75rem;font-weight:500;color:#030014;background:rgba(255,255,255,.95);border-radius:4px;white-space:nowrap;pointer-events:none;box-shadow:0 2px 8px rgba(0,0,0,.2)}.tooltip--top{bottom:calc(100% + 8px)}.tooltip--bottom,.tooltip--top{left:50%;transform:translateX(-50%)}.tooltip--bottom{top:calc(100% + 8px)}.tooltip--left{right:calc(100% + 8px)}.tooltip--left,.tooltip--right{top:50%;transform:translateY(-50%)}.tooltip--right{left:calc(100% + 8px)}.tooltip:after{content:"";position:absolute;border:5px solid transparent}.tooltip--top:after{top:100%;left:50%;transform:translateX(-50%);border-top-color:rgba(255,255,255,.95)}.tooltip--bottom:after{bottom:100%;left:50%;transform:translateX(-50%);border-bottom-color:rgba(255,255,255,.95)}.tooltip--left:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:rgba(255,255,255,.95)}.tooltip--right:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:rgba(255,255,255,.95)}.deck-switcher__trigger{position:absolute;top:0;left:0;right:0;height:12px;z-index:103;cursor:default}.slide-deck--fullscreen .deck-switcher__trigger{position:fixed}.deck-switcher{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem 1rem;background:var(--sd-surface);border-bottom:1px solid var(--sd-emphasis-200);box-shadow:0 2px 12px rgba(0,0,0,.4);z-index:103}.slide-deck--fullscreen .deck-switcher{position:fixed}.deck-switcher__icon{color:var(--sd-emphasis-500);flex-shrink:0;margin-right:.5rem}.deck-switcher__items{display:flex;align-items:center;gap:.125rem}.deck-switcher__item{padding:.25rem .75rem;border:none;border-radius:4px;background:transparent;color:var(--sd-emphasis-600);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s ease,background .15s ease;white-space:nowrap}.deck-switcher__item:hover{color:var(--sd-heading);background:var(--sd-emphasis-200)}.deck-switcher__item--active,.deck-switcher__item--active:hover{color:var(--sd-primary-light);background:var(--sd-primary-alpha)}.slide-index{width:100%}.slide-index--empty{text-align:center;padding:3rem;color:var(--sd-emphasis-600)}.slide-index__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.slide-index__card{display:flex;flex-direction:column;background:var(--sd-emphasis-50);border:1px solid var(--sd-emphasis-300);border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;transition:all .2s ease}.slide-index__card:hover{border-color:var(--sd-primary);box-shadow:0 4px 12px rgba(0,0,0,.3);transform:translateY(-2px);text-decoration:none}.slide-index__thumbnail{width:100%;aspect-ratio:16/9;background:var(--sd-emphasis-200);overflow:hidden}.slide-index__thumbnail img{width:100%;height:100%;object-fit:cover}.slide-index__card-content{padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.slide-index__card-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--sd-heading)}.slide-index__card-description{font-size:.875rem;color:var(--sd-emphasis-500);margin:0;line-height:1.5}.slide-index__card-meta{display:flex;align-items:center;margin-top:auto;padding-top:.75rem;gap:.75rem;flex-wrap:wrap}.slide-index__slide-count{font-size:.75rem;color:var(--sd-emphasis-600);font-weight:500;display:inline-flex;align-items:center;gap:.25rem}.slide-index__slide-count:before{content:"";display:inline-block;width:14px;height:14px;background:currentcolor;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Crect x='2' y='3' width='20' height='14' rx='2'/%3E%3Cpath d='M8 21h8M12 17v4'/%3E%3C/svg%3E");mask-size:contain;mask-repeat:no-repeat}.slide-index__tags{display:flex;gap:.375rem;flex-wrap:wrap}.slide-index__tag{font-size:.6875rem;padding:.125rem .5rem;background:var(--sd-emphasis-200);color:var(--sd-emphasis-500);border-radius:9999px;font-weight:500}@media screen and (max-width:996px){.slide,.slide--split{padding:1.5rem 2rem}.slide--split .slide__inner{flex-direction:column;gap:2rem}.slide-title{font-size:2rem}.slide--title .slide-title{font-size:2.5rem}.slide-subtitle{font-size:1.25rem}.slide-content,.slide-list{font-size:1.1rem}.slide-split{flex-direction:column}}@media screen and (max-width:768px),screen and (max-width:996px) and (max-height:500px){.slide{padding:1rem 1.5rem}.slide--code{padding:1rem}.slide__inner{max-width:100%}.slide-title{font-size:1.5rem}.slide--title .slide-title{font-size:2rem}.slide-subtitle{font-size:1.1rem}.slide-content,.slide-list{font-size:1rem}.slide-code{font-size:.8rem}.slide-deck__slide-wrapper{left:0;right:0}.slide-deck__side-nav{width:28px;font-size:1.125rem}.slide-deck__toolbar{padding:.375rem .5rem;gap:.5rem}.slide-deck__tool-button{width:40px;height:40px;font-size:1rem}.slide-deck__progress{font-size:.7rem}.slide-deck--fullscreen .slide-deck__left-area{width:0;min-width:0;overflow:visible}.slide-deck--fullscreen .slide-deck__container{flex:1;display:flex;align-items:center;justify-content:center;height:100%;padding:0!important}.slide-deck--fullscreen .slide-deck__slide-wrapper{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;width:100%;height:100%;max-width:100%;max-height:100%;aspect-ratio:auto}.slide-deck--fullscreen .slide-deck__slide-wrapper .slide{position:absolute;top:0;left:0;right:0;bottom:0;padding:0 2rem 4rem;overflow-y:auto;display:flex;flex-direction:column}.slide-deck--fullscreen .slide-deck__slide-wrapper .slide .slide__inner{margin:auto;flex-shrink:0}.slide-deck--fullscreen .slide-deck__toolbar{position:fixed;bottom:0;left:0;right:0;background:var(--sd-bg);border-top:1px solid var(--sd-emphasis-200);z-index:10}.slide-deck--fullscreen .slide-deck__side-nav{position:fixed;top:50%;transform:translateY(-50%);z-index:10;background:rgba(0,0,0,.7);border-radius:50%;width:36px;height:36px}.slide-deck--fullscreen .slide-deck__side-nav--prev{left:.5rem}.slide-deck--fullscreen .slide-deck__side-nav--next{right:.5rem}.slide-deck--fullscreen .slide-title{font-size:clamp(1.25rem,6vw,2rem);margin-bottom:.75rem}.slide-deck--fullscreen .slide-subtitle{font-size:clamp(1rem,4vw,1.5rem)}.slide-deck--fullscreen .slide-content,.slide-deck--fullscreen .slide-list{font-size:clamp(.9rem,3.5vw,1.1rem)}.slide-deck--fullscreen .slide-list li{margin-bottom:.4em}.slide-deck--fullscreen .slide-image img{max-height:40vh;max-width:100%;width:auto;height:auto;object-fit:contain}.slide-deck--fullscreen .slide--split .slide__inner{flex-direction:row;gap:1.5rem;align-items:center}.slide-deck--fullscreen .slide--split .slide__inner>:first-child{flex:2;min-width:0}.slide-deck--fullscreen .slide--split .slide__inner>:last-child{flex:1;min-width:0;display:flex;align-items:center;justify-content:center}.slide-deck--fullscreen .slide--split .slide-image img,.slide-deck--fullscreen .slide--split img{max-height:35vh;max-width:100%;width:auto;height:auto;object-fit:contain}.slide-deck--fullscreen .slide--split .slide-title{font-size:clamp(1rem,5vw,1.75rem);margin-bottom:.5rem}.slide-deck--fullscreen .slide--split .slide-list{font-size:clamp(.75rem,3vw,1rem)}.slide-deck--fullscreen .slide--split .slide-list li{margin-bottom:.3em}.slide-notes--right{width:280px}.slide-notes--bottom{height:30vh}.slide-drawer{width:200px}.slide-drawer__thumbnail-content{width:700%;height:700%;transform:scale(.143)}.tts-player{flex-wrap:wrap;gap:.375rem;padding:.375rem .5rem}.tts-player__btn--play{width:36px;height:36px}.tts-player__btn{width:28px;height:28px}.tts-player__progress{order:5;flex-basis:100%;margin:.25rem 0}.tts-player__time{order:6;flex-basis:100%;text-align:center;min-width:auto}.tts-player__select{font-size:.7rem;padding:.2rem .4rem}.slide-index__grid{grid-template-columns:1fr}.slide-index__card-content{padding:1rem}}@media screen and (max-width:480px){.slide,.slide--title{padding:.75rem 1rem}.slide--code{padding:.5rem}.slide--split{padding:.75rem 1rem}.slide-title{font-size:1.25rem;margin-bottom:.5rem}.slide--title .slide-title{font-size:1.5rem}.slide-subtitle{font-size:1rem;margin-bottom:.5rem}.slide-content,.slide-list{font-size:.9rem;line-height:1.5}.slide-list:not(.slide-list--pretty){padding-left:1rem}.slide-list li{margin-bottom:.5rem}.slide-code{font-size:.7rem}.slide-image img{border-radius:4px}.slide-deck__side-nav{width:24px;font-size:1rem}.slide-deck__left-area{min-width:24px}.slide-deck__toolbar{padding:.25rem .5rem;gap:.25rem}.slide-deck__tool-button{width:36px;height:36px;font-size:.9rem}.slide-deck__progress{font-size:.65rem}.slide-notes--right{width:100%;max-width:100%}.slide-notes--bottom{height:35vh}.tts-player__select{max-width:60px}}@media screen and (max-width:768px) and (orientation:portrait){.slide-deck--fullscreen{height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.slide-deck--fullscreen .slide-deck__main{height:calc(100dvh - 50px - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.slide-deck--fullscreen .slide{padding:2rem 1.5rem 5rem!important;align-items:center;justify-content:center}.slide-deck--fullscreen .slide__inner{max-width:100%;width:100%;margin:0 auto;padding:0}.slide-deck--fullscreen .slide--content .slide__inner{text-align:left;align-items:flex-start}.slide-deck--fullscreen .slide-deck__toolbar{padding-bottom:calc(.5rem + env(safe-area-inset-bottom))}.slide-deck--fullscreen .slide-title{font-size:clamp(1.25rem,5vw,1.75rem);margin-bottom:.5rem}.slide-deck--fullscreen .slide--title .slide-title{font-size:clamp(1.5rem,6vw,2.25rem)}.slide-deck--fullscreen .slide-subtitle{font-size:clamp(1rem,4vw,1.25rem);margin-bottom:.5rem}.slide-deck--fullscreen .slide--title .slide-subtitle{font-size:clamp(1rem,4.5vw,1.5rem)}.slide-deck--fullscreen .slide-content,.slide-deck--fullscreen .slide-list{font-size:clamp(.875rem,3.5vw,1.1rem);line-height:1.5}.slide-deck--fullscreen .slide-list li{margin-bottom:.5rem}.slide-deck--fullscreen .slide-code{font-size:clamp(.7rem,2.5vw,.9rem)}.slide-deck--fullscreen .slide--split .slide__inner{flex-direction:column;gap:1rem}.slide-deck--fullscreen .slide--split .slide-image img,.slide-deck--fullscreen .slide--split img{max-height:30vh}}@media (prefers-reduced-motion:reduce){.slide-deck__spin,.slide-image--metallic:before,.tts-player__spin{animation:none}.slide-deck__progress-bar,.slide-deck__progress-bar-fill,.slide-deck__side-nav,.slide-deck__tool-button,.slide-deck__toolbar,.slide-drawer__close,.slide-drawer__thumbnail,.slide-index__card,.slide-notes__close{transition:none}.slide-index__card:hover{transform:none}.slide-deck--controls-hidden .slide-deck__left-area,.slide-deck--controls-hidden .slide-deck__progress-bar,.slide-deck--controls-hidden .slide-deck__side-nav,.slide-deck--controls-hidden .slide-deck__toolbar{opacity:1;transform:none;pointer-events:auto}}.slide-deck--export{height:100vh;width:100vw}.slide-deck--export .slide-deck__slide-wrapper{width:100vw;height:100vh;max-width:none;max-height:none}@media print{@page{size:landscape!important;margin:0!important}body,html{width:100%!important;height:100%!important;margin:0!important;padding:0!important}.slide-deck,.slide-deck *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.slide-deck,.slide-deck--fullscreen{position:static!important;display:block!important;width:100%!important;height:auto!important;max-width:none!important;overflow:visible!important;z-index:auto!important;background:var(--sd-bg)!important}.slide-deck__container,.slide-deck__main{display:block!important;overflow:visible!important;padding:0!important}.slide-deck__container{height:auto!important}.deck-switcher,.slide-deck__left-area,.slide-deck__notes-source,.slide-deck__progress-bar,.slide-deck__side-nav,.slide-deck__side-nav--next,.slide-deck__toolbar,.slide-drawer,.slide-notes,.slide-notes-popout,.tooltip-wrapper,.tts-player,.week-navigator,.week-navigator__trigger{display:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important;border:none!important;overflow:hidden!important}.slide-deck *,.slide-deck :after,.slide-deck :before{animation:none!important;transition:none!important}.slide-deck a{text-decoration:none!important;text-decoration-line:none!important;border-bottom:none!important}.slide-deck h1,.slide-deck h2,.slide-deck h3{margin-top:0!important}.slide-deck [style*=opacity]{opacity:1!important;transform:none!important}.slide-deck__slide-wrapper{position:static!important;width:100vw!important;height:100vh!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;break-after:page;break-inside:avoid}.slide-deck__slide-wrapper:last-child{break-after:avoid}.slide{width:100vw!important;height:100vh!important;overflow:hidden!important}.slide__inner{max-width:85%!important}.slide__background canvas{display:none!important}body iframe[src*=googletagmanager],body iframe[src*=gtm],body>div>noscript,body>noscript{display:none!important;height:0!important}}