.embla{width:100%;max-width:100vw;position:relative;overflow:hidden}.embla__viewport{width:100%;max-width:100vw;overflow:hidden}.embla__container{width:100%;height:100%;display:flex}.embla__slide{flex-direction:column;flex:0 0 100%;min-width:0;max-width:100vw;display:flex;position:relative;overflow:hidden}.embla__slide__content{background:hsl(var(--background));box-sizing:border-box;border-radius:.5rem;flex-direction:column;width:100%;max-width:100vw;height:100%;display:flex}.embla__slide__scrollable{scrollbar-width:thin;scrollbar-color:hsl(var(--primary)/.3)hsl(var(--muted)/.1)}.embla__slide__scrollable::-webkit-scrollbar{width:8px}.embla__slide__scrollable::-webkit-scrollbar-track{background:hsl(var(--muted)/.1);border-radius:4px}.embla__slide__scrollable::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,hsl(var(--primary)/.6),hsl(var(--secondary)/.6));border:1px solid hsl(var(--border)/.2);border-radius:4px}.embla__slide__scrollable::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,hsl(var(--primary)/.8),hsl(var(--secondary)/.8))}.embla__slide__scrollable{scroll-behavior:smooth;scroll-padding-top:2rem;scroll-padding-bottom:2rem}.embla__slide__scrollable:before{content:"";background:linear-gradient(to bottom,hsl(var(--card))0%,hsl(var(--card)/.8)50%,transparent 100%);z-index:1;pointer-events:none;height:20px;position:-webkit-sticky;position:sticky;top:0;left:0;right:0}.embla__slide__scrollable:after{content:"";background:linear-gradient(to top,hsl(var(--card))0%,hsl(var(--card)/.8)50%,transparent 100%);z-index:1;pointer-events:none;height:20px;position:-webkit-sticky;position:sticky;bottom:0;left:0;right:0}.embla__controls{z-index:10;justify-content:space-between;align-items:center;min-height:4rem;display:flex}.embla__dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;display:flex}.embla__dot{-webkit-tap-highlight-color:rgba(var(--text-high-contrast),.5);-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;cursor:pointer;background-color:transparent;border:0;border-radius:50%;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;margin:0;padding:0;text-decoration:none;display:flex}.embla__dot:after{box-shadow:inset 0 0 0 .2rem hsl(var(--muted-foreground));content:"";border-radius:50%;align-items:center;width:1.4rem;height:1.4rem;display:flex}.embla__dot--selected:after{box-shadow:inset 0 0 0 .2rem hsl(var(--primary))}.embla__progress{background-color:hsl(var(--muted));height:4px;position:relative;overflow:hidden}.embla__progress__bar{background-color:hsl(var(--primary));transition:transform .3s ease-out;position:absolute;top:0;bottom:0;left:0;right:0;transform:translate(-100%)}
