@import"https://fonts.googleapis.com/css2?family=Gaegu:wght@400;700&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap";*{box-sizing:border-box}main{padding:0;margin:0}header{position:fixed;top:1rem;left:1rem;right:1rem;z-index:100;padding:1rem}.burger-menu{z-index:100;position:relative;cursor:pointer;width:30px;height:30px;margin-left:auto;background:none;border:none;padding:0}.burger-menu span{display:block;position:absolute;height:3px;width:100%;background:#fff;border-radius:3px;transition:all .3s ease}.burger-menu span:nth-child(1){top:0}.burger-menu span:nth-child(2){top:50%;transform:translateY(-50%)}.burger-menu span:nth-child(3){bottom:0}header.menu-open .burger-menu span{background:#000}header.menu-open .burger-menu span:nth-child(1){transform:rotate(45deg);top:50%}header.menu-open .burger-menu span:nth-child(2){opacity:0}header.menu-open .burger-menu span:nth-child(3){transform:rotate(-45deg);top:50%}nav{position:fixed;top:0;left:0;display:flex;width:100%;height:100vh;background:#fff;padding:5rem 2rem;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99}@media(max-width:768px){nav{background:#fffffff9}}nav.active{opacity:1;visibility:visible}nav ul{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;list-style:none;padding:0}nav ul li{margin:1.5rem 0;list-style:none}nav ul li a{font-size:1.2rem;text-decoration:none;color:#000;transition:opacity .3s ease}nav ul li a:hover{opacity:.7}.wt-stage{position:relative;width:100%;min-height:100vh;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.wt-stage__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.wt-stage__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#00000080,#0000001a 40%,#0009);z-index:1}.wt-stage__content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:2;height:100%;width:100%}.wt-stage__mask{position:relative;width:100vw;max-width:1200px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem}.wt-stage__text-group{display:flex;flex-direction:column;justify-content:center;flex:1;width:100%}.wt-stage__logo{height:82px;width:auto;align-self:flex-start;margin-bottom:1rem}.wt-stage__headline{max-width:100%;text-align:left;color:#ffffffe6;font-size:clamp(2.4rem,6vw,3.2rem);font-weight:700;line-height:1.05;margin:0;align-self:flex-start}@media(min-width:768px){.wt-stage__mask{padding:4rem}.wt-stage__logo{height:110px;margin-bottom:2rem}.wt-stage__headline{font-size:clamp(4rem,7vw,6rem);font-weight:900}}@media(max-width:768px){.wt-stage__text-group{flex:0 1 auto;justify-content:flex-start;padding-top:2rem}.wt-stage__badges{margin-top:2rem;margin-bottom:1.5rem}}.wt-stage__badges{display:flex;gap:1rem;margin-top:5rem;margin-bottom:3rem;flex-wrap:nowrap;justify-content:flex-start;align-items:center;width:100%;z-index:10}.wt-app-store-badge{display:inline-block;flex-shrink:0}.wt-app-store-badge img{height:46px;width:auto;display:block;object-fit:contain;font-weight:700}@media(min-width:768px){.wt-app-store-badge img{height:4rem}}footer{text-align:center;padding:0;position:fixed;bottom:16px;left:0;right:0;z-index:10}footer p{margin:0 auto;font-size:12px;opacity:.7;color:#fff}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}.legal-page header{position:relative;top:0;left:0;right:0}.legal-page footer{position:relative;bottom:0;padding:1.5rem 0;margin-top:auto}.legal-page footer p{color:#666}.legal-content{max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem;flex:1}.legal-content h1{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.legal-content h2{font-size:1.3rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem;color:#1a1a1a}.legal-content h3{font-size:1.1rem;font-weight:600;margin-top:1rem;margin-bottom:.5rem;color:#333}.legal-content p{font-size:1rem;line-height:1.7;color:#444}.legal-content section{margin-bottom:1.5rem}.legal-intro{font-size:1rem;line-height:1.7;color:#555;margin-bottom:2rem}.legal-content a{color:#0d47a1;text-decoration:none}.legal-content a:hover{text-decoration:underline}.support-intro{font-size:1.05rem;line-height:1.7;color:#444;margin-bottom:2rem}.faq-section{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:border-color .2s ease}.faq-item[open]{border-color:#0d47a1}.faq-question{font-size:1.05rem;font-weight:600;padding:1rem 1.25rem;cursor:pointer;color:#1a1a1a;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1rem;-webkit-user-select:none;user-select:none}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.4rem;font-weight:300;color:#999;flex-shrink:0;transition:transform .2s ease}.faq-item[open] .faq-question:after{content:"−";color:#0d47a1}.faq-answer{padding:0 1.25rem 1.25rem;font-size:.95rem;line-height:1.7;color:#555}.legal-meta{background:#f8f9fa;border-left:3px solid #0d47a1;padding:.875rem 1.25rem;margin-bottom:2rem;border-radius:0 6px 6px 0}.legal-meta p{font-size:.875rem;color:#555;margin:.2rem 0;line-height:1.5}.legal-subsection{padding-left:1rem;border-left:2px solid #e5e7eb;margin-top:1rem;margin-bottom:.5rem}.legal-subsection h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.4rem}.legal-mission{background:#f0f4ff;border-radius:10px;padding:1.5rem;margin-bottom:2rem}.legal-mission h2{margin-top:0;color:#0d47a1}.legal-mission p{margin-bottom:.75rem}.legal-mission p:last-child{margin-bottom:0}.legal-mission__intro{font-size:.9rem;color:#666;font-style:italic}.imprint-legal-links ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.imprint-legal-links ul li a{color:#0d47a1;text-decoration:none;font-size:1rem}.imprint-legal-links ul li a:hover{text-decoration:underline}.legal-page-footer{text-align:center;padding:1.5rem 1rem;margin-top:auto;border-top:1px solid #f0f0f0}.legal-page-footer p{font-size:.85rem;color:#888;margin:0}.legal-page-footer a{color:#888;text-decoration:none;transition:color .2s ease}.legal-page-footer a:hover{color:#0d47a1}@media(max-width:600px){.legal-content{padding:1.5rem 1rem 2rem}.legal-content h1{font-size:1.6rem}.faq-question{font-size:.95rem;padding:.875rem 1rem}.faq-answer{font-size:.9rem;padding:0 1rem 1rem}}.session-datetime:before{content:attr(data-date)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:SF Pro Rounded,SF Pro Display,SF Pro,-apple-system,BlinkMacSystemFont,Outfit,system-ui,sans-serif;background-color:#fff;color:#1a1a1a;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
