: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}}.navbar{position:sticky;top:0;width:100%;z-index:100;box-shadow:0 2px 10px #0000000d}.nav-container{max-width:1100px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.nav-links{display:flex;gap:1rem}.nav-links a{color:#1e293b;text-decoration:none;font-weight:500;transition:.2s ease}.nav-links a:hover{color:#4f7df9}.menu-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer}@media(max-width:768px){.nav-links{display:none}.menu-toggle{display:block}.mobile-menu{display:flex;flex-direction:column;padding:1rem;background:#fff}.mobile-menu a{padding:.5rem 0;color:#1e293b}}.about{padding:6rem 2rem;max-width:900px;margin:0 auto;text-align:center;font-family:Poppins,sans-serif;color:#333;background-color:#f5f7fa}.about-description{font-size:1.1rem;line-height:1.7;margin-bottom:1rem;color:#010101}.skills-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem}.skills-list span{background:linear-gradient(90deg,#569e71,#80c1ff);padding:.4rem .8rem;border-radius:20px;font-size:.9rem;color:#fff;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.skills-list span:hover{transform:scale(1.05);box-shadow:0 5px 15px #0707084d}.hero{background:#fafafa}.hero-container{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:3rem;min-height:80vh}.hero-left{text-align:left}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.3rem;color:#4f7df9;margin-bottom:1rem}.hero-description{font-size:1rem;color:#475569;margin-bottom:2rem;max-width:500px}.hero-buttons{display:flex;gap:1rem}.hero-right{display:flex;justify-content:center}.hero-image-wrapper{width:280px;height:280px;border-radius:50%;overflow:hidden;box-shadow:0 20px 40px #0000001a;position:relative}.hero-image-wrapper:after{content:"";position:absolute;inset:-10px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.5),transparent);opacity:0;transition:opacity .3s ease}.hero-image-wrapper img{width:100%;height:100%;object-fit:cover}@media(max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero-left{text-align:center}.hero-buttons{justify-content:center}.hero-image-wrapper{margin-top:2rem;width:220px;height:220px}}.contact-section{background:#fafafa;padding:5rem 2rem;color:#1e293b}.contact-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.contact-info h2{font-size:2.5rem;margin-bottom:1rem}.contact-info p{color:#475569;margin-bottom:1.5rem}.contact-links{display:flex;flex-direction:column;gap:.5rem}.contact-links a{color:#4f7df9;text-decoration:none;font-weight:500;transition:.2s ease}.contact-links a:hover{color:#6d5dfc}.contact-form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:.8rem;border-radius:8px;border:1px solid #e2e8f0;font-size:1rem;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:#4f7df9}.contact-form button{background:linear-gradient(135deg,#4f7df9,#6d5dfc);color:#fff;border:none;padding:.8rem;border-radius:8px;cursor:pointer;transition:.3s ease}.contact-form button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000003}@media(max-width:768px){.contact-container{grid-template-columns:1fr}}.projects-section{padding:5rem 2rem;background:#fafafa;text-align:center;color:#1e293b}.projects-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.projects-description{font-size:1.1rem;margin-bottom:2.5rem;color:#475569}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.project-card{background:#fff;border-radius:14px;overflow:hidden;transition:all .35s ease;box-shadow:0 10px 25px #0000000d;cursor:pointer}.project-card:hover{transform:translateY(-12px) scale(1.01);box-shadow:0 25px 50px #0000001f}.project-card:hover img{transform:scale(1.08)}.project-image{position:relative;overflow:hidden}.project-image:after{content:"View Project";position:absolute;bottom:10;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;opacity:0;transition:.3s ease}.project-image:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);transform:skew(-20deg);transition:all .5s ease}.project-card:hover .project-image:after{opacity:1}.project-card:hover .project-image:before{left:100%}.project-image img{width:100%;height:200px;object-fit:cover;transition:transform .35s ease}.project-content{padding:1.2rem;text-align:left}.project-content h3{margin-bottom:1.2rem;font-weight:600}.project-content p{font-size:.95rem;color:#475569;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1rem}.project-tech span{font-size:.75rem;color:#4f7df9;padding:.2rem .6rem;border-radius:6px;font-size:.7rem;font-weight:500;background:#4f7df91a}.project-links{display:flex;gap:.5rem}.btn{padding:.4rem .8rem;border-radius:6px;text-decoration:none;font-size:.8rem;transition:.2s ease;font-weight:500;letter-spacing:.2px}.btn.primary{background:linear-gradient(135deg,#4f7df9,#6d5dfc);color:#fff}.btn.primary:hover{background:linear-gradient(135deg,#6d5dfc,#4f7df9)}.btn.secondary{border:1px solid #4f7df9;color:#4f7df9}.btn:hover{transform:translateY(-2px)}.skills-section{padding:5rem 2rem;background:#fafafa;text-align:center;color:#1e293b}.skills-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.skills-description{font-size:1.1rem;margin-bottom:2.5rem;color:#475569}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 25px #0000000d}.skill-card h3{margin-bottom:1rem;text-transform:capitalize}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill-tag{background:linear-gradient(135deg,#4f7df9,#6d5dfc);color:#fff;padding:.4rem,.8rem;border-radius:20px;font-size:.85rem;transition:.2s ease}.skill-tag:hover{transform:translateY(-2px)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,Helvetica Neue,sans-serif;background:#fafafa;color:#1e293b;line-height:1.6}#root{max-width:1200px;margin:0 auto}.section{padding:4rem 0}.container{max-width:1100px;margin:0 auto;padding:0 1.5rem}h1{font-size:2.8rem;font-weight:700}h2{font-size:2rem;font-weight:600}h3{font-size:1.4rem;font-weight:500}p{color:#475569}a{color:#4f7df9;text-decoration:none;transition:.3s ease}a:hover{color:#6d5dfc}button{background:linear-gradient(135deg,#4f7df9,#6d5dfc);color:#fff;border:none;padding:.7rem 1.4rem;border-radius:8px;cursor:pointer;transition:.25s ease}button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #0000001a}.card{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000000d}@media(max-width:768px){h1{font-size:2rem}.section{padding:2.5rem 0}}
