@import"https://fonts.googleapis.com/css2?family=Signika:wght@700&display=swap";#root{margin:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}body{margin:0;width:100%;height:100%}.centerC{display:flex;flex-direction:column;align-items:center}.centerR{display:flex;flex-direction:row;justify-content:center}.ERROR{color:azure;font-weight:700;font-family:Signika,sans-serif;text-align:center}.blackOutline{text-shadow:1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000,0px 1px 0 #000,0px -1px 0 #000,-1px 0px 0 #000,1px 0px 0 #000,2px 2px 0 #000,-2px 2px 0 #000,2px -2px 0 #000,-2px -2px 0 #000,0px 2px 0 #000,0px -2px 0 #000,-2px 0px 0 #000,2px 0px 0 #000,1px 2px 0 #000,-1px 2px 0 #000,1px -2px 0 #000,-1px -2px 0 #000,2px 1px 0 #000,-2px 1px 0 #000,2px -1px 0 #000,-2px -1px 0 #000}.background{position:relative}.background:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(../background.png);background-attachment:fixed;background-size:cover;background-position:top center;background-repeat:no-repeat;filter:blur(0px);z-index:-1}.home-container{width:1200px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center}.hero-section{text-align:center;margin-bottom:1rem;padding:1rem .3rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;color:gold;text-shadow:2px 3px 3px rgba(0,0,0,.471);letter-spacing:2px}.hero-subtitle{font-size:1.3rem;color:#a0a0a0;font-weight:400;max-width:600px;margin:0 auto;line-height:1.6}.join-button{display:inline-flex;align-items:center;justify-content:center;margin-top:1.25rem;padding:.85rem 1.75rem;border-radius:9999px;border:1px solid #6f5494;color:#fff;background:linear-gradient(135deg,#7c5aa0,#9b79be);font-weight:700;font-size:1rem;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;box-shadow:0 8px 24px #0000004d;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.join-button:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0006;filter:brightness(1.05)}.join-button:active{transform:translateY(0);box-shadow:0 6px 18px #00000059;filter:brightness(.98)}.join-button:focus,.join-button:focus-visible{outline:3px solid #b19ad0;outline-offset:2px}@media (max-width: 480px){.join-button{width:100%}}.info-section{display:flex;justify-content:space-evenly;align-items:center;flex-direction:row;gap:2rem;position:relative}.challenge-info,.about-section{display:flex;justify-content:space-between;align-items:center;flex-direction:column;position:relative}.challenge-info,.about-section,.join-button,.leaderboard-section{margin-bottom:2rem}.challenge-info h2,.about-section h2,.leaderboard-title{font-size:2.2rem;font-weight:600;margin-bottom:1.5rem;text-align:center;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.challenge-info h2,.about-section h2{display:inline-block;margin-right:.5rem}.hover-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#7c5aa0,#9b79be);color:#fff;font-weight:700;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 6px 20px #00000059;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:middle;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.hover-icon:hover{transform:translateY(-1px);box-shadow:0 10px 28px #00000073;filter:brightness(1.05)}.leaderboard-title{font-size:2.5rem;margin-bottom:2rem}.info-card,.about-card{background:linear-gradient(135deg,#2a2333,#3d3447);border-radius:25px;padding:2rem;border:1px solid #463250;box-shadow:0 8px 32px #0000004d;overflow:hidden;width:min(90vw,700px)}.info-section .info-card,.info-section .about-card{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);margin-top:0;z-index:1000}.info-section .challenge-info:has(.hover-icon:hover)~.info-card{display:block}.info-section .about-section:has(.hover-icon:hover)~.about-card{display:block}.hover-icon:focus,.hover-icon:focus-visible{outline:3px solid #9b79be;outline-offset:2px}.info-card:before,.about-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007bff,#00d4ff,#007bff);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.info-card p,.about-card p{font-size:1.1rem;line-height:1.7;color:azure;margin:0;text-align:justify}.leaderboard-section{background:linear-gradient(135deg,#2a2333,#3d3447);border-radius:20px;padding:2.5rem;border:1px solid #463250;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden;width:1200px}.leaderboard-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,gold,#ffed4e,gold);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.teilnehmer-container{background:linear-gradient(135deg,#473a5a,#544663);border-radius:15px;padding:1.5rem;margin-bottom:1rem;border:1px solid #846693bf;box-shadow:0 8px 32px #0000004d;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;min-height:100px;width:80%}.teilnehmer-info{display:flex;align-items:center;flex-direction:row}.teilnehmer-rank{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);min-width:80px;text-align:center;-webkit-text-fill-color:transparent}.tn-rank1{background:linear-gradient(135deg,gold,#ffed4e);-webkit-background-clip:text;background-clip:text}.tn-rank2{background:linear-gradient(135deg,silver,#a6a5a5);-webkit-background-clip:text;background-clip:text}.tn-rank3{background:linear-gradient(135deg,#b96843,#965739);-webkit-background-clip:text;background-clip:text}.tn-rankOther{background:linear-gradient(135deg,#a7a491,#b8b7ab);-webkit-background-clip:text;background-clip:text}.teilnehmer-name{flex:1;margin:0 2rem;text-align:left;max-width:300px;min-width:250px}.teilnehmer-name>div:first-child{font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:.25rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.teilnehmer-name>div:last-child{font-size:1rem;color:#a0a0a0;font-style:italic}.GCdiv{display:flex;align-items:center;gap:1rem}.GCmhDiv{display:flex;align-items:center}.wonGC{font-family:Signika,sans-serif;font-weight:700;font-style:normal;color:#6eff57;font-size:48px}.wonGC,.loseGC{width:14px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5))}.loseGC{font-family:Signika,sans-serif;font-weight:700;font-style:normal;color:#ff6565;font-size:48px}.GCeloDIV{position:relative;display:flex;align-items:center;justify-content:center;height:80px;width:80px;box-shadow:none}.tier-image{width:80px;height:80px;border-radius:8px;filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));transition:transform .3s ease}.GCeloLP{font-family:Roboto Mono,monospace;color:#fff;font-weight:700;font-size:.9rem;position:absolute;bottom:-8px;right:2px;background:#000000b3;padding:.2rem .4rem;border-radius:4px;text-shadow:1px 1px 2px rgba(0,0,0,.8)}.GClpDisplay{font-family:Signika,sans-serif;color:#fff;font-weight:700;font-size:2.2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));background:linear-gradient(135deg,#00b7ff,#0ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:90px}.teilnehmer-plus{font-family:Signika,sans-serif;color:#fff;font-weight:700;font-size:2.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);filter:drop-shadow(2px 2px 4px rgba(0,0,0,.5));background:linear-gradient(135deg,#0f4,#0f2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-teilnehmer{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem}.minus{background:linear-gradient(135deg,#f04,#f02);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:1px 1px 2px #28282842}@media (max-width: 768px){.home-container{padding:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.challenge-info h2,.about-section h2,.leaderboard-title{font-size:1.8rem}.leaderboard-title{font-size:2rem}.info-card,.about-card{padding:1.5rem}.info-card p,.about-card p{font-size:1rem;text-align:left}.leaderboard-section{padding:1.5rem}.teilnehmer-container{flex-direction:column;text-align:center;gap:1rem;padding:1.25rem}.teilnehmer-name{margin:0}.GCdiv{flex-direction:column;gap:.5rem}.teilnehmer-rank{font-size:2rem}}@media (max-width: 480px){.home-container{padding:.5rem}.hero-section{padding:2rem 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.challenge-info h2,.about-section h2,.leaderboard-title{font-size:1.5rem}.leaderboard-title{font-size:1.8rem}.info-card,.about-card,.leaderboard-section,.teilnehmer-container{padding:1rem}.teilnehmer-rank{font-size:1.8rem}.teilnehmer-name>div:first-child{font-size:1.2rem}.tier-image{width:60px;height:60px}.GCeloDIV{height:60px;width:60px}}.anmelden-container{width:500px;margin:100px auto 0;padding:2rem;background-color:#352e4188;border-radius:10px;box-shadow:0 4px 6px #0000001a;color:azure;border:#463250 solid 2px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.anmelden-title{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.anmelden-text{text-align:center;font-size:1rem}.input-group{margin-bottom:1.5rem}.input-label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}.formatted-input,.any-text-input{width:100%;padding:.75rem;border:2px solid #363239;border-radius:6px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.formatted-input:focus,.any-text-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.formatted-input,.any-text-input{background-color:#fff}.submit-button{width:100%;padding:.875rem;background-color:#007bff;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.submit-button:hover{background-color:#0056b3;transform:translateY(-1px)}.submit-button:active{transform:translateY(0);background-color:#004085}.submit-button:disabled{background-color:#6c757d;cursor:not-allowed;transform:none}@media (max-width: 600px){.anmelden-container{margin:1rem;padding:1.5rem}.anmelden-title{font-size:1.5rem}}.answer{text-align:center;font-size:large}.join-button-container{display:flex;justify-content:center}.anmeldungen-container{width:1200px;margin:50px auto 0;padding:2rem;background-color:#352e41d5;border-radius:15px;box-shadow:0 8px 32px #0000004d;color:azure;border:#463250 solid 2px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.anmeldungen-title{text-align:center;margin-bottom:2.5rem;font-size:2.5rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:1px}.anmeldungen-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;padding:1rem 0}.anmeldung-item{background:linear-gradient(135deg,#2a2333,#3d3447);border-radius:12px;padding:1.5rem;border:1px solid #463250;box-shadow:0 4px 15px #0003;transition:all .3s ease;position:relative;overflow:hidden}.anmeldung-item:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007bff,#00d4ff,#007bff);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.anmeldung-username{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.anmeldung-twitch{font-size:1rem;color:#a0a0a0;margin-bottom:1.5rem;font-style:italic}.anmeldung-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.anmeldung-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;min-width:100px}.anmeldung-button.approve{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 4px 15px #28a7454d}.anmeldung-button.approve:hover{background:linear-gradient(135deg,#218838,#1ea085);transform:translateY(-2px);box-shadow:0 6px 20px #28a74566}.anmeldung-button.decline{background:linear-gradient(135deg,#dc3545,#e74c3c);color:#fff;box-shadow:0 4px 15px #dc35454d}.anmeldung-button.decline:hover{background:linear-gradient(135deg,#c82333,#c0392b);transform:translateY(-2px);box-shadow:0 6px 20px #dc354566}.anmeldung-button:active{transform:translateY(0)}.anmeldung-status{text-align:center;font-size:.9rem;font-weight:500;padding:.5rem;border-radius:6px;margin-top:.5rem;min-height:1.5rem}.anmeldung-status.success{color:#28a745;background-color:#28a7451a;border:1px solid rgba(40,167,69,.3)}.anmeldung-status.error{color:#dc3545;background-color:#dc35451a;border:1px solid rgba(220,53,69,.3)}.anmeldung-status.pending{color:#ffc107;background-color:#ffc1071a;border:1px solid rgba(255,193,7,.3)}.anmeldungen-empty{text-align:center;padding:3rem 1rem;color:#a0a0a0;font-size:1.1rem;font-style:italic}.anmeldungen-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.reset-Ladder-button{background:linear-gradient(135deg,#dc3545,#ff6b6b);color:#fff;border:2px solid #ff4757;border-radius:12px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;box-shadow:0 4px 15px #dc354566;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}.reset-Ladder-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.reset-Ladder-button:hover:before{left:100%}.reset-Ladder-button:hover{background:linear-gradient(135deg,#c82333,#ee5a6f);border-color:#ff3838;transform:translateY(-2px);box-shadow:0 6px 25px #dc354580}.reset-Ladder-button:active{box-shadow:0 3px 10px #dc354566}.reset-Ladder-button:focus{outline:3px solid rgba(255,71,87,.5);outline-offset:2px}@media (max-width: 768px){.anmeldungen-container{margin:1rem;padding:1.5rem}.anmeldungen-title{font-size:2rem}.anmeldungen-list{grid-template-columns:1fr;gap:1rem}.anmeldung-item{padding:1.25rem}.anmeldung-actions{flex-direction:column;gap:.75rem}.anmeldung-button{width:100%}.reset-Ladder-button{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width: 480px){.anmeldungen-container{margin:.5rem;padding:1rem}.anmeldungen-title{font-size:1.75rem}.anmeldung-username{font-size:1.1rem}.anmeldung-twitch{font-size:.9rem}.reset-Ladder-button{font-size:.85rem;padding:.5rem 1rem}}.aboutme-container{width:1200px;max-width:90vw;margin:0 auto;padding:3rem 2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center;gap:3rem}.profile-section{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.profile-picture{width:250px;height:250px;border-radius:50%;object-fit:cover;border:4px solid #7c5aa0;box-shadow:0 12px 40px #7c5aa066;transition:transform .3s ease,box-shadow .3s ease;background-color:#2b307c}.profile-picture:hover{transform:scale(1.05);box-shadow:0 16px 50px #7c5aa099}.profile-picture-placeholder{width:250px;height:250px;border-radius:50%;background:linear-gradient(135deg,#7c5aa0,#9b79be);display:flex;align-items:center;justify-content:center;font-size:6rem;font-weight:700;color:#fff;border:4px solid #7c5aa0;box-shadow:0 12px 40px #7c5aa066}.profile-name{font-size:3.5rem;font-weight:700;margin:0;color:#0c5d9c;text-shadow:2px 3px 3px #ffffffe2;letter-spacing:2px}.about-text-section{background:linear-gradient(135deg,#2a2333,#3d3447);border-radius:25px;padding:2.5rem;border:1px solid #463250;box-shadow:0 8px 32px #0000004d;width:100%;max-width:800px;position:relative;overflow:hidden}.about-text-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#007bff,#00d4ff,#007bff);background-size:200% 100%;animation:shimmer 3s ease-in-out infinite}.about-text-section p{font-size:1.2rem;line-height:1.8;color:azure;margin:0;text-align:justify}.socials-section{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;width:100%;max-width:900px}.social-icon-container{display:flex;flex-direction:column;align-items:center;gap:.75rem}.social-link{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;transition:transform .2s ease}.social-link:hover{transform:translateY(-3px)}.social-icon{width:80px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #0006;transition:transform .2s ease,box-shadow .2s ease}.social-icon svg{width:50px;height:50px}.social-icon:hover{transform:scale(1.1);box-shadow:0 6px 20px #00000080}.social-icon.twitch{background-color:#fff}.social-icon.twitch svg{fill:#6441a4}.social-icon.youtube{background-color:#fff}.social-icon.youtube svg{fill:red}.social-icon.tiktok{background:linear-gradient(135deg,#00f2ea,#ff0050)}.social-icon.tiktok svg{fill:#000}.social-icon.fiverr{background-color:#1dbf73}.social-icon.fiverr img{width:70px}.social-icon.instagram{background-color:#161616}.social-icon.instagram svg{fill:url(#instagram-gradient)}.social-name{color:#ffd0ff;font-size:1.1rem;font-weight:500;text-align:center;letter-spacing:.5px}.tiktok-embeds-section{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;width:100%;flex-wrap:wrap}.tiktok-embed-container{display:flex;justify-content:center;align-items:center;min-width:325px;max-width:325px}.tiktok-embed{width:100%;max-width:325px;min-width:325px;margin:0}.go-back-button-container{display:flex;justify-content:center;align-items:center;position:fixed;top:100px;left:100px;z-index:1000}.go-back-button{background:#2a2333d9;border:2px solid #7c5aa0;border-radius:12px;color:#fff;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;cursor:pointer;transition:all .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;gap:.5rem}.go-back-button:hover{border-color:#9b79be;transform:translate(-5px);box-shadow:0 6px 20px #7c5aa066}.go-back-button:active{transform:translate(-3px) scale(.98)}.go-back-button:focus{outline:2px solid #9b79be;outline-offset:2px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width: 768px){.aboutme-container{padding:2rem 1rem;gap:2rem}.profile-picture,.profile-picture-placeholder{width:200px;height:200px}.profile-picture-placeholder{font-size:5rem}.profile-name{font-size:2.5rem}.about-text-section{padding:2rem}.about-text-section p{font-size:1.1rem}.socials-section{gap:1.5rem}.social-icon{width:70px;height:70px}.social-icon svg{width:40px;height:40px}.social-name{font-size:1rem}.tiktok-embeds-section{flex-direction:column;align-items:center}.tiktok-embed-container{width:100%}.go-back-button-container{top:20px;left:20px}.go-back-button{font-size:.9rem;padding:.6rem 1.2rem}}@media (max-width: 480px){.aboutme-container{padding:1.5rem 1rem;gap:1.5rem}.profile-picture,.profile-picture-placeholder{width:150px;height:150px}.profile-picture-placeholder{font-size:4rem}.profile-name{font-size:2rem}.about-text-section{padding:1.5rem}.about-text-section p{font-size:1rem;text-align:left}.socials-section{gap:1rem}.social-icon{width:60px;height:60px}.social-icon svg{width:35px;height:35px}.social-name{font-size:.9rem}.tiktok-embed-container{min-width:100%}.tiktok-embed{min-width:100%;max-width:100%}.go-back-button-container{top:15px;left:15px}.go-back-button{font-size:.85rem;padding:.5rem 1rem}}.footer{position:fixed;bottom:0;left:0;right:0;background-color:#131315cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:5px 10px;text-align:center;font-size:14px;color:azure;z-index:1000;font-family:Roboto Mono,monospace;font-weight:700;display:flex;flex-direction:row;justify-content:center;align-items:center}.footer-link{color:azure;text-decoration:none;margin:0 20px}.footer-impressum{color:azure;text-decoration:none;font-size:12px;opacity:.8;cursor:pointer}.footer-link:hover,.footer-impressum:hover{opacity:.7;transition:opacity .2s ease}
