.Hero-module__ZARIfG__hero{align-items:center;min-height:100vh;padding:60px 0;display:flex;position:relative}.Hero-module__ZARIfG__container{width:100%}.Hero-module__ZARIfG__wireframeBox{border:1px solid var(--border-color);background:var(--bg-primary);width:100%;padding:4rem 3.5rem;position:relative}.Hero-module__ZARIfG__boxLabel{background:var(--bg-primary);border:1px solid var(--border-color);font-family:var(--font-mono-family);letter-spacing:1px;padding:2px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:24px}.Hero-module__ZARIfG__mainGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__ZARIfG__leftCol{flex-direction:column;display:flex}.Hero-module__ZARIfG__rightCol{flex-direction:column;justify-content:center;display:flex}.Hero-module__ZARIfG__topRow{align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.Hero-module__ZARIfG__avatarWrapper{position:relative}.Hero-module__ZARIfG__avatar{object-fit:cover;border:2px solid var(--border-color);width:80px;height:80px;box-shadow:3px 3px 0px var(--border-color);border-radius:0}.Hero-module__ZARIfG__status{border:1px solid var(--border-color);background:var(--bg-secondary);font-family:var(--font-mono-family);color:var(--text-primary);align-items:center;gap:.6rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700;display:inline-flex}.Hero-module__ZARIfG__dot{background:#000;border-radius:50%;width:8px;height:8px;animation:1.5s infinite Hero-module__ZARIfG__pulse}@keyframes Hero-module__ZARIfG__pulse{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.Hero-module__ZARIfG__name{letter-spacing:-2px;font-size:clamp(3rem,5vw,5.5rem);font-weight:800;line-height:1;font-family:var(--font-sans-family);text-transform:uppercase;flex-direction:column;margin-bottom:2rem;display:flex}.Hero-module__ZARIfG__lastName{color:#0000;-webkit-text-stroke:1.5px var(--border-color)}.Hero-module__ZARIfG__description{max-width:580px;color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__chips{flex-wrap:wrap;gap:.8rem;margin-bottom:3rem;display:flex}.Hero-module__ZARIfG__chips span{border:1px solid var(--border-light);color:var(--text-secondary);font-family:var(--font-mono-family);background:var(--bg-secondary);padding:.5rem 1rem;font-size:.8rem;font-weight:700}.Hero-module__ZARIfG__actions{gap:1.5rem;margin-bottom:4rem;display:flex}.Hero-module__ZARIfG__stats{border-top:1px dashed var(--border-light);grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:450px;padding-top:2.5rem;display:grid}.Hero-module__ZARIfG__statBox{border:1px solid var(--border-light);background:var(--bg-secondary);padding:1.5rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.Hero-module__ZARIfG__statBox:hover{border-color:var(--border-color);background:var(--bg-primary);box-shadow:3px 3px 0px var(--border-color);transform:translate(-2px,-2px)}.Hero-module__ZARIfG__stats h3{font-family:var(--font-mono-family);margin-bottom:.3rem;font-size:2rem;font-weight:700}.Hero-module__ZARIfG__stats p{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.85rem}.Hero-module__ZARIfG__terminalWindow{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:4px 4px 0px var(--border-color);flex-direction:column;width:100%;display:flex}.Hero-module__ZARIfG__terminalHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:.6rem 1.2rem;display:flex}.Hero-module__ZARIfG__terminalTitle{font-family:var(--font-mono-family);letter-spacing:1px;font-size:.75rem;font-weight:700}.Hero-module__ZARIfG__terminalButtons{font-family:var(--font-mono-family);color:var(--text-muted);cursor:default;gap:.6rem;font-size:.75rem;display:flex}.Hero-module__ZARIfG__terminalTabs{background:var(--bg-primary);border-bottom:1px solid var(--border-color);display:flex}.Hero-module__ZARIfG__tabBtn{border:none;border-right:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-muted);font-family:var(--font-mono-family);cursor:pointer;letter-spacing:1px;padding:.6rem 1.2rem;font-size:.75rem;font-weight:700;transition:all .2s}.Hero-module__ZARIfG__tabBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.Hero-module__ZARIfG__activeTab{background:var(--text-primary)!important;color:var(--bg-primary)!important}.Hero-module__ZARIfG__terminalBody{background:var(--bg-primary);flex-direction:column;min-height:290px;padding:1.5rem;display:flex}.Hero-module__ZARIfG__diagnosticsTab{flex-direction:column;height:100%;display:flex}.Hero-module__ZARIfG__systemInfo{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Hero-module__ZARIfG__infoLine{font-family:var(--font-mono-family);border-bottom:1px dashed var(--border-light);justify-content:space-between;padding-bottom:.25rem;font-size:.8rem;display:flex}.Hero-module__ZARIfG__infoLabel{color:var(--text-muted)}.Hero-module__ZARIfG__infoValue,.Hero-module__ZARIfG__greenText{color:var(--text-primary);font-weight:700}.Hero-module__ZARIfG__sysLog{flex-direction:column;display:flex}.Hero-module__ZARIfG__logLabel{font-family:var(--font-mono-family);color:var(--text-muted);letter-spacing:1px;margin-bottom:.6rem;font-size:.75rem;font-weight:700}.Hero-module__ZARIfG__logLines{font-family:var(--font-mono-family);flex-direction:column;gap:.4rem;font-size:.75rem;display:flex}.Hero-module__ZARIfG__logLine{color:var(--text-secondary)}.Hero-module__ZARIfG__matrixTab{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.Hero-module__ZARIfG__matrixDesc{font-family:var(--font-mono-family);color:var(--text-muted);text-align:center;margin-bottom:1rem;font-size:.75rem;line-height:1.4}.Hero-module__ZARIfG__matrixGrid{border:1px solid var(--border-light);background:var(--bg-secondary);grid-template-rows:repeat(8,22px);grid-template-columns:repeat(8,22px);gap:4px;margin-bottom:1.2rem;padding:6px;display:grid}.Hero-module__ZARIfG__matrixCell{border:1px solid var(--border-light);background:var(--bg-primary);cursor:crosshair;width:22px;height:22px;transition:all .15s}.Hero-module__ZARIfG__matrixCell:hover{border-color:var(--border-color);background:var(--bg-tertiary)}.Hero-module__ZARIfG__matrixCellActive{background:var(--text-primary)!important;border-color:var(--border-color)!important}.Hero-module__ZARIfG__clearBtn{border:1px solid var(--border-color);background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono-family);cursor:pointer;padding:.4rem .8rem;font-size:.7rem;font-weight:700;transition:all .2s}.Hero-module__ZARIfG__clearBtn:hover{background:var(--text-primary);color:var(--bg-primary)}.Hero-module__ZARIfG__terminalFooter{border-top:1px solid var(--border-color);background:var(--bg-secondary);font-family:var(--font-mono-family);align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.75rem;display:flex}.Hero-module__ZARIfG__blinkingCursor{color:var(--text-primary);font-weight:700;animation:1s step-end infinite Hero-module__ZARIfG__blink}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:0}50%{opacity:1}}.Hero-module__ZARIfG__resumeWrapper{display:inline-block;position:relative}.Hero-module__ZARIfG__resumeDropdown{background:var(--bg-primary);border:1px solid var(--border-color);width:220px;box-shadow:4px 4px 0px var(--border-color);z-index:1000;background-color:#fff;flex-direction:column;margin-top:.5rem;display:flex;position:absolute;top:100%;left:0}.Hero-module__ZARIfG__dropdownItem{font-family:var(--font-mono-family);color:var(--text-primary);border-bottom:1px solid var(--border-light);text-transform:uppercase;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.Hero-module__ZARIfG__dropdownItem:last-child{border-bottom:none}.Hero-module__ZARIfG__dropdownItem:hover{background:var(--text-primary);color:var(--bg-primary)}@media (max-width:992px){.Hero-module__ZARIfG__mainGrid{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Hero-module__ZARIfG__wireframeBox{padding:2.5rem 1.5rem}.Hero-module__ZARIfG__topRow{flex-direction:column;align-items:flex-start;gap:1rem}.Hero-module__ZARIfG__name{letter-spacing:-1px;font-size:3rem}.Hero-module__ZARIfG__actions{flex-direction:column;gap:1rem}.Hero-module__ZARIfG__resumeWrapper{width:100%}.Hero-module__ZARIfG__resumeWrapper button{justify-content:center;width:100%}.Hero-module__ZARIfG__resumeDropdown{width:100%}.Hero-module__ZARIfG__stats{grid-template-columns:1fr;gap:1rem;padding-top:2rem}}
.About-module__vAULUW__aboutContent{grid-template-columns:350px 1fr;align-items:stretch;gap:4rem;display:grid}.About-module__vAULUW__imageContainer{border:1px solid var(--border-color);background:var(--bg-secondary);width:100%;box-shadow:4px 4px 0px var(--border-color);justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.About-module__vAULUW__imageWrapper{aspect-ratio:1;z-index:2;border:1px dashed var(--border-color);width:100%;position:relative;overflow:hidden}.About-module__vAULUW__image{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .3s}.About-module__vAULUW__imageContainer:hover .About-module__vAULUW__image{filter:grayscale(0)}.About-module__vAULUW__textCard{border:1px solid var(--border-color);background:var(--bg-primary);box-shadow:4px 4px 0px var(--border-color);flex-direction:column;justify-content:center;padding:3rem;display:flex;position:relative}.About-module__vAULUW__boxLabel{background:var(--bg-primary);border:1px solid var(--border-color);font-family:var(--font-mono-family);letter-spacing:1px;padding:2px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:20px}.About-module__vAULUW__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__vAULUW__text:last-child{margin-bottom:0}@media (max-width:992px){.About-module__vAULUW__aboutContent{grid-template-columns:1fr;gap:3rem}.About-module__vAULUW__imageContainer{max-width:350px;margin:0 auto}}@media (max-width:768px){.About-module__vAULUW__textCard{padding:2rem}}
.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.Skills-module__G7oUEG__skillCard{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:4px 4px 0px var(--border-color);padding:2rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.Skills-module__G7oUEG__skillCard:hover{box-shadow:8px 8px 0px var(--border-color);background:var(--bg-secondary);transform:translate(-2px,-2px)}.Skills-module__G7oUEG__categoryTitle{font-family:var(--font-mono-family);color:var(--text-primary);border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700}.Skills-module__G7oUEG__skillTags{flex-wrap:wrap;gap:.6rem;display:flex}.Skills-module__G7oUEG__tag{background:var(--bg-secondary);border:1px solid var(--border-light);font-family:var(--font-mono-family);color:var(--text-secondary);cursor:default;padding:.4rem .8rem;font-size:.8rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);border-radius:0!important}.Skills-module__G7oUEG__tag:hover{background:var(--text-primary);color:var(--bg-primary);border-color:var(--border-color)}
.Experience-module__RsmxMa__timeline{padding-left:2rem;position:relative}.Experience-module__RsmxMa__timeline:before{content:"";border-left:1px dashed var(--border-color);width:1px;position:absolute;top:0;bottom:0;left:0}.Experience-module__RsmxMa__timelineItem{margin-bottom:4rem;position:relative}.Experience-module__RsmxMa__timelineItem:last-child{margin-bottom:0}.Experience-module__RsmxMa__timelineDot{background:var(--text-primary);border:1px solid var(--border-color);z-index:1;width:12px;height:12px;position:absolute;top:1.5rem;left:-2rem;transform:translate(-50%)}.Experience-module__RsmxMa__content{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:4px 4px 0px var(--border-color);padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative}.Experience-module__RsmxMa__content:hover{box-shadow:8px 8px 0px var(--border-color);background:var(--bg-secondary);transform:translate(-2px,-2px)}.Experience-module__RsmxMa__boxLabel{background:var(--bg-primary);border:1px solid var(--border-color);font-family:var(--font-mono-family);letter-spacing:1px;padding:2px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:20px}.Experience-module__RsmxMa__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}.Experience-module__RsmxMa__role{text-transform:uppercase;color:var(--text-primary);margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.Experience-module__RsmxMa__company{font-family:var(--font-mono-family);color:var(--text-muted);font-size:1rem;font-weight:700}.Experience-module__RsmxMa__date{font-family:var(--font-mono-family);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);padding:.4rem .8rem;font-size:.8rem;font-weight:700}.Experience-module__RsmxMa__bullets{list-style:none}.Experience-module__RsmxMa__bullets li{color:var(--text-secondary);margin-bottom:.85rem;padding-left:1.5rem;line-height:1.7;position:relative}.Experience-module__RsmxMa__bullets li:before{content:"■";color:var(--text-primary);font-size:.6rem;position:absolute;top:.35rem;left:0}@media (max-width:768px){.Experience-module__RsmxMa__header{flex-direction:column;gap:.5rem}.Experience-module__RsmxMa__content{padding:1.5rem}}
.Projects-module__2BoJ-q__grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.Projects-module__2BoJ-q__card{background:var(--bg-primary);border:1px solid var(--border-color);height:100%;box-shadow:4px 4px 0px var(--border-color);flex-direction:column;padding:2.5rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.Projects-module__2BoJ-q__card:hover{box-shadow:8px 8px 0px var(--border-color);background:var(--bg-secondary);transform:translate(-2px,-2px)}.Projects-module__2BoJ-q__boxLabel{background:var(--bg-primary);border:1px solid var(--border-color);font-family:var(--font-mono-family);letter-spacing:1px;padding:2px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:20px}.Projects-module__2BoJ-q__header{justify-content:space-between;align-items:center;margin-top:.5rem;margin-bottom:1.5rem;display:flex}.Projects-module__2BoJ-q__title{font-family:var(--font-mono-family);text-transform:uppercase;color:var(--text-primary);font-size:1.3rem;font-weight:700}.Projects-module__2BoJ-q__link{color:var(--text-primary);border:1px solid var(--border-color);justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.Projects-module__2BoJ-q__link:hover{background:var(--text-primary);color:var(--bg-primary)}.Projects-module__2BoJ-q__description{color:var(--text-secondary);flex-grow:1;margin-bottom:2.5rem;line-height:1.7}.Projects-module__2BoJ-q__stack{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Projects-module__2BoJ-q__tech{font-family:var(--font-mono-family);color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-light);padding:.3rem .6rem;font-size:.75rem;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1);border-radius:0!important}.Projects-module__2BoJ-q__tech:hover{border-color:var(--border-color);background:var(--text-primary);color:var(--bg-primary)}
.Education-module__JpHHoW__eduCard{background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:4px 4px 0px var(--border-color);padding:2.5rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;margin-bottom:0!important}.Education-module__JpHHoW__eduCard:hover{box-shadow:8px 8px 0px var(--border-color);background:var(--bg-secondary);transform:translate(-2px,-2px)}.Education-module__JpHHoW__boxLabel{background:var(--bg-primary);border:1px solid var(--border-color);font-family:var(--font-mono-family);letter-spacing:1px;padding:2px 10px;font-size:.75rem;font-weight:700;position:absolute;top:-10px;left:20px}.Education-module__JpHHoW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Education-module__JpHHoW__degree{text-transform:uppercase;color:var(--text-primary);margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.Education-module__JpHHoW__university{color:var(--text-secondary);font-size:1.1rem}.Education-module__JpHHoW__date{font-family:var(--font-mono-family);color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);padding:.4rem .8rem;font-size:.8rem;font-weight:700}.Education-module__JpHHoW__footer{border-top:1px dashed var(--border-color);margin-top:4rem;padding-top:3rem}.Education-module__JpHHoW__footerContent{color:var(--text-muted);font-size:.85rem;font-family:var(--font-mono-family);text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Education-module__JpHHoW__footerLinks{gap:1.5rem;display:flex}.Education-module__JpHHoW__footerLinks a{color:var(--text-primary);border-bottom:1px solid #0000;font-weight:700;transition:all .2s cubic-bezier(.16,1,.3,1)}.Education-module__JpHHoW__footerLinks a:hover{color:var(--text-muted);border-bottom-color:var(--border-color)}@media (max-width:768px){.Education-module__JpHHoW__footerContent{text-align:center;flex-direction:column}}
.Preloader-module__-PvIBG__container{z-index:9999;background-color:var(--bg-primary);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.Preloader-module__-PvIBG__curtain{z-index:1;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Preloader-module__-PvIBG__bar{background-color:var(--bg-primary);border-right:1px solid var(--border-light);flex:1;height:100%}.Preloader-module__-PvIBG__counterWrapper{z-index:2;text-align:center;background:var(--bg-primary);border:1px solid var(--border-color);box-shadow:8px 8px 0px var(--border-color);flex-direction:column;align-items:center;padding:3rem;display:flex;position:relative}.Preloader-module__-PvIBG__number{color:var(--text-primary);font-size:8rem;font-weight:800;line-height:1;font-family:var(--font-mono-family);margin-bottom:2rem}.Preloader-module__-PvIBG__progressBarWrapper{background:var(--bg-tertiary);border:1px solid var(--border-color);width:300px;height:8px;margin-bottom:1.5rem;position:relative;overflow:hidden}.Preloader-module__-PvIBG__progressBar{background:var(--text-primary);height:100%;position:absolute;top:0;left:0}.Preloader-module__-PvIBG__tagline{text-transform:uppercase;letter-spacing:4px;color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono-family)}@media (max-width:768px){.Preloader-module__-PvIBG__number{font-size:4rem}.Preloader-module__-PvIBG__progressBarWrapper{width:200px}}
