/* Shared illustration finish. Page grids, step order, and feature rows are unchanged. */
.pmv-root { font-size: 12px; line-height: 1.5; }
.pmv-stage { padding: 32px; }
.pmv-root .pmv-card, .pmv-root .pmv-card-sm { border-color: #e2e5e9; border-radius: 16px; box-shadow: 0 10px 28px #0f172a0c, 0 2px 5px #0f172a05; }
.pmv-root .pmv-card-sm { box-shadow: 0 3px 10px #0f172a08; }
.pmv-root .shadow-float { box-shadow: 0 10px 28px #0f172a0d, 0 2px 5px #0f172a05; }
.pmv-root .font-black, .pmv-root .font-extrabold { font-weight: 700; }
.pmv-root .font-bold { font-weight: 600; }
.pmv-root :is([class~="text-[7px]"], [class~="text-[8px]"], [class~="text-[9px]"]) { font-size: 10px; line-height: 1.45; }
.pmv-root .pmv-kicker { font-size: 10px; font-weight: 600; letter-spacing: .07em; }
.pmv-root p, .pmv-root .leading-relaxed { font-weight: 400; line-height: 1.65; }
.pmv-root .pmv-copy-line { height: 6px; background: #e5e7eb; }
.pmv-root .pmv-scene { min-width: 0; }
.pmv-root .pmv-motion { animation: none; opacity: 1; will-change: auto; }
/* Motion only explains processing, movement between stages, or a speaking state. */
.pmv-root .wf-document-scan { top: 8%; opacity: 0; }
.pmv-root.pmv-live .wf-document-scan { animation: workflowDocumentScan 5s ease-in-out infinite; }
@keyframes workflowDocumentScan {
  0%, 10% { top: 8%; opacity: 0; }
  18% { opacity: .75; }
  78% { top: 92%; opacity: .75; }
  86%, 100% { top: 92%; opacity: 0; }
}
.wf-connection-track { pointer-events: none; }
.pmv-root .wf-connection-dot { position: absolute; top: -5px; left: 0; width: 12px; height: 12px; animation: workflowConnection 5.5s ease-in-out infinite alternate; }
@keyframes workflowConnection { from { left: 0; } to { left: calc(100% - 12px); } }
.pmv-root.pmv-coach-step1 .pmv-float { animation: workflowCoachBreathe 6s ease-in-out infinite alternate; }
@keyframes workflowCoachBreathe { from { border-radius: 48% 52% 61% 39% / 42% 45% 55% 58%; } to { border-radius: 61% 39% 47% 53% / 50% 62% 38% 50%; } }
#suite .pmv-home :is(.animate-floatSoft, .animate-floatDown, .animate-pulseSoft, .animate-lineGrow, .animate-progress) { animation: none; }
#suite .pmv-home .shine::after { display: none; }
#suite .pmv-home .animate-progress { width: 100%; }
.pmv-home { overflow: hidden; }
.pmv-home .h-2, .pmv-home .h-3, .pmv-home .h-4 { max-width: 100%; }
/* Compact scenes use real labels plus abstract lines for secondary content. */
.wf-window { width: 100%; max-width: 420px; overflow: hidden; border: 1px solid #e2e5e9; border-radius: 16px; background: #fff; box-shadow: 0 10px 28px #0f172a0c, 0 2px 5px #0f172a05; }
.wf-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px 18px; border-bottom: 1px solid #eef0f3; }
.wf-header strong { color: #202124; font-size: 12px; font-weight: 700; }
.wf-header > i { color: #9ca3af; font-size: 14px; }
.wf-header .wf-pill { flex-shrink: 0; }
.wf-body { padding: 20px; }
.wf-label { display: block; margin: 0 0 7px; color: #6b7280; font-size: 10px; font-weight: 600; }
.wf-field { display: flex; align-items: center; gap: 8px; padding: 11px 12px; border: 1px solid #e5e7eb; border-radius: 9px; background: #fff; color: #374151; font-size: 11px; }
.wf-field + .wf-label { margin-top: 16px; }
.wf-field i { color: #9ca3af; }
.wf-field i:last-child { margin-left: auto; }
.wf-tabs { display: flex; gap: 3px; padding: 3px; border-radius: 9px; background: #f3f4f6; color: #9ca3af; font-size: 10px; font-weight: 600; }
.wf-tabs > span { display: flex; flex: 1; justify-content: center; align-items: center; gap: 5px; padding: 6px 10px; border-radius: 7px; }
.wf-tabs > .is-active { background: #fff; color: #374151; box-shadow: 0 1px 3px #0f172a0d; }
.wf-pill { display: inline-flex; align-items: center; gap: 5px; padding: 4px 7px; border: 1px solid var(--pmv-line); border-radius: 6px; background: var(--pmv-soft); color: var(--pmv-accent); font-size: 10px; font-weight: 600; }
.wf-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.wf-button { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: 7px; margin-top: 18px; border: 1px solid #171719; border-radius: 9px; background: #171719; color: #fff; font-size: 11px; font-weight: 600; }
.wf-note { display: flex; gap: 7px; align-items: flex-start; margin-top: 16px; padding: 10px 12px; border: 1px solid #dbeafe; border-radius: 10px; background: #eff6ff; color: #1e3a8abf; font-size: 10px; font-weight: 400; line-height: 1.6; }
.wf-note i { color: #2563eb; margin-top: 2px; }
.wf-paper { position: relative; padding: 20px; border: 1px solid #e5e7eb; border-radius: 4px; background: #fff; }
.wf-paper strong { display: block; font-size: 18px; font-weight: 700; letter-spacing: -.025em; }
.wf-paper .wf-label { margin-top: 18px; padding-bottom: 6px; border-bottom: 1px solid #e5e7eb; letter-spacing: .04em; text-transform: uppercase; }
.wf-lines { display: grid; gap: 7px; }
.wf-lines > span { display: block; height: 6px; border-radius: 3px; background: #e5e7eb; }
.wf-lines > span:nth-child(2) { width: 88%; }
.wf-lines > span:last-child { width: 70%; }
.wf-choice { display: flex; align-items: flex-start; gap: 9px; margin-top: 10px; padding: 12px; border: 1px solid #e5e7eb; border-radius: 10px; color: #6b7280; font-size: 11px; }
.wf-choice.is-active { border-color: var(--pmv-line); background: var(--pmv-soft); color: #202124; }
.wf-choice > i { flex-shrink: 0; margin-top: 3px; color: var(--pmv-accent); }
.wf-choice > div { flex: 1; min-width: 0; }
.wf-choice strong { display: block; margin-bottom: 4px; font-size: 11px; font-weight: 600; }
.wf-choice .wf-lines { margin-top: 10px; }
.wf-result { margin-top: 14px; padding: 14px; border: 1px solid var(--pmv-line); border-radius: 10px; background: var(--pmv-soft); }
.wf-result > strong { display: block; margin-bottom: 9px; color: var(--pmv-accent); font-size: 10px; font-weight: 600; }
.wf-result > p { color: #374151; font-size: 12px; }
.wf-profile-cover { height: 65px; background: #e0f2fe; }
.wf-profile-avatar { width: 54px; height: 54px; margin: -28px 0 12px; position: relative; border: 4px solid #fff; border-radius: 50%; background: #bae6fd; display: flex; align-items: center; justify-content: center; color: #0284c7; font-size: 25px; }
.wf-role { padding: 13px; border: 1px solid #e5e7eb; border-radius: 11px; }
.wf-role + .wf-role { margin-top: 10px; }
.wf-role > strong { display: block; color: #202124; font-size: 12px; font-weight: 700; }
.wf-role > small { display: block; margin-top: 4px; color: #9ca3af; font-size: 10px; }
.wf-role .wf-lines { margin-top: 13px; }
.wf-question { margin-top: 16px; padding: 15px; border-radius: 11px; background: var(--pmv-soft); }
.wf-question strong { display: block; font-size: 15px; line-height: 1.5; font-weight: 600; }
.wf-wave { display: flex; align-items: center; justify-content: center; gap: 4px; height: 38px; margin: 20px 0; }
.wf-wave > i { width: 4px; height: 12px; border-radius: 4px; background: var(--pmv-accent); animation: pmvWave 1.4s ease-in-out infinite; animation-play-state: paused; }
.pmv-live .wf-wave > i { animation-play-state: running; }
.wf-wave > i:nth-child(2n) { height: 25px; animation-delay: -.4s; }
.wf-wave > i:nth-child(3n) { height: 36px; animation-delay: -.8s; }
.wf-board { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.wf-board > div { min-height: 200px; padding: 10px 8px; border: 1px solid #e5e7eb; border-radius: 10px; background: #fff; }
.wf-board > div:nth-child(2) { background: #fef3c7; border-color: #fde68a80; }
.wf-board > div:nth-child(3) { background: #d1fae5; border-color: #a7f3d080; }
.wf-board strong { display: block; font-size: 10px; font-weight: 600; }
.wf-board .wf-lines { margin-top: 14px; padding: 10px 7px; border: 1px solid #e5e7eb; border-radius: 7px; background: #fff; }
.wf-moving-card { position: absolute; top: 110px; left: 0; width: calc((100% - 18px)/3); padding: 10px 8px; border: 1px solid #d1d5db; border-radius: 9px; background: #fff; box-shadow: 0 5px 14px #0f172a12; font-size: 10px; animation: workflowMoveCard 7s ease-in-out infinite; animation-play-state: paused; }
.pmv-live .wf-moving-card { animation-play-state: running; }
.wf-moving-card span { display: block; margin-top: 4px; color: #9ca3af; font-size: 10px; }
@keyframes workflowMoveCard { 0%,18% { left: 0; } 45%,85%,100% { left: calc((100% + 9px)/3); } }
.pmv-page-hidden :is(.wf-wave > i, .wf-moving-card) { animation-play-state: paused !important; }
@media (max-width: 640px) {
 .pmv-stage, .pmv-home { padding: 24px 18px; }
 .pmv-root .pmv-card { padding: 20px; }
 .pmv-root .pmv-card.overflow-hidden:not(.p-5):not(.p-6) { padding: 0; }
 .pmv-root .grid-cols-\[120px_1fr\] { grid-template-columns: 88px minmax(0,1fr); gap: 12px; }
 .pmv-root .grid-cols-\[145px_1fr\] { grid-template-columns: minmax(90px,1fr) minmax(0,1fr); gap: 12px; }
 .pmv-root .grid-cols-3 { gap: 8px; }
 .pmv-root .grid-cols-3 > .p-3 { padding: 9px; }
 .pmv-root .grid-cols-4 { gap: 6px; }
 .pmv-root .grid-cols-4 > div > span { font-size: 8px; }
 .pmv-root .grid-cols-\[120px_1fr\] .w-\[165px\] { width: 100%; padding: 10px; }
 .pmv-root .grid-cols-\[120px_1fr\] > div:last-child { padding: 10px; }
 .wf-body { padding: 16px; }
 .wf-header { padding: 13px 16px; }
}
@media (prefers-reduced-motion: reduce) {
 .pmv-root :is(.wf-document-scan, .wf-connection-dot) { display: none; }
 .pmv-root .pmv-motion, .pmv-root .wf-wave > i, .pmv-root .wf-moving-card { animation: none !important; opacity: 1; }
 .pmv-root .wf-moving-card { left: calc((100% + 9px)/3); }
}
.wf-selection { position: relative; margin-top: 15px; }
.wf-mini-toolbar { position: absolute; top: -15px; right: 6px; display: flex; align-items: center; gap: 5px; padding: 5px 8px; border-radius: 7px; background: #171719; color: #fff; font-size: 10px; font-weight: 500; box-shadow: 0 3px 8px #0f172a12; }
.wf-mini-toolbar > .ph-sparkle { color: #fcd34d; }

/* Compact Home coach header; the shared conversation stays unchanged. */
#ai-resume-coach-feature .wf-coach-header { padding-top: 11px; padding-bottom: 11px; }
#ai-resume-coach-feature .wf-coach-header .mt-1 { margin-top: 0; line-height: 1.45; }
.wf-photo-comparison { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.wf-comparison-photo { aspect-ratio: 1; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 11px; background: #f3f4f6; }
.wf-comparison-photo img { width: 100%; height: 100%; object-fit: cover; }
.wf-photo-comparison > div:first-child img { transform: scale(1.12); transform-origin: 50% 65%; }
.wf-photo-comparison strong { display: block; margin-top: 11px; font-size: 12px; font-weight: 600; }
.wf-photo-comparison .wf-photo-status { display: flex; align-items: center; gap: 6px; }
.wf-photo-status > i { flex-shrink: 0; font-size: 16px; }
.wf-photo-status.is-casual { color: #be123c; }
.wf-photo-status.is-headshot { color: #047857; }
.wf-photo-comparison > div > span { display: block; margin-top: 4px; color: #9ca3af; font-size: 10px; line-height: 1.6; }
.wf-comparison-caption { margin-top: 18px; padding-top: 14px; border-top: 1px solid #eef0f3; color: #6b7280; font-size: 10px; line-height: 1.6; }
.wf-copy-comparison { position: relative; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: center; }
.wf-copy-document, .wf-copy-profile { min-width: 0; overflow: hidden; padding: 13px; border: 1px solid #e5e7eb; border-radius: 9px; background: #fff; }
.wf-copy-document { border-radius: 3px; }
.wf-copy-document > strong, .wf-copy-profile > strong { font-size: 11px; font-weight: 600; }
.wf-copy-comparison p { margin: 12px 0; padding: 8px; border-radius: 5px; background: #f3f4f6; color: #6b7280; font-size: 10px; }
.wf-copy-cover { height: 38px; margin: -13px -13px 0; background: #e5e7eb; }
.wf-copy-avatar { position: relative; display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin: -16px 0 8px; border: 3px solid #fff; border-radius: 50%; background: #d1d5db; color: #9ca3af; }
.wf-copy-arrow { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); color: #9ca3af; font-size: 16px; }
.wf-profile-cover { height: auto; aspect-ratio: 4 / 1; overflow: hidden; }
.wf-profile-cover img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wf-profile-avatar { overflow: hidden; }
.wf-profile-avatar img { width: 100%; height: 100%; object-fit: cover; }
.wf-job-branches { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; padding-top: 36px; }
.wf-job-branches > .flex-1 { min-width: 0; padding: 12px 6px; }
.wf-job-connector { position: absolute; top: 0; left: calc((100% - 20px)/6); right: calc((100% - 20px)/6); height: 36px; }
.wf-job-connector::before { content: ''; position: absolute; left: 50%; top: 0; height: 36px; border-left: 1px solid #d1d5db; }
.wf-job-connector > span { position: absolute; left: 0; right: 0; top: 18px; bottom: 0; border: 1px solid #d1d5db; border-bottom: 0; border-radius: 5px 5px 0 0; }
@media (max-width: 400px) { .wf-copy-document, .wf-copy-profile { padding: 10px; } .wf-copy-cover { margin: -10px -10px 0; } .wf-copy-comparison p { padding: 6px; } }

/* Tailoring problem: one generic resume sends a weak signal to three distinct roles. */
.tailor-trap-visual { width: 100%; padding: 22px; }
.tailor-trap-kicker { display: inline-flex; align-items: center; gap: 6px; color: #9ca3af; font-size: 9px; font-weight: 700; letter-spacing: .09em; line-height: 1; text-transform: uppercase; }
.tailor-trap-kicker i { color: #2563eb; font-size: 13px; }
.tailor-trap-heading > strong { display: block; margin-top: 7px; color: #1f2937; font-size: 16px; font-weight: 700; letter-spacing: -.015em; line-height: 1.3; }
.tailor-trap-flow { display: grid; grid-template-columns: minmax(92px,.8fr) 24px minmax(135px,1.2fr); gap: 8px; align-items: center; margin-top: 18px; }
.tailor-trap-resume { position: relative; min-height: 176px; padding: 12px; border: 1px solid #bfdbfe; border-radius: 9px; background: #eff6ff; color: #4b5563; transform: rotate(-1deg); }
.tailor-trap-resume-top { display: flex; align-items: center; justify-content: space-between; gap: 6px; color: #9ca3af; }
.tailor-trap-resume-top i { color: #2563eb; font-size: 15px; }
.tailor-trap-resume-top span { font-size: 8px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.tailor-trap-resume > strong { display: block; margin-top: 15px; color: #374151; font-size: 10px; font-weight: 700; }
.tailor-trap-copy { display: grid; gap: 7px; margin-top: 13px; }
.tailor-trap-copy > span { display: block; height: 5px; border-radius: 4px; background: #e5e7eb; }
.tailor-trap-copy > span:nth-child(2) { width: 82%; }
.tailor-trap-copy > span:nth-child(3) { width: 92%; }
.tailor-trap-copy > span:nth-child(4) { width: 68%; }
.tailor-trap-missing { position: absolute; left: 8px; right: 8px; bottom: 9px; display: flex; align-items: center; justify-content: center; gap: 4px; padding: 5px; border: 1px solid #fecdd3; border-radius: 6px; background: #fff1f2; color: #be123c; font-size: 8px; font-weight: 700; line-height: 1.2; text-align: center; }
.tailor-trap-missing i { flex-shrink: 0; font-size: 11px; }
.tailor-trap-connector { position: relative; display: flex; align-items: center; justify-content: flex-end; color: #2563eb; }
.tailor-trap-connector > span { position: absolute; left: -3px; right: 2px; height: 1px; background: #93c5fd; }
.tailor-trap-connector > i { position: relative; z-index: 1; display: grid; place-items: center; width: 21px; height: 21px; border: 1px solid #bfdbfe; border-radius: 50%; background: #eff6ff; font-size: 10px; }
.tailor-trap-jobs { display: grid; gap: 7px; }
.tailor-trap-job { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 7px; align-items: center; padding: 9px 10px; border: 1px solid #e5e7eb; border-radius: 9px; background: #fff; }
.tailor-trap-job > div { min-width: 0; }
.tailor-trap-job strong,.tailor-trap-job span,.tailor-trap-job small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.tailor-trap-job strong { color: #374151; font-size: 10px; font-weight: 700; }
.tailor-trap-job span { margin-top: 1px; color: #9ca3af; font-size: 8px; font-weight: 500; }
.tailor-trap-job > i { color: #fb7185; font-size: 12px; }
.tailor-trap-job small { grid-column: 1 / -1; margin-top: 4px; color: #9f1239; font-size: 8px; font-weight: 600; }
.tailor-trap-caption { display: flex; align-items: center; gap: 7px; margin-top: 15px; padding-top: 13px; border-top: 1px solid #eef0f3; color: #6b7280; font-size: 10px; line-height: 1.45; }
.tailor-trap-caption > i { flex-shrink: 0; color: #e11d48; font-size: 13px; }
@media (max-width: 420px) {
 .tailor-trap-visual { padding: 18px; }
 .tailor-trap-flow { grid-template-columns: minmax(88px,.74fr) 20px minmax(124px,1.26fr); gap: 6px; }
 .tailor-trap-resume { padding: 10px; }
 .tailor-trap-job { padding: 8px; }
}

/* Dense document controls and a layout warning make the formatting cost visible. */
.wf-format-toolbar { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px 9px; padding: 12px 14px; border-bottom: 1px solid #e5e7eb; background: #fafafa; color: #9ca3af; font-size: 9px; }
.wf-format-toolbar > span { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 5px; }
.wf-format-toolbar b { display: inline-flex; min-width: 0; align-items: center; gap: 5px; padding: 3px 5px; border: 1px solid #e5e7eb; border-radius: 5px; background: #fff; color: #6b7280; font-weight: 500; white-space: nowrap; }
.wf-format-toolbar i { color: #9ca3af; font-size: 8px; }
.wf-format-pages { padding: 18px 24px; background: #f3f4f6; }
.wf-format-page { position: relative; padding: 17px 20px 24px; border: 1px solid #e2e5e9; border-radius: 3px; background: #fff; box-shadow: 0 2px 4px #0f172a05; }
.wf-format-page > strong { display: block; color: #374151; font-size: 15px; font-weight: 700; }
.wf-format-role { color: #9ca3af; font-size: 10px; }
.wf-format-section { margin: 14px 0 10px; padding-bottom: 5px; border-bottom: 1px solid #e5e7eb; color: #6b7280; font-size: 9px; font-weight: 600; letter-spacing: .05em; text-transform: uppercase; }
.wf-format-alert { display: flex; align-items: flex-start; gap: 7px; margin-top: 11px; padding: 7px 9px; border: 1px solid #fecdd3; border-radius: 5px; background: #fff1f2; color: #9f1239; font-size: 10px; font-weight: 600; line-height: 1.5; }
.wf-format-alert > i { flex-shrink: 0; margin-top: 2px; color: #e11d48; }
.wf-format-page-number { position: absolute; bottom: 7px; right: 11px; color: #b2b7c0; font-size: 9px; }
.wf-format-page-gap { display: flex; align-items: center; gap: 9px; margin: 10px 0; color: #9ca3af; font-size: 9px; }
.wf-format-page-gap > span { flex: 1; border-top: 1px dashed #d1d5db; }
.wf-format-spill { padding-top: 12px; padding-bottom: 25px; }
.wf-format-spill .wf-format-section { margin-top: 0; }
.wf-format-spill .wf-lines { max-width: 62%; }
@media (max-width: 400px) {
 .wf-format-toolbar { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; padding: 10px 12px; }
 .wf-format-pages { padding: 14px; }
 .wf-format-page { padding-left: 14px; padding-right: 14px; }
}

.wf-coach-orb {
 width: 36px; height: 36px; flex: 0 0 36px;
 border-radius: 48% 52% 61% 39% / 42% 45% 55% 58%;
 background: radial-gradient(circle at 26% 22%,rgba(255,255,255,.96) 0 6%,rgba(164,232,255,.82) 13%,transparent 32%), radial-gradient(circle at 73% 72%,#04d9ff 0 8%,#0088ff 32%,transparent 62%), linear-gradient(138deg,#a8efff 0%,#1648f5 38%,#0526c9 68%,#04d9ff 100%);
 box-shadow: inset -5px -5px 10px #00157f38, inset 4px 4px 9px #bef4ff4d, 0 0 14px #0099ff33;
}

/* Home: one master resume branches into a tailored result for each role. */
.home-tailor-graphic { position: relative; min-width: 0; }
.home-tailor-source { display: flex; align-items: center; gap: 11px; }
.home-tailor-document { position: relative; z-index: 2; display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; border: 0; border-radius: 12px; background: #dbeafe; color: #2563eb; font-size: 18px; }
.home-tailor-source > div { flex: 1; min-width: 0; }
.home-tailor-source strong, .home-tailor-result strong { display: block; color: #1f2937; font-size: 13px; font-weight: 800; }
.home-tailor-source div > span, .home-tailor-result div > span { display: block; margin-top: 4px; color: #6b7280; font-size: 10px; font-weight: 400; line-height: 1.625; }
.home-tailor-click { display: inline-flex; align-items: center; gap: 5px; flex-shrink: 0; padding: 6px 9px; border-radius: 7px; background: #171719; color: #fff; font-size: 10px; font-weight: 600; }
.home-tailor-click > i { font-size: 16px; }
.home-tailor-results { --connector-width: 23px; position: relative; display: grid; gap: 10px; margin: 20px 0 0 19px; padding-left: var(--connector-width); border-left: 1px solid transparent; }
.home-tailor-flow-ready .home-tailor-results { background: linear-gradient(#e2e5e9 0 0) 0 var(--job-1-y) / var(--connector-width) 1px no-repeat, linear-gradient(#e2e5e9 0 0) 0 var(--job-2-y) / var(--connector-width) 1px no-repeat, linear-gradient(#e2e5e9 0 0) 0 var(--job-3-y) / var(--connector-width) 1px no-repeat; }
.home-tailor-results::after { content: ''; position: absolute; left: -1px; top: 0; height: var(--job-3-y, 100%); border-left: 1px solid #e2e5e9; }
.home-tailor-results::before { content: ''; position: absolute; left: -1px; top: var(--source-y, 0px); bottom: 100%; border-left: 1px solid #e2e5e9; }
.home-tailor-flow-dot { position: absolute; z-index: 1; top: -4px; left: -4px; width: 7px; height: 7px; border-radius: 50%; background: #2563eb; box-shadow: 0 0 0 3px #dbeafe; visibility: hidden; pointer-events: none; }
.home-tailor-flow-ready .home-tailor-flow-dot { visibility: visible; animation: homeTailorFlow 4.8s ease-in-out infinite; animation-play-state: paused; }
.home-tailor-flow-ready.pmv-live .home-tailor-flow-dot { animation-play-state: running; }
.pmv-page-hidden .home-tailor-flow-dot { animation-play-state: paused !important; }
@keyframes homeTailorFlow {
 0%,8% { transform: translate(0,var(--source-y)); }
 52%,60% { transform: translate(0,var(--job-y)); }
 82%,100% { transform: translate(var(--branch-x),var(--job-y)); }
}
@media (prefers-reduced-motion: reduce) {
 .home-tailor-flow-ready .home-tailor-flow-dot { display: none; animation: none; }
}
.home-tailor-result { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px; border: 1px solid #e2e5e9; border-radius: 16px; background: #fff; box-shadow: 0 16px 36px -10px rgba(17,24,39,.18); }
.home-tailor-ready { display: inline-flex; align-items: center; justify-content: center; gap: 5px; flex-shrink: 0; padding: 5px 7px; border-radius: 6px; background: #d1fae5; color: #047857; font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .04em; }
.home-tailor-ready > i { color: #059669; font-size: 10px; }
.home-tailor-caption { display: flex; align-items: center; gap: 7px; margin-top: 19px; padding-top: 15px; border-top: 1px solid #eef0f3; color: #6b7280; font-size: 11px; }
.home-tailor-caption > i { color: #059669; font-size: 15px; }

/* Home builder: a simplified Urban Split page with an active writing selection. */
.wf-builder-resume { width: 100%; max-width: 420px; overflow: hidden; border: 1px solid #dce2e9; border-radius: 5px; background: #fff; box-shadow: 0 14px 30px #0f172a12, 0 2px 4px #0f172a06; color: #475569; }
#suite .wf-builder-resume,
#suite #ai-resume-coach-feature .pmv-card,
#suite .home-toolkit-card {
 border: 1px solid #f3f4f6;
 border-radius: 16px;
 box-shadow: 0 16px 45px rgba(15,23,42,.1);
}
.wf-builder-identity { display: flex; align-items: center; gap: 15px; padding: 25px 24px 23px; }
.wf-builder-identity img { width: 55px; height: 55px; flex-shrink: 0; object-fit: cover; border: 3px solid #fff; outline: 1px solid #e2e8f0; border-radius: 50%; }
.wf-builder-identity strong { display: block; color: #1e293b; font-family: 'Outfit',sans-serif; font-size: 26px; font-weight: 600; letter-spacing: -.035em; line-height: 1.15; }
.wf-builder-identity span { display: block; margin-top: 4px; font-size: 11px; font-weight: 600; }
.wf-builder-identity small { display: block; margin-top: 6px; color: #94a3b8; font-size: 9px; }
.wf-builder-columns { display: grid; grid-template-columns: minmax(0,1fr) 125px; border-top: 1px solid #e2e8f0; }
.wf-builder-main { min-width: 0; padding: 20px 20px 25px 24px; }
.wf-builder-heading { margin-bottom: 15px; color: #64748b; font-size: 9px; font-weight: 700; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.wf-builder-main > .wf-builder-heading { padding-bottom: 7px; border-bottom: 1px solid #e2e8f0; }
.wf-builder-summary { margin: 20px -6px 22px; padding: 11px 9px; border: 1px dashed #a7b6c9; border-radius: 5px; }
.wf-builder-summary p { margin: 0; color: #475569; font-size: 11px; line-height: 1.65; }
.wf-builder-summary .wf-mini-toolbar { top: -15px; right: 5px; }
.wf-builder-job + .wf-builder-job { margin-top: 18px; }
.wf-builder-job > strong { display: block; color: #334155; font-size: 11px; font-weight: 700; }
.wf-builder-job > span { display: block; margin: 3px 0 10px; color: #94a3b8; font-size: 9px; }
.wf-builder-job .wf-lines { gap: 6px; }
.wf-builder-job .wf-lines > span { height: 4px; background: #e2e8f0; }
.wf-builder-sidebar { min-width: 0; padding: 20px 15px; background: #f1f5f9; }
.wf-builder-sidebar > .wf-builder-heading:not(:first-child) { margin-top: 24px; }
.wf-builder-sidebar > span, .wf-builder-sidebar > strong, .wf-builder-skills > span { display: block; margin-top: 5px; font-size: 10px; }
.wf-builder-sidebar > strong { font-weight: 600; }
.wf-builder-sidebar > small { display: block; margin-top: 4px; color: #94a3b8; font-size: 9px; }
@media (max-width: 639px) {
 .wf-builder-identity { gap: 11px; padding: 21px 16px; }
 .wf-builder-identity img { width: 43px; height: 43px; }
 .wf-builder-identity strong { font-size: 23px; }
 .wf-builder-columns { grid-template-columns: minmax(0,1fr) 94px; }
 .wf-builder-main { padding: 18px 13px; }
 .wf-builder-sidebar { padding: 18px 10px; }
 .wf-builder-heading { font-size: 8px; letter-spacing: .065em; }
}
@media (max-width: 639px) {
 #tailor > div { padding: 28px 20px; }
 #tailor .home-tailor-graphic { padding: 18px 14px; }
 .home-tailor-source { display: grid; grid-template-columns: 40px minmax(0,1fr); gap: 8px; }
 .home-tailor-document { grid-row: 1 / 3; }
 .home-tailor-click { grid-column: 2; justify-self: start; }
 .home-tailor-results { --connector-width: 13px; margin-left: 19px; }
 .home-tailor-result { flex-wrap: wrap; gap: 8px; }
}
