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}.home-container{background-color:#fff;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.hero-content{max-width:800px;text-align:center}.hero-description{margin-left:auto;margin-right:auto;max-width:600px}.nav-cards{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:2rem}.nav-card{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:#1f2937;color:var(--text-primary);display:block;overflow:hidden;padding:2.5rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.nav-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);color:#1f2937;color:var(--text-primary);text-decoration:none;transform:translateY(-8px)}.nav-card:hover:before{transform:scaleX(1)}.card-icon{font-size:3rem;margin-bottom:1rem}.nav-card h3{color:#1f2937;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.nav-card p{color:#6b7280;color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.card-arrow{color:#6366f1;color:var(--primary-color);font-size:1.5rem;font-weight:700;transition:transform .3s ease}.nav-card:hover .card-arrow{transform:translateX(8px)}.stats-grid{margin-top:2rem}@media (max-width:768px){.hero-content{padding:0 1rem}.nav-cards{gap:1.5rem;grid-template-columns:1fr}.nav-card{padding:2rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.container{padding:0 1rem}.section{padding:2rem 0}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:1.8rem}.nav-card{padding:1.5rem}.card-icon{font-size:2.5rem}}*{box-sizing:border-box;margin:0;padding:0}.me-container{background-color:#fff;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.hero{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-location{font-size:1.1rem;margin-bottom:2rem;opacity:.8}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{border:2px solid #0000;border-radius:.5rem;display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.cta-button:first-child{background:#fff;color:#6366f1;color:var(--primary-color)}.cta-button:first-child:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.cta-button.secondary{background:#0000;border-color:#ffffff4d;color:#fff}.cta-button.secondary:hover{background:#ffffff1a;border-color:#ffffff80}.main-content{background:#fff;background:var(--bg-primary)}.section{padding:5rem 0}.section:nth-child(2n){background:#f8fafc;background:var(--bg-secondary)}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-size:2.5rem}.about-text{line-height:1.8}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);bottom:0;content:"";left:2rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:3rem;padding-left:4rem;position:relative}.timeline-marker{background:#6366f1;background:var(--primary-color);border:3px solid #fff;border-radius:50%;height:1rem;left:1.5rem;position:absolute;top:.5rem;width:1rem}.timeline-content,.timeline-marker{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md)}.timeline-content{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-content:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.job-header{margin-bottom:1rem}.job-header h3{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.company{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:1rem;color:#fff;display:inline-block;font-size:.875rem;font-weight:600;margin-right:1rem;padding:.25rem .75rem}.company-link{color:#fff;text-decoration:none;transition:all .3s ease}.company-link:hover{color:#fff;opacity:.8;text-decoration:none;transform:translateY(-1px)}.duration{color:#6b7280;color:var(--text-secondary);font-size:.875rem}.job-description{list-style:none}.job-description li{color:#6b7280;color:var(--text-secondary);margin-bottom:.75rem;padding-left:1.5rem;position:relative}.job-description li:before{color:#6366f1;color:var(--primary-color);content:"▸";font-weight:700;left:0;position:absolute}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.skill-category:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.skill-icon{font-size:2.5rem;margin-bottom:1rem}.skill-category h3{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.skill-tag{background:#f1f5f9;background:var(--bg-tertiary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:2rem;color:#1f2937;color:var(--text-primary);font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.skill-tag:hover{background:#6366f1;background:var(--primary-color);color:#fff;transform:translateY(-2px)}.education-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);display:flex;gap:2rem;margin:0 auto;max-width:600px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.education-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.education-icon{flex-shrink:0;font-size:3rem}.education-content h3{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.education-school{color:#6366f1;color:var(--primary-color);font-weight:600;margin-bottom:.25rem}.education-duration{color:#6b7280;color:var(--text-secondary);font-size:.875rem;margin-bottom:.75rem}.education-description{color:#6b7280;color:var(--text-secondary);line-height:1.6}.languages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:500px}.language-card{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.language-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.language-icon{font-size:2.5rem;margin-bottom:1rem}.language-card h3{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.language-card p{color:#6b7280;color:var(--text-secondary);font-weight:500}.contact-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:800px}.contact-card{align-items:center;background:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);color:inherit;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.contact-card:hover{border-color:#6366f1;border-color:var(--primary-color);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-4px)}.contact-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:.75rem;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:3rem;justify-content:center;width:3rem}.contact-info h3{color:#1f2937;color:var(--text-primary);font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-info p{color:#6b7280;color:var(--text-secondary);font-size:.875rem}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-cta{justify-content:center}.floating-card{margin:0 auto;max-width:300px}.timeline:before{left:1rem}.timeline-item{padding-left:2.5rem}.timeline-marker{left:.5rem}.education-card{flex-direction:column;text-align:center}.contact-grid{grid-template-columns:1fr}.container{padding:0 1rem}.section{padding:3rem 0}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:2rem}.skills-grid{grid-template-columns:1fr}}:root{--primary-color:#6366f1;--primary-dark:#4f46e5;--secondary-color:#8b5cf6;--accent-color:#06b6d4;--text-primary:#1f2937;--text-secondary:#6b7280;--text-light:#9ca3af;--bg-primary:#fff;--bg-secondary:#f8fafc;--bg-tertiary:#f1f5f9;--border-color:#e5e7eb;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-secondary:linear-gradient(135deg,#06b6d4,#3b82f6);--success-color:#10b981;--warning-color:#f59e0b;--error-color:#ef4444}.projects-container{background-color:#fff;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;overflow-x:hidden}.projects-hero{align-items:center;background:linear-gradient(135deg,#06b6d4,#3b82f6);background:var(--gradient-secondary);display:flex;justify-content:center;min-height:100vh;overflow:hidden;position:relative}.hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.gradient-orb{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.gradient-orb:first-child{animation-delay:0s;height:300px;right:10%;top:10%;width:300px}.gradient-orb:nth-child(2){animation-delay:3s;bottom:20%;height:200px;left:5%;width:200px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 2rem;position:relative;z-index:2}.hero-text{color:#fff}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;opacity:.9}.hero-description{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;opacity:.8}.hero-visual{display:flex;flex-direction:column;gap:1rem}.floating-card{animation:slideInRight .8s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:1rem;color:#fff;padding:1.5rem;text-align:center}.floating-card:nth-child(2){animation-delay:.2s}.card-icon{font-size:2rem;margin-bottom:.5rem}.floating-card h3{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.floating-card p{font-size:.9rem;opacity:.8}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.main-content,.section{padding:4rem 0}.section:nth-child(2n){background-color:#f8fafc;background-color:var(--bg-secondary)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-title{color:#1f2937;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}.project-card{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.project-card:before{background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.project-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.project-card:hover:before{transform:scaleX(1)}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.project-icon{font-size:3rem;margin-bottom:.5rem}.project-status{margin-top:.5rem}.status-badge{border-radius:1rem;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.status-badge.live{background-color:#10b9811a;border:1px solid #10b98133;color:#10b981;color:var(--success-color)}.status-badge.development{background-color:#f59e0b1a;border:1px solid #f59e0b33;color:#f59e0b;color:var(--warning-color)}.project-content{margin-bottom:2rem}.project-title{color:#1f2937;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.project-category{font-size:.9rem;font-weight:500;margin-bottom:1rem}.project-category,.project-description{color:#6b7280;color:var(--text-secondary)}.project-description{line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background-color:#f1f5f9;background-color:var(--bg-tertiary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:.5rem;color:#6b7280;color:var(--text-secondary);display:inline-block;font-size:.8rem;font-weight:500;padding:.25rem .75rem;transition:all .2s ease}.tech-tag:hover{background-color:#6366f1;background-color:var(--primary-color);color:#fff;transform:translateY(-1px)}.project-footer{border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);padding-top:1.5rem}.project-link{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);background:var(--gradient-primary);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.project-link:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);color:#fff;text-decoration:none;transform:translateY(-2px)}.link-icon{height:1.2rem;transition:transform .2s ease;width:1.2rem}.project-link:hover .link-icon{transform:translate(2px,-2px)}.about-content{margin:0 auto;max-width:800px;text-align:center}.about-text{color:#6b7280;color:var(--text-secondary);font-size:1.1rem;line-height:1.7;margin-bottom:3rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat-item{background:#fff;background:var(--bg-primary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow-md);padding:2rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.stat-number{color:#6366f1;color:var(--primary-color);font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#6b7280;color:var(--text-secondary);font-size:1rem;font-weight:500}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-visual{order:-1}.floating-card{padding:1rem}.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-card{padding:1.5rem}.stats-grid{gap:1rem;grid-template-columns:1fr}.container{padding:0 1rem}.section{padding:2rem 0}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.section-title{font-size:1.8rem}.project-card{padding:1rem}.project-technologies{gap:.25rem}.tech-tag{font-size:.7rem;padding:.2rem .5rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.c89975a9.css.map*/