*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:3rem;font-weight:700}h2{font-size:2.5rem}h3{font-size:2rem}p{line-height:1.7;margin-bottom:1rem}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section{padding:5rem 0}.btn{border:none;border-radius:.5rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px)}.btn-secondary{background-color:initial;border:2px solid #3b82f6;color:#3b82f6}.btn-secondary:hover{background-color:#3b82f6;color:#fff}.card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}@media (max-width:768px){.container{padding:0 1rem}.section{padding:3rem 0}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.card{padding:1.5rem}}@media (max-width:480px){.container{padding:0 .75rem}h1{font-size:1.75rem}.btn{font-size:.9rem;padding:.625rem 1.25rem}}.App{text-align:center}.section-alt{background-color:#f8fafc}.text-center{text-align:center}.text-left{text-align:left}.mb-4{margin-bottom:2rem}.mb-8{margin-bottom:4rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.items-center{align-items:center}.gap-4{gap:1rem}.gap-8{gap:2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;border-bottom:1px solid #0000001a;box-shadow:0 2px 20px #0000001a}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-brand h3{color:#3b82f6;font-weight:700;margin:0}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-link{background:none;border:none;color:#374151;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 0;transition:color .3s ease}.nav-link:hover{color:#3b82f6}.hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:.5rem}.hamburger span{background-color:#374151;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}@media (max-width:768px){.hamburger{display:flex}.nav-menu{background:#fff;box-shadow:0 4px 20px #0000001a;flex-direction:column;gap:1rem;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-link{font-size:1.1rem;padding:1rem 0;text-align:center;width:100%}}.hero{align-items:center;background:linear-gradient(135deg,#374151,#1e3a8a);color:#fff;display:flex;min-height:100vh;padding:8rem 0 5rem}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{text-align:left}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;min-height:3.85rem}.typing-text{display:inline-block;position:relative}.typing-cursor{color:#374151;font-weight:400;margin-left:2px;opacity:0;transition:opacity .1s ease}.typing-cursor.visible{opacity:1}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;opacity:.9}.highlight{color:#fbbf24}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-image{align-items:center;display:flex;justify-content:center}.profile-photo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 32px #0000004d;height:300px;overflow:hidden;width:300px}.profile-img{height:100%;object-fit:cover;object-position:center;transition:transform .3s ease;width:100%}.profile-img:hover{transform:scale(1.05)}@media (max-width:768px){.hero{padding:6rem 0 3rem;text-align:center}.hero-content{gap:2rem;grid-template-columns:1fr}.hero-text{order:2;text-align:center}.hero-image{order:1}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.hero-description{font-size:1rem}.profile-photo{height:200px;width:200px}.hero-buttons{justify-content:center}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:200px;width:100%}}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.section-title{color:#1f2937;margin-bottom:2rem;text-align:left}.about-description p{color:#4b5563;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.stats{display:flex;gap:2rem;margin-top:2rem}.stat{text-align:center}.stat h3{color:#3b82f6;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat p{color:#6b7280;font-size:.9rem;font-weight:500;margin:0}.about-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:2rem;height:300px;overflow:hidden;position:relative;width:300px}.image-placeholder:before{background:linear-gradient(135deg,#2563eb1a,#9333ea1a);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.code-icon{color:#3b82f6;height:100px;width:100px;z-index:1}.code-icon svg{height:100%;width:100%}@media (max-width:768px){.about-content{gap:2rem;grid-template-columns:1fr}.about-content,.section-title{text-align:center}.stats{gap:1.5rem;justify-content:center}.stat h3{font-size:1.75rem}.image-placeholder{height:250px;width:250px}.code-icon{height:80px;width:80px}}@media (max-width:480px){.stats{flex-direction:column;gap:1rem}.image-placeholder{height:200px;width:200px}}.section-subtitle{color:#6b7280;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.skill-category{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.category-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;text-align:center}.skills-list{display:flex;flex-direction:column;gap:1.25rem}.skill-item{width:100%}.skill-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.skill-name{color:#374151;font-size:.95rem;font-weight:500}.skill-percentage{color:#3b82f6;font-size:.9rem;font-weight:600}.skill-bar{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.skill-progress{animation:skillLoad 2s ease-in-out;background:linear-gradient(90deg,#374151,#3b82f6 50%,#60a5fa);border-radius:4px;height:100%;transition:width 1s ease-in-out}@keyframes skillLoad{0%{width:0}to{width:0;width:var(--skill-width,0)}}@media (max-width:768px){.skills-grid{gap:1.5rem;grid-template-columns:1fr}.skill-category{padding:1.5rem}.section-subtitle{font-size:1.1rem;margin-bottom:2rem}}@media (max-width:480px){.skills-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-header,.skill-name{font-size:.9rem}.skill-percentage{font-size:.85rem}}.featured-projects{margin-bottom:4rem}.project-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.project-card.featured{display:grid;grid-template-columns:1fr 2fr;min-height:300px}.project-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;padding:2rem}.project-emoji{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:4rem}.project-emoji.small{font-size:2rem}.project-content{display:flex;flex-direction:column;justify-content:space-between;padding:2rem}.project-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.project-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.project-card:not(.featured) .project-title{font-size:1.25rem;margin-bottom:.5rem}.project-description{color:#4b5563;flex-grow:1;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#dbeafe;border-radius:1rem;color:#1e3a8a;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.tech-tag.small{font-size:.8rem;padding:.2rem .6rem}.project-links{display:flex;gap:1rem}.project-link{color:#3b82f6;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s ease}.project-link:hover{color:#2563eb;text-decoration:underline}.other-projects{margin-top:4rem}.other-projects-title{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.projects-grid .project-card{margin-bottom:0;padding:1.5rem}@media (max-width:768px){.project-card.featured{grid-template-columns:1fr;min-height:auto}.project-image{padding:1.5rem}.project-emoji{font-size:3rem}.project-content{padding:1.5rem}.project-links{flex-direction:column;gap:.5rem}.btn{text-align:center}.projects-grid{grid-template-columns:1fr}.other-projects-title{font-size:1.75rem}}@media (max-width:480px){.project-content,.project-image{padding:1rem}.project-emoji{font-size:2.5rem}.project-title{font-size:1.25rem}.project-card:not(.featured) .project-title{font-size:1.1rem}.projects-grid .project-card{padding:1rem}}.contact-content-simple{display:flex;justify-content:center;margin-top:3rem}.contact-info-centered{max-width:600px;text-align:center}.contact-cta,.contact-info-centered h3,.contact-info-centered>p{text-align:center}.contact-info-centered h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.contact-info-centered p{color:#4b5563;line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 4px #0000001a;color:inherit;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.contact-method:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-2px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#374151,#3b82f6);border-radius:.5rem;color:#fff;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact-icon svg{height:20px;width:20px}.contact-details{text-align:left}.contact-details h4{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .25rem;text-align:left}.contact-details p{color:#6b7280;font-size:.9rem;margin:0;text-align:left}.contact-cta{margin-top:2rem}.contact-cta .btn{font-size:1.1rem;min-width:200px;padding:1rem 2rem}@media (max-width:768px){.contact-info-centered{max-width:100%;padding:0 1rem}.contact-method{padding:.75rem}.contact-icon{height:35px;width:35px}.contact-icon svg{height:18px;width:18px}.contact-cta .btn{max-width:300px;width:100%}}@media (max-width:480px){.contact-info-centered{padding:0 .5rem}.contact-methods{gap:1rem}.contact-method{padding:.625rem}.contact-cta .btn{font-size:1rem;padding:.875rem 1.5rem}}.resume-page{background-color:#f8fafc;min-height:100vh}.resume-header{background:linear-gradient(135deg,#374151,#1e3a8a);color:#fff;margin-top:80px;padding:6rem 0 3rem}.resume-header .container{align-items:center;display:flex;justify-content:space-between}.resume-header h1{font-size:2.5rem;font-weight:700;margin:0}.download-btn{background-color:#3b82f6!important;border:none;cursor:pointer;font-size:1.1rem;padding:.875rem 2rem}.download-btn:hover{background-color:#2563eb!important;transform:translateY(-2px)}.resume-content{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;margin:-2rem auto 2rem;max-width:900px;padding:3rem;position:relative;z-index:1}.markdown-content{color:#374151;font-size:14px;line-height:1.6}.markdown-content h1{border-bottom:none;color:#1f2937;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:4px;text-align:left}.markdown-content h1+p strong{color:#3b82f6;display:block;font-size:16px;font-weight:500;margin-bottom:16px}.markdown-content h1+p{line-height:1.3;margin:0}.markdown-content h1+p+p{color:#6b7280;font-size:13px;line-height:1.4;margin:12px 0 0}.markdown-content h2{border-bottom:2px solid #3b82f6;color:#1f2937;font-size:18px;font-weight:600;line-height:1.2;margin:32px 0 16px;padding-bottom:4px;text-align:left}.markdown-content h1+p+p+h2:first-of-type{margin-top:24px}.markdown-content h3{color:#1f2937;font-size:15px;font-weight:600;line-height:1.3;margin:20px 0 4px;text-align:left}.markdown-content h3+p strong{color:#3b82f6;font-size:13px;font-style:italic;font-weight:500}.markdown-content h3+p{margin:0 0 12px}.markdown-content p{color:#4b5563;line-height:1.6;margin-bottom:14px;text-align:justify}.markdown-content ul{color:#4b5563;margin:12px 0 16px;padding-left:20px}.markdown-content li{line-height:1.5;margin-bottom:8px;text-align:justify}.markdown-content li strong{color:#1f2937;font-weight:600}.markdown-content ul ul{margin:6px 0;padding-left:20px}.markdown-content ul ul li{font-size:13px;margin-bottom:4px}.markdown-content code{background-color:#f3f4f6;border-radius:3px;color:#374151;font-family:Courier New,monospace;font-size:13px;padding:1px 4px}.markdown-content pre{background-color:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;margin:12px 0;overflow-x:auto;padding:12px}.markdown-content pre code{background:none;color:#374151;font-size:13px;line-height:1.4;padding:0;white-space:pre-wrap}.markdown-content strong{color:#1f2937;font-weight:600}.markdown-content h2+p,.markdown-content h2+ul{margin-top:12px}.markdown-content h3+ul{margin-top:8px}@media print{.resume-header,.resume-page{background:#fff}.resume-header{color:#1f2937;margin-top:0;padding:1rem 0}.download-btn{display:none}.resume-content{box-shadow:none;margin:0;padding:1rem}.job,.resume-section{page-break-inside:avoid}}@media (max-width:768px){.resume-header .container{flex-direction:column;gap:1rem;text-align:center}.resume-header h1{font-size:2rem}.resume-content{margin:-1rem 1rem 1rem;padding:2rem 1.5rem}.job-header{align-items:flex-start;flex-direction:column}.job-header h4{margin-bottom:.5rem;min-width:auto}.resume-header-info h1{font-size:1.875rem}}@media (max-width:480px){.resume-content{padding:1.5rem 1rem}.resume-section h3{font-size:1.25rem}.resume-header-info h1{font-size:1.625rem}}
/*# sourceMappingURL=main.0b713ae3.css.map*/