.KI-Chat-module__1t9UMW__waper{background:linear-gradient(#1c9559,#000);height:auto}.KI-Chat-module__1t9UMW__headingWaper{justify-content:center;align-items:center;width:100%;display:flex}.KI-Chat-module__1t9UMW__heading{color:#fff;background:linear-gradient(90deg,#07c75475,#f8711e75,#f7cf2b75);border-radius:25px;width:fit-content;padding:0 15px;font-family:Inter;font-size:clamp(32px,3vw,48px)}.KI-Chat-module__1t9UMW__chatWrapper{margin:20px 0}.KI-Chat-module__1t9UMW__text{color:#7d7d7d;text-align:center;font-size:clamp(16px,2vw,18px);line-height:1.6}.KI-Chat-module__1t9UMW__pageWaper{flex-direction:column;justify-content:center;align-items:center;gap:50px;margin-bottom:150px;display:flex}
.Loader-module__UXKnhq__ai_loader_container{background:var(--gradient);z-index:999;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:absolute;top:0;left:0}.Loader-module__UXKnhq__ai_loader_div{justify-content:center;align-items:center;width:72px;height:72px;display:flex;position:relative}.Loader-module__UXKnhq__spinner{width:100%;height:100%;display:grid;position:absolute;top:0;left:0}.Loader-module__UXKnhq__spinner:before,.Loader-module__UXKnhq__spinner:after{content:"";background:var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;background-repeat:no-repeat;background-size:17.3px 17.3px;grid-area:1/1;animation:1.5s infinite Loader-module__UXKnhq__spinner-3hs4a3}.Loader-module__UXKnhq__spinner:before{--c:radial-gradient(farthest-side, #ffbb47e6 92%, #0000);background-size:11.5px 11.5px;margin:5.8px;animation-timing-function:linear}.Loader-module__UXKnhq__spinner:after{--c:radial-gradient(farthest-side, #db8310e6 92%, #0000)}@keyframes Loader-module__UXKnhq__spinner-3hs4a3{to{transform:rotate(.5turn)}}.Loader-module__UXKnhq__ai_loader_text{color:#47ff6fe6;pointer-events:none;z-index:1;font-size:14px;animation:1.5s infinite Loader-module__UXKnhq__Text-ai}@keyframes Loader-module__UXKnhq__Text-ai{to{opacity:0;font-size:34px}}
:root{--blue:#07c75425;--white:#d9d9d925;--gradient:linear-gradient(90deg, #07c75485, #f8711e85, #f7cf2b85);--text-color:#07c754e6}.ChatApp-module__B4u0ea__page{background:var(--gradient);justify-content:center;align-items:center;height:auto;margin:0;padding:0;font-family:Inter,sans-serif;display:flex}.ChatApp-module__B4u0ea__chatContainer{background:var(--white);border:1px solid #ddd;border-radius:4px;width:800px;min-width:350px;max-width:1000px;padding:20px;box-shadow:0 2px 4px #0000001a}@media (max-width:800px){.ChatApp-module__B4u0ea__chatContainer{width:10vw}}.ChatApp-module__B4u0ea__messages{border-bottom:1px solid #ddd;height:300px;margin-bottom:20px;padding:10px;overflow-y:auto}.ChatApp-module__B4u0ea__message{background:var(--blue);color:#fff;border-radius:4px;margin:5px 0;padding:5px}.ChatApp-module__B4u0ea__userMessage{text-align:right;color:#000;background:#f9f9f9}.ChatApp-module__B4u0ea__chatInput{display:flex}.ChatApp-module__B4u0ea__chatInput input{caret-color:#f8711e;border:1px solid #ddd;border-radius:4px;flex-grow:1;margin-right:10px;padding:10px;font-size:16px}.ChatApp-module__B4u0ea__chatInput button{background:var(--text-color);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:10px 20px}.ChatApp-module__B4u0ea__chatInput button:hover{background:#4bb300}
:root{--card-bg:#01140fd5;--glow-green:#07c754;--glow-orange:#f8851e;--glow-yellow:#f7ed2b;--button-bg:#07c754;--button-bg-hover:#05a643;--button-shadow:#07c75480;--card-radius:20px;--glow-radius:30px;--glow-inset:-10px;--glow-blur:12px;--card-padding:20px;--button-padding-y:5px;--button-padding-x:10px;--title-min:20px;--title-max:28px;--desc-min:18px;--desc-max:22px;--button-min:16px;--button-max:20px}.Userguide-module__T7JaTq__waper{max-width:250px;margin:10px 15px;position:absolute}.Userguide-module__T7JaTq__card{background-color:var(--card-bg);border-radius:var(--card-radius);padding:var(--card-padding);z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.Userguide-module__T7JaTq__waper:before{content:"";inset:var(--glow-inset);border-radius:var(--glow-radius);background:conic-gradient(from 180deg at 50% 50%, var(--glow-green), var(--glow-orange), var(--glow-yellow), var(--glow-green));filter:blur(var(--glow-blur));z-index:0;position:absolute}.Userguide-module__T7JaTq__title{font-size:clamp(var(--title-min), 2.5vw, var(--title-max));text-align:center;margin-bottom:5px;font-weight:700}.Userguide-module__T7JaTq__description{font-size:clamp(var(--desc-min), 2vw, var(--desc-max));text-align:center;margin-bottom:15px}.Userguide-module__T7JaTq__button{background-color:var(--button-bg);color:#fff;padding:var(--button-padding-y) var(--button-padding-x);font-size:clamp(var(--button-min), 1.8vw, var(--button-max));box-shadow:0px 4px 6px var(--button-shadow);cursor:pointer;border:none;border-radius:10px;align-self:center;text-decoration:none;transition:background-color .3s}.Userguide-module__T7JaTq__button:hover{background-color:var(--button-bg-hover)}
.OFC-module__yfljSq__waper{flex-direction:column;align-items:center;gap:10px;width:100%;height:100%;display:flex}.OFC-module__yfljSq__heading{color:#f8711e;-webkit-text-stroke:1px black;text-shadow:1px 1px 2px #0000004d;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:550}.OFC-module__yfljSq__Eingaben{color:#fff;caret-color:#f8711e;flex-direction:column;align-items:center;gap:30px;margin-bottom:10px;display:flex}.OFC-module__yfljSq__Eingaben input::placeholder{color:#e6e6e6}.OFC-module__yfljSq__infoText{text-align:center;color:#9d9d9d;font-size:clamp(16px,1.5vw,18px)}.OFC-module__yfljSq__ergebnisse,.OFC-module__yfljSq__frage,.OFC-module__yfljSq__button{cursor:pointer;color:#fff;background-color:#07c75425;border:none;border-radius:25px;padding:10px 20px;font-size:clamp(18px,2vw,32px);transition:background-color .3s;box-shadow:inset 0 8px 8px #9d9d9d50,0 6px 6px #9d9d9d70}.OFC-module__yfljSq__button:hover{background-color:#258965e4}.OFC-module__yfljSq__ergebnisse{cursor:no-drop;background-color:#07c7547f;font-size:clamp(16px,1.8vw,18px)}.OFC-module__yfljSq__link{color:#9d9d9d;text-decoration:none}.OFC-module__yfljSq__frage{font-size:clamp(16px,1.4vw,18px)}
.BKI-module__JpB9cG__heading{color:#f7cf2b;-webkit-text-stroke:1px black;text-shadow:1px 1px 2px #0000004d;text-align:center;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:550}.BKI-module__JpB9cG__waper{color:#fff}.BKI-module__JpB9cG__innerLayer{box-sizing:border-box;flex-flow:wrap;justify-content:center;align-items:center;gap:111px;max-width:100%;display:flex}.BKI-module__JpB9cG__firstBox{flex-direction:column;align-items:center;gap:20px;width:189px;height:fit-content;display:flex}.BKI-module__JpB9cG__vorschaubox{background-color:#f7cf2b20;border-radius:25px;justify-content:center;align-items:center;width:474px;height:200px;display:flex}.BKI-module__JpB9cG__innerText{font-size:clamp(16px,2.5vw,32px);font-weight:400}.BKI-module__JpB9cG__button{text-align:center;color:#fff;cursor:pointer;background-color:#07c75425;border-radius:25px;padding:10px 20px;font-size:clamp(18px,2vw,32px);box-shadow:inset 0 8px 8px #9d9d9d50,0 6px 6px #9d9d9d70}.BKI-module__JpB9cG__infoText{text-align:center;color:#9d9d9d;font-size:clamp(16px,1.5vw,18px)}.BKI-module__JpB9cG__ergebniseeBox{background-color:#07c75425;border-radius:25px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:189px;height:200px;display:flex;box-shadow:inset 0 8px 8px #9d9d9d50,0 6px 6px #9d9d9d70}.BKI-module__JpB9cG__displayText{font-size:clamp(18px,2vw,30px);font-weight:500}.BKI-module__JpB9cG__vorschaubox{box-sizing:border-box;background-color:#f7cf2b20;border-radius:25px;justify-content:center;align-items:center;width:min(474px,90%);height:200px;display:flex}.BKI-module__JpB9cG__ergebniseeBox,.BKI-module__JpB9cG__firstBox{box-sizing:border-box;width:min(189px,40%);height:fit-content}.BKI-module__JpB9cG__ergebniseeBox{padding-top:15px;padding-bottom:15px}@media (max-width:600px){.BKI-module__JpB9cG__innerLayer{flex-direction:column;gap:20px}.BKI-module__JpB9cG__vorschaubox,.BKI-module__JpB9cG__ergebniseeBox,.BKI-module__JpB9cG__firstBox{width:100%}}.BKI-module__JpB9cG__previewVideo{object-fit:cover;border-radius:25px;width:100%;height:100%}.BKI-module__JpB9cG__previewCenter{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.BKI-module__JpB9cG__loader{border:6px solid #f3f3f3;border-top-color:#07c754;border-radius:50%;width:50px;height:50px;margin-bottom:10px;animation:1s linear infinite BKI-module__JpB9cG__spin}.BKI-module__JpB9cG__loaderInline{border:3px solid #f3f3f3;border-top-color:#07c754;border-radius:50%;width:16px;height:16px;margin-left:5px;animation:1s linear infinite BKI-module__JpB9cG__spin;display:inline-block}.BKI-module__JpB9cG__smallBtn{color:#fff;cursor:pointer;background-color:#07c754;border:none;border-radius:12px;padding:8px 16px}@keyframes BKI-module__JpB9cG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.BKI-module__JpB9cG__ergebnisse{text-align:center;margin-right:5px;font-weight:600}
.MultiBKI-module__SGNING__heading{color:#d2f72b;-webkit-text-stroke:1px black;text-shadow:1px 1px 2px #0000004d;text-align:center;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:clamp(28px,4vw,48px);font-weight:550}.MultiBKI-module__SGNING__heading span{color:#000;-webkit-text-stroke:1px #2ee400;font-style:italic;font-weight:300}.MultiBKI-module__SGNING__waper{color:#fff}.MultiBKI-module__SGNING__row{flex-direction:column;gap:20px;display:flex}.MultiBKI-module__SGNING__infoText{text-align:center;color:#9d9d9d;font-size:clamp(16px,1.5vw,18px)}.MultiBKI-module__SGNING__stop,.MultiBKI-module__SGNING__start{text-align:center;color:#fff;cursor:pointer;background-color:#07c75425;border:none;border-radius:25px;padding:10px 20px;font-size:clamp(18px,2vw,32px);transition:background-color .275s;box-shadow:inset 0 8px 8px #9d9d9d50,0 6px 6px #9d9d9d70}.MultiBKI-module__SGNING__stop{background-color:#5a1723}.MultiBKI-module__SGNING__stop:hover{background-color:#9c162f}.MultiBKI-module__SGNING__start{background-color:#17335a}.MultiBKI-module__SGNING__start:hover{background-color:#080537}.MultiBKI-module__SGNING__inhalt{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.MultiBKI-module__SGNING__SkeletonBox,.MultiBKI-module__SGNING__Uebertragung{width:640px;height:480px;margin-bottom:20px}.MultiBKI-module__SGNING__SkeletonBox{text-align:center;background-color:#94ceb77b;border-radius:7px;margin-bottom:20px}.MultiBKI-module__SGNING__video{width:640px;height:480px}@media (max-width:680px){.MultiBKI-module__SGNING__Uebertragung,.MultiBKI-module__SGNING__SkeletonBox,.MultiBKI-module__SGNING__video{width:90%;height:auto}}@media (max-width:380px){.MultiBKI-module__SGNING__Uebertragung,.MultiBKI-module__SGNING__SkeletonBox,.MultiBKI-module__SGNING__video{width:300px;height:auto}.MultiBKI-module__SGNING__inhalt{width:100%}}.MultiBKI-module__SGNING__button{align-items:center}.MultiBKI-module__SGNING__inhalt p{font-size:clamp(18px,1.8vw,22px)}.MultiBKI-module__SGNING__colorTable{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:12px;width:100%;max-width:450px;margin-top:20px;margin-left:auto;margin-right:auto;padding:15px 20px;font-family:Outfit,sans-serif;box-shadow:0 0 10px #00000070,inset 0 0 8px #ffffff15}.MultiBKI-module__SGNING__colorHeading{text-align:center;color:#d2f72b;margin-bottom:15px;font-size:clamp(20px,2vw,26px)}.MultiBKI-module__SGNING__tableRow{border-bottom:1px solid #ffffff1a;align-items:center;gap:15px;padding:10px 0;display:flex}.MultiBKI-module__SGNING__tableRow:last-child{border-bottom:none}.MultiBKI-module__SGNING__colorBox{border:1px solid #fff3;border-radius:6px;width:28px;height:28px;box-shadow:0 0 6px #ffffff4d}.MultiBKI-module__SGNING__colorLabel{color:#e0e0e0;font-size:clamp(16px,1.5vw,20px);font-weight:400}
.Loader-module__O3-foa__loader{--main-size:2.5em;--text-color:#fff;--shine-color:#ffffff40;--shadow-color:#aaa;-webkit-user-select:none;user-select:none;font-size:var(--main-size);text-transform:uppercase;color:var(--text-color);width:7.1em;height:1em;filter:drop-shadow(0 0 .05em var(--shine-color));justify-content:center;align-items:center;font-weight:900;display:flex;position:relative;overflow:hidden}@media (max-width:700px){.Loader-module__O3-foa__loader{width:5em}}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text{text-align:center;white-space:nowrap;justify-content:center;align-items:center;display:flex;position:absolute;overflow:hidden}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:first-child{clip-path:polygon(0% 0%,11.11% 0%,11.11% 100%,0% 100%);font-size:calc(var(--main-size) / 20);opacity:.6;margin-left:-2.1em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(2){clip-path:polygon(11.11% 0%,22.22% 0%,22.22% 100%,11.11% 100%);font-size:calc(var(--main-size) / 16);opacity:.7;margin-left:-.98em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(3){clip-path:polygon(22.22% 0%,33.33% 0%,33.33% 100%,22.22% 100%);font-size:calc(var(--main-size) / 13);opacity:.8;margin-left:-.33em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(4){clip-path:polygon(33.33% 0%,44.44% 0%,44.44% 100%,33.33% 100%);font-size:calc(var(--main-size) / 11);opacity:.9;margin-left:-.05em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(5){clip-path:polygon(44.44% 0%,55.55% 0%,55.55% 100%,44.44% 100%);font-size:calc(var(--main-size) / 10);opacity:1;margin-left:0}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(6){clip-path:polygon(55.55% 0%,66.66% 0%,66.66% 100%,55.55% 100%);font-size:calc(var(--main-size) / 11);opacity:.9;margin-left:.05em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(7){clip-path:polygon(66.66% 0%,77.77% 0%,77.77% 100%,66.66% 100%);font-size:calc(var(--main-size) / 13);opacity:.8;margin-left:.33em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(8){clip-path:polygon(77.77% 0%,88.88% 0%,88.88% 100%,77.77% 100%);font-size:calc(var(--main-size) / 16);opacity:.7;margin-left:.98em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(9){clip-path:polygon(88.88% 0%,100% 0%,100% 100%,88.88% 100%);font-size:calc(var(--main-size) / 20);opacity:.6;margin-left:2.1em}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text span{animation:2s cubic-bezier(.1,.6,.9,.4) infinite Loader-module__O3-foa__scrolling,2s cubic-bezier(.1,.6,.9,.4) infinite Loader-module__O3-foa__shadow}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:first-child span{background:linear-gradient(to right, var(--text-color) 4%, var(--shadow-color) 7%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(2) span{background:linear-gradient(to right, var(--text-color) 9%, var(--shadow-color) 13%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(3) span{background:linear-gradient(to right, var(--text-color) 15%, var(--shadow-color) 18%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(4) span{background:linear-gradient(to right, var(--text-color) 20%, var(--shadow-color) 23%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(6) span{background:linear-gradient(to right, var(--shadow-color) 29%, var(--text-color) 32%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(7) span{background:linear-gradient(to right, var(--shadow-color) 34%, var(--text-color) 37%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(8) span{background:linear-gradient(to right, var(--shadow-color) 39%, var(--text-color) 42%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__text:nth-child(9) span{background:linear-gradient(to right, var(--shadow-color) 45%, var(--text-color) 48%);color:#0000;background-size:200%;-webkit-background-clip:text;background-clip:text}.Loader-module__O3-foa__loader .Loader-module__O3-foa__line{height:.05em;width:calc(var(--main-size) / 2);border-radius:.05em;justify-content:center;align-items:center;margin-top:.9em;display:flex;position:relative;overflow:hidden}.Loader-module__O3-foa__loader .Loader-module__O3-foa__line:before{content:"";background-color:var(--text-color);opacity:.3;width:100%;height:100%;position:absolute}.Loader-module__O3-foa__loader .Loader-module__O3-foa__line:after{content:"";background-color:var(--text-color);border-radius:.05em;width:100%;height:100%;animation:2s cubic-bezier(.5,.8,.5,.2) infinite Loader-module__O3-foa__wobble;position:absolute;transform:translate(-90%)}@keyframes Loader-module__O3-foa__wobble{0%{transform:translate(-90%)}50%{transform:translate(90%)}to{transform:translate(-90%)}}@keyframes Loader-module__O3-foa__scrolling{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes Loader-module__O3-foa__shadow{0%{background-position:-98% 0}to{background-position:102% 0}}
.Loader-module__tNgEcW__loaderWrapper{flex-direction:column;justify-content:center;align-items:center;padding:2rem;animation:.3s ease-in Loader-module__tNgEcW__fadeIn;display:flex}.Loader-module__tNgEcW__spinner{border:6px solid #ccc;border-top-color:#f8851e;border-radius:50%;width:48px;height:48px;animation:1s linear infinite Loader-module__tNgEcW__spin}.Loader-module__tNgEcW__text{color:#313007;margin-top:1rem;font-size:1rem}@keyframes Loader-module__tNgEcW__spin{to{transform:rotate(360deg)}}@keyframes Loader-module__tNgEcW__fadeIn{0%{opacity:0}to{opacity:1}}
.Alert-module__02I8Oa__alert{color:#fff;border-radius:10px;justify-content:space-between;align-items:center;width:100%;max-width:500px;margin:12px auto;padding:14px 18px;font-size:.95rem;font-weight:500;animation:.35s ease-out forwards Alert-module__02I8Oa__slideFadeIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 14px #0000001a}.Alert-module__02I8Oa__closing{animation:.3s ease-in forwards Alert-module__02I8Oa__slideFadeOut}.Alert-module__02I8Oa__info{background:linear-gradient(135deg,#3b82f6,#2563eb)}.Alert-module__02I8Oa__success{background:linear-gradient(135deg,#22c55e,#16a34a)}.Alert-module__02I8Oa__warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.Alert-module__02I8Oa__error{background:linear-gradient(135deg,#ef4444,#dc2626)}.Alert-module__02I8Oa__close{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;margin-left:12px;padding:0;font-size:1.3rem;transition:opacity .2s}.Alert-module__02I8Oa__close:hover{opacity:1}.Alert-module__02I8Oa__progressBar{background:#ffffff40;width:100%;height:4px;position:absolute;bottom:0;right:0}.Alert-module__02I8Oa__progressFill{background:#fff;border-radius:0 0 10px 10px;height:100%;transition:width 50ms linear;position:absolute;right:0}@keyframes Alert-module__02I8Oa__slideFadeIn{0%{opacity:0;transform:translate(20px)scale(.98)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Alert-module__02I8Oa__slideFadeOut{0%{opacity:1;transform:translateX() scale(1)}to{opacity:0;transform:translate(40px)scale(.95)}}@media (max-width:480px){.Alert-module__02I8Oa__alert{border-radius:8px;padding:12px 14px;font-size:.9rem}}
.Leaderboard-module__Zxy0qG__buttonTitle{cursor:pointer;text-align:center;background-color:#d9d9d920;border:1.225px solid #000;border-radius:25px;padding:20px 50px;transition:background-color .7s;box-shadow:inset 0 10px 20px #d9d9d960}.Leaderboard-module__Zxy0qG__buttonTitleText{color:#fff;font-size:clamp(26px,2.6vw,28px);font-weight:700}.Leaderboard-module__Zxy0qG__buttonTitle:hover{background-color:#1c955966}.Leaderboard-module__Zxy0qG__menu{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;opacity:0;pointer-events:none;color:#000;background-color:#b7b7b78c;width:100%;height:100%;padding:3rem 2rem;transition:transform .5s ease-in-out,opacity .3s ease-in-out;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(100%)}.Leaderboard-module__Zxy0qG__show{opacity:1;pointer-events:auto;transform:translateY(0)}.Leaderboard-module__Zxy0qG__headline{text-align:center;margin-bottom:2rem;font-size:48px;font-weight:600}.Leaderboard-module__Zxy0qG__tableWrapper{flex-wrap:wrap;justify-content:center;gap:25px;display:flex}.Leaderboard-module__Zxy0qG__tableContainer{background:#9f9f9fcc;border-radius:12px;width:350px;padding:20px;box-shadow:0 4px 10px #00000026}.Leaderboard-module__Zxy0qG__tableTitle{text-align:center;margin-bottom:10px;font-size:22px;font-weight:700}.Leaderboard-module__Zxy0qG__firstPlace,.Leaderboard-module__Zxy0qG__secondPlace,.Leaderboard-module__Zxy0qG__thirdPlace,.Leaderboard-module__Zxy0qG__playerRow{background:#f8851e;border-radius:8px;margin-bottom:8px;padding:10px}.Leaderboard-module__Zxy0qG__firstPlace{background-color:gold}.Leaderboard-module__Zxy0qG__secondPlace{background-color:silver}.Leaderboard-module__Zxy0qG__thirdPlace{background-color:#c8773e}.Leaderboard-module__Zxy0qG__myScore{text-align:center;color:#2a6e2a;background:#d2f8d2;border-radius:8px;margin-top:20px;padding:12px;font-weight:700}.Leaderboard-module__Zxy0qG__closeNav{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4caf88,#1a3d36);border:2px solid #333;border-radius:32px;width:300px;height:60px;margin-top:4rem;margin-left:auto;margin-right:auto;font-size:18px;font-weight:500;transition:transform .2s;display:block;box-shadow:inset 0 0 10px #4caf8833}
.Exp-module__rCgjvq__purplecolor,.Exp-module__rCgjvq__heading{color:#3bd818;-webkit-text-stroke:1px black;text-shadow:1px 1px 2px #0000004d;text-align:center;margin-bottom:20px;font-family:Outfit,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:550}.Exp-module__rCgjvq__waper{color:#fff;flex-direction:column;align-items:center;padding:20px;display:flex}.Exp-module__rCgjvq__tableWrapper2,.Exp-module__rCgjvq__tableWrapper{background:#0009;border:2px solid #3bd818;border-radius:12px;padding:20px;box-shadow:0 0 15px #3bd81866}@media (max-width:1000px){.Exp-module__rCgjvq__tableWrapper2,.Exp-module__rCgjvq__tableWrapper{padding:15px}.Exp-module__rCgjvq__waper{padding:5px 0}}.Exp-module__rCgjvq__tableWrapper2{margin-top:10px}.Exp-module__rCgjvq__expTable{border-collapse:collapse;width:100%;font-family:Outfit,sans-serif}.Exp-module__rCgjvq__expTable th{color:#3bd818;text-align:center;border-bottom:2px solid #3bd818;padding:12px;font-weight:600}.Exp-module__rCgjvq__expTable td{text-align:center;border-bottom:1px solid #fff3;padding:10px}.Exp-module__rCgjvq__expTable tr:hover{background:#3bd8181a;transition:background .3s}@media (max-width:600px){.Exp-module__rCgjvq__tableWrapper2,.Exp-module__rCgjvq__tableWrapper{max-width:265px;padding:10px;overflow-x:auto}.Exp-module__rCgjvq__expTable th,.Exp-module__rCgjvq__expTable td{padding:6px;font-size:16px}}.Exp-module__rCgjvq__progressContainer{text-align:center;background:#0009;border:2px solid #3bd818;border-radius:12px;width:100%;max-width:600px;margin-top:30px;padding:20px;box-shadow:0 0 15px #3bd81866}.Exp-module__rCgjvq__progressContainer h3{color:#3bd818;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:22px}.Exp-module__rCgjvq__progressContainer p{margin:5px 0;font-family:Outfit,sans-serif}.Exp-module__rCgjvq__highlight{color:#3bd818;font-weight:600}.Exp-module__rCgjvq__progressBar{background:#ffffff1a;border:1px solid #3bd818;border-radius:10px;width:100%;height:20px;margin-top:15px;overflow:hidden}.Exp-module__rCgjvq__progressFill{background:linear-gradient(90deg,#3bd818,#1a8010);height:100%;transition:width .5s}
.fragen-module__Cg5YAa__waper{color:#fff;background:linear-gradient(135deg,#07c75445,#f8711e45,#f7cf2b45);border-radius:25px;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:fit-content;padding:30px;display:flex}.fragen-module__Cg5YAa__titleText{text-align:center;font-size:clamp(26px,2.6vw,28px);font-weight:700}.fragen-module__Cg5YAa__richtig,.fragen-module__Cg5YAa__falsch,.fragen-module__Cg5YAa__frage{cursor:pointer;background-color:#1c955966;border-radius:25px;padding:10px 20px;font-size:clamp(16px,2vw,28px);transition:font-size .25s;box-shadow:inset 0 6px 4px #9d9d9d60,0 6px 6px #9d9d9d60}.fragen-module__Cg5YAa__frage:hover{font-size:clamp(20px,2.6vw,32px)}.fragen-module__Cg5YAa__fragenContainer{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.fragen-module__Cg5YAa__richtig{background-color:#1fe81f80}.fragen-module__Cg5YAa__falsch{background-color:#e1171780}.fragen-module__Cg5YAa__antwortContainer{background-color:#08927966;border-radius:10px;margin-top:20px;padding:10px 20px;font-size:clamp(14px,1.8vw,24px);box-shadow:inset 0 6px 4px #9d9d9d40,0 6px 6px #9d9d9d40}
.hilfe-module__jVwFzG__wrapper{background:linear-gradient(#1c9559,#000);height:auto;min-height:100vh;position:relative}.hilfe-module__jVwFzG__heading{color:#fff;text-align:center;background:linear-gradient(90deg,#07c75475,#f8711e75,#f7cf2b75);border-radius:25px;margin-bottom:40px;font-family:Inter;font-size:clamp(32px,3vw,48px)}.hilfe-module__jVwFzG__h2{color:#fff;text-align:center;margin-bottom:20px;font-family:Inter;font-size:clamp(28px,2.5vw,38px);text-decoration:underline}.hilfe-module__jVwFzG__functions{margin-bottom:35px}.hilfe-module__jVwFzG__h3{color:#fff;text-align:center;margin-top:30px;margin-bottom:10px;font-family:Inter;font-size:clamp(22px,2vw,32px);-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.hilfe-module__jVwFzG__container{flex-direction:row;gap:15px;padding:0 20px;display:flex}.hilfe-module__jVwFzG__box{background:#61616148;border-radius:15px;flex:1;margin:0;padding:20px;font-size:clamp(16px,1.75vw,18px)}@media (max-width:800px){.hilfe-module__jVwFzG__box{width:100%;padding:5px}.hilfe-module__jVwFzG__container{flex-direction:column}.hilfe-module__jVwFzG__container img{width:100%;height:auto}}.hilfe-module__jVwFzG__img{border-radius:5px;max-width:65%;height:auto;margin-top:5px;margin-bottom:5px;display:block;position:relative;left:50%;transform:translate(-50%)}@media (max-width:800px){.hilfe-module__jVwFzG__img{max-width:100%}}.hilfe-module__jVwFzG__p{color:#0ff;text-align:center;width:fit-content;margin-top:10px;font-size:clamp(16px,1.75vw,18px);position:relative;left:50%;transform:translate(-50%)}.hilfe-module__jVwFzG__btn{color:#fff;background-color:#2c2c2c;border:none;border-radius:5px;padding:5px;font-size:clamp(14px,1.75vw,16px);transition:all .3s}.hilfe-module__jVwFzG__btn:hover{color:#f5f5f5;background-color:#4c4c4c}.hilfe-module__jVwFzG__btn:active{color:#333;background-color:#6c6c6c}
