body{margin:0;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;line-height:1.6;color:#fff;background:#121212;min-height:100vh;padding:0}a{color:#6A6A98;text-decoration:none;transition:color 0.3s ease}a:hover{color:#B39BB5}a:active{color:#997a8d}::selection{background:#654762;color:#fff}.main-content{margin-top:60px;width:100%;min-height:calc(100vh - 60px)}.section{max-width:1400px;margin:0 auto;padding:0 20px}.hero{background:linear-gradient(45deg, rgba(0,0,0,0.9), rgba(0,0,0,0.7));padding:60px 0;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, #6A6A98 0%, transparent 50%);opacity:0.1;z-index:0}.gradient-bg{background:linear-gradient(45deg, #654762, #121212);position:relative}.gradient-bg::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, #6A6A98 0%, transparent 70%);opacity:0.1;z-index:0}.section-header{border-bottom:2px solid #6A6A98;color:#6A6A98;padding-bottom:0.5rem;margin-bottom:2rem}.container{max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.profile-container{position:relative;z-index:1;display:flex;gap:40px;align-items:start;max-width:1200px;margin:0 auto;padding:40px 20px}.profile-image{width:280px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.3)}.profile-content{flex:1}.profile-content h1{text-align:left;margin-top:0}h1,h2,h3,h4,h5,h6,p{text-align:left}@media (max-width: 768px){.profile-container{flex-direction:column;text-align:center}.profile-image{width:200px;margin:0 auto}.profile-content h1{text-align:center}.container{padding:0 20px}}.navbar{background:rgba(18,18,18,0.95);backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;height:60px;border-bottom:1px solid rgba(101,71,98,0.3)}.nav-container{max-width:1400px;margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.nav-brand{font-size:1.5rem;font-weight:600;color:#fff;text-decoration:none;transition:color 0.3s ease}.nav-brand:hover{color:#B39BB5}.nav-links{display:flex;gap:30px;margin-left:auto}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:all 0.3s ease;position:relative;padding-bottom:3px}.nav-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg, #6A6A98, #997a8d);transition:width 0.3s ease}.nav-links a:hover::after,.nav-links a.active::after{width:100%}.nav-links a:hover{color:#B39BB5}.nav-links a.active{color:#997a8d}@media (max-width: 768px){.navbar .nav-container{padding:10px 20px;height:auto}.navbar .nav-links{margin-left:0;justify-content:flex-end;gap:20px}}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 40px;position:relative;z-index:1}.section{width:100%;max-width:1400px;margin:0 auto;padding:40px 20px}.section h2{color:#997a8d;margin-bottom:40px;text-align:center}.hero{width:100%;padding:80px 0;background:#121212;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, #6A6A98 0%, transparent 50%);opacity:0.1;z-index:0}.hero::after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg, rgba(101,71,98,0.1), rgba(106,106,152,0.05));pointer-events:none}.main-content{margin-top:60px;width:100%;min-height:calc(100vh - 60px)}.profile-section{display:flex;gap:40px;align-items:flex-start;margin-bottom:2rem;max-width:1400px;margin:0 auto;padding:60px 20px}.profile-section .profile-content{max-width:800px;text-align:left;width:100%}.profile-section .profile-content h1{font-size:2.5rem;margin-bottom:1rem;color:#fff;font-weight:700;line-height:1.2;text-align:left}.profile-section .profile-content h2{font-size:1.8rem;color:#997a8d;margin-bottom:2rem;font-weight:500}.profile-section .profile-content p{font-size:1.1rem;line-height:1.6;color:#b3b3b3;margin-bottom:1.5rem;text-align:left}.profile-container{max-width:1400px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.profile-image{width:250px;height:250px;object-fit:cover;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.2);border:2px solid #6A6A98;margin-bottom:30px}.profile-content{max-width:800px;margin:0 auto}.profile-content h1{color:#fff;margin-bottom:20px}.profile-content p{color:#b3b3b3;font-size:1.1em;line-height:1.6}.content-grid{display:grid;grid-template-columns:1fr;gap:30px;width:100%;max-width:1400px;margin:0 auto;padding:0}.projects-grid,.publications-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:40px;width:100%;padding:20px 0;align-items:start}.experience-section .experience-item{margin-bottom:40px;max-width:800px;margin-left:0}.experience-section .experience-item h3,.experience-section .experience-item p{text-align:left;margin-left:0}.contact-info{margin-top:2rem}.contact-info h3{color:#997a8d;margin-bottom:20px}.contact-info p{display:flex;gap:20px;margin:0}.contact-info p a{color:#fff;text-decoration:none;transition:color 0.3s ease;display:inline-flex;align-items:center;gap:5px}.contact-info p a:hover{color:#997a8d}@media (max-width: 768px){.container{padding:0 20px}.section{padding:30px 15px}.hero{padding:60px 0}.profile-section{flex-direction:column;align-items:center;text-align:center;gap:20px;padding:40px 15px}.profile-section .profile-content h1{font-size:2rem}.profile-section .profile-content h2{font-size:1.5rem}.profile-image{width:200px;height:200px}.contact-info p{flex-direction:column;gap:10px}.projects-grid{grid-template-columns:1fr;gap:30px;padding:15px 0}}.project-card{background:#1e1e1e;border-radius:12px;padding:30px;margin-bottom:0;border:1px solid rgba(101,71,98,0.3);transition:transform 0.3s ease, border-color 0.3s ease;height:100%;display:flex;flex-direction:column}.project-card:hover{transform:translateY(-2px);border-color:#6A6A98}.project-card h3{color:#997a8d;margin-top:0;margin-bottom:15px}.project-card .project-content{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}.project-card .project-description{color:#b3b3b3;line-height:1.6;text-align:left;width:100%;margin:0}.project-card .project-media{width:100%;border-radius:12px;overflow:hidden;background:rgba(101,71,98,0.2);display:flex;justify-content:flex-start;align-items:center;padding:20px;margin:10px 0}.project-card .project-media img{max-width:100%;height:auto;display:block;object-fit:contain}.project-card .project-details{width:100%}.project-card .project-details ul{list-style-type:none;padding:0;margin:0}.project-card .project-details ul li{position:relative;padding-left:20px;margin-bottom:8px;color:#b3b3b3}.project-card .project-details ul li:before{content:'•';color:#6A6A98;position:absolute;left:0}.project-card .project-link{display:inline-block;padding:12px 24px;background:#6A6A98;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:all 0.3s ease}.project-card .project-link:hover{background:#514B7C;transform:translateY(-2px)}.project-card .project-link:active{background:#654762}.project-content{display:flex;flex-direction:column;gap:20px;align-items:flex-start;width:100%}.project-description{color:#b3b3b3;font-size:1.1em;line-height:1.6;text-align:left;width:100%;margin:0}.project-media{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin:20px 0;background:rgba(0,0,0,0.2);padding:20px;border-radius:12px}.project-media img{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,0.2)}.project-media img[src$=".gif"]{max-height:400px;object-fit:contain}.project-details ul{list-style:none;padding-left:0;margin:0;color:#b3b3b3}.project-details li{position:relative;padding-left:1.5em;margin:8px 0}.project-details li:before{content:"→";position:absolute;left:0;color:#6A6A98}.project-link{display:inline-block;padding:12px 24px;background:#6A6A98;color:white;text-decoration:none;border-radius:6px;font-weight:500;transition:all 0.3s ease;border:none;margin-top:20px}.project-link:hover{background:#55557a;transform:translateY(-2px);box-shadow:0 4px 12px rgba(106,106,152,0.3)}.project-links{display:flex;gap:10px;flex-wrap:wrap}.project-links a{color:#fff !important}.project-links a:hover{color:#fff !important}.experience-header{display:flex;align-items:center;gap:20px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid rgba(255,255,255,0.1)}.experience-header .company-logo{width:80px;height:80px;object-fit:contain;border-radius:12px;background:rgba(255,255,255,0.05);padding:10px}.experience-header h4{color:#6A6A98;margin:5px 0;font-size:1.1rem}.publication-header{border-bottom:1px solid rgba(106,106,152,0.2);margin-bottom:20px;padding-bottom:15px}.publication-header h3{color:#fff}.pub-meta{color:#b3b3b3;font-size:0.9rem}.project-links{display:flex;gap:10px;flex-wrap:wrap}.video-card{display:flex;flex-direction:column}.video-card .video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;background:rgba(101,71,98,0.3);border:1px solid rgba(101,71,98,0.3);transition:border-color 0.3s ease}.video-card .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}.video-card:hover .video-container{border-color:#6A6A98}.videos-section{padding:60px 0;background:#121212}.videos-section .container{max-width:1400px;margin:0 auto;padding:0 40px}.videos-section h2{color:#fff;margin-bottom:40px;font-size:1.6rem;font-weight:500}.videos-wrapper{width:100%}.videos-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:30px;margin-bottom:20px}@media (max-width: 1024px){.videos-grid{grid-template-columns:1fr}}@media (max-width: 768px){.videos-grid{grid-template-columns:1fr;gap:20px}}h1,h2,h3{color:#6A6A98;margin-top:0}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:1.5rem;border-bottom:2px solid #6A6A98;padding-bottom:0.5rem}h3{font-size:1.8rem;margin:0 0 20px 0}a{color:#6A6A98;text-decoration:none}a:hover{text-decoration:underline}.date{color:#b3b3b3;font-size:0.9rem;margin:5px 0}.section-header{text-align:center;margin-bottom:60px;background:linear-gradient(45deg, rgba(0,0,0,0.9), rgba(0,0,0,0.7));padding:40px 20px;border-radius:12px;position:relative;overflow:hidden}.section-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%, #6A6A98 0%, transparent 50%);opacity:0.1;z-index:0}.section-header h1,.section-header p{position:relative;z-index:1}.section-header p{color:#b3b3b3;font-size:1.2rem;max-width:600px;margin:10px auto 0}
