*{box-sizing:border-box;margin:0;padding:0}body{color:#eaeaf0;background:#0b0b0f;font-family:Inter,sans-serif;line-height:1.6}.main{max-width:1100px;margin:0 auto;padding:4rem 1.5rem}.heroSection{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;min-height:70vh;display:flex}.profileImages{justify-content:center;display:flex}.profileImage{border:3px solid #5b5cff;border-radius:50%;width:clamp(160px,22vw,240px);height:clamp(160px,22vw,240px)}.aboutSection{max-width:560px}.heroGreeting{color:#9fa0ff;margin-bottom:.4rem;font-size:1.1rem}.heroTitle{margin-bottom:1rem;font-size:2.3rem;font-weight:700}.heroDescription{color:#c9c9d4;margin-bottom:2rem}.btnGroup{flex-wrap:wrap;gap:1rem;display:flex}.btnWave{color:#5b5cff;cursor:pointer;background:0 0;border:1px solid #5b5cff;border-radius:6px;padding:.55rem 1.3rem;text-decoration:none;transition:background .2s,color .2s}.btnWave:hover{color:#fff;background:#5b5cff}.btnWave:hover,.btnWave:focus{text-decoration:none}section{margin-bottom:5rem}.sectionTitle{text-align:center;margin-bottom:1rem;font-size:1.9rem}.sectionDescription{text-align:center;color:#c9c9d4;max-width:800px;margin:0 auto}.aboutMeSection{padding:0 1rem}.skillsSection{grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:2rem;width:100%;margin:0 auto 5%;display:grid}.skillBox{text-align:center;background:#141420;border:1px solid #0000;border-radius:10px;width:100%;padding:1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s}.skillBox:hover{border-color:#5b5cff66;transform:translateY(-6px)scale(1.02);box-shadow:0 10px 25px #5b5cff40,0 0 20px #5b5cff26}.skillTitle{margin-bottom:1rem}.skillList{list-style:none}.skillList li{color:#c9c9d4;margin-bottom:.4rem}.experienceSection{padding:0 1rem}.projectCardSection{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:2.5rem;width:100%;margin:0 auto;display:grid}.projectCard{text-align:center;background:#141420;border:1px solid #0000;border-radius:10px;width:100%;padding:1.6rem;transition:transform .25s,box-shadow .25s,border-color .25s}.projectCard:hover{border-color:#5b5cff66;transform:translateY(-6px)scale(1.02);box-shadow:0 10px 25px #5b5cff40,0 0 20px #5b5cff26}.projectTitle{margin-bottom:.5rem}.projectDescription{color:#c9c9d4;margin-bottom:1rem}.projectLinks{justify-content:center;gap:1rem;display:flex}.projectLinks a{color:#5b5cff;font-size:.9rem;text-decoration:none}@media (max-width:1024px){.heroSection{gap:2.5rem;min-height:auto}.heroTitle{font-size:2.1rem}}@media (max-width:768px){.heroSection{text-align:center;flex-direction:column}.aboutSection{text-align:center}.btnGroup{justify-content:center}.skillsSection,.projectCardSection{grid-template-columns:1fr}}@media (max-width:480px){.main{padding:3rem 1rem}.heroTitle{font-size:1.75rem}.heroDescription{font-size:.95rem}.profileImage{width:150px;height:150px}.skillBox,.projectCard{padding:1.4rem}}@media (prefers-reduced-motion:reduce){.skillBox,.projectCard,.btnWave{transition:none}.skillBox:hover,.projectCard:hover{transform:none}}
