*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background-color:#000;min-height:100vh;font-family:Lexend Deca,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2.25rem)}h4{font-size:clamp(1.25rem,2.5vw,1.75rem)}p{opacity:.9;margin-bottom:1rem}a{color:#3bad61;text-decoration:none;transition:color .3s}a:hover{color:#4ade80}@keyframes heartbeat{0%,40%,to{transform:scale(1)}20%{transform:scale(1.08)}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#000;background-color:#3bad61}.btn-primary:hover{background-color:#4ade80;transform:translateY(-2px);box-shadow:0 4px 12px #3bad614d}.btn-secondary{color:#fff;background-color:#1a1a1a;border:1px solid #333}.btn-secondary:hover{background-color:#2a2a2a;border-color:#4ade80;transform:translateY(-2px)}.btn-discord{color:#fff;background-color:#5865f2}.btn-discord:hover{background-color:#6b7bff;transform:translateY(-2px)}.main-content{padding-top:80px}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:4rem 2rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#3bad611a 0%,#0000 70%);position:absolute;inset:0}.hero-content{z-index:1;max-width:800px;margin:0 auto}.hero-logo{width:auto;height:80px;margin-bottom:1.5rem;animation:.666s ease-out infinite heartbeat}.hero-logo:hover{animation:none;transform:scale(1.05)}.hero h1{background:linear-gradient(135deg,#3bad61,#4ade80);-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1.5rem}.hero p{opacity:.8;margin-bottom:2.5rem;font-size:1.25rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;padding:1rem 0;display:flex}.card-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0;display:grid}.card{background:#111;border:1px solid #222;border-radius:1rem;padding:2rem;transition:all .3s}.card:hover{border-color:#3bad61;transform:translateY(-5px);box-shadow:0 10px 30px #3bad611a}.card h3{color:#3bad61;margin-bottom:1rem}.section{padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.navbar{z-index:1000;backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #3bad6133;padding:1rem 0;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.nav-logo{align-items:center;text-decoration:none;display:flex}.logo-image{width:auto;height:40px;transition:transform .3s}.nav-logo:hover .logo-image{transform:scale(1.05)}.nav-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.nav-item{margin:0}.nav-link{color:#fff;padding:.5rem 0;font-weight:500;transition:color .3s;position:relative}.nav-link:after{content:"";background:#3bad61;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.nav-link:hover{color:#3bad61}.nav-link:hover:after{width:100%}.burger-menu{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.burger-line{background:#fff;border-radius:3px;width:100%;height:3px;transition:all .3s}.burger-menu.active .burger-line:first-child{transform:translateY(9px)rotate(45deg)}.burger-menu.active .burger-line:nth-child(2){opacity:0}.burger-menu.active .burger-line:nth-child(3){transform:translateY(-9px)rotate(-45deg)}@media (width<=768px){.nav-menu{background:#111;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:70%;max-width:300px;height:100vh;transition:right .3s;position:fixed;top:0;right:-100%;box-shadow:-5px 0 30px #00000080}.nav-menu.active{right:0}.nav-link{color:#fff;font-size:1.25rem}.nav-link:hover{color:#3bad61}.burger-menu{display:flex}.nav-container{padding:0 1rem}.nav-logo{z-index:1001}.logo-image{height:32px}}.footer{background:#111;border-top:1px solid #222;margin-top:4rem;padding:3rem 2rem 2rem}.footer-content{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.footer-section{flex-direction:column;display:flex}.footer-logo-section{align-items:flex-start}.footer-logo-link{text-decoration:none;display:inline-block}.footer-logo-image{width:auto;height:40px;transition:transform .3s}.footer-logo-link:hover .footer-logo-image{transform:scale(1.05)}.footer-section-title{color:#3bad61;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.75rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s}.footer-link:hover{color:#3bad61}.footer-bottom{text-align:center;color:#666;border-top:1px solid #222;margin-top:2rem;padding-top:2rem;font-size:.875rem}.social-icons{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.social-icon{fill:#ccc;width:40px;height:40px;transition:all .3s}.social-icon:hover{fill:#3bad61;transform:translateY(-3px)}.championships-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem;display:grid}.championship-card{background:#111;border:1px solid #222;border-radius:1rem;transition:all .3s;overflow:hidden}.championship-card:hover{border-color:#3bad61;transform:translateY(-5px)}.championship-image,.championship-banner{object-fit:cover;width:100%;height:200px}.championship-content{padding:1.5rem}.championship-content h3{color:#3bad61;margin-bottom:.75rem}.championship-content p{color:#ccc;font-size:.9rem}.championship-tags{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.tag{color:#3bad61;background:#3bad6133;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.tools-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.tool-card{background:#111;border:1px solid #222;border-radius:1rem;padding:2rem;transition:all .3s}.tool-card:hover{border-color:#3bad61;transform:translateY(-5px)}.tool-card h3{color:#3bad61;margin-bottom:1rem}.tool-card p{color:#ccc;margin-bottom:1.5rem}.tool-link{color:#3bad61;align-items:center;gap:.5rem;font-weight:600;display:inline-flex}.tool-link:hover{color:#4ade80}.legal-content{max-width:800px;margin:0 auto}.legal-content h1{color:#3bad61;margin-bottom:2rem}.legal-content h2{color:#4ade80;margin:2rem 0 1rem;font-size:1.5rem}.legal-content p{color:#ccc;margin-bottom:1.25rem}.legal-content ul{margin-bottom:1.25rem;padding-left:1.5rem}.legal-content li{color:#ccc;margin-bottom:.5rem}.error-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.error-page h1{color:#3bad61;margin-bottom:1rem;font-size:10rem}.error-page p{margin-bottom:2rem;font-size:1.5rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}@media (width<=480px){.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column}.btn{width:100%}.section{padding:2rem 1rem}.card-grid,.championships-grid,.tools-grid{grid-template-columns:1fr}.footer-content{grid-template-columns:1fr;gap:1.5rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
