*{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html{overflow-x:hidden}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:gold;text-decoration:inherit}a:hover{color:#ffed4e}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:gold}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#ffed4e}button{background-color:#f9f9f9}}:root{--color: #ffffff;--color-secondary: #ffd700}#root{max-width:1280px;margin:0 auto;text-align:center;overflow-x:hidden;width:100%}.noSelect{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.noSelect:focus{outline:none!important}body{margin:0;min-height:100vh;background:linear-gradient(-45deg,#050d19,#000,#1a1a00,#0d0d00);background-size:400% 400%;animation:gradient 15s ease infinite}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1{margin:0}.iframe{border:1px solid #ffd70088;border-radius:4px;width:70%;height:600px;overflow:hidden;animation:fadeInUp 1s ease-out .6s both}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.hero-container .iframe{box-shadow:#ffd70080 0 0 100px 33px}.hero-title-container{margin-top:3rem;position:relative;display:inline-block;animation:fadeInUp 1s ease-out both}.hero-title-container .flip-text{text-shadow:0 0 15px rgba(255,215,0,.8)}.hero-title{font-size:clamp(2rem,5vw,3rem);color:var(--color);transform:translate(0)}@media (min-width: 768px){.hero-title{transform:translate(-22%)}}.flip-text{color:gold;margin-left:.2em;display:inline-block;position:absolute;left:100%;top:0;opacity:0;animation:fadeInOut 4s ease-in-out -.4s infinite}@keyframes fadeInOut{0%{opacity:0;transform:translateY(10px)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}p{font-size:clamp(1rem,2vw,1.5rem);margin-top:1rem;margin-bottom:1rem;width:100%;max-width:65%;text-align:center;font-weight:500;color:var(--color);animation:fadeInUp 1s ease-out .4s both}.register-button{display:flex;align-items:center;justify-content:center;gap:.2rem;background-color:gold;color:#000;margin-bottom:4.5rem;border:none;padding:1rem 1.75rem;border-radius:25px;z-index:100;cursor:pointer;font-size:1.2rem;font-weight:600;animation:fadeInUp 1s ease-out .8s backwards;transition:all .2s ease-in-out;transform-style:preserve-3d}.register-button:hover{background-color:#ffed4e;transform:scale(1.05) perspective(100px) rotateX(10deg)}.arrow-up-right{filter:brightness(0) invert(0)}.footer{font-size:clamp(.875rem,1.5vw,1rem);border-top:1px solid #ffd70088;padding-top:1rem;width:100%;max-width:65%;text-align:center;color:#fff;animation:fadeInUp 1s ease-out .8s both}.footer a{color:gold;text-decoration:none}.footer a:hover{text-decoration:underline}@media screen and (max-width: 768px){.hero-title-container{transform:translate(0);text-align:center}.flip-text{position:relative;left:0;display:block;margin-top:.5rem}.iframe{height:calc(100vh - 100px)}.hero-title{white-space:normal}p{width:90%}.footer{width:100%;font-size:.75rem;padding:1rem .5rem}}.countdown-container{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;padding:1.5rem;width:80%;max-width:600px;margin-left:auto;margin-right:auto;animation:fadeInUp 1s ease-out .6s both}.countdown-item{display:flex;flex-direction:column;align-items:center;min-width:100px}.countdown-number{font-size:3rem;font-weight:700;color:var(--color)}.countdown-label{font-size:1rem;color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;margin-top:.5rem}@media screen and (max-width: 768px){.countdown-container{gap:1rem;padding:1rem}.countdown-item{min-width:70px}.countdown-number{font-size:2rem}.countdown-label{font-size:.8rem}}@media screen and (max-width: 480px){.countdown-container{gap:.5rem;padding:.75rem}.countdown-item{min-width:50px}.countdown-number{font-size:1.5rem}.countdown-label{font-size:.7rem}}.tracks-container{border-top:1px solid #ffd70088;padding-top:50px;margin-top:50px;animation:fadeInUp 1s ease-out 1s both}.tracks-container h1,.tracks-container h2{color:var(--color)}.tracks-container h1{text-align:center;margin-bottom:40px}.tracks-grid{display:flex;gap:40px;justify-content:center;flex-wrap:wrap}.track-card{background:linear-gradient(135deg,gold,#ffb700);border-radius:16px;padding:40px 35px;flex:1;min-width:280px;max-width:500px;box-shadow:0 8px 32px #00000026;text-align:center;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.track-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease;pointer-events:none}.track-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #ffd7004d;border-color:#ffffff4d}.track-card:hover:before{opacity:1}.track-main-title{font-size:2.5rem;margin:0 0 12px;color:#000;letter-spacing:2px;text-transform:uppercase;font-weight:700;position:relative;z-index:1}.track-subtitle{font-size:1.1rem;margin:0 0 20px;color:#000000e6;letter-spacing:1px;text-transform:uppercase;font-weight:400;position:relative;z-index:1}.track-description{font-size:.95rem;line-height:1.6;color:#000000d9;margin:0;position:relative;z-index:1;text-align:left;font-weight:400}.sponsors{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;border-top:1px solid #ffd70088;margin-top:3.5rem;animation:fadeInUp 1s ease-out 1s both;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sponsors-title{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:gold;text-shadow:0 0 15px rgba(255,215,0,.8)}.sponsor{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:200px;margin:0 1.5rem}.sponsor img{width:200px;height:200px;object-fit:contain;margin-bottom:1rem;transition:transform .3s ease}.sponsor img.swsh-logo{width:75px;height:75px}.sponsor img.launchx-logo{width:90px;height:90px}.sponsor img.pearvc-logo{width:100px;height:100px}.sponsor:hover img{transform:scale(1.1)}@media (max-width: 768px){.sponsor{min-width:150px;padding:1rem;margin:0 .5rem}.sponsor img{width:150px;height:150px}.sponsor img.swsh-logo{width:120px;height:120px}.sponsor img.launchx-logo{width:70px;height:70px}}@media (max-width: 480px){.sponsor{min-width:120px;padding:.8rem;margin:0 .3rem}.sponsor img{width:100px;height:100px}.sponsor img.swsh-logo{width:80px;height:80px}.sponsor img.launchx-logo{width:50px;height:50px}}
