.Navbar-module___rHu7W__navbar{z-index:100;-webkit-backdrop-filter:blur(12px);height:64px;transition:border-color var(--transition-base);background:#0a0a0acc;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module___rHu7W__navbar.Navbar-module___rHu7W__scrolled{border-bottom-color:var(--border)}.Navbar-module___rHu7W__logo{letter-spacing:-.02em;color:var(--text-primary);font-size:1.1rem;font-weight:700}.Navbar-module___rHu7W__logoAccent{color:var(--accent)}.Navbar-module___rHu7W__navLinks{align-items:center;gap:120px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module___rHu7W__navLink{color:var(--text-secondary);transition:color var(--transition-fast);letter-spacing:.01em;font-size:1rem;font-weight:400}.Navbar-module___rHu7W__navLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__navActions{align-items:center;gap:12px;display:flex}.Navbar-module___rHu7W__langToggle{border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);cursor:pointer;letter-spacing:.02em;background:0 0;padding:6px 14px;font-size:.8rem;font-weight:500}.Navbar-module___rHu7W__langToggle:hover{border-color:var(--accent);color:var(--accent)}.Navbar-module___rHu7W__resumeBtn{border-radius:var(--radius-full);background:var(--accent);color:#fff;transition:all var(--transition-fast);cursor:pointer;letter-spacing:.01em;padding:8px 18px;font-size:.8rem;font-weight:500}.Navbar-module___rHu7W__resumeBtn:hover{background:var(--accent-hover);transform:translateY(-1px)}.Navbar-module___rHu7W__mobileMenuBtn{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module___rHu7W__mobileMenuBtn span{background:var(--text-primary);width:20px;height:1.5px;transition:all var(--transition-base);display:block}.Navbar-module___rHu7W__mobileMenu{background:var(--bg-primary);z-index:99;flex-direction:column;gap:24px;padding:32px 24px;display:none;position:fixed;inset:64px 0 0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{display:flex}.Navbar-module___rHu7W__mobileNavLink{color:var(--text-secondary);border-bottom:1px solid var(--border);transition:color var(--transition-fast);padding:8px 0;font-size:1.2rem;font-weight:500}.Navbar-module___rHu7W__mobileNavLink:hover{color:var(--text-primary)}.Navbar-module___rHu7W__mobileActions{gap:12px;margin-top:16px;display:flex}@media (max-width:768px){.Navbar-module___rHu7W__navLinks,.Navbar-module___rHu7W__navActions{display:none}.Navbar-module___rHu7W__mobileMenuBtn{display:flex}}
.Hero-module__JgYmMq__hero{justify-content:center;align-items:center;min-height:100dvh;padding-top:64px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__heroGlow{background:radial-gradient(circle,var(--accent-glow)0%,transparent 70%);pointer-events:none;filter:blur(80px);width:600px;height:600px;position:absolute;top:20%;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__heroContent{text-align:center;z-index:1;max-width:800px;margin-top:-32px;padding:0 24px;position:relative}.Hero-module__JgYmMq__greeting{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:20px;font-size:1.1rem;font-weight:500}.Hero-module__JgYmMq__name{letter-spacing:-.03em;background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;padding-bottom:.1em;font-size:clamp(3.2rem,8vw,5.5rem);font-weight:800;line-height:1.15}.Hero-module__JgYmMq__handle{color:var(--text-muted);font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;font-family:var(--font-mono);margin-bottom:20px}.Hero-module__JgYmMq__role{color:var(--text-secondary);margin-bottom:40px;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:400;line-height:1.5}.Hero-module__JgYmMq__socials{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;display:flex}.Hero-module__JgYmMq__socialLink{border-radius:var(--radius-full);border:1px solid var(--border);width:48px;height:48px;color:var(--text-secondary);transition:all var(--transition-base);justify-content:center;align-items:center;font-size:1.1rem;display:flex}.Hero-module__JgYmMq__socialLink:hover{border-color:var(--accent);color:var(--accent);box-shadow:0 4px 20px var(--accent-subtle);transform:translateY(-2px)}.Hero-module__JgYmMq__scrollIndicator{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:.75rem;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollLine{background:linear-gradient(to bottom,var(--accent),transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__JgYmMq__scrollPulse}@keyframes Hero-module__JgYmMq__scrollPulse{0%,to{opacity:.3;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}@media (max-width:768px){.Hero-module__JgYmMq__heroGlow{filter:blur(60px);width:300px;height:300px}.Hero-module__JgYmMq__heroContent{margin-top:-16px}.Hero-module__JgYmMq__greeting{font-size:.9rem}.Hero-module__JgYmMq__socials{gap:12px}.Hero-module__JgYmMq__socialLink{width:40px;height:40px}.Hero-module__JgYmMq__scrollIndicator{bottom:24px}}
.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr 1fr;align-items:start;gap:64px;display:grid}.About-module__S-Ka5a__aboutText{flex-direction:column;gap:20px;display:flex}.About-module__S-Ka5a__aboutParagraph{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.About-module__S-Ka5a__aboutHighlight{color:var(--accent);font-weight:500}.About-module__S-Ka5a__statsGrid{grid-template-columns:1fr 1fr;gap:24px;margin-top:80px;display:grid}.About-module__S-Ka5a__statCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-base);padding:28px}.About-module__S-Ka5a__statCard:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 8px 30px #0000004d}.About-module__S-Ka5a__statNumber{color:var(--accent);letter-spacing:-.02em;margin-bottom:8px;font-size:2rem;font-weight:800;line-height:1}.About-module__S-Ka5a__statLabel{color:var(--text-muted);font-size:.85rem;line-height:1.4}@media (max-width:768px){.About-module__S-Ka5a__aboutGrid{grid-template-columns:1fr;gap:40px}.About-module__S-Ka5a__statsGrid{grid-template-columns:1fr 1fr;gap:16px}.About-module__S-Ka5a__statCard{padding:20px}.About-module__S-Ka5a__statNumber{font-size:1.6rem}}
.CareerTimeline-module__leT_GG__timeline{padding-left:32px;position:relative}.CareerTimeline-module__leT_GG__timeline:before{content:"";background:linear-gradient(to bottom,var(--accent),var(--border));width:1px;position:absolute;top:0;bottom:0;left:0}.CareerTimeline-module__leT_GG__timelineItem{padding-bottom:36px;position:relative}.CareerTimeline-module__leT_GG__timelineItem:last-child{padding-bottom:0}.CareerTimeline-module__leT_GG__timelineDot{background:var(--accent);width:9px;height:9px;box-shadow:0 0 12px var(--accent-subtle);border-radius:50%;position:absolute;top:6px;left:-36px}.CareerTimeline-module__leT_GG__timelinePeriod{font-size:.8rem;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.02em;margin-bottom:8px}.CareerTimeline-module__leT_GG__timelineTitle{color:var(--text-primary);margin-bottom:6px;font-size:1.15rem;font-weight:600;line-height:1.4}.CareerTimeline-module__leT_GG__timelineDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.CareerTimeline-module__leT_GG__experienceCards{gap:20px;margin-top:48px;display:grid}.CareerTimeline-module__leT_GG__expCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:flex-start;gap:12px;padding:24px 28px;display:flex}.CareerTimeline-module__leT_GG__expCard:hover{border-color:var(--border-light);transform:translateY(-2px)}.CareerTimeline-module__leT_GG__expDate{font-size:.8rem;font-family:var(--font-mono);color:var(--accent);flex-shrink:0;width:140px;padding-top:2px;line-height:1.4}.CareerTimeline-module__leT_GG__expContent{flex:1}.CareerTimeline-module__leT_GG__expTitle{color:var(--text-primary);margin-bottom:6px;font-size:1rem;font-weight:600;line-height:1.4}.CareerTimeline-module__leT_GG__expDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.5}@media (max-width:768px){.CareerTimeline-module__leT_GG__expCard{flex-direction:column;gap:8px;padding:20px}}
.Competitions-module__s0IO8G__yearGroup{margin-bottom:32px}.Competitions-module__s0IO8G__yearGroup:last-child{margin-bottom:0}.Competitions-module__s0IO8G__yearLabel{color:var(--text-primary);letter-spacing:-.02em;align-items:center;gap:12px;margin-bottom:20px;font-size:1.6rem;font-weight:800;display:flex}.Competitions-module__s0IO8G__yearLabel:after{content:"";background:var(--border);flex:1;height:1px}.Competitions-module__s0IO8G__compList{flex-direction:column;gap:12px;display:flex}.Competitions-module__s0IO8G__compItem{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-base);justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex}.Competitions-module__s0IO8G__compItem:hover{border-color:var(--border-light);transform:translate(4px)}.Competitions-module__s0IO8G__compItem.Competitions-module__s0IO8G__highlight{border-color:var(--accent);background:var(--accent-subtle)}.Competitions-module__s0IO8G__compName{color:var(--text-primary);flex:1;font-size:.95rem;font-weight:500}.Competitions-module__s0IO8G__compResult{color:var(--text-secondary);text-align:right;font-size:.85rem;font-family:var(--font-mono);white-space:nowrap}.Competitions-module__s0IO8G__compResult.Competitions-module__s0IO8G__award{color:var(--accent);font-weight:600}.Competitions-module__s0IO8G__viewMoreWrapper{justify-content:center;margin-top:32px;display:flex}.Competitions-module__s0IO8G__viewMoreBtn{color:var(--bg-primary);background:var(--text-primary);transition:all var(--transition-base);border-radius:30px;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.Competitions-module__s0IO8G__viewMoreBtn:hover{background:var(--accent);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.Competitions-module__s0IO8G__compItem{flex-direction:column;align-items:flex-start;gap:6px;padding:14px 16px}.Competitions-module__s0IO8G__compResult{text-align:left}.Competitions-module__s0IO8G__yearLabel{font-size:1.3rem}}
.Projects-module__T_D1Ca__workSection{box-sizing:border-box;transition:all}.Projects-module__T_D1Ca__workContainer{flex-direction:column;height:80vh;margin:auto;display:flex;position:sticky;top:10vh;overflow:hidden}.Projects-module__T_D1Ca__workFlexWrapper{flex:1;width:100%;position:relative;overflow:visible}.Projects-module__T_D1Ca__workFlex{will-change:transform;height:100%;margin-left:-3vw;padding-right:calc(50vw - 300px);display:flex;position:relative}.Projects-module__T_D1Ca__workBox{box-sizing:border-box;border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:center;gap:30px;width:600px;max-width:85vw;padding:20px 5vw;display:flex}.Projects-module__T_D1Ca__workFlex .Projects-module__T_D1Ca__workBox:nth-child(2n){flex-direction:column-reverse}.Projects-module__T_D1Ca__workTitle{justify-content:space-between;gap:20px;width:100%;margin-bottom:20px;display:flex}.Projects-module__T_D1Ca__workTitle>div{text-align:right;flex:1;justify-content:flex-end;align-items:center;display:flex}.Projects-module__T_D1Ca__workTitle h3{color:#ffffffe6;opacity:1;font-size:4rem;font-weight:800;line-height:1;font-family:var(--font-mono);flex-shrink:0;margin:0}.Projects-module__T_D1Ca__workInfo h4{color:var(--text-primary);letter-spacing:-.02em;word-break:keep-all;overflow-wrap:break-word;text-wrap:balance;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.Projects-module__T_D1Ca__workInfo p{color:var(--text-secondary);word-break:keep-all;margin:8px 0 0;font-size:1rem;font-weight:400;line-height:1.6}.Projects-module__T_D1Ca__workInfo>p{width:100%}.Projects-module__T_D1Ca__workImage{justify-content:center;width:100%;display:flex}.Projects-module__T_D1Ca__workImageIn{display:block;position:relative}.Projects-module__T_D1Ca__workLink{background-color:var(--bg-card);opacity:0;width:50px;height:50px;color:var(--text-primary);border-radius:50px;justify-content:center;align-items:center;font-size:25px;transition:all .3s;display:flex;position:absolute;bottom:10px;right:10px;box-shadow:0 0 10px #ffffff1a,inset 0 0 10px #00000080}.Projects-module__T_D1Ca__workImage a:hover{color:inherit}.Projects-module__T_D1Ca__workImage a:hover .Projects-module__T_D1Ca__workLink{opacity:1}.Projects-module__T_D1Ca__workImage img{border-radius:var(--radius-md);object-fit:cover;max-width:100%;max-height:40vh}.Projects-module__T_D1Ca__workBoxCta{border-right:none;justify-content:center;align-items:center;display:flex}.Projects-module__T_D1Ca__seeAllWorks{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:15px;display:flex}.Projects-module__T_D1Ca__seeAllWorks h3{color:var(--text-primary);font-size:2rem;font-weight:500}.Projects-module__T_D1Ca__seeAllWorks p{color:var(--text-secondary);max-width:250px;font-size:1rem}@media only screen and (max-height:900px){.Projects-module__T_D1Ca__workImage img{max-height:35vh}.Projects-module__T_D1Ca__workBox{padding-top:20px;padding-bottom:20px}}@media only screen and (max-width:1400px){.Projects-module__T_D1Ca__workTitle h3{font-size:2.2rem}.Projects-module__T_D1Ca__workInfo p{font-size:.9rem}.Projects-module__T_D1Ca__workInfo h4{font-size:1.1rem}.Projects-module__T_D1Ca__workBox{width:450px;max-width:80vw}}@media only screen and (max-width:1024px){.Projects-module__T_D1Ca__workBox{width:350px;padding:30px}.Projects-module__T_D1Ca__workFlex{margin-left:-30px;padding-right:45px}.Projects-module__T_D1Ca__workTitle{flex-direction:column;gap:10px}.Projects-module__T_D1Ca__workTitle>div{text-align:left}}@media only screen and (max-height:650px){.Projects-module__T_D1Ca__workImage img{max-height:200px}.Projects-module__T_D1Ca__workSection h2{margin-bottom:20px;font-size:40px}.Projects-module__T_D1Ca__workBox{gap:20px}}@media only screen and (max-width:768px){.Projects-module__T_D1Ca__workSection{height:auto;min-height:auto;padding-bottom:100px}.Projects-module__T_D1Ca__workContainer{height:auto;position:relative;overflow:visible}.Projects-module__T_D1Ca__workFlex{flex-direction:column;gap:0;margin-left:0;padding-right:0;transform:none!important}.Projects-module__T_D1Ca__workBox{border-right:none;border-bottom:1px solid var(--border);gap:20px;width:100%;max-width:100%;padding:30px 15px}.Projects-module__T_D1Ca__workFlex .Projects-module__T_D1Ca__workBox:nth-child(2n){flex-direction:column}.Projects-module__T_D1Ca__workSection h2{margin-top:50px;margin-bottom:20px;font-size:36px}.Projects-module__T_D1Ca__workTitle{flex-direction:row;align-items:baseline;gap:12px}.Projects-module__T_D1Ca__workTitle>div{text-align:left;justify-content:flex-start}.Projects-module__T_D1Ca__workTitle h3{font-size:24px;line-height:24px}.Projects-module__T_D1Ca__workInfo h4{font-size:14px}.Projects-module__T_D1Ca__workImage img{max-height:200px}.Projects-module__T_D1Ca__workBoxCta{display:none}.Projects-module__T_D1Ca__seeAllWorks h3{font-size:24px}.Projects-module__T_D1Ca__seeAllWorks p{font-size:14px}}
.SecurityResearch-module__ThZXLW__cveList{flex-direction:column;gap:16px;display:flex}.SecurityResearch-module__ThZXLW__cveGroup{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);padding:28px}.SecurityResearch-module__ThZXLW__cveSource{color:var(--text-primary);align-items:center;gap:10px;margin-bottom:16px;font-size:1rem;font-weight:600;display:flex}.SecurityResearch-module__ThZXLW__cveLogo{border-radius:var(--radius-sm);object-fit:cover;width:32px;height:32px}.SecurityResearch-module__ThZXLW__cveSourceBadge{border-radius:var(--radius-full);background:var(--accent-subtle);color:var(--accent);letter-spacing:.04em;text-transform:uppercase;padding:3px 10px;font-size:.7rem;font-weight:600}.SecurityResearch-module__ThZXLW__cveTags{flex-wrap:wrap;gap:10px;display:flex}.SecurityResearch-module__ThZXLW__cveTag{font-size:.85rem;font-family:var(--font-mono);border-radius:var(--radius-sm);background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-base);justify-content:center;align-items:center;padding:10px 18px;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.SecurityResearch-module__ThZXLW__cveId{transition:filter var(--transition-base),opacity var(--transition-base)}.SecurityResearch-module__ThZXLW__cveSeverity{letter-spacing:.1em;opacity:0;transition:opacity var(--transition-base);justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;position:absolute;inset:0}.SecurityResearch-module__ThZXLW__cveTag:hover .SecurityResearch-module__ThZXLW__cveId{filter:blur(4px);opacity:.3}.SecurityResearch-module__ThZXLW__cveTag:hover .SecurityResearch-module__ThZXLW__cveSeverity{opacity:1}.SecurityResearch-module__ThZXLW__cveTag:hover{border-color:var(--accent);background:var(--accent-subtle)}.SecurityResearch-module__ThZXLW__cveSeverity{color:var(--accent)}.SecurityResearch-module__ThZXLW__researchNote{color:var(--text-muted);margin-top:24px;font-size:.85rem;line-height:1.6}@media (max-width:768px){.SecurityResearch-module__ThZXLW__cveGroup{padding:20px 16px}.SecurityResearch-module__ThZXLW__cveTags{gap:8px}.SecurityResearch-module__ThZXLW__cveTag{padding:8px 12px;font-size:.75rem}.SecurityResearch-module__ThZXLW__cveSource{font-size:.9rem}.SecurityResearch-module__ThZXLW__researchNote{font-size:.8rem}}
.Certifications-module__REY-WG__certGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.Certifications-module__REY-WG__certCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-base);align-items:center;gap:16px;padding:20px 24px;display:flex}.Certifications-module__REY-WG__certCard:hover{border-color:var(--border-light);transform:translateY(-2px)}.Certifications-module__REY-WG__certIcon{border-radius:var(--radius-sm);background:var(--accent-subtle);width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Certifications-module__REY-WG__certInfo{flex:1;min-width:0}.Certifications-module__REY-WG__certName{color:var(--text-primary);margin-bottom:2px;font-size:.95rem;font-weight:500;line-height:1.3}.Certifications-module__REY-WG__certDate{font-size:.8rem;font-family:var(--font-mono);color:var(--text-muted)}@media (max-width:768px){.Certifications-module__REY-WG__certGrid{grid-template-columns:1fr}}
.Footer-module__Grjkva__footer{border-top:1px solid var(--border);padding:48px 0}.Footer-module__Grjkva__footerInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.Footer-module__Grjkva__footerLeft{flex-direction:column;gap:4px;display:flex}.Footer-module__Grjkva__footerName{color:var(--text-primary);font-size:.95rem;font-weight:600}.Footer-module__Grjkva__footerCopy{color:var(--text-muted);font-size:.8rem}.Footer-module__Grjkva__footerSocials{gap:16px;display:flex}.Footer-module__Grjkva__footerSocialLink{color:var(--text-muted);transition:color var(--transition-fast);font-size:.85rem}.Footer-module__Grjkva__footerSocialLink:hover{color:var(--accent)}@media (max-width:480px){.Footer-module__Grjkva__footerInner{text-align:center;flex-direction:column}}
.IntroCard-module__gAtMAW__card{pointer-events:none;z-index:calc(var(--card-scale)*2);will-change:transform,visibility,z-index;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transform:translateZ(.01px)}.IntroCard-module__gAtMAW__card,.IntroCard-module__gAtMAW__card *{outline:1px solid #0000}.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interacting{z-index:calc(var(--card-scale)*120)}.IntroCard-module__gAtMAW__card,.IntroCard-module__gAtMAW__card__rotator{aspect-ratio:.718;border-radius:4.55%/3.5%}.IntroCard-module__gAtMAW__card__translater,.IntroCard-module__gAtMAW__card__rotator{perspective:600px;will-change:transform,box-shadow;transform-origin:50%;transform-style:preserve-3d;display:grid}.IntroCard-module__gAtMAW__card__translater{width:auto;-webkit-transform:translate3d(var(--translate-x),var(--translate-y),.1px)scale(var(--card-scale));transform:translate3d(var(--translate-x),var(--translate-y),.1px)scale(var(--card-scale));position:relative}.IntroCard-module__gAtMAW__card__rotator{-webkit-transform:rotateY(var(--rotate-x))rotateX(var(--rotate-y));-webkit-transform-style:preserve-3d;transform:rotateY(var(--rotate-x))rotateX(var(--rotate-y));pointer-events:auto;touch-action:none}.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__translater,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__rotator,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__shine,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__glare{transition:opacity .15s ease-out,box-shadow .15s ease-out}button.IntroCard-module__gAtMAW__card__rotator{appearance:none;cursor:pointer;background:0 0;border:none;padding:0}.IntroCard-module__gAtMAW__card__rotator{box-shadow:0 0 3px -1px #0000,0 0 2px 1px #0000,0 0 5px #0000,0 10px 20px -5px #000,0 2px 15px -5px #000,0 0 20px #0000}.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__active .IntroCard-module__gAtMAW__card__rotator,.IntroCard-module__gAtMAW__card__rotator:focus,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interacting .IntroCard-module__gAtMAW__card__rotator{box-shadow:0 0 3px -1px #fff,0 0 3px 1px #ffe78f,0 0 12px 2px #ccfffb,0 10px 20px -5px #000,0 0 40px -30px #ccfffb,0 0 50px -20px #ccfffb}.IntroCard-module__gAtMAW__card__rotator *{aspect-ratio:.718;width:100%;image-rendering:optimizeQuality;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;pointer-events:none;border-radius:4.55%/3.5%;grid-area:1/1;display:grid;overflow:hidden}.IntroCard-module__gAtMAW__card__rotator img{height:auto}.IntroCard-module__gAtMAW__card__rotator img:not(.IntroCard-module__gAtMAW__card__back){transform:translateZ(.01px)}.IntroCard-module__gAtMAW__card__back{backface-visibility:visible;background-color:#004a80;transform:rotateY(180deg)translateZ(1px)}.IntroCard-module__gAtMAW__card__front,.IntroCard-module__gAtMAW__card__front *{backface-visibility:hidden}.IntroCard-module__gAtMAW__card__front{opacity:1;transition:opacity .33s ease-out;transform:translateZ(.01px)}.IntroCard-module__gAtMAW__loading .IntroCard-module__gAtMAW__card__front{opacity:0}.IntroCard-module__gAtMAW__loading .IntroCard-module__gAtMAW__card__back{transform:rotateY(0)}.IntroCard-module__gAtMAW__card__shine{z-index:3;filter:brightness(.25)contrast(1.1)saturate(.2);mix-blend-mode:color-dodge;opacity:calc(var(--card-opacity)*.2);background:50%/cover;display:grid;overflow:hidden;transform:translateZ(1px)}.IntroCard-module__gAtMAW__card__shine:before,.IntroCard-module__gAtMAW__card__shine:after{content:"";background:linear-gradient(115deg,#0000 0%,#ff7a75 25%,#0000 47% 53%,#a8ff61 75%,#0000 100%) 0 0/250% 250%;background-position:var(--background-x)var(--background-y);opacity:calc(var(--card-opacity)*.1);border-radius:4.55%/3.5%;grid-area:1/1;transform:translateZ(1px)}.IntroCard-module__gAtMAW__card__shine:after{background:linear-gradient(-115deg,#0000 0%,#7a95ff 25%,#0000 47% 53%,#ffed61 75%,#0000 100%) 0 0/200% 200%;background-position:var(--background-x)var(--background-y);transform:translateZ(1.2px)}.IntroCard-module__gAtMAW__card__glare{background-image:radial-gradient(farthest-corner circle at var(--pointer-x)var(--pointer-y),#fffc 10%,#fff6 20%,#00000080 90%);opacity:calc(var(--card-opacity)*.2);mix-blend-mode:overlay;overflow:hidden;transform:translateZ(1.41px)}@media screen and (max-width:768px){.IntroCard-module__gAtMAW__card{transform:translate(0,0)}.IntroCard-module__gAtMAW__card__translater,.IntroCard-module__gAtMAW__card__rotator{perspective:400px}.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__translater,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__rotator,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__shine,.IntroCard-module__gAtMAW__card.IntroCard-module__gAtMAW__interactive .IntroCard-module__gAtMAW__card__glare{transition:opacity .2s ease-out,box-shadow .2s ease-out}.IntroCard-module__gAtMAW__card__shine{filter:brightness(.3)contrast()saturate(.15)}.IntroCard-module__gAtMAW__card__shine:before,.IntroCard-module__gAtMAW__card__shine:after{background-size:200% 200%}.IntroCard-module__gAtMAW__card__glare{background-image:radial-gradient(farthest-corner circle at var(--pointer-x)var(--pointer-y),#fff9 10%,#0006 80%)}}
.CompetitionsPage-module__DIT_TG__main{background-color:var(--bg-primary);min-height:100dvh;padding:120px 0}.CompetitionsPage-module__DIT_TG__pageContainer{max-width:900px;margin:0 auto;padding:0 24px}.CompetitionsPage-module__DIT_TG__backLink{color:var(--text-secondary);transition:color var(--transition-base);align-items:center;gap:8px;margin-bottom:48px;font-size:.95rem;text-decoration:none;display:inline-flex}.CompetitionsPage-module__DIT_TG__backLink:hover{color:var(--text-primary)}.CompetitionsPage-module__DIT_TG__header{flex-direction:column;gap:8px;margin-bottom:40px;display:flex}.CompetitionsPage-module__DIT_TG__pageTitle{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:800}.CompetitionsPage-module__DIT_TG__pageSubtitle{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.5}.CompetitionsPage-module__DIT_TG__yearFilters{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.CompetitionsPage-module__DIT_TG__yearBtn{border-radius:var(--radius-lg);font-size:.875rem;font-family:var(--font-mono);transition:all var(--transition-base);color:var(--text-secondary);background:#16161680;border:1px solid #0000;align-items:center;gap:4px;padding:8px 16px;display:flex}.CompetitionsPage-module__DIT_TG__yearBtn:hover{color:var(--text-primary);background:var(--bg-card)}.CompetitionsPage-module__DIT_TG__yearBtn.CompetitionsPage-module__DIT_TG__active{color:var(--accent);background:#6366f133;border-color:#6366f180}.CompetitionsPage-module__DIT_TG__yearCount{opacity:.7;font-size:.75rem}.CompetitionsPage-module__DIT_TG__grid{gap:16px;display:grid}.CompetitionsPage-module__DIT_TG__cardWrapper{display:block}.CompetitionsPage-module__DIT_TG__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border);transition:all var(--transition-base);flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;display:flex;position:relative}.CompetitionsPage-module__DIT_TG__card:hover{border-color:var(--border-light);transform:translate(4px)}.CompetitionsPage-module__DIT_TG__cardInfo{flex-direction:column;gap:8px;display:flex}.CompetitionsPage-module__DIT_TG__cardTitle{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:700;line-height:1.3}.CompetitionsPage-module__DIT_TG__teamMeta{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono)}.CompetitionsPage-module__DIT_TG__cardResult{border-radius:var(--radius-md);text-align:right;color:var(--accent);word-break:keep-all;background:#6366f126;border:1px solid #6366f166;flex-shrink:0;max-width:50%;padding:6px 14px;font-size:.95rem;font-weight:700;box-shadow:0 0 12px #6366f133}@media (max-width:768px){.CompetitionsPage-module__DIT_TG__card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 20px}.CompetitionsPage-module__DIT_TG__cardResult{text-align:left;max-width:100%}}
.IntroOverlay-module__IVb6ta__introContainer{cursor:pointer;z-index:9999;background:#0a0a0f;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.IntroOverlay-module__IVb6ta__introCardWrapper{transform-origin:50%;max-width:min(330px,80vw)}.IntroOverlay-module__IVb6ta__introHint{color:#ffffff80;text-align:center;pointer-events:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:400;animation:.6s ease-out IntroOverlay-module__IVb6ta__fadeInUp;position:fixed;bottom:10%}@keyframes IntroOverlay-module__IVb6ta__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.IntroOverlay-module__IVb6ta__introCardWrapper{backface-visibility:hidden;max-width:min(250px,65vw);transform:translateZ(0)}.IntroOverlay-module__IVb6ta__introHint{font-size:1rem;bottom:5%}}
