body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#2d3748;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App{min-height:100vh}.navbar{background:#1a202c;box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#4299e1}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:90vh;padding:2rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.highlight{color:#fbbf24}.hero-content h2{font-size:1.5rem;font-weight:400;margin-bottom:1rem;opacity:.95}.hero-content p{font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:5px;display:inline-block;font-weight:600;padding:.8rem 2rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.btn-primary{background:#fbbf24;color:#1a202c}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn:hover{box-shadow:0 10px 20px #0003;transform:translateY(-3px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}section{padding:5rem 0}.section-title{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.about{background:#fff}.about-content{color:#4a5568;font-size:1.1rem;margin:0 auto;max-width:800px}.about-content p{margin-bottom:1.5rem}.experience{background:#f7fafc}.experience-content{margin:0 auto;max-width:900px}.experience-item{background:#fff;border-radius:10px;box-shadow:0 4px 6px #00000012;padding:2.5rem}.experience-item h3{color:#1a202c;font-size:1.8rem;margin-bottom:1rem}.experience-description{color:#4a5568;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.experience-highlights{display:flex;flex-wrap:wrap;gap:2rem}.highlight-item{align-items:center;color:#2d3748;display:flex;font-weight:500;gap:.5rem}.highlight-icon{font-size:1.5rem}.projects{background:#fff}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.project-card{background:#fff;border:2px solid #0000;border-radius:10px;box-shadow:0 4px 6px #00000012;color:inherit;cursor:pointer;display:block;padding:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s}.project-card:hover{border-color:#667eea;box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.project-card h3{color:#1a202c;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.project-card p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#667eea;border-radius:20px;color:#fff;font-size:.85rem;font-weight:500;padding:.3rem .8rem}.project-link-text{color:#667eea;font-weight:600;transition:color .3s}.project-link-text.live{color:#48bb78}.project-link-text.coming-soon{color:#ed8936}.project-card:hover .project-link-text{color:#764ba2}.skills{background:#f7fafc}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.skill-category{background:#fff;border-radius:10px;box-shadow:0 4px 6px #00000012;padding:2rem}.skill-category h3{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.skill-category ul{list-style:none}.skill-category li{color:#4a5568;font-weight:500;padding:.5rem 0}.contact{background:#fff;text-align:center}.contact-text{color:#4a5568;font-size:1.2rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.contact-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.contact .btn-primary{background:#667eea;color:#fff}.contact .btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.footer{background:#1a202c;color:#fff;padding:2rem;text-align:center}@media (max-width:768px){.nav-links{font-size:.9rem;gap:1rem}.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.2rem}.section-title{font-size:2rem}.experience-highlights{flex-direction:column}}
/*# sourceMappingURL=main.1ad649a7.css.map*/