@import url(https://fonts.googleapis.com/css2?family=Your+Font+Family&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{--navbar-bg:#000;--navbar-text:#fff;--navbar-bg-scrolled:#000000f2;--navbar-shadow:0 2px 20px #0000001a;background-color:var(--navbar-bg);color:var(--navbar-text);left:0;position:fixed;top:0;transform:translateY(0);transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--navbar-bg-scrolled);box-shadow:var(--navbar-shadow)}.navbar.hidden{transform:translateY(-100%)}.navbar .navbar-container{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto 1fr auto;margin:0 auto;max-width:1200px;padding:1rem 2rem}.navbar .navbar-logo{color:var(--navbar-text);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;position:relative;text-decoration:none;transition:all .3s ease}.navbar .navbar-logo:hover{opacity:.8;transform:translateY(-1px)}.navbar .navbar-logo:focus-visible{outline:2px solid var(--navbar-text);outline-offset:2px}.navbar .menu-icon{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-between;padding:0;width:30px}.navbar .menu-icon span{background-color:var(--navbar-text);border-radius:2px;display:block;height:3px;transform-origin:center;transition:all .3s ease}.navbar .menu-icon:hover span{background-color:#3498db}.navbar .menu-icon[aria-expanded=true] span:first-child{transform:translateY(10.5px) rotate(45deg)}.navbar .menu-icon[aria-expanded=true] span:nth-child(2){opacity:0;transform:scaleX(0)}.navbar .menu-icon[aria-expanded=true] span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.navbar .menu-icon:focus-visible{outline:2px solid var(--navbar-text);outline-offset:2px}.navbar .nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.navbar .nav-menu .nav-item .nav-link{align-items:center;border-radius:6px;color:var(--navbar-text);display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.navbar .nav-menu .nav-item .nav-link .nav-icon{font-size:1.1em;opacity:.8;transition:opacity .3s ease}.navbar .nav-menu .nav-item .nav-link .nav-text{transition:transform .3s ease}.navbar .nav-menu .nav-item .nav-link:after{background-color:#ffffff1a;border-radius:6px;content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.navbar .nav-menu .nav-item .nav-link:focus-visible,.navbar .nav-menu .nav-item .nav-link:hover{background-color:#ffffff1a;transform:translateY(-1px)}.navbar .nav-menu .nav-item .nav-link:focus-visible .nav-icon,.navbar .nav-menu .nav-item .nav-link:hover .nav-icon{opacity:1}.navbar .nav-menu .nav-item .nav-link:focus-visible .nav-text,.navbar .nav-menu .nav-item .nav-link:hover .nav-text{transform:translateX(2px)}.navbar .nav-menu .nav-item .nav-link:focus-visible:after,.navbar .nav-menu .nav-item .nav-link:hover:after{transform:scaleX(1)}.navbar .nav-menu .nav-item .nav-link.active{background-color:#3498db33;color:#3498db}.navbar .nav-menu .nav-item .nav-link.active .nav-icon{opacity:1}.navbar .nav-menu .nav-item .nav-link.active:after{background-color:#3498db4d;transform:scaleX(1)}.navbar .nav-menu .nav-item .nav-link:focus-visible{outline:2px solid var(--navbar-text);outline-offset:2px}@media(max-width:768px){.navbar .menu-icon{display:flex}.navbar .nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:var(--navbar-bg-scrolled);box-shadow:var(--navbar-shadow);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);flex-direction:column;left:0;padding:1rem 0;position:absolute;top:100%;transition:-webkit-clip-path .4s ease;transition:clip-path .4s ease;transition:clip-path .4s ease,-webkit-clip-path .4s ease;width:100%}.navbar .nav-menu.active{-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.navbar .nav-menu .nav-item{margin:.25rem 1rem}.navbar .nav-menu .nav-item .nav-link{border-radius:8px;justify-content:center;padding:1rem;text-align:center}.navbar .nav-menu .nav-item .nav-link .nav-icon{font-size:1.2em}.navbar .nav-menu .nav-item .nav-link:hover{background-color:#ffffff26}.navbar .nav-menu .nav-item .nav-link.active{background-color:#3498db4d}}body{padding-top:70px}body.menu-open{overflow:hidden}.home-container{background:linear-gradient(135deg,#f7fafc,#edf2f7);min-height:100vh}.home-container .hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.home-container .hero-section .hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 2fr;margin:0 auto;max-width:1200px}@media(max-width:768px){.home-container .hero-section .hero-content{gap:2rem;grid-template-columns:1fr}}.home-container .hero-section .hero-image .profile-image{border:4px solid #fff3;border-radius:50%;box-shadow:0 10px 25px #0000001a;height:300px;object-fit:cover;width:300px}@media(max-width:768px){.home-container .hero-section .hero-image .profile-image{height:250px;width:250px}}@media(max-width:576px){.home-container .hero-section .hero-image .profile-image{height:200px;width:200px}}.home-container .hero-section .hero-text{text-align:left}@media(max-width:768px){.home-container .hero-section .hero-text{text-align:center}}.home-container .hero-section .hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem}@media(max-width:768px){.home-container .hero-section .hero-title{font-size:2.5rem}}@media(max-width:576px){.home-container .hero-section .hero-title{font-size:2rem}}.home-container .hero-section .hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem;opacity:.9}@media(max-width:768px){.home-container .hero-section .hero-subtitle{font-size:1.25rem}}.home-container .hero-section .hero-description{font-size:1.125rem;line-height:1.6;margin-bottom:2rem;max-width:600px;opacity:.95}@media(max-width:768px){.home-container .hero-section .hero-description{font-size:1rem}}.home-container .hero-section .hero-cta{display:flex;flex-wrap:wrap;gap:1rem}@media(max-width:768px){.home-container .hero-section .hero-cta{justify-content:center}}.home-container .about-section{background:#fff;padding:5rem 2rem}.home-container .about-section .section-header{margin-bottom:3rem;text-align:center}.home-container .about-section .section-header h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.home-container .about-section .section-header h2{font-size:2rem}}.home-container .about-section .section-header p{color:#4a5568;font-size:1.125rem;margin:0 auto;max-width:600px}.home-container .about-section .about-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1200px}@media(max-width:768px){.home-container .about-section .about-content{gap:2rem;grid-template-columns:1fr}}.home-container .about-section .about-text p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.home-container .about-section .about-text p:last-child{margin-bottom:0}.home-container .about-section .about-highlights{display:flex;flex-direction:column;gap:2rem}.home-container .about-section .about-highlights .highlight-item{background:linear-gradient(135deg,#f7fafc,#edf2f7);border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;text-align:center}.home-container .about-section .about-highlights .highlight-item .highlight-number{color:#3182ce;display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.home-container .about-section .about-highlights .highlight-item .highlight-label{color:#4a5568;font-size:1rem;font-weight:500}.home-container .about-section .about-actions{margin-top:2rem;text-align:center}.home-container .about-section .about-actions .btn{font-weight:600;letter-spacing:.025em;min-width:180px;overflow:hidden;position:relative}.home-container .about-section .about-actions .btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.home-container .about-section .about-actions .btn:hover:before{left:100%}.home-container .about-section .about-actions .btn .btn-icon{transition:transform .2s ease}.home-container .about-section .about-actions .btn:hover .btn-icon{transform:translateX(3px)}.home-container .featured-section{background:#f7fafc;padding:5rem 2rem}.home-container .featured-section .section-header{margin-bottom:4rem;text-align:center}.home-container .featured-section .section-header h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.home-container .featured-section .section-header h2{font-size:2rem}}.home-container .featured-section .section-header p{color:#4a5568;font-size:1.125rem;margin:0 auto;max-width:600px}.home-container .featured-section .research-categories{margin:0 auto;max-width:1200px}.home-container .featured-section .category-section{margin-bottom:4rem}.home-container .featured-section .category-section:last-child{margin-bottom:0}.home-container .featured-section .category-title{align-items:center;color:#2d3748;display:flex;font-size:1.5rem;font-weight:600;gap:.75rem;margin-bottom:2rem}.home-container .featured-section .category-title .category-icon{font-size:1.25rem}.home-container .featured-section .featured-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}@media(max-width:576px){.home-container .featured-section .featured-grid{grid-template-columns:1fr}}.home-container .featured-section .featured-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px #0000000d;padding:2rem;position:relative;transition:all .3s ease}.home-container .featured-section .featured-card:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.home-container .featured-section .featured-card .card-header{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.home-container .featured-section .featured-card .card-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.home-container .featured-section .featured-card .card-badge.ongoing{background:#e6fffa;color:#319795}.home-container .featured-section .featured-card .card-badge.course{background:#fef5e7;color:#d69e2e}.home-container .featured-section .featured-card .card-badge.industry{background:#e6f3ff;color:#3182ce}.home-container .featured-section .featured-card .card-badge.fun{background:#f3e8ff;color:#805ad5}.home-container .featured-section .featured-card .team-badge{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;color:#4a5568;font-size:.7rem;font-weight:500;padding:.25rem .5rem}.home-container .featured-section .featured-card h4{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.home-container .featured-section .featured-card p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.home-container .featured-section .featured-card .coming-soon{color:#3182ce;display:inline-block;font-size:.9rem;font-style:italic;font-weight:500}.home-container .featured-section .featured-card .tech-stack{border-top:1px solid #e2e8f0;color:#4a5568;display:block;font-size:.85rem;font-weight:500;margin-top:.5rem;padding-top:.5rem}.home-container .featured-section .featured-card .github-link{align-items:center;color:#3182ce;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;text-decoration:none;transition:all .3s ease}.home-container .featured-section .featured-card .github-link:hover{gap:.75rem}.home-container .featured-section .featured-card .github-link svg{font-size:1rem}.home-container .featured-section .section-footer{margin-top:3rem;text-align:center}.home-container .connect-section{background:#fff;padding:5rem 2rem}.home-container .connect-section .section-header{margin-bottom:3rem;text-align:center}.home-container .connect-section .section-header h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.home-container .connect-section .section-header h2{font-size:2rem}}.home-container .connect-section .section-header p{color:#4a5568;font-size:1.125rem;margin:0 auto;max-width:600px}.home-container .connect-section .social-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));margin:0 auto;max-width:600px}.home-container .connect-section .social-links .social-link{align-items:center;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;color:#4a5568;display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:all .3s ease}.home-container .connect-section .social-links .social-link:hover{background:#3182ce;color:#fff;transform:translateY(-2px)}.home-container .connect-section .social-links .social-link svg{font-size:1.25rem}.home-container .connect-section .social-links .social-link span{font-weight:500}.projects-section{margin-bottom:4rem}.projects-section h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:768px){.projects-section h2{font-size:2rem}}.project-card .project-info h3{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.project-card p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.tech-stack{gap:.75rem;margin-bottom:1rem}.tech-stack span{border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.project-link{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.team-badge{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;color:#4a5568;font-size:.7rem;font-weight:500;margin-left:.75rem;padding:.25rem .5rem}@media(max-width:768px){.projects-section{margin-bottom:3rem}.tech-stack{gap:.5rem}.tech-stack span{font-size:.75rem;padding:.3rem .6rem}}@media(max-width:576px){.tech-stack{gap:.25rem}.tech-stack span{font-size:.7rem;padding:.25rem .5rem}}.page-container{background:linear-gradient(135deg,#f7fafc,#edf2f7);margin:0 auto;max-width:1600px;min-height:100vh;width:100%}.content-wrapper{padding:5rem 2rem}@media(max-width:768px){.content-wrapper{padding:3rem 2rem}}.content-wrapper{margin:0 auto;max-width:1200px;padding:0 2rem}@media(max-width:768px){.content-wrapper{padding:0 1.5rem}}@media(max-width:576px){.content-wrapper{padding:0 1rem}}.cv-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 4px 12px #00000014;color:#fff;margin-bottom:3rem;padding:3rem 2rem;text-align:center}@media(max-width:768px){.cv-header{margin-bottom:2rem;padding:2rem 1.5rem}}@media(max-width:576px){.cv-header{margin-bottom:1.5rem;padding:1.5rem 1rem}}.header-content{margin:0 auto;max-width:800px}.header-content h1{font-size:3.5rem;font-weight:700;margin-bottom:.5rem}@media(max-width:768px){.header-content h1{font-size:2.5rem}}@media(max-width:576px){.header-content h1{font-size:2rem}}.header-content p{font-size:1.125rem;margin-bottom:1.5rem;opacity:.9}@media(max-width:576px){.header-content p{font-size:1rem}}.cv-download-btn{margin-top:1rem}.cv-section{margin:3rem 0}@media(max-width:576px){.cv-section{margin:2rem 0}}.section-title{color:#2d3748;font-size:2.5rem;font-weight:600;margin-bottom:2rem;text-align:center}@media(max-width:768px){.section-title{font-size:2rem}}@media(max-width:576px){.section-title{font-size:1.75rem;margin-bottom:1.5rem}}.timeline{padding-left:2rem;position:relative}@media(max-width:768px){.timeline{padding-left:1.5rem}}@media(max-width:576px){.timeline{padding-left:1rem}}.timeline:before{background:linear-gradient(180deg,#3182ce,#2d3748);content:"";height:100%;left:12px;position:absolute;top:0;width:2px}@media(max-width:576px){.timeline:before{left:8px}}.timeline-item{margin-bottom:2.5rem;position:relative}@media(max-width:576px){.timeline-item{margin-bottom:2rem}}.timeline-item:last-child{margin-bottom:0}.timeline-marker{background:#3182ce;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000014;height:15px;left:-3px;position:absolute;top:8px;width:15px}@media(max-width:576px){.timeline-marker{border-width:2px;height:12px;left:-1px;width:12px}}.timeline-content{margin-left:2.5rem}@media(max-width:768px){.timeline-content{margin-left:2rem}}@media(max-width:576px){.timeline-content{margin-left:1.5rem}}.experience-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:2rem;transition:all .3s ease}@media(max-width:768px){.experience-card{padding:1.5rem}}@media(max-width:576px){.experience-card{padding:1rem}}.experience-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-3px)}.card-header{align-items:flex-start;border-bottom:2px solid #3182ce1a;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}@media(max-width:768px){.card-header{align-items:flex-start;flex-direction:column;gap:.75rem}}@media(max-width:576px){.card-header{gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem}}.company-info h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:.25rem}@media(max-width:576px){.company-info h3{font-size:1.25rem}}.company-info h4{color:#3182ce;font-size:1.25rem;font-weight:500;margin-bottom:.5rem}@media(max-width:576px){.company-info h4{font-size:1.1rem}}.meta-info{color:#2d3748;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.75rem}@media(max-width:768px){.meta-info{flex-direction:column;gap:.25rem}}@media(max-width:576px){.meta-info{font-size:.8rem}}.role-badge{background:#3182ce;border-radius:8px;color:#fff;flex-shrink:0;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase;white-space:nowrap}@media(max-width:576px){.role-badge{font-size:.7rem;padding:.2rem .6rem}}.key-projects{border-top:1px solid #3182ce26;margin-top:1.5rem;padding-top:1.5rem}@media(max-width:576px){.key-projects{margin-top:1rem;padding-top:1rem}}.project-highlight{background:#3182ce08;border:1px solid #3182ce1a;border-radius:8px;margin-bottom:1.5rem;padding:1.5rem;position:relative;transition:all .3s ease}@media(max-width:768px){.project-highlight{padding:1.25rem}}@media(max-width:576px){.project-highlight{margin-bottom:1rem;padding:1rem}}.project-highlight:last-child{margin-bottom:0}.project-highlight:hover{background:#3182ce0d;border-color:#3182ce33;box-shadow:0 2px 8px #0000000d}.project-highlight:before{background:linear-gradient(180deg,#3182ce,#2d3748);border-radius:0 8px 8px 0;content:"";height:100%;left:0;position:absolute;top:0;width:4px}.project-highlight h5{color:#2d3748;font-size:1.1rem;font-weight:600;margin-bottom:.75rem;padding-left:1rem}@media(max-width:576px){.project-highlight h5{font-size:1rem;padding-left:.75rem}}.project-highlight p{color:#2d3748;font-size:1.125rem;line-height:1.6;margin-bottom:1rem;padding-left:1rem}@media(max-width:576px){.project-highlight p{font-size:.95rem;padding-left:.75rem}}.tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-left:1rem}@media(max-width:576px){.tech-stack{gap:.25rem;padding-left:.75rem}}.tech-stack span{background:#3182ce14;border:1px solid #3182ce4d;border-radius:8px;color:#2d3748;font-size:.8rem;font-weight:500;padding:.4rem .8rem;transition:all .3s ease}@media(max-width:576px){.tech-stack span{font-size:.7rem;padding:.3rem .6rem}}.tech-stack span:hover{background:#3182ce26;border-color:#3182ce66}.achievements{list-style:none;margin-top:1rem;padding:0}@media(max-width:576px){.achievements{margin-top:.75rem}}.achievements li{color:#2d3748;font-size:1.125rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}@media(max-width:576px){.achievements li{font-size:.95rem;padding-left:1.25rem}}.achievements li:before{color:#3182ce;content:"▸";font-size:1.1rem;font-weight:700;left:0;position:absolute}.education-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem;margin-top:2rem;width:100%}@media(max-width:576px){.education-grid{gap:1rem;margin-bottom:2rem}}.education-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:1.5rem;transition:all .3s ease}@media(max-width:576px){.education-card{padding:1.25rem}}.education-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.education-card h3{color:#2d3748;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}@media(max-width:576px){.education-card h3{font-size:1.25rem}}.school{color:#3182ce;display:block;font-weight:500;margin-bottom:.25rem}@media(max-width:576px){.school{font-size:.95rem}}.edu-date{color:#2d3748;display:block;font-size:.875rem;margin-bottom:1rem}@media(max-width:576px){.edu-date{font-size:.85rem}}.achievements-list{list-style:none;margin-bottom:3rem;margin-top:1.5rem;max-width:700px}@media(max-width:576px){.achievements-list{margin-bottom:2rem}}.achievements-list li{color:#2d3748;font-size:1.125rem;line-height:1.6;margin-bottom:.75rem;padding-left:1.5rem;position:relative}@media(max-width:576px){.achievements-list li{font-size:.95rem;padding-left:1.25rem}}.achievements-list li:before{color:#3182ce;content:"▸";font-weight:700;left:0;position:absolute}.blog-container,.page-container{background:linear-gradient(135deg,#f7fafc,#edf2f7);margin:0 auto;max-width:1600px;min-height:100vh;width:100%}.blog-container .content-wrapper,.content-wrapper{margin:0 auto;max-width:1200px;padding:5rem 2rem}@media(max-width:768px){.blog-container .content-wrapper,.content-wrapper{padding:3rem 2rem}}.blog-container{background:linear-gradient(135deg,#667eea05,#764ba205);min-height:100vh}.blog-container .content-wrapper{max-width:1200px}.blog-header{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;margin-bottom:4rem;overflow:hidden;padding:3rem 2rem;position:relative;text-align:center}.blog-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.blog-header>*{position:relative;z-index:1}.blog-header h1{font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.blog-header .blog-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.blog-header .author-info{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff1a;border-radius:25px;display:inline-flex;gap:.5rem;padding:.5rem 1rem}.blog-header .author-info .author-icon{font-size:.875rem}.blog-header .author-info span{font-size:.875rem;font-weight:500}.blog-posts{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.blog-post{border-bottom:1px solid #0000001a;margin-bottom:3rem;padding:0 0 2rem}.blog-post:last-child{border-bottom:none;margin-bottom:0}.post-header,.post-title{margin-bottom:1rem}.post-title{color:#2d3748;font-size:1.5rem;font-weight:700;letter-spacing:-.01em;line-height:1.3}.post-meta{color:#2d3748;gap:1.5rem}.meta-item{gap:.5rem}.post-content,.post-excerpt{margin-bottom:1.5rem}.post-excerpt{color:#2d3748;font-size:1rem;line-height:1.6}.post-categories{gap:.5rem}.read-more-btn{align-items:center;background:#2d3748;border:2px solid #0000;border-radius:8px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.read-more-btn:hover{background:#232b38;box-shadow:0 4px 12px #2d37484d;transform:translateY(-2px)}.read-more-btn .external-icon{font-size:.75rem}.error-state .retry-button{background:#3182ce;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.error-state .retry-button:hover{background:#2c75b9;transform:translateY(-2px)}.no-articles{color:#2d3748;padding:4rem 2rem;text-align:center}.no-articles h3{color:#2d3748;margin-bottom:1rem}.blog-footer{border-top:1px solid #0000001a;color:#2d3748;margin-top:2rem;padding:2rem;text-align:center}.blog-footer .medium-link{color:#3182ce;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-footer .medium-link:hover{color:#2768a5;text-decoration:underline}@media(max-width:992px){.blog-posts{gap:1.5rem}}@media(max-width:768px){.blog-header{margin-bottom:3rem;padding:2rem 1rem}.blog-header h1{font-size:2.5rem}.blog-header .blog-subtitle{font-size:1.125rem}.blog-posts{gap:1.5rem}.post-title{font-size:1.25rem}.post-meta{flex-direction:column;gap:.5rem}}@media(max-width:576px){.blog-header h1{font-size:2rem}.blog-header .blog-subtitle{font-size:1rem}.blog-posts{gap:1rem}.post-categories{gap:.25rem}.category-tag{font-size:.6875rem;padding:.2rem .6rem}}.blog-list{display:flex;flex-direction:column;gap:2rem}.blog-post .post-title{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.blog-post .post-excerpt{color:#4a5568;line-height:1.6;margin-bottom:1rem}.post-meta{color:#4a5568;display:flex;font-size:.875rem;gap:2rem;margin-bottom:1rem}@media(max-width:768px){.post-meta{flex-direction:column;gap:.75rem}}.meta-item{align-items:center;display:flex;gap:.75rem}.meta-icon{color:#3182ce;font-size:.75rem}.post-categories{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.category-tag{background:#3182ce1a;border:1px solid #3182ce33;border-radius:20px;color:#3182ce;font-size:.75rem;font-weight:500;padding:.25rem .75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-tag:hover{background:#3182ce26;border-color:#3182ce4d}.author-info{align-items:center;background:#3182ce1a;border-radius:25px;display:inline-flex;gap:.75rem;margin-top:1rem;padding:.75rem 1rem}.author-info .author-icon{color:#3182ce;font-size:.875rem}.author-info span{color:#2d3748;font-size:.875rem;font-weight:500}.post-footer{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}@media(max-width:768px){.post-categories{gap:.5rem}.category-tag{font-size:.7rem;padding:.2rem .6rem}}@media(max-width:576px){.post-categories{gap:.25rem}.category-tag{font-size:.65rem;padding:.15rem .5rem}}.contact-container{display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:1200px;min-height:80vh;padding:4rem 2rem}.contact-container .contact-header{margin-bottom:3rem;text-align:center}.contact-container .contact-header h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:1rem;position:relative}.contact-container .contact-header h2:after{background:linear-gradient(90deg,#3498db,#2980b9);border-radius:2px;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.contact-container .contact-header p{color:#7f8c8d;font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-container .contact-content{grid-gap:3rem;align-items:start;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}@media(max-width:768px){.contact-container .contact-content{gap:2rem;grid-template-columns:1fr}}.contact-container .contact-info{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;box-shadow:0 10px 30px #0000001a;color:#fff;padding:2rem}.contact-container .contact-info h3{font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.contact-container .contact-info .contact-item{align-items:flex-start;background:#ffffff1a;border-radius:10px;display:flex;margin-bottom:1.5rem;padding:1rem;transition:transform .3s ease,background .3s ease}.contact-container .contact-info .contact-item:hover{background:#ffffff26;transform:translateY(-2px)}.contact-container .contact-info .contact-item .contact-icon{color:#ecf0f1;font-size:1.5rem;margin-right:1rem;margin-top:.25rem}.contact-container .contact-info .contact-item div{flex:1 1}.contact-container .contact-info .contact-item div h4{color:#ecf0f1;font-size:1rem;font-weight:600;margin-bottom:.5rem}.contact-container .contact-info .contact-item div a,.contact-container .contact-info .contact-item div button,.contact-container .contact-info .contact-item div p{color:#bdc3c7;font-size:.95rem;text-decoration:none;transition:color .3s ease}.contact-container .contact-info .contact-item div a:hover,.contact-container .contact-info .contact-item div button:hover{color:#fff}.contact-container .contact-info .contact-item div .social-link{background:none;border:none;color:#bdc3c7;cursor:pointer;font-size:.95rem;padding:0;transition:color .3s ease}.contact-container .contact-info .contact-item div .social-link:hover{color:#fff}.contact-container .contact-form-container{background:#fff;border:1px solid #ecf0f1;border-radius:15px;box-shadow:0 10px 30px #0000001a;padding:2.5rem}.contact-container .contact-form-container h3{color:#2c3e50;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.contact-container .contact-form-container .contact-form .form-group{margin-bottom:1.5rem}.contact-container .contact-form-container .contact-form .form-group label{color:#2c3e50;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.contact-container .contact-form-container .contact-form .form-group input,.contact-container .contact-form-container .contact-form .form-group textarea{background:#f8f9fa;border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.contact-container .contact-form-container .contact-form .form-group input:focus,.contact-container .contact-form-container .contact-form .form-group textarea:focus{background:#fff;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a;outline:none}.contact-container .contact-form-container .contact-form .form-group input.error,.contact-container .contact-form-container .contact-form .form-group textarea.error{border-color:#e74c3c;box-shadow:0 0 0 3px #e74c3c1a}.contact-container .contact-form-container .contact-form .form-group input::placeholder,.contact-container .contact-form-container .contact-form .form-group textarea::placeholder{color:#95a5a6}.contact-container .contact-form-container .contact-form .form-group textarea{min-height:120px;resize:vertical}.contact-container .contact-form-container .contact-form .form-group .error-message{color:#e74c3c;display:block;font-size:.85rem;margin-top:.5rem}.contact-container .contact-form-container .contact-form .submit-btn{background:linear-gradient(135deg,#3498db,#2980b9);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.contact-container .contact-form-container .contact-form .submit-btn:hover:not(:disabled){box-shadow:0 5px 15px #3498db66;transform:translateY(-2px)}.contact-container .contact-form-container .contact-form .submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.contact-container .contact-form-container .contact-form .success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-top:1rem;padding:1rem;text-align:center}.contact-container .contact-form-container .contact-form .error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-top:1rem;padding:1rem;text-align:center}@media(max-width:768px){.contact-container{padding:2rem 1rem}.contact-container .contact-header h2{font-size:2rem}.contact-container .contact-form-container{padding:1.5rem}}.contact-form-container{animation:fadeInUp .6s ease-out}.contact-info{animation:fadeInLeft .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.page-container,.testimonials-container{background:linear-gradient(135deg,#f7fafc,#edf2f7);margin:0 auto;max-width:1600px;min-height:100vh;width:100%}.content-wrapper,.testimonials-container .content-wrapper{margin:0 auto;max-width:1200px;padding:5rem 2rem}@media(max-width:768px){.content-wrapper,.testimonials-container .content-wrapper{padding:3rem 2rem}}.testimonials-container{background-color:#764ba2}.testimonials-container .content-wrapper{text-align:center}.testimonials-container h1{color:#3182ce;font-size:3.5rem;margin-bottom:2rem}.testimonials-container .coming-soon-card{border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.testimonials-container .coming-soon-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.testimonials-container .coming-soon-card h2{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.testimonials-container .coming-soon-card p{color:#2d3748;font-size:1rem;margin-bottom:0}@media(max-width:768px){.testimonials-container h1{font-size:2.5rem}.testimonials-container .coming-soon-card h2{font-size:1.5rem}.testimonials-container .coming-soon-card p{font-size:.875rem}}.gallery-container,.page-container{background:linear-gradient(135deg,#f7fafc,#edf2f7);margin:0 auto;max-width:1600px;min-height:100vh;width:100%}.content-wrapper,.gallery-container .content-wrapper{margin:0 auto;max-width:1200px;padding:5rem 2rem}@media(max-width:768px){.content-wrapper,.gallery-container .content-wrapper{padding:3rem 2rem}}.section-header{margin-bottom:4rem;text-align:center}.section-header h1{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.section-header h1{font-size:2rem}}.section-header p{color:#4a5568;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.clean-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.clean-card:hover{border-color:#3182ce}.clean-card .card-header{align-items:flex-start;border-bottom:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}@media(max-width:768px){.clean-card .card-header{flex-direction:column;gap:.75rem}}.clean-card .badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .75rem;text-transform:uppercase}.clean-card .badge.ongoing{background:#e6fffa;color:#319795}.clean-card .badge.course{background:#fef5e7;color:#d69e2e}.clean-card .badge.industry{background:#e6f3ff;color:#3182ce}.clean-card .badge.research{background:#e6fffa;color:#319795}.clean-card .badge.academic{background:#fef5e7;color:#d69e2e}.clean-card .badge.internship{background:#e6f3ff;color:#3182ce}.clean-card h3,.clean-card h4{color:#2d3748;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.clean-card p{color:#4a5568;line-height:1.6;margin-bottom:1rem}.clean-card .meta-info{color:#4a5568;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1rem}@media(max-width:768px){.clean-card .meta-info{flex-direction:column;gap:.75rem}}.grid-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:2rem}@media(max-width:576px){.grid-container{grid-template-columns:1fr}}.btn,.error-state .retry-button{align-items:center;border:2px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.025em;overflow:hidden;padding:.875rem 1.75rem;position:relative;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn:hover,.error-state .retry-button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-1px)}.btn:active,.error-state .retry-button:active{transform:translateY(0)}.btn .btn-icon,.error-state .retry-button .btn-icon{font-size:.9rem;transition:transform .2s ease}.btn:hover .btn-icon,.error-state .retry-button:hover .btn-icon{transform:translateX(2px)}.btn.btn-primary,.error-state .retry-button{background:linear-gradient(135deg,#3182ce,#2768a5);box-shadow:0 2px 8px #3182ce4d;color:#fff}.btn.btn-primary:hover,.error-state .retry-button:hover{background:linear-gradient(135deg,#2c75b9,#225b90);box-shadow:0 4px 16px #3182ce66}.btn.btn-primary:active,.error-state .retry-button:active{box-shadow:0 2px 8px #3182ce4d}.btn.btn-outline,.error-state .btn-outline.retry-button{background:#0000;border-color:#3182ce;color:#3182ce}.btn.btn-outline:hover,.error-state .btn-outline.retry-button:hover{background:#3182ce;box-shadow:0 4px 12px #3182ce40;color:#fff}.btn.btn-outline:active,.error-state .btn-outline.retry-button:active{background:#2c75b9}.btn.btn-secondary,.error-state .btn-secondary.retry-button{background:#f7fafc;border-color:#e2e8f0;color:#2d3748}.btn.btn-secondary:hover,.error-state .btn-secondary.retry-button:hover{background:#ecf3f8;border-color:#3182ce;color:#3182ce}.btn.btn-ghost,.error-state .btn-ghost.retry-button{background:#0000;border-color:#0000;color:#4a5568}.btn.btn-ghost:hover,.error-state .btn-ghost.retry-button:hover{background:#3182ce0d;color:#3182ce}.btn.btn-sm,.error-state .btn-sm.retry-button{font-size:.875rem;padding:.625rem 1.25rem}.btn.btn-lg,.error-state .btn-lg.retry-button{font-size:1.05rem;padding:1rem 2rem}.btn.disabled,.btn:disabled,.error-state .disabled.retry-button,.error-state .retry-button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.btn.disabled:hover,.btn:disabled:hover,.error-state .disabled.retry-button:hover,.error-state .retry-button:disabled:hover{box-shadow:none!important;transform:none!important}.about-actions{margin-top:2rem}.about-actions .btn,.about-actions .error-state .retry-button,.error-state .about-actions .retry-button{justify-content:center;min-width:160px}.section-header-with-action{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}@media(max-width:768px){.section-header-with-action{flex-direction:column;gap:.75rem}}.section-header-with-action h2{color:#2d3748;font-size:2.5rem;font-weight:700;margin-bottom:.75rem}@media(max-width:768px){.section-header-with-action h2{font-size:2rem}}.section-header-with-action p{color:#4a5568;margin-bottom:0}.error-state .section-header-with-action .retry-button,.section-header-with-action .btn,.section-header-with-action .error-state .retry-button{flex-shrink:0}.error-state,.loading-state{color:#2d3748;padding:4rem 2rem;text-align:center}.loading-state .spinner{animation:spin 1s linear infinite;color:#3182ce;font-size:2rem;margin-bottom:1rem}.loading-state p{font-size:1.125rem;margin:0}.error-state h2{color:#2d3748;margin-bottom:1rem}.error-state p{font-size:1.125rem;margin-bottom:2rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.gallery-container .content-wrapper{text-align:center}.gallery-container h1{color:#3182ce;font-size:3.5rem;margin-bottom:2rem}.gallery-container .coming-soon-card{background-color:#f7fafc;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.gallery-container .coming-soon-card:hover{box-shadow:0 6px 12px #00000026;transform:translateY(-5px)}.gallery-container .coming-soon-card h2{color:#2d3748;font-size:2.5rem;margin-bottom:1rem}.gallery-container .coming-soon-card p{color:#2d3748;font-size:1rem;margin-bottom:0}@media(max-width:768px){.gallery-container h1{font-size:2.5rem}.gallery-container .coming-soon-card h2{font-size:1.5rem}.gallery-container .coming-soon-card p{font-size:.875rem}}.coming-soon{margin-top:1rem}.coming-soon span{color:#3182ce;font-size:.9rem;font-style:italic;font-weight:500}.footer{background-color:#2d3748;color:#fff;font-family:Arial,sans-serif;font-size:1rem;line-height:1.6;padding:2rem}.footer .footer-container{margin:0 auto;max-width:1200px;padding:2rem}.footer .footer-main{grid-gap:2rem;border-bottom:1px solid #ffffff1a;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-bottom:2rem}.footer .footer-section h5{color:#3182ce;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer .footer-about p{margin-bottom:1rem}.footer .footer-links ul{list-style-type:none;padding:0}.footer .footer-links ul li{margin-bottom:.75rem}.footer .footer-links ul li a{color:#fff;text-decoration:none;transition:color .3s ease}.footer .footer-links ul li a:hover{color:#3182ce}.footer .footer-social .social-icons{display:flex;flex-direction:column;gap:.75rem}.footer .footer-social .social-icons a{color:#fff;text-decoration:none;transition:color .3s ease}.footer .footer-social .social-icons a:hover{color:#3182ce}.footer .footer-newsletter p{margin-bottom:1rem}.footer .footer-newsletter .btn-primary{background-color:#3182ce;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:.75rem 1rem;text-decoration:none;transition:background-color .3s ease}.footer .footer-newsletter .btn-primary:hover{background-color:#2768a5}.footer .footer-bottom{color:#ffffffb3;font-size:.9rem;margin-top:2rem;text-align:center}@media(max-width:768px){.footer .footer-main{grid-template-columns:1fr;text-align:center}.footer .footer-section{margin-bottom:2rem}.footer .footer-social .social-icons{flex-direction:row;justify-content:center}.footer .footer-newsletter .btn-primary{display:block;width:100%}}*{box-sizing:border-box;margin:0;padding:0}ol,ul{list-style:none}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sans-serif;font-size:16px;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:serif;line-height:1.2;margin-bottom:.5em}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1em}.page-content{background-color:#fff;box-shadow:0 0 10px #0000001a;margin:0 auto;max-width:1200px;padding:2rem}@media(max-width:768px){.page-content{padding:1rem}}body,html{height:100%}#root,.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 0 auto}.footer{flex-shrink:0}
/*# sourceMappingURL=main.6a056dbb.css.map*/