#about-photo-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #042222 0%, #021A1A 100%);
  border-radius: 0.75rem;
  overflow: hidden;
  gap: 0.75rem;
}

#about-avatar {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#about-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

#about-job-title {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
  background: #042222;
  border-radius: 0.75rem;
  overflow: hidden;
}

#about-name-display {
  position: fixed;
  z-index: 10;
  overflow: hidden;
}
#about-name-display svg {
  display: block;
  overflow: visible;
}
#about-name-display text {
  fill: #FFFFFF;
}
#about-name-display {
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-name-display #about-name-svg {
  width: 100%;
}
#about-name-display #about-name-text {
  font-family: "Warren", sans-serif;
}

#about-intro-heading {
  position: fixed;
  z-index: 10;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: none;
  position: relative;
}
#about-intro-heading::before, #about-intro-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
}
#about-intro-heading::before {
  top: 0;
  background: linear-gradient(to right, #2CC295, transparent 65%);
}
#about-intro-heading::after {
  bottom: 0;
  background: linear-gradient(to right, #2CC295, transparent);
}

#about-bio-text {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: visible;
  padding: 0;
}
#about-bio-text .section-header {
  flex-shrink: 0;
}
#about-bio-text .section-content {
  flex: 1;
  overflow: visible;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about-bio-text .section-content p {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1.45;
}
#about-bio-text .about-cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #00DF82;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  text-decoration: none;
  transition: all 150ms ease;
  margin-top: 0.25rem;
}
#about-bio-text .about-cta-link i {
  font-size: 0.65rem;
  transition: transform 150ms ease;
}
#about-bio-text .about-cta-link:hover {
  color: #FFFFFF;
}
#about-bio-text .about-cta-link:hover i {
  transform: translateX(3px);
}

#about-courses-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.about-stat-num {
  color: #00DF82;
  font-weight: 700;
}

#about-fun-fact {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
  background: rgba(3, 27, 27, 0.5);
  border: 2px solid #2CC295;
  border-radius: 0 0 0.75rem 0.75rem;
  overflow: hidden;
}

.fun-fact-text {
  font-size: 0.75rem;
  color: #F1F7F7;
  line-height: 1.45;
}

.fun-fact-label {
  color: #00DF82;
  font-weight: 700;
  text-transform: uppercase;
}

#about-download-cv {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#about-cv-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 100%;
  background: linear-gradient(90deg, #042222, #5EAF74);
  border-radius: 0 9999px 9999px 0;
  text-decoration: none;
  cursor: pointer;
  transition: box-shadow 300ms ease, filter 300ms ease;
}
#about-cv-link:hover {
  box-shadow: 0 0 20px rgba(94, 175, 116, 0.5);
  filter: brightness(1.1);
}
#about-cv-link span {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
}

#about-cv-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5EAF74;
  border-radius: 9999px;
  flex-shrink: 0;
}
#about-cv-icon i {
  color: #021A1A;
  font-size: 0.875rem;
}
#about-cv-icon i {
  font-size: 1.125rem;
}

#about-stats-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  overflow: hidden;
}
#about-stats-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 0;
}
#about-stats-card ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #F1F7F7;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
#about-stats-card ul li i {
  color: #00DF82;
  flex-shrink: 0;
}

#about-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: #00DF82;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

#about-timeline-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 1rem;
  border: 2px solid #031B1B;
  border-radius: 0.75rem;
}

.timeline {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
  position: relative;
  padding-left: 1.25rem;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #03624C transparent;
}
.timeline::-webkit-scrollbar {
  width: 6px;
}
.timeline::-webkit-scrollbar-track {
  background: transparent;
}
.timeline::-webkit-scrollbar-thumb {
  background: #03624C;
  border-radius: 9999px;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #00DF82, rgba(0, 223, 130, 0));
}

.timeline-item {
  position: relative;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: calc(-1.25rem + 0.25rem);
  top: 0.35rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  background: #00DF82;
  box-shadow: 0 0 6px rgba(0, 223, 130, 0.6);
}

.timeline-year {
  font-size: 0.75rem;
  font-weight: 600;
  color: #00DF82;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  display: block;
  margin-bottom: 0.25rem;
}

.timeline-content h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FFFFFF;
}
.timeline-content .timeline-org {
  font-size: 0.75rem;
  color: #2CC295;
  margin: 0.25rem 0;
}
.timeline-content p:last-child {
  font-size: 0.75rem;
  color: rgba(241, 247, 247, 0.75);
  line-height: 1.625;
}

#about-education-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, transparent 0%, #031B1B 100%);
  border-radius: 0 0 0.75rem 0.75rem;
  padding: 1rem;
  overflow: hidden;
}

.edu-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.edu-item {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
}

.edu-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.edu-abbr {
  font-size: 0.75rem;
  font-weight: 600;
  color: #00DF82;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.edu-year {
  font-size: 0.75rem;
  font-weight: 600;
  color: #00DF82;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  flex-shrink: 0;
  padding-top: 0.1rem;
}

.edu-content h3 {
  font-size: 0.75rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.375;
}
.edu-content p {
  font-size: 0.75rem;
  color: #5EAF74;
  margin-top: 0.15rem;
}

#about-skills-card {
  position: fixed;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#about-skills-card .section-header {
  flex-shrink: 0;
  margin-bottom: 0.5rem;
}

#about-tech-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tech-tabs {
  display: flex;
  flex-shrink: 0;
  border-bottom: 1px solid #03624C;
  margin-bottom: 0.25rem;
}

.tech-tab {
  flex: 0 0 auto;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(241, 247, 247, 0.5);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #F1F7F7;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
  padding: 0.25rem 0.75rem;
  cursor: pointer;
  transition: color 150ms ease, border-color 150ms ease;
  margin-bottom: -1px;
}
.tech-tab:hover {
  color: #F1F7F7;
}
.tech-tab--active {
  color: #00DF82;
  border-bottom-color: #00DF82;
}

.tech-panels {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.tech-panel {
  display: none;
  height: 100%;
  overflow-y: auto;
  padding: 0.75rem 1rem 0;
  scrollbar-width: thin;
  scrollbar-color: #03624C transparent;
}
.tech-panel::-webkit-scrollbar {
  width: 6px;
}
.tech-panel::-webkit-scrollbar-track {
  background: transparent;
}
.tech-panel::-webkit-scrollbar-thumb {
  background: #03624C;
  border-radius: 9999px;
}
.tech-panel--active {
  display: block;
}

.tech-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  gap: 0.5rem 0.75rem;
  align-content: start;
}
.tech-list li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #F1F7F7;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
.tech-list li i {
  color: #00DF82;
  width: 0.75rem;
  text-align: center;
  flex-shrink: 0;
}