@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1e293b}#root{width:100%;min-height:100vh}a{font-weight:500;color:#2563eb;text-decoration:none;transition:color .3s ease}a:hover{color:#1d4ed8}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:#1e293b}h1{font-size:3.5rem;line-height:1.1}h2{font-size:2.5rem}h3{font-size:1.8rem}p{line-height:1.7;color:#64748b}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#2563eb;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#1d4ed8;transform:translateY(-1px)}button:focus,button:focus-visible{outline:2px solid #2563eb;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}::selection{background-color:#2563eb;color:#fff}::-moz-selection{background-color:#2563eb;color:#fff}*:focus{outline:2px solid #2563eb;outline-offset:2px}*{transition:color .3s ease,background-color .3s ease,border-color .3s ease,transform .3s ease,box-shadow .3s ease}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:1rem 0;box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.short-desc{color:#1e293b}.nav-logo span{font-size:1.5rem;font-weight:700;color:#2563eb}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover,.nav-menu a.active{color:#2563eb}.nav-menu a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#2563eb}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding-top:80px}.hero-content{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-image{text-align:center}.profile-img{width:300px;height:300px;border-radius:50%;border:5px solid rgba(255,255,255,.3);object-fit:cover;box-shadow:0 20px 40px #0000004d;transition:transform .3s ease}.profile-img:hover{transform:scale(1.05)}.hero-text h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(45deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-text h2{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero-text p{font-size:1.1rem;margin-bottom:2rem;opacity:.8;line-height:1.7}.hero-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{padding:12px 30px;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 10px 25px #2563eb4d}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.about{padding:100px 0;background:#f8fafc}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:#64748b}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat h3{font-size:2.5rem;color:#2563eb;margin-bottom:.5rem}.stat p{color:#64748b;font-weight:500}.tech-stack{padding:100px 0;background:#fff}.tech-stack h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.tech-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.tech-category{background:#f8fafc;padding:2rem;border-radius:15px;box-shadow:0 5px 20px #0000001a}.tech-category h3{font-size:1.5rem;margin-bottom:1.5rem;color:#1e293b;text-align:center}.tech-items{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.tech-item{background:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:25px;font-size:.9rem;font-weight:500;transition:all .3s ease}.tech-item:hover{background:#1d4ed8;transform:translateY(-2px)}.projects{padding:100px 0;background:#f8fafc}.projects h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.project-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.project-card:hover{transform:translateY(-10px)}.project-image{height:200px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:600}.project-placeholder{text-align:center}.project-content{padding:1.5rem}.project-content h3{font-size:1.3rem;margin-bottom:1rem;color:#1e293b}.project-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech span{background:#e2e8f0;color:#475569;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500}.project-links{display:flex;gap:1rem}.btn-link{color:#2563eb;text-decoration:none;font-weight:600;transition:color .3s ease}.btn-link:hover{color:#1d4ed8}.contact{padding:100px 0;background:#fff}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#1e293b}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info h3{font-size:1.8rem;margin-bottom:1rem;color:#1e293b}.contact-info p{color:#64748b;line-height:1.7;margin-bottom:2rem}.contact-details{margin-bottom:2rem}.contact-item{display:flex;margin-bottom:1rem}.contact-item strong{min-width:100px;color:#1e293b}.contact-item span{color:#64748b}.social-links{display:flex;gap:1rem}.social-link{color:#2563eb;text-decoration:none;font-weight:600;transition:color .3s ease}.social-link:hover{color:#1d4ed8}.contact-form{background:#f8fafc;padding:2rem;border-radius:15px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#1e293b;color:#fff;text-align:center;padding:2rem 0}@media (max-width: 768px){.nav-menu{display:none}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2.5rem}.about-content,.contact-content{grid-template-columns:1fr}.hero-buttons{justify-content:center}.projects-grid,.tech-categories{grid-template-columns:1fr}}
