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}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0a0a0a,#1a1a2e);color:#fff;font-family:Courier New,monospace;overflow-x:hidden}.app{min-height:100vh}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0af2;border-bottom:1px solid #00ff881a;display:flex;justify-content:space-between;padding:1.5rem 5%;position:fixed;top:0;width:100%;z-index:1000}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f8,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#fff;position:relative;text-decoration:none;transition:all .3s}.nav-links a:hover{color:#0f8}.nav-links a:after{background:#0f8;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.nav-links a:hover:after{width:100%}.hire-btn{background:#0f8;border:none;border-radius:25px;color:#0a0a0a;cursor:pointer;font-family:Courier New,monospace;font-weight:700;padding:.75rem 2rem;transition:all .3s}.hire-btn:hover{box-shadow:0 0 20px #00ff8880;transform:scale(1.05)}.hero{align-items:center;display:flex;gap:4rem;justify-content:space-between;min-height:100vh;padding:8rem 5% 4rem;position:relative}.hero-content{flex:1.5 1;max-width:700px;z-index:10}.subtitle{color:#fff;font-size:1.1rem;letter-spacing:2px;margin-bottom:1rem;text-transform:uppercase}.hero h1{font-size:4.5rem;line-height:1.2;margin-bottom:1rem}.highlight{color:#0f8;text-shadow:0 0 30px #00ff8880}.description{color:#fff;font-size:1.05rem;line-height:1.8;margin-bottom:2.5rem;max-width:700px;text-align:justify}.description p{margin-bottom:1.5rem}.description p:last-child{margin-bottom:0}.description-highlight{color:#0f8!important;font-weight:500}.cta-buttons{align-items:center;display:flex;gap:4rem;margin-top:2rem}.cta-buttons a{text-decoration:none}.download-cv{align-items:center;background:#0000;border:2px solid #0f8;border-radius:30px;color:#0f8;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:1rem;font-weight:700;gap:1.5rem;padding:.9rem 2.5rem;transition:all .3s}.download-cv:hover{background:#0f8;box-shadow:0 0 25px #0f89;color:#0a0a0a;transform:translateY(-2px)}.download-icon{animation:bounceDown 2s ease-in-out infinite;font-size:1.3rem}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.download-cv:hover .download-icon{animation:bounceDown .5s ease-in-out infinite}.social-links{display:flex;gap:1.2rem}.social-links a{align-items:center;background:#ffffff0d;border:2px solid #333;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;transition:all .3s;width:50px}.social-links a:hover{border-color:#0f8;box-shadow:0 5px 20px #00ff884d;color:#0f8;transform:translateY(-5px)}.hero-image{flex:1 1;justify-content:flex-end;margin-right:1%}.hero-image,.image-container{align-items:center;display:flex;position:relative}.image-container{height:450px;justify-content:center;width:450px}.rotating-border{animation:rotate 20s linear infinite;border:3px dashed #0f8;border-radius:50%;height:100%;position:absolute;width:100%}.image-container img{border:3px solid #00ff884d;border-radius:50%;box-shadow:0 0 50px #0f86;height:450px;object-fit:cover;position:relative;width:450px;z-index:1}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.stats{grid-gap:3rem;background:#0000004d;border-bottom:1px solid #333;border-top:1px solid #333;display:grid;gap:3rem;grid-template-columns:repeat(4,1fr);padding:3rem 5%}.stat-item{padding:1rem;text-align:center;transition:transform .3s}.stat-item:hover{transform:translateY(-5px)}.stat-item h2{color:#0f8;font-size:3.5rem;margin-bottom:.5rem;text-shadow:0 0 20px #00ff8880}.stat-item p{color:#ededed;font-size:.95rem}.research-section{background:#0003;padding:5rem 5%}.research-container{margin:0 auto;max-width:1200px}.contact-container h2,.projects-container h2,.research-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f8,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#fff;font-size:1.1rem;margin-bottom:3rem;text-align:center}.interests-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.interest-card{background:#ffffff0d;border:1px solid #0f83;border-radius:20px;padding:2.5rem;text-align:center;transition:all .3s}.interest-card:hover{border-color:#0f8;box-shadow:0 10px 30px #0f83;transform:translateY(-5px)}.interest-icon{font-size:3.5rem;margin-bottom:1rem}.interest-card h3{color:#0f8;font-size:1.4rem;margin-bottom:1rem}.interest-card p{color:#efefef;font-size:.95rem;line-height:1.6}.projects-section{padding:5rem 5%}.projects-container{margin:0 auto;max-width:1000px}.project-timeline{display:flex;flex-direction:column;gap:2.5rem}.project-card{background:#ffffff0d;border-left:4px solid #0f8;border-radius:10px;padding:2rem;transition:all .3s}.project-card:hover{border-left-width:6px;box-shadow:0 5px 20px #0f83;transform:translateX(10px)}.project-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.project-header h3{color:#fff;font-size:1.5rem;margin:0}.project-date{color:#0f8;font-size:.9rem;font-weight:500}.project-location{color:#dedede;font-size:1rem;font-style:italic;margin-bottom:1rem}.project-description{color:#fff;line-height:1.7;margin-bottom:1.5rem;text-align:justify}.project-tags{display:flex;flex-wrap:wrap;gap:.8rem}.tag{background:#00ff881a;border:1px solid #00ff884d;border-radius:15px;color:#0f8;font-size:.85rem;padding:.4rem 1rem;transition:all .3s}.tag:hover{background:#0f83;transform:scale(1.05)}.skills-section{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 5%;position:relative}.skills-header{margin-bottom:4rem;text-align:center}.skills-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#0f8,#00d4ff);-webkit-background-clip:text;background-clip:text;font-size:3rem;margin-bottom:1rem}.skills-header p{color:#dedede;font-size:1.1rem}.orbital-container{height:700px;position:relative;width:700px}.center-logo,.orbital-container{align-items:center;display:flex;justify-content:center}.center-logo{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#0f8,#00d4ff);border-radius:50%;box-shadow:0 0 40px #0f89;color:#0a0a0a;font-size:2.5rem;font-weight:700;height:100px;position:absolute;width:100px;z-index:10}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.orbit{animation:rotate 30s linear infinite;border:2px solid #0f83;border-radius:50%;position:absolute}.orbit-1{animation-duration:25s;height:280px;width:280px}.orbit-2{animation-duration:35s;height:460px;width:460px}.orbit-3{animation-duration:45s;height:640px;width:640px}.skill-item{align-items:center;animation:fadeInScale .6s ease-out backwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #0f86;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;height:75px;justify-content:center;position:absolute;transition:all .3s;width:75px}.skill-item:hover{background:#00ff881a;border-color:#0f8;box-shadow:0 0 30px #00ff8880;transform:scale(1.2);z-index:100}.skill-icon{align-items:center;color:#0f8;display:flex;font-size:1.8rem;justify-content:center;margin-bottom:.2rem}.skill-icon svg{height:1.8rem;width:1.8rem}.skill-tag{gap:.5rem}.skill-tag,.tag-icon{align-items:center;display:flex}.tag-icon{font-size:1.1rem}.tag-icon svg{height:1.1rem;width:1.1rem}.skill-name{color:#0f8;font-size:.65rem;font-weight:700;text-align:center}@keyframes fadeInScale{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem;max-width:1200px;width:100%}.skill-category{background:#ffffff0d;border:1px solid #0f83;border-radius:20px;padding:2rem;transition:all .3s}.skill-category:hover{border-color:#0f8;box-shadow:0 10px 30px #0f83;transform:translateY(-5px)}.category-title{color:#0f8;font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.category-skills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.skill-tag{background:#00ff881a;border:1px solid #00ff884d;border-radius:20px;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .3s}.skill-tag:hover{background:#0f83;border-color:#0f8;transform:scale(1.05)}.view-toggle{background:#0000;border:2px solid #0f8;border-radius:30px;color:#0f8;cursor:pointer;font-family:Courier New,monospace;font-size:1rem;font-weight:700;margin-top:3rem;padding:1rem 3rem;transition:all .3s}.view-toggle:hover{background:#0f8;box-shadow:0 0 25px #0f89;color:#0a0a0a}.contact-section{background:#0003;padding:5rem 5%}.contact-container{margin:0 auto;max-width:1000px}.contact-info{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.contact-card{align-items:center;background:#ffffff0d;border:1px solid #0f83;border-radius:20px;display:flex;flex-direction:column;gap:1rem;padding:2.5rem;text-align:center;text-decoration:none;transition:all .3s}.contact-card:hover{border-color:#0f8;box-shadow:0 10px 30px #0f83;transform:translateY(-5px)}.contact-icon{color:#0f8;font-size:3rem}.contact-card h3{color:#fff;font-size:1.2rem;margin:0}.contact-card p{color:#aaa;font-size:.95rem;margin:0}.footer{border-top:1px solid #00ff881a;color:#888;font-size:.9rem;padding:2rem 5%;text-align:center}@media (max-width:1024px){.orbital-container{height:550px;width:550px}.orbit-1{height:220px;width:220px}.orbit-2{height:360px;width:360px}.orbit-3{height:500px;width:500px}}@media (max-width:768px){.hero{flex-direction:column-reverse;gap:2rem;padding-top:6rem;text-align:center}.hero-content{max-width:100%}.hero h1{font-size:2.5rem}.description{text-align:left}.stats{grid-template-columns:repeat(2,1fr)}.nav-links{display:none}.orbital-container{height:350px;width:350px}.orbit-1{height:140px;width:140px}.orbit-2{height:230px;width:230px}.orbit-3{height:320px;width:320px}.skill-item{height:60px;width:60px}.skill-icon{font-size:1.5rem}.skill-name{font-size:.55rem}.skills-grid{grid-template-columns:1fr}.image-container{height:300px;width:300px}.image-container img{height:280px;width:280px}.hero-image{justify-content:center;margin-right:0}.interests-grid{grid-template-columns:1fr}.project-header{align-items:flex-start;flex-direction:column}.contact-info{grid-template-columns:1fr}}
/*# sourceMappingURL=main.711b391a.css.map*/