/* Resume Styles */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #96B447, #a8c955);
  border-radius: 20px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #a8c955, #b9da66);
  border: 2px solid rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 20px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
  margin: 4px 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(145deg, #2a2a2a, #1a1a1a);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.resume-container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.resume-header {
  text-align: left;
  margin-bottom: 1.5rem;
}

.resume-header h1 {
  font-size: 2.5rem;
  margin: 0;
  color: #fff;
  font-weight: normal;
  white-space: nowrap;
}

.resume-header h1 span.first-name {
  color: #96B447;
  font-weight: bold;
  margin-right: 3px;
}

.resume-header h2 {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0.2rem 0;
  font-weight: normal;
}

.resume-header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header-imdb-button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-left: 1rem;
}

.header-imdb-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.contact-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 0.5rem;
}

.locations {
  letter-spacing: 0.5px;
}

.contact-info a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  cursor: pointer;
}

.contact-info a:hover {
  color: #fff;
}

.resume-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 1rem 2rem;
  opacity: 0.5;
}

.section-title {
  color: #96B447;
  margin-bottom: 1.5rem;
}

.credits-table {
  width: 100%;
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 0.2rem;
}

.credit-row {
  transition: background-color 0.2s ease;
}

.credit-row:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

td {
  padding: 0.3rem 1rem;
  vertical-align: middle;
}

.show {
  width: 40%;
}

.network {
  width: 25%;
}

.role {
  width: 35%;
}

.show {
  font-weight: bold;
}

.network {
  color: rgba(255, 255, 255, 0.7);
}

.role {
  color: rgba(255, 255, 255, 0.9);
}

.imdb-button {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: block;
  margin: 2rem auto;
  letter-spacing: 0.5px;
}

.imdb-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}

.experience-section, .other-section {
  padding: 0 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  margin-left: 0;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.other-section p {
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.references {
  margin-top: 1rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.awards {
  text-align: right;
  padding: 1rem 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-style: italic;
}

.awards p {
  margin: 0.25rem 0;
}
