.Hero-module__ZARIfG__heroSection{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex;position:relative}.Hero-module__ZARIfG__heroContent{text-align:center;z-index:10;max-width:800px}.Hero-module__ZARIfG__sysStatus{color:var(--accent-cyan);letter-spacing:2px;background:var(--bg-panel);border:1px solid var(--accent-cyan-dim);border-radius:20px;align-items:center;gap:8px;margin-bottom:20px;padding:5px 15px;font-family:monospace;font-size:.9rem;display:inline-flex}.Hero-module__ZARIfG__dot{background:var(--accent-cyan);width:8px;height:8px;box-shadow:0 0 10px var(--accent-cyan);border-radius:50%;animation:2s infinite Hero-module__ZARIfG__pulse}.Hero-module__ZARIfG__title{color:var(--text-main);letter-spacing:-.02em;margin-bottom:20px;font-size:3.5rem;font-weight:800;line-height:1.2}.Hero-module__ZARIfG__rolesSystem{flex-wrap:wrap;justify-content:center;align-items:center;gap:15px;margin-bottom:25px;display:flex}.Hero-module__ZARIfG__roleToken{color:var(--accent-cyan);font-size:1.1rem;font-weight:600}.Hero-module__ZARIfG__separator{color:var(--border-solid);font-weight:300}.Hero-module__ZARIfG__subtitle{color:var(--text-muted);max-width:750px;margin:0 auto 30px;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__subtitle strong{color:var(--text-main);font-weight:600}.Hero-module__ZARIfG__subtitle em{color:var(--accent-cyan);font-style:normal}.Hero-module__ZARIfG__contactDetails{flex-wrap:wrap;justify-content:center;gap:12px;max-width:750px;margin:0 auto 40px;display:flex}.Hero-module__ZARIfG__contactChip{border:1px solid var(--border-solid);color:var(--text-muted);background:#10152299;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-family:monospace;font-size:.9rem;text-decoration:none;transition:all .3s;display:flex}.Hero-module__ZARIfG__contactChip span{font-size:1rem}.Hero-module__ZARIfG__contactChip:hover{border-color:var(--accent-cyan-dim);color:var(--accent-cyan);background:#00f0ff0d;transform:translateY(-2px);box-shadow:0 4px 15px #00f0ff1a}.Hero-module__ZARIfG__actions{justify-content:center;display:flex}.Hero-module__ZARIfG__primaryBtn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;padding:15px 40px;font-size:1.1rem;font-weight:600;display:inline-block}.Hero-module__ZARIfG__primaryBtn:hover{color:var(--accent-cyan);background:#00f0ff1a}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:1;box-shadow:0 0 10px var(--accent-cyan)}50%{opacity:.4;box-shadow:0 0 2px var(--accent-cyan)}to{opacity:1;box-shadow:0 0 10px var(--accent-cyan)}}@media (max-width:768px){.Hero-module__ZARIfG__title{font-size:2.5rem}}
.Skills-module__G7oUEG__sectionContainer{max-width:1200px;margin:0 auto;padding:5rem 2rem}.Skills-module__G7oUEG__sectionTitle{text-align:center;border-bottom:1px solid var(--border-solid);flex-direction:column;align-items:center;gap:8px;margin-bottom:50px;padding-bottom:20px;font-size:2.2rem;display:flex}.Skills-module__G7oUEG__sectionLabel{color:var(--accent-cyan);letter-spacing:3px;text-transform:uppercase;font-family:monospace;font-size:.85rem}.Skills-module__G7oUEG__skillsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:25px;display:grid}.Skills-module__G7oUEG__skillCard{opacity:0;flex-direction:column;padding:25px;transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;transform:translateY(30px)}.Skills-module__G7oUEG__skillCardVisible{opacity:1;transform:translateY(0)}.Skills-module__G7oUEG__cardIconRow{align-items:center;gap:12px;margin-bottom:20px;display:flex}.Skills-module__G7oUEG__cardIcon{border:1px solid var(--accent-cyan-dim);background:#00f0ff0f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.6rem;display:flex}.Skills-module__G7oUEG__categoryTitle{color:var(--accent-cyan);letter-spacing:.5px;font-size:1.1rem;font-weight:600}.Skills-module__G7oUEG__badgesWrapper{flex-wrap:wrap;gap:8px;display:flex}.Skills-module__G7oUEG__badge{color:var(--text-muted);cursor:default;background:#00f0ff0a;border:1px solid #00f0ff1f;border-radius:6px;padding:6px 12px;font-family:monospace;font-size:.82rem;transition:all .3s}.Skills-module__G7oUEG__badge:hover{border-color:var(--accent-cyan);color:#fff;text-shadow:0 0 5px #00f0ff80;background:#00f0ff26;transform:translateY(-2px);box-shadow:0 0 12px #00f0ff33}
.Experience-module__RsmxMa__sectionContainer{max-width:1200px;margin:0 auto;padding:5rem 2rem 6rem}.Experience-module__RsmxMa__sectionTitle{text-align:center;border-bottom:1px solid var(--border-solid);flex-direction:column;align-items:center;gap:8px;margin-bottom:50px;padding-bottom:20px;font-size:2.2rem;display:flex}.Experience-module__RsmxMa__sectionLabel{color:var(--accent-cyan);letter-spacing:3px;text-transform:uppercase;font-family:monospace;font-size:.85rem}.Experience-module__RsmxMa__timeline{flex-direction:column;gap:30px;max-width:900px;margin:0 auto;display:flex;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";background:linear-gradient(180deg, var(--accent-cyan), var(--accent-cyan-dim), transparent);width:2px;box-shadow:0 0 12px var(--accent-cyan);position:absolute;top:0;bottom:0;left:0}.Experience-module__RsmxMa__card{opacity:0;margin-left:30px;padding:30px;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;position:relative;transform:translate(-30px)}.Experience-module__RsmxMa__cardVisible{opacity:1;transform:translate(0)}.Experience-module__RsmxMa__card:before{content:"";background:var(--accent-cyan);width:12px;height:12px;box-shadow:0 0 12px var(--accent-cyan), 0 0 25px #00f0ff4d;z-index:2;border-radius:50%;position:absolute;top:35px;left:-36px}.Experience-module__RsmxMa__card:after{content:"";background:var(--accent-cyan-dim);width:24px;height:2px;position:absolute;top:40px;left:-24px}.Experience-module__RsmxMa__cardHeader{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.Experience-module__RsmxMa__role{color:var(--text-main);font-size:1.35rem;font-weight:600}.Experience-module__RsmxMa__period{color:var(--accent-cyan);border:1px solid var(--accent-cyan-dim);white-space:nowrap;background:#00f0ff14;border-radius:12px;padding:5px 14px;font-family:monospace;font-size:.85rem}.Experience-module__RsmxMa__company{color:var(--text-main);background:linear-gradient(90deg, var(--accent-cyan), #fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:20px;font-size:1.1rem;font-weight:500;display:inline-block}.Experience-module__RsmxMa__descriptionList{flex-direction:column;gap:12px;margin:0;padding-left:0;list-style:none;display:flex}.Experience-module__RsmxMa__descriptionList li{color:var(--text-muted);padding-left:22px;font-size:.95rem;line-height:1.6;transition:color .3s;position:relative}.Experience-module__RsmxMa__descriptionList li:before{content:"▹";color:var(--accent-cyan);transition:text-shadow .3s;position:absolute;top:0;left:0}.Experience-module__RsmxMa__descriptionList li:hover{color:var(--text-main)}.Experience-module__RsmxMa__descriptionList li:hover:before{text-shadow:0 0 8px var(--accent-cyan)}@media (max-width:768px){.Experience-module__RsmxMa__card{margin-left:20px;padding:20px}.Experience-module__RsmxMa__card:before{width:10px;height:10px;left:-26px}.Experience-module__RsmxMa__card:after{width:16px;left:-16px}.Experience-module__RsmxMa__role{font-size:1.15rem}}
.Education-module__JpHHoW__sectionContainer{max-width:1200px;margin:0 auto;padding:5rem 2rem 6rem}.Education-module__JpHHoW__sectionTitle{text-align:center;border-bottom:1px solid var(--border-solid);flex-direction:column;align-items:center;gap:8px;margin-bottom:50px;padding-bottom:20px;font-size:2.2rem;display:flex}.Education-module__JpHHoW__sectionLabel{color:var(--accent-purple);letter-spacing:3px;text-transform:uppercase;font-family:monospace;font-size:.85rem}.Education-module__JpHHoW__eduGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:35px;display:grid}.Education-module__JpHHoW__card{opacity:0;border-color:#bd00ff1a;flex-direction:row;padding:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;transform:translateY(40px)scale(.97)}.Education-module__JpHHoW__cardVisible{opacity:1;transform:translateY(0)scale(1)}.Education-module__JpHHoW__card:hover{border-color:#bd00ff66;box-shadow:0 8px 40px #bd00ff26}.Education-module__JpHHoW__cardIcon{background:#bd00ff14;border-right:1px solid #bd00ff26;justify-content:center;align-items:center;min-width:80px;font-size:2.2rem;display:flex}.Education-module__JpHHoW__cardBody{flex:1;padding:25px}.Education-module__JpHHoW__cardHeader{justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:10px;display:flex}.Education-module__JpHHoW__degree{color:var(--text-main);font-size:1.3rem}.Education-module__JpHHoW__year{color:var(--text-muted);white-space:nowrap;background:#bd00ff1a;border-radius:12px;flex-shrink:0;padding:4px 12px;font-family:monospace;font-size:.85rem}.Education-module__JpHHoW__institution{background:linear-gradient(90deg, var(--accent-purple), #fff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:18px;font-size:1.1rem;font-weight:500;display:inline-block}.Education-module__JpHHoW__detailsList{flex-direction:column;gap:10px;margin:0;padding-left:0;list-style:none;display:flex}.Education-module__JpHHoW__detailsList li{color:var(--text-muted);padding-left:20px;font-size:.95rem;line-height:1.6;position:relative}.Education-module__JpHHoW__detailsList li:before{content:"◆";color:var(--accent-purple);font-size:.65rem;line-height:1.6;position:absolute;top:0;left:0}@media (max-width:768px){.Education-module__JpHHoW__eduGrid{grid-template-columns:1fr}.Education-module__JpHHoW__card{flex-direction:column}.Education-module__JpHHoW__cardIcon{min-width:unset;border-bottom:1px solid #bd00ff26;border-right:none;padding:15px}}
.ProjectsInfo-module__wVPR7q__sectionContainer{max-width:1200px;margin:0 auto;padding:5rem 2rem}.ProjectsInfo-module__wVPR7q__sectionTitle{text-align:center;border-bottom:1px solid var(--border-solid);flex-direction:column;align-items:center;gap:8px;margin-bottom:50px;padding-bottom:20px;font-size:2.2rem;display:flex}.ProjectsInfo-module__wVPR7q__sectionLabel{color:var(--accent-purple);letter-spacing:3px;text-transform:uppercase;font-family:monospace;font-size:.85rem}.ProjectsInfo-module__wVPR7q__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px;display:grid}.ProjectsInfo-module__wVPR7q__projectCard{opacity:0;flex-direction:column;padding:30px;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),border-color .3s,box-shadow .3s;display:flex;position:relative;transform:translateY(40px)scale(.97)}.ProjectsInfo-module__wVPR7q__projectCardVisible{opacity:1;transform:translateY(0)scale(1)}.ProjectsInfo-module__wVPR7q__projectCard:hover{border-color:#bd00ff66;box-shadow:0 8px 40px #bd00ff1f}.ProjectsInfo-module__wVPR7q__projectNumber{color:#bd00ff1a;font-family:monospace;font-size:3rem;font-weight:800;line-height:1;transition:color .3s;position:absolute;top:15px;right:20px}.ProjectsInfo-module__wVPR7q__projectCard:hover .ProjectsInfo-module__wVPR7q__projectNumber{color:#bd00ff40}.ProjectsInfo-module__wVPR7q__projectTitle{color:var(--text-main);margin-bottom:15px;padding-right:50px;font-size:1.3rem}.ProjectsInfo-module__wVPR7q__techStack{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.ProjectsInfo-module__wVPR7q__techBadge{color:var(--accent-purple);text-transform:uppercase;letter-spacing:1px;cursor:default;background:#bd00ff1a;border-radius:4px;padding:4px 10px;font-size:.8rem;font-weight:600;transition:all .3s}.ProjectsInfo-module__wVPR7q__techBadge:hover{color:#fff;text-shadow:0 0 5px var(--accent-purple);background:#bd00ff40;box-shadow:0 0 10px #bd00ff66}.ProjectsInfo-module__wVPR7q__detailsList{flex-direction:column;gap:10px;margin:0;padding-left:0;list-style:none;display:flex}.ProjectsInfo-module__wVPR7q__detailsList li{color:var(--text-muted);padding-left:20px;font-size:.95rem;line-height:1.6;transition:color .3s;position:relative}.ProjectsInfo-module__wVPR7q__detailsList li:before{content:"»";color:var(--accent-purple);font-size:1.2rem;line-height:1.2;transition:text-shadow .3s;position:absolute;top:0;left:0}.ProjectsInfo-module__wVPR7q__detailsList li:hover{color:var(--text-main)}.ProjectsInfo-module__wVPR7q__detailsList li:hover:before{text-shadow:0 0 8px var(--accent-purple)}@media (max-width:768px){.ProjectsInfo-module__wVPR7q__projectsGrid{grid-template-columns:1fr}}
.Glossary-module__1zUrHG__sectionContainer{max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem}.Glossary-module__1zUrHG__gridContainer{grid-template-columns:2fr 1fr;gap:50px;display:grid}.Glossary-module__1zUrHG__sectionTitle{border-bottom:1px solid var(--border-solid);flex-direction:column;gap:6px;margin-bottom:30px;padding-bottom:15px;font-size:2rem;display:flex}.Glossary-module__1zUrHG__sectionLabel{color:var(--accent-cyan);letter-spacing:3px;text-transform:uppercase;font-family:monospace;font-size:.85rem}.Glossary-module__1zUrHG__termsList{flex-direction:column;gap:20px;display:flex}.Glossary-module__1zUrHG__termItem{border-left:3px solid var(--accent-cyan);background:#10152266;border-radius:4px 12px 12px 4px;padding:15px 20px;transition:all .3s}.Glossary-module__1zUrHG__termItem:hover{border-left-color:var(--accent-cyan);background:#00f0ff0a;transform:translate(4px);box-shadow:0 4px 20px #00f0ff14}.Glossary-module__1zUrHG__termName{color:var(--accent-cyan);margin-bottom:8px;font-size:1.1rem}.Glossary-module__1zUrHG__termDef{color:var(--text-muted);font-size:.95rem;line-height:1.5}.Glossary-module__1zUrHG__languagesList{flex-direction:column;gap:15px;display:flex}.Glossary-module__1zUrHG__langCard{justify-content:space-between;align-items:center;padding:15px 20px;display:flex}.Glossary-module__1zUrHG__langName{color:var(--text-main);font-size:1.1rem;font-weight:600}.Glossary-module__1zUrHG__langLevel{color:var(--accent-purple);text-transform:uppercase;letter-spacing:1px;background:#bd00ff1a;border-radius:20px;padding:4px 12px;font-size:.9rem}@media (max-width:768px){.Glossary-module__1zUrHG__gridContainer{grid-template-columns:1fr}}
.page-module___8aEwW__page{flex-direction:column;align-items:center;width:100%;display:flex}
