.Hero-module__D9Cm9a__heroSection{align-items:center;min-height:100vh;padding-top:70px;display:flex;position:relative;overflow:hidden}.Hero-module__D9Cm9a__glowTop{z-index:0;pointer-events:none;width:50vw;height:50vw;position:absolute;top:-10%;left:-10%}.Hero-module__D9Cm9a__glowBottom{z-index:0;pointer-events:none;width:60vw;height:60vw;position:absolute;bottom:-20%;right:-10%}.Hero-module__D9Cm9a__heroContainer{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;display:grid;position:relative}.Hero-module__D9Cm9a__heroContent{flex-direction:column;align-items:flex-start;animation:1s ease-out forwards Hero-module__D9Cm9a__fadeIn;display:flex}.Hero-module__D9Cm9a__greeting{color:var(--accent-color);letter-spacing:2px;text-transform:uppercase;margin-bottom:.5rem;font-size:1.2rem;font-weight:500}.Hero-module__D9Cm9a__name{font-family:var(--font-heading);color:var(--text-primary);letter-spacing:-2px;margin-bottom:.5rem;font-size:clamp(3rem,4vw,4.5rem);font-weight:800;line-height:1.1}.Hero-module__D9Cm9a__title{font-family:var(--font-heading);background:#0ea5e9;-webkit-text-fill-color:transparent;letter-spacing:-.01em;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:clamp(1.5rem,2.5vw,2.5rem);font-weight:700}.Hero-module__D9Cm9a__description{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.Hero-module__D9Cm9a__actions{gap:1rem;display:flex}.Hero-module__D9Cm9a__primaryBtn,.Hero-module__D9Cm9a__secondaryBtn{cursor:pointer;text-align:center;border-radius:8px;padding:.8rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.Hero-module__D9Cm9a__primaryBtn{background-color:var(--accent-color);color:#fff;border:none}.Hero-module__D9Cm9a__primaryBtn:hover{background-color:var(--accent-hover);transform:translateY(-2px)}.Hero-module__D9Cm9a__secondaryBtn{color:var(--text-primary);border:1px solid var(--glass-border);background-color:#0000}.Hero-module__D9Cm9a__secondaryBtn:hover{background:var(--glass-bg);border-color:var(--text-secondary)}.Hero-module__D9Cm9a__heroImageWrapper{justify-content:center;align-items:center;animation:1s ease-out forwards Hero-module__D9Cm9a__fadeInRight;display:flex}.Hero-module__D9Cm9a__imageContainer{aspect-ratio:1;will-change:border-radius;background:#0ea5e9;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:100%;max-width:400px;padding:4px;animation:8s ease-in-out infinite Hero-module__D9Cm9a__morph}.Hero-module__D9Cm9a__imagePlaceholder{border-radius:inherit;text-align:center;width:100%;height:100%;color:var(--text-secondary);border:1px dashed var(--glass-border);background:#0a0a0a;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex}.Hero-module__D9Cm9a__profileImage{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}@keyframes Hero-module__D9Cm9a__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__D9Cm9a__fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes Hero-module__D9Cm9a__morph{0%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}}@media (max-width:992px){.Hero-module__D9Cm9a__glowTop,.Hero-module__D9Cm9a__glowBottom{opacity:.6;width:80vw;height:80vw}.Hero-module__D9Cm9a__heroSection{min-height:auto;padding-top:100px;padding-bottom:4rem}.Hero-module__D9Cm9a__heroContainer{text-align:center;grid-template-columns:1fr;gap:2rem}.Hero-module__D9Cm9a__heroContent{order:2;align-items:center}.Hero-module__D9Cm9a__name{font-size:clamp(2.5rem,8vw,3.5rem)}.Hero-module__D9Cm9a__description{margin:0 auto 2rem;font-size:1rem}.Hero-module__D9Cm9a__heroImageWrapper{order:1;margin-bottom:1rem}.Hero-module__D9Cm9a__imageContainer{max-width:320px}}@media (max-width:768px){.Hero-module__D9Cm9a__heroSection{padding-top:80px}.Hero-module__D9Cm9a__imageContainer{max-width:260px;padding:6px;animation-duration:12s}.Hero-module__D9Cm9a__actions{flex-direction:column;gap:.8rem;width:100%}.Hero-module__D9Cm9a__primaryBtn,.Hero-module__D9Cm9a__secondaryBtn{width:100%;padding:.75rem 1.5rem}}@media (max-width:480px){.Hero-module__D9Cm9a__imageContainer{max-width:200px}.Hero-module__D9Cm9a__name{font-size:2.2rem}.Hero-module__D9Cm9a__title{font-size:1.3rem}}
.Experience-module__NmKITa__experienceSection{padding:8rem 0;position:relative}.Experience-module__NmKITa__timeline{flex-direction:column;gap:4rem;margin-top:4rem;padding-left:2.5rem;display:flex;position:relative}.Experience-module__NmKITa__timeline:before{content:"";background:linear-gradient(to bottom, transparent, var(--accent-color) 10%, var(--accent-color) 90%, transparent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:0}.Experience-module__NmKITa__timelineItem{background:#0f0f0f66;border:1px solid #ffffff0d;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative}@media (hover:hover){.Experience-module__NmKITa__timelineItem:hover{background:#14141499;border-color:#0ea5e94d}}.Experience-module__NmKITa__timelineDot{background-color:var(--accent-color);z-index:2;border-radius:50%;width:14px;height:14px;position:absolute;top:35px;left:-46px}.Experience-module__NmKITa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.Experience-module__NmKITa__role{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;font-size:1.75rem;font-weight:700}.Experience-module__NmKITa__companyInfo{flex-direction:column;display:flex}.Experience-module__NmKITa__company{color:var(--accent-color);margin-bottom:.2rem;font-size:1.1rem;font-weight:600}.Experience-module__NmKITa__period{color:var(--accent-color);background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.Experience-module__NmKITa__descriptionFull{color:var(--text-secondary);max-width:90%;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8;display:block}.Experience-module__NmKITa__descriptionShort{display:none}.Experience-module__NmKITa__carouselContainer{width:100%;margin-top:2rem;position:relative}.Experience-module__NmKITa__carouselWrapper{width:100%;position:relative}.Experience-module__NmKITa__carouselScroll{touch-action:pan-x;gap:1.5rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Experience-module__NmKITa__carouselScroll::-webkit-scrollbar{display:none}.Experience-module__NmKITa__navBtn{width:40px;height:40px;color:var(--accent-color);cursor:pointer;z-index:20;background:#000;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Experience-module__NmKITa__navBtn svg{width:24px;height:24px}.Experience-module__NmKITa__navBtn:hover{background:var(--accent-color);color:#000;border-color:var(--accent-color)}.Experience-module__NmKITa__prevBtn{left:-20px}.Experience-module__NmKITa__nextBtn{right:-20px}@media (max-width:768px){.Experience-module__NmKITa__navBtn{display:none}.Experience-module__NmKITa__carouselScroll{padding-bottom:0}}.Experience-module__NmKITa__carouselItem{scroll-snap-align:center;cursor:zoom-in;z-index:5;touch-action:manipulation;background:#000;border:1px solid #ffffff1a;border-radius:12px;min-width:300px;height:200px;padding:0;transition:all .3s;display:block;position:relative;overflow:hidden;box-shadow:0 10px 25px #0000004d}@media (max-width:768px){.Experience-module__NmKITa__carouselItem{min-width:240px;height:160px}}.Experience-module__NmKITa__carouselItem:active{border-color:var(--accent-color);transform:scale(.98)}.Experience-module__NmKITa__carouselItem:hover{border-color:var(--accent-color);box-shadow:0 0 20px #96969633}.Experience-module__NmKITa__projectImage{object-fit:cover;object-position:top;filter:brightness(.85);width:100%;height:100%;transition:all .4s}.Experience-module__NmKITa__carouselItem:after{content:"";opacity:0;background:linear-gradient(#0000,#0009);transition:opacity .3s;position:absolute;inset:0}.Experience-module__NmKITa__carouselItem:hover:after{opacity:1}.Experience-module__NmKITa__imageCount{color:var(--accent-color);opacity:.7;justify-content:flex-end;align-items:center;gap:.4rem;width:100%;margin-bottom:1.2rem;padding:0;font-size:.7rem;font-weight:500;display:flex;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:0 0!important;border:none!important;position:relative!important;top:auto!important;right:auto!important}.Experience-module__NmKITa__imageCount svg{width:12px;height:12px;color:var(--accent-color)}.Experience-module__NmKITa__carouselFooter{justify-content:flex-end;margin-top:1rem;display:flex}.Experience-module__NmKITa__linkBtn{background:var(--accent-color);color:#fff;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}@media (hover:hover){.Experience-module__NmKITa__linkBtn:hover{background:#0ea5e7;transform:translateY(-2px)}}.Experience-module__NmKITa__linkBtn svg{width:18px;height:18px}.Experience-module__NmKITa__carouselHint{color:var(--text-secondary);opacity:.7;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.85rem;display:flex}.Experience-module__NmKITa__carouselHint:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a);flex:1;height:1px}@media (max-width:768px){.Experience-module__NmKITa__timeline{gap:3rem;padding-left:1.5rem}.Experience-module__NmKITa__timelineDot{left:-30px}.Experience-module__NmKITa__timelineItem{padding:1.5rem}.Experience-module__NmKITa__timelineItem:hover{border-color:#0ea5e94d}.Experience-module__NmKITa__role{font-size:1.4rem}.Experience-module__NmKITa__carouselItem{border-radius:8px;min-width:220px;height:140px}.Experience-module__NmKITa__descriptionFull{display:none}.Experience-module__NmKITa__descriptionShort{color:var(--text-secondary);max-width:100%;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;display:block}.Experience-module__NmKITa__linkBtn{justify-content:center;width:100%;padding:.8rem}}
.ImageViewer-module__1wr8Zq__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;touch-action:none;background:#000000f2;justify-content:center;align-items:center;animation:.3s ImageViewer-module__1wr8Zq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageViewer-module__1wr8Zq__fadeIn{0%{opacity:0}to{opacity:1}}.ImageViewer-module__1wr8Zq__viewerContainer{touch-action:none;justify-content:center;align-items:center;width:95%;height:85%;display:flex;position:relative;overflow:hidden}.ImageViewer-module__1wr8Zq__imageWrapper{cursor:grab;will-change:transform;justify-content:center;align-items:center;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex}.ImageViewer-module__1wr8Zq__imageWrapper:active{cursor:grabbing}.ImageViewer-module__1wr8Zq__image{object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;max-width:100%;max-height:100%}.ImageViewer-module__1wr8Zq__controls{z-index:1010;background:#000;border:1px solid #ffffff26;border-radius:50px;gap:1rem;padding:.75rem 1.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.ImageViewer-module__1wr8Zq__controlBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.ImageViewer-module__1wr8Zq__controlBtn:hover{background:#fff3;transform:scale(1.1)}.ImageViewer-module__1wr8Zq__controlBtn svg{width:24px;height:24px}.ImageViewer-module__1wr8Zq__navBtn{color:#fff;cursor:pointer;z-index:1010;background:#000;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ImageViewer-module__1wr8Zq__navBtn:hover{background:#ffffff26;border-color:#ffffff4d;width:70px;height:70px}.ImageViewer-module__1wr8Zq__navBtn svg{width:32px;height:32px}.ImageViewer-module__1wr8Zq__prevBtn{left:2rem}.ImageViewer-module__1wr8Zq__nextBtn{right:2rem}.ImageViewer-module__1wr8Zq__counter{color:#fff;text-align:center;min-width:45px;font-size:.9rem;font-weight:500;line-height:40px}.ImageViewer-module__1wr8Zq__zoomLabel{color:#fff;text-align:center;min-width:45px;font-size:.9rem;line-height:40px}.ImageViewer-module__1wr8Zq__separator{background:#fff3;width:1px;margin:.5rem 0}.ImageViewer-module__1wr8Zq__closeBtn{color:#fff;cursor:pointer;z-index:1020;background:#000;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:2rem;right:2rem}.ImageViewer-module__1wr8Zq__closeBtn:hover{background:#ff00004d;border-color:#ff000080;transform:rotate(90deg)}@media (max-width:768px){.ImageViewer-module__1wr8Zq__controls{gap:.5rem;padding:.5rem 1rem;bottom:2.5rem}.ImageViewer-module__1wr8Zq__controlBtn{width:32px;height:32px}.ImageViewer-module__1wr8Zq__navBtn{background:#000;width:40px;height:40px}.ImageViewer-module__1wr8Zq__navBtn:hover{width:45px;height:45px}.ImageViewer-module__1wr8Zq__navBtn svg{width:20px;height:20px}.ImageViewer-module__1wr8Zq__prevBtn{left:.5rem}.ImageViewer-module__1wr8Zq__nextBtn{right:.5rem}.ImageViewer-module__1wr8Zq__closeBtn{width:40px;height:40px;top:1rem;right:1rem}.ImageViewer-module__1wr8Zq__counter,.ImageViewer-module__1wr8Zq__zoomLabel{min-width:35px;font-size:.75rem}}
.About-module__WabD6q__aboutSection{contain:content;padding:100px 0}.About-module__WabD6q__commandCenter{grid-template-columns:1.5fr 1fr;gap:32px;margin-top:40px;display:grid}.About-module__WabD6q__hub{flex-direction:column;padding:40px;display:flex;position:relative;overflow:hidden}.About-module__WabD6q__hubHeader{align-items:center;gap:16px;margin-bottom:24px;display:flex}.About-module__WabD6q__scanner{background:var(--accent-color);border-radius:2px;width:40px;height:4px;position:relative;overflow:hidden}.About-module__WabD6q__hubBody p{font-family:var(--font-body);color:var(--text-primary);white-space:pre-wrap;opacity:.9;margin-bottom:40px;font-size:1.1rem;line-height:1.7}.About-module__WabD6q__hubFooter{border-top:1px solid var(--glass-border);margin-top:auto;padding-top:24px}.About-module__WabD6q__metrics{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.About-module__WabD6q__metric{flex-direction:column;display:flex}.About-module__WabD6q__label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);margin-bottom:4px;font-size:.75rem}.About-module__WabD6q__value{color:var(--accent-color);font-size:1rem;font-weight:700}.About-module__WabD6q__modules{grid-template-columns:1fr;gap:20px;display:grid}.About-module__WabD6q__module{padding:24px;transition:transform .3s,border-color .3s}@media (hover:hover){.About-module__WabD6q__module:hover{border-color:var(--accent-color);background:#0ea5e90d}}.About-module__WabD6q__moduleHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.About-module__WabD6q__moduleType{color:var(--accent-color);text-transform:uppercase;background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:4px;padding:2px 8px;font-size:.7rem}.About-module__WabD6q__iconStack{flex-wrap:wrap;gap:16px;display:flex}.About-module__WabD6q__iconWrapper{border:1px solid var(--glass-border);background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;transition:all .3s;display:flex}.About-module__WabD6q__iconWrapper:hover{background:#0ea5e91a;transform:scale(1.1)rotate(5deg)}.About-module__WabD6q__techIcon{object-fit:contain;width:100%;height:100%}.About-module__WabD6q__skillInitial{color:var(--text-secondary);font-weight:700}@keyframes About-module__WabD6q__blink{50%{opacity:0}}@media (max-width:1024px){.About-module__WabD6q__commandCenter{grid-template-columns:1fr}.About-module__WabD6q__terminal{grid-column:span 1}}@media (max-width:768px){.About-module__WabD6q__aboutSection{background:#0ea5e908;padding:60px 0}.About-module__WabD6q__scanner:after{animation-duration:4s}.About-module__WabD6q__roadmapGrid{grid-template-columns:1fr;gap:8px}.About-module__WabD6q__hub{padding:24px}.About-module__WabD6q__hubBody p{font-size:1rem}.About-module__WabD6q__metrics{grid-template-columns:repeat(2,1fr);gap:16px}}@media (max-width:480px){.About-module__WabD6q__metrics{grid-template-columns:1fr}}
.Education-module__jp_OzG__educationSection{padding:8rem 0 4rem;position:relative}.Education-module__jp_OzG__timeline{flex-direction:column;gap:3rem;max-width:1000px;margin-top:4rem;margin-left:auto;margin-right:auto;padding-left:2.5rem;display:flex;position:relative}.Education-module__jp_OzG__timeline:before{content:"";background:linear-gradient(to bottom, transparent, var(--accent-color) 10%, var(--accent-color) 90%, transparent);opacity:.3;width:2px;position:absolute;top:0;bottom:0;left:0}.Education-module__jp_OzG__timelineItem{opacity:0;background:#0f0f0f66;border:1px solid #ffffff0d;padding:2rem 2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:.6s forwards Education-module__jp_OzG__fadeInUp;position:relative;transform:translateY(20px)}@media (hover:hover){.Education-module__jp_OzG__timelineItem:hover{background:#14141499;border-color:#0ea5e94d}}.Education-module__jp_OzG__timelineDot{background-color:var(--accent-color);z-index:2;border-radius:50%;width:14px;height:14px;position:absolute;top:42px;left:-46px}@keyframes Education-module__jp_OzG__fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Education-module__jp_OzG__timelineContent{position:relative}.Education-module__jp_OzG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Education-module__jp_OzG__info{flex-direction:column;display:flex}.Education-module__jp_OzG__degree{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:.2rem;font-size:1.5rem;font-weight:700}.Education-module__jp_OzG__institution{color:var(--accent-color);font-size:1.1rem;font-weight:600}.Education-module__jp_OzG__period{color:var(--accent-color);background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-block}.Education-module__jp_OzG__timelineItem:first-child{animation-delay:.1s}.Education-module__jp_OzG__timelineItem:nth-child(2){animation-delay:.2s}.Education-module__jp_OzG__timelineItem:nth-child(3){animation-delay:.3s}@media (max-width:768px){.Education-module__jp_OzG__timeline{gap:2rem;padding-left:1.5rem}.Education-module__jp_OzG__timelineDot{left:-30px}.Education-module__jp_OzG__timelineItem{padding:1.5rem}.Education-module__jp_OzG__degree{font-size:1.25rem}.Education-module__jp_OzG__institution{font-size:1rem}.Education-module__jp_OzG__terminal{border-radius:4px;margin-top:4rem}.Education-module__jp_OzG__terminalBody{min-height:300px;padding:20px}.Education-module__jp_OzG__line{margin-bottom:15px;font-size:.85rem}.Education-module__jp_OzG__userHost{display:inline-block}.Education-module__jp_OzG__progressRow{flex-wrap:wrap;gap:8px}.Education-module__jp_OzG__textProgressBar{letter-spacing:1px;font-size:.9rem}}.Education-module__jp_OzG__terminal{background:#000;border:1px solid #ffffff1a;border-radius:8px;max-width:1100px;margin-top:8rem;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 30px 60px #0009}.Education-module__jp_OzG__terminalHeader{background:#3c3c3c;border-bottom:1px solid #0000004d;justify-content:center;align-items:center;padding:8px 16px;display:flex;position:relative}.Education-module__jp_OzG__terminalDots{gap:8px;display:flex;position:absolute;left:16px}.Education-module__jp_OzG__terminalDots span{border-radius:50%;width:8px;height:8px}.Education-module__jp_OzG__terminalDots span:first-child{background:#ff5f56}.Education-module__jp_OzG__terminalDots span:nth-child(2){background:#ffbd2e}.Education-module__jp_OzG__terminalDots span:nth-child(3){background:#27c93f}.Education-module__jp_OzG__terminalTitle{color:var(--text-secondary);font-family:monospace;font-size:.8rem}.Education-module__jp_OzG__terminalBody{color:#fff;background:#000;min-height:450px;padding:40px;font-family:Ubuntu Mono,Consolas,monospace}.Education-module__jp_OzG__userHost{color:var(--accent-color);font-weight:700}.Education-module__jp_OzG__colon{color:#fff}.Education-module__jp_OzG__path{color:#5fafff;font-weight:700}.Education-module__jp_OzG__prompt{color:#fff;margin-right:10px}.Education-module__jp_OzG__command{color:#fff}.Education-module__jp_OzG__line{margin-bottom:20px;font-size:1.1rem}.Education-module__jp_OzG__systemMsg{color:#fff;opacity:.8;margin-bottom:8px;font-size:.95rem}.Education-module__jp_OzG__status{color:var(--accent-color);margin-right:10px;font-weight:700}.Education-module__jp_OzG__verticalList{flex-direction:column;gap:12px;margin:24px 0;display:flex}.Education-module__jp_OzG__roadmapItem{color:#a1a1aa;font-size:1rem}.Education-module__jp_OzG__progressRow{align-items:center;gap:12px;margin-top:30px;font-family:Ubuntu Mono,monospace;display:flex}.Education-module__jp_OzG__progressLabel{color:#fff;font-size:.95rem}.Education-module__jp_OzG__textProgressBar{color:#fff;letter-spacing:2px;font-size:1.1rem;font-weight:700}.Education-module__jp_OzG__progressChars{color:var(--accent-color);white-space:nowrap;width:0;animation:3s steps(26,end) infinite Education-module__jp_OzG__barLoading;display:inline-block;overflow:hidden}@keyframes Education-module__jp_OzG__barLoading{0%{width:0}80%{width:100%}to{width:100%}}@keyframes Education-module__jp_OzG__progressMove{0%{opacity:.8}to{opacity:1;text-shadow:0 0 8px #0ea5e966}}.Education-module__jp_OzG__progressPercent{color:var(--accent-color);font-size:1rem;font-weight:700}.Education-module__jp_OzG__cursor{background:var(--accent-color);width:8px;height:16px;animation:1s infinite Education-module__jp_OzG__blink;display:inline-block}@keyframes Education-module__jp_OzG__blink{50%{opacity:0}}
.Achievements-module__QXsV_G__achievementsSection{padding:6rem 0;position:relative}.Achievements-module__QXsV_G__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.Achievements-module__QXsV_G__card{background:#0f0f0f66;border:1px solid #ffffff0d;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}@media (hover:hover){.Achievements-module__QXsV_G__card:hover{background:#14141480;border-color:#0ea5e966}}.Achievements-module__QXsV_G__header{background:#ffffff05;border-bottom:1px solid #ffffff0d;padding:1.5rem 2rem}.Achievements-module__QXsV_G__meta{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.Achievements-module__QXsV_G__institution{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary,#0ea5e9);font-size:.75rem;font-weight:600}.Achievements-module__QXsV_G__year{color:var(--text-secondary);background:#ffffff0d;border-radius:4px;padding:.2rem .6rem;font-size:.8rem}.Achievements-module__QXsV_G__title{font-family:var(--font-heading);color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.2}.Achievements-module__QXsV_G__content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.Achievements-module__QXsV_G__description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.Achievements-module__QXsV_G__highlights{margin:0 0 2rem;padding:0;list-style:none}.Achievements-module__QXsV_G__highlights li{color:var(--text-primary);margin-bottom:.75rem;padding-left:1.5rem;font-size:.95rem;line-height:1.4;position:relative}.Achievements-module__QXsV_G__highlights li:before{content:"→";color:var(--accent-primary,#0ea5e9);font-weight:700;position:absolute;left:0}.Achievements-module__QXsV_G__footer{flex-direction:column;gap:1.5rem;margin-top:auto;display:flex}.Achievements-module__QXsV_G__links{flex-wrap:wrap;gap:.75rem;display:flex}.Achievements-module__QXsV_G__link{color:var(--accent-primary,#0ea5e9);background:#0ea5e91a;border:1px solid #0ea5e933;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}@media (hover:hover){.Achievements-module__QXsV_G__link:hover{background:#0ea5e933;transform:translate(3px)}}.Achievements-module__QXsV_G__linkIcon{width:16px;height:16px}.Achievements-module__QXsV_G__gallery{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.Achievements-module__QXsV_G__thumbnail{cursor:pointer;touch-action:manipulation;background:0 0;border:1px solid #ffffff1a;border-radius:6px;width:80px;height:60px;padding:0;transition:all .3s;display:block;position:relative;overflow:hidden}.Achievements-module__QXsV_G__thumbnail:active{border-color:var(--accent-primary,#0ea5e9);transform:scale(.95)}.Achievements-module__QXsV_G__thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.Achievements-module__QXsV_G__thumbnail:hover img{transform:scale(1.1)}.Achievements-module__QXsV_G__thumbnailOverlay{opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Achievements-module__QXsV_G__thumbnail:hover .Achievements-module__QXsV_G__thumbnailOverlay{opacity:1}.Achievements-module__QXsV_G__overlay svg{color:#fff;width:24px;height:24px}@media (max-width:768px){.Achievements-module__QXsV_G__achievementsSection{padding:4rem 0}.Achievements-module__QXsV_G__grid{grid-template-columns:1fr;gap:1.5rem;width:100%}.Achievements-module__QXsV_G__card:hover{border-color:#0ea5e94d}.Achievements-module__QXsV_G__header{padding:1rem 1.25rem}.Achievements-module__QXsV_G__title{font-size:1.2rem}.Achievements-module__QXsV_G__content{min-width:0;padding:1.25rem;overflow:hidden}.Achievements-module__QXsV_G__description{margin-bottom:1.25rem;font-size:.85rem;line-height:1.5}.Achievements-module__QXsV_G__highlights li{font-size:.85rem}.Achievements-module__QXsV_G__footer{gap:1rem;width:100%;min-width:0}.Achievements-module__QXsV_G__gallery{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;cursor:grab;scrollbar-width:thin;scrollbar-color:#fff3 transparent;touch-action:pan-x;grid-template-rows:repeat(2,45px);grid-auto-columns:65px;grid-auto-flow:column;gap:.5rem;width:100%;max-width:100%;padding-bottom:.75rem;display:grid;overflow-x:auto}.Achievements-module__QXsV_G__gallery::-webkit-scrollbar{height:4px}.Achievements-module__QXsV_G__gallery::-webkit-scrollbar-track{background:0 0}.Achievements-module__QXsV_G__gallery::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.Achievements-module__QXsV_G__thumbnail{scroll-snap-align:start;z-index:5;width:65px;height:45px}}@media (max-width:480px){.Achievements-module__QXsV_G__meta{flex-direction:column;align-items:flex-start;gap:.5rem}.Achievements-module__QXsV_G__links{flex-direction:column}.Achievements-module__QXsV_G__link{justify-content:center;width:100%}}
