.container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px;position:relative;transition:none}.wave-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:0;background:var(--wave-color, transparent);transition:opacity .5s ease-out}.wave-overlay.active{animation:waveExpand .4s ease-out forwards}.wave-overlay.closing{animation:waveCollapse .4s ease-in forwards}@keyframes waveExpand{0%{opacity:1;clip-path:circle(0% at var(--wave-x, 50%) var(--wave-y, 50%))}to{opacity:1;clip-path:circle(150% at var(--wave-x, 50%) var(--wave-y, 50%))}}@keyframes waveCollapse{0%{opacity:1;clip-path:circle(150% at var(--wave-x, 50%) var(--wave-y, 50%))}to{opacity:1;clip-path:circle(0% at var(--wave-x, 50%) var(--wave-y, 50%))}}.container.bg-J{--wave-color: #094D1E}.container.bg-A{--wave-color: #6822F5}.container.bg-K{--wave-color: #130099}.container.bg-O{--wave-color: #0a1628}.container.bg-B{--wave-color: #633903}.lang-switcher{position:absolute;top:20px;right:20px;display:flex;gap:15px;z-index:10}.lang-btn{width:60px;height:60px;border:3px solid white;border-radius:14px;background:#fff3;color:#fff;font-size:20px;font-weight:700;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;letter-spacing:1px}.lang-btn:hover{transform:scale(1.1);background:#ffffff4d;box-shadow:0 8px 32px #1f268780}.tips-btn{width:60px;height:60px;border:3px solid white;border-radius:14px;background:#fff3;color:#fff;font-size:24px;font-weight:700;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;position:relative}.tips-btn:hover:not(.expanded){transform:scale(1.1);background:#ffffff4d;box-shadow:0 8px 32px #1f268780}.tips-btn.expanded{width:280px;height:300px;overflow:hidden}.tips-content{position:absolute;top:0;right:0;bottom:0;left:0;padding:25px;display:flex;flex-direction:column;color:#fff;overflow-y:auto;animation:slideIn .4s ease;-ms-overflow-style:none;scrollbar-width:none}.tips-content::-webkit-scrollbar{display:none;width:0;height:0}.tips-content h3{color:#fff;font-size:20px;margin:0 0 15px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.tips-content ul{list-style:none;padding:0;margin:0;font-size:12px;line-height:1.6}.tips-content li{margin:0 0 12px;text-shadow:0 1px 3px rgba(0,0,0,.2);padding-left:20px;position:relative}.tips-content li:before{content:"•";position:absolute;left:5px}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;gap:40px;position:relative;z-index:1}.welcome-text{color:#fff;font-size:48px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.3);margin:0;text-align:center;letter-spacing:2px}.card-grid{display:flex;gap:40px;align-items:center;justify-content:center;width:100%;max-width:1400px}.card{width:100px;height:100px;background:#fff3;border:3px solid white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#fff;cursor:pointer;transition:all .4s ease;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-shrink:0;position:relative;overflow:hidden}.card:hover:not(.expanded){transform:scale(1.1);background:#ffffff4d;box-shadow:0 8px 32px #1f268780}.card.expanded{width:400px;height:400px}.letter{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:auto;height:auto;transition:transform .4s ease,font-size .4s ease,top .4s ease,left .4s ease;transform:translate(-50%,-50%);z-index:10}.card.expanded .letter{left:40px;top:40px;transform:none;font-size:28px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.letter.hidden{opacity:0;pointer-events:none}.title-first-letter{visibility:hidden}.expanded-content.visible .title-first-letter{visibility:visible}.expanded-content.hidden .title-rest,.expanded-content.hidden .box-list,.expanded-content.hidden .skills-grid,.expanded-content.hidden .skill-categories{opacity:0}.expanded-content.visible .title-rest,.expanded-content.visible .box-list,.expanded-content.visible .skills-grid,.expanded-content.visible .skill-categories{opacity:1;transition:opacity .3s ease}.expanded-content{position:absolute;white-space:pre-wrap;top:0;right:0;bottom:0;left:0;padding:40px;color:#333;display:flex;flex-direction:column;overflow-y:auto;animation:slideIn .4s ease;-ms-overflow-style:none;scrollbar-width:none}.expanded-content::-webkit-scrollbar{display:none;width:0;height:0}@keyframes slideIn{0%{opacity:0}to{opacity:1}}.expanded-content h2{color:#fff;font-size:28px;margin:0 0 15px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.box-list{margin:0;padding-left:20px;color:#fff;font-size:14px;line-height:1.8}.box-list li{margin-bottom:10px}.objectives-stars{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:20px;padding:20px 0}.objective-item{display:flex;flex-direction:column;align-items:center;gap:8px;animation:objectiveSlide .5s ease-out both;text-align:center;flex:1;max-width:100px}.objective-item:nth-child(1),.objective-item:nth-child(3){margin-top:15px}.objective-item:nth-child(2){margin-top:0}@keyframes objectiveSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.star-icon{color:gold;font-size:22px;flex-shrink:0;animation:starTwinkle 1.5s ease-in-out infinite}@keyframes starTwinkle{0%,to{opacity:.7;text-shadow:0 0 6px rgba(255,215,0,.5)}50%{opacity:1;text-shadow:0 0 12px rgba(255,215,0,.9)}}.objective-text{color:#fff;font-size:12px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.2);line-height:1.3}.objectives-container{display:flex;flex-direction:column;gap:15px}.objectives-substars{display:flex;justify-content:space-around;padding:0 40px}.substar-item{display:flex;flex-direction:column;align-items:center;gap:8px;animation:substarFade .4s ease-out both;text-align:center;flex:1;max-width:100px}@keyframes substarFade{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.substar-icon{color:gold;font-size:22px;animation:starTwinkle 1.5s ease-in-out infinite}.substar-text{color:#fff;font-size:12px;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.2)}.about-section{display:flex;flex-direction:column;gap:16px}.about-stats{display:flex;justify-content:space-around;gap:12px}.about-stat{display:flex;flex-direction:column;align-items:center;background:#ffffff1a;padding:12px 16px;border-radius:12px;min-width:70px;animation:statPop .5s ease-out backwards}.about-stat:nth-child(1){animation-delay:.1s}.about-stat:nth-child(2){animation-delay:.2s}.about-stat:nth-child(3){animation-delay:.3s}@keyframes statPop{0%{transform:scale(0);opacity:0}70%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.stat-icon{font-size:24px;margin-bottom:4px}.stat-value{font-size:18px;font-weight:700;color:#fff}.stat-label{font-size:10px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.about-text{color:#fff;font-size:14px;text-align:center;margin:0;opacity:0;animation:fadeInUp .5s ease-out .4s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.about-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.about-tag{background:linear-gradient(135deg,#fff3,#ffffff1a);color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:500;border:1px solid rgba(255,255,255,.2);animation:tagSlide .4s ease-out backwards;transition:transform .2s ease,background .2s ease}.about-tag:hover{transform:scale(1.05);background:linear-gradient(135deg,#ffffff4d,#ffffff26)}.about-tag:nth-child(1){animation-delay:.5s}.about-tag:nth-child(2){animation-delay:.6s}.about-tag:nth-child(3){animation-delay:.7s}.about-tag:nth-child(4){animation-delay:.8s}@keyframes tagSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.timeline{position:relative;padding:20px 0;margin-top:10px;min-height:300px}.timeline-snake{position:absolute;left:50%;top:0;width:60px;height:100%;transform:translate(-50%);pointer-events:none}.timeline-item{position:absolute;display:flex;align-items:flex-start;width:38%}.timeline-item:nth-child(2){top:8%;right:58%}.timeline-item:nth-child(3){top:33%;left:58%}.timeline-item:nth-child(4){top:58%;right:58%}.timeline-item:nth-child(5){top:75%;left:58%}.timeline-content{background:#ffffff1a;padding:10px 14px;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);word-wrap:break-word;overflow-wrap:break-word;width:100%}.timeline-item.left .timeline-content{text-align:right}.timeline-item.right .timeline-content{text-align:left}.timeline-year{display:block;font-size:16px;font-weight:700;color:#ffc864e6;margin-bottom:4px}.timeline-text{margin:0;font-size:12px;line-height:1.4;color:#ffffffe6}.skills-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:10px}.skill-item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:12px;background:#ffffff26;border-radius:10px;transition:transform .2s ease,background .2s ease;text-decoration:none;color:inherit;cursor:pointer;animation:skillPop .4s ease-out backwards}@keyframes skillPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.skill-item:hover{transform:scale(1.05);background:#ffffff40}.skill-item i{font-size:28px;color:#fff}.skill-item span{font-size:11px;color:#fff;text-align:center;font-family:system-ui,-apple-system,sans-serif}.skill-categories{display:flex;flex-direction:column;gap:20px}.skill-category{display:flex;flex-direction:column;gap:10px;animation:categorySlide .4s ease-out backwards}@keyframes categorySlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skill-category .skills-grid{margin-top:5px}.category-title{color:#fff;font-size:16px;margin:0;text-shadow:0 1px 3px rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:5px}@media (max-width: 768px){.card-grid{gap:20px;flex-wrap:wrap}.card{width:80px;height:80px;font-size:36px}.card.expanded{width:90vw;height:70vh;max-width:350px}.card.expanded .letter{left:30px;top:30px;font-size:22px}.expanded-content{padding:30px}.expanded-content h2{font-size:22px}.skills-grid{grid-template-columns:repeat(3,1fr);gap:10px}.skill-item{padding:8px}.skill-item i{font-size:22px}.skill-item span{font-size:9px}.about-stats{flex-wrap:wrap;gap:8px}.about-stat{padding:10px 12px;min-width:60px}.stat-icon{font-size:20px}.stat-value{font-size:16px}.about-tag{padding:5px 10px;font-size:11px}.star-icon,.substar-icon{font-size:18px}.objective-text{font-size:10px}.objectives-stars{gap:10px}.objective-item{max-width:90px}.objective-item:nth-child(1),.objective-item:nth-child(3){margin-top:10px}.objective-item:nth-child(2){margin-top:0}.objectives-substars{padding:0 10px;gap:15px}.substar-item{max-width:80px}.substar-text{font-size:10px}}.impressum-btn{position:absolute;bottom:20px;left:20px;background:transparent;border:none;color:#fff9;font-size:12px;cursor:pointer;padding:8px 12px;transition:color .3s ease;text-decoration:none;z-index:10}.impressum-btn:hover{color:#fff}.hobby-animations{display:flex;flex-direction:column;gap:20px;margin-top:20px;padding:15px;background:#ffffff0d;border-radius:12px}.golf-animation{width:100%;max-width:250px;height:auto;margin:0 auto}.golf-ball{animation:golfRoll 3s ease-in-out infinite}@keyframes golfRoll{0%{cx:20;cy:44;opacity:1}70%{cx:160;cy:44;opacity:1}80%{cx:160;cy:50;opacity:1}85%{cx:160;cy:55;opacity:0}to{cx:160;cy:55;opacity:0}}.gaming-animation{width:100%;max-width:250px;height:auto;margin:0 auto}.invaders{animation:invadersMove 1.5s ease-in-out infinite}@keyframes invadersMove{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.player-ship{animation:shipMove 2s ease-in-out infinite}@keyframes shipMove{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.laser{animation:laserShoot .8s ease-out infinite}@keyframes laserShoot{0%{opacity:0;transform:translateY(0)}20%{opacity:1}to{opacity:0;transform:translateY(-15px)}}.joystick-stick{transform-origin:35px 55px;animation:joystickWaggle 1s ease-in-out infinite}@keyframes joystickWaggle{0%,to{transform:rotate(0)}25%{transform:rotate(-15deg)}75%{transform:rotate(15deg)}}.imprint-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px}.imprint-card{background:#fff3;border:3px solid white;border-radius:16px;padding:40px;max-width:600px;width:100%;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.imprint-card h1{color:#fff;font-size:32px;margin:0 0 30px;text-shadow:0 2px 4px rgba(0,0,0,.2)}.imprint-section{margin-bottom:25px}.imprint-section h2{color:#fff;font-size:16px;margin:0 0 10px;text-shadow:0 1px 3px rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:5px}.imprint-section p{color:#fff;margin:5px 0;font-size:14px;font-family:system-ui,-apple-system,sans-serif;text-shadow:0 1px 2px rgba(0,0,0,.2)}.back-btn{margin-top:20px;padding:12px 24px;background:#fff3;border:2px solid white;border-radius:10px;color:#fff;font-size:14px;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#ffffff4d;transform:scale(1.05)}*{margin:0;padding:0;box-sizing:border-box;font-family:inherit}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:Neo Euler,serif;background:linear-gradient(45deg,#667eea,#764ba2,#a855f7,#8b5cf6,#667eea);background-size:400% 400%;display:flex;align-items:center;justify-content:center;animation:waveFlow 20s ease-in-out infinite}@keyframes waveFlow{0%,to{background-position:0% 50%}25%{background-position:100% 50%}50%{background-position:100% 0%}75%{background-position:0% 0%}}
