.sidebar{background:linear-gradient(180deg,#0f172a 0%,#111827 100%);color:#fff;width:230px;min-height:100vh;padding:30px 20px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 0 20px #00000026}.sidebar-header{text-align:center;margin-bottom:40px}.sidebar-logo{width:120px;height:120px;object-fit:contain;background:white;border-radius:50%;padding:8px;margin-bottom:18px;border:4px solid rgba(255,255,255,.9);box-shadow:0 10px 25px #00000040,0 0 0 6px #ffffff14}.sidebar-title{color:#e5e7eb;font-size:.95rem;line-height:1.6;font-weight:500}.sidebar-nav{list-style:none;width:100%;padding:0}.sidebar-nav li{margin-bottom:8px}.sidebar-link{display:block;padding:14px 18px;color:#cbd5e1;text-decoration:none;border-radius:12px;font-weight:500;transition:all .3s ease}.sidebar-link:hover{background:rgba(59,130,246,.15);color:#fff;transform:translate(5px)}.sidebar-link.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;font-weight:600;box-shadow:0 8px 20px #2563eb59}@media (max-width: 768px){.sidebar{width:100%;min-height:auto;flex-direction:row;justify-content:center;padding:15px}.sidebar-header{display:none}.sidebar-nav{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.sidebar-nav li{margin-bottom:0}.sidebar-link{padding:10px 14px;font-size:.9rem}}body{font-family:Segoe UI,sans-serif;background:#f8fafc;color:#222}.hero-section{padding:80px 60px;background:linear-gradient(135deg,#f8fafc,#eef4ff);min-height:85vh;display:flex;align-items:center}.hero-content{max-width:700px}.hero-tag{color:#2563eb;font-weight:600;letter-spacing:1px;text-transform:uppercase}.hero-title{font-size:4rem;font-weight:700;margin:20px 0;color:#0f172a}.hero-subtitle{color:#334155;margin-bottom:25px;font-weight:600}.hero-description{font-size:1.1rem;line-height:1.8;color:#475569}.hero-buttons{margin-top:30px}.hero-photo{width:320px;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 15px 35px #00000026}.impact-section{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;padding:80px 60px;background:white}.impact-card{text-align:center;background:white;padding:40px 25px;border-radius:20px;box-shadow:0 10px 30px #00000014}.impact-card h2{font-size:3rem;color:#2563eb;margin-bottom:10px;font-weight:700}.impact-card span{color:#64748b;font-size:1rem;font-weight:600}.impact-card:hover{transform:translateY(-8px)}.impact-card h2{font-size:2.5rem;color:#2563eb;margin-bottom:10px}.research-highlight{padding:90px 60px;background:#f8fafc}.highlight-card{background:white;border-radius:18px;padding:30px;height:100%;box-shadow:0 8px 25px #00000014;transition:.3s}.highlight-card:hover{transform:translateY(-8px)}.highlight-card h4{color:#0f172a;margin-bottom:15px}.featured-publications{padding:90px 60px;background:white}.publication-card{background:#f8fafc;padding:25px;border-radius:18px;margin-bottom:20px;border-left:5px solid #2563eb;transition:.3s}.publication-card:hover{transform:translateY(-5px)}.publication-card h4{margin-bottom:10px;color:#0f172a}.editor-section{padding:80px 60px;background:white}.editor-card{max-width:700px;margin:auto;padding:40px;border-radius:18px;background:#f8fafc;box-shadow:0 8px 25px #00000014}.news-section{padding:80px 60px;background:#f8fafc}.news-card{background:white;padding:20px;border-radius:14px;margin-bottom:15px;box-shadow:0 5px 15px #0000000f}.opportunity-section{padding:80px 60px;background:#0f172a;color:#fff}.opportunity-card{max-width:800px;margin:auto;padding:40px;border-radius:20px;background:#1e293b}.opportunity-card a{color:#60a5fa}@media (max-width: 992px){.hero-section{padding:40px 20px;text-align:center}.hero-title{font-size:2.5rem}.hero-photo{margin-top:30px;width:250px;height:320px}.impact-section{grid-template-columns:1fr 1fr;padding:40px 20px}.research-highlight,.editor-section,.opportunity-section{padding:50px 20px}}.scholar-section{padding:20px 0 60px;text-align:center}.scholar-button{background:#2563eb;color:#fff;padding:14px 28px;border-radius:12px;text-decoration:none;font-weight:600;transition:.3s}.scholar-button:hover{background:#1d4ed8;color:#fff}.conference-section{padding:80px 60px;background:#f8fafc}.conference-card{text-align:center;padding:50px;border-radius:24px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;box-shadow:0 15px 40px #00000026}.conference-card h2{color:#fff;font-size:3rem;margin-bottom:15px}.conference-card h4{color:#dbeafe;margin-bottom:20px}.custom-heading{background:linear-gradient(to right,#f5f7fa,#c3cfe2);border-radius:12px;margin:20px;box-shadow:0 4px 10px #0000000d}.custom-heading h1{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:5px}.subtitle{font-size:1.1rem;color:#555;margin-top:0}hr{width:60%;margin:1rem auto;border-top:2px solid #ccc}.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background:rgba(255,255,255,.85);z-index:9999;flex-direction:column;transition:opacity .3s ease-in-out}.spinner{width:4rem;height:4rem;border:.4rem solid rgba(61,90,241,.2);border-top-color:#3d5af1;border-radius:50%;animation:spin-anim .8s ease-in-out infinite;box-shadow:0 0 20px #3d5af14d}.loader-text{margin-top:1rem;font-size:1.1rem;color:#3d5af1;font-weight:500;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;animation:fadein 1s ease-in-out infinite alternate}@keyframes spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadein{0%{opacity:.4}to{opacity:1}}.project-card{background:#ffffff;border-radius:18px;padding:28px;height:100%;box-shadow:0 10px 30px #00000014;transition:all .3s ease;border:1px solid #edf1f7}.project-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.agency-badge{background:#2563eb;color:#fff;padding:6px 14px;border-radius:50px;font-size:.85rem;font-weight:600}.year-badge{background:#f3f4f6;color:#111827;padding:6px 14px;border-radius:50px;font-size:.85rem;font-weight:600}.project-title{font-size:1.15rem;line-height:1.6;margin-bottom:20px;color:#111827;font-weight:600}.project-meta p{margin-bottom:8px;color:#4b5563}.project-meta strong{color:#111827}.publication-header{text-align:center;margin-bottom:30px}.publication-header h2{font-weight:700}.publication-header p{color:#64748b;font-size:1.1rem}.search-container{display:flex;justify-content:center;margin-bottom:40px}.publication-search{width:100%;max-width:700px;padding:14px 20px;border:1px solid #dbe2ea;border-radius:12px;outline:none;font-size:1rem}.publication-search:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.publication-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:24px}.publication-card{background:white;border-radius:18px;padding:24px;border:1px solid #edf1f7;box-shadow:0 8px 25px #0000000f;transition:.3s ease}.publication-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000001f}.publication-top{display:flex;justify-content:flex-end}.publication-year{background:#2563eb;color:#fff;padding:5px 12px;border-radius:999px;font-size:.85rem;font-weight:600}.publication-title{margin-top:18px;font-size:1.1rem;line-height:1.6;color:#111827;font-weight:600}.publication-authors{margin-top:12px;color:#64748b;font-size:.95rem}.publication-button{display:inline-block;margin-top:16px;text-decoration:none;font-weight:600;color:#2563eb}.publication-button:hover{color:#1d4ed8}@media (max-width: 768px){.publication-grid{grid-template-columns:1fr}}.publication-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin:30px 0 40px}.stat-box{background:#fff;padding:25px;border-radius:16px;text-align:center;box-shadow:0 8px 25px #0000000f}.stat-box h3{font-size:2rem;font-weight:700;color:#2563eb;margin-bottom:6px}.stat-box span{color:#6b7280}.publication-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.publication-number{background:#111827;color:#fff;padding:5px 12px;border-radius:30px;font-size:.8rem;font-weight:600}.publication-journal{color:#2563eb;font-weight:600;margin-bottom:15px}.award-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-bottom:40px}.student-tabs{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:45px}.student-tab{border:none;background:#ffffff;padding:12px 26px;border-radius:30px;font-weight:600;font-size:.95rem;color:#1f2937;box-shadow:0 5px 15px #00000014;transition:all .3s ease}.student-tab:hover{transform:translateY(-2px)}.student-tab.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 10px 25px #2563eb59}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:35px}.student-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:25px}.student-card{background:#ffffff;border-radius:20px;padding:30px;border:1px solid #edf1f7;box-shadow:0 10px 30px #00000014;transition:all .3s ease;height:100%}.student-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001f}.student-name{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:15px}.student-detail{color:#111827;font-weight:600;margin-bottom:8px}.student-thesis{color:#4b5563;line-height:1.8;margin-bottom:15px}.student-year{display:inline-block;background:#2563eb;color:#fff;padding:6px 14px;border-radius:999px;font-size:.85rem;font-weight:600;margin-top:10px}.apply-section{margin-top:80px;background:linear-gradient(135deg,#f8fafc,#eef4ff);padding:60px;border-radius:25px;text-align:center;box-shadow:0 10px 25px #0000000d}.apply-section h3{font-size:2rem;font-weight:700;color:#111827;margin-bottom:20px}.apply-section p{max-width:850px;margin:auto auto 30px;color:#4b5563;line-height:1.9}.apply-section .btn{padding:12px 30px;font-weight:600;border-radius:10px}.loader-container{position:fixed;top:0;left:0;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;background:rgba(255,255,255,.85);z-index:9999}.spinner{width:60px;height:60px;border:6px solid rgba(37,99,235,.2);border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}.loader-text{margin-top:15px;color:#2563eb;font-weight:500}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.student-grid{grid-template-columns:1fr}.student-card{padding:22px}.section-title{font-size:1.6rem}.apply-section{padding:35px 20px}.apply-section h3{font-size:1.5rem}.student-tab{width:100%}}
