body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#2563eb;--primary-dark:#1d4ed8;--secondary:#64748b;--accent:#f59e0b;--dark:#1e293b;--light:#f8fafc;--gray:#94a3b8;--success:#10b981;--warning:#f59e0b}body{background:#f8fafc;background:var(--light);color:#1e293b;color:var(--dark);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo{color:#2563eb;color:var(--primary);font-size:1.5rem;font-weight:700;letter-spacing:-.5px}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#1e293b;color:var(--dark);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#2563eb;color:var(--primary)}.nav-links a.contact-btn{background:#2563eb;background:var(--primary);border-radius:25px;color:#fff;padding:.5rem 1.5rem;transition:all .3s ease}.nav-links a.contact-btn:hover{background:#1d4ed8;background:var(--primary-dark);transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:120px 0 80px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.1' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative}.hero-content{z-index:2}.badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:20px;display:inline-block;font-size:.9rem;margin-bottom:2rem;padding:.5rem 1rem}.hero h1{font-size:3.5rem;font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:1.5rem}.hero-description{font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.btn{border:2px solid #0000;border-radius:50px;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn.primary{background:#fff;color:#2563eb;color:var(--primary)}.btn.primary:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.btn.secondary{background:#0000;border:2px solid #fff;color:#fff}.btn.secondary:hover{background:#fff;color:#2563eb;color:var(--primary);transform:translateY(-3px)}.hero-stats{display:flex;flex-direction:column;gap:2rem}.stat{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:1.5rem;text-align:center}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#1e293b;color:var(--dark);font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#64748b;color:var(--secondary);font-size:1.1rem;margin:0 auto;max-width:600px}.experience{background:#fff;padding:100px 0}.experience-timeline{margin:0 auto;max-width:800px;position:relative}.experience-timeline:before{background:#2563eb;background:var(--primary);bottom:0;content:"";left:30px;opacity:.3;position:absolute;top:0;width:2px}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-marker{align-items:center;background:#2563eb;background:var(--primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:700;height:60px;justify-content:center;margin-right:2rem;position:relative;width:60px;z-index:2}.timeline-content{background:#f8fafc;background:var(--light);border-left:4px solid #2563eb;border-left:4px solid var(--primary);border-radius:15px;box-shadow:0 5px 20px #00000014;flex:1 1;padding:2rem}.timeline-period{color:#2563eb;color:var(--primary);font-size:.9rem;font-weight:600;margin-bottom:.5rem}.timeline-content h3{color:#1e293b;color:var(--dark);font-size:1.3rem;margin-bottom:.5rem}.company{color:#64748b;color:var(--secondary);font-size:1rem;font-weight:500;margin-bottom:1rem}.projects{background:#f8fafc;background:var(--light);padding:100px 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #00000014;padding:2.5rem;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #0000001f;transform:translateY(-10px)}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.project-header h3{color:#1e293b;color:var(--dark);font-size:1.3rem;margin-right:1rem}.status{border-radius:15px;font-size:.8rem;font-weight:600;padding:.3rem 1rem;white-space:nowrap}.status.completed{background:#d1fae5;color:#065f46}.status.in-progress{background:#fef3c7;color:#92400e}.project-card p{color:#64748b;color:var(--secondary);line-height:1.6;margin-bottom:2rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.tech-tag{background:#f8fafc;background:var(--light);border:1px solid #e2e8f0;border-radius:15px;color:#2563eb;color:var(--primary);font-size:.8rem;font-weight:500;padding:.4rem 1rem}.project-actions{text-align:right}.project-link{color:#2563eb;color:var(--primary);font-weight:600;text-decoration:none;transition:all .3s ease}.project-link:hover{color:#1d4ed8;color:var(--primary-dark);transform:translateX(5px)}.skills{background:#fff;padding:100px 0}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.skill-category{background:#f8fafc;background:var(--light);border:1px solid #0000000d;border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.skill-category:hover{box-shadow:0 15px 35px #0000001a;transform:translateY(-5px)}.skill-icon{font-size:3rem;margin-bottom:1.5rem}.skill-category h3{color:#1e293b;color:var(--dark);font-size:1.3rem;margin-bottom:1.5rem}.skill-items{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center}.skill-item{background:#fff;border:1px solid #e2e8f0;border-radius:20px;color:#2563eb;color:var(--primary);font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .3s ease}.skill-item:hover{background:#2563eb;background:var(--primary);color:#fff;transform:translateY(-2px)}.contact{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:100px 0}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.contact-info h2{font-size:2.5rem;margin-bottom:1rem}.contact-info>p{font-size:1.2rem;margin-bottom:3rem;opacity:.9}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item strong{color:#f59e0b;color:var(--accent);display:block;font-size:.9rem;margin-bottom:.5rem}.contact-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:2.5rem}.contact-cta h3{font-size:1.5rem;margin-bottom:1rem}.contact-cta p{line-height:1.6;margin-bottom:2rem;opacity:.9}.contact-cta .btn{text-align:center;width:100%}.footer{background:#1e293b;background:var(--dark);color:#fff;padding:2rem 0;text-align:center}@media (max-width:768px){.hero-container{grid-template-columns:1fr;text-align:center}.hero h1{font-size:2.5rem}.hero-stats{flex-direction:row;justify-content:center}.nav-links{display:none}.experience-timeline:before{left:20px}.timeline-marker{height:40px;margin-right:1rem;width:40px}.contact-content,.projects-grid,.skills-grid{grid-template-columns:1fr}.container{padding:0 1rem}.section-header h2{font-size:2rem}}
/*# sourceMappingURL=main.aec0f5f3.css.map*/