.who-am-i-container{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1200px;margin:0 auto}.page-title{font-size:1.3em;letter-spacing:.1em;margin-bottom:1.5rem;font-weight:600;align-self:flex-start}.profile-container{flex:0 0 auto;display:flex}.profile-image{object-fit:cover;margin-bottom:1rem;position:relative;border-right:1px solid #bbb;border-bottom:1px solid #bbb;padding:0 1rem 1rem 0}.profile-text{display:flex;flex-direction:column;justify-content:space-between;margin-left:4rem;font-size:.9em}.cat-drawing{margin-top:-5rem;margin-left:-3.5rem}.greeting{margin-bottom:1rem;color:#333}.greeting strong{font-weight:700;color:#000}.profile-resume-btn{margin-left:auto;margin-top:2rem;margin-bottom:2rem}.bio-text{margin-bottom:1rem;line-height:1.6;color:#444}.bio-text strong{font-weight:700;color:#000}.section-title{font-size:1.2em;margin:2rem 0;align-self:flex-start}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;width:100%;margin-bottom:2rem}@media (max-width:900px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.page-title{align-self:center}.profile-container{flex-direction:column;align-items:center;gap:1.5rem}.profile-image{border:1px solid #bbb;padding:1rem;margin-bottom:1rem}.profile-image:after{top:0;bottom:10px;right:0}.profile-image:before{left:0;right:10px;bottom:0}.profile-text{align-items:center}.cat-drawing,.profile-text{text-align:center;margin-left:0}.resume-button{margin:2rem auto}.section-title{align-self:center}}@media (max-width:600px){.projects-grid{grid-template-columns:1fr}}.ProjectCard_projectCard___v873{background-color:#fff;padding:1.5rem;border-radius:12px;border:1px solid #bbb;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out,background-color .2s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;position:relative;height:180px}.ProjectCard_projectCard___v873:hover{transform:translateY(-3px);background-color:#E3F0FF}.ProjectCard_projectCardContent__X5CUa{flex:1 1}.ProjectCard_projectTitle__hdVxu{font-size:1em;margin-bottom:.5rem;color:#333;font-weight:700}.ProjectCard_projectDesc__0GC4_{font-size:.9em}.ProjectCard_projectLinks__ibBFv{display:flex;width:100%;justify-content:end;font-size:.8em;position:absolute;bottom:1.5rem;left:0;padding:0 1.5rem}.ProjectCard_projectLink__2NklL{color:#0078d7;text-decoration:none;transition:color .2s ease;padding:2px 0}.ProjectCard_projectLink__2NklL:hover{color:#005fa3}.ProjectCard_githubLink__Q4R8E{background:linear-gradient(90deg,#5EEDF5,#ED7FBD);-webkit-background-clip:text;background-clip:text;color:transparent}.ProjectCard_githubLink__Q4R8E:hover{opacity:.8;color:transparent}@media (max-width:600px){.ProjectCard_projectCard___v873{padding:1.2rem;height:160px}.ProjectCard_projectLinks__ibBFv{bottom:1.2rem;padding:0 1.2rem}.ProjectCard_projectLinks__ibBFv:before{left:1.2rem;right:1.2rem}}