.Navbar-module__cJzEcG__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;background:#0a192fd9;border-bottom:1px solid #64ffda1a;justify-content:space-between;align-items:center;width:100%;height:80px;padding:0 5%;transition:all .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__logo{font-family:var(--font-mono);color:var(--accent-cyan);font-size:1.5rem;font-weight:700}.Navbar-module__cJzEcG__links{gap:2rem;list-style:none;display:flex}.Navbar-module__cJzEcG__link{color:var(--text-primary);font-family:var(--font-mono);cursor:pointer;font-size:.9rem;position:relative}.Navbar-module__cJzEcG__link:hover{color:var(--accent-cyan)}.Navbar-module__cJzEcG__link:before{content:"<";color:var(--accent-cyan);opacity:0;margin-right:5px;transition:opacity .3s}.Navbar-module__cJzEcG__link:after{content:"/>";color:var(--accent-cyan);opacity:0;margin-left:5px;transition:opacity .3s}.Navbar-module__cJzEcG__link:hover:before,.Navbar-module__cJzEcG__link:hover:after{opacity:1}@media (max-width:768px){.Navbar-module__cJzEcG__links{display:none}}
.Hero-module__ZARIfG__hero{flex-direction:column;justify-content:center;align-items:flex-start;min-height:100vh;padding:80px 10% 0;display:flex}.Hero-module__ZARIfG__intro{color:var(--accent-cyan);font-family:var(--font-mono);margin-bottom:1.5rem;font-size:1.2rem}.Hero-module__ZARIfG__name{color:var(--text-primary);margin-bottom:10px;font-size:clamp(40px,8vw,80px);font-weight:700}.Hero-module__ZARIfG__title{color:var(--text-secondary);margin-bottom:2rem;font-size:clamp(30px,6vw,60px);font-weight:700}.Hero-module__ZARIfG__description{max-width:600px;color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem}.Hero-module__ZARIfG__ctaButton{border:1px solid var(--accent-cyan);color:var(--accent-cyan);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:4px;padding:1rem 2rem;font-size:1rem;transition:all .3s}.Hero-module__ZARIfG__ctaButton:hover{background:#64ffda1a;box-shadow:0 0 10px #64ffda33}.Hero-module__ZARIfG__terminal{width:100%;max-width:700px;font-family:var(--font-mono);background:#011627;border:1px solid #1e2d3d;border-radius:8px;margin-top:2rem;padding:1rem;box-shadow:0 10px 30px -10px #020c1bb3}.Hero-module__ZARIfG__terminalHeader{gap:8px;margin-bottom:1rem;display:flex}.Hero-module__ZARIfG__dot{border-radius:50%;width:12px;height:12px}.Hero-module__ZARIfG__red{background:#ff5f56}.Hero-module__ZARIfG__yellow{background:#ffbd2e}.Hero-module__ZARIfG__green{background:#27c93f}.Hero-module__ZARIfG__code{color:#d6deeb;font-size:.9rem;line-height:1.6}.Hero-module__ZARIfG__command{color:#c792ea}.Hero-module__ZARIfG__flag{color:#f78c6c}.Hero-module__ZARIfG__string{color:#ecc48d}.Hero-module__ZARIfG__cursor{background:var(--accent-cyan);vertical-align:middle;width:10px;height:1.2em;animation:1s step-end infinite Hero-module__ZARIfG__blink;display:inline-block}@keyframes Hero-module__ZARIfG__blink{0%,to{opacity:1}50%{opacity:0}}
.Skills-module__G7oUEG__section{flex-direction:column;justify-content:center;padding:100px 10%;display:flex}.Skills-module__G7oUEG__heading{align-items:center;margin-bottom:2rem;font-size:2rem;display:flex}.Skills-module__G7oUEG__heading:after{content:"";background:var(--bg-tertiary);width:300px;height:1px;margin-left:20px;display:block}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;display:grid}.Skills-module__G7oUEG__card{background:var(--bg-secondary);cursor:default;border:1px solid #0000;border-radius:4px;padding:1.5rem;transition:transform .3s,box-shadow .3s}.Skills-module__G7oUEG__card:hover{border-color:var(--accent-cyan);transform:translateY(-5px);box-shadow:0 10px 30px -15px #020c1bb3}.Skills-module__G7oUEG__cardHeader{color:var(--accent-cyan);font-family:var(--font-mono);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;display:flex}.Skills-module__G7oUEG__cardTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem}.Skills-module__G7oUEG__cardList{flex-wrap:wrap;gap:10px;margin-top:10px;list-style:none;display:flex}.Skills-module__G7oUEG__tag{font-family:var(--font-mono);color:var(--accent-cyan);background:#64ffda1a;border-radius:3px;padding:4px 8px;font-size:.8rem}
.Projects-module__2BoJ-q__section{padding:100px 10%}.Projects-module__2BoJ-q__heading{align-items:center;margin-bottom:2rem;font-size:2rem;display:flex}.Projects-module__2BoJ-q__heading:after{content:"";background:var(--bg-tertiary);width:300px;height:1px;margin-left:20px;display:block}.Projects-module__2BoJ-q__projectCard{background:var(--bg-secondary);border-radius:4px;grid-template-columns:1.5fr 1fr;align-items:center;gap:20px;margin-bottom:80px;display:grid;position:relative;overflow:hidden}.Projects-module__2BoJ-q__projectContent{z-index:2;text-align:left;padding:2rem;position:relative}.Projects-module__2BoJ-q__projectOverline{color:var(--accent-cyan);font-family:var(--font-mono);margin-bottom:.5rem;font-size:.8rem}.Projects-module__2BoJ-q__projectTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.Projects-module__2BoJ-q__projectDescription{background:var(--bg-tertiary);color:var(--text-secondary);border-radius:4px;margin-bottom:1rem;padding:20px;box-shadow:0 10px 30px -15px #020c1bb3}.Projects-module__2BoJ-q__projectTech{font-family:var(--font-mono);color:var(--text-secondary);flex-wrap:wrap;gap:15px;margin-bottom:2rem;font-size:.8rem;list-style:none;display:flex}.Projects-module__2BoJ-q__projectLinks{gap:20px;display:flex}.Projects-module__2BoJ-q__link{color:var(--text-primary);transition:color .2s}.Projects-module__2BoJ-q__link:hover{color:var(--accent-cyan)}.Projects-module__2BoJ-q__projectVisual{background:var(--bg-tertiary);opacity:.5;justify-content:center;align-items:center;height:100%;transition:opacity .3s;display:flex;position:relative}.Projects-module__2BoJ-q__projectCard:hover .Projects-module__2BoJ-q__projectVisual{opacity:1}.Projects-module__2BoJ-q__visualPlaceholder{background:linear-gradient(135deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);width:100%;height:100%;min-height:300px;font-family:var(--font-mono);color:var(--accent-cyan);justify-content:center;align-items:center;font-size:5rem;font-weight:700;display:flex}@media (max-width:768px){.Projects-module__2BoJ-q__projectCard{grid-template-columns:1fr}}
.Contact-module__hcVmEa__section{text-align:center;max-width:600px;margin:0 auto 100px;padding:100px 10%}.Contact-module__hcVmEa__heading{color:var(--text-primary);margin-bottom:1rem;font-size:clamp(40px,5vw,60px)}.Contact-module__hcVmEa__intro{color:var(--accent-cyan);font-family:var(--font-mono);margin-bottom:1rem;font-size:1rem;display:block}.Contact-module__hcVmEa__text{color:var(--text-secondary);margin-bottom:3rem;font-size:1.2rem}.Contact-module__hcVmEa__button{border:1px solid var(--accent-cyan);color:var(--accent-cyan);font-family:var(--font-mono);border-radius:4px;padding:1.25rem 1.75rem;font-size:1rem;transition:all .25s;display:inline-block}.Contact-module__hcVmEa__buttonContainer{flex-wrap:wrap;justify-content:center;gap:60px;margin-top:2rem;display:flex}.Contact-module__hcVmEa__footer{text-align:center;color:var(--text-secondary);font-family:var(--font-mono);padding:20px;font-size:.8rem}.Contact-module__hcVmEa__footerLink{transition:color .2s}.Contact-module__hcVmEa__footerLink:hover{color:var(--accent-cyan)}
