:root{--font-size:16px;--background:#0f172a;--foreground:#f1f5f9;--card:#1e293b;--card-foreground:#f1f5f9;--primary:#06b6d4;--primary-foreground:#0f172a;--secondary:#6366f1;--secondary-foreground:#f1f5f9;--muted:#334155;--muted-foreground:#94a3b8;--accent:#8b5cf6;--accent-foreground:#f1f5f9;--destructive:#ef4444;--border:#94a3b833;--ring:#06b6d4;--font-family:"Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--radius-sm:.225rem;--radius-md:.425rem;--radius-lg:.625rem;--radius-xl:1.025rem;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0000004d, 0 4px 6px -4px #0000004d;--shadow-xl:0 20px 25px -5px #0000004d, 0 8px 10px -6px #0000004d;--gradient-primary:linear-gradient(135deg, #06b6d4, #3b82f6);--gradient-accent:linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6);--gradient-card:linear-gradient(135deg, #1e293b, #0f172a);--gradient-cta:linear-gradient(135deg, #0891b2, #2563eb, #7c3aed);--gradient-bg:linear-gradient(135deg, #0f172a, #1e293b, #0f172a);--glow-cyan-sm:0 0 10px #06b6d44d;--glow-cyan-md:0 0 20px #06b6d44d;--glow-cyan-lg:0 4px 15px #06b6d44d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size);scroll-behavior:smooth}body{font-family:var(--font-family);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;min-height:100vh;line-height:1.6}#app{background:var(--gradient-bg);min-height:100vh}a{color:inherit;text-decoration:none;transition:color .3s}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;font-family:inherit;font-size:inherit;background:0 0;border:none}h1,h2,h3,h4{color:var(--foreground);font-weight:500;line-height:1.3}h1{letter-spacing:-.02em;font-size:2.5rem}h2{font-size:1.75rem}h3{font-size:1.25rem}p{color:var(--muted-foreground);line-height:1.7}.container{width:100%;max-width:72rem;margin:0 auto;padding:0 1.5rem}.container-sm{width:100%;max-width:56rem;margin:0 auto;padding:0 1.5rem}.section{padding:5rem 1.5rem}.text-center{text-align:center}.navbar{z-index:50;-webkit-backdrop-filter:blur(12px);background:#0f172af2;border-bottom:1px solid #1e293bcc;position:sticky;top:0}.navbar-inner{max-width:72rem;margin:0 auto;padding:1rem 1.5rem}.navbar-content{justify-content:space-between;align-items:center;display:flex}.navbar-brand{color:var(--primary);font-size:1.25rem;font-weight:600;transition:opacity .3s}.navbar-brand:hover{opacity:.8}.navbar-links{align-items:center;gap:2rem;display:flex}.navbar-link{color:#cbd5e1;font-size:.95rem;font-weight:400;transition:color .3s;position:relative}.navbar-link:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.navbar-link:hover,.navbar-link.active{color:var(--primary)}.navbar-link.active:after,.navbar-link:hover:after{width:100%}.mobile-menu-btn{color:#cbd5e1;padding:.5rem;display:none}.mobile-menu-btn svg{width:24px;height:24px}.mobile-nav{padding:1rem 0;display:none}.mobile-nav .navbar-link{padding:.75rem 0;display:block}.mobile-nav .navbar-link:after{display:none}.mobile-nav .lang-toggle-wrapper{border-top:1px solid #334155;margin-top:.75rem;padding-top:.75rem}.lang-toggle{align-items:center;gap:.5rem;display:flex}.lang-toggle-icon{color:var(--muted-foreground);align-items:center;display:flex}.lang-toggle-icon svg{width:18px;height:18px}.lang-toggle-buttons{border-radius:var(--radius-lg);background:#1e293b;gap:.25rem;padding:.25rem;display:flex}.lang-btn{border-radius:var(--radius-md);color:var(--muted-foreground);padding:.25rem .75rem;font-size:.875rem;font-weight:500;transition:all .3s}.lang-btn.active{background:var(--primary);color:#fff}.lang-btn:not(.active):hover{color:#cbd5e1}.hero{justify-content:center;align-items:center;min-height:100vh;padding:5rem 1.5rem;display:flex}.hero-content{text-align:center;max-width:48rem;margin:0 auto}.hero-avatar{background:var(--gradient-accent);color:#fff;width:8rem;height:8rem;box-shadow:var(--glow-cyan-lg);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:3rem;font-weight:600;display:flex;position:relative;overflow:hidden}.hero-avatar:after{content:"";background:conic-gradient(#0000,#06b6d44d,#0000);animation:4s linear infinite avatar-glow;position:absolute;inset:-50%}@keyframes avatar-glow{to{transform:rotate(360deg)}}.hero-avatar span{z-index:1;position:relative}.hero h1{color:#e2e8f0;margin-bottom:1rem}.hero-title{color:var(--primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.hero-description{color:#cbd5e1;max-width:36rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.8}.hero-buttons{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--gradient-primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--glow-cyan-sm);padding:.75rem 2rem;font-weight:500;transition:all .3s;display:inline-block}.btn-primary:hover{box-shadow:var(--glow-cyan-md);transform:translateY(-2px)}.btn-outline{border:2px solid var(--primary);color:var(--primary);border-radius:var(--radius-lg);padding:.75rem 2rem;font-weight:500;transition:all .3s;display:inline-block}.btn-outline:hover{background:#06b6d41a;transform:translateY(-2px)}.hero-socials{justify-content:center;gap:1.5rem;display:flex}.social-link{color:var(--muted-foreground);align-items:center;transition:all .3s;display:flex}.social-link:hover{color:var(--primary);transform:translateY(-2px)}.social-link svg{width:24px;height:24px}.about-section{padding:5rem 1.5rem}.section-title{text-align:center;color:#e2e8f0;margin-bottom:1rem}.section-subtitle{text-align:center;color:var(--muted-foreground);max-width:36rem;margin-bottom:3rem;margin-left:auto;margin-right:auto}.profile-card{border-radius:var(--radius-xl);background:var(--card);border:1px solid #334155;flex-direction:column;align-items:center;gap:2rem;margin-bottom:3rem;padding:2rem;display:flex}.profile-avatar{background:var(--gradient-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:10rem;height:10rem;font-size:3.75rem;font-weight:600;display:flex;box-shadow:0 0 30px #06b6d44d}.profile-text h3{color:#e2e8f0;margin-bottom:.75rem;font-size:1.5rem}.profile-text p{color:#cbd5e1;font-size:1.1rem;line-height:1.8}.info-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.info-card{border-radius:var(--radius-xl);background:var(--card);border:1px solid #334155;padding:1.5rem;transition:border-color .3s}.info-card:hover{border-color:#06b6d480}.info-card-inner{align-items:flex-start;gap:1rem;display:flex}.info-icon{border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.info-icon svg{width:24px;height:24px}.info-card h3{color:#e2e8f0;margin-bottom:.75rem}.info-card p{color:#cbd5e1;line-height:1.7}.hobby-list{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.hobby-list li{color:#cbd5e1;align-items:flex-start;font-size:.875rem;display:flex}.hobby-dot{color:var(--primary);flex-shrink:0;margin-right:.5rem}.cta-wrapper{text-align:center;margin-top:3rem}.skills-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.skill-card{border-radius:var(--radius-xl);background:var(--gradient-card);border:1px solid #334155;padding:1.5rem;transition:all .3s}.skill-card:hover{border-color:#06b6d480;transform:translateY(-4px);box-shadow:0 0 20px #06b6d433}.skill-icon{border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;display:flex}.skill-icon svg{width:24px;height:24px}.skill-card h3{color:#e2e8f0;margin-bottom:.75rem}.skill-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skill-tag{color:#e2e8f0;background:#334155;border:1px solid #475569;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem;transition:all .3s}.skill-tag:hover{border-color:var(--primary);background:#06b6d41a}.experience-list{flex-direction:column;gap:1.5rem;display:flex}.experience-card{border-radius:var(--radius-xl);background:var(--card);border-left:4px solid var(--primary);padding:1.5rem;transition:all .3s}.experience-card:hover{transform:translate(4px)}.experience-inner{align-items:flex-start;gap:1rem;display:flex}.experience-icon{border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.experience-icon svg{width:24px;height:24px}.experience-content{flex:1}.experience-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.experience-header h3{color:#e2e8f0;margin-bottom:.25rem}.experience-org{color:#cbd5e1}.experience-period{color:var(--muted-foreground);white-space:nowrap;margin-left:1rem;font-size:.875rem}.experience-desc{color:#cbd5e1;margin-bottom:.75rem}.achievement-list{flex-direction:column;gap:.25rem;display:flex}.achievement-list li{color:var(--muted-foreground);align-items:flex-start;font-size:.875rem;display:flex}.achievement-dot{color:var(--primary);flex-shrink:0;margin-right:.5rem}.projects-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.project-card{border-radius:var(--radius-xl);background:var(--card);border:2px solid #334155;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.project-card.clickable{cursor:pointer}.project-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 0 25px #06b6d433}.project-gallery{gap:.5rem;margin-bottom:1rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.gallery-thumb{border-radius:var(--radius-md);cursor:pointer;border:1px solid #334155;flex-shrink:0;width:140px;height:85px;transition:all .3s;overflow:hidden}.gallery-thumb:hover{border-color:var(--primary);box-shadow:0 0 12px #06b6d440}.gallery-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.gallery-thumb:hover img{transform:scale(1.08)}.project-link-muted{color:var(--muted-foreground);font-size:.8rem;font-style:italic}.project-image{border-bottom:1px solid #334155;width:100%;height:200px;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-image img{transform:scale(1.05)}.project-image-placeholder{background:linear-gradient(135deg,#06b6d414,#3b82f614);border-bottom:1px solid #334155;justify-content:center;align-items:center;width:100%;height:160px;display:flex}.project-image-placeholder svg{color:#06b6d44d;width:48px;height:48px}.project-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.project-body h3{color:#e2e8f0;margin-bottom:.75rem}.project-body p{color:#cbd5e1;margin-bottom:1rem;line-height:1.7}.project-tech{flex-wrap:wrap;gap:.5rem;margin-top:auto;margin-bottom:1rem;display:flex}.tech-tag{color:#67e8f9;background:linear-gradient(135deg,#06b6d433,#3b82f633);border:1px solid #06b6d44d;border-radius:9999px;padding:.25rem .75rem;font-size:.875rem}.project-links{border-top:1px solid #334155;gap:1rem;padding-top:.75rem;display:flex}.project-link{color:var(--primary);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.project-link:hover{color:#67e8f9;transform:translate(2px)}.project-link svg{width:18px;height:18px}.contact-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.contact-methods{flex-direction:column;gap:1.5rem;display:flex}.contact-item{align-items:center;gap:1rem;display:flex}.contact-icon{border-radius:var(--radius-lg);background:var(--gradient-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.contact-icon svg{width:24px;height:24px}.contact-label{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem}.contact-value{color:var(--primary);transition:color .3s}.contact-value:hover{color:#67e8f9}.contact-value.text-only{color:#e2e8f0}.opportunities-card{border-radius:var(--radius-xl);background:var(--gradient-cta);color:#fff;padding:2rem;box-shadow:0 0 30px #06b6d433}.opportunities-card h3{color:#fff;margin-bottom:1rem}.opportunities-card>p{color:#ffffffe6;margin-bottom:1.5rem;line-height:1.7}.opportunities-list{flex-direction:column;gap:.5rem;display:flex}.opportunities-list li{color:#fffffff2;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.check-icon{color:#a5f3fc}.contact-footer{text-align:center;color:#475569;margin-top:3rem;font-size:.875rem}.page-enter-active,.page-leave-active{transition:opacity .3s,transform .3s}.page-enter-from{opacity:0;transform:translateY(10px)}.page-leave-to{opacity:0;transform:translateY(-10px)}.fade-in{opacity:0;animation:.6s forwards fadeInUp;transform:translateY(20px)}.fade-in-delay-1{animation-delay:.1s}.fade-in-delay-2{animation-delay:.2s}.fade-in-delay-3{animation-delay:.3s}.fade-in-delay-4{animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (width>=768px){.profile-card{text-align:left;flex-direction:row}}@media (width<=1024px){.skills-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){h1{font-size:2rem}h2{font-size:1.5rem}.navbar-links{display:none}.mobile-menu-btn,.mobile-nav.open{display:block}.hero{min-height:auto;padding:4rem 1.5rem}.hero-buttons{flex-direction:column;align-items:center}.info-grid,.skills-grid,.projects-grid,.contact-grid{grid-template-columns:1fr}.experience-header{flex-direction:column}.experience-period{margin-top:.25rem;margin-left:0}.section{padding:3rem 1.5rem}}.app-wrapper[data-v-a91d9b4d]{background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);min-height:100vh}
