.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__contentWrapper{z-index:10;flex-direction:column-reverse;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (min-width:1024px){.Hero-module__ZARIfG__contentWrapper{flex-direction:row;justify-content:space-between}}.Hero-module__ZARIfG__textContent{border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11182766;border-radius:8px;flex:1;overflow:hidden;box-shadow:0 0 20px #00ff410d}.Hero-module__ZARIfG__terminalHeader{border-bottom:1px solid var(--border);background:#00000080;gap:.5rem;padding:.75rem 1rem;display:flex}.Hero-module__ZARIfG__dot{background:var(--border);border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__dot:first-child{background:#ff5f56}.Hero-module__ZARIfG__dot:nth-child(2){background:#ffbd2e}.Hero-module__ZARIfG__dot:nth-child(3){background:#27c93f}.Hero-module__ZARIfG__terminalBody{padding:2rem}.Hero-module__ZARIfG__greeting{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:1rem;font-size:1rem;font-weight:500}.Hero-module__ZARIfG__prompt{color:var(--neon-accent)}.Hero-module__ZARIfG__glitch{color:var(--foreground);margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;position:relative}.Hero-module__ZARIfG__glitch:before,.Hero-module__ZARIfG__glitch:after{content:attr(data-text);background:var(--background);opacity:0;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__glitch:before{text-shadow:-2px 0 red;clip:rect(24px, 550px, 90px, 0);animation:3s linear infinite alternate-reverse Hero-module__ZARIfG__glitch-anim-2;left:2px}.Hero-module__ZARIfG__glitch:after{text-shadow:-2px 0 var(--neon-accent);clip:rect(85px, 550px, 140px, 0);animation:2.5s linear infinite alternate-reverse Hero-module__ZARIfG__glitch-anim;left:-2px}.Hero-module__ZARIfG__glitch:hover:before,.Hero-module__ZARIfG__glitch:hover:after{opacity:1}@keyframes Hero-module__ZARIfG__glitch-anim{0%{clip:rect(23px, 9999px, 86px, 0)}20%{clip:rect(100px, 9999px, 4px, 0)}40%{clip:rect(18px, 9999px, 89px, 0)}60%{clip:rect(31px, 9999px, 66px, 0)}80%{clip:rect(144px, 9999px, 32px, 0)}to{clip:rect(58px, 9999px, 112px, 0)}}@keyframes Hero-module__ZARIfG__glitch-anim-2{0%{clip:rect(65px, 9999px, 100px, 0)}20%{clip:rect(34px, 9999px, 144px, 0)}40%{clip:rect(122px, 9999px, 18px, 0)}60%{clip:rect(4px, 9999px, 98px, 0)}80%{clip:rect(88px, 9999px, 33px, 0)}to{clip:rect(133px, 9999px, 50px, 0)}}.Hero-module__ZARIfG__title{font-family:var(--font-mono);color:var(--neon-accent);align-items:center;margin-bottom:2rem;font-size:clamp(1.2rem,3vw,1.8rem);font-weight:500;display:flex}.Hero-module__ZARIfG__typingEffect{white-space:nowrap;animation:3s steps(40,end) Hero-module__ZARIfG__typing;overflow:hidden}.Hero-module__ZARIfG__cursor{margin-left:5px;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__typing{0%{max-width:0}to{max-width:100%}}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}.Hero-module__ZARIfG__summary{color:var(--text-muted);max-width:600px;margin-bottom:3rem;font-size:1rem;line-height:1.8;animation:1.2s ease-out 2s both Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__actions{flex-wrap:wrap;gap:1rem;animation:1.2s ease-out 2.5s both Hero-module__ZARIfG__fadeIn;display:flex}.Hero-module__ZARIfG__btnPrimary,.Hero-module__ZARIfG__btnSecondary{font-family:var(--font-mono);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__btnPrimary{color:var(--neon-accent);border:1px solid var(--neon-accent);background-color:#00ff411a;box-shadow:0 0 10px #00ff4133}.Hero-module__ZARIfG__btnPrimary:hover{background-color:var(--neon-accent);color:#000;box-shadow:0 0 20px var(--neon-accent)}.Hero-module__ZARIfG__btnSecondary{background-color:var(--surface);color:var(--foreground);border:1px solid var(--border)}.Hero-module__ZARIfG__btnSecondary:hover{border-color:var(--neon-accent);color:var(--neon-accent)}.Hero-module__ZARIfG__imageContent{flex:1;justify-content:center;align-items:center;animation:2s ease-out both Hero-module__ZARIfG__fadeIn;display:flex}.Hero-module__ZARIfG__imageFrame{border:2px dashed var(--neon-accent);border-radius:50%;justify-content:center;align-items:center;width:300px;height:300px;padding:10px;animation:20s linear infinite Hero-module__ZARIfG__rotate;display:flex;position:relative}@media (min-width:768px){.Hero-module__ZARIfG__imageFrame{width:400px;height:400px}}.Hero-module__ZARIfG__profileImage{object-fit:cover;filter:contrast(1.1)brightness(.9);border-radius:50%;width:100%;height:100%;animation:20s linear infinite Hero-module__ZARIfG__unrotate}.Hero-module__ZARIfG__imageOverlay{mix-blend-mode:color;pointer-events:none;z-index:5;background:#00ff411a;border-radius:50%;animation:20s linear infinite Hero-module__ZARIfG__unrotate;position:absolute;inset:10px}.Hero-module__ZARIfG__scanline{opacity:.6;z-index:10;clip-path:inset(0 round 50%);background:#00ff4180;border-radius:50%;height:5px;animation:3s linear infinite Hero-module__ZARIfG__scan;position:absolute;top:10px;left:10px;right:10px;box-shadow:0 0 10px #00ff41cc}@keyframes Hero-module__ZARIfG__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes Hero-module__ZARIfG__unrotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes Hero-module__ZARIfG__scan{0%{opacity:0;top:10px}10%{opacity:.6}90%{opacity:.6}to{opacity:0;top:calc(100% - 15px)}}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0}to{opacity:1}}.Hero-module__ZARIfG__decorativeElements{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__glow{filter:blur(60px);background:radial-gradient(circle,#00ff4114 0%,#0000 70%);border-radius:50%;width:50vw;max-width:600px;height:50vw;max-height:600px;position:absolute;top:20%;right:10%}.Hero-module__ZARIfG__glowSecondary{filter:blur(60px);background:radial-gradient(circle,#10b9810d 0%,#0000 70%);border-radius:50%;width:40vw;max-width:500px;height:40vw;max-height:500px;position:absolute;bottom:-10%;left:-10%}
.Skills-module__G7oUEG__skillsSection{max-width:1000px;margin:0 auto;padding:6rem 2rem}.Skills-module__G7oUEG__container{flex-direction:column;display:flex}.Skills-module__G7oUEG__sectionTitle{color:var(--foreground);white-space:nowrap;align-items:center;margin-bottom:3rem;font-size:clamp(1.5rem,5vw,2rem);display:flex}.Skills-module__G7oUEG__sectionTitle:after{content:"";background-color:var(--border);width:100%;max-width:300px;height:1px;margin-left:1.5rem;display:block}.Skills-module__G7oUEG__index{font-family:var(--font-mono);color:var(--neon-accent);margin-right:.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Skills-module__G7oUEG__skillCategory{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.Skills-module__G7oUEG__skillCategory:hover{border-color:#0ea5e94d;transform:translateY(-5px);box-shadow:0 10px 30px -15px #0ea5e933}.Skills-module__G7oUEG__categoryTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem}.Skills-module__G7oUEG__skillList{flex-wrap:wrap;gap:.75rem;list-style:none;display:flex}.Skills-module__G7oUEG__skillItem{font-family:var(--font-mono);color:var(--neon-accent);white-space:nowrap;background:#00ff410d;border:1px solid #00ff411a;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;transition:all .2s}.Skills-module__G7oUEG__skillItem:hover{border-color:var(--neon-accent);background:#00ff411a;transform:translateY(-2px);box-shadow:0 0 10px #00ff4133}
.Experience-module__RsmxMa__experienceSection{max-width:800px;margin:0 auto;padding:6rem 2rem}.Experience-module__RsmxMa__container{flex-direction:column;display:flex}.Experience-module__RsmxMa__sectionTitle{color:var(--foreground);white-space:nowrap;align-items:center;margin-bottom:3rem;font-size:clamp(1.5rem,5vw,2rem);display:flex}.Experience-module__RsmxMa__sectionTitle:after{content:"";background-color:var(--border);width:100%;max-width:300px;height:1px;margin-left:1.5rem;display:block}.Experience-module__RsmxMa__index{font-family:var(--font-mono);color:var(--neon-accent);margin-right:.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.Experience-module__RsmxMa__timeline{border-left:2px solid var(--border);padding-left:2rem;position:relative}.Experience-module__RsmxMa__timelineItem{margin-bottom:3rem;position:relative}.Experience-module__RsmxMa__timelineItem:last-child{margin-bottom:0}.Experience-module__RsmxMa__timelineMarker{background:var(--background);border:2px solid var(--neon-accent);border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:.25rem;left:-2.35rem}.Experience-module__RsmxMa__timelineItem:hover .Experience-module__RsmxMa__timelineMarker{background:var(--neon-accent);box-shadow:0 0 10px var(--neon-accent)}.Experience-module__RsmxMa__timelineContent{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:transform .2s;position:relative;overflow:hidden}.Experience-module__RsmxMa__timelineContent:hover{border-color:#0ea5e94d}.Experience-module__RsmxMa__logId{font-family:var(--font-mono);color:var(--neon-accent);opacity:.5;margin-bottom:.5rem;font-size:.75rem}.Experience-module__RsmxMa__jobHeader{margin-bottom:1.5rem}.Experience-module__RsmxMa__jobTitle{color:var(--foreground);margin-bottom:.25rem;font-size:1.25rem}.Experience-module__RsmxMa__company{color:var(--neon-accent)}.Experience-module__RsmxMa__period{font-family:var(--font-mono);color:var(--text-muted);font-size:.85rem}.Experience-module__RsmxMa__achievements{margin:0;padding:0;list-style:none}.Experience-module__RsmxMa__achievements li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.5rem;font-size:.95rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__achievements li:before{content:"▹";color:var(--neon-accent);position:absolute;left:0}.Experience-module__RsmxMa__achievements li:last-child{margin-bottom:0}
.Education-module__JpHHoW__educationSection{max-width:1200px;margin:0 auto;padding:6rem 2rem}.Education-module__JpHHoW__container{flex-direction:column;display:flex}.Education-module__JpHHoW__grid{grid-template-columns:1fr;gap:4rem;display:grid}@media (min-width:1024px){.Education-module__JpHHoW__grid{grid-template-columns:1fr 1fr;gap:3rem}}.Education-module__JpHHoW__column{flex-direction:column;display:flex}.Education-module__JpHHoW__sectionTitle{color:var(--foreground);white-space:nowrap;align-items:center;margin-bottom:2rem;font-size:clamp(1.5rem,4vw,2rem);display:flex}.Education-module__JpHHoW__index{font-family:var(--font-mono);color:var(--neon-accent);margin-right:.5rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400}.Education-module__JpHHoW__cards{flex-direction:column;gap:1.5rem;display:flex}.Education-module__JpHHoW__card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.Education-module__JpHHoW__card:before{content:"01010101";font-family:var(--font-mono);color:var(--neon-accent);opacity:.05;pointer-events:none;font-size:.6rem;position:absolute;top:5px;right:5px}.Education-module__JpHHoW__card:hover{border-color:#00ff414d;transform:translateY(-5px);box-shadow:0 10px 30px -15px #00ff4133}.Education-module__JpHHoW__degree,.Education-module__JpHHoW__certTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.15rem;line-height:1.4}.Education-module__JpHHoW__institution,.Education-module__JpHHoW__certIssuer{color:var(--neon-accent);margin-bottom:1rem;font-size:.95rem}.Education-module__JpHHoW__detailsRow{font-family:var(--font-mono);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.Education-module__JpHHoW__years,.Education-module__JpHHoW__certDeadline{font-family:var(--font-mono);color:var(--text-muted);font-size:.85rem}.Education-module__JpHHoW__certHeader{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.Education-module__JpHHoW__certIcon{color:var(--neon-accent);opacity:.7}.Education-module__JpHHoW__certDeadline{border-top:1px dashed var(--border);margin-top:1rem;padding-top:.5rem}
.page-module___8aEwW__mainContainer{flex-direction:column;min-height:100vh;display:flex}.page-module___8aEwW__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border);background:#090e17d9;width:100%;height:80px;transition:all .3s ease-in-out;position:fixed;top:0}.page-module___8aEwW__nav{justify-content:space-between;align-items:center;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.page-module___8aEwW__logo a{font-family:var(--font-mono);color:var(--neon-accent);letter-spacing:2px;font-size:1.5rem;font-weight:700}.page-module___8aEwW__navLinks{gap:2rem;display:flex}.page-module___8aEwW__navLinks a{font-family:var(--font-mono);color:var(--foreground);font-size:.85rem}.page-module___8aEwW__navLinks a:hover{color:var(--neon-accent)}.page-module___8aEwW__main{flex:1;width:100%;margin:0 auto;padding-top:80px}.page-module___8aEwW__footer{text-align:center;background:var(--surface);border-top:1px solid var(--border);margin-top:4rem;padding:2rem}.page-module___8aEwW__footerContent{flex-direction:column;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__techStack{font-family:var(--font-mono);color:var(--text-muted);font-size:.85rem}.page-module___8aEwW__footerLinks{gap:1.5rem;margin-top:1rem;display:flex}.page-module___8aEwW__footerLinks a{font-family:var(--font-mono);color:var(--foreground);font-size:.85rem}.page-module___8aEwW__footerLinks a:hover{color:var(--neon-accent)}@media (max-width:768px){.page-module___8aEwW__navLinks{display:none}}
