/* Professional résumé panel. Scoped so the 3D world keeps its original visual style. */
.behindTheScene-content {
  --resume-bg: #0b0b10;
  --resume-panel: #111118;
  --resume-panel-soft: #15151d;
  --resume-line: rgba(255, 255, 255, 0.11);
  --resume-text: #f7f7fa;
  --resume-muted: rgba(247, 247, 250, 0.66);
  --resume-accent: #ff718f;
  --resume-accent-soft: rgba(255, 113, 143, 0.12);
  --resume-green: #a8f5ca;
  color: var(--resume-text);
  background: var(--resume-bg);
}

.behindTheScene-content .resume-experience,
.behindTheScene-content .resume-experience button,
.behindTheScene-content .resume-experience a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.behindTheScene-content .resume-hero {
  padding: 26px clamp(30px, 4.2vw, 50px) 30px;
  border-bottom-color: var(--resume-line);
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 74, 124, 0.13), transparent 30%),
    linear-gradient(135deg, #12121a, var(--resume-bg) 68%);
}

.behindTheScene-content .resume-hero::before {
  opacity: 0.08;
  background-size: 48px 48px;
}

.behindTheScene-content .resume-hero::after {
  right: clamp(26px, 4vw, 50px);
  bottom: -0.08em;
  color: rgba(255, 255, 255, 0.025);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(7rem, 16vw, 13rem);
  font-weight: 800;
  letter-spacing: -0.1em;
}

.behindTheScene-content .resume-toolbar {
  margin-bottom: 16px;
}

.behindTheScene-content .resume-back {
  min-height: 38px;
  padding: 0 13px;
  border-color: var(--resume-line);
  border-radius: 8px;
  color: rgba(247, 247, 250, 0.74);
  background: rgba(255, 255, 255, 0.035);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.behindTheScene-content .resume-location {
  margin: 0;
  color: rgba(247, 247, 250, 0.5);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.behindTheScene-content .resume-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(250px, 300px);
  align-items: center;
  gap: clamp(28px, 4vw, 52px);
}

.behindTheScene-content .resume-kicker,
.behindTheScene-content .resume-company,
.behindTheScene-content .resume-section-heading > p,
.behindTheScene-content .resume-project-topline,
.behindTheScene-content .resume-skill-grid > article > h3,
.behindTheScene-content .resume-contact > p {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.behindTheScene-content .resume-kicker {
  margin-bottom: 9px;
  color: var(--resume-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
}

.behindTheScene-content .resume-name {
  max-width: 720px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(3.4rem, 5.5vw, 5.1rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.9;
  text-transform: none;
}

.behindTheScene-content .resume-name span {
  display: inline-block;
  margin-left: 0.12em;
  color: var(--resume-accent);
}

.behindTheScene-content .resume-summary {
  max-width: 640px;
  margin-top: 16px;
  color: rgba(247, 247, 250, 0.78);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(15px, 1.35vw, 17px);
  font-weight: 450;
  line-height: 1.5;
}

.behindTheScene-content .resume-links {
  gap: 8px;
  margin-top: 18px;
}

.behindTheScene-content .resume-links a {
  min-height: 40px;
  padding: 0 14px;
  border-color: var(--resume-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

.behindTheScene-content .resume-links a.is-primary {
  border-color: rgba(255, 113, 143, 0.66);
  background: var(--resume-accent);
  color: #19070d;
  box-shadow: 0 10px 26px rgba(255, 64, 111, 0.18);
}

.behindTheScene-content .resume-links a.is-primary span {
  color: #19070d;
}

.behindTheScene-content .resume-proof-grid {
  gap: 8px;
}

.behindTheScene-content .resume-proof-grid > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  align-items: center;
  min-height: 64px;
  padding: 10px 14px;
  border: 1px solid var(--resume-line);
  border-left: 2px solid var(--resume-accent);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.behindTheScene-content .resume-proof-grid dt {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.7rem;
  font-weight: 750;
  letter-spacing: -0.05em;
}

.behindTheScene-content .resume-proof-grid dd {
  margin: 0;
  color: rgba(247, 247, 250, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

.behindTheScene-content .resume-section-nav {
  min-height: 52px;
  padding: 0 clamp(18px, 4vw, 46px);
  border-bottom-color: var(--resume-line);
  background: rgba(11, 11, 16, 0.92);
  backdrop-filter: blur(16px);
}

.behindTheScene-content .resume-section-nav a {
  min-height: 52px;
  padding: 0 clamp(12px, 1.9vw, 22px);
  color: rgba(247, 247, 250, 0.58);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.07em;
}

.behindTheScene-content .resume-section-nav a span {
  color: var(--resume-accent);
}

.behindTheScene-content .resume-section-nav a.is-active,
.behindTheScene-content .resume-section-nav a[aria-current="true"] {
  color: var(--resume-text);
  border-bottom-color: var(--resume-accent);
  background: rgba(255, 255, 255, 0.035);
}

.behindTheScene-content .resume-body {
  width: min(1060px, calc(100% - 72px));
  padding: 38px 0 60px;
}

.behindTheScene-content .resume-section {
  margin-bottom: clamp(62px, 7vw, 78px);
  scroll-margin-top: 70px;
}

.behindTheScene-content .resume-section-heading {
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  column-gap: 28px;
  margin-bottom: 24px;
}

.behindTheScene-content .resume-section-heading > p {
  padding-top: 6px;
  color: var(--resume-accent);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.behindTheScene-content .resume-section-heading h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.85rem, 3.4vw, 2.8rem);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.behindTheScene-content .resume-section-heading > span {
  margin-top: 8px;
  color: var(--resume-muted);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.behindTheScene-content .resume-timeline {
  margin-left: 5px;
  padding-left: 25px;
}

.behindTheScene-content .resume-timeline::before {
  background: linear-gradient(var(--resume-accent), rgba(255, 255, 255, 0.08));
}

.behindTheScene-content .resume-entry {
  margin-bottom: 12px;
  padding: clamp(20px, 2.6vw, 26px);
  border-color: var(--resume-line);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.behindTheScene-content .resume-entry::before {
  top: 28px;
  left: -32px;
  width: 9px;
  height: 9px;
  border-color: var(--resume-accent);
  background: var(--resume-bg);
  box-shadow: 0 0 0 4px rgba(255, 113, 143, 0.09);
}

.behindTheScene-content .resume-entry.is-current::before {
  border-color: var(--resume-green);
  background: var(--resume-green);
  box-shadow: 0 0 14px rgba(168, 245, 202, 0.48);
}

.behindTheScene-content .resume-entry-heading {
  gap: 22px;
}

.behindTheScene-content .resume-company {
  color: var(--resume-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.behindTheScene-content .resume-entry-heading h3 {
  margin-top: 6px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(19px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.22;
}

.behindTheScene-content .resume-entry-heading time {
  padding: 6px 9px;
  border-color: var(--resume-line);
  border-radius: 6px;
  color: rgba(247, 247, 250, 0.55);
  background: rgba(0, 0, 0, 0.18);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.05em;
}

.behindTheScene-content .resume-entry ul {
  gap: 7px;
  margin-top: 16px;
}

.behindTheScene-content .resume-entry li {
  padding-left: 18px;
  color: rgba(247, 247, 250, 0.74);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.behindTheScene-content .resume-entry li::before {
  content: "—";
  color: var(--resume-accent);
  font-family: inherit;
}

.behindTheScene-content .resume-tags {
  gap: 6px;
  margin-top: 17px;
}

.behindTheScene-content .resume-tags span,
.behindTheScene-content .resume-coursework span {
  padding: 5px 8px;
  border-color: var(--resume-line);
  border-radius: 6px;
  color: rgba(247, 247, 250, 0.56);
  background: rgba(255, 255, 255, 0.025);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.behindTheScene-content .resume-project-grid {
  gap: 12px;
}

.behindTheScene-content .resume-project {
  min-height: 286px;
  padding: clamp(20px, 2.7vw, 27px);
  border-color: var(--resume-line);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018));
}

.behindTheScene-content .resume-project.is-featured {
  border-color: rgba(255, 113, 143, 0.38);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 113, 143, 0.1), transparent 42%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.02));
}

.behindTheScene-content .resume-project-topline > span,
.behindTheScene-content .resume-project-topline p {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.055em;
}

.behindTheScene-content .resume-project-topline > span {
  color: var(--resume-accent);
}

.behindTheScene-content .resume-project h3 {
  margin: 19px 0 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.06;
}

.behindTheScene-content .resume-project > p {
  color: rgba(247, 247, 250, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.behindTheScene-content .resume-project-proof {
  gap: 6px;
  padding-top: 19px;
}

.behindTheScene-content .resume-project-proof li {
  padding: 5px 7px;
  border-radius: 6px;
  color: #ffc4d0;
  background: var(--resume-accent-soft);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 650;
}

.behindTheScene-content .resume-project-links {
  gap: 16px;
  margin-top: 16px;
}

.behindTheScene-content .resume-project-links a {
  min-height: 34px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.behindTheScene-content .resume-skill-grid {
  gap: 12px;
}

.behindTheScene-content .resume-skill-grid article {
  min-height: 0;
  padding: 20px;
  border-color: var(--resume-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.025);
}

.behindTheScene-content .resume-skill-grid > article > h3 {
  margin: 0;
  color: var(--resume-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.behindTheScene-content .resume-skill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.behindTheScene-content .resume-skill-list span {
  padding: 6px 9px;
  border: 1px solid var(--resume-line);
  border-radius: 7px;
  color: rgba(247, 247, 250, 0.76);
  background: rgba(255, 255, 255, 0.035);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  font-weight: 550;
  line-height: 1.2;
}

.behindTheScene-content .resume-additional {
  margin-top: 12px;
  padding: 13px 15px;
  border-left-color: rgba(255, 113, 143, 0.7);
  color: rgba(247, 247, 250, 0.52);
  background: rgba(255, 255, 255, 0.025);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  line-height: 1.5;
}

.behindTheScene-content .resume-additional strong {
  color: rgba(247, 247, 250, 0.74);
  font-family: inherit;
}

.behindTheScene-content .resume-education-card {
  gap: 14px 26px;
  padding: clamp(22px, 3.3vw, 32px);
  border-color: rgba(255, 113, 143, 0.24);
  border-radius: 12px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 113, 143, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.025);
}

.behindTheScene-content .resume-education-card > div:first-child p,
.behindTheScene-content .resume-degree-date {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.behindTheScene-content .resume-education-card h3 {
  margin-top: 7px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  font-weight: 720;
  letter-spacing: -0.04em;
}

.behindTheScene-content .resume-degree-date {
  color: var(--resume-accent);
}

.behindTheScene-content .resume-honors {
  color: rgba(247, 247, 250, 0.7);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
}

.behindTheScene-content .resume-contact {
  padding: clamp(30px, 5vw, 48px);
  border-color: rgba(255, 113, 143, 0.3);
  border-radius: 14px;
  background:
    radial-gradient(circle at 90% 10%, rgba(255, 82, 130, 0.14), transparent 38%),
    linear-gradient(135deg, #17131b, #101016);
}

.behindTheScene-content .resume-contact > p {
  color: var(--resume-green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.behindTheScene-content .resume-contact h2 {
  max-width: 720px;
  margin: 13px 0 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(1.9rem, 4.3vw, 3.35rem);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.behindTheScene-content .resume-contact a {
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  color: #19070d;
  background: var(--resume-accent);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.07em;
}

html:not(.is-mode-touch) .behindTheScene-content .resume-contact a:hover,
html:not(.is-mode-touch) .behindTheScene-content .resume-links a.is-primary:hover {
  color: #19070d;
  background: #ff8ba4;
}

@media only screen and (max-width: 900px) {
  .behindTheScene-content .resume-hero-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .behindTheScene-content .resume-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .behindTheScene-content .resume-proof-grid > div {
    display: block;
    min-height: 74px;
    padding: 11px 12px;
  }

  .behindTheScene-content .resume-proof-grid dd {
    margin-top: 5px;
  }

  .behindTheScene-content .resume-body {
    width: calc(100% - 48px);
  }
}

@media only screen and (max-width: 700px) {
  .behindTheScene-content .resume-hero {
    padding: 24px 20px 27px;
  }

  .behindTheScene-content .resume-toolbar {
    margin-bottom: 22px;
  }

  .behindTheScene-content .resume-name {
    font-size: clamp(3rem, 13vw, 4.7rem);
  }

  .behindTheScene-content .resume-summary {
    font-size: 15px;
  }

  .behindTheScene-content .resume-section-nav {
    min-height: 50px;
    padding: 0 6px;
  }

  .behindTheScene-content .resume-section-nav a {
    min-height: 50px;
    padding: 0 12px;
  }

  .behindTheScene-content .resume-body {
    width: calc(100% - 30px);
    padding-top: 34px;
  }

  .behindTheScene-content .resume-section-heading {
    margin-bottom: 20px;
  }

  .behindTheScene-content .resume-section-heading > p {
    margin-bottom: 9px;
  }

  .behindTheScene-content .resume-section-heading h2 {
    font-size: 1.85rem;
  }

  .behindTheScene-content .resume-entry-heading time {
    margin-top: 12px;
  }

  .behindTheScene-content .resume-project-grid,
  .behindTheScene-content .resume-skill-grid {
    grid-template-columns: 1fr;
  }

  .behindTheScene-content .resume-project {
    min-height: 0;
  }
}

@media only screen and (max-width: 540px) {
  .behindTheScene-content .resume-location {
    display: none;
  }

  .behindTheScene-content .resume-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .behindTheScene-content .resume-links a,
  .behindTheScene-content .resume-links a.is-primary {
    grid-column: auto;
    padding: 0 8px;
  }

  .behindTheScene-content .resume-proof-grid {
    gap: 5px;
  }

  .behindTheScene-content .resume-proof-grid > div {
    min-height: 67px;
    padding: 9px 7px;
  }

  .behindTheScene-content .resume-proof-grid dt {
    font-size: 1.35rem;
  }

  .behindTheScene-content .resume-proof-grid dd {
    font-size: 9px;
    letter-spacing: 0.035em;
  }

  .behindTheScene-content .resume-timeline {
    margin-left: 0;
    padding-left: 0;
  }

  .behindTheScene-content .resume-timeline::before,
  .behindTheScene-content .resume-entry::before {
    display: none;
  }

  .behindTheScene-content .resume-entry {
    padding: 18px;
  }

  .behindTheScene-content .resume-entry li {
    font-size: 13px;
  }

  .behindTheScene-content .resume-project-topline {
    display: block;
  }

  .behindTheScene-content .resume-project-topline p {
    margin-top: 6px;
    text-align: left;
  }

  .behindTheScene-content .resume-education-card {
    grid-template-columns: 1fr;
  }

  .behindTheScene-content .resume-degree-date,
  .behindTheScene-content .resume-honors,
  .behindTheScene-content .resume-coursework {
    grid-column: 1;
  }
}
