@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}html,body{margin:0;padding:0;width:100%;font-family:Inter,sans-serif;background-color:#f4f6fa;color:#333;display:block!important;min-height:100vh}.App{width:100%;display:flex;flex-direction:column;min-height:100vh}.hero-background{width:100vw;margin-left:calc(-50vw + 50%);padding:4rem 1rem 2rem;background:linear-gradient(135deg,#6c63ff,#48b1f3);color:#fff;text-align:center}.profile-pic{width:200px;height:200px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem;box-shadow:0 0 16px #00000040;border:4px solid white}.content{width:100%;max-width:1000px;margin:0 auto;padding:2rem;box-sizing:border-box}section{margin-bottom:3rem}h1{font-size:2.5rem;margin-bottom:1rem}h2{color:#333;font-size:2rem;margin-bottom:1.25rem}ul li{list-style:none;margin:.5rem 0}a{color:#36c;text-decoration:none}a:hover{text-decoration:underline}.card-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.project-card{flex:1 1 300px;max-width:420px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 6px 14px #00000014;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.project-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.project-card h3{margin:0 0 .75rem;color:#6c63ff;font-size:1.25rem}.project-card p{margin:0;color:#555;font-size:1rem}
