@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:Fira Code,Monaco,Consolas,Ubuntu Mono,monospace}*,:after,:before{box-sizing:border-box;margin:0;padding:0}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{display:block;height:auto;max-width:100%}:focus{outline:2px solid #2563eb;outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}html{scrollbar-color:#c1c1c1 #f1f1f1;scrollbar-width:thin}::selection{background-color:#2563eb33;color:#1f2937}@media print{*{background:#fff!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}a,a:visited{text-decoration:underline}.contact-form,.header,.social-links{display:none!important}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fafafa;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e5e5;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.header .container{align-items:center;display:flex;justify-content:space-between}.nav-brand h1{color:#2563eb;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.nav-brand p{color:#6b7280;font-size:.875rem}.desktop-nav ul{display:flex;gap:2rem;list-style:none}.desktop-nav button{background:none;border:none;border-radius:6px;color:#4b5563;cursor:pointer;font-size:.95rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.desktop-nav button.active,.desktop-nav button:hover{background:#2563eb1a;color:#2563eb}.social-links{display:flex;gap:1rem}.social-links a{color:#6b7280;transition:color .2s ease}.social-links a:hover{color:#2563eb}.mobile-menu-btn{background:none;border:none;color:#4b5563;cursor:pointer;display:none}.mobile-nav{background:#fff;border-top:1px solid #e5e5e5;display:none;padding:1rem 0}.mobile-nav ul{list-style:none;padding:0 20px}.mobile-nav li{margin-bottom:.5rem}.mobile-nav button{background:none;border:none;color:#4b5563;cursor:pointer;font-size:1rem;padding:.75rem 0;text-align:left;width:100%}.mobile-nav button.active{color:#2563eb;font-weight:600}main{margin-top:80px;min-height:calc(100vh - 80px)}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#6b7280;font-size:1.25rem;margin:0 auto;max-width:600px}.subsection-title{color:#1f2937;font-size:1.875rem;font-weight:600;margin-bottom:2rem}.btn-primary{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-primary:hover{box-shadow:0 10px 25px #2563eb4d;transform:translateY(-1px)}.btn-secondary{align-items:center;background:#0000;border:2px solid #2563eb;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary:hover{background:#2563eb;color:#fff}.home-section{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 80px);padding:4rem 0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem}.hero-title{color:#1f2937;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#6b7280;font-size:1.5rem;font-weight:500;margin-bottom:1.5rem}.hero-description{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.hero-visual{align-items:center;display:flex;justify-content:center}.neural-network-animation{align-items:center;display:flex;flex-wrap:wrap;height:300px;justify-content:space-around;padding:2rem;position:relative;width:300px}.node{animation:pulse 2s infinite;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:50%;box-shadow:0 0 20px #2563eb66;height:60px;width:60px}@keyframes pulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.highlights-section{background:#fff;border-radius:20px;margin:0 2rem;padding:4rem 0}.highlights-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.highlight-card{background:#f8fafc;border-radius:12px;padding:2rem;text-align:center;transition:transform .2s ease}.highlight-card:hover{transform:translateY(-4px)}.highlight-icon{color:#2563eb;height:48px;margin:0 auto 1rem;width:48px}.highlight-card h4{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.highlight-card p{color:#6b7280}.scroll-indicator{margin-top:2rem;text-align:center}.bounce{animation:bounce 2s infinite;color:#6b7280}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.about-section{padding:4rem 0}.intro-section{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin-bottom:4rem}.intro-text h3{color:#1f2937;font-size:2rem;font-weight:600;margin-bottom:1.5rem}.intro-text p{color:#4b5563;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.personal-info{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.info-item{align-items:center;color:#6b7280;display:flex;gap:.75rem}.profile-image{text-align:center}.profile-image img{border-radius:16px;box-shadow:0 10px 30px #0000001a;height:400px;max-width:300px;object-fit:cover;width:100%}.timeline-section{margin-bottom:4rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:linear-gradient(180deg,#2563eb,#7c3aed);bottom:0;content:"";left:1rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:3rem;padding-left:2rem;position:relative}.timeline-marker{align-items:center;background:#fff;border:3px solid #2563eb;border-radius:50%;color:#2563eb;display:flex;height:2rem;justify-content:center;left:-2rem;position:absolute;top:.5rem;width:2rem}.timeline-item.work .timeline-marker{border-color:#7c3aed;color:#7c3aed}.timeline-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.timeline-title{color:#1f2937;font-size:1.25rem;font-weight:600}.timeline-year{background:#f3f4f6;border-radius:20px;color:#6b7280;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.timeline-institution{color:#2563eb;font-size:1rem;font-weight:500;margin-bottom:.75rem}.timeline-description{color:#6b7280;line-height:1.6}.skills-section{margin-bottom:4rem}.skills-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-group{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.course-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.course-name{color:#1f2937;font-size:1.25rem;font-weight:600}.course-semester{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.course-stats .stat{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.tab-navigation{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:.5rem;margin-bottom:3rem;overflow-x:auto;padding:.5rem}.tab-navigation button{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:1rem 1.5rem;transition:all .2s ease;white-space:nowrap}.tab-navigation button.active,.tab-navigation button:hover{background:#2563eb;color:#fff}.tab-content{min-height:400px}.materials-list{display:flex;flex-direction:column;gap:1rem}.material-item{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;overflow:hidden}.material-header{align-items:flex-start;padding:2rem}.material-info{flex:1 1}.course-tag,.week-tag{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:500;margin-bottom:.5rem;margin-right:.5rem;padding:.25rem .75rem}.course-tag{background:#ddd6fe;color:#5b21b6}.week-tag{background:#fef3c7;color:#92400e}.material-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.expand-btn,.material-description{color:#6b7280}.expand-btn{background:none;border:none;border-radius:6px;cursor:pointer;padding:.5rem;transition:all .2s ease}.expand-btn:hover{background:#f3f4f6;color:#2563eb}.material-files{border-top:1px solid #e5e7eb;padding:0 2rem 2rem}.material-files h5{color:#1f2937;font-weight:600;margin:1rem 0}.files-list{flex-direction:column;margin-bottom:1rem}.file-item,.files-list{display:flex;gap:.75rem}.file-item{align-items:center;background:#f8fafc;border-radius:8px;padding:.75rem}.file-icon{flex-shrink:0}.file-icon.pdf{color:#dc2626}.file-icon.python{color:#3776ab}.file-icon.notebook{color:#ff6f00}.file-icon.csv{color:#059669}.file-name{color:#1f2937;flex:1 1;font-weight:500}.file-size{color:#6b7280;font-size:.875rem}.download-btn{align-items:center;background:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.875rem;gap:.25rem;padding:.5rem .75rem;transition:background .2s ease}.download-btn:hover{background:#1d4ed8}.material-meta{color:#6b7280;font-size:.875rem}.tutorials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.tutorial-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.tutorial-header,.tutorial-title{margin-bottom:1rem}.tutorial-title{color:#1f2937;font-size:1.25rem;font-weight:600}.tutorial-badges{display:flex;flex-wrap:wrap;gap:.5rem}.difficulty-badge{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.difficulty-badge.beginner{background:#d1fae5;color:#065f46}.difficulty-badge.intermediate{background:#fef3c7;color:#92400e}.difficulty-badge.advanced{background:#fee2e2;color:#991b1b}.duration-badge{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.tutorial-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.tutorial-resources h5{color:#1f2937;font-weight:600;margin-bottom:1rem}.resource-item{align-items:center;background:#f8fafc;border-radius:8px;display:flex;gap:.75rem;margin-bottom:.5rem;padding:.75rem}.resource-name{color:#1f2937;flex:1 1;font-weight:500}.resource-link{background:none;border:none;border-radius:4px;color:#2563eb;cursor:pointer;padding:.25rem;transition:background .2s ease}.resource-link:hover{background:#e0e7ff}.office-hours-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.office-hours-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem;text-align:center}.session-day{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.session-time{color:#2563eb;font-size:1rem;font-weight:500;margin-bottom:1rem}.session-location{align-items:center;display:flex;flex-direction:column;gap:.5rem}.location-text{color:#6b7280}.session-type{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.session-type.in-person{background:#d1fae5;color:#065f46}.session-type.virtual{background:#ddd6fe;color:#5b21b6}.office-hours-info{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.office-hours-info h4{color:#1f2937;font-weight:600;margin-bottom:1rem}.office-hours-info ul{list-style:none;padding:0}.office-hours-info li{color:#6b7280;padding:.5rem 0 .5rem 1.5rem;position:relative}.office-hours-info li:before{color:#2563eb;content:"•";font-weight:700;left:0;position:absolute}.announcements-list{display:flex;flex-direction:column;gap:1.5rem}.announcement-item{background:#fff;border-left:4px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}.announcement-item.priority-high{border-left-color:#dc2626}.announcement-item.priority-medium{border-left-color:#f59e0b}.announcement-item.priority-low{border-left-color:#10b981}.announcement-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.announcement-title{color:#1f2937;font-size:1.125rem;font-weight:600}.announcement-meta{align-items:center;color:#6b7280;display:flex;flex-shrink:0;font-size:.875rem;gap:1rem}.priority-badge{border-radius:12px;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.priority-badge.high{background:#fee2e2;color:#991b1b}.priority-badge.medium{background:#fef3c7;color:#92400e}.priority-badge.low{background:#d1fae5;color:#065f46}.announcement-content{color:#6b7280;line-height:1.6}.contact-section{padding:4rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:4rem}.contact-form{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;min-width:120px;padding:.75rem 2rem;transition:all .2s ease}.submit-btn:hover:not(:disabled){box-shadow:0 10px 25px #2563eb4d;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}.contact-info-section{display:flex;flex-direction:column;gap:2rem}.contact-details{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2rem}.contact-item{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:1rem;padding:1rem 0}.contact-item:last-child{border-bottom:none}.contact-icon{color:#2563eb;flex-shrink:0}.contact-content{flex:1 1}.contact-label{color:#6b7280;display:block;font-size:.875rem;margin-bottom:.25rem}.contact-value{color:#1f2937;font-weight:500;text-decoration:none}.contact-value:hover{color:#2563eb}.social-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2rem}.social-section h4{color:#1f2937;font-weight:600;margin-bottom:1rem}.social-links-grid{display:flex;flex-direction:column;gap:.75rem}.social-link{align-items:center;border-radius:8px;display:flex;gap:1rem;padding:.75rem;text-decoration:none;transition:background .2s ease}.social-link:hover{background:#f8fafc}.social-icon{color:#6b7280;flex-shrink:0}.social-platform{color:#1f2937;font-weight:500}.social-handle{color:#6b7280;font-size:.875rem}.response-info{align-items:flex-start;background:#f0f9ff;border-radius:12px;color:#0c4a6e;display:flex;gap:1rem;padding:1.5rem}.collaboration-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:3rem;padding:3rem}.collaboration-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.collaboration-card{background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s ease}.collaboration-card:hover{transform:translateY(-2px)}.collab-icon{color:#2563eb;flex-shrink:0}.collab-title{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.collab-description{color:#6b7280;line-height:1.5}.faq-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:3rem}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:#f8fafc;border-radius:12px;padding:1.5rem}.faq-item h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.faq-item p{color:#6b7280;line-height:1.6}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn,.mobile-nav{display:block}.section-title{font-size:2rem}.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.highlights-grid,.intro-section{grid-template-columns:1fr}.intro-section{text-align:center}.timeline{padding-left:1rem}.timeline:before{left:.5rem}.timeline-marker{left:-1.5rem}.timeline-header{align-items:flex-start;flex-direction:column;gap:.5rem}.certifications-grid,.featured-post,.posts-grid,.skills-grid{grid-template-columns:1fr}.blog-controls{align-items:stretch;flex-direction:column}.search-box{min-width:auto}.contact-content{gap:2rem}.collaboration-grid,.contact-content,.faq-grid,.form-row{grid-template-columns:1fr}.tab-navigation{-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none}.tab-navigation::-webkit-scrollbar{display:none}.courses-grid,.office-hours-grid,.tutorials-grid{grid-template-columns:1fr}.announcement-header{align-items:flex-start;flex-direction:column}}@media (max-width:480px){.container{padding:0 15px}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.highlight-card{padding:1.5rem}.post-card,.tutorial-card{margin:0 10px}.timeline-item{padding-left:1rem}.material-header,.post-content{padding:1.5rem}}.skill-category{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.skill-items{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:20px;color:#4b5563;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.certifications-section{margin-bottom:4rem}.certifications-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.certification-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;display:flex;gap:1rem;padding:2rem}.certification-card-link{color:inherit;display:block;outline:none;text-decoration:none}.certification-card-link:active,.certification-card-link:focus{outline:none}.certification-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-3px);transition:all .3s ease}.certification-icon{color:#f59e0b;flex-shrink:0}.certification-title{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.certification-org{color:#2563eb;font-weight:500;margin-bottom:.5rem}.certification-description{color:#6b7280;font-size:.875rem}.interests-section{margin-bottom:4rem}.interests-cloud{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.interest-tag{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:25px;color:#fff;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;transition:transform .2s ease}.interest-tag:hover{transform:translateY(-2px)}.fun-facts-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:3rem}.fun-facts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.fun-fact{align-items:flex-start;display:flex;gap:1rem}.fact-icon{color:#2563eb;flex-shrink:0;margin-top:.25rem}.fun-fact h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.fun-fact p{color:#6b7280}.research-section{padding:4rem 0}.filter-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.filter-buttons button{background:#fff;border:2px solid #e5e7eb;border-radius:25px;color:#6b7280;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.filter-buttons button.active,.filter-buttons button:hover{background:#2563eb0d;border-color:#2563eb;color:#2563eb}.project-image{height:200px;overflow:hidden;position:relative}.project-image img{height:100%;object-fit:scale-down;width:100%}.project-status{position:absolute;right:1rem;top:1rem}.status-badge{border-radius:20px;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.status-badge.published{background:#10b981;color:#fff}.status-badge.in-progress{background:#f59e0b;color:#fff}.metric{background:#f8fafc;border-radius:8px;padding:.75rem;text-align:center}.metric-label{color:#6b7280;display:block;font-size:.75rem;margin-bottom:.25rem;text-transform:capitalize}.metric-value{color:#1f2937;font-size:1rem;font-weight:600}.tech-tag{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:.75rem}.publications-section{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:3rem}.publications-list{display:flex;flex-direction:column;gap:2rem}.publication-item{align-items:flex-start;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:2rem}.publication-title{word-wrap:break-word;color:#1f2937;font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:.5rem;white-space:normal}.publication-authors{color:#6b7280;margin-bottom:.5rem}.publication-venue{color:#2563eb;font-weight:500;margin-bottom:1rem}.publication-meta{align-items:center;display:flex;gap:1rem}.publication-type{background:#e0e7ff;border-radius:12px;color:#3730a3;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.publication-actions{margin-left:auto}.publication-content{flex:1 1;min-width:0}.citation-count{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.25rem}.blog-section{padding:4rem 0}.featured-section{margin-bottom:4rem}.featured-posts{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));margin-bottom:3rem}.featured-post{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.blog-controls{flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem}.blog-controls,.search-box{align-items:center;display:flex}.search-box{background:#fff;border:2px solid #e5e7eb;border-radius:12px;gap:.75rem;min-width:300px;padding:.75rem 1rem}.search-box input{border:none;flex:1 1;font-size:1rem;outline:none}.category-filters{display:flex;flex-wrap:wrap;gap:1rem}.category-filters button{background:#fff;border:2px solid #e5e7eb;border-radius:20px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.category-filters button.active,.category-filters button:hover{background:#2563eb0d;border-color:#2563eb;color:#2563eb}.posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:3rem}.post-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .2s ease}.post-card:hover{transform:translateY(-4px)}.post-image{height:200px;overflow:hidden;position:relative}.post-image img{height:100%;object-fit:cover;width:100%}.post-overlay{left:1rem;position:absolute;top:1rem}.post-category{background:#2563ebe6;border-radius:12px;color:#fff;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:capitalize}.post-content{padding:2rem}.post-meta{color:#6b7280;display:flex;font-size:.875rem;gap:1rem;margin-bottom:1rem}.post-meta>div{align-items:center;display:flex;gap:.25rem}.post-title{color:#1f2937;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.post-excerpt{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tag{background:#f3f4f6;border-radius:8px;color:#6b7280;font-size:.75rem;gap:.25rem;padding:.25rem .5rem}.read-more-btn,.tag{align-items:center;display:flex}.read-more-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:500;gap:.5rem;transition:gap .2s ease}.read-more-btn:hover{gap:.75rem}.no-posts{color:#6b7280;padding:3rem;text-align:center}.ta-resources-section{padding:4rem 0}.courses-grid,.courses-overview{margin-bottom:3rem}.courses-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.course-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .2s ease}.course-card:hover{transform:translateY(-4px)}.course-image{height:150px;overflow:hidden;position:relative}.course-image img{height:100%;object-fit:cover;width:100%}.course-content{padding:1.5rem}.course-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.course-description{line-height:1.5}.course-description,.course-meta{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.course-meta{display:flex;gap:1rem}.course-meta>div{align-items:center;display:flex;gap:.25rem}.view-materials-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:background .2s ease}.view-materials-btn:hover{background:#1d4ed8}.course-materials{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:3rem;padding:2rem}.material-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.project-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{box-shadow:0 8px 25px #00000026;cursor:pointer;transform:translateY(-2px)}.project-content{padding:2rem}.project-header,.project-title{margin-bottom:1rem}.project-title{color:#1f2937;cursor:pointer;font-size:1.25rem;font-weight:600;line-height:1.4;transition:color .2s ease}.project-title:hover{color:#3b82f6;text-decoration:underline}.project-description{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.project-links{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.link-btn{align-items:center;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:100;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.link-btn:hover{background:#e5e7eb;border-color:#9ca3af;color:#1f2937}.project-meta{border-top:1px solid #e5e7eb;padding-top:1rem}.project-languages{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-bottom:3rem}.project-detail-container{background:#f9fafb;margin:0 auto;max-width:1000px;min-height:100vh;padding:2rem}.project-detail-header{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.project-detail-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.project-detail-description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.project-detail-meta{background:#f8fafc;border-radius:12px;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1.5rem}.meta-item{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:.5rem}.project-detail-section{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.section-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.back-button{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s ease}.back-button:hover{background:#2563eb}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tech-tag{background:#dbeafe;border-radius:20px;color:#1e40af;font-size:.875rem;font-weight:500;padding:.25rem .75rem}.feature-list{list-style:none;padding:0}.feature-list li{border-bottom:1px solid #e5e7eb;color:#374151;padding:.5rem 0}.feature-list li:last-child{border-bottom:none}.feature-list li:before{color:#10b981;content:"✓";font-weight:700;margin-right:.5rem}@media (max-width:768px){.projects-grid{grid-template-columns:1fr}.project-content{padding:1.5rem}.link-btn{font-size:.8rem;padding:.4rem .8rem}.project-detail-container{padding:1rem}.project-detail-title{font-size:2rem}.project-detail-meta{flex-direction:column;gap:.5rem}}
/*# sourceMappingURL=main.d196dd78.css.map*/