:root{--primary:#58a6ff;--primary-dark:#1f6feb;--bg:#0d1117;--text:#c9d1d9;--card-bg:#161b22;--shadow:#ffffff0d}body.light-mode{--primary:#007bff;--primary-dark:#0056d2;--bg:#f9fbfd;--text:#1a1a1a;--card-bg:#fff;--shadow:#00000014}*{box-sizing:border-box;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);margin:0;font-family:Poppins,sans-serif;transition:background .4s,color .4s}header#hero{color:#fff;text-align:center;background:linear-gradient(135deg,#141e30,#243b55);padding:120px 20px 140px;position:relative;overflow:hidden}header h1{margin:0;font-size:3rem;font-weight:700}header p{margin:10px 0 25px;font-size:1.2rem}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.cta-btn{background-color:var(--primary);color:#0d1117;border:none;border-radius:30px;padding:12px 30px;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn:hover{background-color:var(--primary-dark);color:#fff;transform:translateY(-3px)}#progress-bar{height:4px;width:0%;background:var(--primary);z-index:9999;transition:width .25s;position:fixed;top:0;left:0}.theme-toggle{width:45px;height:45px;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;font-size:20px;transition:all .3s;position:absolute;top:25px;right:25px}.theme-toggle:hover{background:#ffffff40}section{max-width:1100px;margin:0 auto;padding:80px 20px}.section-title{text-align:center;color:var(--primary);margin-bottom:50px;font-size:2rem}.subsection-title{color:var(--primary-dark);margin-top:60px;font-size:1.5rem}.about-wrapper{flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;display:flex}.profile-img{width:280px;border-radius:50%;box-shadow:0 8px 18px #00000080}.about-text{color:var(--text);flex:400px;font-size:1.05rem;line-height:1.7}.timeline{margin:2rem 0;padding:1rem 0;position:relative}.timeline:after{content:"";width:3px;background-color:var(--primary);margin-left:-1.5px;position:absolute;top:0;bottom:0;left:50%}.timeline-item{width:45%;-webkit-backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#161b22e6;border:1px solid #58a6ff1a;border-radius:10px;padding:1.5rem;transition:transform .3s,border .3s;position:relative;box-shadow:0 4px 20px #0006}.timeline-item:hover{border-color:var(--primary);transform:translateY(-5px)}.timeline-item.left{left:0}.timeline-item.right{left:55%}.timeline-item:before{content:"";width:16px;height:16px;background:var(--primary);border:3px solid var(--bg);border-radius:50%;position:absolute;top:20px}.timeline-item.left:before{right:-10px}.timeline-item.right:before{left:-10px}.role{font-weight:600}.duration{color:#999;font-size:.9rem}ul{margin-top:10px;padding-left:20px}ul li{margin-bottom:8px;line-height:1.5}.project-card{-webkit-backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#161b22d9;border:1px solid #58a6ff1a;border-radius:15px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:30px;margin-bottom:60px;padding:25px;transition:background .4s,transform .3s,border .3s;display:flex;box-shadow:0 6px 20px #00000080}.project-card:hover{border-color:var(--primary);transform:translateY(-6px)}.project-info{flex:45%}.project-info h3{color:var(--primary);margin-bottom:10px}.project-info p{margin-bottom:10px;line-height:1.6}.project-image{text-align:center;flex:45%}.project-image img{width:100%;border-radius:10px;margin-bottom:10px;box-shadow:0 4px 12px #0006}.multi-img img{width:48%;border-radius:8px;margin:1%}.contact-wrapper{text-align:center}.contact-buttons{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:20px;display:flex}.footer{text-align:center;color:#c9d1d9;background:#161b22;padding:40px 20px;position:relative}.footer a{color:#fff;margin:0 10px;text-decoration:none}.back-to-top{background:var(--primary);color:#0d1117;border-radius:50%;padding:8px 12px;font-weight:700;transition:all .3s;position:absolute;top:-25px;right:25px;box-shadow:0 4px 10px #0003}.back-to-top:hover{transform:translateY(-3px)}@media (max-width:768px){.timeline:after{left:20px}.timeline-item{width:100%;margin-bottom:40px;margin-left:40px;left:0!important}.timeline-item:before{left:-30px}.project-card{flex-direction:column}.project-info,.project-image{flex:100%}.about-wrapper{text-align:center;flex-direction:column}.profile-img{width:220px}}.scroll-gallery{white-space:nowrap;-webkit-overflow-scrolling:touch;border-radius:10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;box-shadow:0 4px 12px #0006}.gallery-track{gap:15px;padding:10px;display:inline-flex}.gallery-track img{width:240px;height:auto;border-radius:10px;flex-shrink:0;transition:transform .3s}.gallery-track img:hover{transform:scale(1.05)}.fixed-orientation{object-fit:cover;height:280px;transform:rotate(0)!important}.scroll-gallery{white-space:nowrap;-webkit-overflow-scrolling:touch;border-radius:10px;padding-bottom:10px;overflow-x:auto;overflow-y:hidden;box-shadow:0 4px 12px #0006}.gallery-track{gap:15px;padding:10px;display:inline-flex}.gallery-track img{width:240px;height:auto;border-radius:10px;flex-shrink:0;transition:transform .3s}.gallery-track img:hover{transform:scale(1.05)}@media (max-width:768px){section{padding:60px 16px}header#hero{padding:100px 20px}header h1{font-size:2rem}header p{font-size:1rem}.about-wrapper{text-align:center;flex-direction:column}.profile-img{width:180px;margin-bottom:20px}.about-text{font-size:1rem}.project-card{text-align:center;flex-direction:column;gap:20px;padding:20px}.project-info,.project-image{flex:100%}.project-info h3{font-size:1.3rem}.project-info p{font-size:.95rem}.scroll-gallery{white-space:nowrap;width:100%;padding:10px 0;display:block;overflow-x:auto}.gallery-track{gap:10px;padding:0 5px;display:inline-flex}.gallery-track img{width:180px;height:auto;border-radius:8px}.timeline:after{left:20px}.timeline-item{width:100%;margin:0 0 40px 40px;left:0!important}.timeline-item:before{left:-30px}.contact-buttons{flex-direction:column;gap:10px}.footer{padding:30px 10px;font-size:.9rem}.back-to-top{top:-20px;right:20px}}#conference .gallery-track img{object-fit:cover;height:280px;width:auto;border-radius:10px;transition:transform .3s}#conference .gallery-track img[alt*=SWE\ Conference]{transform:rotate(90deg)}@media (max-width:768px){#conference .gallery-track img[alt*=SWE\ Conference]{transform:rotate(90deg)scale(.9)}}
/*# sourceMappingURL=index.c11200b8.css.map */
