@import"https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Inter:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:#fdfaf6;color:#2c2c2c;font-family:Architects Daughter,cursive;font-size:1.2rem;line-height:1.6;overflow-x:hidden;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:20px}.app-layout{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;margin-top:2rem}.sketch-border{border:3px solid #2c2c2c;border-radius:255px 15px 225px/15px 225px 15px 255px;background-color:transparent;box-shadow:4px 5px #0000001a;transition:all .3s ease}.sketch-border:hover{transform:translate(-2px,-2px);box-shadow:6px 7px #00000026}.nav-bar{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 2rem;margin-bottom:3rem;background-color:#fff}.nav-logo a{font-size:2rem;font-weight:700;text-decoration:none;color:#2c2c2c}.nav-links{display:flex;gap:1.5rem}.nav-link{text-decoration:none;color:#2c2c2c;font-size:1.4rem;position:relative}.nav-link:hover{color:#555}.page-content{width:100%}.home-container,.projects-container{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;padding:3rem 2rem;background-color:#fff}.profile-pic{width:140px;height:140px;border-radius:50%;object-fit:cover;margin-bottom:2rem;border:4px solid #2c2c2c;box-shadow:5px 5px #0000001a;transition:transform .3s ease}.profile-pic:hover{transform:rotate(5deg) scale(1.05)}.hero-title{font-size:3.5rem;margin-bottom:1rem;color:#1a1a1a}.hero-subtitle{font-size:1.6rem;color:#4a4a4a;margin-bottom:2rem;max-width:600px}.section-title{font-size:2.2rem;margin-bottom:1.5rem;display:inline-block;border-bottom:3px solid #2c2c2c;border-radius:255px 15px 225px/15px 225px 15px 255px;padding-bottom:.2rem}ul{text-align:left;list-style:none}ul li{margin-bottom:1rem;font-size:1.3rem;position:relative;padding-left:1.5rem}ul li:before{content:"-";position:absolute;left:0;top:0}.social-links{display:flex;gap:1.5rem;margin-top:3rem;flex-wrap:wrap;justify-content:center}.social-links a{padding:.5rem 1.5rem;text-decoration:none;color:#2c2c2c;font-size:1.4rem;font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;width:100%}.project-card{padding:1.5rem;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2c2c2c;background-color:#fff;text-align:center;height:100%}.project-icon{width:60px;height:60px;margin-bottom:1rem;transition:transform .3s}.project-card:hover .project-icon{transform:rotate(-10deg) scale(1.1)}.project-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.project-desc{font-size:1.2rem;color:#555;font-family:Inter,sans-serif}input,textarea,button{font-family:Architects Daughter,cursive;font-size:1.2rem;outline:none;background:transparent}button{padding:.5rem 1rem;font-weight:700}button:hover{background-color:#f0f0f0}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.prompt{animation:blink 1.2s infinite}@media(max-width:768px){.hero-title{font-size:2.5rem}.nav-bar{flex-direction:column;gap:1rem}}
