@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:.95rem;line-height:1.6;overflow-x:hidden;min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:36px 18px}.app-container{width:100%;max-width:1440px;padding:0 12px}.pc-outline{width:100%;max-width:1400px;margin:0 auto;background:#fbf8f2;border:1px solid rgba(44,44,44,.16);border-radius:32px;box-shadow:0 28px 72px #0000001f;overflow:hidden}.pc-header{align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#f7f3eb}.sketch-border-bottom{border-bottom:3px solid #2c2c2c}.pc-buttons{display:flex;align-items:center;gap:8px}.pc-btn{width:12px;height:12px;border-radius:50%;display:inline-block}.pc-btn.close{background:#ff5f57}.pc-btn.min{background:#ffbd2e}.pc-btn.max{background:#28c840}.pc-title{font-size:.95rem;font-weight:700;letter-spacing:.08em}.app-layout{width:100%;max-width:1320px;margin:0 auto;padding:24px 32px 32px;min-height:90vh;display:flex;flex-direction:column}.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:.8rem 1rem;margin-bottom:2rem;background-color:#fff}.nav-logo a{font-size:1.65rem;font-weight:700;text-decoration:none;color:#2c2c2c}.nav-links{display:flex;gap:1rem}.nav-link{text-decoration:none;color:#2c2c2c;font-size:1.05rem;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:1.7rem 1rem;background-color:#fff}.profile-pic{width:118px;height:118px;border-radius:50%;object-fit:cover;margin-bottom:1.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:2.4rem;margin-bottom:.9rem;color:#1a1a1a}.hero-subtitle{font-size:1.2rem;color:#4a4a4a;margin-bottom:1.4rem;max-width:620px}.section-title{font-size:1.7rem;margin-bottom:.9rem;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:1rem;margin-top:2rem;flex-wrap:wrap;justify-content:center}.social-links a{padding:.45rem 1.3rem;text-decoration:none;color:#2c2c2c;font-size:1.2rem;font-weight:700}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;width:100%}.project-card{padding:1rem;display:flex;flex-direction:column;align-items:center;text-decoration:none;color:#2c2c2c;background-color:#fbf8f2;text-align:center;height:100%;border-radius:20px;box-shadow:0 10px 20px #0000000d;transition:transform .25s ease,box-shadow .25s ease}.project-card:hover{transform:translateY(-1.5px);box-shadow:0 14px 24px #00000014}.project-icon{width:58px;height:58px;margin-bottom:.8rem;padding:10px;border-radius:16px;background:#2c2c2c0f;box-shadow:inset 0 0 0 1px #2c2c2c14;transition:transform .3s,background .3s;object-fit:contain}.project-card:hover .project-icon{transform:rotate(-10deg) scale(1.05)}.project-title{font-size:1.3rem;font-weight:700;margin-bottom:.3rem}.project-desc{font-size:.95rem;color:#444;font-family:Architects Daughter,cursive;line-height:1.65;max-width:100%}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}}
