.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:#19181e;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 16px 16px}.header-left{display:flex;align-items:center;gap:.75rem}.logo-image{height:40px;width:auto;border-radius:8px}.logo-text{font-size:1.5rem;font-weight:300;letter-spacing:.5px;color:#fff}.header-center{display:flex;align-items:center;gap:2rem}.search-bar{padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.9rem;width:250px}.search-bar::placeholder{color:#ffffff80}.nav{display:flex;align-items:center;gap:1.5rem}.nav-link{color:#ffffffb3;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#fff}.header-right{display:flex;align-items:center;gap:2rem}@media (max-width: 768px){.header{padding:1rem}.nav{display:none}.header-right{gap:1rem}}@media (max-width: 480px){.header-center{display:none}.header{justify-content:space-between}.logo-text{font-size:1.25rem}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:8rem 2rem 6rem;background:transparent;position:relative;z-index:1}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:1400px;position:relative}.hero-main{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:4rem;position:relative}.hero-text{flex:1;display:flex;flex-direction:column;justify-content:center;z-index:2}.hero-image{flex:1.5;display:flex;justify-content:flex-end;align-items:center;position:relative;z-index:1;margin-right:-10rem}.hero-image img{width:150%;height:auto;object-fit:contain;border-radius:12px}.hero-container{max-width:1400px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:400;text-align:left;color:#fff;margin-bottom:1rem;max-width:800px}.highlight{color:#ffb6c1}.hero-subtitle{font-size:1.25rem;color:#ffffffb3;margin-bottom:1.5rem;max-width:600px}.hero-buttons{display:flex;gap:1rem}.hero-sponsors{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;padding:2rem 0;flex-wrap:wrap;position:relative;z-index:2;width:100%}.sponsors-title{font-size:1rem;font-weight:400;color:#ffffff80;text-transform:uppercase;letter-spacing:2px;margin:0}.sponsors-logos{display:flex;justify-content:center;align-items:center;gap:4rem;flex-wrap:wrap}.sponsor-logo{width:80px;height:80px;object-fit:contain;opacity:.7;transition:opacity .3s ease}.sponsor-logo:hover{opacity:1}.btn-primary{padding:.75rem 1.5rem;background:#ffb6c1;color:#fff;border:none;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffb6c166}.btn-secondary{padding:.75rem 1.5rem;background:transparent;color:#fff;border:2px solid #FFB6C1;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease,border-color .2s ease}.btn-secondary:hover{color:#ffb6c1;border-color:#ffb6c1}@media (max-width: 1024px){.hero{padding:7rem 2rem 5rem}.hero-title{font-size:2.5rem;max-width:600px}.hero-subtitle{font-size:1.1rem;max-width:500px}.hero-image img{width:120%}.sponsors-logos{gap:2rem}}@media (max-width: 768px){.hero{padding:6rem 1.5rem 4rem}.hero-main{flex-direction:column;gap:2rem}.hero-text{align-items:center;text-align:center}.hero-title{font-size:2rem;max-width:100%;text-align:center}.hero-subtitle{font-size:1rem;max-width:100%;text-align:center}.hero-buttons{flex-direction:column;width:100%;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:280px}.hero-image{display:none}.sponsors-logos{gap:1.5rem}.sponsor-logo{width:60px;height:60px}}@media (max-width: 480px){.hero{padding:5rem 1rem 3rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.hero-buttons{gap:.75rem}.btn-primary,.btn-secondary{font-size:.85rem;padding:.65rem 1.25rem}.hero-image img{max-width:300px}.sponsors-logos{gap:1rem}.sponsor-logo{width:50px;height:50px}.sponsors-title{font-size:.85rem}}.features{padding:6rem 2rem;background:#19181e}.features-container{max-width:1200px;margin:0 auto}.features-title{font-size:2.5rem;font-weight:400;text-align:center;color:#fff;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.feature-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem;transition:transform .3s ease,border-color .3s ease}.feature-card:hover{transform:translateY(-8px);border-color:#ffb6c14d}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem}.feature-title{font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:1rem}.feature-description{font-size:1rem;color:#ffffffb3;line-height:1.6}@media (max-width: 1024px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features{padding:4rem 1.5rem}.features-title{font-size:2rem;margin-bottom:3rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{width:40px;height:40px}.feature-title{font-size:1.25rem}.feature-description{font-size:.9rem}}@media (max-width: 480px){.features{padding:3rem 1rem}.features-title{font-size:1.75rem}.feature-card{padding:1.25rem}}.team{padding:6rem 2rem;background:transparent}.team-container{max-width:1400px;margin:0 auto}.team-title{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#fff}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;text-align:center;transition:transform .3s ease,background .3s ease}.team-card:hover{transform:translateY(-5px);background:#ffffff1a}.team-avatar{width:120px;height:120px;margin:0 auto 1.5rem}.avatar-svg{width:100%;height:100%}.team-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#fff}.team-position{color:#ffffffb3;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 768px){.team{padding:4rem 1.5rem}.team-title{font-size:2rem;margin-bottom:2.5rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.team-card{padding:1.5rem}.team-avatar{width:100px;height:100px}.team-name{font-size:1.1rem}.team-position{font-size:.8rem}}@media (max-width: 480px){.team{padding:3rem 1rem}.team-title{font-size:1.75rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-card{padding:1.25rem}.team-avatar{width:80px;height:80px}.team-name{font-size:1rem}.team-position{font-size:.75rem}}.services{padding:6rem 2rem;background:transparent}.services-container{max-width:1400px;margin:0 auto}.services-title{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#fff}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:transform .3s ease,background .3s ease}.service-card:hover{transform:translateY(-5px);background:#ffffff1a}.service-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.service-description{color:#ffffffb3;line-height:1.6}@media (max-width: 768px){.services{padding:4rem 1.5rem}.services-title{font-size:2rem;margin-bottom:2.5rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-card{padding:1.5rem}.service-title{font-size:1.1rem}.service-description{font-size:.9rem}}@media (max-width: 480px){.services{padding:3rem 1rem}.services-title{font-size:1.75rem}.services-grid{grid-template-columns:1fr;gap:1rem}.service-card{padding:1.25rem}.service-title{font-size:1rem}.service-description{font-size:.85rem}}.sta{padding:6rem 2rem;background:transparent}.sta-container{max-width:1400px;margin:0 auto}.sta-title{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:3rem;color:#fff}.sta-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.sta-card{padding:2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:transform .3s ease,background .3s ease}.sta-card:hover{transform:translateY(-5px);background:#ffffff1a}.sta-feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff}.sta-feature-description{color:#ffffffb3;line-height:1.6}@media (max-width: 768px){.sta{padding:4rem 1.5rem}.sta-title{font-size:2rem;margin-bottom:2.5rem}.sta-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.sta-card{padding:1.5rem}.sta-feature-title{font-size:1.1rem}.sta-feature-description{font-size:.9rem}}@media (max-width: 480px){.sta{padding:3rem 1rem}.sta-title{font-size:1.75rem}.sta-grid{grid-template-columns:1fr;gap:1rem}.sta-card{padding:1.25rem}.sta-feature-title{font-size:1rem}.sta-feature-description{font-size:.85rem}}.about{padding:6rem 2rem;background:transparent}.about-container{max-width:1000px;margin:0 auto}.about-title{font-size:3rem;font-weight:400;margin-bottom:2rem;color:#fff}.about-description{font-size:1.25rem;color:#ffffffb3;line-height:1.8;margin-bottom:4rem}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.about-section{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff}.section-text{color:#fff9;line-height:1.6;margin:0}@media (max-width: 768px){.about{padding:4rem 1.5rem}.about-title{font-size:2.5rem}.about-description{font-size:1.1rem;margin-bottom:3rem}.about-content{grid-template-columns:1fr;gap:1.5rem}.about-section{padding:1.5rem}.section-title{font-size:1.25rem}.section-text{font-size:.95rem}}@media (max-width: 480px){.about{padding:3rem 1rem}.about-title{font-size:2rem}.about-description{font-size:1rem}.about-section{padding:1.25rem}.section-title{font-size:1.1rem}.section-text{font-size:.9rem}}.careers{padding:6rem 2rem;background:transparent}.careers-container{max-width:1000px;margin:0 auto}.careers-title{font-size:3rem;font-weight:400;margin-bottom:1rem;color:#fff}.careers-description{font-size:1.25rem;color:#ffffffb3;line-height:1.6;margin-bottom:3rem}.careers-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.career-card{padding:2rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:transform .3s ease,background .3s ease}.career-card:hover{transform:translateY(-5px);background:#ffffff0d}.career-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#fff}.career-details{display:flex;gap:1rem;margin-bottom:1.5rem}.career-location,.career-type{font-size:.875rem;color:#fff9;padding:.25rem .75rem;background:#ffffff0d;border-radius:4px}.career-button{padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;background:#ffb6c133;border:2px solid rgba(255,182,193,.5);border-radius:6px;color:#fff;cursor:pointer;transition:all .3s ease}.career-button:hover{background:#ffb6c14d;border-color:#ffb6c1cc}@media (max-width: 768px){.careers{padding:4rem 1.5rem}.careers-title{font-size:2.5rem}.careers-description{font-size:1.1rem}.careers-list{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.career-card{padding:1.5rem}.career-title{font-size:1.1rem}.career-details{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.careers{padding:3rem 1rem}.careers-title{font-size:2rem}.careers-description{font-size:1rem}.careers-list{grid-template-columns:1fr;gap:1rem}.career-card{padding:1.25rem}.career-title{font-size:1rem}.career-button{width:100%}}.cta{padding:6rem 2rem;background:transparent;text-align:center}.cta-container{max-width:800px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:400;margin-bottom:1.5rem;color:#fff}.cta-description{font-size:1.125rem;color:#ffffffb3;margin-bottom:2rem;line-height:1.6}.cta-button{padding:1rem 2.5rem;font-size:1rem;font-weight:600;background:#ffb6c133;border:2px solid rgba(255,182,193,.5);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease}.cta-button:hover{background:#ffb6c14d;border-color:#ffb6c1cc;transform:translateY(-2px)}@media (max-width: 768px){.cta{padding:4rem 1.5rem}.cta-title{font-size:2rem}.cta-description{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}}@media (max-width: 480px){.cta{padding:3rem 1rem}.cta-title{font-size:1.75rem}.cta-description{font-size:.9rem}.cta-button{padding:.75rem 1.5rem;font-size:.9rem;width:100%}}.footer{padding:4rem 2rem 2rem;background:#0000004d;color:#fff;border-radius:16px 16px 0 0}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;margin-bottom:3rem}.footer-brand{margin-bottom:1rem}.footer-logo-container{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-logo{height:40px;width:auto;border-radius:8px}.footer-logo-text{font-size:1.5rem;font-weight:300;letter-spacing:.5px;color:#fff}.footer-tagline{color:#fff9;font-size:.875rem;line-height:1.5;margin:0;margin-bottom:.5rem}.footer-email{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-email:hover{color:#ffb6c1cc}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-list{list-style:none;padding:0;margin:0}.footer-list li{margin-bottom:.5rem}.footer-list a{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-list a:hover{color:#ffb6c1cc}.footer-social{display:flex;flex-direction:row;gap:1rem}.social-icon{color:#fff9;text-decoration:none;transition:color .3s ease;display:flex;align-items:center}.social-icon:hover{color:#ffb6c1cc}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-legal{display:flex;gap:2rem}.footer-legal a{color:#fff9;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-legal a:hover{color:#ffb6c1cc}.footer-copyright{margin:0;color:#fff6;font-size:.875rem}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-legal{flex-direction:column;gap:.5rem}}@media (max-width: 480px){.footer{padding:2rem 1rem 1rem}.footer-links{grid-template-columns:1fr;gap:1rem}.footer-logo{font-size:1.25rem}.footer-tagline,.footer-email,.footer-list a,.footer-legal a,.footer-copyright{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arvo,serif;background:#19181e;color:#1a1a1a;line-height:1.6;min-height:100vh;position:relative}body:before{content:"";position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background-image:radial-gradient(circle,rgba(255,182,193,.2) 2px,transparent 2px);background-size:40px 40px;background-position:center;pointer-events:none;z-index:10;border-radius:50%}#root{min-height:100vh;position:relative;z-index:1}
