.titlebar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#333;color:#fff}.titlebar .logo{width:40px;display:flex;align-items:center;font-weight:700;font-size:1.5rem}.titlebar .logo-image{width:40px;height:auto;margin-right:10px}@media (max-width: 768px){.logo-image{width:40px}}.nav-links{display:flex;transition:max-height .3s ease,opacity .3s ease}.nav-links a{margin-left:20px;color:#fff;transition:color .3s}.nav-links a:hover{color:#90c7a8}.menu-toggle{display:none;flex-direction:column;cursor:pointer}.hamburger{width:25px;height:3px;background-color:#fff;margin:4px 0}@media (max-width: 768px){.nav-links{display:flex;flex-direction:column;align-items:center;position:absolute;top:50px;left:0;right:0;background-color:#333;max-height:0;overflow:hidden;opacity:0}.nav-links.open{max-height:500px;opacity:1}.nav-links a{margin:10px 0;color:#fff;text-align:center;padding:10px;width:100%;border-top:1px solid #444}.menu-toggle{display:flex}}.hero-section{display:flex;justify-content:center;align-items:center;height:75vh;color:#fff;text-align:center;padding:20px;background:url(/assets/background-DK1s3H7u.webp) no-repeat fixed center;background-size:cover;flex-direction:row;overflow:hidden}.hero-content{animation:fadeInUp 1s ease-out,slideInFromTop 1.5s ease-out}.hero-content h1{font-size:40px;margin-bottom:20px}.hero-content p{font-size:18px;margin-bottom:20px;animation:slideInFromTop 2s ease-out}.download-button{padding:10px 20px;background-color:#fff;color:#f44336;border-radius:5px;transition:background-color .3s,color .3s;animation:slideInFromTop 2.5s ease-out}.download-button:hover{background-color:#f44336;color:#fff}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.features-section{padding:40px 20px;background-color:#fff;text-align:center}.features-section h2{font-size:28px;margin-bottom:20px;animation:fadeInDown 1s ease-out}.feature-cards{display:flex;justify-content:space-around;flex-wrap:wrap}.feature-card{width:250px;padding:20px;margin:10px;background-color:#f4f4f4;border-radius:10px;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease;animation:fadeInUp 1.2s ease-out}.feature-card:hover{transform:translateY(-10px)}.feature-card h3{margin-bottom:10px;font-size:20px;color:#333}.feature-card p{font-size:14px;color:#666}.showcase-section{padding:40px 20px;background-color:#f9f9f9;overflow:hidden}.showcase-item{display:flex;align-items:center;margin-bottom:40px;opacity:0;transform:translate(-100px);transition:opacity .6s ease-out,transform .6s ease-out;box-sizing:border-box}.showcase-item.show{opacity:1;transform:translate(0)}.showcase-item:nth-of-type(odd){transform:translate(100px)}.showcase-item:nth-of-type(odd).show{transform:translate(0)}.showcase-item.reversed{transform:translate(-100px)}.showcase-item.reversed.show{transform:translate(0)}.showcase-item:nth-of-type(odd){flex-direction:row}.showcase-item.reversed{flex-direction:row-reverse}.text-content{flex:1;padding:20px}.text-content h2{font-size:24px;margin-bottom:10px}.text-content p{font-size:16px;color:#555}.image-content{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden}.image-content img{max-width:100%;height:auto;border-radius:8px}*{box-sizing:border-box;margin:0;padding:0}.sponsors-section{padding:5vh 1vw;background-color:#fff;text-align:center}h2{margin-bottom:2rem;font-size:2rem;color:#333}.sponsors-list{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.card{border-radius:10px;padding:.5rem;box-shadow:0 4px 10px #00000010;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1rem;color:#333;opacity:0;transform:scale(.85) translateY(10vh);transition:transform .4s ease,opacity .4s ease}.sponsor-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:.5rem}.sponsor-name{font-size:1.2rem;letter-spacing:.5px;color:#555}.card.enter{opacity:1;transform:scale(1) translateY(0);animation:fadeIn .6s ease forwards}.card.exit{opacity:0;transform:scale(.85) translateY(10vh)}@keyframes fadeIn{0%{opacity:0;transform:scale(.85) translateY(10vh)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.sponsors-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}h2{font-size:1.5rem}.card{font-size:.9rem}.sponsor-avatar{width:60px;height:60px}}footer{background-color:#333;color:#fff;text-align:center;padding:20px;margin-top:auto}::-webkit-scrollbar{display:none}:root{font-family:Inter,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:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}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:#646cff}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:#747bff}button{background-color:#f9f9f9}}
