/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-5v1vz3azki] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5v1vz3azki] {
    flex: 1;
}

.sidebar[b-5v1vz3azki] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5v1vz3azki] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5v1vz3azki]  a, .top-row[b-5v1vz3azki]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5v1vz3azki]  a:hover, .top-row[b-5v1vz3azki]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5v1vz3azki]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5v1vz3azki] {
        justify-content: space-between;
    }

    .top-row[b-5v1vz3azki]  a, .top-row[b-5v1vz3azki]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5v1vz3azki] {
        flex-direction: row;
    }

    .sidebar[b-5v1vz3azki] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5v1vz3azki] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5v1vz3azki]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5v1vz3azki], article[b-5v1vz3azki] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8dcaxamxt5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-8dcaxamxt5] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8dcaxamxt5] {
    font-size: 1.1rem;
}

.bi[b-8dcaxamxt5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    font-size: 1.2rem;
    line-height: 1;
}

.bi-house-door-fill-nav-menu[b-8dcaxamxt5],
.bi-plus-square-fill-nav-menu[b-8dcaxamxt5],
.bi-list-nested-nav-menu[b-8dcaxamxt5] {
    background-image: none;
}

.nav-item[b-8dcaxamxt5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8dcaxamxt5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8dcaxamxt5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8dcaxamxt5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-8dcaxamxt5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8dcaxamxt5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8dcaxamxt5] {
        display: none;
    }

    .collapse[b-8dcaxamxt5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-8dcaxamxt5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Certifications.razor.rz.scp.css */
.experience[b-mml78d8kmw] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1rem 3rem;
}

.experience-card[b-mml78d8kmw] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  gap: 0.5rem;
}

.experience-head[b-mml78d8kmw] {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.75rem;
  row-gap: 0.35rem;
  align-items: center;
}

.experience-head > div[b-mml78d8kmw] {
  display: grid;
  gap: 0.25rem;
}

.experience-role[b-mml78d8kmw] {
  margin: 0;
  font-weight: 700;
  color: #2563eb;
}

.experience-head h1[b-mml78d8kmw] {
  margin: 0;
  font-size: 1.4rem;
}

.experience-meta[b-mml78d8kmw] {
  margin: 0;
  color: #475569;
}

.experience-summary[b-mml78d8kmw] {
  margin: 0;
  line-height: 1.65;
}

.experience-highlights[b-mml78d8kmw] {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  line-height: 1.6;
}

.experience-skills[b-mml78d8kmw] {
  display: grid;
  gap: 0.5rem;
}

.experience-skills h3[b-mml78d8kmw] {
  margin: 0;
  font-size: 1.05rem;
}

.chip-list[b-mml78d8kmw] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip[b-mml78d8kmw] {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #e0ecff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.9rem;
}

.experience-achievements[b-mml78d8kmw] {
  display: grid;
  gap: 0.5rem;
}

.experience-achievements h3[b-mml78d8kmw] {
  margin: 0;
  font-size: 1.05rem;
}

.experience-logo[b-mml78d8kmw] {
  width: auto;
  height: 6.5rem;
  max-height: 100%;
  object-fit: contain;
  border-radius: 0.4rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
  align-self: center;
}

.experience-actions[b-mml78d8kmw] {
  margin-top: auto;
  display: inline-flex;
}

@media (min-width: 768px) {
  .experience[b-mml78d8kmw] {
    padding: 2rem 2.5rem 4rem;
  }

  .experience-card[b-mml78d8kmw] {
    padding: 1.5rem 1.75rem;
  }
}
/* /Pages/Education.razor.rz.scp.css */
.experience[b-vr8gz9topm] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1rem 3rem;
}

.experience-card[b-vr8gz9topm] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  gap: 1rem;
}

.experience-head[b-vr8gz9topm] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.experience-role[b-vr8gz9topm] {
  margin: 0;
  font-weight: 700;
  color: #2563eb;
}

.experience-head h1[b-vr8gz9topm] {
  margin: 0;
  font-size: 1.4rem;
}

.experience-meta[b-vr8gz9topm] {
  margin: 0;
  color: #475569;
}

.experience-summary[b-vr8gz9topm] {
  margin: 0;
  line-height: 1.65;
}

.experience-highlights[b-vr8gz9topm] {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  line-height: 1.6;
}

.experience-skills[b-vr8gz9topm] {
  display: grid;
  gap: 0.5rem;
}

.chip-list[b-vr8gz9topm] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip[b-vr8gz9topm] {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #e0ecff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.9rem;
}

.experience-achievements[b-vr8gz9topm] {
  display: grid;
  gap: 0.5rem;
}

.experience-achievements h3[b-vr8gz9topm] {
  margin: 0;
  font-size: 1.05rem;
}

.experience-skills h3[b-vr8gz9topm] {
  margin: 0;
  font-size: 1.05rem;
}

.school-logo[b-vr8gz9topm] {
  width: auto;
  height: 4.5rem;
  object-fit: contain;
  border-radius: 0.4rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

/* Slightly taller sizing just for the UEH logo to match visual height */
.school-logo[src*="uehLogo"][b-vr8gz9topm] {
  height: 4.5rem;
}

@media (min-width: 768px) {
  .experience[b-vr8gz9topm] {
    padding: 2rem 2.5rem 4rem;
  }

  .experience-card[b-vr8gz9topm] {
    padding: 1.5rem 1.75rem;
  }
}
/* /Pages/Experience.razor.rz.scp.css */
.experience[b-ljtz7jlcyh] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1rem 3rem;
}

.experience-card[b-ljtz7jlcyh] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  gap: 1rem;
}

.experience-head[b-ljtz7jlcyh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: center;
  justify-content: space-between;
}

.experience-role[b-ljtz7jlcyh] {
  margin: 0;
  font-weight: 700;
  color: #2563eb;
}

.experience-head h1[b-ljtz7jlcyh] {
  margin: 0;
  font-size: 1.4rem;
}

.experience-meta[b-ljtz7jlcyh] {
  margin: 0;
  color: #475569;
}

.experience-summary[b-ljtz7jlcyh] {
  margin: 0;
  line-height: 1.65;
}

.experience-highlights[b-ljtz7jlcyh] {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.5rem;
  line-height: 1.6;
}

.experience-skills[b-ljtz7jlcyh] {
  display: grid;
  gap: 0.5rem;
}

.experience-skills h3[b-ljtz7jlcyh] {
  margin: 0;
  font-size: 1.05rem;
}

.chip-list[b-ljtz7jlcyh] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip[b-ljtz7jlcyh] {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #e0ecff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.9rem;
}

.experience-achievements[b-ljtz7jlcyh] {
  display: grid;
  gap: 0.5rem;
}

.experience-achievements h3[b-ljtz7jlcyh] {
  margin: 0;
  font-size: 1.05rem;
}

.experience-logo[b-ljtz7jlcyh] {
  width: auto;
  height: 4.5rem;
  object-fit: contain;
  border-radius: 0.4rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
}

@media (min-width: 768px) {
  .experience[b-ljtz7jlcyh] {
    padding: 2rem 2.5rem 4rem;
  }

  .experience-card[b-ljtz7jlcyh] {
    padding: 1.5rem 1.75rem;
  }
}
/* /Pages/Home.razor.rz.scp.css */
.home[b-fcr2taj1n5] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1rem 3rem;
}

.hero[b-fcr2taj1n5] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
}

.hero-title[b-fcr2taj1n5] {
  margin: 0;
}

.hero-banner[b-fcr2taj1n5] {
  width: 100%;
  height: auto;
  max-width: 1200px;
  border-radius: 0.75rem;
  object-fit: cover;
  border: 1px solid #e3e8f0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
}

.badge-list[b-fcr2taj1n5] {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
}

.badge-list li[b-fcr2taj1n5] {
  display: flex;
}

.about[b-fcr2taj1n5],
.background[b-fcr2taj1n5],
.project[b-fcr2taj1n5],
.stack[b-fcr2taj1n5] {
  display: grid;
  gap: 0.75rem;
}

.home-section[b-fcr2taj1n5] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.background ul[b-fcr2taj1n5] {
  margin: 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.35rem;
}

.project a[b-fcr2taj1n5] {
  color: inherit;
  text-decoration: underline;
}

.stack[b-fcr2taj1n5] {
  gap: 1rem;
}

.stack-grid[b-fcr2taj1n5] {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.stack-item[b-fcr2taj1n5] {
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  text-align: center;
}

.stack-icons[b-fcr2taj1n5] {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.hero-actions[b-fcr2taj1n5] {
  display: flex;
  justify-content: center;
}

.btn-cta[b-fcr2taj1n5] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
}

.btn-cta:hover[b-fcr2taj1n5] {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.3);
  filter: brightness(1.03);
}

.btn-cta:active[b-fcr2taj1n5] {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.25);
}

@media (min-width: 768px) {
  .home[b-fcr2taj1n5] {
    padding: 2rem 2.5rem 4rem;
  }
}
/* /Pages/MyJourney.razor.rz.scp.css */
.journey[b-9908lblbcc] {
  display: grid;
  gap: 2rem;
  padding: 1.5rem 1rem 3rem;
}

.journey-hero[b-9908lblbcc] {
  display: grid;
  gap: 0.5rem;
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 0.85rem;
  padding: 1.5rem 1.75rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.25);
}

.eyebrow[b-9908lblbcc] {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8rem;
  color: #93c5fd;
}

.journey-hero h1[b-9908lblbcc] {
  margin: 0;
  font-size: 1.6rem;
}

.lede[b-9908lblbcc] {
  margin: 0;
  line-height: 1.7;
  max-width: 100%;
  white-space: wrap;
  overflow-x: auto;
}

.timeline[b-9908lblbcc] {
  position: relative;
  display: grid;
  gap: 1.5rem;
}

.timeline-line[b-9908lblbcc] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.75rem;
  width: 2px;
  background: linear-gradient(#2563eb, #0ea5e9);
}

.milestone[b-9908lblbcc] {
  position: relative;
  display: grid;
  gap: 0.5rem;
  padding-left: 2rem;
}

.milestone-marker[b-9908lblbcc] {
  position: absolute;
  width: 0.95rem;
  height: 0.95rem;
  left: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}

.milestone-content[b-9908lblbcc] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1rem 1.2rem;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  display: grid;
  gap: 0.35rem;
}

.milestone-date[b-9908lblbcc] {
  margin: 0;
  font-weight: 700;
  color: #2563eb;
  font-size: 0.95rem;
}

.milestone h2[b-9908lblbcc] {
  margin: 0;
  font-size: 1.2rem;
}

.milestone p[b-9908lblbcc] {
  margin: 0;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .journey[b-9908lblbcc] {
    padding: 2rem 2.5rem 4rem;
  }

  .journey-hero[b-9908lblbcc] {
    padding: 1.75rem 2rem;
  }

  .milestone-content[b-9908lblbcc] {
    padding: 1.15rem 1.4rem;
  }
}
/* /Pages/Projects.razor.rz.scp.css */
﻿.projects[b-yoaubpq75h] {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 1.5rem 1rem 3rem;
}

.project-card[b-yoaubpq75h] {
  background: #f8fafc;
  border: 1px solid #e3e8f0;
  border-radius: 0.75rem;
  padding: 1.25rem 1.5rem;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  display: grid;
  gap: 1rem;
}

.project-head[b-yoaubpq75h] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: space-between;
  align-items: flex-start;
}

.project-label[b-yoaubpq75h] {
  margin: 0;
  font-weight: 700;
  color: #2563eb;
}

.project-head h1[b-yoaubpq75h] {
  margin: 0;
  font-size: 1.5rem;
}

.project-meta[b-yoaubpq75h] {
  margin: 0;
  color: #475569;
}

.project-actions[b-yoaubpq75h] {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.btn-primary[b-yoaubpq75h],
.btn-secondary[b-yoaubpq75h] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.btn-primary[b-yoaubpq75h] {
  background: linear-gradient(90deg, #2563eb, #0ea5e9);
  color: #fff;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

.btn-secondary[b-yoaubpq75h] {
  background: #e2e8f0;
  color: #0f172a;
  border: 1px solid #cbd5e1;
}

.btn-primary:hover[b-yoaubpq75h],
.btn-secondary:hover[b-yoaubpq75h] {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.btn-primary:active[b-yoaubpq75h],
.btn-secondary:active[b-yoaubpq75h] {
  transform: translateY(0);
}

.project-summary[b-yoaubpq75h] {
  margin: 0;
  line-height: 1.65;
}

.project-section[b-yoaubpq75h] {
  display: grid;
  gap: 0.5rem;
}

.project-section h2[b-yoaubpq75h] {
  margin: 0;
  font-size: 1.1rem;
}

.project-section h3[b-yoaubpq75h] {
  margin: 0;
  font-size: 1.05rem;
}

.project-list[b-yoaubpq75h] {
  margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.45rem;
  line-height: 1.6;
}

.chip-list[b-yoaubpq75h] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.chip[b-yoaubpq75h] {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: #e0ecff;
  color: #1e3a8a;
  font-weight: 600;
  font-size: 0.9rem;
}

.project-media[b-yoaubpq75h] {
  display: grid;
  gap: 1rem;
}

.project-media figure[b-yoaubpq75h] {
  margin: 0;
  display: grid;
  gap: 0.35rem;
}

.project-media img[b-yoaubpq75h],
.project-media video[b-yoaubpq75h] {
  width: 100%;
  border-radius: 0.6rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.project-media img[b-yoaubpq75h] {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.project-media video[b-yoaubpq75h] {
  aspect-ratio: 16 / 9;
  background: #0f172a;
  object-fit: contain;
}

.project-media figcaption[b-yoaubpq75h] {
  font-size: 0.9rem;
  color: #475569;
}

@media (min-width: 768px) {
  .projects[b-yoaubpq75h] {
    padding: 2rem 2.5rem 4rem;
  }

  .project-card[b-yoaubpq75h] {
    padding: 1.5rem 1.75rem;
  }

  .project-media[b-yoaubpq75h] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
