.Hero-module__gNeX-G__hero{background-color:var(--background);width:100%;height:100vh;color:var(--foreground);justify-content:space-between;align-items:center;padding:0 4rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__gridBackground{z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;animation:30s linear infinite Hero-module__gNeX-G__gridMove;position:absolute;top:0;left:0}@keyframes Hero-module__gNeX-G__gridMove{0%{transform:translateY(0)}to{transform:translateY(50px)}}.Hero-module__gNeX-G__overlay{background:radial-gradient(circle at center,transparent 0%,var(--background)80%);z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__gNeX-G__content{z-index:2;text-align:left;width:100%;max-width:900px;position:relative}.Hero-module__gNeX-G__mainText h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;line-height:1.1}.Hero-module__gNeX-G__highlight{color:var(--foreground);text-shadow:0 0 20px #ffffff4d}.Hero-module__gNeX-G__mainText h1 span:nth-child(2){color:var(--accent-blue);text-shadow:0 0 20px #00f3ff4d}.Hero-module__gNeX-G__mainText h1 span:nth-child(3){color:var(--accent-purple);text-shadow:0 0 20px #bd00ff4d}.Hero-module__gNeX-G__subText{font-family:var(--font-mono);color:var(--text-secondary);max-width:600px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Hero-module__gNeX-G__badges{flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem;display:flex}.Hero-module__gNeX-G__badge{background:var(--card-bg);border:1px solid var(--border);font-family:var(--font-mono);color:var(--accent-primary);border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .3s;display:flex}.Hero-module__gNeX-G__badge:hover{border-color:var(--accent-primary);box-shadow:var(--glow-subtle)}.Hero-module__gNeX-G__actions{gap:1.5rem;display:flex}.Hero-module__gNeX-G__primaryButton{background:var(--accent-primary);color:#000;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-weight:600;transition:all .3s;display:flex}.Hero-module__gNeX-G__primaryButton:hover{background:var(--foreground);box-shadow:var(--glow-strong)}.Hero-module__gNeX-G__secondaryButton{color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.Hero-module__gNeX-G__secondaryButton:hover{border-color:var(--accent-primary);color:var(--accent-primary)}.Hero-module__gNeX-G__scrollIndicator{z-index:2;font-family:var(--font-mono);color:var(--text-secondary);opacity:.7;font-size:.8rem;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@media (max-width:768px){.Hero-module__gNeX-G__hero{height:auto;min-height:100vh;padding:6rem 1.5rem 4rem}.Hero-module__gNeX-G__mainText h1{font-size:2rem;line-height:1.2}.Hero-module__gNeX-G__content{text-align:left;width:100%;padding:0}.Hero-module__gNeX-G__badges{justify-content:flex-start;gap:.6rem}.Hero-module__gNeX-G__badge{padding:.3rem .6rem;font-size:.75rem}.Hero-module__gNeX-G__actions{flex-direction:column;justify-content:flex-start;gap:1rem;width:100%}.Hero-module__gNeX-G__primaryButton,.Hero-module__gNeX-G__secondaryButton{justify-content:center;width:100%}.Hero-module__gNeX-G__subText{font-size:1rem}}
.SkillRadar-module__H8B52W__section{max-width:1200px;margin:0 auto;padding:6rem 2rem;position:relative}.SkillRadar-module__H8B52W__chartContainer{width:100%;max-width:700px;margin:0 auto;position:relative}.SkillRadar-module__H8B52W__title{text-align:center;background:linear-gradient(90deg,var(--foreground),var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem}.SkillRadar-module__H8B52W__caption{font-family:var(--font-mono);text-align:center;color:var(--text-secondary);justify-content:center;gap:.5rem;margin-top:2rem;font-size:.9rem;display:flex}.SkillRadar-module__H8B52W__highlight{color:var(--accent-primary)}.SkillRadar-module__H8B52W__chartWrapper{aspect-ratio:1;background:radial-gradient(circle at center,var(--card-bg)0%,transparent 70%);width:100%;max-width:500px;margin:0 auto;position:relative}@media (max-width:768px){.SkillRadar-module__H8B52W__section{padding:2rem .5rem}.SkillRadar-module__H8B52W__chartWrapper{max-width:340px}.SkillRadar-module__H8B52W__title{color:var(--foreground);-webkit-text-fill-color:currentColor;background:0 0;margin-bottom:1rem;font-size:1.5rem}.SkillRadar-module__H8B52W__caption{margin-top:1.5rem;font-size:.8rem}}
.ProjectsLab-module__PvsFHG__section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.ProjectsLab-module__PvsFHG__header{text-align:center;margin-bottom:4rem}.ProjectsLab-module__PvsFHG__title{margin-bottom:.5rem;font-size:2.5rem}.ProjectsLab-module__PvsFHG__subtitle{font-family:var(--font-mono);color:var(--text-secondary)}.ProjectsLab-module__PvsFHG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.ProjectsLab-module__PvsFHG__card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:2rem;transition:all .3s;display:flex;position:relative;overflow:hidden}.ProjectsLab-module__PvsFHG__card:hover{border-color:var(--accent-primary);box-shadow:var(--glow-subtle);transform:translateY(-5px)}.ProjectsLab-module__PvsFHG__card:before{content:"";background:radial-gradient(circle at top right,var(--accent-primary),transparent 60%);opacity:0;z-index:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.ProjectsLab-module__PvsFHG__card:hover:before{opacity:.05}.ProjectsLab-module__PvsFHG__cardHeader{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex;position:relative}.ProjectsLab-module__PvsFHG__iconBox{background:var(--dock-bg);color:var(--accent-primary);border-radius:8px;padding:.8rem}.ProjectsLab-module__PvsFHG__category{font-family:var(--font-mono);color:var(--text-secondary);text-align:right;max-width:50%;font-size:.75rem;line-height:1.4}.ProjectsLab-module__PvsFHG__cardTitle{z-index:1;color:var(--foreground);margin-bottom:.8rem;font-size:1.5rem;position:relative}.ProjectsLab-module__PvsFHG__cardDesc{color:var(--text-secondary);z-index:1;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.ProjectsLab-module__PvsFHG__techStack{z-index:1;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex;position:relative}.ProjectsLab-module__PvsFHG__techBadge{background:var(--dock-bg);color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono);border-radius:4px;padding:.3rem .6rem}.ProjectsLab-module__PvsFHG__cardFooter{border-top:1px solid var(--border);z-index:1;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1.5rem;display:flex;position:relative}.ProjectsLab-module__PvsFHG__highlight{color:var(--accent-primary);font-size:.85rem;font-weight:600}.ProjectsLab-module__PvsFHG__openBtn{color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;transition:all .2s;display:flex}.ProjectsLab-module__PvsFHG__openBtn:hover{background:var(--foreground);color:var(--background)}@media (max-width:768px){.ProjectsLab-module__PvsFHG__section{padding:4rem 1.5rem}.ProjectsLab-module__PvsFHG__header{margin-bottom:3rem}.ProjectsLab-module__PvsFHG__title{font-size:2rem}.ProjectsLab-module__PvsFHG__grid{grid-template-columns:1fr;gap:1.5rem}.ProjectsLab-module__PvsFHG__card{padding:1.5rem}.ProjectsLab-module__PvsFHG__cardTitle{font-size:1.3rem}}.ProjectsLab-module__PvsFHG__viewMoreContainer{justify-content:center;margin-top:3rem;display:flex}.ProjectsLab-module__PvsFHG__viewMoreBtn{color:var(--accent-primary);border:1px solid var(--accent-primary);font-family:var(--font-inter);cursor:pointer;background:0 0;border-radius:50px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-weight:600;transition:all .3s;display:flex}.ProjectsLab-module__PvsFHG__viewMoreBtn:hover{background:var(--accent-primary);color:var(--background);box-shadow:var(--glow-strong)}
.ProjectModal-module__A1se8G__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0}.ProjectModal-module__A1se8G__modal{background:var(--background);border:1px solid var(--border);width:100%;max-width:1200px;height:90vh;box-shadow:var(--glow-strong);scrollbar-width:none;-ms-overflow-style:none;border-radius:16px;padding:2rem;position:relative;overflow-y:auto}.ProjectModal-module__A1se8G__modal::-webkit-scrollbar{display:none}.ProjectModal-module__A1se8G__closeBtn{background:var(--dock-bg);color:var(--text-secondary);cursor:pointer;z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.ProjectModal-module__A1se8G__closeBtn:hover{background:var(--accent-primary);color:var(--background)}.ProjectModal-module__A1se8G__heading{color:var(--foreground);text-align:center;margin-bottom:2rem;font-size:2rem}.ProjectModal-module__A1se8G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding-bottom:2rem;display:grid}.ProjectModal-module__A1se8G__card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex}.ProjectModal-module__A1se8G__card:hover{border-color:var(--accent-primary);transform:translateY(-3px)}.ProjectModal-module__A1se8G__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ProjectModal-module__A1se8G__iconBox{color:var(--accent-primary);background:var(--dock-bg);border-radius:8px;padding:.6rem}.ProjectModal-module__A1se8G__category{font-family:var(--font-mono);color:var(--text-secondary);text-align:right;font-size:.7rem}.ProjectModal-module__A1se8G__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem}.ProjectModal-module__A1se8G__desc{color:var(--text-secondary);flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.5}.ProjectModal-module__A1se8G__techStack{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.ProjectModal-module__A1se8G__techBadge{font-size:.7rem;font-family:var(--font-mono);background:var(--dock-bg);color:var(--text-secondary);border-radius:4px;padding:.2rem .5rem}.ProjectModal-module__A1se8G__footer{border-top:1px solid var(--border);margin-top:auto;padding-top:1rem}.ProjectModal-module__A1se8G__highlight{color:var(--accent-primary);font-size:.8rem;font-weight:600}@media (max-width:768px){.ProjectModal-module__A1se8G__overlay{align-items:flex-end;padding:0}.ProjectModal-module__A1se8G__modal{border-radius:0;width:100%;height:100%;max-height:100vh;padding:1rem}.ProjectModal-module__A1se8G__grid{grid-template-columns:1fr;gap:1rem}.ProjectModal-module__A1se8G__heading{text-align:left;margin-top:3rem;margin-bottom:1.5rem;font-size:1.5rem}.ProjectModal-module__A1se8G__card{padding:1.2rem}.ProjectModal-module__A1se8G__closeBtn{background:var(--card-bg);top:1rem;right:1rem}}
.Experience-module__L-MSRG__section{background:linear-gradient(180deg,var(--background)0%,#ffffff05 50%,var(--background)100%);padding:6rem 2rem}.Experience-module__L-MSRG__container{grid-template-columns:1fr 1fr;gap:4rem;max-width:1000px;margin:0 auto;display:grid}.Experience-module__L-MSRG__header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.Experience-module__L-MSRG__header h2{color:#fff;font-size:1.8rem}.Experience-module__L-MSRG__icon{color:var(--accent-primary);margin-bottom:.5rem}.Experience-module__L-MSRG__card{background:var(--card-bg);border:1px solid var(--border);border-radius:12px;height:100%;padding:2rem;transition:all .3s}.Experience-module__L-MSRG__card:hover{border-color:var(--accent-primary);box-shadow:var(--glow-subtle)}.Experience-module__L-MSRG__roleHeader{margin-bottom:1rem}.Experience-module__L-MSRG__roleHeader h3{color:var(--foreground);margin-bottom:.3rem;font-size:1.2rem}.Experience-module__L-MSRG__company{font-family:var(--font-mono);color:var(--accent-primary);font-size:.9rem}.Experience-module__L-MSRG__meta{gap:.8rem;margin-bottom:1.5rem;display:flex}.Experience-module__L-MSRG__tag{background:var(--dock-bg);color:var(--text-secondary);font-size:.75rem;font-family:var(--font-mono);border-radius:4px;padding:.3rem .6rem}.Experience-module__L-MSRG__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Experience-module__L-MSRG__list{list-style:none}.Experience-module__L-MSRG__list li{color:var(--text-secondary);align-items:center;gap:.6rem;margin-bottom:.8rem;font-size:.9rem;display:flex}.Experience-module__L-MSRG__list li svg{color:var(--accent-primary);flex-shrink:0}.Experience-module__L-MSRG__timeline{border-left:2px solid var(--border);margin-left:10px;padding-left:2rem;position:relative}.Experience-module__L-MSRG__timelineItem{margin-bottom:2.5rem;position:relative}.Experience-module__L-MSRG__timelineItem:last-child{margin-bottom:0}.Experience-module__L-MSRG__timelineDot{background:var(--background);border:2px solid var(--accent-primary);border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:5px;left:-2.45rem}.Experience-module__L-MSRG__timelineItem:hover .Experience-module__L-MSRG__timelineDot{background:var(--accent-primary);box-shadow:var(--glow-strong)}.Experience-module__L-MSRG__timelineContent h3{margin-bottom:.3rem;font-size:1.1rem}.Experience-module__L-MSRG__timelineContent p{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem}.Experience-module__L-MSRG__eduMeta{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:1rem;font-size:.85rem;display:flex}.Experience-module__L-MSRG__grade{font-family:var(--font-mono);color:var(--accent-primary);background:#bd00ff1a;border-radius:4px;padding:.2rem .5rem;font-size:.85rem}@media (max-width:768px){.Experience-module__L-MSRG__section{padding:4rem 1.5rem}.Experience-module__L-MSRG__container{grid-template-columns:1fr;gap:3rem}.Experience-module__L-MSRG__header h2{font-size:1.5rem}.Experience-module__L-MSRG__card{padding:1.5rem}.Experience-module__L-MSRG__timeline{padding-left:1.5rem}.Experience-module__L-MSRG__timelineDot{width:10px;height:10px;left:-1.9rem}}
.TechConsole-module__zoiTTG__section{max-width:1000px;margin:0 auto;padding:6rem 2rem}.TechConsole-module__zoiTTG__header{color:var(--foreground);justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.TechConsole-module__zoiTTG__headerIcon{color:var(--accent-secondary)}.TechConsole-module__zoiTTG__header h2{font-size:2rem}.TechConsole-module__zoiTTG__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.TechConsole-module__zoiTTG__card{background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.TechConsole-module__zoiTTG__card:hover{border-color:var(--accent-primary);box-shadow:var(--glow-subtle);transform:translateY(-5px)}.TechConsole-module__zoiTTG__cardHeader{border-bottom:1px solid var(--border);align-items:center;gap:.8rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.TechConsole-module__zoiTTG__iconBox{color:var(--accent-primary)}.TechConsole-module__zoiTTG__cardHeader h3{color:var(--foreground);font-size:1.1rem;font-weight:600}.TechConsole-module__zoiTTG__items{flex-wrap:wrap;gap:.6rem;display:flex}.TechConsole-module__zoiTTG__item{font-family:var(--font-mono);color:var(--text-secondary);background:var(--dock-bg);cursor:default;border-radius:4px;padding:.3rem .6rem;font-size:.8rem;transition:all .2s}.TechConsole-module__zoiTTG__item:hover{background:var(--accent-primary);color:var(--background)}@media (max-width:768px){.TechConsole-module__zoiTTG__section{padding:4rem 1.5rem}.TechConsole-module__zoiTTG__header{margin-bottom:2.5rem}.TechConsole-module__zoiTTG__header h2{font-size:1.6rem}.TechConsole-module__zoiTTG__grid{grid-template-columns:1fr;gap:1.5rem}}
.Contact-module__gQiC5G__footer{background:var(--background);border-top:1px solid var(--border);padding:4rem 2rem;position:relative}.Contact-module__gQiC5G__container{text-align:center;flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.Contact-module__gQiC5G__dock{background:var(--dock-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2rem;padding:1rem 2rem;transition:all .3s;display:flex}@media (max-width:480px){.Contact-module__gQiC5G__footer{padding:3rem 1.5rem}.Contact-module__gQiC5G__dock{gap:1rem;width:100%;padding:.8rem 1.5rem}.Contact-module__gQiC5G__contactInfo{padding:0 1rem;font-size:.75rem}}.Contact-module__gQiC5G__dock:hover{border-color:var(--accent-primary);box-shadow:var(--glow-subtle)}.Contact-module__gQiC5G__dockItem{color:var(--text-secondary);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.Contact-module__gQiC5G__dockItem:hover{color:var(--foreground);background:#ffffff1a;transform:translateY(-3px)}.Contact-module__gQiC5G__contactInfo{font-family:var(--font-mono);color:var(--text-secondary);opacity:.7;margin-top:-1rem;margin-bottom:2rem;font-size:.85rem}.Contact-module__gQiC5G__line{background:var(--border);width:50px;height:2px;margin-bottom:2rem}.Contact-module__gQiC5G__tagline{font-family:var(--font-mono);color:var(--text-secondary);margin-bottom:3rem;font-size:.9rem}.Contact-module__gQiC5G__highlight{color:var(--foreground);font-weight:600}.Contact-module__gQiC5G__scrollTop{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Contact-module__gQiC5G__scrollTop:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-3px)}
.ThemeSwitcher-module__z3FenW__container{z-index:1000;position:fixed;bottom:2rem;right:2rem}.ThemeSwitcher-module__z3FenW__toggleBtn{background:var(--card-bg);border:1px solid var(--border);color:var(--accent-primary);cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 12px #0000004d}.ThemeSwitcher-module__z3FenW__menu{background:var(--card-bg);border:1px solid var(--border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;flex-direction:column;gap:.5rem;min-width:160px;padding:.5rem;display:flex;position:absolute;bottom:60px;right:0;box-shadow:0 4px 20px #0006}.ThemeSwitcher-module__z3FenW__menuItem{color:var(--text-secondary);font-family:var(--font-mono);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.8rem;width:100%;padding:.8rem 1rem;font-size:.85rem;transition:all .2s;display:flex}.ThemeSwitcher-module__z3FenW__menuItem:hover,.ThemeSwitcher-module__z3FenW__active{color:var(--accent-primary);background:#ffffff1a}@media (max-width:768px){.ThemeSwitcher-module__z3FenW__container{bottom:1.5rem;right:1.5rem}}
