.Hero-module__ZARIfG__hero{text-align:center;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding-top:2rem;padding-bottom:4rem;display:flex}.Hero-module__ZARIfG__content{max-width:800px;animation:1s ease-out Hero-module__ZARIfG__fadeIn}.Hero-module__ZARIfG__title{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.Hero-module__ZARIfG__highlight{background:linear-gradient(135deg, var(--accent-color), var(--accent-hover));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Hero-module__ZARIfG__subtitle{color:var(--text-secondary);margin-bottom:1.5rem;font-size:clamp(1.2rem,2.5vw,2rem);font-weight:500}.Hero-module__ZARIfG__description{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.6}.Hero-module__ZARIfG__visualProof{color:var(--text-primary);flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:2.5rem;font-size:.95rem;font-weight:500;display:flex}.Hero-module__ZARIfG__visualProof span{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:20px;align-items:center;padding:.4rem 1rem;display:inline-flex}.Hero-module__ZARIfG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__btn{border-radius:30px;padding:.8rem 2rem;font-weight:600;transition:all .3s}.Hero-module__ZARIfG__primaryBtn{background:var(--accent-color);color:#fff;box-shadow:0 4px 14px #4f46e566}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #4f46e599}.Hero-module__ZARIfG__secondaryBtn{color:var(--text-primary);border:1px solid var(--border-color);background:0 0}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--bg-secondary);transform:translateY(-2px)}@keyframes Hero-module__ZARIfG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Highlights-module__5-Qzvq__highlightsSection{padding:2rem 0 4rem;scroll-margin-top:80px}.Highlights-module__5-Qzvq__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.Highlights-module__5-Qzvq__card{background-color:var(--card-bg,#1a1a1a);border:1px solid var(--border-color,#333);border-radius:8px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}.Highlights-module__5-Qzvq__card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Highlights-module__5-Qzvq__check{color:var(--accent-color,#0070f3);font-size:1.2rem;font-weight:700}.Highlights-module__5-Qzvq__text{color:var(--text-primary,#eaeaea);font-size:1.05rem;font-weight:500}@media (max-width:768px){.Highlights-module__5-Qzvq__highlightsSection{padding:1rem 0 2rem}.Highlights-module__5-Qzvq__grid{background-color:var(--card-bg,#1a1a1a);border:1px solid var(--border-color,#333);border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.Highlights-module__5-Qzvq__card{border:none;border-bottom:1px solid var(--border-color,#333);box-shadow:none;background:0 0;border-radius:0;padding:1.25rem 1rem}.Highlights-module__5-Qzvq__card:nth-child(n+6){display:none}.Highlights-module__5-Qzvq__card:nth-child(5),.Highlights-module__5-Qzvq__card:last-child{border-bottom:none}.Highlights-module__5-Qzvq__card:hover{box-shadow:none;background:#ffffff05;transform:none}.Highlights-module__5-Qzvq__text{font-size:.95rem}}
.Experience-module__RsmxMa__section{padding:5rem 2rem}.Experience-module__RsmxMa__heading{text-align:center;margin-bottom:3rem;font-size:2.5rem}.Experience-module__RsmxMa__timeline{max-width:900px;margin:0 auto}.Experience-module__RsmxMa__card{border-radius:16px;margin-bottom:2rem;padding:2rem;transition:transform .3s,box-shadow .3s}.Experience-module__RsmxMa__card:hover{box-shadow:var(--shadow-color) 0px 10px 30px;transform:translateY(-5px)}.Experience-module__RsmxMa__header{border-bottom:1px solid var(--glass-border);flex-direction:column;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}@media (min-width:768px){.Experience-module__RsmxMa__header{flex-direction:row;justify-content:space-between;align-items:baseline}}.Experience-module__RsmxMa__roleGroup{flex-direction:column;display:flex}.Experience-module__RsmxMa__role{color:var(--text-primary);margin-bottom:.2rem;font-size:1.5rem;font-weight:600}.Experience-module__RsmxMa__company{color:var(--accent-color);font-size:1.1rem;font-weight:500}.Experience-module__RsmxMa__duration{color:var(--text-secondary);margin-top:.5rem;font-size:.95rem;font-weight:500}@media (min-width:768px){.Experience-module__RsmxMa__duration{margin-top:0}}.Experience-module__RsmxMa__details{padding-left:0;list-style-type:none}.Experience-module__RsmxMa__details li{color:var(--text-secondary);margin-bottom:1rem;padding-left:1.5rem;line-height:1.6;position:relative}.Experience-module__RsmxMa__details li:before{content:"▹";color:var(--accent-color);font-size:1.2rem;position:absolute;left:0}.Experience-module__RsmxMa__techChips{border-top:1px dashed var(--glass-border);flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;padding-top:1rem;display:flex}.Experience-module__RsmxMa__chip{background:var(--glass-bg);color:var(--text-secondary);border:1px solid var(--glass-border);border-radius:12px;padding:.3rem .8rem;font-size:.85rem;transition:all .2s}.Experience-module__RsmxMa__chip:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}
.Skills-module__G7oUEG__section{padding:5rem 2rem}.Skills-module__G7oUEG__heading{text-align:center;margin-bottom:3rem;font-size:2.5rem}.Skills-module__G7oUEG__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto;display:grid}.Skills-module__G7oUEG__categoryCard{border-radius:16px;padding:2rem;transition:transform .3s}.Skills-module__G7oUEG__categoryCard:hover{transform:translateY(-5px)}.Skills-module__G7oUEG__categoryTitle{color:var(--text-primary);border-bottom:2px solid var(--accent-color);margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.25rem;font-weight:600;display:inline-block}.Skills-module__G7oUEG__tags{flex-wrap:wrap;gap:.75rem;display:flex}.Skills-module__G7oUEG__tag{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.Skills-module__G7oUEG__tag:hover{background:var(--accent-color);color:#fff;border-color:var(--accent-color)}
.Projects-module__2BoJ-q__section{padding:5rem 2rem}.Projects-module__2BoJ-q__heading{text-align:center;margin-bottom:3rem;font-size:2.5rem}.Projects-module__2BoJ-q__grid{grid-template-columns:1fr;gap:2rem;max-width:800px;margin:0 auto;display:grid}.Projects-module__2BoJ-q__card{border-radius:16px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.Projects-module__2BoJ-q__card:hover{box-shadow:0 10px 30px var(--shadow-color);transform:translateY(-5px)}.Projects-module__2BoJ-q__cardContent{padding:2.5rem}.Projects-module__2BoJ-q__projectHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Projects-module__2BoJ-q__title{color:var(--text-primary);margin:0;font-size:1.8rem}.Projects-module__2BoJ-q__status,.Projects-module__2BoJ-q__statusLive{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:.3rem .8rem;font-size:.85rem;font-weight:600}.Projects-module__2BoJ-q__status{background:var(--bg-secondary);color:var(--text-secondary)}.Projects-module__2BoJ-q__statusLive{color:#10b981;background:#10b98126}.Projects-module__2BoJ-q__description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Projects-module__2BoJ-q__techStack{flex-wrap:wrap;gap:.8rem;margin-bottom:2rem;display:flex}.Projects-module__2BoJ-q__techStack span{background:var(--bg-secondary);color:var(--text-primary);border-radius:6px;padding:.3rem .8rem;font-size:.9rem;font-weight:500}.Projects-module__2BoJ-q__links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.Projects-module__2BoJ-q__links a{color:var(--accent-color);font-weight:600;transition:color .2s}.Projects-module__2BoJ-q__links a:hover{color:var(--accent-hover);text-decoration:underline}.Projects-module__2BoJ-q__projectSection{margin-bottom:1.5rem}.Projects-module__2BoJ-q__projectSection h4{color:var(--text-primary);border-bottom:1px solid var(--glass-border);margin-bottom:.5rem;padding-bottom:.3rem;font-size:1.1rem;font-weight:600;display:inline-block}.Projects-module__2BoJ-q__projectSection .Projects-module__2BoJ-q__description{margin-bottom:0;font-size:1rem}.Projects-module__2BoJ-q__architectureDiagram{background:var(--bg-secondary);color:#a78bfa;white-space:nowrap;border-radius:6px;padding:.8rem;font-family:monospace;font-size:.9rem;overflow-x:auto}.Projects-module__2BoJ-q__bulletList{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;line-height:1.5;list-style-type:disc}.Projects-module__2BoJ-q__bulletList strong{color:var(--text-primary)}.Projects-module__2BoJ-q__caseStudyLink{background:var(--accent-color);border-radius:6px;padding:.5rem 1rem;transition:opacity .2s;color:#fff!important;text-decoration:none!important}.Projects-module__2BoJ-q__caseStudyLink:hover{opacity:.9}@media (max-width:768px){.Projects-module__2BoJ-q__cardContent{padding:1.5rem}.Projects-module__2BoJ-q__links{gap:1rem}}
.About-module__vAULUW__section{padding:5rem 2rem}.About-module__vAULUW__card{text-align:center;border-radius:16px;max-width:800px;margin:0 auto;padding:3rem 2rem}.About-module__vAULUW__heading{color:var(--text-primary);margin-bottom:1.5rem;font-size:2rem}.About-module__vAULUW__text{color:var(--text-secondary);max-width:650px;margin:0 auto;font-size:1.2rem;line-height:1.6}
.Contact-module__hcVmEa__section{padding:5rem 2rem 2rem}.Contact-module__hcVmEa__card{text-align:center;border-radius:20px;max-width:800px;margin:0 auto;padding:4rem 2rem}.Contact-module__hcVmEa__heading{margin-bottom:1.5rem;font-size:2.5rem}.Contact-module__hcVmEa__text{color:var(--text-secondary);max-width:600px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.Contact-module__hcVmEa__links{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.Contact-module__hcVmEa__link{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500;transition:color .2s,transform .2s;display:flex}.Contact-module__hcVmEa__link:hover{color:var(--accent-color);transform:translateY(-2px)}.Contact-module__hcVmEa__footer{text-align:center;color:var(--text-secondary);margin-top:5rem;font-size:.9rem}
