*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,Helvetica Neue,sans-serif;overflow:hidden;height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100vh;width:100vw}.gradient-bg{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a,#1a1a1a,#2a2a2a,#1a1a1a,#0a0a0a);z-index:-3}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-2}.particle{position:absolute;width:2px;height:2px;background:#ffffff0d;border-radius:50%;animation:float linear infinite}.particle:nth-child(1){left:20%;animation-duration:30s;animation-delay:0s}.particle:nth-child(2){left:40%;animation-duration:25s;animation-delay:5s}.particle:nth-child(3){left:60%;animation-duration:35s;animation-delay:10s}.particle:nth-child(4){left:80%;animation-duration:28s;animation-delay:15s}.particle:nth-child(5){left:10%;animation-duration:32s;animation-delay:20s}@keyframes float{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-100vh) rotate(180deg);opacity:0}}.floating-shape{position:absolute;pointer-events:none;opacity:.03}.shape-1{top:15%;left:10%;width:60px;height:60px;background:#ffffff1a;border-radius:12px;animation:floatShape 25s ease-in-out infinite}.shape-2{top:70%;right:15%;width:80px;height:80px;background:#ffffff14;border-radius:50%;animation:floatShape 30s ease-in-out infinite reverse}@keyframes floatShape{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width: 768px){.floating-shape{display:none}.particle{width:1px;height:1px}}.app{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;color:#fff;padding:2rem;overflow:hidden}.bouncing-logo{position:fixed;top:0;left:0;z-index:-1;pointer-events:none;opacity:.08;transition:none}.bouncing-logo img{width:80px;height:80px;object-fit:contain;filter:brightness(.7)}.badge-container{position:fixed;top:2rem;right:2rem;z-index:100}.software-badge{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease;cursor:pointer}.software-badge:hover{background:#ffffff1f;transform:translateY(-1px);box-shadow:0 8px 25px #0003}.badge-icon{width:32px;height:32px;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 8px #007aff4d;position:relative}.badge-icon:before{content:"";width:14px;height:14px;background:#fff;border-radius:3px;transform:rotate(45deg)}.badge-icon:after{content:"";position:absolute;width:6px;height:6px;background:linear-gradient(135deg,#007aff,#5856d6);border-radius:1px;top:50%;left:50%;margin-top:-3px;margin-left:-3px;transform:rotate(45deg)}.badge-text{display:flex;flex-direction:column;align-items:flex-start;gap:0}.badge-title{font-size:.9rem;font-weight:700;color:#fffffff2;line-height:1;letter-spacing:-.01em}.badge-subtitle{font-size:.75rem;font-weight:300;color:#fff9;line-height:1;letter-spacing:.01em}.main-content{max-width:600px;margin:0 auto;text-align:center;z-index:5}.logo{font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#f0f0f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Inter,sans-serif}.tagline{font-size:1.1rem;font-weight:400;color:#ffffffb3;margin-bottom:4rem;letter-spacing:.01em}.progress-section{width:100%;max-width:400px;margin:0 auto 3rem}.progress-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.progress-text{font-size:.9rem;font-weight:500;color:#fffc}.progress-percentage{font-size:.9rem;font-weight:600;color:#007aff}.progress-bar{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#007aff,#5856d6);border-radius:2px;width:75%;transition:width 1.5s ease-out;animation:progressFill 2s ease-out forwards;position:relative}.progress-fill:after{content:"";position:absolute;top:0;right:0;width:20px;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 2s ease-out .5s}@keyframes progressFill{0%{width:0%}to{width:75%}}@keyframes progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.social-links{display:flex;gap:1rem;justify-content:center;align-items:center}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fffc;text-decoration:none;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.social-link:hover{background:#ffffff26;color:#fff;transform:translateY(-1px);box-shadow:0 4px 15px #0003}.social-link.github:hover{background:#ffffff26;color:#fff}.social-link.linkedin:hover{background:#0077b533;color:#0077b5;border-color:#0077b54d}.social-link.youtube:hover{background:#f003;color:red;border-color:#ff00004d}.fade-in{animation:fadeIn 1s ease-out forwards}.slide-up{animation:slideUp .8s ease-out forwards}.slide-up-delay{animation:slideUp .8s ease-out .3s forwards;opacity:0}.slide-up-delay-2{animation:slideUp .8s ease-out .6s forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.badge-container{top:1rem;right:1rem}.software-badge{padding:.5rem .75rem;gap:.5rem}.badge-icon{width:28px;height:28px;font-size:12px}.badge-title{font-size:.8rem}.badge-subtitle{font-size:.7rem}.logo{font-size:2.5rem}.tagline{font-size:1rem;margin-bottom:3rem}.main-content{padding:0 1rem}.progress-section{max-width:300px}.bouncing-logo img{width:60px;height:60px}}@media (max-width: 480px){.app{padding:1rem}.logo{font-size:2rem}.tagline{font-size:.9rem}.social-links{gap:.75rem}.social-link{width:40px;height:40px}.bouncing-logo img{width:50px;height:50px}}
