@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#e5e7eb;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.7;overflow-x:hidden}code{font-family:Monaco,Consolas,source-code-pro,Menlo,Courier New,monospace}button{border:none;cursor:pointer;font-family:inherit;outline:none}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{border-radius:4px;outline:2px solid #3b82f6;outline-offset:2px}body,html{overflow-x:hidden;width:100%}*,:after,:before{transition:background-color .3s ease,border-color .3s ease}.App{overflow-x:hidden}.App,main{position:relative}main{margin-left:280px;transition:margin-left .3s ease;z-index:1}@media (max-width:768px){main{margin-left:0}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0003}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#2563eb,#7c3aed)}::selection{background:#3b82f64d;color:#f9fafb}::-moz-selection{background:#3b82f64d;color:#f9fafb}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000c;border-right:1px solid #ffffff14;display:flex;flex-direction:column;height:100vh;left:0;position:fixed;top:0;transition:all .3s ease;width:280px;z-index:1000}.sidebar-header{border-bottom:1px solid #ffffff0d;padding:2rem 1.5rem;text-align:center}.nav-brand{align-items:center;background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:50%;box-shadow:0 8px 32px #3b82f633;display:flex;height:80px;justify-content:center;margin:0 auto 1rem;width:80px}.brand-text{color:#fff;font-size:1.5rem;font-weight:700;letter-spacing:1px}.brand-image{border:2px solid #fff3;border-radius:50%;height:100%;object-fit:cover;width:100%}.brand-full-name{color:#e5e7eb;font-size:1.1rem;font-weight:500;opacity:.9}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:2rem 0}.sidebar-link{align-items:center;background:none;border:none;border-radius:0 12px 12px 0;color:#e5e7ebb3;cursor:pointer;display:flex;font-size:.95rem;font-weight:400;gap:1rem;margin-right:1rem;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.sidebar-link:before{background:linear-gradient(135deg,#3b82f6,#8b5cf6);bottom:0;content:"";left:0;position:absolute;top:0;transition:width .3s ease;width:0}.sidebar-link.active:before,.sidebar-link:hover:before{width:4px}.sidebar-link.active,.sidebar-link:hover{background:#3b82f61a;color:#f9fafb;transform:translateX(8px)}.sidebar-icon{align-items:center;display:flex;justify-content:center;min-width:20px}.sidebar-icon,.sidebar-label{position:relative;z-index:1}.sidebar-footer{border-top:1px solid #ffffff0d;padding:1.5rem}.sidebar-status{align-items:center;color:#e5e7eb99;display:flex;font-size:.85rem;gap:.75rem}.sidebar-status .status-dot{animation:pulse 2s infinite;background:#28a745;border-radius:50%;height:8px;width:8px}.sidebar-toggle{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:none;left:1rem;padding:.75rem;position:fixed;top:1rem;transition:all .3s ease;z-index:1001}.sidebar-toggle:hover{background:#fff3;transform:scale(1.05)}.sidebar-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@media (min-width:769px){.sidebar-toggle{display:none!important}}@media (max-width:768px){.sidebar{transform:translateX(-100%);width:300px}.sidebar.active{transform:translateX(0)}.sidebar-overlay,.sidebar-toggle{display:block}.sidebar-header{padding:1.5rem}.sidebar-nav{padding:1rem 0}.sidebar-link{border-radius:0;margin-right:0;padding:1.25rem 1.5rem}.sidebar-link.active,.sidebar-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:none}.sidebar-link:before{display:none}}@media (max-width:480px){.sidebar{width:280px}}.hero{align-items:center;display:flex;min-height:100vh;padding:0 2rem;position:relative}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;width:100%}.hero-content{color:#fff}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}.hero-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea}.hero-subtitle{color:#ffffffe6;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.hero-description{color:#fffc;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}.hero-actions{display:flex;gap:1rem;margin-bottom:3rem}.hero-btn{align-items:center;border-radius:50px;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.hero-btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.hero-btn-primary:hover{box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}.hero-btn-secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.hero-btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.hero-stats{display:flex;gap:2rem}.stat{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;display:block;font-size:2rem;font-weight:700}.stat-label{color:#ffffffb3;display:block;font-size:.9rem;margin-top:.5rem}.hero-visual{display:flex;justify-content:center}.hero-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;max-width:400px;overflow:hidden;width:100%}.card-header{border-bottom:1px solid #ffffff1a;padding:1rem}.card-dots{display:flex;gap:.5rem}.card-dots span{border-radius:50%;height:12px;width:12px}.card-dots span:first-child{background:#ff5f57}.card-dots span:nth-child(2){background:#ffbd2e}.card-dots span:nth-child(3){background:#28ca42}.card-content{font-family:Monaco,Consolas,monospace;font-size:.9rem;line-height:1.6;padding:1.5rem}.code-line{margin-bottom:.5rem}.code-indent{padding-left:2rem}.code-keyword{color:#ff79c6}.code-variable{color:#50fa7b}.code-operator{color:#ff79c6}.code-bracket{color:#f8f8f2}.code-property{color:#8be9fd}.code-string{color:#f1fa8c}.code-array{color:#bd93f9}@media (max-width:968px){.hero-container{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-actions{flex-wrap:wrap}.hero-stats{justify-content:center}}@media (max-width:768px){.hero{min-height:90vh;padding:5rem 1rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:1rem}.hero-stats{gap:1rem}}.about{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;color:#fff;padding:5rem 2rem}.about-container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#fffc;font-size:1.2rem}.about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{font-size:1.1rem;line-height:1.7}.about-description{color:#ffffffe6;margin-bottom:1.5rem}.about-description strong{color:#667eea;font-weight:600}.about-location{background:#ffffff1a;border:1px solid #ffffff1a;border-radius:15px;margin-top:2rem;padding:1.5rem}.about-location p{color:#ffffffe6;margin-bottom:.5rem}.about-highlights{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}.highlight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s ease}.highlight-card:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.highlight-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.highlight-title{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.highlight-description{color:#fffc;line-height:1.6}@media (max-width:968px){.about-content{gap:3rem;grid-template-columns:1fr}.about-highlights{gap:1rem;grid-template-columns:1fr 1fr}.highlight-card{padding:1.5rem}}@media (max-width:768px){.about{padding:3rem 1rem}.section-title{font-size:2rem}.about-highlights{grid-template-columns:1fr}.about-text{font-size:1rem}}.skills{color:#fff;padding:5rem 2rem}.skills-container{margin:0 auto;max-width:1200px}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.skill-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s ease}.skill-category:hover{background:#ffffff1a;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.category-title{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#3b82f6;font-size:1.2rem}.skills-list{display:flex;flex-wrap:wrap;gap:.75rem}.skill-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;cursor:default;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:all .3s ease}.skill-item:hover{background:#3b82f6;background:var(--skill-color,#3b82f6);border-color:#3b82f6;border-color:var(--skill-color,#3b82f6);box-shadow:0 8px 25px #3b82f640;color:#fff;transform:translateY(-2px)}.skill-logo{align-items:center;display:flex;font-size:1.2rem;justify-content:center;min-width:24px}.skill-name{font-size:.85rem;font-weight:500;white-space:nowrap}.skills-summary{grid-gap:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem;padding:2rem}.summary-item{text-align:center}.summary-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background-clip:text;-webkit-background-clip:text;color:#3b82f6;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.summary-label{color:#fffc;font-size:1rem;font-weight:500}@media (max-width:768px){.skills{padding:3rem 1rem}.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1.5rem}.skills-summary{gap:1rem;grid-template-columns:repeat(2,1fr);padding:1.5rem}.summary-number{font-size:2rem}.summary-label{font-size:.9rem}}@media (max-width:480px){.skills-grid,.skills-summary{grid-template-columns:1fr}}.experience{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;color:#fff;padding:5rem 2rem}.experience-container{margin:0 auto;max-width:1200px}.timeline{padding:2rem 0;position:relative}.timeline-line{background:linear-gradient(180deg,#667eea,#764ba2);bottom:0;left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px;z-index:1}.timeline-item{align-items:center;display:flex;margin-bottom:4rem;position:relative;width:100%}.timeline-item.left{justify-content:flex-end}.timeline-item.right{justify-content:flex-start}.timeline-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;position:relative;transition:all .3s ease;width:45%}.timeline-item.left .timeline-content{margin-right:2rem}.timeline-item.right .timeline-content{margin-left:2rem}.timeline-content:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.timeline-content:before{border:15px solid #0000;content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.timeline-item.left .timeline-content:before{border-left-color:#ffffff1a;right:-30px}.timeline-item.right .timeline-content:before{border-right-color:#ffffff1a;left:-30px}.timeline-marker{left:50%;position:absolute;transform:translateX(-50%);z-index:2}.marker-dot{background:linear-gradient(135deg,#667eea,#764ba2);border:4px solid #ffffff1a;border-radius:50%;box-shadow:0 0 0 4px #667eea33;height:20px;width:20px}.job-header{margin-bottom:1.5rem}.job-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.job-company{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.job-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.5rem}.job-duration,.job-location{align-items:center;color:#fffc;display:flex;font-size:.9rem;gap:.5rem}.job-period{color:#ffffffb3;font-size:.9rem;font-style:italic}.job-achievements{space-y:.75rem}.achievement{align-items:flex-start;color:#ffffffe6;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5;margin-bottom:.75rem}.achievement-icon{color:#667eea;flex-shrink:0;margin-top:.1rem}@media (max-width:968px){.timeline-line{left:2rem}.timeline-item{justify-content:flex-start!important}.timeline-content{margin-left:2rem!important;margin-right:0!important;width:calc(100% - 6rem)}.timeline-content:before{border-left-color:#0000!important;border-right-color:#ffffff1a!important;left:-30px!important;right:auto!important}.timeline-marker{left:2rem}}@media (max-width:768px){.experience{padding:3rem 1rem}.timeline-content{padding:1.5rem;width:calc(100% - 4rem)}.job-meta{flex-direction:column;gap:.5rem}.job-title{font-size:1.2rem}.job-company{font-size:1rem}}.projects{color:#fff;padding:5rem 2rem}.projects-container{margin:0 auto;max-width:1200px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:4rem}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;display:flex;flex-direction:column;height:100%;padding:2rem;transition:all .3s ease}.project-card:hover{background:#ffffff26;border-color:#667eea4d;box-shadow:0 20px 40px #667eea33}.project-header{justify-content:space-between;margin-bottom:1.5rem}.project-header,.project-icon{align-items:center;display:flex}.project-icon{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;height:60px;justify-content:center;width:60px}.project-links{display:flex;gap:.5rem}.project-link{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.project-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;transform:scale(1.1)}.project-content{display:flex;flex:1 1;flex-direction:column}.project-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.project-description{color:#ffffffe6;flex-grow:1;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.project-highlights{margin-bottom:1.5rem}.highlight-item{align-items:center;color:#fffc;display:flex;font-size:.9rem;gap:.5rem;margin-bottom:.5rem}.highlight-item svg{color:#667eea;flex-shrink:0}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.tech-tag{background:#667eea33;border:1px solid #667eea4d;border-radius:15px;color:#667eea;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}.tech-tag:hover{background:#667eea4d;transform:scale(1.05)}.projects-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:3rem 2rem;text-align:center}.cta-title{font-size:2rem}.cta-description{font-size:1.1rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:inline-flex}.cta-button:hover{box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}@media (max-width:768px){.projects{padding:3rem 1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.project-title{font-size:1.2rem}.projects-cta{padding:2rem 1rem}.cta-title{font-size:1.5rem}.cta-description{font-size:1rem}}.certifications{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;color:#fff;padding:5rem 2rem}.certifications-container{margin:0 auto;max-width:1200px}.certifications-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-bottom:3rem}.certifications-grid{display:flex;flex-direction:column;gap:2rem}.cert-category{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:2rem;transition:all .3s ease}.cert-category:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.category-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:1.3rem;font-weight:600;margin-bottom:1.5rem}.certs-list{display:flex;flex-direction:column;gap:1rem}.cert-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;cursor:default;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.cert-item:hover{background:#ffffff1a;border-color:#667eea4d}.cert-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.cert-name{color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.4}.education-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;height:-webkit-fit-content;height:fit-content;padding:2rem;transition:all .3s ease}.education-section:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.education-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item{align-items:flex-start;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.education-item:hover{background:#ffffff1a;transform:translateX(10px)}.edu-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.edu-content{flex:1 1}.edu-degree{color:#ffffffe6;font-size:1rem;font-weight:500;line-height:1.5;margin:0}.cert-summary{margin-top:2rem}.summary-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.summary-card:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.summary-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;display:flex;flex-shrink:0;height:80px;justify-content:center;width:80px}.summary-content{flex:1 1}.summary-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.summary-count{color:#667eea;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.summary-description{color:#fffc;font-size:1rem;line-height:1.5;margin:0}@media (max-width:968px){.certifications-content{gap:2rem;grid-template-columns:1fr}.summary-card{flex-direction:column;gap:1.5rem;text-align:center}.summary-icon{height:60px;width:60px}}@media (max-width:768px){.certifications{padding:3rem 1rem}.cert-category,.education-section{padding:1.5rem}.cert-item,.education-item{padding:1rem}.summary-card{padding:1.5rem}.cert-name,.edu-degree{font-size:.9rem}}.contact{color:#fff;padding:5rem 2rem 0}.contact-container{margin:0 auto;max-width:1200px}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-header{margin-bottom:2rem}.info-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:2rem;font-weight:700;margin-bottom:1rem}.info-description{color:#fffc;font-size:1.1rem;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:15px;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.contact-item:hover{background:#ffffff26;border-color:#667eea4d}.contact-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:50px;justify-content:center;width:50px}.contact-content{display:flex;flex-direction:column;gap:.25rem}.contact-label{color:#ffffffb3;font-size:.9rem;font-weight:500}.contact-value{color:#ffffffe6;font-size:1rem;font-weight:600}.contact-value.link{color:#667eea;text-decoration:none;transition:color .3s ease}.contact-value.link:hover{color:#764ba2;text-decoration:underline}.availability-status{background:#28a7451a;border:1px solid #28a7454d;border-radius:15px;margin-top:1rem;padding:1rem}.status-indicator{align-items:center;display:flex;gap:.75rem}.status-dot{animation:pulse 2s infinite;background:#28a745;border-radius:50%;height:12px;width:12px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.status-text{color:#ffffffe6;font-weight:500}.contact-cta{align-items:center;display:flex}.cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:20px;padding:2.5rem;transition:all .3s ease;width:100%}.cta-card:hover{background:#ffffff26;box-shadow:0 20px 40px #667eea1a;transform:translateY(-5px)}.cta-header{margin-bottom:2rem;text-align:center}.cta-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;color:#667eea;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cta-description{color:#fffc;font-size:1rem;line-height:1.6}.cta-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.feature-item{align-items:center;color:#ffffffe6;display:flex;font-size:1rem;gap:.75rem}.feature-icon{font-size:1.2rem}.cta-actions{display:flex;flex-direction:column;gap:1rem}.cta-button{align-items:center;border-radius:50px;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-button.primary:hover{box-shadow:0 10px 30px #667eea4d;transform:translateY(-2px)}.cta-button.secondary{background:#0000;border:2px solid #ffffff4d;color:#fff}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}.footer{border-top:1px solid #ffffff1a;margin-top:4rem;padding:2rem 0}.footer-content{text-align:center}.footer-text{color:#fffc;font-size:1rem;margin-bottom:.5rem}.footer-subtitle{color:#fff9;font-size:.9rem}@media (max-width:968px){.contact-content{gap:3rem;grid-template-columns:1fr}.cta-actions{flex-direction:column}}@media (max-width:768px){.contact{padding:3rem 1rem 0}.contact-item{padding:1rem}.contact-icon{height:40px;width:40px}.cta-card{padding:2rem}.cta-title,.info-title{font-size:1.5rem}.cta-description,.info-description{font-size:1rem}}.animated-bg{background:linear-gradient(135deg,#0a0a0a,#111 50%,#0f0f0f);height:100vh;left:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:-1}.bg-pattern{height:100%;position:relative;width:100%}.grid-overlay{height:100%;left:0;opacity:.05;position:absolute;top:0;width:100%}.grid-line{background:linear-gradient(45deg,#3b82f6,#8b5cf6);position:absolute}.grid-line.vertical{animation:gridPulse 8s ease-in-out infinite;height:100%;width:1px}.grid-line.horizontal{animation:gridPulse 8s ease-in-out infinite reverse;height:1px;width:100%}@keyframes gridPulse{0%,to{opacity:.02}50%{opacity:.08}}.floating-shapes{height:100%;left:0;position:absolute;top:0;width:100%}.shape{animation:float 20s ease-in-out infinite;border:1px solid #3b82f61a;position:absolute}.shape-1{animation-delay:0s;border-radius:50%;height:60px;left:80%;top:10%;width:60px}.shape-2{animation-delay:-5s;height:40px;left:15%;top:70%;transform:rotate(45deg);width:40px}.shape-3{animation-delay:-10s;border-radius:20px;height:80px;left:70%;top:30%;width:80px}.shape-4{animation-delay:-15s;border-radius:50%;height:30px;left:85%;top:60%;width:30px}.shape-5{animation-delay:-7s;border-radius:10px;height:50px;left:10%;top:20%;transform:rotate(30deg);width:50px}@keyframes float{0%,to{opacity:.3;transform:translateY(0) rotate(0deg)}25%{opacity:.6;transform:translateY(-30px) rotate(90deg)}50%{opacity:.3;transform:translateY(-60px) rotate(180deg)}75%{opacity:.6;transform:translateY(-30px) rotate(270deg)}}.gradient-orbs{height:100%;left:0;position:absolute;top:0;width:100%}.orb{animation:orbMove 25s ease-in-out infinite;border-radius:50%;filter:blur(80px);position:absolute}.orb-1{animation-delay:0s;background:radial-gradient(circle,#3b82f61a 0,#0000 70%);height:300px;left:20%;top:20%;width:300px}.orb-2{animation-delay:-8s;background:radial-gradient(circle,#8b5cf614 0,#0000 70%);height:400px;right:10%;top:60%;width:400px}.orb-3{animation-delay:-16s;background:radial-gradient(circle,#10b9810f 0,#0000 70%);bottom:10%;height:350px;left:40%;width:350px}@keyframes orbMove{0%,to{transform:translate(0) scale(1)}33%{transform:translate(60px,-40px) scale(1.1)}66%{transform:translate(-40px,60px) scale(.9)}}.tech-indicators{height:100%;left:0;position:absolute;top:0;width:100%}.indicator{align-items:center;animation:indicatorPulse 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;display:flex;height:60px;justify-content:center;position:absolute;width:60px}.indicator span{color:#3b82f6;font-size:1.5rem;opacity:.4}.code-indicator{animation-delay:0s;right:20%;top:15%}.cloud-indicator{animation-delay:-2s;bottom:30%;left:10%}.ai-indicator{animation-delay:-4s;right:10%;top:45%}@keyframes indicatorPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}@media (max-width:768px){.orb{filter:blur(60px)}.orb-1,.orb-2,.orb-3{height:200px;width:200px}.shape{transform:scale(.7)}.indicator{height:40px;width:40px}.indicator span{font-size:1rem}}@media (max-width:480px){.orb{filter:blur(40px)}.orb-1,.orb-2,.orb-3{height:150px;width:150px}}
/*# sourceMappingURL=main.b0f624eb.css.map*/