@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#e0e0e0;background-color:#1a1b26;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{min-height:100vh;width:100%}button{font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0;border:none;background:none;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid #8b94ed;outline-offset:2px}*{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;transition:all .3s ease}.app.dark{background:linear-gradient(135deg,#0f172a,#1e293b);color:#e0e0e0}.app.light{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#2c3e50}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.header .container{display:flex;justify-content:space-between;align-items:center}.logo-text{font-size:1.5rem;font-weight:700;color:#06b6d4;text-decoration:none;transition:all .3s ease}.logo-text:hover{transform:scale(1.05)}.nav{display:flex;gap:2rem}.nav-link{background:none;border:none;color:#e0e0e0;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;text-transform:lowercase}.app.light .nav-link{color:#2c3e50}.nav-link:hover{background:#06b6d41a;color:#06b6d4;transform:translateY(-2px)}.nav-link.active{background:#8b94ed33;color:#06b6d4}.theme-toggle{background:none;border:1px solid rgba(255,255,255,.2);color:#e0e0e0;font-size:1.2rem;padding:.5rem;border-radius:50%;cursor:pointer;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.app.light .theme-toggle{color:#2c3e50;border-color:#2c3e5033}.theme-toggle:hover{background:#06b6d41a;transform:scale(1.1)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 0 4rem;position:relative;overflow:hidden}.app.dark .hero{background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)}.app.light .hero{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#dee2e6)}.hero-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.2;position:relative;z-index:2}.highlight{background:linear-gradient(135deg,#06b6d4,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 2s ease-in-out infinite}.app.light .highlight{background:linear-gradient(135deg,#1976d2,#1565c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.hero-subtitle{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600;margin-bottom:2rem;color:#b8bcc8;position:relative;z-index:2}.app.light .hero-subtitle{color:#6c757d}.typing-text{color:#64b5f6;font-weight:600}.app.light .typing-text{color:#1976d2}.cursor{animation:blink 1s infinite;color:#64b5f6}.app.light .cursor{color:#1976d2}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-description{font-size:1.1rem;max-width:600px;margin:0 auto 3rem;color:#a8a8a8;line-height:1.8;position:relative;z-index:2}.app.light .hero-description{color:#495057}.mouse-follower{position:fixed;width:20px;height:20px;background:radial-gradient(circle,rgba(100,181,246,.3) 0%,transparent 70%);border-radius:50%;pointer-events:none;z-index:1000;transition:all .1s ease;mix-blend-mode:screen}.app.light .mouse-follower{background:radial-gradient(circle,rgba(25,118,210,.3) 0%,transparent 70%)}@media (max-width: 768px){.mouse-follower{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;border:1px solid transparent;cursor:pointer}.btn-primary{background:transparent;border-color:#8b94ed;color:#06b6d4;margin-right:1rem}.btn-primary:hover{background:#06b6d4;color:#1a1b26;transform:translateY(-2px);box-shadow:0 10px 25px #8b94ed4d}.btn-icon{background:transparent;border-color:#8b94ed;color:#06b6d4;padding:.75rem;margin:0 .5rem;border-radius:50%;width:48px;height:48px}.btn-icon:hover{background:#06b6d4;color:#1a1b26;transform:translateY(-2px) scale(1.1)}.btn-large{padding:1rem 2rem;font-size:1.1rem;margin:0}.hero-actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;text-align:center;margin-bottom:3rem;color:#06b6d4;text-transform:uppercase;letter-spacing:2px}.projects{padding:6rem 0;background:#ffffff05}.app.light .projects{background:#00000005}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.project-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.app.light .project-card{background:#0000000d;border-color:#0000001a}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#06b6d4,#0891b2);transform:scaleX(0);transition:transform .3s ease}.project-card:hover:before{transform:scaleX(1)}.project-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #8b94ed33;border-color:#8b94ed4d}.project-title{font-size:1.5rem;font-weight:700;color:#06b6d4;margin-bottom:1rem}.project-description{color:#a8a8a8;margin-bottom:1.5rem;line-height:1.6}.app.light .project-description{color:#495057}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#06b6d41a;color:#06b6d4;padding:.25rem .75rem;border-radius:20px;font-size:.85rem;font-weight:500}.project-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#06b6d41a;color:#06b6d4;border-radius:50%;transition:all .3s ease;margin:0 auto}.project-link:hover{background:#06b6d4;color:#1a1b26;transform:scale(1.1)}.skills{padding:6rem 0}.skills-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.skill-category{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:2rem;transition:all .3s ease}.app.light .skill-category{background:#00000008;border-color:#00000014}.skill-category:hover{transform:translateY(-4px);box-shadow:0 10px 25px #8b94ed1a;border-color:#8b94ed33}.skill-category-title{font-size:1.2rem;font-weight:600;color:#06b6d4;margin-bottom:1.5rem;text-align:center;position:relative}.skill-category-title:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:40px;height:2px;background:linear-gradient(90deg,#06b6d4,#0891b2);border-radius:1px}.skill-category-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-start;align-items:flex-start;width:100%;align-content:flex-start}.skill-tag{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#e0e0e0;padding:.6rem 1rem;border-radius:20px;text-align:center;font-weight:500;font-size:.9rem;transition:all .3s ease;cursor:default;flex:0 0 auto;min-width:100px;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-flex;align-items:center;justify-content:center}.app.light .skill-tag{background:#0000000d;border-color:#0000001a;color:#2c3e50}.skill-tag:hover{background:#8b94ed26;border-color:#8b94ed;color:#06b6d4;transform:translateY(-2px);box-shadow:0 4px 12px #8b94ed33}.experience{padding:6rem 0;background:#ffffff05}.app.light .experience{background:#00000005}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:30px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,#06b6d4,#0891b2)}.timeline-item{position:relative;margin-bottom:3rem;padding-left:80px}.timeline-marker{position:absolute;left:21px;top:8px;width:18px;height:18px;border-radius:50%;background:#06b6d4;border:3px solid #1a1b26;z-index:2;transition:all .3s ease}.timeline-marker.current{background:#0891b2;box-shadow:0 0 0 4px #06b6d433;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #8b94ed66}70%{box-shadow:0 0 0 10px #8b94ed00}to{box-shadow:0 0 #8b94ed00}}.timeline-content{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;position:relative}.app.light .timeline-content{background:#0000000d;border-color:#0000001a}.timeline-content:hover{transform:translateY(-4px);box-shadow:0 15px 35px #8b94ed26;border-color:#8b94ed4d}.timeline-header{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:.5rem}.timeline-header h3{font-size:1.5rem;font-weight:700;color:#06b6d4;margin:0}.timeline-company{background:#06b6d41a;color:#06b6d4;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;font-weight:500}.timeline-date{color:#a8a8a8;font-size:.9rem;font-weight:500;margin-left:auto}.app.light .timeline-date{color:#6c757d}.timeline-location{color:#06b6d4;font-size:.9rem;margin-bottom:1rem;font-weight:500}.timeline-achievements{list-style:none;padding:0;margin:0}.timeline-achievements li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#a8a8a8;line-height:1.6}.app.light .timeline-achievements li{color:#495057}.timeline-achievements li:before{content:"▶";position:absolute;left:0;color:#06b6d4;font-size:.8rem}.timeline-achievements strong{color:#06b6d4;font-weight:600}.publications{padding:6rem 0}.publications-list{max-width:800px;margin:0 auto}.publication-card{background:#ffffff0d;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;opacity:0;transform:translateY(30px);animation:fadeInUp .6s ease forwards}.app.light .publication-card{background:#0000000d;border:1px solid rgba(0,0,0,.1)}.publication-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.app.light .publication-card:hover{box-shadow:0 10px 30px #0000001a}.publication-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#fff;line-height:1.4}.app.light .publication-title{color:#2c3e50}.publication-authors{font-size:.95rem;color:#a0a0a0;margin-bottom:.5rem;font-style:italic}.app.light .publication-authors{color:#6c757d}.publication-journal{font-size:1rem;font-weight:500;color:#64b5f6;margin-bottom:.5rem}.publication-date{font-size:.9rem;color:#888;margin-bottom:1rem}.app.light .publication-date{color:#6c757d}.publication-description{font-size:.95rem;line-height:1.6;color:#ccc;margin-bottom:1.5rem}.app.light .publication-description{color:#495057}.publication-link{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;font-size:.9rem}.publication-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.contact{padding:6rem 0;background:#ffffff0d;text-align:center;min-height:50vh;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.1)}.app.light .contact{background:#0000000d;border-top:1px solid rgba(0,0,0,.1)}@media (max-width: 768px){.container{padding:0 1rem}.nav{gap:1rem}.nav-link{padding:.5rem;font-size:.9rem}.hero-actions{flex-direction:column;align-items:center}.btn-primary{margin-right:0;margin-bottom:1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.skills-container{grid-template-columns:repeat(2,1fr);gap:1.5rem}.skill-category{padding:1.5rem}.skill-category-grid{gap:.75rem}.header .container{flex-wrap:wrap;gap:1rem}.nav{order:3;width:100%;justify-content:center}.timeline:before{left:20px}.timeline-item{padding-left:60px}.timeline-marker{left:11px}.timeline-content{padding:1.5rem}.timeline-header{flex-direction:column;align-items:flex-start;gap:.5rem}.timeline-date{margin-left:0}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.section-title{font-size:1.75rem}.project-card{padding:1.5rem}.skills-container{grid-template-columns:1fr}.skill-category-grid{grid-template-columns:repeat(2,1fr)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-in{opacity:0;transform:translateY(30px);transition:all .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}.slide-in-left{opacity:0;transform:translate(-50px);transition:all .6s ease}.slide-in-left.visible{opacity:1;transform:translate(0)}.slide-in-right{opacity:0;transform:translate(50px);transition:all .6s ease}.slide-in-right.visible{opacity:1;transform:translate(0)}.scale-in{opacity:0;transform:scale(.9);transition:all .6s ease}.scale-in.visible{opacity:1;transform:scale(1)}.hero-title,.hero-subtitle,.hero-description{animation:fadeInUp .8s ease-out}.hero-subtitle{animation-delay:.2s}.hero-description{animation-delay:.4s}.hero-actions{animation:fadeInUp .8s ease-out .6s both}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}
