body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;font-family:Georgia,Times New Roman,serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}button{background:none;border:none;cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}ol,ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:inherit;margin:0}p{margin:0}img{height:auto;max-width:100%}:root{--bg-primary:#f9fafb;--bg-secondary:#fff;--bg-tertiary:#f8fafc;--text-primary:#1f2937;--text-secondary:#374151;--text-tertiary:#6b7280;--border-color:#e2e8f0;--shadow-light:#0000001a;--shadow-medium:#00000026;--card-bg:linear-gradient(135deg,#fff,#f8fafc);--header-bg:linear-gradient(135deg,#0ea5e9,#0284c7 50%,#0369a1)}.dark-mode{--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--text-primary:#f9fafb;--text-secondary:#e5e7eb;--text-tertiary:#d1d5db;--border-color:#4b5563;--shadow-light:#0000004d;--shadow-medium:#0006;--card-bg:linear-gradient(135deg,#1f2937,#374151);--header-bg:linear-gradient(135deg,#1e40af,#1d4ed8 50%,#1e3a8a)}.theme-toggle{background:none;border:none;border-radius:.5rem;cursor:pointer;padding:.5rem;transition:all .3s ease}.theme-toggle:hover{background-color:#ffffff1a}.toggle-container{background-color:#fff3;border-radius:.75rem;height:1.5rem;position:relative;transition:all .3s ease;width:3rem}.toggle-slider{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-size:.75rem;height:1.25rem;justify-content:center;position:absolute;top:.125rem;transition:all .3s ease;width:1.25rem}.toggle-slider.light{left:.125rem}.toggle-slider.dark{left:1.625rem}.App{background-color:#f9fafb;background-color:var(--bg-primary);color:#1f2937;color:var(--text-primary);min-height:100vh;transition:all .3s ease}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.header{background:linear-gradient(135deg,#0ea5e9,#0284c7 50%,#0369a1);background:var(--header-bg);box-shadow:0 4px 6px #0000001a;box-shadow:0 4px 6px var(--shadow-light);color:#fff;padding:1.5rem 0;transition:all .3s ease}.header-content{flex-wrap:wrap;gap:1rem;justify-content:space-between}.header-content,.header-left{align-items:center;display:flex}.header-left{flex:0 0 auto}.jnu-logo{background-color:#fff;border-radius:.25rem;height:4rem;object-fit:contain;padding:.5rem;width:auto}.header-center{flex:1 1;flex-direction:column;text-align:center}.header-center,.header-right{align-items:center;display:flex}.header-right{flex:0 0 auto}.header-title{font-size:1.875rem;font-weight:700;letter-spacing:.025em}.header-subtitle{color:#bfdbfe;font-size:.875rem}.main-content{padding:2rem 0}.profile-card{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:0 4px 6px var(--shadow-light);margin-bottom:2rem;padding:2rem;transition:all .3s ease}.profile-card:hover{box-shadow:0 20px 40px #0000001a;box-shadow:0 20px 40px var(--shadow-light);transform:translateY(-2px)}.profile-content{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.profile-content{align-items:flex-start;flex-direction:row}}.profile-image-container{flex-shrink:0}.profile-image{border-radius:.75rem;box-shadow:0 12px 28px #00000026;height:15rem;object-fit:cover;transition:all .3s ease;width:12rem}.profile-image:hover{box-shadow:0 16px 36px #0003;transform:scale(1.02)}.profile-info{flex:1 1}.professor-name{color:#1f2937;color:var(--text-primary);font-size:2.25rem;font-weight:700;margin-bottom:.5rem}.professor-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#0284c7 50%,#0369a1);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.professor-department{color:#6b7280;color:var(--text-tertiary);font-size:1.25rem;margin-bottom:1rem}.contact-info{margin-bottom:1.5rem}.contact-item{color:#374151;color:var(--text-secondary);margin-bottom:.5rem}.contact-label{font-weight:600;margin-right:.5rem}.contact-link{color:#2563eb;transition:color .3s ease}.contact-link:hover{color:#1d4ed8;text-decoration:underline}.research-section{margin-top:1.5rem}.research-title{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.research-tags{display:flex;flex-wrap:wrap;gap:.5rem}.research-tag{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;border-radius:9999px;color:#1e40af;cursor:default;font-size:.875rem;font-weight:500;padding:.25rem .75rem;transition:all .3s ease}.research-tag:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;transform:translateY(-1px)}.nav-tabs{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:0 4px 6px var(--shadow-light);margin-bottom:2rem}.nav-buttons{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);display:flex;flex-wrap:wrap}.nav-button{color:#6b7280;color:var(--text-tertiary);font-size:.875rem;font-weight:500;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.nav-button:hover{background-color:#f8fafc;background-color:var(--bg-tertiary);color:#2563eb;transform:scale(1.05)}.nav-button.active{background-color:#3b82f61a;color:#2563eb}.nav-button.active:after{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px;bottom:-1px;content:"";height:3px;left:0;position:absolute;width:100%}.content-section{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;box-shadow:0 4px 6px var(--shadow-light);min-height:24rem;padding:2rem}.content-title{color:#1f2937;color:var(--text-primary);font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.about-section{background-image:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1584269031264-b06c13643f69?crop=entropy&cs=srgb&fm=jpg&ixid=M3w3NDk1Nzh8MHwxfHNlYXJjaHwxfHxvY2VhbiUyMHJlc2VhcmNofGVufDB8fHxibHVlfDE3NTMzMjE2NzB8MA&ixlib=rb-4.1.0&q=85);background-position:50%;background-size:cover;border-radius:.5rem;color:#fff;padding:2rem;position:relative}.bio-paragraph{color:#e5e7eb;line-height:1.6;margin-bottom:1rem}.education-section{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border-radius:.5rem;padding:2rem;position:relative}.education-list{display:flex;flex-direction:column;gap:1.5rem}.education-item{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:0 .5rem .5rem 0;padding-bottom:1rem;padding-left:1.5rem;padding-top:1rem;transition:all .3s ease}.education-item:hover{box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-light);transform:translateX(4px)}.education-degree{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700}.education-field{color:#2563eb;font-size:1.125rem;font-weight:600}.education-institution{color:#374151;color:var(--text-secondary)}.education-note{color:#6b7280;color:var(--text-tertiary);font-size:.875rem;font-style:italic;margin-top:.5rem}.experience-section{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border-radius:.5rem;padding:2rem;position:relative}.experience-list{display:flex;flex-direction:column;gap:1rem}.experience-item{align-items:flex-start;background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.experience-item:hover{box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-light);transform:translateY(-2px)}.experience-year{background-color:#2563eb;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:700;padding:.25rem .75rem;white-space:nowrap}.experience-details{flex:1 1}.experience-position{color:#1f2937;color:var(--text-primary);font-size:1.125rem;font-weight:700}.experience-institution{color:#374151;color:var(--text-secondary)}.awards-section{animation:fadeInUp .6s ease-out;background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border-radius:.5rem;padding:2rem}.awards-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:768px){.awards-grid{grid-template-columns:repeat(2,1fr)}}.award-item{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-left:4px solid #0284c7;border-radius:.5rem;padding:1rem;transition:all .3s ease}.award-item:hover{box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-light);transform:translateX(4px) scale(1.02)}.award-content{align-items:flex-start;display:flex;gap:.75rem}.award-badge{align-items:center;background:linear-gradient(135deg,#fef3c7,#f59e0b);border-radius:50%;box-shadow:0 4px 12px #f59e0b4d;color:#78350f;display:flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;width:2rem}.award-text{color:#1f2937;color:var(--text-primary);font-weight:500;line-height:1.5}.publications-section{animation:fadeInUp .6s ease-out;background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border-radius:.5rem;padding:2rem}.publications-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.publication-item{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:0 .5rem .5rem 0;padding-bottom:1rem;padding-left:1.5rem;padding-top:1rem;transition:all .3s ease}.publication-item:hover{box-shadow:0 8px 25px #0000001a;box-shadow:0 8px 25px var(--shadow-light);transform:translateX(4px)}.publication-title{color:#1f2937;color:var(--text-primary);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}.publication-authors{color:#374151;color:var(--text-secondary);margin-bottom:.25rem}.publication-journal{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ea5e9,#0284c7 50%,#0369a1);-webkit-background-clip:text;background-clip:text;font-weight:600;margin-bottom:.25rem}.publication-doi{color:#2563eb;font-size:.875rem;transition:color .3s ease}.publication-doi:hover{color:#1d4ed8;text-decoration:underline}.publication-summary{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-left:4px solid #0284c7;border-radius:.5rem;padding:1rem}.events-section{background:linear-gradient(135deg,#fff,#f8fafc);background:var(--card-bg);border-radius:.5rem;padding:2rem}.events-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.event-item{align-items:flex-start;background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.event-item:hover{box-shadow:0 4px 12px #0000001a;box-shadow:0 4px 12px var(--shadow-light);transform:translateY(-2px)}.event-date{background-color:#2563eb;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:700;padding:.5rem 1rem;white-space:nowrap}.event-description{color:#1f2937;color:var(--text-primary);flex:1 1;line-height:1.5}.collaborations-section{background:#fff;background:var(--bg-secondary);border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:.5rem;padding:1.5rem}.collaborations-title{color:#1f2937;color:var(--text-primary);font-size:1.25rem;font-weight:700;margin-bottom:1rem}.collaborations-list{list-style:disc;padding-left:1.5rem}.collaboration-item{color:#374151;color:var(--text-secondary);line-height:1.5;margin-bottom:.5rem}.footer{background-color:#fff;background-color:var(--bg-secondary);border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);color:#1f2937;color:var(--text-primary);margin-top:4rem;padding:2rem 0}.footer-content{text-align:center}.footer-info{margin-bottom:1rem}.footer-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.footer-position{color:#6b7280;color:var(--text-tertiary)}.footer-divider{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding-top:1rem}.footer-copyright{color:#6b7280;color:var(--text-tertiary);font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}@media (max-width:768px){.header-content{flex-direction:column;text-align:center}.header-left{margin-bottom:1rem;order:1}.header-center{margin-bottom:1rem;order:2}.header-right{order:3}.jnu-logo{height:3rem}.professor-name{font-size:1.875rem}.professor-title{font-size:1.25rem}.nav-buttons{flex-direction:column}.nav-button{text-align:left}}@media (max-width:480px){.about-section,.content-section,.education-section,.experience-section,.profile-card{padding:1rem}}
/*# sourceMappingURL=main.42031f41.css.map*/