.embla{--slide-height:100%;--brand-primary:#8ab4f8;--brand-secondary:#c1a8e2;--brand-alternative:#88babf;--background-site:#050505;--background-code:#0c0c0c;--text-body:#dedede;--text-comment:#aaa;--text-high-contrast:#e6e6e6;--text-medium-contrast:#cacaca;--text-low-contrast:#aaa;--detail-high-contrast:#656565;--detail-medium-contrast:#191919;--detail-low-contrast:#151515;--admonition-note:#8ab4f8;--admonition-warning:#fdba74;--admonition-danger:#dc2626;--brand-primary-rgb-value:138, 180, 248;--brand-secondary-rgb-value:193, 168, 226;--brand-alternative-rgb-value:136, 186, 191;--background-site-rgb-value:5, 5, 5;--background-code-rgb-value:12, 12, 12;--text-body-rgb-value:222, 222, 222;--text-comment-rgb-value:170, 170, 170;--text-high-contrast-rgb-value:230, 230, 230;--text-medium-contrast-rgb-value:202, 202, 202;--text-low-contrast-rgb-value:170, 170, 170;--detail-high-contrast-rgb-value:101, 101, 101;--detail-medium-contrast-rgb-value:25, 25, 25;--detail-low-contrast-rgb-value:21, 21, 21;--admonition-note-rgb-value:138, 180, 248;--admonition-warning-rgb-value:253, 186, 116;--admonition-danger-rgb-value:220, 38, 38;max-width:100%;margin:auto}.embla__viewport{overflow:hidden}.embla__container{touch-action:pan-y pinch-zoom;margin-left:calc(var(--slide-spacing) * -1);display:flex}.embla__slide{flex:0 0 var(--slide-size);min-width:0;padding-left:var(--slide-spacing);transform:translate(0,0)}.embla__slide__number{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);height:var(--slide-height);-webkit-user-select:none;user-select:none;border-radius:1.8rem;justify-content:center;align-items:center;font-size:4rem;font-weight:600;display:flex}.embla__controls{grid-template-columns:auto 1fr;justify-content:space-between;gap:1.2rem;margin-top:1.8rem;display:grid}.embla__buttons{grid-template-columns:repeat(2,1fr);align-items:center;gap:.6rem;display:grid}.embla__button{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), .5);appearance:none;touch-action:manipulation;cursor:pointer;box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);z-index:1;width:3.6rem;height:3.6rem;color:var(--text-body);background-color:#0000;border:0;border-radius:50%;justify-content:center;align-items:center;margin:0;padding:0;text-decoration:none;display:flex}.embla__button:disabled{color:var(--detail-high-contrast)}.embla__button__svg{width:35%;height:35%}.embla__selected-snap-display{color:var(--muted-foreground);place-self:center flex-end;font-weight:600}.embla__play{-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), .5);-webkit-tap-highlight-color:rgba(var(--text-high-contrast-rgb-value), .5);appearance:none;touch-action:manipulation;cursor:pointer;border:0;border:.2rem solid var(--detail-medium-contrast);color:var(--text-body);background-color:#0000;border-radius:1.8rem;justify-content:center;justify-self:flex-end;align-items:center;min-width:9rem;min-height:3.6rem;margin:0;padding:0 2.4rem;font-size:1.4rem;font-weight:700;text-decoration:none;display:flex}.embla__progress{box-shadow:inset 0 0 0 .2rem var(--detail-medium-contrast);background-color:var(--background-site);border-radius:1.8rem;place-self:center flex-end;width:13rem;max-width:90%;height:.6rem;position:relative;overflow:hidden}.embla__progress__bar{background-color:var(--text-body);width:100%;position:absolute;top:0;bottom:0;left:-100%}.embla__controls{grid-template-columns:auto 1fr auto}.embla__progress{justify-self:center;width:8rem;transition:opacity .3s ease-in-out}.embla__progress--hidden{opacity:0}.embla__progress__bar{animation-name:autoplay-progress;animation-timing-function:linear;animation-iteration-count:1}.embla__progress--hidden .embla__progress__bar{animation-play-state:paused}@keyframes autoplay-progress{0%{transform:translate(0,0)}to{transform:translate(100%)}}@keyframes embla-progress{0%{width:0%}to{width:100%}}
