.reveal .r-stretch,.reveal .stretch{max-width:none;max-height:none}.reveal pre.r-stretch code,.reveal pre.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-hstack,.reveal .r-vstack{display:flex}.reveal .r-hstack img,.reveal .r-hstack video,.reveal .r-vstack img,.reveal .r-vstack 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 (max-width:1024px),(max-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.current-visible,.reveal .fragment.fade-in-then-out{opacity:0;visibility:hidden}.reveal .fragment.current-visible.current-fragment,.reveal .fragment.fade-in-then-out.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-blue,.reveal .fragment.highlight-current-blue,.reveal .fragment.highlight-current-green,.reveal .fragment.highlight-current-red,.reveal .fragment.highlight-green,.reveal .fragment.highlight-red{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:transparent;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:after,.reveal .controls .controls-arrow:before{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.fragmented:hover,.reveal .controls .enabled: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-down,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-up{display:none}.reveal:not(.has-vertical-slides) .controls .navigate-left,.reveal[data-navigation-mode=linear].has-horizontal-slides .navigate-left{bottom:1.4em;right:5.5em}.reveal:not(.has-vertical-slides) .controls .navigate-right,.reveal[data-navigation-mode=linear].has-horizontal-slides .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:active:before,.reveal.no-hover .controls .controls-arrow:hover:before{transform:translate(.5em)translateY(1.55em)rotate(45deg)}.reveal.no-hover .controls .controls-arrow:active:after,.reveal.no-hover .controls .controls-arrow:hover:after{transform:translate(.5em)translateY(1.55em)rotate(-45deg)}@media screen and (min-width:500px){.reveal-viewport{--r-controls-spacing:.8em}.reveal .controls[data-controls-layout=edges]{inset:0}.reveal .controls[data-controls-layout=edges] .navigate-down,.reveal .controls[data-controls-layout=edges] .navigate-left,.reveal .controls[data-controls-layout=edges] .navigate-right,.reveal .controls[data-controls-layout=edges] .navigate-up{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>section[data-background-interactive],.reveal .slides>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.future,.reveal .slides>section.future>section,.reveal .slides>section.past,.reveal .slides>section.past>section,.reveal .slides>section>section.future,.reveal .slides>section>section.past{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,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,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>.backgrounds .slide-background[data-background-transition=none],.reveal[data-background-transition=none]>.backgrounds .slide-background:not([data-background-transition]){transition:none}.reveal>.backgrounds .slide-background[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background:not([data-background-transition]){opacity:1}.reveal>.backgrounds .slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.past:not([data-background-transition]){transform:translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background.future:not([data-background-transition]){transform:translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){transform:translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=slide],.reveal[data-background-transition=slide]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){transform:translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate(-100%)rotateY(-90deg)translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate(100%)rotateY(90deg)translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translateY(-100%)rotateX(90deg)translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=convex],.reveal[data-background-transition=convex]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translateY(100%)rotateX(-90deg)translateY(100%)}.reveal>.backgrounds .slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;transform:translate(-100%)rotateY(90deg)translate(-100%)}.reveal>.backgrounds .slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;transform:translate(100%)rotateY(-90deg)translate(100%)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;transform:translateY(-100%)rotateX(-90deg)translateY(-100%)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=concave],.reveal[data-background-transition=concave]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){opacity:0;transform:translateY(100%)rotateX(90deg)translateY(100%)}.reveal>.backgrounds .slide-background[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background:not([data-background-transition]){transition-timing-function:ease}.reveal>.backgrounds .slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background.future:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(.2)}.reveal>.backgrounds .slide-background>.slide-background.past[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.past:not([data-background-transition]){opacity:0;visibility:hidden;transform:scale(16)}.reveal>.backgrounds .slide-background>.slide-background.future[data-background-transition=zoom],.reveal[data-background-transition=zoom]>.backgrounds .slide-background>.slide-background.future:not([data-background-transition]){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.present,.reveal.overview .slides section:hover{outline-offset:10px;outline:10px solid #96969666}.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:0;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 code,.reveal.rtl pre{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-link]:not(a):not([data-preview-link=false]),.reveal [data-preview-video]{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-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-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 td,.r-overlay-help .r-overlay-help-content table th{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:transparent;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:0}.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 (min-width:1600px){.reveal .speaker-notes{font-size:20px}}@media screen and (max-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 (max-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:transparent;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:0}.zoomed .reveal *,.zoomed .reveal :after,.zoomed .reveal :before{backface-visibility:visible!important}.zoomed .reveal .controls,.zoomed .reveal .progress{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 (max-width:500px){.reveal-viewport.reveal-scroll{--r-scrollbar-width:3px;--r-scrollbar-trigger-size:3px}}.reveal-viewport.reveal-scroll .backgrounds,.reveal-viewport.reveal-scroll .controls,.reveal-viewport.reveal-scroll .playback,.reveal-viewport.reveal-scroll .progress,.reveal-viewport.reveal-scroll .slide-number,.reveal-viewport.reveal-scroll .speaker-notes{display:none!important}.reveal-viewport.reveal-scroll .pause-overlay,.reveal-viewport.reveal-scroll .r-overlay{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=auto]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=true]::-webkit-scrollbar{display:none}.reveal-viewport.reveal-scroll[data-scrollbar=auto],.reveal-viewport.reveal-scroll[data-scrollbar=true]{scrollbar-width:none}.reveal-viewport.has-dark-background,.reveal.has-dark-background{--r-overlay-element-bg-color:240,240,240;--r-overlay-element-fg-color:0,0,0}.reveal-viewport.has-light-background,.reveal.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 0 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.active,.reveal-viewport.reveal-scroll .scrollbar .scrollbar-slide:hover{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}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 .playback,html.reveal-print .reveal .progress,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 .aria-status{display:none}@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 .backgrounds,html:not(.print-pdf) .reveal .controls,html:not(.print-pdf) .reveal .progress,html:not(.print-pdf) .reveal .slide-number,html:not(.print-pdf) .reveal .state-background{display:none!important}html:not(.print-pdf) .reveal li,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal td{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 div,html:not(.print-pdf) .reveal ol,html:not(.print-pdf) .reveal p,html:not(.print-pdf) .reveal ul{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}}
.KeyboardArrows-module__ePfmqG__arrowsContainer{flex-direction:column;align-items:center;margin-top:20px;display:flex}.KeyboardArrows-module__ePfmqG__upArrow{text-align:center;margin-bottom:10px}.KeyboardArrows-module__ePfmqG__horizontalArrows{justify-content:center;align-items:center;gap:12px;display:flex}.KeyboardArrows-module__ePfmqG__arrow{border:2px solid var(--border-color);border-radius:var(--radius-small);justify-content:center;align-items:center;width:20px;height:20px;padding:10px;font-size:1em;transition:transform .3s;display:inline-flex}.KeyboardArrows-module__ePfmqG__right{border-color:var(--primary-blue);color:var(--primary-blue);animation:1.5s ease-in-out infinite KeyboardArrows-module__ePfmqG__moveLeftRight}@keyframes KeyboardArrows-module__ePfmqG__moveLeftRight{0%,to{transform:translate(0)}50%{transform:translate(8px)}}
.BulletList-module__4u3JxW__bulletListContainer{max-width:1000px;margin-top:1.5rem;margin-left:auto;margin-right:auto}.BulletList-module__4u3JxW__bulletList{flex-direction:column;gap:.75rem;display:flex}.BulletList-module__4u3JxW__bulletItem{text-align:left;background:#fafaf5;border:1px solid #e5e5dd;border-radius:10px;align-items:baseline;gap:.6rem;padding:1.1rem 1.4rem;transition:box-shadow .3s;display:flex;box-shadow:0 1px 4px #0000000d}.BulletList-module__4u3JxW__bulletItem:hover{box-shadow:0 3px 10px #00000014}.BulletList-module__4u3JxW__bulletNumber{color:#1a1a1a;flex-shrink:0;min-width:1.5rem;font-size:1.15rem;font-weight:700;line-height:1.6}.BulletList-module__4u3JxW__bulletDot{color:#1a1a1a;flex-shrink:0;min-width:1rem;font-size:1.15rem;font-weight:700;line-height:1.6}.BulletList-module__4u3JxW__bulletText{color:#1a1a1a;flex:1;font-size:1.15rem;font-weight:400;line-height:1.6}.BulletList-module__4u3JxW__warning .BulletList-module__4u3JxW__bulletItem{border-left:3px solid orange}.BulletList-module__4u3JxW__warning .BulletList-module__4u3JxW__bulletNumber,.BulletList-module__4u3JxW__warning .BulletList-module__4u3JxW__bulletDot{color:orange}.BulletList-module__4u3JxW__warning .BulletList-module__4u3JxW__bulletItem:hover{box-shadow:0 3px 10px #ffa5001f}.BulletList-module__4u3JxW__info .BulletList-module__4u3JxW__bulletItem{border-left:3px solid #333}.BulletList-module__4u3JxW__info .BulletList-module__4u3JxW__bulletNumber,.BulletList-module__4u3JxW__info .BulletList-module__4u3JxW__bulletDot{color:#333}.BulletList-module__4u3JxW__info .BulletList-module__4u3JxW__bulletItem:hover{box-shadow:0 3px 10px #00000014}.BulletList-module__4u3JxW__danger .BulletList-module__4u3JxW__bulletItem{border-left:3px solid #f44}.BulletList-module__4u3JxW__danger .BulletList-module__4u3JxW__bulletNumber,.BulletList-module__4u3JxW__danger .BulletList-module__4u3JxW__bulletDot{color:#f44}.BulletList-module__4u3JxW__danger .BulletList-module__4u3JxW__bulletItem:hover{box-shadow:0 3px 10px #ff44441f}@media (max-width:768px){.BulletList-module__4u3JxW__bulletListContainer{margin-top:1rem;padding:0 1rem}.BulletList-module__4u3JxW__bulletItem{gap:.85rem;padding:.85rem 1.1rem}.BulletList-module__4u3JxW__bulletNumber,.BulletList-module__4u3JxW__bulletDot,.BulletList-module__4u3JxW__bulletText{font-size:1.05rem}}@media (max-width:480px){.BulletList-module__4u3JxW__bulletItem{gap:.75rem;padding:.75rem 1rem}.BulletList-module__4u3JxW__bulletNumber,.BulletList-module__4u3JxW__bulletDot,.BulletList-module__4u3JxW__bulletText{font-size:1rem}}
.PromptBox-module__kPn7na__promptCard{border-radius:var(--radius-small);background-color:#0184ff0d;border:1px solid #0184ff33;width:100%;max-width:800px;margin:0 auto;overflow:hidden}.PromptBox-module__kPn7na__promptHeader{border-bottom:1px solid #0184ff33;justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.PromptBox-module__kPn7na__promptHeaderLeft{align-items:center;gap:.5rem;display:flex}.PromptBox-module__kPn7na__promptHeaderIcon{color:var(--primary-blue);align-items:center;display:flex}.PromptBox-module__kPn7na__promptTitle{color:var(--primary-blue);font-size:.875rem;font-weight:600}.PromptBox-module__kPn7na__copyButton{color:#0184ffb3;cursor:pointer;box-shadow:none;background:0 0;border:none;border-radius:4px;align-items:center;gap:.25rem;margin:0;padding:.25rem .5rem;font-family:inherit;font-size:.75rem;transition:all .3s;display:flex}.PromptBox-module__kPn7na__copyButton:hover{color:var(--primary-blue);box-shadow:none;background-color:#0184ff1a}.PromptBox-module__kPn7na__promptBody{padding:1rem;position:relative}.PromptBox-module__kPn7na__promptContent{white-space:pre-wrap;color:var(--text-secondary);text-align:left;width:100%;margin:0;padding:0;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:1rem;line-height:1.625;transition:filter .3s}.PromptBox-module__kPn7na__promptContentMasked{filter:blur(5px);-webkit-user-select:none;user-select:none}.PromptBox-module__kPn7na__maskOverlay{cursor:pointer;border-radius:0 0 var(--radius-small)var(--radius-small);background-color:#0000000d;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.PromptBox-module__kPn7na__maskLabel{color:var(--primary-blue);background-color:#ffffffe6;border-radius:8px;padding:8px 20px;font-size:1rem;font-weight:600}
.AnimatedLink-module__S0RMxq__animatedLink{letter-spacing:.02em;align-items:center;font-size:clamp(14px,2vw,16px);font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;color:#000!important}.AnimatedLink-module__S0RMxq__animatedLink:after{content:"";transform-origin:100% 100%;background-color:#000;width:100%;height:2px;transition:transform .3s ease-out;position:absolute;bottom:-4px;left:0;transform:scaleX(0)}.AnimatedLink-module__S0RMxq__animatedLink:hover:after{transform-origin:0 100%;transform:scaleX(1)}
.ComparisonTable-module__3bRyKa__comparisonTable{max-width:1200px;margin:3rem auto;padding:0 2rem}.ComparisonTable-module__3bRyKa__comparisonTable table{border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e9ecef;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 8px 32px #0000001a}.ComparisonTable-module__3bRyKa__comparisonTable th{text-align:center;border:none;border-right:1px solid #fff;padding:2rem 1.5rem;font-size:1.2rem;font-weight:600;position:relative;color:#fff!important;background:#0184ff!important}.ComparisonTable-module__3bRyKa__comparisonTable th:first-child{padding:2rem 1.5rem;font-size:1.1rem;color:#fff!important;background:#0184ff!important}.ComparisonTable-module__3bRyKa__comparisonTable th:last-child{border-right:none}.ComparisonTable-module__3bRyKa__comparisonTable td{vertical-align:middle;background:#fff;border-bottom:1px solid #e9ecef;border-right:1px solid #fff;padding:2rem 1.5rem}.ComparisonTable-module__3bRyKa__comparisonTable td:last-child{border-right:none}.ComparisonTable-module__3bRyKa__comparisonTable tr:last-child td{border-bottom:none}.ComparisonTable-module__3bRyKa__analysisType{text-align:center;font-size:1.2rem;font-weight:600;position:relative;color:#fff!important;background:#0184ff!important}.ComparisonTable-module__3bRyKa__sectionContent{color:#555;text-align:justify;margin:0;font-size:1rem;line-height:1.8}.ComparisonTable-module__3bRyKa__sectionContent a{color:#0184ff;font-weight:600;text-decoration:none;transition:all .3s}.ComparisonTable-module__3bRyKa__sectionContent a:hover{color:#0056b3;text-decoration:underline}@media (max-width:768px){.ComparisonTable-module__3bRyKa__comparisonTable{margin:2rem auto;padding:0 1rem}.ComparisonTable-module__3bRyKa__comparisonTable th,.ComparisonTable-module__3bRyKa__comparisonTable td{padding:1.5rem 1rem;font-size:.9rem}.ComparisonTable-module__3bRyKa__analysisType{font-size:1rem}.ComparisonTable-module__3bRyKa__sectionContent{font-size:.9rem;line-height:1.6}}
.TabContainer-module__bV7VcW__container{flex-direction:column;width:100%;height:100%;display:flex}.TabContainer-module__bV7VcW__tabNav{background:0 0;border-bottom:1px solid #e0e0e0;flex-shrink:0;justify-content:center;gap:1rem;padding:1rem 0;display:flex}.TabContainer-module__bV7VcW__tabButton{cursor:pointer;background:#f5f5ed;border:1px solid #e0e0e0;border-radius:8px;margin:0;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;box-shadow:0 1px 3px #00000014;color:#666!important}.TabContainer-module__bV7VcW__tabButton:hover{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 12px #0000001f;color:#0184ff!important}.TabContainer-module__bV7VcW__tabButtonActive{background:#0184ff;border-color:#0184ff;font-weight:600;box-shadow:0 4px 16px #0184ff33;color:#fff!important}.TabContainer-module__bV7VcW__tabButtonActive:hover{background:#0184ff;color:#fff!important}.TabContainer-module__bV7VcW__tabContent{flex-direction:column;flex:1;min-height:0;padding:.8rem;display:flex;overflow:hidden}
.LotteryGame-module__F5H_LG__container{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:1rem;display:flex}.LotteryGame-module__F5H_LG__title{text-align:center;font-size:2rem;font-weight:700;line-height:1.4;color:#000!important}.LotteryGame-module__F5H_LG__subtitle{color:#666;text-align:center;font-size:1rem;font-weight:400}.LotteryGame-module__F5H_LG__button{color:#fff;cursor:pointer;letter-spacing:1px;background:#0184ff;border:none;border-radius:50px;margin:0;padding:1.2rem 3.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #0184ff33}.LotteryGame-module__F5H_LG__button:hover{background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.LotteryGame-module__F5H_LG__button:active{background:#06c}.LotteryGame-module__F5H_LG__button:disabled{cursor:not-allowed;box-shadow:none;background:#e0e0e0}.LotteryGame-module__F5H_LG__result{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:520px;min-height:120px;padding:1rem 1.5rem;transition:all .5s;display:flex}.LotteryGame-module__F5H_LG__resultLoading{animation:.5s LotteryGame-module__F5H_LG__lotteryFadeIn}.LotteryGame-module__F5H_LG__resultText{margin-bottom:.8rem;font-size:1.6rem;font-weight:700;line-height:1.5;color:#000!important}.LotteryGame-module__F5H_LG__resultDescription{font-size:1.05rem;font-weight:400;line-height:1.8;color:#666!important}@keyframes LotteryGame-module__F5H_LG__lotteryFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.LotteryGame-module__F5H_LG__container{padding:1rem}.LotteryGame-module__F5H_LG__title{font-size:1.5rem}.LotteryGame-module__F5H_LG__button{padding:1rem 2rem;font-size:1rem}.LotteryGame-module__F5H_LG__result{padding:1.5rem}}
.ScoreQuiz-module__R71XDW__container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem;display:flex}.ScoreQuiz-module__R71XDW__quizContainer{box-sizing:border-box;flex-direction:column;width:100%;max-width:800px;height:100%;padding:.5rem;display:flex}.ScoreQuiz-module__R71XDW__page{flex-direction:column;flex:1;animation:.3s ease-in ScoreQuiz-module__R71XDW__fadeIn;display:flex}@keyframes ScoreQuiz-module__R71XDW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ScoreQuiz-module__R71XDW__welcomePage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:1rem .5rem;display:flex}.ScoreQuiz-module__R71XDW__welcomeIcon{margin-bottom:.2rem;font-size:2rem;line-height:1}.ScoreQuiz-module__R71XDW__welcomeTitle{text-align:center;margin-bottom:.2rem;font-size:1.5rem;font-weight:700;color:#000!important}.ScoreQuiz-module__R71XDW__welcomeDivider{background:#0184ff;border-radius:2px;width:50px;height:2px;margin:.2rem 0}.ScoreQuiz-module__R71XDW__welcomeText{max-width:500px;margin-bottom:.2rem;font-size:.9rem;line-height:1.4;color:#666!important}.ScoreQuiz-module__R71XDW__welcomeMeta{justify-content:center;gap:1rem;margin:.4rem 0 .8rem;display:flex}.ScoreQuiz-module__R71XDW__welcomeMetaItem{font-size:.85rem;font-weight:600;color:#0184ff!important}.ScoreQuiz-module__R71XDW__questionPage{flex-direction:column;flex:1;width:100%;max-width:65%;margin:0 auto;padding:.5rem;display:flex}.ScoreQuiz-module__R71XDW__questionHeader{text-align:center;flex-shrink:0;width:100%;margin-bottom:.5rem}.ScoreQuiz-module__R71XDW__questionNumber{color:#0184ff;letter-spacing:.5px;text-align:center;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.ScoreQuiz-module__R71XDW__questionTitle{color:#000;text-align:center;margin-bottom:.3rem;font-size:1rem;font-weight:600;line-height:1.4}.ScoreQuiz-module__R71XDW__questionOptions{flex-direction:column;flex:1;gap:.4rem;width:100%;margin-bottom:.8rem;display:flex}.ScoreQuiz-module__R71XDW__optionItem{cursor:pointer;box-sizing:border-box;background:#f5f5ed;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:100%;padding:.5rem .8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #00000014}.ScoreQuiz-module__R71XDW__optionItem:hover{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 12px #0000001f}.ScoreQuiz-module__R71XDW__optionItemSelected{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 16px #0184ff33}.ScoreQuiz-module__R71XDW__optionItemSelected .ScoreQuiz-module__R71XDW__optionLabel{color:#0184ff;font-weight:600}.ScoreQuiz-module__R71XDW__optionLabel{color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;font-size:.9rem;transition:color .2s}.ScoreQuiz-module__R71XDW__button{cursor:pointer;box-sizing:border-box;background:#0184ff;border:none;border-radius:8px;flex-shrink:0;width:100%;max-width:100%;margin:0;padding:.7rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000014;color:#fff!important}.ScoreQuiz-module__R71XDW__button:hover:not(:disabled){background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.ScoreQuiz-module__R71XDW__button:active:not(:disabled){background:#06c}.ScoreQuiz-module__R71XDW__button:disabled{cursor:not-allowed;box-shadow:none;background:#e0e0e0}.ScoreQuiz-module__R71XDW__welcomeButton{letter-spacing:.5px;border-radius:50px;width:auto;max-width:220px;margin:0 auto;padding:.7rem 2rem}.ScoreQuiz-module__R71XDW__resultPage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:.5rem;display:flex}.ScoreQuiz-module__R71XDW__scoreDisplay{background:0 0;margin-bottom:0;padding:.5rem;font-weight:600}.ScoreQuiz-module__R71XDW__scoreDisplayTitle{margin-bottom:.3rem;font-size:1.2rem}.ScoreQuiz-module__R71XDW__scoreDisplayText{margin-bottom:.2rem;font-size:.85rem;line-height:1.4}.ScoreQuiz-module__R71XDW__scoreHigh{color:#0184ff}.ScoreQuiz-module__R71XDW__scoreMedium{color:#666}.ScoreQuiz-module__R71XDW__scoreLow{color:#000}.ScoreQuiz-module__R71XDW__resultButtons{flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;margin-top:0;display:flex}.ScoreQuiz-module__R71XDW__resultLink{white-space:nowrap;background:#0184ff;border-radius:8px;justify-content:center;align-items:center;padding:.7rem 1.2rem;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 3px #00000014;color:#fff!important}.ScoreQuiz-module__R71XDW__resultLink:hover{background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.ScoreQuiz-module__R71XDW__resultButton{white-space:nowrap;width:auto;padding:.7rem 1.2rem;font-size:.85rem;line-height:1}@media (max-width:768px){.ScoreQuiz-module__R71XDW__container,.ScoreQuiz-module__R71XDW__quizContainer{padding:1rem}.ScoreQuiz-module__R71XDW__questionPage{max-width:100%;padding:.5rem}.ScoreQuiz-module__R71XDW__welcomeTitle{font-size:1.8rem}.ScoreQuiz-module__R71XDW__welcomeText,.ScoreQuiz-module__R71XDW__questionTitle{font-size:1rem}.ScoreQuiz-module__R71XDW__optionItem{padding:.8rem}.ScoreQuiz-module__R71XDW__optionLabel{font-size:.95rem}.ScoreQuiz-module__R71XDW__scoreDisplayTitle{font-size:1.3rem}.ScoreQuiz-module__R71XDW__scoreDisplayText{font-size:.95rem}.ScoreQuiz-module__R71XDW__resultButtons{flex-direction:column;gap:.8rem}.ScoreQuiz-module__R71XDW__resultLink,.ScoreQuiz-module__R71XDW__resultButton{width:100%;max-width:100%}}
.SleepTest-module__q0mtdW__container{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:.5rem;display:flex}.SleepTest-module__q0mtdW__testContainer{box-sizing:border-box;flex-direction:column;width:100%;max-width:800px;height:100%;padding:.5rem;display:flex}.SleepTest-module__q0mtdW__page{flex-direction:column;flex:1;animation:.3s ease-in SleepTest-module__q0mtdW__fadeIn;display:flex}@keyframes SleepTest-module__q0mtdW__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SleepTest-module__q0mtdW__welcomePage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:1rem .5rem;display:flex}.SleepTest-module__q0mtdW__welcomeIcon{margin-bottom:.2rem;font-size:2rem;line-height:1}.SleepTest-module__q0mtdW__welcomeTitle{text-align:center;margin-bottom:.2rem;font-size:1.5rem;font-weight:700;color:#000!important}.SleepTest-module__q0mtdW__welcomeDivider{background:#0184ff;border-radius:2px;width:50px;height:2px;margin:.2rem 0}.SleepTest-module__q0mtdW__welcomeText{max-width:500px;margin-bottom:.2rem;font-size:.9rem;line-height:1.4;color:#666!important}.SleepTest-module__q0mtdW__welcomeMeta{justify-content:center;gap:1rem;margin:.4rem 0 .8rem;display:flex}.SleepTest-module__q0mtdW__welcomeMetaItem{font-size:.85rem;font-weight:600;color:#0184ff!important}.SleepTest-module__q0mtdW__questionPage{flex-direction:column;flex:1;width:100%;max-width:65%;margin:0 auto;padding:.5rem;display:flex}.SleepTest-module__q0mtdW__questionHeader{text-align:center;flex-shrink:0;width:100%;margin-bottom:.5rem}.SleepTest-module__q0mtdW__questionNumber{color:#0184ff;letter-spacing:.5px;text-align:center;margin-bottom:.4rem;font-size:.85rem;font-weight:700}.SleepTest-module__q0mtdW__questionTitle{color:#000;text-align:center;margin-bottom:.3rem;font-size:1rem;font-weight:600;line-height:1.4}.SleepTest-module__q0mtdW__questionOptions{flex-direction:column;flex:1;gap:.4rem;width:100%;margin-bottom:.8rem;display:flex}.SleepTest-module__q0mtdW__optionItem{cursor:pointer;box-sizing:border-box;background:#f5f5ed;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;width:100%;max-width:100%;padding:.5rem .8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #00000014}.SleepTest-module__q0mtdW__optionItem:hover{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 12px #0000001f}.SleepTest-module__q0mtdW__optionItemSelected{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 16px #0184ff33}.SleepTest-module__q0mtdW__optionItemSelected .SleepTest-module__q0mtdW__optionLabel{color:#0184ff;font-weight:600}.SleepTest-module__q0mtdW__optionLabel{color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;flex:1;font-size:.9rem;transition:color .2s}.SleepTest-module__q0mtdW__button{cursor:pointer;background:#0184ff;border:none;border-radius:8px;width:100%;max-width:100%;margin:0;padding:.7rem 1rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #00000014;color:#fff!important}.SleepTest-module__q0mtdW__button:hover:not(:disabled){background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.SleepTest-module__q0mtdW__button:active:not(:disabled){background:#06c}.SleepTest-module__q0mtdW__button:disabled{cursor:not-allowed;box-shadow:none;background:#e0e0e0}.SleepTest-module__q0mtdW__welcomeButton{letter-spacing:.5px;border-radius:50px;width:auto;max-width:220px;margin:0 auto;padding:.7rem 2rem}.SleepTest-module__q0mtdW__resultPage{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.8rem;padding:.5rem;display:flex}.SleepTest-module__q0mtdW__resultDisplay{background:0 0;margin-bottom:0;padding:.5rem;font-weight:600}.SleepTest-module__q0mtdW__resultTitle{color:#0184ff;margin-bottom:.3rem;font-size:1.2rem}.SleepTest-module__q0mtdW__resultDescription{color:#000;margin-bottom:.2rem;font-size:.8rem;line-height:1.4}.SleepTest-module__q0mtdW__resultTraits{border-top:1px solid #e0e0e0;margin-top:.5rem;padding-top:.5rem}.SleepTest-module__q0mtdW__resultTraitsLabel{color:#0184ff;margin-bottom:.3rem;font-size:.85rem;display:block}.SleepTest-module__q0mtdW__traitTag{color:#0184ff;background:#f0f0e8;border:1px solid #0184ff;border-radius:6px;margin:.15rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.SleepTest-module__q0mtdW__resultButtons{flex-shrink:0;justify-content:center;align-items:center;gap:.6rem;margin-top:0;display:flex}.SleepTest-module__q0mtdW__resultLink{white-space:nowrap;background:#0184ff;border-radius:8px;justify-content:center;align-items:center;padding:.7rem 1.2rem;font-size:.85rem;font-weight:600;line-height:1;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 1px 3px #00000014;color:#fff!important}.SleepTest-module__q0mtdW__resultLink:hover{background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.SleepTest-module__q0mtdW__resultButton{white-space:nowrap;width:auto;padding:.7rem 1.2rem;font-size:.85rem;line-height:1}@media (max-width:768px){.SleepTest-module__q0mtdW__container,.SleepTest-module__q0mtdW__testContainer{padding:1rem}.SleepTest-module__q0mtdW__questionPage{padding:.5rem}.SleepTest-module__q0mtdW__welcomeTitle{font-size:1.8rem}.SleepTest-module__q0mtdW__welcomeText,.SleepTest-module__q0mtdW__questionTitle{font-size:1rem}.SleepTest-module__q0mtdW__optionItem{padding:.8rem}.SleepTest-module__q0mtdW__optionLabel{font-size:.95rem}.SleepTest-module__q0mtdW__resultTitle{font-size:1.3rem}.SleepTest-module__q0mtdW__resultDescription{font-size:.95rem}.SleepTest-module__q0mtdW__resultButtons{flex-direction:column;gap:.8rem}.SleepTest-module__q0mtdW__resultLink,.SleepTest-module__q0mtdW__resultButton{width:100%;max-width:100%}}
.HairService-module__it7eDW__container{flex-direction:row;align-items:flex-start;gap:2rem;width:100%;display:flex}.HairService-module__it7eDW__nav{flex-direction:column;flex:0 0 20%;gap:1.2rem;min-width:0;padding:.5rem 0;display:flex}.HairService-module__it7eDW__tabButton{cursor:pointer;text-align:center;background:#f5f5ed;border:1px solid #e0e0e0;border-radius:8px;width:100%;margin:0;padding:1rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;box-shadow:0 1px 3px #00000014;color:#666!important}.HairService-module__it7eDW__tabButton:hover{background:#f0f0e8;border-color:#0184ff;box-shadow:0 4px 12px #0000001f;color:#0184ff!important}.HairService-module__it7eDW__tabButtonActive{background:#0184ff;border-color:#0184ff;font-weight:600;box-shadow:0 4px 16px #0184ff33;color:#fff!important}.HairService-module__it7eDW__tabButtonActive:hover{background:#0184ff;color:#fff!important}.HairService-module__it7eDW__content{flex:1;min-width:0}.HairService-module__it7eDW__servicesList{flex-direction:column;gap:0;width:100%;display:flex}.HairService-module__it7eDW__serviceItem{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding:1.2rem 1rem;transition:all .2s;display:flex}.HairService-module__it7eDW__serviceItem:hover{background:#f0f0e8}.HairService-module__it7eDW__serviceInfo{flex:1}.HairService-module__it7eDW__serviceInfo h4{margin:0 0 .3rem;font-size:1.2rem;font-weight:600;color:#000!important}.HairService-module__it7eDW__serviceInfo p{margin:0;font-size:1rem;color:#666!important}.HairService-module__it7eDW__servicePrice{font-size:1.5rem;font-weight:700;color:#0184ff!important}
.BookClub-module__4pf7rW__container{box-sizing:border-box;flex-direction:column;justify-content:center;width:100%;max-width:100%;height:100%;margin:auto;padding:.8rem 2rem;display:flex}.BookClub-module__4pf7rW__header{text-align:center;margin-bottom:.8rem}.BookClub-module__4pf7rW__title{margin-bottom:.4rem;font-size:1.6rem;font-weight:700;color:#000!important}.BookClub-module__4pf7rW__subtitle{font-size:.95rem;font-weight:400;color:#666!important}.BookClub-module__4pf7rW__metaRow{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1rem;display:flex}.BookClub-module__4pf7rW__metaBadge{background:#f0f0e8;border-radius:50px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex;color:#000!important}.BookClub-module__4pf7rW__badgeLabel{font-weight:600;color:#0184ff!important}.BookClub-module__4pf7rW__formArea{box-sizing:border-box;flex-direction:column;gap:.6rem;width:100%;display:flex}.BookClub-module__4pf7rW__formRow{box-sizing:border-box;grid-template-columns:1fr 1fr;gap:1.2rem;width:100%;display:grid}.BookClub-module__4pf7rW__formGroup{flex-direction:column;width:100%;min-width:0;display:flex}.BookClub-module__4pf7rW__formLabel{text-align:left;margin-bottom:.3rem;font-size:.85rem;font-weight:600;color:#000!important}.BookClub-module__4pf7rW__formInput{box-sizing:border-box;background:0 0;border:none;border-bottom:1.5px solid #e0e0e0;border-radius:0;width:100%;padding:.6rem 0;font-size:.9rem;transition:border-color .2s;color:#000!important}.BookClub-module__4pf7rW__formInput:focus{border-bottom-width:2px;border-bottom-color:#0184ff;outline:none}.BookClub-module__4pf7rW__submitButton{cursor:pointer;letter-spacing:.5px;width:100%;box-shadow:none;box-sizing:border-box;background:#0184ff;border:none;border-radius:50px;margin-top:.5rem;padding:.8rem;font-size:.95rem;font-weight:600;transition:all .2s;color:#fff!important}.BookClub-module__4pf7rW__submitButton:hover{background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.BookClub-module__4pf7rW__submitButton:active{background:#06c}.BookClub-module__4pf7rW__message{text-align:center;border-radius:12px;margin-bottom:1rem;padding:1rem;font-weight:600}.BookClub-module__4pf7rW__errorMessage{background:#fee2e2;border:none;color:#dc2626!important}.BookClub-module__4pf7rW__successMessage{background:#f0f0e8;border:1px solid #0184ff;color:#000!important}.BookClub-module__4pf7rW__successTitle{margin-bottom:.5rem;color:#0184ff!important}.BookClub-module__4pf7rW__successText{margin:.3rem 0;font-weight:400;color:#000!important}@media (max-width:768px){.BookClub-module__4pf7rW__formRow{grid-template-columns:1fr}.BookClub-module__4pf7rW__metaRow{flex-direction:column;align-items:center}}
.DrinkOrder-module__bnGl6G__container{box-sizing:border-box;grid-template-columns:1.2fr .8fr;align-items:start;gap:0;width:100%;max-width:100%;height:auto;max-height:100%;margin:auto;padding:.5rem 1.5rem;display:grid}.DrinkOrder-module__bnGl6G__menuPanel{height:100%;box-shadow:none;box-sizing:border-box;background:0 0;border:none;flex-direction:column;min-width:0;padding:0 1.5rem 0 0;display:flex}.DrinkOrder-module__bnGl6G__categories{grid-template-columns:1fr 1fr;gap:1.5rem;height:100%;display:grid}.DrinkOrder-module__bnGl6G__category{flex-direction:column;display:flex}.DrinkOrder-module__bnGl6G__categoryTitle{text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.6rem;font-size:.85rem;font-weight:600;color:#000!important}.DrinkOrder-module__bnGl6G__drinksList{flex-direction:column;gap:0;display:flex}.DrinkOrder-module__bnGl6G__drinkItem{cursor:pointer;box-shadow:none;background:0 0;border:none;border-bottom:1px solid #e0e0e0;border-radius:0;justify-content:space-between;align-items:center;padding:.7rem 0;transition:all .2s;display:flex}.DrinkOrder-module__bnGl6G__drinkItem:last-child{border-bottom:none}.DrinkOrder-module__bnGl6G__drinkItem:hover{box-shadow:none;background:0 0;border-color:#e0e0e0}.DrinkOrder-module__bnGl6G__drinkItem:hover .DrinkOrder-module__bnGl6G__drinkName{color:#0184ff!important}.DrinkOrder-module__bnGl6G__drinkItemSelected .DrinkOrder-module__bnGl6G__drinkName{font-weight:700;color:#0184ff!important}.DrinkOrder-module__bnGl6G__drinkItemSelected .DrinkOrder-module__bnGl6G__drinkPrice{background:#0184ff;color:#fff!important}.DrinkOrder-module__bnGl6G__drinkName{cursor:pointer;flex:1;margin:0;font-size:.9rem;font-weight:500;transition:color .2s;color:#000!important}.DrinkOrder-module__bnGl6G__drinkPrice{background:#f0f0e8;border-radius:50px;padding:.25rem .7rem;font-size:.8rem;font-weight:600;transition:all .2s;color:#666!important}.DrinkOrder-module__bnGl6G__orderPanel{height:100%;box-shadow:none;box-sizing:border-box;background:0 0;border:none;border-left:1px solid #e0e0e0;flex-direction:column;min-width:0;padding:0 0 0 1.5rem;display:flex}.DrinkOrder-module__bnGl6G__orderForm{box-shadow:none;box-sizing:border-box;background:0 0;border-radius:0;flex-direction:column;flex:1;justify-content:space-between;width:100%;height:100%;padding:0;display:flex}.DrinkOrder-module__bnGl6G__formGroup{margin-bottom:.8rem}.DrinkOrder-module__bnGl6G__formLabel{margin-bottom:.3rem;font-size:.85rem;font-weight:600;display:block;color:#000!important}.DrinkOrder-module__bnGl6G__formInput{box-sizing:border-box;background:0 0;border:none;border-bottom:1.5px solid #e0e0e0;border-radius:0;width:100%;padding:.5rem 0;font-size:.9rem;transition:border-color .2s;color:#000!important}.DrinkOrder-module__bnGl6G__formInput:focus{border-bottom-width:2px;border-bottom-color:#0184ff;outline:none}.DrinkOrder-module__bnGl6G__buttonGroup{flex-wrap:wrap;gap:.5rem;margin-top:.4rem;display:flex}.DrinkOrder-module__bnGl6G__optionButton{cursor:pointer;box-shadow:none;background:0 0;border:1.5px solid #e0e0e0;border-radius:50px;margin:0;padding:.5rem 1.2rem;font-size:.85rem;font-weight:500;transition:all .2s;color:#666!important}.DrinkOrder-module__bnGl6G__optionButton:hover{background:0 0;border-color:#0184ff;color:#0184ff!important}.DrinkOrder-module__bnGl6G__optionButtonActive{background:#0184ff;border-color:#0184ff;color:#fff!important}.DrinkOrder-module__bnGl6G__optionButtonActive:hover{background:#0184ff;color:#fff!important}.DrinkOrder-module__bnGl6G__submitButton{cursor:pointer;letter-spacing:.5px;width:100%;box-shadow:none;box-sizing:border-box;background:#0184ff;border:none;border-radius:50px;margin-top:.5rem;padding:.8rem;font-size:.95rem;font-weight:600;transition:all .2s;color:#fff!important}.DrinkOrder-module__bnGl6G__submitButton:hover{background:#33a1ff;box-shadow:0 4px 16px #0184ff33}.DrinkOrder-module__bnGl6G__submitButton:active{background:#06c}.DrinkOrder-module__bnGl6G__message{text-align:center;border-radius:12px;margin-bottom:1rem;padding:1rem;font-weight:600}.DrinkOrder-module__bnGl6G__errorMessage{background:#fee2e2;border:none;color:#dc2626!important}.DrinkOrder-module__bnGl6G__successMessage{text-align:center;background:#f0f0e8;border:1px solid #0184ff;border-radius:12px;margin-bottom:1rem;padding:1rem;color:#000!important}.DrinkOrder-module__bnGl6G__successTitle{margin-bottom:.5rem;color:#0184ff!important}.DrinkOrder-module__bnGl6G__successText{white-space:pre-line;margin:0;font-family:inherit;font-size:.9rem;font-weight:400;color:#000!important}@media (max-width:768px){.DrinkOrder-module__bnGl6G__container{grid-template-columns:1fr}.DrinkOrder-module__bnGl6G__orderPanel{border-top:1px solid #e0e0e0;border-left:none;padding-top:1.5rem;padding-left:0}.DrinkOrder-module__bnGl6G__menuPanel{padding-right:0}}
.Card-module__YHKmaa__courseTopic{background:var(--card-background,#fff);border:var(--card-border,1px solid #d8d8d0);border-radius:var(--radius-medium,8px);cursor:pointer;will-change:box-shadow;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-width:200px;max-width:100%;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.Card-module__YHKmaa__courseTopic:hover{box-shadow:var(--shadow-medium,0 4px 16px #0000001f)}.Card-module__YHKmaa__cardSizeSmall{min-width:150px!important;padding:1rem!important}.Card-module__YHKmaa__cardSizeMedium{min-width:200px!important;padding:1.5rem!important}.Card-module__YHKmaa__cardSizeLarge{min-width:300px!important;padding:2rem!important}.Card-module__YHKmaa__overviewCard{border:2px solid var(--primary-blue,#0184ff)!important;background:var(--primary-blue,#0184ff)!important;border-radius:var(--radius-medium,8px)!important;box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)!important}.Card-module__YHKmaa__overviewCard .Card-module__YHKmaa__topicTitle{color:#fff!important}.Card-module__YHKmaa__overviewCard .Card-module__YHKmaa__topicDescription{color:#ffffffe6!important}.Card-module__YHKmaa__highlightCard{border:2px solid var(--primary-blue,#0184ff)!important;background:var(--primary-blue,#0184ff)!important;border-radius:var(--radius-medium,8px)!important;box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)!important}.Card-module__YHKmaa__highlightCard .Card-module__YHKmaa__topicTitle{color:#fff!important}.Card-module__YHKmaa__highlightCard .Card-module__YHKmaa__topicDescription{color:#ffffffe6!important}.Card-module__YHKmaa__topicTitle{color:var(--text-primary,#1a1a1a);word-wrap:break-word;overflow-wrap:break-word;letter-spacing:.7px;flex-shrink:0;margin:0;padding:0;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-weight:600;line-height:1.2;font-size:clamp(15px,2vw,17px)!important}.Card-module__YHKmaa__topicDescription{color:var(--text-secondary,#666);opacity:.9;word-wrap:break-word;overflow-wrap:break-word;text-align:center;margin:0;padding:0;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-size:clamp(14px,2vw,16px);line-height:1.5}@media (max-width:768px){.Card-module__YHKmaa__courseTopic{gap:.25rem;padding:1.2rem}.Card-module__YHKmaa__cardSizeSmall{padding:.8rem!important}.Card-module__YHKmaa__cardSizeLarge{padding:1.6rem!important}}@media (max-width:480px){.Card-module__YHKmaa__courseTopic{gap:.25rem;padding:.9rem}.Card-module__YHKmaa__cardSizeSmall{padding:.6rem!important}.Card-module__YHKmaa__cardSizeLarge{padding:1.2rem!important}}
.ExampleExcelCleaner-module___IL_8G__wrapper{box-sizing:border-box;flex-direction:column;width:100%;max-width:900px;height:100%;margin:0 auto;padding:1.5rem;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;display:flex;overflow-y:auto}.ExampleExcelCleaner-module___IL_8G__wrapper h2{text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700;color:#000!important}.ExampleExcelCleaner-module___IL_8G__upload{border:2px dashed var(--border-color,#e0e0e0);text-align:center;cursor:pointer;background:var(--background-primary,#f5f5ed);border-radius:12px;margin-bottom:1rem;padding:2rem 1.5rem;transition:all .2s}.ExampleExcelCleaner-module___IL_8G__upload:hover{border-color:var(--primary-blue,#0184ff);background:var(--background-secondary,#f0f0e8)}.ExampleExcelCleaner-module___IL_8G__uploadDragover{border-color:var(--primary-blue,#0184ff);background:var(--background-secondary,#f0f0e8);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33);border-width:3px}.ExampleExcelCleaner-module___IL_8G__fileInput{display:none}.ExampleExcelCleaner-module___IL_8G__uploadIcon{color:var(--primary-blue,#0184ff);margin-bottom:.8rem}.ExampleExcelCleaner-module___IL_8G__uploadText{margin:0;font-size:.95rem;font-weight:500;color:var(--text-secondary,#666)!important}.ExampleExcelCleaner-module___IL_8G__spinner{border:3px solid #0000001a;border-left-color:var(--primary-blue,#0184ff);border-radius:50%;width:24px;height:24px;margin:.8rem auto;animation:1s linear infinite ExampleExcelCleaner-module___IL_8G__spin}@keyframes ExampleExcelCleaner-module___IL_8G__spin{to{transform:rotate(360deg)}}.ExampleExcelCleaner-module___IL_8G__message{text-align:center;min-height:0;margin-bottom:0;font-size:.9rem}.ExampleExcelCleaner-module___IL_8G__messageVisible{min-height:1.2rem;margin-bottom:.5rem}.ExampleExcelCleaner-module___IL_8G__messageError{color:#dc2626!important}.ExampleExcelCleaner-module___IL_8G__divider{background:linear-gradient(to right,var(--border-color,#e0e0e0),var(--primary-blue,#0184ff),var(--border-color,#e0e0e0));border-radius:2px;height:3px;margin:.5rem 0}.ExampleExcelCleaner-module___IL_8G__preview{flex-direction:column;flex:1;display:flex}.ExampleExcelCleaner-module___IL_8G__toolbar{justify-content:flex-end;margin-bottom:.8rem;display:flex}.ExampleExcelCleaner-module___IL_8G__downloadBtn{background:var(--primary-blue,#0184ff);cursor:pointer;box-shadow:var(--shadow-light,0 1px 3px #00000014);border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;color:#fff!important}.ExampleExcelCleaner-module___IL_8G__downloadBtn:hover{background:var(--primary-blue-light,#33a1ff);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)}.ExampleExcelCleaner-module___IL_8G__downloadBtn:disabled{background:var(--border-color,#e0e0e0);cursor:not-allowed;box-shadow:none}.ExampleExcelCleaner-module___IL_8G__tableContainer{border:1px solid var(--border-color,#e0e0e0);border-radius:8px;overflow:hidden}.ExampleExcelCleaner-module___IL_8G__tableContainer table{border-collapse:collapse;width:100%;font-size:1.2rem}.ExampleExcelCleaner-module___IL_8G__tableContainer th{background:var(--primary-blue,#0184ff);text-align:left;z-index:1;border-right:1px solid #fff3;font-weight:600;position:sticky;top:0;color:#fff!important;padding:1rem 1.5rem!important}.ExampleExcelCleaner-module___IL_8G__tableContainer th:last-child{border-right:none}.ExampleExcelCleaner-module___IL_8G__tableContainer td{text-align:left;border-bottom:1px solid var(--border-color,#e0e0e0);color:#000!important;padding:1rem 1.5rem!important}.ExampleExcelCleaner-module___IL_8G__tableContainer tr:nth-child(2n){background:var(--background-primary,#f5f5ed)}.ExampleExcelCleaner-module___IL_8G__tableContainer tbody tr:hover{background:var(--background-secondary,#f0f0e8)}.ExampleExcelCleaner-module___IL_8G__wrapper::-webkit-scrollbar{width:8px}.ExampleExcelCleaner-module___IL_8G__wrapper::-webkit-scrollbar-track{background:var(--background-primary,#f5f5ed);border-radius:4px}.ExampleExcelCleaner-module___IL_8G__wrapper::-webkit-scrollbar-thumb{background:#d8d8d0;border-radius:4px}.ExampleExcelCleaner-module___IL_8G__wrapper::-webkit-scrollbar-thumb:hover{background:var(--primary-blue,#0184ff)}.ExampleExcelCleaner-module___IL_8G__tableError{color:#dc2626;padding:1rem}.ExampleExcelCleaner-module___IL_8G__tableEmpty{color:var(--text-secondary,#666);padding:1rem}
.PracticeExcelCleaner-module__VTZooa__wrapper{box-sizing:border-box;flex-direction:column;width:100%;max-width:900px;height:100%;margin:0 auto;padding:1.5rem;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;display:flex;overflow-y:auto}.PracticeExcelCleaner-module__VTZooa__wrapper h2{text-align:center;margin-bottom:1.5rem;font-size:1.6rem;font-weight:700;color:#000!important}.PracticeExcelCleaner-module__VTZooa__upload{border:2px dashed var(--border-color,#e0e0e0);text-align:center;cursor:pointer;background:var(--background-primary,#f5f5ed);border-radius:12px;margin-bottom:1rem;padding:2rem 1.5rem;transition:all .2s}.PracticeExcelCleaner-module__VTZooa__upload:hover{border-color:var(--primary-blue,#0184ff);background:var(--background-secondary,#f0f0e8)}.PracticeExcelCleaner-module__VTZooa__uploadDragover{border-color:var(--primary-blue,#0184ff);background:var(--background-secondary,#f0f0e8);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33);border-width:3px}.PracticeExcelCleaner-module__VTZooa__fileInput{display:none}.PracticeExcelCleaner-module__VTZooa__uploadIcon{color:var(--primary-blue,#0184ff);margin-bottom:.8rem}.PracticeExcelCleaner-module__VTZooa__uploadText{margin:0;font-size:.95rem;font-weight:500;color:var(--text-secondary,#666)!important}.PracticeExcelCleaner-module__VTZooa__spinner{border:3px solid #0000001a;border-left-color:var(--primary-blue,#0184ff);border-radius:50%;width:24px;height:24px;margin:.8rem auto;animation:1s linear infinite PracticeExcelCleaner-module__VTZooa__spin}@keyframes PracticeExcelCleaner-module__VTZooa__spin{to{transform:rotate(360deg)}}.PracticeExcelCleaner-module__VTZooa__message{text-align:center;min-height:0;margin-bottom:0;font-size:.9rem}.PracticeExcelCleaner-module__VTZooa__messageVisible{min-height:1.2rem;margin-bottom:.5rem}.PracticeExcelCleaner-module__VTZooa__messageError{color:#dc2626!important}.PracticeExcelCleaner-module__VTZooa__divider{background:linear-gradient(to right,var(--border-color,#e0e0e0),var(--primary-blue,#0184ff),var(--border-color,#e0e0e0));border-radius:2px;height:3px;margin:.5rem 0}.PracticeExcelCleaner-module__VTZooa__preview{flex-direction:column;flex:1;display:flex}.PracticeExcelCleaner-module__VTZooa__toolbar{justify-content:flex-end;margin-bottom:.8rem;display:flex}.PracticeExcelCleaner-module__VTZooa__downloadBtn{background:var(--primary-blue,#0184ff);cursor:pointer;box-shadow:var(--shadow-light,0 1px 3px #00000014);border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s;color:#fff!important}.PracticeExcelCleaner-module__VTZooa__downloadBtn:hover{background:var(--primary-blue-light,#33a1ff);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)}.PracticeExcelCleaner-module__VTZooa__downloadBtn:disabled{background:var(--border-color,#e0e0e0);cursor:not-allowed;box-shadow:none}.PracticeExcelCleaner-module__VTZooa__stats{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.PracticeExcelCleaner-module__VTZooa__statCard{background:var(--background-primary,#f5f5ed);border:1px solid var(--border-color,#e0e0e0);text-align:center;border-radius:8px;padding:1rem}.PracticeExcelCleaner-module__VTZooa__statLabel{margin-bottom:.3rem;font-size:.85rem;color:var(--text-secondary,#666)!important}.PracticeExcelCleaner-module__VTZooa__statValue{font-size:1.8rem;font-weight:700;color:var(--primary-blue,#0184ff)!important}.PracticeExcelCleaner-module__VTZooa__tableContainer{border:1px solid var(--border-color,#e0e0e0);border-radius:8px;overflow:hidden}.PracticeExcelCleaner-module__VTZooa__tableContainer table{border-collapse:collapse;width:100%;font-size:1.2rem}.PracticeExcelCleaner-module__VTZooa__tableContainer th{background:var(--primary-blue,#0184ff);text-align:left;z-index:1;border-right:1px solid #fff3;font-weight:600;position:sticky;top:0;color:#fff!important;padding:1rem 1.5rem!important}.PracticeExcelCleaner-module__VTZooa__tableContainer th:last-child{border-right:none}.PracticeExcelCleaner-module__VTZooa__anomalyHeader{color:#dc2626!important;background:#fee2e2!important}.PracticeExcelCleaner-module__VTZooa__tableContainer td{text-align:left;border-bottom:1px solid var(--border-color,#e0e0e0);color:#000!important;padding:1rem 1.5rem!important}.PracticeExcelCleaner-module__VTZooa__anomalyCell{border-left:3px solid #dc2626;color:#dc2626!important;background:#fee2e2!important}.PracticeExcelCleaner-module__VTZooa__tableContainer tr:nth-child(2n){background:var(--background-primary,#f5f5ed)}.PracticeExcelCleaner-module__VTZooa__tableContainer tbody tr:hover{background:var(--background-secondary,#f0f0e8)}.PracticeExcelCleaner-module__VTZooa__wrapper::-webkit-scrollbar{width:8px}.PracticeExcelCleaner-module__VTZooa__wrapper::-webkit-scrollbar-track{background:var(--background-primary,#f5f5ed);border-radius:4px}.PracticeExcelCleaner-module__VTZooa__wrapper::-webkit-scrollbar-thumb{background:#d8d8d0;border-radius:4px}.PracticeExcelCleaner-module__VTZooa__wrapper::-webkit-scrollbar-thumb:hover{background:var(--primary-blue,#0184ff)}.PracticeExcelCleaner-module__VTZooa__tableError{color:#dc2626;padding:1rem}.PracticeExcelCleaner-module__VTZooa__tableEmpty{color:var(--text-secondary,#666);padding:1rem}
.FeedBack-module__RoBYla__feedbackContainer{background:var(--background-primary,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:var(--radius-large,16px);box-shadow:var(--shadow-medium,0 4px 16px #0000001f);z-index:30;pointer-events:auto;isolation:isolate;padding:64px 64px 32px;position:relative}.FeedBack-module__RoBYla__feedbackForm{z-index:40;pointer-events:auto;isolation:isolate;flex-direction:column;gap:24px;display:flex;position:relative}.FeedBack-module__RoBYla__questionsContainer{z-index:50;pointer-events:auto;isolation:isolate;flex-direction:row;gap:32px;width:100%;display:flex;position:relative}.FeedBack-module__RoBYla__questionGroup{text-align:left;z-index:60;pointer-events:auto;isolation:isolate;flex-direction:column;flex:1;gap:16px;display:flex;position:relative}.FeedBack-module__RoBYla__questionLabel{color:var(--text-primary,#1a1a1a);text-align:left;letter-spacing:.5px;align-items:flex-start;height:40px;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.4;display:flex}.FeedBack-module__RoBYla__textarea{background-color:var(--background-primary,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:var(--radius-small,4px);color:var(--text-primary,#1a1a1a);resize:none;scrollbar-width:thin;scrollbar-color:var(--border-color,#e0e0e0)var(--background-tertiary,#f0f0f0);z-index:20;pointer-events:auto;-webkit-user-select:text;user-select:text;height:200px;padding:8px;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-size:13px;line-height:1.5;transition:all .3s;position:relative}.FeedBack-module__RoBYla__textarea::-webkit-scrollbar{width:8px}.FeedBack-module__RoBYla__textarea::-webkit-scrollbar-track{background:var(--background-primary,#fff);border-radius:var(--radius-small,4px)}.FeedBack-module__RoBYla__textarea::-webkit-scrollbar-thumb{background:var(--border-color,#e0e0e0);border-radius:var(--radius-small,4px);transition:all .3s}.FeedBack-module__RoBYla__textarea::-webkit-scrollbar-thumb:hover{background:var(--primary-blue,#0184ff)}.FeedBack-module__RoBYla__textarea::-webkit-scrollbar-corner{background:var(--background-primary,#fff)}.FeedBack-module__RoBYla__textarea:focus{border-color:var(--primary-blue,#0184ff);outline:none}.FeedBack-module__RoBYla__textarea::placeholder{color:var(--text-tertiary,#999)}.FeedBack-module__RoBYla__textarea:disabled{opacity:.6;cursor:not-allowed}.FeedBack-module__RoBYla__submitBtn{background:var(--primary-blue,#0184ff);color:#fff;border-radius:var(--radius-small,4px);cursor:pointer;min-width:120px;box-shadow:var(--shadow-light,0 2px 8px #00000014);will-change:background-color,box-shadow;border:none;align-self:center;margin-top:8px;padding:8px 16px;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-size:14px;font-weight:600;transition:all .3s}.FeedBack-module__RoBYla__submitBtn:hover:not(:disabled){background:var(--primary-blue-light,#339dff);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)}.FeedBack-module__RoBYla__submitBtn:disabled{background:var(--text-tertiary,#999);cursor:not-allowed;box-shadow:none;transform:none}.FeedBack-module__RoBYla__submitBtn.FeedBack-module__RoBYla__loading{background:var(--primary-blue,#0184ff);cursor:wait}.FeedBack-module__RoBYla__successContainer{background:var(--background-primary,#fff);border:1px solid var(--border-color,#e0e0e0);border-radius:var(--radius-large,16px);box-shadow:var(--shadow-medium,0 4px 16px #0000001f);text-align:center;color:var(--text-primary,#1a1a1a);flex-direction:column;justify-content:center;align-items:center;gap:24px;max-width:600px;margin:0 auto;padding:40px;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;animation:.5s ease-in-out FeedBack-module__RoBYla__fadeIn;display:flex}.FeedBack-module__RoBYla__communityInvite{flex-direction:column;gap:16px;width:100%;margin-top:8px;display:flex}.FeedBack-module__RoBYla__communityTitle{color:var(--text-primary,#1a1a1a);margin:0 0 8px;font-size:24px;font-weight:600}.FeedBack-module__RoBYla__communityNotice{color:var(--text-primary,#1a1a1a);text-align:center;margin:16px 0 0;font-size:14px;font-weight:600}.FeedBack-module__RoBYla__communityButtons{flex-direction:row;gap:12px;width:100%;display:flex}.FeedBack-module__RoBYla__communityBtn{background:var(--primary-blue,#0184ff);color:#fff;border-radius:var(--radius-small,4px);cursor:pointer;text-align:center;box-shadow:var(--shadow-light,0 2px 8px #00000014);border:none;flex:1;padding:12px 24px;font-family:IBM Plex Sans JP,Noto Sans TC,Microsoft JhengHei,PingFang TC,Arial,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.FeedBack-module__RoBYla__communityBtn:hover{background:var(--primary-blue-light,#339dff);box-shadow:var(--shadow-blue,0 4px 16px #0184ff33)}.FeedBack-module__RoBYla__discord{background:#5865f2}.FeedBack-module__RoBYla__discord:hover{background:#4752c4}.FeedBack-module__RoBYla__line{background:#06c755}.FeedBack-module__RoBYla__line:hover{background:#05b04a}.FeedBack-module__RoBYla__communityNote{color:var(--text-secondary,#666);text-align:center;margin-top:12px;margin-bottom:0;font-size:12px;font-style:italic}@keyframes FeedBack-module__RoBYla__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
