:root{--primary-color:#4b006e;--secondary-color:#dfaf4b;--accent-color:#7f3f96;--text-main:#212529;--text-light:#6c757d;--bg-light:#f8f9fa;--white:#fff;--shadow-sm:0 2px 4px #0000000d;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 10px 25px #0000001a;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;background-color:var(--bg-light);color:#212529;color:var(--text-main);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-bottom:1px solid #3498db1a;box-shadow:0 2px 30px #00000014;position:fixed;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#fffffffa;box-shadow:0 4px 30px #0000001f}.navbar-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{gap:12px;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.navbar-logo:hover{transform:translateY(-1px)}.logo-image{height:42px;object-fit:contain;transition:transform .3s ease;width:auto}.logo-text{color:var(--primary-color);font-size:1.4rem;font-weight:700;letter-spacing:-.5px;transition:all .3s ease}.navbar-menu{align-items:center;display:flex;gap:2.5rem}.navbar-link{color:var(--text-main);font-size:.9rem;font-weight:600;letter-spacing:.3px;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-link:before{background:var(--secondary-color);transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.navbar-link:after,.navbar-link:before{border-radius:2px;bottom:-2px;content:"";height:2px;left:0;position:absolute}.navbar-link:after{background:#4b006e0d;width:100%}.navbar-link.active:before,.navbar-link:hover:before{width:100%}.navbar-link:hover{color:var(--primary-color);transform:translateY(-1px)}.navbar-link.active{color:var(--primary-color);font-weight:700}.navbar-toggle{align-items:center;background:#3498db1a;border-radius:8px;color:#2c3e50;cursor:pointer;display:none;display:flex;font-size:1.5rem;height:44px;justify-content:center;padding:.5rem;transition:all .3s ease;width:44px}.navbar-toggle:hover{background:#3498db26;color:#7f3f96;transform:scale(1.05)}@media (max-width:1024px){.navbar-container{padding:1rem 1.5rem}.logo-image{height:38px}.logo-text{font-size:1.3rem}.navbar-menu{gap:2rem}.navbar-link{font-size:.9rem}}@media (max-width:768px){.navbar-container{padding:.8rem 1rem}.navbar-toggle{display:flex}.navbar-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#fffffffa;border-top:1px solid #3498db1a;box-shadow:0 10px 40px #00000026;flex-direction:column;gap:0;left:-100%;padding:1.5rem 0;position:fixed;text-align:center;top:100%;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.navbar-menu.active{left:0}.navbar-link{border-bottom:1px solid #3498db14;display:block;font-size:1rem;font-weight:500;padding:1.2rem 2rem;text-transform:none;transition:all .3s ease;width:100%}.navbar-link:hover{background:#3498db0d;color:#3498db;transform:none}.navbar-link:after,.navbar-link:before{display:none}.navbar-link.active{background:#4b006e08;border-left:4px solid var(--primary-color);color:var(--primary-color);font-weight:600}.logo-image{height:36px}.logo-text{font-size:1.2rem}}@media (max-width:480px){.navbar-container{padding:.7rem .8rem}.navbar-logo{gap:8px}.logo-image{height:34px}.logo-text{font-size:1.1rem}.navbar-toggle{font-size:1.3rem;height:40px;padding:.4rem;width:40px}.navbar-menu{top:100%}.navbar-link{font-size:.95rem;padding:1.1rem 1.5rem}}@media (max-width:360px){.navbar-logo{gap:6px}.logo-image{height:32px}.logo-text{font-size:1rem}.navbar-container{padding:.6rem .7rem}.navbar-toggle{height:38px;width:38px}}@media (min-width:1440px){.navbar-container{max-width:1400px}.logo-image{height:46px}.logo-text{font-size:1.5rem}.navbar-menu{gap:3rem}.navbar-link{font-size:1rem}}.logo-image,.navbar-link,.navbar-logo,.navbar-toggle{transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-link:focus-visible,.navbar-toggle:focus-visible{border-radius:4px;outline:2px solid #3498db;outline-offset:2px}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.navbar{animation:slideInDown .5s ease-out}.home{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:70px}.hero{background:var(--primary-color);color:#fff;overflow:hidden;padding:120px 20px 80px;position:relative;text-align:center}.hero:after{background:radial-gradient(circle at 10% 20%,#dfaf4b0d 0,#0000 40%),radial-gradient(circle at 90% 80%,#dfaf4b0d 0,#0000 40%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:2rem;font-weight:500;margin-bottom:.5rem;opacity:.95}.hero-department{font-size:1.3rem;font-weight:400;margin-bottom:.5rem;opacity:.9}.hero-institution{font-size:1.1rem;font-weight:300;margin-bottom:3rem;opacity:.85}.hero-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:3rem auto;max-width:600px}.stat-wrapper{perspective:1000px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-item:hover{background:#ffffff26;border-color:var(--secondary-color);box-shadow:0 10px 20px #0003;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,var(--secondary-color));-webkit-background-clip:text;background-clip:text;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:2rem}.btn{align-items:center;border:2px solid #0000;border-radius:8px;display:inline-flex;font-weight:600;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,#7f3f96,#2980b9);box-shadow:0 4px 15px #3498db4d}.btn-primary:hover{box-shadow:0 8px 25px #3498db66}.btn-outline{border-color:#fff;color:#fff}.btn-outline:hover{background:#fff;color:#2c3e50;transform:translateY(-2px)}.btn-icon{margin-left:.5rem;transition:transform .3s ease}.btn:hover .btn-icon{transform:translateX(4px)}.interests{background:#fff;padding:80px 20px}.interests-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.quick-links{background:#f8f9fa;padding:80px 20px}.links-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.link-wrapper{perspective:1000px}.quick-link-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;color:#2c3e50;display:block;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:3rem 2rem;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.quick-link-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.quick-link-card:hover{box-shadow:0 15px 40px #00000026;color:#2c3e50;transform:translateY(-8px) rotateX(5deg)}.quick-link-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem;transition:transform .3s ease}.quick-link-card:hover .quick-link-icon{transform:scale(1.1)}.quick-link-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.quick-link-card p{color:#5a6c7d;flex-grow:1;line-height:1.6;margin-bottom:2rem}.quick-link-footer{margin-top:auto}.quick-link-cta{align-items:center;color:#3498db;display:inline-flex;font-size:.95rem;font-weight:600;transition:all .3s ease}.quick-link-arrow{margin-left:.5rem;transition:transform .3s ease}.quick-link-card:hover .quick-link-arrow{transform:translateX(4px)}.home-loading{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;font-size:1.1rem;justify-content:center;padding:100px 20px}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.5rem}.hero-department{font-size:1.1rem}.hero-stats{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column;gap:1rem}.hero-buttons .btn{justify-content:center;max-width:300px;width:100%}.section-title{font-size:2rem}.interests-grid,.links-grid{grid-template-columns:1fr}.interest-card,.quick-link-card{padding:2rem 1.5rem}}@media (max-width:480px){.hero{padding:80px 20px 60px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.3rem}.hero-stats{grid-template-columns:1fr}}.about{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:70px}.about-hero{background:var(--primary-color);color:#fff;overflow:hidden;padding:100px 20px;position:relative}.about-hero:after{background:radial-gradient(circle at 10% 20%,#dfaf4b0d 0,#0000 40%),radial-gradient(circle at 90% 80%,#dfaf4b0d 0,#0000 40%);pointer-events:none}.about-hero:after,.about-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.about-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E")}.section-container{padding:0 20px;position:relative;z-index:2}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr}.about-image{display:flex;justify-content:center}.profile-image-placeholder{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#fff3);border:4px solid var(--secondary-color);box-shadow:0 15px 35px #0003;font-size:5rem;height:280px;width:280px}.about-text h1{color:#fff;font-size:2.7rem;font-weight:700;margin-bottom:.5rem}.about-text h2{color:#ffffffe6;font-size:1.8rem;font-weight:400;margin-bottom:1.5rem}.contact-info-mini{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;padding:2rem}.contact-item{align-items:center;color:#fff;font-size:1rem;font-weight:500;padding:.5rem 0}.contact-icon{color:#fffc;min-width:20px}.about-text .department{color:#ffffffe6;font-size:1.3rem;font-weight:500;margin-bottom:.5rem}.about-text .institution{color:#fffc;font-size:1.1rem;font-weight:300;margin-bottom:2rem}.social-links{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.social-link{background:#ffffff1a;border:1px solid #fff3;color:#fff;font-weight:500;gap:.5rem;padding:1rem 1.5rem}.social-link:hover{background:#fff3;box-shadow:0 5px 15px #0003}.section-header{margin-bottom:4rem;text-align:center}.section-title{align-items:center;color:#2c3e50;display:flex;font-weight:700;gap:1rem;justify-content:center;margin-bottom:1rem}.section-subtitle{color:#7f8c8d;font-size:1.2rem;font-weight:300;line-height:1.6;margin:0 auto;max-width:600px}.about-bio{background:#fff;padding:80px 20px}.bio-content{margin:0 auto;max-width:900px}.bio-content p{color:#5a6c7d;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;text-align:justify}.career-highlights{background:#f8f9fa;padding:80px 20px}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.highlight-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.highlight-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.highlight-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.highlight-icon{color:var(--primary-color);font-size:3rem;margin-bottom:1.5rem}.highlight-card h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.highlight-card p{color:#5a6c7d;line-height:1.6;margin-bottom:1.5rem}.highlight-year{background:var(--primary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem}.research-interests{background:#fff;padding:80px 20px}.interests-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.interest-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.interest-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.interest-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.interest-icon{color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.interest-card h3{color:#2c3e50;font-size:1.3rem;font-weight:600;line-height:1.4}.education-section{background:#f8f9fa;padding:80px 20px}.education-timeline{margin:0 auto;max-width:800px;padding-left:2rem;position:relative}.education-timeline:before{background:var(--primary-color);border-radius:2px;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.education-item{border-bottom:1px solid #e9ecef;margin-bottom:3rem;padding-bottom:2rem;padding-left:3rem;position:relative}.education-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.education-item:before{background:var(--secondary-color);border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px var(--primary-color);content:"";height:15px;left:-1.7rem;position:absolute;top:.5rem;width:15px}.education-year{background:var(--primary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1.2rem}.education-content h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.education-institution{color:var(--primary-color);font-size:1.1rem;font-weight:500;margin-bottom:.5rem}.education-field{color:#5a6c7d;font-style:italic;line-height:1.5}.about-loading{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;font-size:1.1rem;justify-content:center;padding:100px 20px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-left-color:#7f3f96;border-radius:50%;height:50px;margin-bottom:1.5rem;width:50px}@media (max-width:768px){.about-content{gap:3rem;grid-template-columns:1fr;text-align:center}.profile-image-placeholder{font-size:4rem;height:220px;width:220px}.about-text h1{font-size:2.2rem}.about-text h2{font-size:1.5rem}.contact-info-mini{gap:.8rem;margin:1.5rem 0;padding:1.5rem}.contact-item{font-size:.95rem;gap:.8rem;justify-content:center}.section-title{font-size:2rem}.highlights-grid,.interests-grid{grid-template-columns:1fr}.education-timeline{padding-left:1.5rem}.education-item{padding-left:2rem}}@media (max-width:480px){.about-hero{padding:80px 15px}.about-bio,.career-highlights,.education-section,.research-interests{padding:60px 15px}.contact-info-mini{padding:1rem}.contact-item{font-size:.9rem;gap:.6rem;justify-content:flex-start}.profile-image-placeholder{font-size:3.5rem;height:180px;width:180px}.about-text h1{font-size:1.8rem}.about-text h2{font-size:1.3rem}.social-links{justify-content:center}.social-link{font-size:.9rem;padding:.8rem 1.2rem}}.about-image{flex-shrink:0}.profile-image-container{background:#ffffff1a;border:4px solid #ffffff4d;border-radius:50%;box-shadow:0 8px 32px #0000004d;height:280px;overflow:hidden;position:relative;width:280px}.profile-image{height:100%;object-fit:cover;object-position:center;transition:all .3s ease;width:100%}.profile-image.loaded{opacity:1}.profile-image.loading{opacity:0}.profile-image:hover{transform:scale(1.05)}.profile-image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:6rem;font-weight:700}.image-loading,.profile-image-placeholder{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.image-loading{background:#ffffff1a;left:0;position:absolute;top:0}.loading-spinner-small{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#2c3e50;height:30px;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.profile-image-container{height:200px;width:200px}.profile-image-placeholder{font-size:4rem}}@media (max-width:480px){.profile-image-container{height:150px;width:150px}.profile-image-placeholder{font-size:3rem}}.about-hero .profile-image-container{border:4px solid #ffffff4d}.about-hero .profile-image-placeholder{background:linear-gradient(135deg,#ffffff1a,#fff3)}.administrative-roles{background:#f8f9fa;padding:80px 20px}.roles-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem}.role-item{background:#fff;border-left:4px solid var(--primary-color);border-radius:8px;box-shadow:0 2px 8px #00000014;display:flex;gap:1rem;padding:1.5rem;transition:all .3s ease}.role-item:hover{box-shadow:0 4px 12px #0000001f;transform:translateX(5px)}.role-bullet{color:var(--primary-color);font-size:1.5rem;font-weight:700;min-width:20px}.role-item p{color:#333;font-size:.95rem;line-height:1.6;margin:0}.professional-memberships{background:#fff;padding:80px 20px}.memberships-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.membership-card{align-items:center;background:var(--primary-color);border-radius:12px;box-shadow:var(--shadow-md);color:#fff;display:flex;flex-direction:column;gap:1rem;padding:2rem;text-align:center;transition:all .3s ease}.membership-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.membership-icon{font-size:2rem;opacity:.9}.membership-card p{font-size:1rem;font-weight:500;line-height:1.5;margin:0}@media (max-width:768px){.memberships-grid{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.honors-awards{background:#fff;padding:80px 20px}.awards-list{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto 0;max-width:900px}.award-item{align-items:center;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000000d;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.award-item:hover{background:#fff;border-left:4px solid var(--secondary-color);box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.award-bullet{color:var(--secondary-color);display:flex;font-size:1.8rem;justify-content:center;min-width:30px}.award-item p{color:#333;font-size:1rem;font-weight:500;line-height:1.6;margin:0}@media (max-width:768px){.award-item{gap:1rem;padding:1rem}.award-bullet{font-size:1.5rem}.award-item p{font-size:.9rem}}.research{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:70px}.research-hero{background:var(--primary-color);color:#fff;overflow:hidden;padding:120px 20px 80px;position:relative;text-align:center}.research-hero:after{background:radial-gradient(circle at 10% 20%,#dfaf4b0d 0,#0000 40%),radial-gradient(circle at 90% 80%,#dfaf4b0d 0,#0000 40%);pointer-events:none}.research-hero:after,.research-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.research-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E")}.research-content{background:#f8f9fa;padding:80px 20px}.research-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.research-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.research-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.research-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.research-header{margin-bottom:1.5rem}.status-badge{border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:.5rem 1.2rem;text-transform:uppercase}.research-header h3{color:var(--primary-color);font-size:1.5rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.research-description{color:#5a6c7d;font-size:1rem;line-height:1.7;margin-bottom:2rem}.research-details{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem}.research-keywords{border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}.keyword-tag{background:var(--primary-color);border-radius:20px;box-shadow:0 2px 8px #4b006e33;color:#fff;font-size:.8rem;font-weight:500;padding:.5rem 1rem}.no-research{color:#7f8c8d;padding:4rem 2rem;text-align:center}.no-research svg{margin-bottom:1.5rem;opacity:.5}.no-research h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}@media (max-width:768px){.page-title{font-size:2.5rem}.research-grid{gap:2rem;grid-template-columns:1fr}.research-card{padding:2rem}}@media (max-width:480px){.research-hero{padding:60px 20px}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.research-card{padding:1.5rem}}.publications{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:70px}.publications-hero{background:var(--primary-color);color:#fff;overflow:hidden;padding:100px 20px;position:relative;text-align:center}.publications-hero:after{background:radial-gradient(circle at 10% 20%,#dfaf4b0d 0,#0000 40%),radial-gradient(circle at 90% 80%,#dfaf4b0d 0,#0000 40%);pointer-events:none}.publications-hero:after,.publications-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.publications-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E")}.page-subtitle,.page-title{position:relative;z-index:2}.page-subtitle{margin-bottom:0}.publications-content{background:#f8f9fa;padding:80px 20px}.publications-controls{margin-bottom:3rem}.search-box{display:flex;justify-content:center;margin-bottom:2rem}.search-input{border:2px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000000d;font-size:1rem;max-width:500px;padding:1rem 1.5rem;transition:all .3s ease;width:100%}.search-input:focus{border-color:var(--primary-color);box-shadow:0 4px 15px #4b006e1a;outline:none}.filter-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.filter-buttons button{background:#fff;border:2px solid var(--primary-color);border-radius:8px;box-shadow:0 2px 8px #0000001a;color:var(--primary-color);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.filter-buttons button.active,.filter-buttons button:hover{background:var(--primary-color);box-shadow:0 4px 15px #4b006e33;color:#fff;transform:translateY(-2px)}.publications-list{display:flex;flex-direction:column;gap:2rem}.publication-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.publication-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.publication-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-5px)}.publication-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.publication-type{background:var(--primary-color);box-shadow:0 2px 8px #0000001a;color:#fff;display:inline-block;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.publication-type,.publication-year{border-radius:20px;font-weight:600;padding:.5rem 1.2rem}.publication-year{background:#f8f9fa;border:1px solid #e9ecef;color:#2c3e50;font-size:.9rem}.publication-title{color:var(--primary-color);font-size:1.4rem;font-weight:700;line-height:1.4;margin-bottom:1rem}.publication-authors{color:#5a6c7d;font-size:1rem;font-style:normal;font-weight:500;margin-bottom:1rem}.publication-journal{color:var(--accent-color);font-size:1rem;font-weight:600;margin-bottom:.5rem}.publication-publisher{color:#7f8c8d;font-size:.95rem;margin-bottom:1rem}.publication-meta{border-top:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem}.publication-authorship,.publication-isbn,.publication-issn{background:#f8f9fa;border-radius:6px;color:#5a6c7d;font-size:.85rem;font-weight:500;padding:.5rem 1rem}.project-extra-details{background:#f8f9fa;border-left:4px solid #9c27b0;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.project-description{color:#4a5568;font-size:1rem;line-height:1.6;margin-bottom:1rem}.project-collaborators,.project-funding,.project-status{color:#2d3748;font-size:.95rem;margin-bottom:.5rem}.status-tag{border-radius:12px;font-size:.8rem;font-weight:600;padding:.2rem .8rem;text-transform:uppercase}.status-tag.ongoing{background:#e3f2fd;color:#1976d2}.status-tag.completed{background:#e8f5e9;color:#2e7d32}.no-publications{color:#7f8c8d;padding:4rem 2rem;text-align:center}.no-publications svg{margin-bottom:1.5rem;opacity:.5}.no-publications h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}@media (max-width:768px){.page-title{font-size:2.5rem}.publication-header{align-items:flex-start;flex-direction:column}.search-input{width:100%}.filter-buttons{align-items:stretch;flex-direction:column;gap:.75rem}.filter-buttons button{width:100%}.publication-card{padding:2rem}.publication-meta{flex-direction:column;gap:1rem}}@media (max-width:480px){.publications-hero{padding:60px 20px}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.publication-card{padding:1.5rem}}.teaching{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:70px}.teaching-hero{background:var(--primary-color);color:#fff;overflow:hidden;padding:100px 20px;position:relative}.teaching-hero:after{background:radial-gradient(circle at 10% 20%,#dfaf4b0d 0,#0000 40%),radial-gradient(circle at 90% 80%,#dfaf4b0d 0,#0000 40%);pointer-events:none}.teaching-hero:after,.teaching-hero:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.teaching-hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E")}.teaching-hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:2}.hero-text{text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}.page-subtitle{font-size:1.3rem;font-weight:300;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.teaching-overview{margin-bottom:3rem;text-align:center}.teaching-overview h2{color:#2c3e50;font-size:2.2rem;font-weight:600;margin-bottom:1.5rem}.specialization-tags{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:0 auto;max-width:800px}.specialization-tag{background:var(--primary-color);border-radius:25px;box-shadow:0 2px 8px #4b006e33;color:#fff;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem}.teaching-content{background:#f8f9fa;padding:80px 20px}.teaching-tabs{border-bottom:2px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem;padding-bottom:2rem}.teaching-tabs button{align-items:center;background:#fff;border:2px solid var(--primary-color);border-radius:12px;box-shadow:0 2px 8px #0000001a;color:var(--primary-color);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.75rem;padding:1.2rem 2.5rem;transition:all .3s ease}.teaching-tabs button.active,.teaching-tabs button:hover{background:var(--primary-color);box-shadow:0 4px 15px #4b006e33;color:#fff;transform:translateY(-2px)}.teaching-tabs button svg{height:18px;width:18px}.conferences-section h2,.courses-section h2{color:#2c3e50;font-size:2.2rem;font-weight:600;margin-bottom:3rem;text-align:center}.courses-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.course-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.course-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.course-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.course-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.course-level{background:var(--primary-color);color:#fff;display:inline-block;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.course-level,.course-program{border-radius:20px;font-weight:600;padding:.5rem 1.2rem}.course-program{background:#f8f9fa;border:1px solid #e9ecef;color:#2c3e50;font-size:.9rem}.course-name{color:#2c3e50;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.5rem}.course-code{color:#7f8c8d;font-family:Courier New,monospace;font-size:1rem;font-weight:500;margin-bottom:1.5rem}.course-details{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem}.detail-item{align-items:center;color:#2c3e50;display:flex;font-size:.95rem;gap:.75rem}.detail-item svg{color:#3498db;flex-shrink:0;width:16px}.course-description{color:#5a6c7d;font-size:1rem;line-height:1.7;margin-bottom:1.5rem}.course-focus{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-left:4px solid #e74c3c;border-radius:8px;color:#2c3e50;font-size:.95rem;padding:1.2rem}.course-focus strong{color:#e74c3c;display:block;margin-bottom:.5rem}.conferences-list{display:flex;flex-direction:column;gap:1.5rem}.conference-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.conference-card:before{background:var(--primary-color);content:"";height:4px;left:0;position:absolute;right:0;top:0}.conference-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-4px)}.conference-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.conference-level{background:var(--primary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.5px;padding:.5rem 1.2rem;text-transform:uppercase}.conference-type{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;color:#2c3e50;display:flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.5rem 1rem}.conference-type svg{color:#7f3f96;height:14px;width:14px}.conference-title{color:#2c3e50;font-size:1.3rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.conference-details{background:var(--bg-light);border-left:4px solid var(--primary-color);border-radius:8px;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.conference-details .detail-item{align-items:flex-start;color:#2c3e50;display:flex;font-size:.95rem;gap:.75rem;line-height:1.5}.conference-details .detail-item svg{color:#7f3f96;flex-shrink:0;margin-top:.1rem;width:16px}.no-conferences,.no-courses{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;color:#7f8c8d;padding:4rem 2rem;text-align:center}.no-conferences svg,.no-courses svg{margin-bottom:1.5rem;opacity:.5}.no-conferences h3,.no-courses h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.loading{align-items:center;color:#7f8c8d;display:flex;flex-direction:column;font-size:1.1rem;justify-content:center;padding:4rem 2rem}@media (max-width:768px){.page-title{font-size:2.5rem}.courses-grid{gap:2rem;grid-template-columns:1fr}.teaching-tabs{align-items:stretch;flex-direction:column;gap:.75rem}.teaching-tabs button{justify-content:center;width:100%}.conference-card,.course-card{padding:2rem}.conference-header,.course-header{align-items:flex-start;flex-direction:column}.specialization-tags{align-items:center;flex-direction:column}.conference-details .detail-item{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:480px){.teaching-hero{padding:60px 20px}.page-title{font-size:2rem}.page-subtitle{font-size:1.1rem}.conference-card,.course-card{padding:1.5rem}.conferences-section h2,.courses-section h2,.teaching-overview h2{font-size:1.8rem}.conference-title{font-size:1.1rem}.conference-details{padding:1rem}}.footer{background:var(--primary-color);color:#fff;margin-top:auto;overflow:hidden;position:relative}.footer:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='2' fill='%23fff' fill-opacity='.02' fill-rule='evenodd'/%3E%3C/svg%3E");bottom:0;content:"";left:0;position:absolute;right:0;top:0}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px;padding:4rem 2rem 2rem;position:relative;z-index:2}.footer-section{display:flex;flex-direction:column}.footer-section-header{align-items:center;border-bottom:1px solid #dfaf4b33;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.section-icon{color:var(--secondary-color);font-size:1.5rem}.footer-section h3{color:#fff;font-size:1.3rem;font-weight:600;margin:0}.footer-contact{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:flex-start;background:#ffffff0d;border-left:3px solid var(--secondary-color);border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background:#ffffff14;transform:translateX(5px)}.contact-icon{color:var(--secondary-color);flex-shrink:0;font-size:1.1rem;margin-top:.2rem}.contact-item p{color:#ecf0f1;font-size:.95rem;line-height:1.5;margin:0}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links a{border-left:2px solid #0000;border-radius:6px;color:#bdc3c7;font-weight:500;padding:.8rem 1rem;text-decoration:none;transition:all .3s ease}.footer-links a:hover{background:#dfaf4b0d;border-left-color:var(--secondary-color);color:var(--secondary-color);transform:translateX(5px)}.footer-social{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.5rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:8px;color:#bdc3c7;display:flex;gap:1rem;padding:1rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#dfaf4b0d;border-color:#dfaf4b4d;color:var(--secondary-color);transform:translateY(-2px)}.social-link svg{font-size:1.3rem;transition:transform .3s ease}.social-link:hover svg{transform:scale(1.1)}.footer-info{margin-top:1rem}.footer-info p{color:#95a5a6;font-size:.9rem;font-style:italic;line-height:1.5}.footer-bottom{background:#0000001a;border-top:1px solid #dfaf4b33;position:relative;z-index:2}.footer-bottom-content{display:flex;flex-direction:column;gap:.5rem;margin:0 auto;max-width:1200px;padding:1.5rem 2rem;text-align:center}.footer-bottom p{color:#bdc3c7;font-size:.9rem;margin:0}.footer-credits{color:var(--secondary-color)!important;font-size:.8rem!important;font-weight:500;letter-spacing:1px;text-transform:uppercase}@media (max-width:768px){.footer-container{gap:2.5rem;grid-template-columns:1fr;padding:3rem 1.5rem 1.5rem;text-align:center}.footer-section-header{justify-content:center;text-align:center}.contact-item{flex-direction:row;justify-content:flex-start;text-align:left}.footer-social{align-items:center}.social-link{justify-content:center;margin:0 auto;max-width:200px}.footer-bottom-content{padding:1.5rem 1rem}}@media (max-width:480px){.footer-container{gap:2rem;padding:2.5rem 1rem 1rem}.contact-item,.footer-section-header{flex-direction:column;gap:.8rem;text-align:center}.contact-icon{align-self:center}.footer-links a{text-align:center}.footer-bottom-content{padding:1rem}.footer-bottom p{font-size:.85rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section{animation:fadeInUp .6s ease-out}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.App{display:flex;flex-direction:column;min-height:100vh}html{scroll-behavior:smooth}section{padding:80px 20px}.section-container{margin:0 auto;max-width:1200px}.section-title{color:var(--primary-color);font-size:2.5rem;font-weight:600;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:var(--secondary-color);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.card{background:var(--white);border:1px solid #00000008;border-radius:12px;box-shadow:var(--shadow-md);margin-bottom:2rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.card:hover{border-color:#4b006e1a;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.btn{border:none;border-radius:6px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:var(--primary-color);box-shadow:0 4px 14px #4b006e33;color:#fff}.btn-primary:hover{background:var(--accent-color);box-shadow:0 6px 20px #4b006e4d;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-outline:hover{background:var(--primary-color);color:#fff}@media (max-width:768px){section{padding:60px 15px}.section-title{font-size:2rem}.card{padding:1.5rem}}
/*# sourceMappingURL=main.12d2aa52.css.map*/