body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a!important;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0a0a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.page-title{color:#86bdf5}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0a}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2160a0,#86bdf5);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#86bdf5,#2160a0)}@media (max-width:768px){.page-title{font-size:2.5rem}.intro-text{font-size:1.1rem}.section-title{font-size:1.5rem}}.landing-container{align-items:center;background:#000;display:flex;flex-direction:column;justify-content:flex-start;min-height:calc(100vh - 70px);padding:2rem}.landing-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1.5fr 1fr;max-width:1200px;width:100%}.intro-section{color:#fff}.greeting{color:#e0e0e0;font-size:2rem;font-weight:400;margin-bottom:.5rem}.name{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.highlight{color:#86bdf5;font-weight:700}.title{color:#a0a0a0;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.description{color:silver;font-size:1.1rem;line-height:1.8;margin-bottom:2rem;max-width:600px}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#2160a0;color:#fff}.btn-primary:hover{background:#222733;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #2160a0;color:#2160a0}.btn-secondary:hover{background:#2160a0;color:#fff;transform:translateY(-2px)}.social-links{display:flex;gap:1.5rem}.social-icon{height:40px;opacity:.8;transition:transform .3s ease,opacity .3s ease;width:40px}.social-icon:hover{opacity:1;transform:scale(1.1)}.profile-section{align-items:center;display:flex;justify-content:center}.profile-image{border:3px solid #2160a0;border-radius:50%;max-width:300px;transition:transform .3s ease;width:100%}.profile-image:hover{transform:scale(1.05)}@media (max-width:968px){.landing-content{gap:3rem;grid-template-columns:1fr;text-align:center}.name{font-size:2.5rem}.title{font-size:1.25rem}.description{margin:0 auto 2rem}.cta-buttons,.social-links{justify-content:center}.profile-image{max-width:300px}}@media (max-width:576px){.landing-container{padding:1rem}.greeting{font-size:1.5rem}.name{font-size:2rem}.title{font-size:1.1rem}.description{font-size:1rem}.cta-buttons{flex-direction:column;width:100%}.btn{width:100%}.section-header{align-items:flex-start;flex-direction:column;gap:1rem}.section-title-landing,.view-more-link{width:100%}.profile-image{max-width:250px}}.showcase-section{margin:4rem 0;max-width:1200px;width:100%}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.section-title-landing{border-bottom:2px solid #2160a0;color:#fff;font-size:2rem;font-weight:600;padding-bottom:.5rem}.view-more-link{color:#86bdf5;font-weight:600;text-decoration:none;transition:color .3s ease}.view-more-link:hover{color:#2160a0}.featured-projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.featured-project-card{background:#222733;border-radius:8px;overflow:hidden;transition:transform .3s ease}.featured-project-card:hover{transform:translateY(-5px)}.project-image-wrapper{background:#000;height:200px;overflow:hidden}.project-image-wrapper img{height:100%;object-fit:cover;width:100%}.project-content{padding:1.5rem}.project-content h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.project-content p{color:silver;line-height:1.6;margin-bottom:1rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-badge{background:#2160a0;border-radius:4px;color:#fff;font-size:.85rem;padding:.25rem .75rem}.project-link-btn{color:#86bdf5;display:inline-block;font-weight:600;text-decoration:none;transition:color .3s ease}.project-link-btn:hover{color:#2160a0}.blog-section{margin:4rem 0;max-width:1200px;padding-bottom:4rem;width:100%}.blog-posts-list{display:flex;flex-direction:column;gap:1.5rem}.blog-post-card{background:#222733;border-left:4px solid #2160a0;border-radius:8px;display:block;padding:1.5rem;text-decoration:none;transition:all .3s ease}.blog-post-card:hover{border-left-color:#86bdf5;transform:translateX(5px)}.blog-post-meta{margin-bottom:.5rem}.blog-date{color:#86bdf5;font-size:.9rem;font-weight:600}.blog-title{color:#fff;font-size:1.2rem;line-height:1.4;margin-bottom:.75rem}.read-more{color:#2160a0;font-size:.9rem;font-weight:600}@media (max-width:968px){.profile-image{max-width:150px}.featured-projects-grid{grid-template-columns:1fr}}@media (max-width:576px){.profile-image{max-width:150px}}.social-link{color:#86bdf5;font-size:2rem;transition:all .3s ease}.social-link:hover{color:#2160a0;transform:scale(1.1)}.social-link .social-icon{height:auto;width:auto}.featured-project-container{margin:0 auto;max-width:900px}.featured-project-card-single{background:#222733;border:1px solid #2160a04d;border-radius:12px;overflow:hidden;transition:transform .3s ease}.featured-project-card-single:hover{border-color:#2160a0;transform:translateY(-5px)}.project-video-wrapper{background:#000;height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.project-video-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:968px){.profile-image{max-width:200px}}@media (max-width:576px){.profile-image{max-width:180px}}.about-container{background:#0a0a0a;color:#fff;min-height:calc(100vh - 70px);padding:4rem 2rem}.about-content{margin:0 auto;max-width:1200px}.hero-section{margin-bottom:4rem}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2160a0,#86bdf5);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.intro-text{color:silver;font-size:1.2rem;line-height:1.8;max-width:900px}.section-title{color:#fff;display:inline-block;font-size:2rem;font-weight:600;margin-bottom:2rem;position:relative}.section-title:after{background:linear-gradient(135deg,#2160a0,#86bdf5);bottom:-8px;content:"";height:3px;left:0;position:absolute;width:50%}.experience-section{margin-bottom:4rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:linear-gradient(180deg,#2160a0,#86bdf5);bottom:0;content:"";left:0;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-marker{background:#2160a0;border:3px solid #0a0a0a;border-radius:50%;height:12px;left:-2.5rem;position:absolute;top:0;width:12px}.timeline-content{background:#ffffff0d;border-left:3px solid #2160a0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.timeline-content:hover{background:#ffffff14;transform:translateX(5px)}.timeline-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.timeline-header h3{color:#fff;font-size:1.5rem;margin:0}.period{color:#2160a0;font-size:.9rem;font-weight:600}.role{color:#a0a0a0;font-size:1.1rem;font-weight:500;margin:.5rem 0}.timeline-content p{color:silver;line-height:1.6;margin:0}.skills-section{margin-bottom:4rem}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{background:#ffffff0d;border:1px solid #667eea33;border-radius:12px;padding:1.5rem;transition:all .3s ease}.skill-category:hover{background:#ffffff14;border-color:#2160a0;box-shadow:0 10px 30px #667eea33;transform:translateY(-5px)}.skill-category h3{color:#fff;font-size:1.2rem;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#667eea33;border-radius:20px;color:#fff;font-size:.9rem;padding:.5rem 1rem;transition:all .2s ease}.skill-tag:hover{background:#667eea66;transform:scale(1.05)}.education-section{margin-bottom:4rem}.education-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.education-card{background:#ffffff0d;border-left:4px solid #2160a0;border-radius:12px;padding:2rem;transition:all .3s ease}.education-card:hover{background:#ffffff14;transform:translateY(-5px)}.education-card h3{color:#fff;font-size:1.3rem;margin-bottom:.5rem}.institution{color:#a0a0a0;font-size:1rem;margin:.5rem 0}.year{color:#2160a0;font-weight:600;margin:0}.certifications-section{margin-bottom:4rem}.cert-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.cert-item{align-items:center;background:#ffffff0d;border-radius:8px;display:flex;gap:1rem;padding:1rem 1.5rem;transition:all .3s ease}.cert-item:hover{background:#ffffff14;transform:translateX(5px)}.cert-icon{align-items:center;background:#2160a0;border-radius:50%;display:flex;flex-shrink:0;font-weight:700;height:30px;justify-content:center;width:30px}@media (max-width:768px){.about-container{padding:2rem 1rem}.page-title{font-size:2.5rem}.intro-text{font-size:1.1rem}.section-title{font-size:1.5rem}.timeline{padding-left:1.5rem}.skills-grid{grid-template-columns:1fr}.timeline-header{flex-direction:column}}.about-hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr}.about-image-container{align-items:center;display:flex;justify-content:center}.about-image{border:3px solid #2160a0;border-radius:12px;max-width:300px;transition:transform .3s ease;width:100%}.about-image:hover{transform:scale(1.05)}.location{color:#a0a0a0;font-size:.9rem;margin:.25rem 0 0}@media (max-width:968px){.about-hero-grid{grid-template-columns:1fr;text-align:center}.about-image{max-width:250px}}.experience-bullets{color:silver;line-height:1.8;list-style:disc;margin-left:1.5rem}.experience-bullets li{margin-bottom:.75rem}.projects-container{background:#000;color:#fff;min-height:calc(100vh - 70px);padding:4rem 2rem}.projects-content{margin:0 auto;max-width:1200px}.filter-section{background:#222733;border-radius:8px;margin:3rem 0;padding:1.5rem}.filter-title{color:#fff;font-size:1.1rem;margin-bottom:1rem}.filter-buttons{display:flex;flex-wrap:wrap;gap:.75rem}.filter-btn{background:#0000;border:2px solid #2160a0;border-radius:6px;color:silver;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.filter-btn:hover{transform:translateY(-2px)}.filter-btn.active,.filter-btn:hover{background:#2160a0;color:#fff}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.project-card{background:#222733;border:1px solid #2160a04d;border-radius:12px;overflow:hidden;transition:all .3s ease}.project-card:hover{border-color:#2160a0;box-shadow:0 20px 40px #2160a04d;transform:translateY(-10px)}.project-image-container{background:#000;height:250px;overflow:hidden;position:relative;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.1)}.project-overlay{align-items:center;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.project-card:hover .project-overlay{opacity:1}.project-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.project-link{background:#2160a0;border-radius:6px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-link:hover{background:#222733;transform:translateY(-2px)}.project-info{padding:1.5rem}.project-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-description{color:silver;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#2160a0;border-radius:15px;color:#fff;font-size:.85rem;font-weight:500;padding:.4rem .8rem;transition:all .2s ease}.tech-tag:hover{background:#86bdf5;transform:scale(1.05)}.no-projects{padding:4rem 2rem;text-align:center}.no-projects p{color:silver;font-size:1.2rem;margin-bottom:2rem}@media (max-width:768px){.projects-container{padding:2rem 1rem}.projects-grid{gap:2rem;grid-template-columns:1fr}.project-image-container{height:200px}.filter-buttons{gap:.5rem}.filter-btn{font-size:.9rem;padding:.4rem .8rem}}@media (max-width:480px){.project-links{flex-direction:column;width:80%}.project-link{text-align:center;width:100%}}.category-tabs{border-bottom:2px solid #222733;display:flex;gap:1rem;margin:2rem 0}.category-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:silver;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.category-tab.active,.category-tab:hover{border-bottom-color:#2160a0;color:#2160a0}@media (max-width:576px){.category-tabs{border-bottom:none;flex-direction:column;gap:0}.category-tab{border-bottom:1px solid #222733;border-left:3px solid #0000;padding:.75rem 1rem}.category-tab.active{border-bottom-color:#222733;border-left-color:#2160a0}}.contact-container{background:#000;color:#fff;min-height:calc(100vh - 70px);padding:4rem 2rem}.contact-content{margin:0 auto;max-width:1200px}.contact-grid-simple{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr;margin-top:3rem}.contact-methods-simple{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.contact-card-simple{background:#222733;border-left:4px solid #2160a0;border-radius:12px;padding:2rem;transition:all .3s ease}.contact-card-simple:hover{background:#ffffff14;transform:translateY(-5px)}.contact-card-simple h3{color:#fff;font-size:1.3rem;margin-bottom:1rem}.contact-link{color:#86bdf5;display:inline-block;font-size:1rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#2160a0;text-decoration:underline}.availability-section-simple{display:flex;flex-direction:column;gap:1.5rem}.availability-card{background:#222733;border:1px solid #2160a04d;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:2rem}.availability-card h2{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.status-indicator{align-items:center;background:#2160a01a;border-radius:8px;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.status-dot{animation:pulse 2s infinite;background:#4ade80;border-radius:50%;height:12px;width:12px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.availability-text{color:silver;font-size:1rem;line-height:1.8}@media (max-width:968px){.contact-grid-simple{grid-template-columns:1fr}.contact-methods-simple{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media (max-width:576px){.contact-container{padding:2rem 1rem}.contact-methods-simple{grid-template-columns:1fr}.contact-card-simple{padding:1.5rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border-bottom:1px solid #2160a04d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:0 2rem}.logo{text-decoration:none;z-index:1001}.logo-text{color:#2160a0;font-size:1.8rem;font-weight:700;transition:all .3s ease}.logo:hover .logo-text{transform:scale(1.05)}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-item,.nav-link{position:relative}.nav-link{color:silver;font-size:1rem;font-weight:500;padding:.5rem 0;text-decoration:none;transition:color .3s ease}.nav-link:after{background:#2160a0;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover{color:#fff}.nav-link.active:after,.nav-link:hover:after{width:100%}.nav-link.active{color:#2160a0}.resume-link{background:#2160a0;border-radius:6px;color:#fff!important;padding:.625rem 1.5rem!important;transition:all .3s ease}.resume-link:after{display:none}.resume-link:hover{background:#222733;transform:translateY(-2px)}.hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:0;z-index:1001}.hamburger span{background:#2160a0;border-radius:3px;height:3px;transition:all .3s ease;width:28px}.hamburger.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width:768px){.navbar-container{padding:0 1rem}.hamburger{display:flex}.nav-menu{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000fa;border-left:1px solid #2160a04d;flex-direction:column;gap:1.5rem;height:100vh;max-width:300px;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:70%}.nav-menu.active{right:0}.nav-item{width:100%}.nav-link{display:block;font-size:1.1rem;padding:.75rem 0}.resume-link{display:inline-block;margin-top:1rem}}@media (max-width:480px){.logo-text{font-size:1.5rem}.nav-menu{width:80%}}
/*# sourceMappingURL=main.510e0625.css.map*/