@import"https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&family=Outfit:wght@300;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:#05070a;color:#e5e7eb;font-family:Silkscreen,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease}.reveal.up{transform:translateY(30px)}.reveal.active.left,.reveal.active.right,.reveal.active.up{transform:translate(0)}.navbar{position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:1000;width:calc(100% - 28px);max-width:1200px;background:#02061780;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #1e293b;box-shadow:0 0 0 1px #22c55e0d}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:14px 26px}.navbar-logo{font-weight:800;letter-spacing:2px;font-size:1.5rem;color:#22c55e;text-transform:uppercase;font-family:Silkscreen,monospace}.navbar-links{display:flex;gap:26px}.navbar-links a{text-decoration:none;font-size:.75rem;letter-spacing:1px;text-transform:uppercase;color:#94a3b8;position:relative;transition:color .2s ease}.navbar-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background-color:#22c55e;transition:width .25s ease}.navbar-links a:hover{color:#e5e7eb}.navbar-links a:hover:after{width:100%}.menu-icon{display:none;cursor:pointer;color:#22c55e}@media(max-width:768px){.navbar-container{padding:12px 18px}.menu-icon{display:block}.navbar-links{position:absolute;top:100%;left:0;width:100%;flex-direction:column;align-items:center;gap:30px;padding:40px 0;background:#020617f2;border-bottom:1px solid #1e293b;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease-in-out;z-index:-1}.navbar-links.active{transform:translateY(0);opacity:1;pointer-events:all}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-out}.popup-content{position:relative;width:75%;background:transparent;border-radius:12px;display:flex;flex-direction:column;align-items:center;animation:scaleUp .3s cubic-bezier(.175,.885,.32,1.275)}.popup-image-container{width:100%;display:flex;justify-content:center;align-items:center}.popup-image{max-width:100%;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080}.popup-close-btn{position:absolute;top:-40px;right:-10px;background:#fff;color:#000;border:none;border-radius:50%;width:32px;height:32px;font-size:24px;line-height:1;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:transform .2s,background-color .2s;z-index:10}.popup-close-btn:hover{background-color:#f0f0f0;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@media(max-width:600px){.popup-close-btn{top:-40px;right:0}}.preloader{position:fixed;inset:0;background-color:#000c07;z-index:9999;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease,visibility .5s ease}.preloader.fade-out{opacity:0;visibility:hidden}.loader-content{display:flex;flex-direction:column;align-items:center;gap:20px}.glitch-wrapper{font-family:Silkscreen,monospace;font-size:2rem;font-weight:700;color:#22c55e;position:relative}.glitch{position:relative;letter-spacing:4px}.glitch:before,.glitch:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%}.glitch:before{left:2px;text-shadow:-1px 0 #ff00c1;clip:rect(44px,450px,56px,0);animation:glitch-anim 5s infinite linear alternate-reverse}.glitch:after{left:-2px;text-shadow:-1px 0 #00fff9;clip:rect(44px,450px,56px,0);animation:glitch-anim2 5s infinite linear alternate-reverse}.loader-bar{width:300px;height:4px;background:#1e293b;border-radius:2px;overflow:hidden;position:relative}.loader-progress{width:0%;height:100%;background:#22c55e;box-shadow:0 0 10px #22c55e;animation:load-progress 2.5s ease-in-out forwards}@keyframes load-progress{0%{width:0%}20%{width:10%}40%{width:50%}60%{width:60%}to{width:100%}}@keyframes glitch-anim{0%{clip:rect(12px,9999px,86px,0)}5%{clip:rect(66px,9999px,14px,0)}10%{clip:rect(9px,9999px,83px,0)}15%{clip:rect(4px,9999px,91px,0)}20%{clip:rect(64px,9999px,20px,0)}25%{clip:rect(56px,9999px,2px,0)}30%{clip:rect(89px,9999px,34px,0)}35%{clip:rect(16px,9999px,34px,0)}40%{clip:rect(31px,9999px,98px,0)}45%{clip:rect(51px,9999px,16px,0)}50%{clip:rect(10px,9999px,4px,0)}55%{clip:rect(21px,9999px,73px,0)}60%{clip:rect(81px,9999px,31px,0)}65%{clip:rect(16px,9999px,44px,0)}70%{clip:rect(66px,9999px,85px,0)}75%{clip:rect(11px,9999px,23px,0)}80%{clip:rect(45px,9999px,69px,0)}85%{clip:rect(38px,9999px,1px,0)}90%{clip:rect(74px,9999px,51px,0)}95%{clip:rect(14px,9999px,9px,0)}to{clip:rect(2px,9999px,95px,0)}}@keyframes glitch-anim2{0%{clip:rect(65px,9999px,95px,0)}to{clip:rect(17px,9999px,87px,0)}}body,a,button,input,textarea{cursor:none!important}.cursor-dot{position:fixed;top:0;left:0;width:8px;height:8px;background-color:#22c55e;border-radius:50%;pointer-events:none;z-index:20000;transform:translate(-50%,-50%);transition:width .3s,height .3s,background-color .3s;box-shadow:0 0 10px #22c55e}.cursor-ring{position:fixed;top:0;left:0;width:40px;height:40px;border:1px solid rgba(34,197,94,.5);border-radius:50%;pointer-events:none;z-index:19999;transform:translate(-50%,-50%);transition:width .3s,height .3s,background-color .3s,border-color .3s}.cursor-dot.hover{width:12px;height:12px;background-color:#4ade80;box-shadow:0 0 15px #4ade80}.cursor-ring.hover{width:60px;height:60px;border-color:#22c55e;background-color:#22c55e1a}.cursor-dot.click{width:6px;height:6px}.cursor-ring.click{width:30px;height:30px;border-width:2px}@media(max-width:768px){.cursor-dot,.cursor-ring{display:none}body,a,button,input,textarea{cursor:auto!important}}.digital-countdown{margin-top:40px;text-align:center;opacity:0;animation:fadeInUp .8s ease forwards 1.9s}.digital-time{font-family:Courier New,monospace;font-size:6.2rem;letter-spacing:6px;color:#22c55e;text-shadow:0 0 8px rgba(34,197,94,.6),0 0 18px rgba(34,197,94,.4)}.digital-labels{margin-top:8px;display:flex;justify-content:center;gap:48px;font-size:.65rem;letter-spacing:2px;color:#94a3b8}@media(max-width:768px){.digital-time{font-size:2.2rem;letter-spacing:4px}.digital-labels{gap:26px}}.hero{position:relative;min-height:100vh;overflow:hidden;background-color:#000c07}.matrix-canvas{position:absolute;inset:0;z-index:1}.hero-overlay{position:relative;z-index:2;min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at center,#000000bf,#010517f2)}.hero-content{text-align:center;max-width:100%;padding:0 5%}.hero-uni-line{font-family:Outfit,sans-serif;font-weight:600;font-size:clamp(.9rem,2vw,1.25rem);letter-spacing:2px;text-transform:uppercase;color:#a5f3fc;margin-bottom:20px;line-height:1.6;text-shadow:0 0 10px rgba(0,0,0,.5);opacity:0;animation:fadeInUp .8s ease forwards .5s}.hero-season-line{font-family:Silkscreen,monospace;font-size:clamp(2rem,5vw,3rem);letter-spacing:4px;text-transform:uppercase;color:#38bdf8;margin-bottom:30px;opacity:0;animation:fadeInUp .8s ease forwards .5s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-season-line span{color:#22c55e}.hero-main-title{font-family:Silkscreen,monospace;font-weight:400;letter-spacing:2px;color:#1b8040;margin:0 auto 30px;max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.hero-title-line{display:block;font-size:clamp(1.5rem,5vw,4rem);line-height:1.1;text-shadow:0 0 20px rgba(34,197,94,.2);white-space:nowrap;opacity:0;animation:fadeInUp .8s ease forwards .8s}.hero-partners{display:flex;justify-content:center;gap:80px;margin-bottom:50px;flex-wrap:wrap;width:100%;opacity:0;animation:fadeInUp .8s ease forwards 1.7s}.partner-block{display:flex;flex-direction:column;align-items:center;gap:12px}.partner-block span{font-family:Silkscreen,monospace;color:#94a3b8;font-size:.9rem;letter-spacing:2px}.partner-block h2{font-size:1rem;color:#94a3b8;margin:0}.partner-block img{height:clamp(50px,8vw,90px);width:auto;filter:drop-shadow(0 0 10px rgba(255,255,255,.1));opacity:.9;transition:opacity .3s}.partner-block img:hover{opacity:1}@media(max-width:768px){.hero-partners{gap:40px;flex-direction:row}@media(max-width:400px){.hero-partners{flex-direction:column;gap:30px}}}.hero-theme-label{font-size:1.25rem;letter-spacing:2px;text-transform:uppercase;color:#94a3b8;margin-bottom:16px;font-family:Silkscreen,monospace;opacity:0;animation:fadeInUp .8s ease forwards 1.1s}.hero-theme-image{width:clamp(250px,40vw,400px);max-width:90%;height:auto;margin-bottom:20px;filter:drop-shadow(0 0 20px rgba(34,197,94,.25));opacity:0;animation:fadeInUp .8s ease forwards 1.4s}@media(max-width:768px){.hero-content{padding:0 5%}.hero-title-line{font-size:clamp(1.2rem,6vw,2.5rem);white-space:normal;line-height:1.2}.hero-uni-line{font-size:clamp(.8rem,3vw,1.2rem)}}@media(max-width:400px){.hero-title-line{font-size:1.2rem}}.about{padding:120px 10%;background-color:#020617}.about-container{max-width:1200px;margin:auto}.about-split{display:flex;align-items:center;justify-content:space-between;gap:60px;margin-bottom:120px}.about-split.reverse{flex-direction:row-reverse}.about-text{flex:1}.about-title{font-family:Courier New,monospace;font-size:2rem;letter-spacing:2px;color:#e5e7eb;margin-bottom:20px}.about-title.center{text-align:center;margin-bottom:50px}.about-text p{color:#9ca3af;font-size:.95rem;line-height:1.7;margin-bottom:16px}.about-text ul{list-style:none;padding:0}.about-text li{color:#94a3b8;margin-bottom:10px;position:relative;padding-left:16px}.about-text li:before{content:"▸";position:absolute;left:0;color:#22c55e}.about-icon{flex:.5;display:flex;justify-content:center;align-items:center}.about-icon svg{color:#22c55e;opacity:.9;filter:drop-shadow(0 0 30px rgba(34,197,94,.25))}.domain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;justify-content:center;max-width:1200px;margin:0 auto}.domain-card{padding:40px 30px;text-align:center;background:#020617;border-radius:16px;border:1px solid #1e293b;box-shadow:inset -2px -2px 6px #ffffff05,inset 2px 2px 6px #0009;transition:transform .25s ease,border-color .25s ease}.domain-card:hover{transform:translateY(-6px);border-color:#22c55e}.domain-card svg{color:#22c55e;margin-bottom:20px;width:48px;height:48px}.domain-card h3{color:#e5e7eb;font-size:1.25rem;margin-bottom:8px;font-weight:lighter}.domain-card p{color:#9ca3af;font-size:.9rem;letter-spacing:1px;text-transform:uppercase}@media(max-width:768px){.about{padding:60px 5%}.about-split{flex-direction:column-reverse;text-align:center;gap:40px;margin-bottom:80px}.about-split.reverse{flex-direction:column-reverse}.about-split,.about-split.reverse{flex-direction:column}.about-split .about-text{order:2}.about-split .about-icon{order:1;margin-bottom:20px}.about-text ul{display:inline-block;text-align:left;margin-top:20px}.about-title{font-size:1.75rem}.about-icon svg{width:100px;height:100px}.domain-grid{grid-template-columns:1fr;gap:20px}}@media(min-width:600px)and (max-width:768px){.domain-grid{grid-template-columns:repeat(2,1fr)}}.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;will-change:opacity,transform}.reveal.active{opacity:1;transform:translateY(0)}.reveal.left{transform:translate(-50px)}.reveal.right{transform:translate(50px)}.reveal.up{transform:translateY(50px)}.reveal.left.active,.reveal.right.active,.reveal.up.active{transform:translate(0) translateY(0)}.domain-card.reveal{transition-delay:.15s}.domain-card.reveal:nth-child(2){transition-delay:.3s}.domain-card.reveal:nth-child(3){transition-delay:.45s}.domain-card.reveal:nth-child(4){transition-delay:.6s}.domain-card.reveal:nth-child(5){transition-delay:.75s}.domain-card.reveal:nth-child(6){transition-delay:.9s}.event-details{padding:100px 10%;background-color:#05070a}.event-container{max-width:1200px;margin:0 auto}.event-title{font-size:2.2rem;font-weight:700;color:#e5e7eb;margin-bottom:50px;border-left:4px solid #22c55e;padding-left:14px}.event-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px}.event-info ul{list-style:none}.event-info li{margin-bottom:24px}.event-info span{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:#22c55e;margin-bottom:6px;font-weight:700}.event-info p{color:#9ca3af;line-height:1.6;font-size:.95rem}.event-map iframe{width:100%;height:100%;min-height:320px;border-radius:10px;border:1px solid #1e293b}@media(max-width:900px){.event-grid{grid-template-columns:1fr}.event-map iframe{min-height:280px}}@media(max-width:768px){.event-details{padding:80px 6%}.event-title{font-size:1.8rem}}.timeline{padding:100px 10%;background-color:#020617;position:relative;overflow:hidden}.timeline h2{text-align:center;font-family:Courier New,monospace;font-size:2.25rem;letter-spacing:2px;color:#e5e7eb;margin-bottom:60px;text-transform:uppercase}.timeline-container{max-width:1000px;margin:0 auto;position:relative}.timeline-container:after{content:"";position:absolute;width:2px;background-color:#1e293b;top:0;bottom:0;left:50%;margin-left:-1px}.timeline-item{padding:10px 40px;position:relative;width:50%;box-sizing:border-box;opacity:0;transform:translateY(50px);transition:all .6s ease-out}.timeline-item.visible{opacity:1;transform:translateY(0)}.timeline-item.left{left:0;text-align:right}.timeline-item.right{left:50%;text-align:left}.timeline-dot{position:absolute;width:16px;height:16px;background-color:#020617;border:2px solid #22c55e;border-radius:50%;top:20px;z-index:10;right:-8px;transition:all .3s ease}.timeline-item.right .timeline-dot{left:-8px}.timeline-content{padding:20px 30px;background-color:#02061780;border:1px solid #1e293b;border-radius:12px;position:relative;transition:transform .3s ease,border-color .3s ease}.timeline-item:hover .timeline-content{border-color:#22c55e;transform:translateY(-4px)}.timeline-item:hover .timeline-dot{background-color:#22c55e;box-shadow:0 0 15px #22c55e80}.timeline-date{font-family:Courier New,monospace;color:#22c55e;font-size:.9rem;font-weight:700;margin-bottom:8px;display:block;letter-spacing:1px}.timeline-title{color:#e5e7eb;font-size:1.2rem;font-weight:600}@media(max-width:768px){.timeline-container:after{left:20px}.timeline-item{width:100%;padding-left:50px;padding-right:0}.timeline-item.left,.timeline-item.right{left:0;text-align:left}.timeline-dot{left:12px!important;right:auto}}.register{position:relative;padding:120px 20px;background-color:#020617;overflow:hidden;display:flex;justify-content:center;align-items:center}.register:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(34,197,94,.15) 0%,transparent 70%);filter:blur(80px);z-index:0}.register-container{position:relative;z-index:1;max-width:800px;width:100%}.register-content{background:#ffffff08;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:60px 40px;text-align:center;box-shadow:0 0 40px #00000080;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,border-color .3s ease}.register-content:hover{transform:translateY(-5px);border-color:#22c55e4d}.register-icon-wrapper{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;margin-bottom:30px;border:1px solid #334155;box-shadow:0 0 20px #22c55e33}.register-icon{width:36px;height:36px;color:#22c55e}.register-title{font-family:Silkscreen,monospace;font-size:3.6rem;line-height:1.1;color:#f1f5f9;margin-bottom:24px;text-transform:uppercase;text-shadow:0 0 20px rgba(34,167,94,.4);font-weight:lighter}.register-title .highlight{color:#22c55e;text-shadow:0 0 25px #22c55e}.register-text{font-size:1.1rem;color:#94a3b8;line-height:1.6;margin-bottom:40px;font-weight:lighter}.register-btn{display:flex;align-items:center;gap:12px;background:#16853f;color:#020617;font-family:Silkscreen,monospace;font-size:1.2rem;font-weight:700;padding:18px 48px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 0 20px #22c55e66}.register-btn:hover{transform:scale(1.05);background:#4ade80;box-shadow:0 0 30px #22c55e99}.btn-icon{width:20px;height:20px;transition:transform .3s ease}.register-btn:hover .btn-icon{transform:translate(5px)}.register-limited{margin-top:24px;font-size:.9rem;color:#64748b;font-style:italic}@media(max-width:768px){.register-content{padding:40px 24px}.register-title{font-size:2rem}.register-btn{width:100%;justify-content:center}}.rewards{position:relative;padding:clamp(60px,10vh,120px) 20px;background-color:#020617;overflow:hidden;display:flex;justify-content:center;align-items:center;border-top:1px solid rgba(255,255,255,.05)}.rewards:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:clamp(300px,80vw,600px);height:clamp(300px,80vw,600px);background:radial-gradient(circle,rgba(34,197,94,.1) 0%,transparent 70%);filter:blur(80px);z-index:0}.rewards-container{position:relative;z-index:1;max-width:1100px;width:100%}.rewards-content{background:#ffffff08;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:clamp(30px,5vw,60px);display:flex;align-items:center;gap:clamp(30px,5vw,60px);box-shadow:0 0 40px #00000080;transition:transform .3s ease,border-color .3s ease}.rewards-content:hover{border-color:#22c55e4d;transform:translateY(-5px)}.rewards-left{flex:0 0 auto;display:flex;justify-content:center;align-items:center}.rewards-icon-wrapper{width:clamp(80px,15vw,120px);height:clamp(80px,15vw,120px);border-radius:50%;background:linear-gradient(135deg,#1e293b,#0f172a);display:flex;align-items:center;justify-content:center;border:1px solid #334155;box-shadow:0 0 30px #22c55e33;animation:float 6s ease-in-out infinite}.rewards-icon{width:50%;height:50%;color:#22c55e;filter:drop-shadow(0 0 10px rgba(34,197,94,.6))}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.rewards-right{flex:1;display:flex;flex-direction:column;justify-content:center}.rewards-title{font-family:Silkscreen,monospace;font-size:clamp(1.8rem,5vw,3.2rem);line-height:1.2;color:#f1f5f9;margin-bottom:24px;text-transform:uppercase;font-weight:lighter;display:flex;flex-direction:column}.rewards-title .highlight{color:#22c55e;text-shadow:0 0 20px rgba(34,197,94,.6)}.rewards-description{font-size:clamp(.9rem,2vw,1.1rem);color:#94a3b8;line-height:1.6}.rewards-list{margin-top:24px;list-style:none;padding:0;display:flex;flex-direction:column;gap:12px}.rewards-list li{display:flex;align-items:flex-start;gap:12px;color:#cbd5e1;font-size:clamp(.9rem,2vw,1.05rem);opacity:0;animation:fadeInRight .5s ease forwards}.rewards-list li:nth-child(1){animation-delay:.1s}.rewards-list li:nth-child(2){animation-delay:.2s}.rewards-list li:nth-child(3){animation-delay:.3s}.rewards-list li:nth-child(4){animation-delay:.4s}@keyframes fadeInRight{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.check-icon{color:#22c55e;width:20px;height:20px;flex-shrink:0;margin-top:2px}@media(max-width:900px){.rewards-content{flex-direction:column;text-align:center;padding:40px 20px}.rewards-right{align-items:center}.rewards-list{width:100%;max-width:400px;margin:24px auto 0}.rewards-list li{justify-content:flex-start;text-align:left}}@media(max-width:480px){.rewards-list li{font-size:.9rem}.check-icon{width:18px;height:18px}}.rules{padding:120px 10%;background-color:#020617}.rules-container{max-width:1100px;margin:0 auto}.rules-title{font-family:Courier New,monospace;font-size:2rem;letter-spacing:2px;color:#e5e7eb;margin:60px 0 24px;border-left:4px solid #22c55e;padding-left:14px}.rules-content{margin-bottom:40px}.rules-content ul{list-style:none;padding-left:0}.rules-content li{color:#9ca3af;font-size:.95rem;line-height:1.7;margin-bottom:12px;padding-left:20px;position:relative}.rules-content li:before{content:"▸";position:absolute;left:0;color:#22c55e}.rules-content p{color:#9ca3af;font-size:.95rem;line-height:1.7;margin-bottom:16px}.flag-format{background-color:#020617;border:1px solid #1e293b;border-radius:10px;padding:16px 20px;margin:20px 0 24px;font-family:Courier New,monospace;font-size:1rem;letter-spacing:1px;color:#22c55e;box-shadow:inset -2px -2px 6px #ffffff05,inset 2px 2px 6px #0009}@media(max-width:768px){.rules{padding:clamp(60px,10vh,90px) 5%}.rules-title{font-size:clamp(1.4rem,4vw,1.8rem);margin:40px 0 20px}.rules-subtitle{font-size:clamp(1.1rem,3.5vw,1.3rem);margin:24px 0 12px}.rules-content li{font-size:clamp(.9rem,2.5vw,1rem)}.flag-format{font-size:.85rem;padding:12px 14px;margin:16px 0 20px;word-break:break-word}}@media(max-width:480px){.rules-title{border-left-width:3px;padding-left:10px}.rules-content li{padding-left:16px}}.rules-subtitle{font-family:Courier New,monospace;font-size:1.4rem;color:#38bdf8;margin:30px 0 16px;padding-left:10px;border-left:2px solid rgba(56,189,248,.3)}.sponsors{padding:100px 10%;background-color:#030712;background-image:radial-gradient(circle at 10% 20%,rgba(34,197,94,.05) 0%,transparent 20%),radial-gradient(circle at 90% 80%,rgba(34,197,94,.05) 0%,transparent 20%);position:relative;overflow:hidden}.sponsors-container{max-width:1200px;margin:0 auto;position:relative;z-index:10}.sponsors-title{font-size:3rem;font-weight:800;color:#f3f4f6;text-align:center;margin-bottom:80px;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 20px rgba(34,197,94,.3);position:relative;display:inline-block;width:100%}.sponsors-title:after{content:"";display:block;width:60px;height:4px;background:#22c55e;margin:20px auto 0;border-radius:2px;box-shadow:0 0 10px #22c55e}.sponsor-tier{margin-bottom:80px;display:flex;flex-direction:column;align-items:center}.sponsor-row{display:flex;justify-content:center;gap:60px;width:100%;flex-wrap:wrap;margin-bottom:80px}.sponsor-tier.half-width{margin-bottom:0;width:auto;min-width:300px}.sponsor-grid.single-item{display:flex;justify-content:center}.tier-title{font-size:1.5rem;font-weight:700;color:#fbbf24;margin-bottom:30px;text-transform:uppercase;letter-spacing:1.5px;position:relative;padding:0 20px}.tier-title:before,.tier-title:after{content:"";position:absolute;top:50%;width:40px;height:1px;background:#fbbf244d}.tier-title:before{right:100%}.tier-title:after{left:100%}.sponsor-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px;width:100%}.sponsor-card{width:280px;height:140px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.sponsor-card:before{content:"";position:absolute;inset:0;background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.06),transparent 40%);opacity:0;transition:opacity .5s}.sponsor-card:hover:before{opacity:1}.sponsor-card:hover{transform:translateY(-5px);border-color:#22c55e80;box-shadow:0 10px 15px -3px #0003,0 4px 6px -2px #0000001a,0 0 15px #22c55e1a;background:#ffffff0d}.sponsor-logo{max-width:80%;max-height:70%;object-fit:contain;filter:grayscale(100%) brightness(.8);opacity:.7;transition:all .4s ease}.sponsor-card:hover .sponsor-logo{filter:grayscale(0%) brightness(1);opacity:1;transform:scale(1.1)}.sponsor-note{margin-top:60px;font-size:1rem;color:#9ca3af;text-align:center;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6;opacity:.8}@media(max-width:768px){.sponsors{padding:60px 5%}.sponsors-title{font-size:2rem;margin-bottom:50px}.sponsor-card{width:100%;max-width:300px}}.faq{padding:100px 10%;background-color:#05070a;color:#e5e7eb}.faq-container{max-width:900px;margin:0 auto}.faq-title{text-align:center;font-family:silkscreen,monospace;font-size:2.5rem;margin-bottom:60px;color:#f3f4f6;text-shadow:0 0 15px rgba(34,197,94,.25);text-transform:uppercase}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;cursor:pointer}.faq-item:hover{background:#ffffff0d;border-color:#22c55e66}.faq-item.active{background:#22c55e0d;border-color:#22c55e;box-shadow:0 0 20px #22c55e1a}.faq-question{padding:24px;display:flex;justify-content:space-between;align-items:center;font-size:1.1rem;font-weight:500;color:#f1f5f9;font-family:"sans-serif",monospace}.faq-question svg{color:#22c55e;transition:transform .3s ease}.faq-item.active .faq-question svg{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:#0003;font-family:"sans-serif",monospace}.faq-item.active .faq-answer{max-height:200px;padding:0 24px 24px}.faq-answer p{color:#94a3b8;line-height:1.6;margin:0}@media(max-width:768px){.faq{padding:60px 5%}.faq-title{font-size:1.8rem}.faq-question{font-size:1rem;padding:18px}}.team{padding:120px 10%;background-color:#020617}.team-container{max-width:1200px;margin:auto;text-align:center}.team-title{font-family:Courier New,monospace;font-size:2rem;letter-spacing:2px;color:#e5e7eb;margin-bottom:70px}.team-subtitle{font-family:Courier New,monospace;font-size:1.4rem;letter-spacing:1.5px;color:#e5e7eb;margin-bottom:40px}.team-grid{display:grid;gap:40px;margin-bottom:90px}.tech-grid{grid-template-columns:repeat(2,1fr);max-width:720px;margin:0 auto 90px}.nontech-grid{grid-template-columns:repeat(3,1fr);max-width:1000px;margin:0 auto}.team-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:18px;padding:42px 28px;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.team-card:before{content:"";position:absolute;inset:0;background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),rgba(255,255,255,.06),transparent 40%);opacity:0;transition:opacity .5s;pointer-events:none}.team-card:hover:before{opacity:1}.team-card:hover{transform:translateY(-6px);border-color:#22c55e80;box-shadow:0 10px 15px -3px #0003,0 4px 6px -2px #0000001a,0 0 15px #22c55e1a;background:#ffffff0d}.team-icon{width:80px;height:80px;border-radius:50%;margin:0 auto 22px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top,#0f172a,#020617);border:1px solid #1e293b}.team-icon svg{width:36px;height:36px;color:#22c55e}.team-name{color:#e5e7eb;font-size:1.1rem;margin-bottom:6px}.team-role{color:#9ca3af;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:22px}.team-socials{display:flex;justify-content:center;gap:16px}.team-socials a{color:#94a3b8;transition:color .25s ease,transform .25s ease}.team-socials a:hover{color:#22c55e;transform:translateY(-2px)}.team-socials svg{width:20px;height:20px}@media(max-width:768px){.team{padding:90px 6%}.tech-grid,.nontech-grid{grid-template-columns:1fr;max-width:100%}.team-title{font-size:1.7rem}.team-subtitle{font-size:1.2rem}}.footer{background-color:#000;border-top:1px solid #111827}.footer-container{width:100%;padding:60px 5%;display:flex;justify-content:space-between;align-items:flex-start}.footer-left{max-width:420px}.footer-logo{width:280px;margin-bottom:16px}.footer-about{color:#9ca3af;font-size:.85rem;line-height:1.6}.footer-right{margin-left:auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end}.footer-follow{color:#e5e7eb;font-size:.85rem;letter-spacing:1px;text-transform:uppercase;margin-bottom:14px}.footer-socials{display:flex;gap:18px}.footer-socials a{color:#94a3b8;transition:color .25s ease,transform .25s ease}.footer-socials a:hover{color:#22c55e;transform:translateY(-2px)}.footer-socials svg{width:22px;height:22px}.footer-bottom{border-top:1px solid #111827;padding:16px 5%;text-align:center;font-size:.75rem;color:#6b7280}@media(max-width:768px){.footer-container{flex-direction:column;align-items:center;text-align:center;padding:50px 6%}.footer-right{margin-top:30px;align-items:center;text-align:center}.footer-socials{justify-content:center}.footer-logo{width:220px}}
