html,
body {
  height: 100%;
}

.resume-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0c4a6e 100%);
  color: #f8fafc;
}

.resume-header .dropdown-toggle {
  color: #f8fafc !important;
}

.resume-main {
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 48%, #f8fafc 100%);
  min-height: 60vh;
}

.resume-page .resume-title {
  letter-spacing: -0.02em;
  color: #0f172a;
}

.resume-hero {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.resume-hero-art {
  max-width: min(18rem, 100%);
  height: auto;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
}

.resume-contact-list a {
  text-decoration: none;
}

.resume-contact-list a:hover {
  text-decoration: underline;
}

.resume-skill {
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

.resume-timeline-item:last-child {
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.letter-spacing {
  letter-spacing: 0.08em;
}

#blazor-error-ui {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: 0.75rem 1rem;
  background: #fff3cd;
  border-top: 1px solid #ffc107;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
}
