body {
  font-family: 'Fira Mono', 'Consolas', 'Menlo', monospace;
  max-width: 900px;
  margin: 2rem auto;
  padding: 2.5rem;
  background: linear-gradient(135deg, #232526 0%, #414345 100%);
  color: #e0e0e0;
  box-shadow: 0 0 24px #0008;
  border-radius: 12px;
}

header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.retro-title {
  font-size: 2.5rem;
  font-family: 'Fira Mono', 'Consolas', monospace;
  color: #00ff90;
  text-shadow: 0 0 8px #00ff90, 0 0 2px #000;
  letter-spacing: 1px;
  margin-bottom: 0.2em;
}

.prompt {
  color: #fff200;
  background: #232526;
  padding: 0 0.3em;
  border-radius: 3px;
  font-weight: bold;
  margin-right: 0.2em;
}

.subtitle {
  color: #b2fffa;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

nav a {
  color: #00e6ff;
  text-decoration: none;
  margin: 0 0.5em;
  font-weight: bold;
  transition: color 0.2s;
}
nav a:hover {
  color: #fff200;
}

section {
  background: rgba(30, 30, 40, 0.85);
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  box-shadow: 0 2px 12px #0004;
}

h2 {
  color: #fff200;
  font-family: 'Fira Mono', monospace;
  margin-bottom: 0.7em;
  text-shadow: 0 0 4px #fff20088;
}

.skills-list {
  list-style: square inside;
  margin: 0.5em 0 0 0;
  padding: 0;
}

.skills-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2em;
  margin-top: 1.2em;
}
.skill-card {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(120deg, #232526 60%, #414345 100%);
  border-radius: 10px;
  box-shadow: 0 2px 12px #0005;
  padding: 1.1em 1.2em;
  transition: transform 0.18s, box-shadow 0.18s;
  border-left: 5px solid #00ff90;
  position: relative;
  overflow: hidden;
}
.skill-card:hover {
  transform: translateY(-3px) scale(1.025);
  box-shadow: 0 6px 24px #00ff9055;
}
.skill-icon {
  font-size: 2.1em;
  margin-right: 0.9em;
  margin-top: 0.1em;
  filter: drop-shadow(0 0 6px #00ff90aa);
}
.skill-title {
  font-family: 'Fira Mono', monospace;
  color: #00ff90;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
  letter-spacing: 0.5px;
}
.skill-list {
  color: #e0e0e0;
  font-size: 1em;
  line-height: 1.5;
}

.project-card {
  background: #232526;
  border-left: 5px solid #00ff90;
  margin-bottom: 1.2em;
  padding: 1em 1.2em;
  border-radius: 6px;
  box-shadow: 0 1px 8px #0003;
}
.project-card h3 {
  color: #00ff90;
  margin-top: 0;
  font-family: 'Fira Mono', monospace;
}
.project-card a {
  color: #00e6ff;
  text-decoration: underline;
}

.experience-card {
  position: relative;
  background: linear-gradient(100deg, #232526 80%, #414345 100%);
  border-left: 5px solid #fff200;
  margin-bottom: 2rem;
  padding: 1.2em 1.5em 1em 1.5em;
  border-radius: 10px;
  box-shadow: 0 2px 16px #fff20022;
  transition: box-shadow 0.18s, transform 0.18s;
}
.experience-card:hover {
  box-shadow: 0 6px 32px #fff20055;
  transform: translateY(-2px) scale(1.01);
}
.experience-card h3 {
  color: #fff200;
  font-family: 'Fira Mono', monospace;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.experience-card p {
  color: #b2fffa;
  margin-bottom: 0.7em;
  margin-top: 0;
}
.experience-card ul {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.experience-card li {
  margin-bottom: 0.3em;
  line-height: 1.6;
  position: relative;
}
.experience-card li::before {
  content: '›';
  color: #00ff90;
  font-weight: bold;
  margin-right: 0.5em;
  font-size: 1.1em;
}

.education .coursework {
  color: #b2fffa;
  font-size: 1rem;
  margin-top: 0.5em;
}

.activities ul {
  list-style: disc inside;
  margin: 0.5em 0 0 0.5em;
  padding: 0;
}

.footer-retro {
  text-align: center;
  color: #00ff90;
  font-family: 'Fira Mono', monospace;
  margin-top: 2.5rem;
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-shadow: 0 0 6px #00ff90;
}

.links-list {
  display: flex;
  gap: 1.2em;
  flex-wrap: wrap;
  margin-top: 0.7em;
}
.link-card {
  display: flex;
  align-items: center;
  background: #232526;
  color: #00e6ff;
  text-decoration: none;
  padding: 0.7em 1.2em;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1em;
  box-shadow: 0 2px 8px #0003;
  transition: background 0.2s, color 0.2s, transform 0.2s;
  border: 2px solid #00ff90;
}
.link-card:hover {
  background: #00ff90;
  color: #232526;
  transform: translateY(-2px) scale(1.04);
}
.link-icon {
  font-size: 1.4em;
  margin-right: 0.7em;
}

.edu-icon {
  font-size: 1.2em;
  margin-right: 0.4em;
  vertical-align: -2px;
}
.edu-card {
  background: rgba(30, 30, 40, 0.92);
  border-left: 5px solid #00ff90;
  border-radius: 10px;
  box-shadow: 0 2px 12px #00ff9022;
  padding: 1.2em 1.5em 1em 1.5em;
  margin-bottom: 1.2em;
}
.edu-degree-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  align-items: baseline;
  font-size: 1.08em;
  margin-bottom: 0.3em;
}
.edu-degree {
  font-weight: bold;
  color: #fff200;
  font-family: 'Fira Mono', monospace;
}
.edu-honor {
  color: #00ff90;
  font-weight: bold;
  font-size: 0.98em;
}
.edu-gpa {
  color: #b2fffa;
  font-size: 0.97em;
}
.edu-school {
  color: #e0e0e0;
  font-size: 1.05em;
  margin-bottom: 0.5em;
}
.edu-accredit {
  color: #00e6ff;
  font-size: 0.95em;
  margin-left: 0.5em;
}
.edu-list {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.edu-list li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}

.exp-icon {
  font-size: 1.2em;
  margin-right: 0.4em;
  vertical-align: -2px;
}
.exp-list {
  display: flex;
  flex-direction: column;
  gap: 1.3em;
}
.exp-card {
  background: rgba(30, 30, 40, 0.92);
  border-left: 5px solid #00ff90; /* Changed from gold to green for consistency */
  border-radius: 10px;
  box-shadow: 0 2px 12px #00ff9022;
  padding: 1.2em 1.5em 1em 1.5em;
}
.exp-role-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2em;
  align-items: baseline;
  font-size: 1.08em;
  margin-bottom: 0.3em;
}
.exp-role {
  font-weight: bold;
  color: #fff200;
  font-family: 'Fira Mono', monospace;
}
.exp-company {
  color: #00ff90;
  font-weight: bold;
  font-size: 0.98em;
}
.exp-location {
  color: #b2fffa;
  font-size: 0.97em;
}
.exp-dates {
  color: #e0e0e0;
  font-size: 0.95em;
}
.exp-list-items {
  margin-top: 0.5em;
  margin-bottom: 0;
  padding-left: 1.2em;
}
.exp-list-items li {
  margin-bottom: 0.3em;
  line-height: 1.6;
}
@media (max-width: 600px) {
  body {
    padding: 0.5rem;
    max-width: 100vw;
  }
  section {
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .retro-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 700px) {
  .skills-grid {
    grid-template-columns: 1fr;
  }
  .edu-degree-row {
    flex-direction: column;
    gap: 0.2em;
  }
  .edu-card {
    padding: 1em 0.7em 0.7em 0.7em;
  }
  .exp-role-row {
    flex-direction: column;
    gap: 0.2em;
  }
  .exp-card {
    padding: 1em 0.7em 0.7em 0.7em;
  }
}
