@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0a0a0a;color:#e4e4e7;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.7;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0a0e27}::-webkit-scrollbar-thumb{background:#1e3a8a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#2563eb}.main-content-wrapper{padding-top:80px}.section-title{color:#fff;font-size:2.5rem;font-weight:600;letter-spacing:-.02em;margin-bottom:1rem;padding-bottom:1rem;position:relative;text-align:center}.section-title-underline{border-radius:9999px;bottom:0;height:4px;left:50%;position:absolute;transform:translateX(-50%);width:5rem}.blue-underline{background-color:#3b82f6}.purple-underline{background-color:#60a5fa}.yellow-underline{background-color:#3b82f6}.navbar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#0a0a0acc;border-bottom:1px solid #3b82f61a;padding:1rem;position:fixed;width:100%;z-index:10}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin-left:auto;margin-right:auto;max-width:1280px}.navbar-brand{background:none;border:none;color:#fff;cursor:pointer;font-size:2.25rem;font-weight:700;padding:0;transition:transform .3s ease-in-out}.navbar-brand:hover{transform:scale(1.05)}.navbar-brand-highlight{color:#fde047}.navbar-links{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar-link{background:none;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease-in-out}.navbar-link:hover{background-color:#1e40af;color:#fff;transform:scale(1.05)}.navbar-link-active{background-color:#fff;box-shadow:0 4px 6px #0000001a;color:#2563eb}.home-section{align-items:center;background:radial-gradient(ellipse at top,#1a1a2e 0,#0a0a0a 50%);border-bottom:1px solid #3b82f61a;color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.home-background-shapes{inset:0;overflow:hidden;position:absolute}.home-background-shapes .shape{animation:pulse-slow 8s ease-in-out infinite;background-color:#ffffff1a;border-radius:9999px;display:block;position:absolute}.home-background-shapes .shape-1{height:16rem;left:-4rem;top:-4rem;width:16rem}.home-background-shapes .shape-2{animation-delay:2s;bottom:-8rem;height:24rem;right:-8rem;width:24rem}.home-background-shapes .shape-3{animation-delay:4s;height:12rem;left:25%;top:25%;width:12rem}@keyframes pulse-slow{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.05;transform:scale(1.2)}}.home-content{margin:0 auto;max-width:1000px;padding:2rem;text-align:center;z-index:1}.home-label{animation:fade-in 1s ease-out forwards;color:#3b82f6;font-size:.75rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem;text-transform:uppercase}.home-title{animation:fade-in-down 1s ease-out .2s forwards;color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin-bottom:1.5rem;opacity:0}.home-title-highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#60a5fa);-webkit-background-clip:text;background-clip:text}.home-description{animation:fade-in 1s ease-out .4s forwards;color:#a1a1aa;font-size:1.125rem;line-height:1.8;margin:0 auto 2.5rem;max-width:700px;opacity:0}.home-cta-button{animation:fade-in 1s ease-out .6s forwards;background-color:#3b82f6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:500;opacity:0;padding:.875rem 2rem;transition:all .2s ease}.home-cta-button:hover{background-color:#2563eb;box-shadow:0 4px 12px #3b82f666;transform:translateY(-2px)}.home-cta-button:focus{box-shadow:0 0 0 4px #fcd34dbf;outline:none}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes bounce-once{0%,to{transform:translateY(0)}20%{transform:translateY(-10px)}40%{transform:translateY(0)}}.about-section{align-items:center;background:#0a0a0a;border-top:1px solid #3b82f61a;display:flex;justify-content:center;min-height:100vh;padding:5rem 0}.about-container{margin-left:auto;margin-right:auto;max-width:1280px;padding:1.5rem}.about-content-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr;margin-top:2rem}.about-left-column{align-items:center;display:flex;flex-direction:column;gap:2rem}.about-image-container{height:280px;margin:0 auto;position:relative;width:280px}.about-profile-image{border:4px solid #fff;border-radius:2rem;box-shadow:0 20px 40px #3b82f64d;height:100%;object-fit:cover;position:relative;transition:transform .4s ease;width:100%;z-index:2}.about-profile-image:hover{transform:translateY(-10px) scale(1.02)}.about-image-decoration{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:2rem;height:100%;left:-15px;opacity:.5;position:absolute;top:-15px;width:100%;z-index:1}.about-image-border{border:3px solid #3b82f6;border-radius:2rem;height:100%;position:absolute;right:-15px;top:15px;width:100%;z-index:0}.about-stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-width:320px;width:100%}.about-stat-card{background:#18181b;border:1px solid #3b82f633;border-radius:.5rem;padding:1.25rem;text-align:center;transition:all .2s ease}.about-stat-card:hover{background:#1a1a1e;border-color:#3b82f6;transform:translateY(-4px)}.stat-icon{display:block;font-size:2rem;margin-bottom:.5rem}.stat-value{color:#3b82f6;font-size:1.75rem;font-weight:800;margin:.25rem 0}.stat-label{color:#d1d5db;font-size:.875rem;font-weight:500;margin:0}.about-right-column{display:flex;flex-direction:column;gap:2rem}.about-intro{background:#18181b;border:1px solid #3b82f633;border-radius:.5rem;padding:2rem}.about-greeting{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.about-description{color:#d1d5db;font-size:1.0625rem;line-height:1.8;margin-bottom:1rem}.about-description:last-child{margin-bottom:0}.text-highlight-blue{color:#2563eb;font-weight:600}.text-highlight-green{color:#16a34a;font-weight:600}.text-highlight-indigo{color:#4f46e5;font-weight:600}.text-highlight-purple{color:#9333ea;font-weight:600}.about-skills-categories{background:#18181b;border:1px solid #3b82f633;border-radius:.5rem;padding:2rem}.skills-category-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.skills-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.skill-category-card{background:linear-gradient(135deg,#0f1729,#1e3a8a);border:2px solid #2563eb;border-radius:.75rem;padding:1.25rem;transition:all .3s ease}.skill-category-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f680;transform:translateY(-3px)}.category-header{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.category-icon{font-size:1.5rem}.category-title{color:#fff;font-size:1rem;font-weight:700;margin:0}.category-skills{display:flex;flex-wrap:wrap;gap:.5rem}.skill-badge{background-color:#dbeafe;border-radius:.375rem;color:#1e40af;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:all .2s ease}.skill-badge:hover{background-color:#3b82f6;color:#fff;transform:scale(1.05)}.about-cta{display:flex;flex-wrap:wrap;gap:1rem}.about-cta-button{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:.5rem;box-shadow:0 4px 6px #2563eb4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.about-cta-button:hover{box-shadow:0 8px 16px #2563eb66;transform:translateY(-2px)}.about-cta-button-outline{background:#0000;border:2px solid #2563eb;border-radius:.5rem;color:#2563eb;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.about-cta-button-outline:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.portfolio-section{background-color:#f9fafb;min-height:100vh;padding:5rem 0}.portfolio-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1.5rem;padding-right:1.5rem}.portfolio-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.portfolio-card{background-color:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:all .3s ease-in-out}.portfolio-card:hover{box-shadow:0 20px 25px #0000001a,0 8px 10px #00000014;transform:translateY(-.5rem)}.portfolio-card-image{border-bottom:1px solid #e2e8f0;border-top-left-radius:.75rem;border-top-right-radius:.75rem;height:14rem;object-fit:cover;width:100%}.portfolio-card-content{padding:1.5rem}.portfolio-card-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.portfolio-card-description{color:#4b5563;font-size:1rem;margin-bottom:1rem}.portfolio-card-tech-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.portfolio-card-actions{display:flex;gap:1rem;justify-content:flex-start}.btn{border:none;border-radius:.5rem;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.625rem 1.25rem;text-decoration:none;transition:all .3s ease-in-out}.btn-primary{background-color:#2563eb;color:#fff}.btn-primary:hover{background-color:#1d4ed8;transform:scale(1.05)}.btn-secondary{background-color:#4b5563;color:#fff}.btn-secondary:hover{background-color:#1f2937;transform:scale(1.05)}.contact-section{background:#0a0a0a;border-top:1px solid #3b82f61a;padding:60px 20px}.contact-container-new{margin:0 auto;max-width:1200px}.contact-header{margin-bottom:40px;text-align:center}.contact-header .section-title{margin-bottom:12px}.contact-subtitle{color:#a1a1aa;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media (min-width:768px){.contact-content-grid{gap:40px;grid-template-columns:300px 1fr}}.contact-info{display:flex;flex-direction:column;gap:16px}.contact-card{background:#18181b;border:1px solid #3b82f633;border-radius:12px;padding:20px;text-align:center}.contact-icon{font-size:2rem;margin-bottom:10px}.contact-card h3{color:#e5e5e5;font-size:1.125rem;font-weight:600;margin-bottom:8px}.contact-card p{color:#a1a1aa;font-size:.875rem}.contact-link-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:8px 20px;transition:all .3s ease}.contact-link-btn:hover{box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.contact-social-links{display:flex;gap:12px;justify-content:center;margin-top:10px}.contact-social-links a{align-items:center;background:#0a0a0a;border:1px solid #3b82f633;border-radius:8px;color:#e5e5e5;display:flex;height:36px;justify-content:center;transition:all .3s ease;width:36px}.contact-social-links a:hover{background:#3b82f61a;border-color:#3b82f6;transform:translateY(-2px)}.contact-form-wrapper{background:#18181b;border:1px solid #3b82f633;border-radius:12px;padding:30px}.form-success-message{background:#22c55e1a;border:1px solid #22c55e33;border-radius:8px;color:#22c55e;font-size:.875rem;margin-bottom:20px;padding:12px 16px;text-align:center}.contact-form-new{display:flex;flex-direction:column;gap:16px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.form-row{grid-template-columns:1fr 1fr}}.form-field{display:flex;flex-direction:column}.form-input-new{background:#0a0a0a;border:1px solid #3b82f633;border-radius:8px;color:#e5e5e5;font-family:inherit;font-size:.9375rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-input-new:focus{background:#0d0d0f;border-color:#3b82f6;outline:none}.form-input-new::placeholder{color:#71717a}.form-textarea{min-height:120px;resize:vertical}.form-submit-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:4px;padding:12px 24px;transition:all .3s ease}.form-submit-btn:hover{box-shadow:0 8px 20px #3b82f666;transform:translateY(-2px)}.footer{background:linear-gradient(90deg,#0a0e27,#1e3a8a);border-top:2px solid #2563eb;border-top-left-radius:12px;border-top-right-radius:12px;color:#fff;font-size:.875rem;padding:1.5rem;text-align:center}.footer-text span{color:#60a5fa}@media (min-width:640px){.navbar-brand{font-size:2.5rem}.home-title{font-size:4.5rem}.home-subtitle{font-size:2rem}.about-profile-pic{height:20rem;width:20rem}.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.section-title{font-size:4rem}.main-content-wrapper{padding-top:0}.home-section{padding-top:5rem}.home-title{font-size:5rem}.home-subtitle{font-size:2.25rem}.about-content-wrapper{gap:4rem;grid-template-columns:1fr 2fr}.about-image-container{height:320px;width:320px}.about-stats-grid{grid-template-columns:repeat(2,1fr);max-width:100%}}@media (min-width:1024px){.portfolio-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.home-title{font-size:5.5rem}}.home-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.home-cta-button-secondary{animation:fade-in 1s ease-out .6s forwards;background-color:initial;border:1px solid #e4e4e733;border-radius:.375rem;color:#e4e4e7;cursor:pointer;font-size:.9375rem;font-weight:500;opacity:0;padding:.875rem 2rem;transition:all .2s ease}.home-cta-button-secondary:hover{background-color:#e4e4e71a;border-color:#e4e4e74d;transform:translateY(-2px)}.expertise-section{background-color:#0a0a0a;border-top:1px solid #3b82f61a;min-height:100vh;padding:5rem 0}.expertise-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1.5rem;padding-right:1.5rem}.expertise-intro{color:#d1d5db;font-size:1.25rem;margin:-1rem auto 3rem;max-width:42rem;text-align:center}.expertise-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.expertise-card{background:#18181b;border:1px solid #3b82f633;border-radius:.5rem;padding:2rem;text-align:center;transition:all .2s ease}.expertise-card:hover{background:#1a1a1e;border-color:#3b82f6;transform:translateY(-4px)}.expertise-icon{font-size:4rem;margin-bottom:1rem}.expertise-card-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.expertise-card-description{color:#d1d5db;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.expertise-tech-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tech-badge{background-color:#e0e7ff;border-radius:.375rem;color:#4338ca;font-size:.75rem;font-weight:600;padding:.375rem .75rem;transition:background-color .2s ease-in-out}.tech-badge:hover{background-color:#c7d2fe}.projects-section{background:#0a0a0a;border-top:1px solid #3b82f61a;min-height:100vh;padding:5rem 0}.projects-container{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:1.5rem;padding-right:1.5rem}.projects-intro{color:#d1d5db;font-size:1.25rem;margin:-1rem auto 2rem;max-width:42rem;text-align:center}.projects-filter{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem}.filter-btn{background-color:initial;border:2px solid #2563eb;border-radius:9999px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.625rem 1.5rem;transition:all .3s ease-in-out}.filter-btn:hover{background-color:#2563eb33;border-color:#3b82f6}.filter-btn-active{background-color:#2563eb;border-color:#3b82f6;color:#fff}.projects-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.project-card{background-color:#18181b;border:1px solid #3b82f633;border-radius:.5rem;overflow:hidden;transition:all .2s ease}.project-card:hover{background:#1a1a1e;border-color:#3b82f6;transform:translateY(-4px)}.project-image-wrapper{position:relative}.project-card-image{border-bottom:1px solid #e2e8f0;height:14rem;object-fit:cover;width:100%}.project-category-badge{background-color:#2563ebe6;border-radius:.375rem;box-shadow:0 2px 4px #0003;color:#fff;font-size:.75rem;font-weight:600;padding:.375rem .75rem;position:absolute;right:1rem;top:1rem}.project-card-content{padding:1.5rem}.project-card-title{color:#fff;font-size:1.375rem;font-weight:700;margin-bottom:.75rem}.project-card-description{color:#d1d5db;font-size:.9375rem;line-height:1.6;margin-bottom:1rem}.project-card-tech-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.project-card-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start}.project-card-actions .btn{align-items:center;display:flex;font-size:.875rem;gap:.5rem;padding:.5rem 1rem}.github-icon{display:inline-block;vertical-align:middle}
/*# sourceMappingURL=main.3ba2d38b.css.map*/