.Hero-module__Z8hQ_W__hero{flex-direction:column-reverse;align-items:center;gap:3rem;padding:4rem 1rem;display:flex}@media (min-width:768px){.Hero-module__Z8hQ_W__hero{text-align:left;flex-direction:row;justify-content:space-between;padding:6rem 1rem}}.Hero-module__Z8hQ_W__content{flex:1}.Hero-module__Z8hQ_W__greeting{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:600;display:block}.Hero-module__Z8hQ_W__title{color:var(--primary);margin-bottom:1.5rem;font-size:3rem;font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__gradientText{background:linear-gradient(to right,var(--primary),var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text}.Hero-module__Z8hQ_W__summary{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.Hero-module__Z8hQ_W__actions{flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.Hero-module__Z8hQ_W__actions{flex-direction:row;align-items:center}}.Hero-module__Z8hQ_W__buttonPrimary{background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;border-radius:99px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.Hero-module__Z8hQ_W__buttonPrimary:hover{opacity:.9}.Hero-module__Z8hQ_W__socials{gap:1rem;display:flex}.Hero-module__Z8hQ_W__socialLink{border:1px solid var(--primary);width:40px;height:40px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.Hero-module__Z8hQ_W__socialLink:hover{background:var(--primary);color:#fff}.Hero-module__Z8hQ_W__imageContainer{flex:1;justify-content:center;display:flex;position:relative}.Hero-module__Z8hQ_W__imagePlaceholder{background:radial-gradient(circle at center,var(--surface),var(--background));border:2px solid var(--surface);border-radius:20px;width:300px;height:350px;position:relative;overflow:hidden;box-shadow:0 0 50px #7c3aed33}.Hero-module__Z8hQ_W__imagePlaceholder:before{content:"";background:conic-gradient(transparent,var(--primary),transparent 30%);opacity:.3;width:200%;height:200%;animation:4s linear infinite Hero-module__Z8hQ_W__rotate;position:absolute;top:-50%;left:-50%}@keyframes Hero-module__Z8hQ_W__rotate{to{transform:rotate(1turn)}}
.Stats-module__UZLpCq__stats{flex-wrap:wrap;justify-content:space-around;gap:2rem;margin:2rem 0;padding:3rem 0;display:flex}.Stats-module__UZLpCq__statItem{align-items:center;gap:1rem;display:flex}.Stats-module__UZLpCq__number{color:var(--foreground);font-size:3rem;font-weight:700}.Stats-module__UZLpCq__label{color:var(--text-secondary);font-size:.9rem;line-height:1.4}
.Skills-module__P7wDQq__section{text-align:center;background:#0d0d16;padding:4rem 1rem}.Skills-module__P7wDQq__header{margin-bottom:3rem}.Skills-module__P7wDQq__title{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.Skills-module__P7wDQq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto}.Skills-module__P7wDQq__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.Skills-module__P7wDQq__card{background:var(--surface);cursor:default;border-radius:20px;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;transition:transform .2s,background .2s;display:flex}.Skills-module__P7wDQq__card:hover{border:1px solid var(--primary);background:#1a1a2e;transform:translateY(-5px)}.Skills-module__P7wDQq__iconPlaceholder{width:50px;height:50px;color:var(--secondary);background:#2a2a3e;border-radius:12px;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;display:flex}.Skills-module__P7wDQq__skillName{color:var(--foreground);font-weight:600}.Skills-module__P7wDQq__percentage{color:var(--text-secondary);font-size:.8rem}
.page-module__E0kJGG__container{max-width:1200px;margin:0 auto;padding:0 1rem}.page-module__E0kJGG__section{margin-bottom:2rem;padding:4rem 1rem}.page-module__E0kJGG__sectionHeader{text-align:center;margin-bottom:3rem}.page-module__E0kJGG__sectionTitle{color:var(--primary);margin-bottom:1rem;font-size:2.5rem}.page-module__E0kJGG__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto}.page-module__E0kJGG__experienceList{flex-direction:column;gap:1.5rem;display:flex}.page-module__E0kJGG__experienceItem{background:var(--surface);cursor:pointer;border:1px solid #0000;border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;transition:all .2s;display:flex}.page-module__E0kJGG__experienceItem:hover{border-color:var(--primary);background:#1a1a2e;transform:translate(10px)}.page-module__E0kJGG__experienceNumber{color:var(--foreground);font-size:1.5rem;font-weight:700}.page-module__E0kJGG__experienceContent{flex:1}.page-module__E0kJGG__jobTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.page-module__E0kJGG__company{color:var(--secondary);margin-bottom:1rem;font-weight:500}.page-module__E0kJGG__description{color:var(--text-secondary);line-height:1.6}.page-module__E0kJGG__description ul{padding-left:1.2rem}.page-module__E0kJGG__arrowIcon{color:var(--primary);opacity:0;font-size:1.5rem;transition:opacity .2s}.page-module__E0kJGG__experienceItem:hover .page-module__E0kJGG__arrowIcon{opacity:1}.page-module__E0kJGG__projectsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.page-module__E0kJGG__projectCard{background:var(--surface);border:1px solid #0000;border-radius:12px;padding:2rem;transition:all .2s}.page-module__E0kJGG__projectCard:hover{border-color:var(--primary);transform:translateY(-5px)}.page-module__E0kJGG__projectHeader{margin-bottom:1rem}.page-module__E0kJGG__projectTitle{color:var(--foreground);margin-bottom:.25rem;font-size:1.5rem}.page-module__E0kJGG__projectRole{color:var(--primary);background:#7c3aed1a;border-radius:99px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}
