.about-section{background-color:#000;color:#fff;padding:8rem 2rem;min-height:100vh;display:flex;align-items:center}.about-container{max-width:1400px;width:100%;margin:0 auto;gap:2rem}.about-container,.about-content{display:flex;flex-direction:column}.about-content{gap:1rem;align-items:flex-start}.about-text{flex:1;max-width:600px}.about-image{flex:1;width:100%;max-width:800px}.about-image img{width:100%;height:auto;border-radius:1rem;box-shadow:0 0 30px hsla(0,0%,100%,.1)}.title{font-size:3.5rem;margin-bottom:.5rem;color:#f0f0f0}.subtitle,.title{text-align:center}.subtitle{font-size:1.5rem;margin-bottom:2rem;color:#d0d0d0}.description{font-size:1.1rem;line-height:1.8;color:#e0e0e0;text-align:center}@media (min-width:1024px){.about-content{flex-direction:row;align-items:center;gap:4rem}.title{font-size:4rem}.subtitle{font-size:1.75rem}.description{font-size:1.1rem;text-align:left}}@media (max-width:1023px){.about-section{padding:4rem 1rem}.title{font-size:3rem}.subtitle{font-size:1.5rem}.description{font-size:1rem}}@media (max-width:640px){.title{font-size:2.5rem}.subtitle{font-size:1.25rem}.about-image{max-width:100%}}:root{--font-poppins:"Poppins",sans-serif;--font-inria-serif:"Inria Serif",serif}body,html{margin:0;padding:0;height:100%}.landing-container{position:relative;min-height:100vh;font-family:var(--font-poppins);overflow:hidden}.background-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:50%;filter:brightness(.2);transition:opacity 2s ease-in-out;opacity:0}.background-image.active{opacity:1}.content-container{position:relative;z-index:10;justify-content:space-between;min-height:100vh;color:#fff;padding:1rem}.content-container,.main-content{display:flex;flex-direction:column;align-items:center}.main-content{flex-grow:1;justify-content:center;text-align:center}.title{font-family:var(--font-poppins);font-size:8rem;font-weight:700;margin-bottom:2rem;line-height:1;text-shadow:0 0 4px hsla(0,0%,100%,.5),0 0 5px hsla(0,0%,100%,.3),0 0 10px hsla(0,0%,100%,.3)}.subtitle{font-family:var(--font-inria-serif);font-weight:300;font-size:2rem;letter-spacing:.05em;margin-bottom:1rem}.tagline{font-size:1.5rem;font-weight:300;letter-spacing:.1em;margin-bottom:2rem;text-align:center}@media (max-width:480px){.title{font-size:3rem}.subtitle{font-size:1.25rem}.tagline{font-size:.875rem}}@media (min-width:639px){.title{font-size:5rem}.subtitle{font-size:1.5rem}.tagline{font-size:1rem}}.leaderboard-section{background-color:#111;color:#fff;padding:2rem;min-height:100vh}.leaderboard-container{max-width:1200px;margin:0 auto}.leaderboard-title{font-size:2.5rem;text-align:center;margin-bottom:2rem;color:#f0f0f0}.top-three{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.top-contestant{display:flex;flex-direction:column;align-items:center;position:relative}.avatar{width:100px;height:100px;border:3px solid}.avatar.gold{border-color:gold}.avatar.silver{border-color:silver}.avatar.bronze{border-color:#cd7f32}.contestant-name{margin-top:.5rem;font-size:1.2rem}.contestant-score{font-size:1.5rem;font-weight:700}.medal{position:absolute;top:-10px;right:-10px;width:30px;height:30px}.medal.gold{color:gold}.medal.silver{color:silver}.medal.bronze{color:#cd7f32}.other-contestants{background-color:hsla(0,0%,100%,.05);border-radius:10px;overflow:hidden}.contestant-row{display:flex;justify-content:space-between;padding:1rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.contestant-row:last-child{border-bottom:none}.rank{font-weight:700;color:#888}.name{flex-grow:1;text-align:left;margin-left:1rem}.score{font-weight:700}@media (max-width:1024px){.leaderboard-section{padding:4rem 1rem}.leaderboard-container{max-width:90%}}@media (max-width:768px){.leaderboard-section{padding:3rem 1rem}.leaderboard-title{font-size:2rem}.top-three{flex-direction:column;align-items:center;gap:2rem}.avatar{width:80px;height:80px}.contestant-row{font-size:.9rem}}@media (max-width:480px){.leaderboard-title{font-size:1.75rem}.contestant-row{font-size:.8rem;padding:.75rem}.name{margin-left:.5rem}}.events-section{background-color:#000;color:#fff;padding:8rem 2rem;min-height:100vh;display:flex;align-items:center}.events-container{max-width:1400px;width:100%;margin:0 auto}.events-header{text-align:center;margin-bottom:4rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.header-line{width:3px;height:60px;background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.1));margin-bottom:1rem}.events-grid{display:flex;flex-direction:column;gap:2rem}.events-row{display:flex;gap:2rem;padding:1rem;overflow-x:hidden}.event-card{min-width:350px;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .3s ease}.event-card:hover{transform:translateY(-5px)}.event-image{width:100%;height:400px;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.event-date{display:flex;justify-content:space-between;padding:.5rem 0;color:#a0a0a0;font-size:.9rem}.explore-button{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#fff;transition:all .3s ease}.explore-button:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.3)}@media (max-width:1024px){.events-section{padding:4rem 1rem}.events-container{max-width:90%}.event-card{min-width:300px}}@media (max-width:768px){.events-row{flex-direction:column;gap:1rem}.event-card{min-width:100%}.header-line{height:40px}}@media (max-width:480px){.events-section{padding:3rem 1rem}.events-header{margin-bottom:2rem}}