@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Poppins: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}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{font-family:Poppins,Inter,sans-serif;min-height:100vh;background:linear-gradient(120deg,#f0f4f8,#e0dffb);color:#222;scroll-behavior:smooth}a{text-decoration:none;transition:all .3s ease}button{cursor:pointer}header{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:6rem 1rem 4rem;background:linear-gradient(135deg,#c1fba4,#c9c0f0);border-bottom-left-radius:50% 15%;border-bottom-right-radius:50% 15%;animation:fadeIn 1.5s ease forwards}header h1{font-size:3rem;font-weight:700;background:linear-gradient(90deg,#ffb3ba,#baffc9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}header p{font-size:1.3rem;margin-bottom:2rem;color:#444;max-width:600px}.btn{display:inline-block;background:#ffb3ba;color:#222;font-weight:600;padding:.8rem 2rem;border-radius:999px;box-shadow:0 5px 15px #0000001a;transition:transform .3s,box-shadow .3s;background:.3s}.btn:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;background:#baffc9}.section{padding:4rem 1rem;max-width:1200px;margin:auto;text-align:center}.section h2{font-size:2rem;margin-bottom:2rem;color:#a084f2;position:relative}.section h2:after{content:"";display:block;width:60px;height:3px;background:#ffb3ba;margin:.5rem auto 0;border-radius:2px}.projects{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.project{background:#fff;border-radius:16px;padding:2rem 1.5rem;width:300px;box-shadow:0 10px 25px #0000001a;transition:transform .4s,box-shadow .4s}.project:hover{transform:translateY(-10px) rotateX(3deg);box-shadow:0 15px 35px #0003}.project h3{margin-bottom:.5rem;font-size:1.5rem;color:#222}.project p{font-size:.95rem;margin-bottom:1rem;color:#555}.read-more{display:inline-block;color:#a084f2;font-weight:600}.read-more:hover{color:#ffb3ba}.tech{margin-bottom:1rem}.tech-tag{display:inline-block;background:#ffd6a5;padding:.3rem .6rem;border-radius:6px;font-size:.75rem;margin-right:.3rem;margin-bottom:.3rem;color:#222}footer{text-align:center;padding:2rem 1rem;font-size:.85rem;color:#555;background:#f0f4f8}footer a{color:#a084f2}footer a:hover{color:#ffb3ba}@keyframes fadeIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.projects{gap:1.5rem}}@media (max-width: 768px){header h1{font-size:2.2rem}header p{font-size:1.1rem}.projects{flex-direction:column;gap:1rem}.project{width:90%;margin:auto}}@media (max-width: 480px){header h1{font-size:1.8rem}header p{font-size:1rem}.btn{padding:.6rem 1.5rem}}
