.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);background:#000000e6;position:sticky;top:0}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.Header-module__hBw1pG__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Header-module__hBw1pG__name{color:var(--text-primary);font-size:1rem;font-weight:700}.Header-module__hBw1pG__divider{color:var(--neon-purple)}.Header-module__hBw1pG__tagline{color:var(--text-secondary);font-size:.9rem}.Header-module__hBw1pG__nav{align-items:center;gap:2rem;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:color var(--transition-fast);font-size:.85rem;text-decoration:none}.Header-module__hBw1pG__navLink:hover{color:var(--neon-green)}.Header-module__hBw1pG__menuButton{cursor:pointer;z-index:110;background:0 0;border:none;width:32px;height:32px;padding:0;display:none;position:relative}.Header-module__hBw1pG__bar{background:var(--neon-green);border-radius:2px;height:2px;transition:transform .2s,opacity .2s,top .2s;position:absolute;left:4px;right:4px;box-shadow:0 0 6px #84ff0073}.Header-module__hBw1pG__bar:first-child{top:9px}.Header-module__hBw1pG__bar:nth-child(2){top:15px}.Header-module__hBw1pG__bar:nth-child(3){top:21px}.Header-module__hBw1pG__menuButtonOpen .Header-module__hBw1pG__bar:first-child{top:15px;transform:rotate(45deg)}.Header-module__hBw1pG__menuButtonOpen .Header-module__hBw1pG__bar:nth-child(2){opacity:0}.Header-module__hBw1pG__menuButtonOpen .Header-module__hBw1pG__bar:nth-child(3){top:15px;transform:rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);z-index:105;background:#000000f7;max-height:0;transition:max-height .24s;position:fixed;top:64px;left:0;right:0;overflow:hidden}.Header-module__hBw1pG__mobileMenuOpen{max-height:calc(100vh - 64px)}.Header-module__hBw1pG__mobileNav{flex-direction:column;padding:.5rem 0;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;transition:color var(--transition-fast),background var(--transition-fast);border-bottom:1px solid #ffffff0f;padding:1rem 1.5rem;font-size:1rem;text-decoration:none}.Header-module__hBw1pG__mobileNavLink:last-child{border-bottom:none}.Header-module__hBw1pG__mobileNavLink:hover,.Header-module__hBw1pG__mobileNavLink:focus-visible{color:var(--neon-green);background:#84ff000a;outline:none}@media (max-width:768px){.Header-module__hBw1pG__container{padding:1rem}.Header-module__hBw1pG__nav,.Header-module__hBw1pG__tagline{display:none}.Header-module__hBw1pG__menuButton{display:block}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);padding:3rem 0}.Footer-module__S6Hkya__container{flex-direction:column;align-items:center;gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__name{color:var(--text-primary);font-size:1rem;font-weight:700}.Footer-module__S6Hkya__divider{color:var(--neon-purple)}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);font-size:.9rem}.Footer-module__S6Hkya__nav{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.Footer-module__S6Hkya__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;transition:color var(--transition-fast);font-size:.85rem;text-decoration:none}.Footer-module__S6Hkya__navLink:hover{color:var(--neon-green)}.Footer-module__S6Hkya__copyright{color:var(--text-secondary);font-size:.8rem}@media (max-width:768px){.Footer-module__S6Hkya__container{padding:0 1rem}.Footer-module__S6Hkya__nav{gap:1rem}.Footer-module__S6Hkya__tagline{display:none}}
.Hero-module__ZARIfG__hero{text-align:center;padding:6rem 0 4rem}.Hero-module__ZARIfG__container{max-width:800px;margin:0 auto;padding:0 2rem}.Hero-module__ZARIfG__title{color:var(--neon-green);text-shadow:var(--glow-green);margin-bottom:1.5rem;font-size:3.5rem;animation:2s ease-in-out infinite alternate Hero-module__ZARIfG__glow}@keyframes Hero-module__ZARIfG__glow{0%{text-shadow:0 0 20px #a3ff1280}to{text-shadow:0 0 40px #a3ff12cc}}.Hero-module__ZARIfG__bio{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.Hero-module__ZARIfG__highlight{color:var(--neon-cyan);font-weight:700}.Hero-module__ZARIfG__cta{text-transform:uppercase;letter-spacing:.1em;color:var(--bg-dark);background:var(--neon-green);border:2px solid var(--neon-green);cursor:pointer;transition:all var(--transition-medium);box-shadow:var(--glow-green);padding:1rem 2.5rem;font-family:Space Mono,monospace;font-size:1.1rem;font-weight:700;display:inline-block}.Hero-module__ZARIfG__cta:hover{color:var(--neon-green);background:0 0;transform:translateY(-3px);box-shadow:0 0 30px #a3ff1299}@media (max-width:768px){.Hero-module__ZARIfG__hero{padding:4rem 0 2rem}.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__bio{font-size:1rem}}
.Card-module__r9_ZKW__card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;width:320px;transition:all var(--transition-medium);border-radius:8px;flex-shrink:0;text-decoration:none;display:block;overflow:hidden}.Card-module__r9_ZKW__card:hover{border-color:var(--neon-purple);box-shadow:var(--glow-purple-strong);transform:translateY(-8px)}.Card-module__r9_ZKW__thumbnail{aspect-ratio:16/9;background:#111;width:100%;position:relative;overflow:hidden}.Card-module__r9_ZKW__image{width:100%;height:100%;transition:transform var(--transition-medium);background-position:50%;background-size:cover}.Card-module__r9_ZKW__card:hover .Card-module__r9_ZKW__image{transform:scale(1.05)}.Card-module__r9_ZKW__overlay{opacity:0;transition:opacity var(--transition-medium);background:#000000bf;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Card-module__r9_ZKW__card:hover .Card-module__r9_ZKW__overlay{opacity:1}.Card-module__r9_ZKW__overlayText{color:var(--neon-green);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:700}.Card-module__r9_ZKW__content{padding:1rem}.Card-module__r9_ZKW__meta{color:var(--text-secondary);gap:1rem;margin-bottom:.5rem;font-size:.8rem;display:flex}.Card-module__r9_ZKW__title{color:var(--text-primary);text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.25rem;font-size:1rem;font-weight:700;display:flex}.Card-module__r9_ZKW__arrow{color:var(--neon-green);transition:transform var(--transition-fast);font-size:.9rem}.Card-module__r9_ZKW__card:hover .Card-module__r9_ZKW__arrow{transform:translate(5px)}.Card-module__r9_ZKW__role{color:var(--neon-purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;display:block}.Card-module__r9_ZKW__description{color:var(--text-secondary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}@media (max-width:768px){.Card-module__r9_ZKW__card{flex-shrink:0;width:280px}}
.Projects-module__2BoJ-q__projects{padding:4rem 0}.Projects-module__2BoJ-q__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Projects-module__2BoJ-q__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);text-transform:uppercase;text-align:center;letter-spacing:.1em;margin-bottom:3rem;font-size:2rem}.Projects-module__2BoJ-q__categoryGroup{margin-bottom:3rem;padding-top:10px}.Projects-module__2BoJ-q__categoryHeader{margin-bottom:1.5rem}.Projects-module__2BoJ-q__categoryBadge{background:var(--bg-card);border:2px solid var(--neon-purple);color:var(--neon-purple);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.Projects-module__2BoJ-q__horizontalScroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:10px 0 1rem;display:flex;overflow-x:auto}.Projects-module__2BoJ-q__horizontalScroll::-webkit-scrollbar{height:6px}.Projects-module__2BoJ-q__horizontalScroll::-webkit-scrollbar-track{background:var(--bg-card);border-radius:3px}.Projects-module__2BoJ-q__horizontalScroll::-webkit-scrollbar-thumb{background:var(--neon-purple);border-radius:3px}@media (max-width:768px){.Projects-module__2BoJ-q__sectionTitle{font-size:1.5rem}.Projects-module__2BoJ-q__categoryBadge{padding:.4rem 1rem;font-size:.8rem}}
.Education-module__JpHHoW__education{background:var(--bg-card);padding:4rem 0}.Education-module__JpHHoW__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Education-module__JpHHoW__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);text-align:center;margin-bottom:2rem;font-size:2rem}.Education-module__JpHHoW__cards{justify-content:center;gap:2rem;display:flex}.Education-module__JpHHoW__card{background:var(--bg-dark);border:2px solid var(--border-color);cursor:pointer;max-width:500px;transition:all var(--transition-medium);border-radius:8px;padding:2rem;text-decoration:none;display:block;position:relative;overflow:hidden}.Education-module__JpHHoW__card:hover{border-color:var(--neon-purple);box-shadow:var(--glow-purple-strong);transform:translateY(-8px)}.Education-module__JpHHoW__cardContent{position:relative}.Education-module__JpHHoW__institution{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.Education-module__JpHHoW__degree{color:var(--text-primary);text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.25rem;display:flex}.Education-module__JpHHoW__arrow{color:var(--neon-green);transition:transform var(--transition-fast)}.Education-module__JpHHoW__card:hover .Education-module__JpHHoW__arrow{transform:translate(5px)}.Education-module__JpHHoW__major{color:var(--neon-purple);margin-bottom:.5rem;font-size:1rem}.Education-module__JpHHoW__duration{color:var(--neon-green);margin-bottom:1rem;font-size:.9rem}.Education-module__JpHHoW__description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.Education-module__JpHHoW__overlay{opacity:0;transition:opacity var(--transition-medium);background:#000000d9;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Education-module__JpHHoW__card:hover .Education-module__JpHHoW__overlay{opacity:1}.Education-module__JpHHoW__overlayText{color:var(--neon-green);text-transform:uppercase;font-size:1rem;font-weight:700}@media (max-width:768px){.Education-module__JpHHoW__container{padding:0 1rem}.Education-module__JpHHoW__cards{flex-direction:column}.Education-module__JpHHoW__card{max-width:100%}}
.Experiences-module__RPgT3G__experiences{background:var(--bg-card);border-radius:8px;padding:4rem 0}.Experiences-module__RPgT3G__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Experiences-module__RPgT3G__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);text-transform:uppercase;text-align:center;letter-spacing:.1em;margin-bottom:3rem;font-size:2rem}.Experiences-module__RPgT3G__categoryGroup{margin-bottom:3rem;padding-top:10px}.Experiences-module__RPgT3G__categoryHeader{margin-bottom:1.5rem}.Experiences-module__RPgT3G__categoryBadge{background:var(--bg-dark);border:2px solid var(--neon-purple);color:var(--neon-purple);text-transform:uppercase;letter-spacing:.1em;border-radius:4px;padding:.5rem 1.5rem;font-size:.9rem;font-weight:700;display:inline-block}.Experiences-module__RPgT3G__horizontalScroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding:10px 0 1rem;display:flex;overflow-x:auto}.Experiences-module__RPgT3G__horizontalScroll::-webkit-scrollbar{height:6px}.Experiences-module__RPgT3G__horizontalScroll::-webkit-scrollbar-track{background:var(--bg-dark);border-radius:3px}.Experiences-module__RPgT3G__horizontalScroll::-webkit-scrollbar-thumb{background:var(--neon-purple);border-radius:3px}.Experiences-module__RPgT3G__card{background:var(--bg-dark);border:1px solid var(--border-color);scroll-snap-align:start;transition:all var(--transition-medium);cursor:pointer;border-radius:8px;flex:0 0 320px;padding:1.5rem;text-decoration:none}.Experiences-module__RPgT3G__card:hover{border-color:var(--neon-purple);box-shadow:var(--glow-purple);transform:translateY(-5px)}.Experiences-module__RPgT3G__cardHeader{justify-content:space-between;margin-bottom:1rem;display:flex}.Experiences-module__RPgT3G__year{color:var(--neon-green);font-size:.8rem;font-weight:700}.Experiences-module__RPgT3G__duration{color:var(--text-secondary);font-size:.8rem}.Experiences-module__RPgT3G__title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;display:flex}.Experiences-module__RPgT3G__arrow{color:var(--neon-purple);opacity:0;transition:opacity var(--transition-fast);font-size:.9rem}.Experiences-module__RPgT3G__card:hover .Experiences-module__RPgT3G__arrow{opacity:1}.Experiences-module__RPgT3G__role{color:var(--neon-purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.75rem;display:block}.Experiences-module__RPgT3G__description{color:var(--text-secondary);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.6;display:-webkit-box;overflow:hidden}@media (max-width:768px){.Experiences-module__RPgT3G__card{flex:0 0 280px}.Experiences-module__RPgT3G__sectionTitle{font-size:1.5rem}.Experiences-module__RPgT3G__categoryBadge{padding:.4rem 1rem;font-size:.8rem}}
.Skills-module__G7oUEG__skills{background:var(--bg-card);padding:4rem 0}.Skills-module__G7oUEG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Skills-module__G7oUEG__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);text-align:center;margin-bottom:1.5rem;font-size:2rem}.Skills-module__G7oUEG__legend{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.Skills-module__G7oUEG__legendItem{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.Skills-module__G7oUEG__squares{gap:3px;display:flex}.Skills-module__G7oUEG__square{border:1px solid var(--neon-purple);background:0 0;border-radius:2px;width:12px;height:12px}.Skills-module__G7oUEG__square.Skills-module__G7oUEG__filled{background:var(--neon-purple)}.Skills-module__G7oUEG__category{margin-bottom:2rem}.Skills-module__G7oUEG__categoryTitle{color:var(--neon-purple);text-transform:uppercase;border-left:3px solid var(--neon-purple);margin-bottom:1rem;padding-left:.5rem;font-size:1.1rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:1rem;display:grid}.Skills-module__G7oUEG__skillItem{text-align:center;background:var(--bg-dark);border:1px solid var(--border-color);transition:all var(--transition-fast);border-radius:8px;padding:1rem}.Skills-module__G7oUEG__skillItem:hover{border-color:var(--neon-purple);box-shadow:0 0 15px #8a2be24d}.Skills-module__G7oUEG__skillName{color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem;display:block}.Skills-module__G7oUEG__skillLevel{justify-content:center;gap:4px;display:flex}@media (max-width:768px){.Skills-module__G7oUEG__container{padding:0 1rem}.Skills-module__G7oUEG__legend{gap:1rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(3,1fr)}}
.Publications-module__s7Q2la__publications{padding:4rem 0}.Publications-module__s7Q2la__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Publications-module__s7Q2la__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);text-align:center;margin-bottom:2rem;font-size:2rem}.Publications-module__s7Q2la__horizontalScroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--neon-purple)var(--bg-card);gap:1.5rem;padding:1rem 0;display:flex;overflow-x:auto}.Publications-module__s7Q2la__horizontalScroll::-webkit-scrollbar{height:8px}.Publications-module__s7Q2la__horizontalScroll::-webkit-scrollbar-track{background:var(--bg-card);border-radius:4px}.Publications-module__s7Q2la__horizontalScroll::-webkit-scrollbar-thumb{background:var(--neon-purple);border-radius:4px}.Publications-module__s7Q2la__card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;scroll-snap-align:start;min-width:350px;max-width:400px;transition:all var(--transition-medium);border-radius:8px;flex-shrink:0;padding:1.5rem;text-decoration:none;display:block;position:relative;overflow:hidden}.Publications-module__s7Q2la__card:hover{border-color:var(--neon-purple);box-shadow:var(--glow-purple-strong);transform:translateY(-8px)}.Publications-module__s7Q2la__cardHeader{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Publications-module__s7Q2la__venue{color:var(--neon-purple);font-size:.85rem;font-weight:700}.Publications-module__s7Q2la__date{color:var(--text-secondary);font-size:.8rem}.Publications-module__s7Q2la__title{color:var(--text-primary);align-items:flex-start;gap:.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.4;display:flex}.Publications-module__s7Q2la__arrow{color:var(--neon-green);transition:transform var(--transition-fast);flex-shrink:0;font-size:.9rem}.Publications-module__s7Q2la__card:hover .Publications-module__s7Q2la__arrow{transform:translate(5px)}.Publications-module__s7Q2la__description{color:var(--text-secondary);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.85rem;line-height:1.5;display:-webkit-box;overflow:hidden}.Publications-module__s7Q2la__overlay{opacity:0;transition:opacity var(--transition-medium);background:#000000d9;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Publications-module__s7Q2la__card:hover .Publications-module__s7Q2la__overlay{opacity:1}.Publications-module__s7Q2la__overlayText{color:var(--neon-green);text-transform:uppercase;font-size:1rem;font-weight:700}@media (max-width:768px){.Publications-module__s7Q2la__container{padding:0 1rem}.Publications-module__s7Q2la__sectionTitle{font-size:1.5rem}.Publications-module__s7Q2la__card{min-width:280px;max-width:280px}}
.page-module__GprFZW__detailPage{min-height:100vh;padding:2rem 0 4rem}.page-module__GprFZW__container{max-width:900px;margin:0 auto;padding:0 2rem}.page-module__GprFZW__goBack{transition:all var(--transition-fast);align-items:center;gap:1rem;margin-bottom:2rem;text-decoration:none;display:inline-flex}.page-module__GprFZW__goBack:hover{transform:translate(-5px)}.page-module__GprFZW__backBar{background:var(--neon-purple);width:100px;height:3px;display:block}.page-module__GprFZW__backText{color:var(--neon-purple);text-transform:uppercase;letter-spacing:.1em;font-weight:700}.page-module__GprFZW__goBack:hover .page-module__GprFZW__backText{color:var(--neon-green)}.page-module__GprFZW__heroVideo{aspect-ratio:16/9;background:#111;border-radius:8px;width:100%;margin-bottom:2rem;overflow:hidden}.page-module__GprFZW__heroVideo iframe{border:none;width:100%;height:100%}.page-module__GprFZW__title{color:var(--neon-green);text-shadow:var(--glow-green);text-transform:uppercase;text-align:center;margin-bottom:2rem;font-size:2.5rem}.page-module__GprFZW__boxes{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem;display:grid}.page-module__GprFZW__box{background:var(--bg-card);border:2px solid var(--neon-purple);border-radius:8px;padding:1.5rem}.page-module__GprFZW__boxTitle{color:var(--neon-purple);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:1rem}.page-module__GprFZW__boxContent{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.7}.page-module__GprFZW__infoItem{border-bottom:1px solid var(--border-color);justify-content:space-between;padding:.75rem 0;display:flex}.page-module__GprFZW__infoItem:last-child{border-bottom:none}.page-module__GprFZW__infoLabel{color:var(--text-secondary);font-size:.9rem}.page-module__GprFZW__infoValue{color:var(--text-primary);font-size:.9rem;font-weight:700}.page-module__GprFZW__section{margin-bottom:2rem}.page-module__GprFZW__sectionHeading{color:var(--neon-green);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:1.1rem}.page-module__GprFZW__sectionContent{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.8}.page-module__GprFZW__externalLinks{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.page-module__GprFZW__externalButton{text-transform:uppercase;letter-spacing:.05em;color:var(--neon-purple);border:2px solid var(--neon-purple);transition:all var(--transition-medium);background:0 0;padding:1rem 2rem;font-weight:700;text-decoration:none;display:inline-block}.page-module__GprFZW__externalButton:hover{background:var(--neon-purple);color:var(--text-primary);box-shadow:var(--glow-purple)}.page-module__GprFZW__viewPaper{text-transform:uppercase;letter-spacing:.05em;color:var(--neon-green);border:2px solid var(--neon-green);transition:all var(--transition-medium);background:0 0;padding:1rem 2rem;font-weight:700;text-decoration:none;display:inline-block}.page-module__GprFZW__viewPaper:hover{background:var(--neon-green);color:var(--bg-dark);box-shadow:var(--glow-green)}@media (max-width:768px){.page-module__GprFZW__container{padding:0 1rem}.page-module__GprFZW__title{font-size:1.75rem}.page-module__GprFZW__boxes{grid-template-columns:1fr}.page-module__GprFZW__backBar{width:50px}}
.Contact-module__hcVmEa__contact{background:var(--bg-card);padding:4rem 0}.Contact-module__hcVmEa__container{text-align:center;max-width:800px;margin:0 auto;padding:0 2rem}.Contact-module__hcVmEa__sectionTitle{color:var(--neon-green);text-shadow:var(--glow-green);margin-bottom:2rem;font-size:2rem}.Contact-module__hcVmEa__links{flex-direction:column;gap:1rem;max-width:400px;margin:0 auto;display:flex}.Contact-module__hcVmEa__link{background:var(--bg-dark);border:1px solid var(--border-color);transition:all var(--transition-medium);border-radius:8px;align-items:center;gap:1rem;padding:1rem 1.5rem;text-decoration:none;display:flex}.Contact-module__hcVmEa__link:hover{border-color:var(--neon-purple);box-shadow:var(--glow-purple);transform:translate(10px)}.Contact-module__hcVmEa__icon{font-size:1.5rem}.Contact-module__hcVmEa__label{color:var(--text-secondary);text-transform:uppercase;text-align:left;min-width:80px;font-size:.85rem}.Contact-module__hcVmEa__value{color:var(--neon-green);font-size:.95rem;font-weight:700}@media (max-width:768px){.Contact-module__hcVmEa__container{padding:0 1rem}.Contact-module__hcVmEa__link{flex-wrap:wrap}.Contact-module__hcVmEa__value{font-size:.85rem}}
