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}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;scroll-behavior:smooth}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.running-banner{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;font-size:14px;font-weight:500;overflow:hidden;padding:8px 0;position:fixed;top:0;width:100%;z-index:1001}.banner-content{animation:scroll-left 40s linear infinite;display:flex;white-space:nowrap}.banner-text{display:inline-block;min-width:100%}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:32px;width:100%;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-brand h2{color:#2c3e50;font-size:1.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#3498db}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:120px 2rem 2rem;text-align:center}.hero-content h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.8}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#3498db;color:#fff}.btn-primary:hover{background:#2980b9;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea}section{padding:5rem 0}section h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.certifications{background:#f8f9fa;padding:3rem 0}.certs-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:2rem}.cert-item{text-align:center;transition:transform .3s ease}.cert-item:hover{transform:translateY(-5px)}.cert-link{color:inherit;display:block;text-decoration:none}.cert-badge{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;height:150px;object-fit:contain;padding:10px;transition:box-shadow .3s ease;width:150px}.cert-badge:hover{box-shadow:0 10px 25px #0003}.cert-title{color:#2c3e50;font-size:1rem;font-weight:600;margin-top:1rem}.about{background:#f8f9fa}.about-content{margin:0 auto;max-width:800px;text-align:center}.about-content p{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.skill-category{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center}.skill-category h3{color:#2c3e50;font-size:1.3rem;margin-bottom:1rem}.skill-list{list-style:none}.skill-item{background:#ecf0f1;border-radius:20px;color:#2c3e50;font-size:.9rem;margin:.5rem 0;padding:.5rem 1rem}.projects{background:#f8f9fa}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.project-card{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;transition:transform .3s ease}.project-card:hover{transform:translateY(-5px)}.project-card h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1rem}.project-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#3498db;border-radius:15px;color:#fff;font-size:.8rem;padding:.3rem .8rem}.project-links{display:flex;gap:1rem}.project-link{color:#3498db;font-weight:600;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#2980b9}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.contact-info h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.contact-info p{color:#666;line-height:1.6;margin-bottom:2rem}.contact-links{display:flex;flex-direction:column;gap:1rem}.contact-link{color:#3498db;font-weight:500;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#2980b9}.linkedin-message-box{background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;padding:2rem;text-align:center}.message-prompt h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.message-prompt p{color:#666;line-height:1.6;margin-bottom:1.5rem}.linkedin-btn{background:#0077b5;border-radius:8px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:15px 30px;text-decoration:none;transition:all .3s ease}.linkedin-btn:hover{background:#005885;box-shadow:0 5px 15px #0077b54d;transform:translateY(-2px)}.message-note{color:#888;font-size:.9rem;font-style:italic;margin-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #ecf0f1;border-radius:5px;font-size:1rem;padding:.8rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.footer{background:#2c3e50;color:#fff;padding:2rem 0;text-align:center}.footer .container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.footer-links{display:flex;gap:2rem}.footer-links a{color:#fff;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}@media (max-width:768px){.running-banner{font-size:12px;padding:6px 0}.header{top:28px}.hero{padding:100px 2rem 2rem}.certs-grid{align-items:center;flex-direction:column;gap:2rem}.cert-badge{height:120px;width:120px}.nav{flex-direction:column}.nav,.nav-links{gap:1rem}.hero-content h1{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-buttons{align-items:center;flex-direction:column}.contact-content{grid-template-columns:1fr}.footer .container{flex-direction:column;text-align:center}.projects-grid,.skills-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.b44181fb.css.map*/