

@page {
  size: Letter;
  margin: 0;
}

* {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}


.sheet {
  width: 8.5in;
  height: 11in;
  background: #fff;
  color: #000;
  position: relative;
}





[data-template="classic"] {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 11pt;
  line-height: 1.3;
  color: #000;
}

[data-template="modern"] {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10.5pt;
  line-height: 1.4;
  color: #000;
}

[data-template="modern"] .resume-section-title {
  font-size: 12pt;
  letter-spacing: 0.5pt;
  border-bottom: 1pt solid #000;
}

[data-template="executive"] {
  font-family: "Times New Roman", Times, serif;
  font-size: 10pt;
  line-height: 1.25;
  color: #000;
}

[data-template="executive"] .resume-name {
  font-size: 20pt;
}

[data-template="executive"] .resume-section-title {
  font-size: 12pt;
  letter-spacing: 0.5pt;
}


.resume-root {
  width: 100%;
  height: 100%;
}


.resume-container {
  width: 100%;
  height: 100%;
  font-family: "EB Garamond", Georgia, serif;
  font-size: 11pt;
  line-height: 1.3;
}


.resume-name {
  font-size: 24pt;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.25rem 0;
}

.resume-contact {
  font-size: 10.5pt;
  text-align: center;
  margin: 0 0 1rem 0;
  color: #333;
}


.resume-section {
  margin: 0 0 1rem 0;
}

.resume-section-title {
  font-size: 13pt;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1pt;
  border-bottom: 1pt solid #000;
  padding: 0 0 2pt 0;
  margin: 12pt 0 8pt 0;
}

.resume-section:first-of-type .resume-section-title {
  margin-top: 0;
}


.experience-item {
  margin: 0 0 10pt 0;
}

.experience-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 2pt 0;
}

.experience-company,
.experience-title {
  font-weight: 600;
  font-style: italic;
  font-size: 11pt;
}

.experience-dates,
.experience-location {
  font-size: 10pt;
  color: #333;
}

.experience-location {
  font-style: italic;
}

.experience-bullets {
  margin: 3pt 0 0 18pt;
  padding: 0;
  list-style-type: disc;
}

.experience-bullets li {
  margin: 0 0 2pt 0;
  padding: 0 0 0 2pt;
  line-height: 1.35;
}


.education-item {
  margin: 0 0 0.5rem 0;
}

.education-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0 0 2pt 0;
}

.education-school {
  font-weight: 600;
  font-size: 11pt;
}

.education-degree {
  font-size: 10pt;
}

.education-date {
  font-size: 10pt;
  color: #333;
}


.skill-row {
  margin: 0 0 4pt 0;
}

.skill-category {
  font-weight: 600;
}


[data-template="digital"] {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 11pt;
  line-height: 1.6;
  color: #1a1a1a;
}

[data-template="digital"] .resume-name {
  font-size: 32pt;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: left;
  background: linear-gradient(135deg, #000 0%, #444 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
  animation: slideFadeIn 0.8s ease-out;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-template="digital"] .resume-contact {
  text-align: left;
  font-size: 11pt;
  color: #666;
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

[data-template="digital"] .resume-contact span {
  display: flex;
  align-items: center;
}

[data-template="digital"] .resume-contact span span {
  display: none;
  
}

[data-template="digital"] .resume-section-title {
  font-size: 10pt;
  font-weight: 700;
  color: #3b82f6;
  
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: none;
  margin: 3rem 0 1.5rem 0;
}

[data-template="digital"] .resume-section {
  animation: slideFadeIn 0.8s ease-out both;
}

[data-template="digital"] .resume-section:nth-of-type(1) {
  animation-delay: 0.1s;
}

[data-template="digital"] .resume-section:nth-of-type(2) {
  animation-delay: 0.2s;
}

[data-template="digital"] .resume-section:nth-of-type(3) {
  animation-delay: 0.3s;
}

[data-template="digital"] .experience-item {
  margin-bottom: 2rem;
  padding: 1.8rem;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.5);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(241, 245, 249, 0.8);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-template="digital"] .experience-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
  background: #fff;
  border-color: #3b82f633;
}

[data-template="digital"] .experience-company {
  font-size: 14pt;
  font-weight: 700;
  color: #0f172a;
}

[data-template="digital"] .experience-title {
  font-style: normal;
  font-weight: 500;
  color: #64748b;
}

[data-template="digital"] .experience-bullets li {
  color: #475569;
  margin-bottom: 6pt;
}


[data-mode="web"] {
  height: auto !important;
  padding: 0 !important;
}

.resume-web-view {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  [data-template="digital"] .resume-name {
    font-size: 24pt;
  }
}


@media print {
  
}