.Header-module___jWN3W__header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--glass-border);background:#000c;justify-content:space-between;align-items:center;padding:2rem 0;display:flex;position:sticky;top:0}.Header-module___jWN3W__logo{color:var(--text-primary);letter-spacing:0;font-family:JetBrains Mono,monospace;font-size:1rem;font-weight:400}.Header-module___jWN3W__nav{gap:2rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:400;display:flex}.Header-module___jWN3W__nav a{color:var(--text-secondary);text-decoration:none;transition:all .3s;position:relative}.Header-module___jWN3W__nav a:hover{color:var(--accent-primary)}.Header-module___jWN3W__nav a:after{content:"";background:var(--accent-primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module___jWN3W__nav a:hover:after{width:100%}@media (max-width:768px){.Header-module___jWN3W__nav{display:none}}
.Hero-module__gn25-W__hero{justify-content:space-between;align-items:center;gap:4rem;min-height:90vh;padding:4rem 0;display:flex;position:relative}.Hero-module__gn25-W__heroContent{flex:1;max-width:800px;animation:1s ease-out Hero-module__gn25-W__fadeInUp}.Hero-module__gn25-W__statusBadge{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.75rem;animation:2s ease-in-out infinite Hero-module__gn25-W__pulse;display:inline-flex}.Hero-module__gn25-W__statusDot{background:#22c55e;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite Hero-module__gn25-W__blink;box-shadow:0 0 10px #22c55e99}.Hero-module__gn25-W__title{color:var(--text-primary);letter-spacing:-2px;margin-bottom:1.5rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.Hero-module__gn25-W__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300}.Hero-module__gn25-W__techStack{flex-wrap:wrap;gap:.75rem;margin-bottom:3rem;font-family:JetBrains Mono,monospace;display:flex}.Hero-module__gn25-W__techTag{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;transition:all .3s}.Hero-module__gn25-W__techTag:hover{border-color:var(--accent-primary);background:#ffffff1a;transform:translateY(-2px)}.Hero-module__gn25-W__ctaButtons{flex-wrap:wrap;gap:1rem;display:flex}.Hero-module__gn25-W__btnPrimary,.Hero-module__gn25-W__btnSecondary{cursor:pointer;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__gn25-W__btnPrimary{background:var(--accent-blue);color:#fff;box-shadow:0 10px 30px var(--accent-blue-glow)}.Hero-module__gn25-W__btnPrimary:hover{background:var(--accent-blue-light);box-shadow:0 15px 40px var(--accent-blue-glow);transform:translateY(-2px)}.Hero-module__gn25-W__btnSecondary{background:var(--glass-bg);border:2px solid var(--glass-border);color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Hero-module__gn25-W__btnSecondary:hover{border-color:var(--accent-primary);background:#ffffff1a}@keyframes Hero-module__gn25-W__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__gn25-W__pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes Hero-module__gn25-W__blink{0%,to{opacity:1}50%{opacity:.3}}.Hero-module__gn25-W__terminalWidget{border:1px solid var(--glass-border);background:#000c;border-radius:12px;flex-shrink:0;width:420px;animation:1s ease-out .3s both Hero-module__gn25-W__fadeInUp;overflow:hidden}.Hero-module__gn25-W__terminalHeader{border-bottom:1px solid var(--glass-border);background:#ffffff0d;padding:.75rem 1rem}.Hero-module__gn25-W__terminalDots{gap:.5rem;display:flex}.Hero-module__gn25-W__dotRed,.Hero-module__gn25-W__dotYellow,.Hero-module__gn25-W__dotGreen{border-radius:50%;width:12px;height:12px}.Hero-module__gn25-W__dotRed{background:#ff5f56}.Hero-module__gn25-W__dotYellow{background:#ffbd2e}.Hero-module__gn25-W__dotGreen{background:#27ca40}.Hero-module__gn25-W__terminalBody{padding:1.25rem;font-family:JetBrains Mono,monospace;font-size:.85rem;line-height:1.8}.Hero-module__gn25-W__terminalLine{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.Hero-module__gn25-W__terminalPrompt{color:#f97316}.Hero-module__gn25-W__terminalPath{color:var(--accent-blue-light)}.Hero-module__gn25-W__terminalCommand{color:var(--text-primary)}.Hero-module__gn25-W__terminalOutput{color:#22c55e;margin-bottom:1rem}.Hero-module__gn25-W__terminalSkills{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.Hero-module__gn25-W__skillRow{justify-content:space-between;gap:2rem;display:flex}.Hero-module__gn25-W__skillName{color:var(--text-secondary)}.Hero-module__gn25-W__skillValue{color:var(--text-primary)}.Hero-module__gn25-W__terminalCursor{color:var(--accent-blue-light);animation:1s step-end infinite Hero-module__gn25-W__cursorBlink}@keyframes Hero-module__gn25-W__cursorBlink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:1024px){.Hero-module__gn25-W__hero{text-align:center;flex-direction:column;gap:3rem}.Hero-module__gn25-W__heroContent{max-width:100%}.Hero-module__gn25-W__terminalWidget{width:100%;max-width:420px}.Hero-module__gn25-W__techStack,.Hero-module__gn25-W__ctaButtons{justify-content:center}}
.About-module__1XBQVa__aboutContainer{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__1XBQVa__bioSection{flex-direction:column;gap:1.5rem;display:flex}.About-module__1XBQVa__bio{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.About-module__1XBQVa__highlight{color:var(--accent-blue-light);font-weight:600}.About-module__1XBQVa__linkedinLink{color:var(--accent-blue-light);font-weight:600;text-decoration:none;transition:all .2s}.About-module__1XBQVa__linkedinLink:hover{color:#0a66c2;text-decoration:underline}.About-module__1XBQVa__highlightsGrid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem;display:grid}.About-module__1XBQVa__highlightItem{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.About-module__1XBQVa__highlightLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-family:JetBrains Mono,monospace;font-size:.75rem}.About-module__1XBQVa__highlightValue{color:var(--text-primary);font-size:1rem;font-weight:600}.About-module__1XBQVa__experienceSection{margin-top:2rem}.About-module__1XBQVa__experienceTitle{color:var(--text-primary);margin-bottom:1.25rem;font-family:JetBrains Mono,monospace;font-size:1.1rem;font-weight:600}.About-module__1XBQVa__experienceItem{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:12px;margin-bottom:1rem;padding:1.25rem;transition:all .3s}.About-module__1XBQVa__experienceItem:hover{border-color:var(--accent-blue);background:#3b82f60d}.About-module__1XBQVa__experienceHeader{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.About-module__1XBQVa__experienceRole{color:var(--text-primary);font-size:1rem;font-weight:600}.About-module__1XBQVa__experiencePeriod{color:var(--accent-blue-light);font-family:JetBrains Mono,monospace;font-size:.8rem}.About-module__1XBQVa__experienceType{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.About-module__1XBQVa__experienceDesc{color:var(--text-secondary);margin-top:.75rem;font-size:.9rem;line-height:1.6}.About-module__1XBQVa__skillsSection{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem}.About-module__1XBQVa__skillsTitle{color:var(--text-primary);margin-bottom:1.5rem;font-family:JetBrains Mono,monospace;font-size:1.25rem;font-weight:600}.About-module__1XBQVa__skillsGrid{flex-direction:column;gap:1.5rem;display:flex}.About-module__1XBQVa__skillCategory{flex-direction:column;gap:.75rem;display:flex}.About-module__1XBQVa__categoryName{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);font-size:.8rem;font-weight:500}.About-module__1XBQVa__skillTags{flex-wrap:wrap;gap:.5rem;display:flex}.About-module__1XBQVa__skillTag{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .8rem;font-family:JetBrains Mono,monospace;font-size:.85rem;transition:all .2s}.About-module__1XBQVa__skillTag:hover{color:var(--accent-blue-light);border-color:var(--accent-blue);background:#3b82f626}@media (max-width:968px){.About-module__1XBQVa__aboutContainer{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.About-module__1XBQVa__highlightsGrid{grid-template-columns:1fr}.About-module__1XBQVa__bio{font-size:1rem}}
.ProjectCard-module__tdFJCG__projectCard{background:var(--glass-bg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;transition:all .4s;position:relative;overflow:hidden}.ProjectCard-module__tdFJCG__projectCard:before{content:"";background:linear-gradient(90deg,var(--accent-blue),var(--accent-blue-light));transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.ProjectCard-module__tdFJCG__projectCard:hover:before{transform:scaleX(1)}.ProjectCard-module__tdFJCG__projectCard:hover{border-color:var(--accent-primary);background:#ffffff0d;transform:translateY(-8px);box-shadow:0 20px 60px #ffffff1a}.ProjectCard-module__tdFJCG__projectHeader{justify-content:space-between;align-items:start;margin-bottom:1.5rem;display:flex}.ProjectCard-module__tdFJCG__projectTitle{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.ProjectCard-module__tdFJCG__projectType{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-family:JetBrains Mono,monospace;font-size:.75rem}.ProjectCard-module__tdFJCG__projectStatus{border-radius:20px;padding:.35rem .75rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.ProjectCard-module__tdFJCG__statusLive{color:#4ade80;background:#22c55e26;border:1px solid #22c55e}.ProjectCard-module__tdFJCG__statusBeta{color:#fcd34d;background:#fbbf2426;border:1px solid #fbbf24}.ProjectCard-module__tdFJCG__projectDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.ProjectCard-module__tdFJCG__projectHighlight{border:1px solid var(--accent-blue);color:var(--accent-blue-light);background:#3b82f61a;border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;display:inline-flex}.ProjectCard-module__tdFJCG__highlightIcon{color:var(--accent-blue-light);font-size:.9rem}.ProjectCard-module__tdFJCG__projectMetrics{background:#0000004d;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;padding:1rem;display:grid}.ProjectCard-module__tdFJCG__metricItem{text-align:center}.ProjectCard-module__tdFJCG__metricLabel{color:var(--text-secondary);text-transform:uppercase;margin-bottom:.25rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.ProjectCard-module__tdFJCG__metricNumber{color:var(--text-primary);font-size:1.3rem;font-weight:700}.ProjectCard-module__tdFJCG__projectTech{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.ProjectCard-module__tdFJCG__techPill{color:var(--text-secondary);background:#ffffff0d;border:1px solid #fff3;border-radius:20px;padding:.35rem .75rem;font-family:JetBrains Mono,monospace;font-size:.7rem}.ProjectCard-module__tdFJCG__projectLinks{gap:1rem;display:flex}.ProjectCard-module__tdFJCG__projectLink{border:1px solid var(--accent-blue);color:var(--accent-blue-light);background:#3b82f61a;border-radius:8px;padding:.75rem 1.5rem;font-family:JetBrains Mono,monospace;font-size:.8rem;text-decoration:none;transition:all .3s}.ProjectCard-module__tdFJCG__projectLink:hover{background:var(--accent-blue);color:#fff;box-shadow:0 5px 20px var(--accent-blue-glow);transform:translateY(-2px)}@media (max-width:768px){.ProjectCard-module__tdFJCG__projectMetrics{grid-template-columns:1fr}}
.Projects-module__EGuZHW__projectsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.Projects-module__EGuZHW__viewAllContainer{justify-content:center;margin-top:4rem;display:flex}.Projects-module__EGuZHW__btnViewAll{background:var(--glass-bg);border:2px solid var(--glass-border);color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;align-items:center;gap:.75rem;padding:1.25rem 3rem;font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Projects-module__EGuZHW__btnViewAll:hover{border-color:var(--accent-primary);background:#ffffff1a;transform:translateY(-2px);box-shadow:0 10px 30px #ffffff26}.Projects-module__EGuZHW__btnViewAll:after{content:"→";font-size:1.2rem;transition:transform .3s}.Projects-module__EGuZHW__btnViewAll:hover:after{transform:translate(5px)}@media (max-width:768px){.Projects-module__EGuZHW__projectsGrid{grid-template-columns:1fr}}
.Footer-module__lQLTWW__footer{border-top:1px solid var(--glass-border);text-align:center;color:var(--text-secondary);padding:4rem 0;font-family:JetBrains Mono,monospace;font-size:.85rem}.Footer-module__lQLTWW__socialLinks{justify-content:center;gap:2rem;margin-bottom:2rem;display:flex}.Footer-module__lQLTWW__socialLink{color:var(--text-secondary);text-decoration:none;transition:all .3s}.Footer-module__lQLTWW__socialLink:hover{color:var(--accent-primary);transform:translateY(-2px)}
