:root {
  --canvas: #f7f6f1;
  --paper: #fffefb;
  --ink: #1b2921;
  --ink-soft: #526158;
  --forest: #225d46;
  --forest-deep: #173d2f;
  --forest-pale: #dceae0;
  --sage: #b8cbbd;
  --sage-light: #ebf0eb;
  --cream: #eee7d7;
  --blue: #4a6f9b;
  --blue-pale: #dce8f4;
  --line: #dce4dc;
  --line-dark: #bfcbc0;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --page-width: 1180px;
  --shadow-soft: 0 20px 60px rgba(24, 51, 37, .08);
  --shadow-paper: 0 28px 55px rgba(39, 53, 44, .18);
}

* { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { background: var(--canvas); color: var(--ink); font-family: var(--sans); margin: 0; }
body, button, input, textarea { font-family: var(--sans); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.site-container { margin: 0 auto; max-width: var(--page-width); padding: 0 28px; }
.eyebrow { color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.2; margin: 0; text-transform: uppercase; }
.eyebrow-dot { background: var(--forest); border-radius: 50%; display: inline-block; height: 7px; margin: 0 8px 1px 0; width: 7px; }

.brand { align-items: center; display: inline-flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.brand-mark { align-items: center; background: var(--forest); border-radius: 8px; color: #f9fbf6; display: inline-flex; font-family: var(--serif); font-size: 17px; height: 30px; justify-content: center; letter-spacing: -.08em; line-height: 1; width: 30px; }
.brand-wordmark { font-size: 14px; font-weight: 800; letter-spacing: -.04em; line-height: 1; white-space: nowrap; }
.brand-wordmark b { color: var(--forest); font-weight: 800; }
.brand-subline { border-left: 1px solid var(--line-dark); color: #7b887f; font-size: 10px; font-weight: 700; letter-spacing: .02em; margin-left: 2px; padding-left: 10px; white-space: nowrap; }

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 9px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1;
  padding: 13px 16px;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--forest); box-shadow: 0 10px 20px rgba(34, 93, 70, .14); color: #fbfcf9; }
.button-primary:hover { background: var(--forest-deep); box-shadow: 0 12px 25px rgba(34, 93, 70, .22); }
.button-small { font-size: 12px; padding: 10px 13px; }
.button-outline { background: transparent; border-color: #aebdaf; color: var(--forest-deep); }
.button-outline:hover { background: var(--forest-pale); border-color: var(--forest); }
.button-quiet { background: #eef2ed; border-color: transparent; color: var(--forest-deep); }
.button-quiet:hover { background: #e0eae2; }
.button-text { background: transparent; color: var(--forest); padding: 13px 5px; }
.button-text:hover { box-shadow: none; color: var(--forest-deep); transform: translateX(2px); }
.button-light { background: #f8f5ed; color: var(--forest-deep); }
.button-light:hover { background: #fffdf8; }
.button-full { width: 100%; }
.text-link { color: var(--forest); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--forest-deep); }
.icon-button { align-items: center; background: transparent; border: 0; border-radius: 8px; color: #738076; display: inline-flex; font-size: 17px; height: 34px; justify-content: center; letter-spacing: 1px; padding: 0; width: 34px; }
.icon-button:hover { background: var(--sage-light); color: var(--forest); }

/* Marketing site */
.site-header { background: rgba(247, 246, 241, .88); border-bottom: 1px solid rgba(220, 228, 220, .72); backdrop-filter: blur(18px); position: sticky; top: 0; z-index: 20; }
.nav-wrap { align-items: center; display: flex; height: 74px; justify-content: space-between; }
.site-nav { align-items: center; display: flex; font-size: 12px; font-weight: 700; gap: 27px; }
.site-nav > a:not(.button) { color: #56655b; }
.site-nav > a:not(.button):hover { color: var(--forest); }
.nav-toggle { background: transparent; border: 0; display: none; height: 42px; padding: 11px 5px; width: 42px; }
.nav-toggle span:not(.sr-only) { background: var(--forest); display: block; height: 1.5px; margin: 5px auto; transition: transform .2s ease; width: 22px; }

.hero-section { background: #f4f3ed; min-height: 650px; overflow: hidden; padding: 87px 0 76px; position: relative; }
.hero-orb { border-radius: 50%; filter: blur(2px); pointer-events: none; position: absolute; }
.hero-orb-one { background: radial-gradient(circle at 35% 35%, rgba(189, 218, 198, .72), rgba(189, 218, 198, 0) 68%); height: 520px; right: -100px; top: -220px; width: 520px; }
.hero-orb-two { background: radial-gradient(circle at 50% 50%, rgba(237, 225, 188, .72), rgba(237, 225, 188, 0) 67%); bottom: -260px; height: 540px; left: 37%; width: 540px; }
.hero-grid { align-items: center; display: grid; gap: 45px; grid-template-columns: minmax(0, .95fr) minmax(390px, 1.05fr); position: relative; z-index: 1; }
.hero-copy { max-width: 550px; padding-bottom: 4px; }
.hero-copy h1 { font-family: var(--serif); font-size: clamp(55px, 6vw, 84px); font-weight: 400; letter-spacing: -.073em; line-height: .91; margin: 17px 0 24px; }
.hero-copy h1 em, .section-heading h2 em, .role-copy h2 em { color: var(--forest); font-style: italic; }
.hero-lede { color: var(--ink-soft); font-size: 16px; line-height: 1.72; margin: 0; max-width: 465px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 13px; margin-top: 29px; }
.hero-proof { align-items: center; color: #65736a; display: flex; font-size: 11px; gap: 9px; line-height: 1.45; margin-top: 27px; max-width: 390px; }
.hero-proof p { margin: 0; }
.proof-seal { align-items: center; background: #d7e6d9; border-radius: 50%; color: var(--forest); display: inline-flex; flex: 0 0 auto; font-size: 11px; font-weight: 900; height: 21px; justify-content: center; width: 21px; }

.hero-art { height: 471px; position: relative; }
.resume-shadow { background: rgba(51, 64, 54, .2); border-radius: 50%; bottom: 16px; filter: blur(21px); height: 44px; left: 13%; position: absolute; transform: rotate(-6deg); width: 74%; }
.hero-resume { background: var(--paper); box-shadow: var(--shadow-paper); height: 424px; left: 22%; padding: 31px 35px; position: absolute; top: 13px; transform: rotate(3.5deg); width: 294px; }
.resume-topline { color: #5e796b; display: flex; font-size: 7px; font-weight: 800; justify-content: space-between; letter-spacing: .16em; }
.hero-resume h2 { color: #1b2a21; font-family: var(--serif); font-size: 33px; font-weight: 400; letter-spacing: -.07em; line-height: .86; margin: 18px 0 5px; }
.resume-role { color: #758078; font-size: 9px; margin: 0; }
.resume-divider { background: #dce4dc; height: 1px; margin: 19px 0 15px; }
.hero-resume section { margin-bottom: 16px; }
.hero-resume h3 { color: var(--forest); font-size: 7px; font-weight: 800; letter-spacing: .15em; margin: 0 0 7px; text-transform: uppercase; }
.resume-copy { color: #59675d; font-size: 8px; line-height: 1.53; margin: 0; }
.resume-job { align-items: flex-start; display: flex; justify-content: space-between; margin: 0 0 5px; }
.resume-job strong { color: #29352d; display: block; font-size: 9px; font-weight: 800; }
.resume-job span { color: #748078; display: block; font-size: 8px; margin-top: 1px; }
.resume-job time { color: #748078; font-size: 7px; }
.second-job { margin-top: 10px; }
.resume-skills { display: flex; flex-wrap: wrap; gap: 5px; }
.resume-skills span { background: #edf3ed; color: #365e4b; font-size: 7px; font-weight: 700; padding: 4px 5px; }
.role-chip { background: #ece3c9; border-radius: 999px; color: #6e6141; font-size: 10px; font-weight: 700; left: 0; padding: 10px 13px; position: absolute; top: 52px; transform: rotate(-6deg); z-index: 3; }
.role-chip strong { color: #514526; display: block; font-size: 11px; margin-top: 2px; }
.resume-note { align-items: flex-start; background: #dceee1; bottom: 69px; box-shadow: 0 11px 24px rgba(41, 70, 52, .11); display: flex; gap: 8px; padding: 12px; position: absolute; right: 0; transform: rotate(-4deg); width: 185px; z-index: 4; }
.resume-note p { color: #426253; font-size: 9px; line-height: 1.4; margin: 0; }
.resume-note strong { color: #24533f; display: block; font-size: 10px; margin-bottom: 2px; }
.note-icon { color: #24533f; font-size: 14px; line-height: 1; }
.resume-ready { align-items: center; background: #fffefb; box-shadow: 0 9px 22px rgba(39, 50, 42, .13); display: flex; gap: 9px; left: 11%; padding: 10px 12px; position: absolute; top: 375px; transform: rotate(-2deg); z-index: 3; }
.ready-mark { align-items: center; background: var(--forest); border-radius: 50%; color: #fff; display: inline-flex; font-size: 9px; font-weight: 900; height: 19px; justify-content: center; width: 19px; }
.resume-ready strong { color: #32453a; display: block; font-size: 9px; }
.resume-ready div span { color: #7a887f; display: block; font-size: 7px; margin-top: 2px; }

.quiet-strip { background: var(--forest-deep); color: #e4eee4; }
.quiet-strip-inner { align-items: center; display: flex; gap: 35px; justify-content: space-between; min-height: 88px; }
.quiet-strip p { font-family: var(--serif); font-size: 19px; letter-spacing: -.02em; line-height: 1.18; margin: 0; max-width: 660px; }
.quiet-labels { display: flex; flex-wrap: wrap; gap: 9px; }
.quiet-labels span { border: 1px solid rgba(222, 238, 222, .27); color: #dce9dd; font-size: 10px; font-weight: 700; padding: 7px 10px; }

.section { padding: 118px 0; }
.section-intro { background: var(--paper); }
.section-heading { margin: 0 auto; }
.split-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: minmax(0, 1.25fr) minmax(240px, .55fr); max-width: 1020px; }
.section-heading h2 { font-family: var(--serif); font-size: clamp(38px, 4.5vw, 58px); font-weight: 400; letter-spacing: -.065em; line-height: .97; margin: 15px 0 0; max-width: 650px; }
.split-heading > p { color: #67766b; font-size: 14px; line-height: 1.65; margin: 0 0 5px; }
.journey-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 65px; }
.journey-card { background: #f8f8f4; min-height: 365px; padding: 24px 26px 29px; position: relative; }
.journey-card-featured { background: #e5efe7; }
.journey-number { color: #8a9a8e; font-size: 10px; font-weight: 800; letter-spacing: .13em; }
.journey-card h3 { font-size: 19px; letter-spacing: -.045em; margin: 28px 0 8px; }
.journey-card p { color: #68756d; font-size: 13px; line-height: 1.65; margin: 0; max-width: 270px; }
.journey-illustration { height: 168px; margin-top: 13px; overflow: hidden; position: relative; }
.story-card { background: #fffefb; box-shadow: 0 12px 25px rgba(29, 48, 36, .12); display: block; height: 109px; position: absolute; transform: rotate(-7deg); width: 83px; }
.story-card-one { left: 21%; top: 24px; }
.story-card-two { background: #dbe9dd; left: 46%; top: 38px; transform: rotate(8deg); }
.story-line { background: #729a7f; bottom: 20px; height: 2px; left: 13%; position: absolute; transform: rotate(-6deg); width: 68%; }
.target-ring { border: 1px solid #8cad96; border-radius: 50%; display: block; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); }
.target-ring-one { height: 130px; width: 130px; }
.target-ring-two { border-color: #c1d7c5; height: 81px; width: 81px; }
.target-dot { background: var(--forest); border-radius: 50%; display: block; height: 17px; left: calc(50% - 8px); position: absolute; top: calc(50% - 8px); width: 17px; }
.export-page { background: #fffefb; box-shadow: 0 13px 28px rgba(29, 48, 36, .15); display: block; height: 116px; left: 31%; position: absolute; top: 18px; transform: rotate(6deg); width: 88px; }
.export-page::before, .export-page::after { background: #cbd8ce; content: ""; height: 5px; left: 16px; position: absolute; }
.export-page::before { top: 35px; width: 51px; }
.export-page::after { top: 48px; width: 43px; }
.export-tick { align-items: center; background: var(--forest); border-radius: 50%; bottom: 18px; color: #fff; display: inline-flex; font-size: 17px; font-weight: 800; height: 35px; justify-content: center; position: absolute; right: 23%; width: 35px; z-index: 2; }

.role-section { background: #e9eee8; }
.role-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: minmax(305px, .85fr) minmax(0, 1fr); max-width: 1020px; }
.role-card { background: #fffefb; box-shadow: var(--shadow-soft); padding: 29px; }
.role-card-top { align-items: center; color: #718076; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .13em; }
.role-status { background: #ddecdf; color: var(--forest); letter-spacing: .02em; padding: 6px 8px; }
.role-card h3 { font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.055em; margin: 22px 0 31px; }
.role-match-row { align-items: center; color: #68766c; display: flex; font-size: 11px; justify-content: space-between; margin: 17px 0 8px; }
.role-match-row strong { color: var(--forest); font-size: 10px; font-weight: 800; }
.meter { background: #e7eee8; height: 7px; overflow: hidden; }
.meter span { background: var(--forest); display: block; height: 100%; }
.muted-meter span { background: #92ad98; }
.role-suggestion { align-items: flex-start; background: #f3f1e9; color: #5a644e; display: flex; font-size: 11px; gap: 8px; line-height: 1.5; margin-top: 30px; padding: 13px; }
.role-suggestion span { color: #7a704f; font-size: 15px; }
.role-suggestion p { margin: 0; }
.role-copy h2 { font-family: var(--serif); font-size: clamp(39px, 4.3vw, 58px); font-weight: 400; letter-spacing: -.06em; line-height: .98; margin: 17px 0 22px; max-width: 505px; }
.role-copy > p:not(.eyebrow) { color: #5d6c62; font-size: 15px; line-height: 1.7; max-width: 465px; }
.role-copy .text-link { display: inline-block; margin-top: 10px; }

.templates-section { background: var(--paper); }
.centered-heading { max-width: 660px; text-align: center; }
.centered-heading h2 { margin-left: auto; margin-right: auto; }
.centered-heading > p:not(.eyebrow) { color: #68756d; font-size: 14px; line-height: 1.65; margin: 19px auto 0; max-width: 540px; }
.template-preview-grid { display: grid; gap: 23px; grid-template-columns: repeat(3, 1fr); margin-top: 58px; }
.template-tile { padding: 26px 26px 18px; }
.template-tile-sage { background: #e0ece2; }
.template-tile-cream { background: #f1eadc; }
.template-tile-blue { background: #e1eaf1; }
.template-paper { background: #fffefb; box-shadow: 0 16px 25px rgba(34, 47, 39, .12); height: 245px; margin: 0 auto; padding: 28px 26px; position: relative; width: 176px; }
.template-paper-sage { transform: rotate(-2.5deg); }
.template-paper-cream { display: flex; padding: 0; transform: rotate(2.5deg); }
.template-paper-blue { overflow: hidden; transform: rotate(-1deg); }
.template-paper-head { background: #bed3c2; height: 5px; width: 33px; }
.template-paper-name { background: #263e30; height: 15px; margin-top: 12px; width: 77px; }
.template-paper-rule { background: #e1e7e1; height: 1px; margin: 20px 0 13px; }
.template-paper-label { background: #5f7b68; height: 4px; margin: 13px 0 7px; width: 38px; }
.template-paper-lines i { background: #d7dfd8; display: block; height: 4px; margin: 4px 0; width: 100%; }
.template-paper-lines i:nth-child(2) { width: 77%; }
.template-paper-lines i:nth-child(3) { width: 90%; }
.template-cream-aside { background: #d1bd8f; width: 34px; }
.template-cream-main { flex: 1; padding: 28px 21px; }
.template-blue-ribbon { background: #52799c; height: 45px; left: 0; position: absolute; top: 0; width: 100%; }
.template-paper-blue .template-paper-head { margin-top: 34px; }
.template-tile-caption { align-items: flex-start; display: flex; justify-content: space-between; margin-top: 22px; }
.template-tile-caption strong { font-size: 14px; letter-spacing: -.03em; }
.template-tile-caption span { color: #738077; font-size: 10px; max-width: 100px; text-align: right; }
.section-action { display: flex; justify-content: center; margin-top: 39px; }

.start-section { background: var(--paper); padding: 0 0 104px; }
.start-panel { align-items: center; background: var(--forest-deep); color: #f4f7f0; display: flex; gap: 45px; justify-content: space-between; overflow: hidden; padding: 52px 62px; position: relative; }
.start-panel::after { background: radial-gradient(circle, rgba(177, 211, 183, .25), rgba(177, 211, 183, 0) 67%); content: ""; height: 410px; position: absolute; right: -80px; top: -200px; width: 410px; }
.start-panel > * { position: relative; z-index: 1; }
.start-panel .eyebrow { color: #b8d5bf; }
.start-panel h2 { font-family: var(--serif); font-size: clamp(35px, 4vw, 50px); font-weight: 400; letter-spacing: -.06em; line-height: .96; margin: 14px 0; max-width: 550px; }
.start-panel p:not(.eyebrow) { color: #cfdbd0; font-size: 13px; line-height: 1.6; margin: 0; max-width: 470px; }

.site-footer { background: #172e23; color: #d5e0d4; padding: 47px 0; }
.footer-grid { align-items: end; display: grid; gap: 30px; grid-template-columns: 1fr auto auto; }
.footer-brand .brand-mark { background: #d8e7d9; color: var(--forest-deep); }
.footer-brand .brand-wordmark { color: #eff5ed; }
.footer-brand .brand-wordmark b { color: #b8d7bc; }
.site-footer p { color: #9daf9e; font-size: 11px; margin: 13px 0 0; }
.footer-links { display: flex; font-size: 11px; font-weight: 700; gap: 19px; }
.footer-links a:hover { color: #fff; }
.footer-note { text-align: right; }

/* App shell */
.app-page { background: #f5f6f2; min-height: 100vh; }
.app-shell { display: grid; grid-template-columns: 267px minmax(0, 1fr); min-height: 100vh; }
.app-page:not(.is-authenticated) .app-shell, .builder-page:not(.is-authenticated) .builder-shell { visibility: hidden; }
.app-sidebar, .builder-sidebar { background: #fbfcf8; border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 100vh; padding: 25px 16px 16px; position: sticky; top: 0; }
.app-brand { margin: 0 10px; }
.app-nav { display: grid; gap: 4px; margin-top: 39px; }
.app-nav-link { align-items: center; border-radius: 8px; color: #607066; display: flex; font-size: 12px; font-weight: 700; gap: 12px; padding: 11px 12px; }
.app-nav-link:hover { background: #edf2ed; color: var(--forest); }
.app-nav-link.active { background: #e0ece2; color: var(--forest-deep); }
.nav-icon { align-items: center; color: #74867a; display: inline-flex; font-size: 17px; justify-content: center; width: 18px; }
.app-nav-link.active .nav-icon { color: var(--forest); }
.sidebar-spacer { flex: 1; }
.sidebar-help { align-items: flex-start; background: #f2f1e8; display: flex; gap: 9px; margin: 25px 2px 13px; padding: 12px; }
.help-orb { align-items: center; background: #e2d6b7; border-radius: 50%; color: #725e34; display: inline-flex; flex: 0 0 auto; font-family: var(--serif); font-size: 13px; height: 23px; justify-content: center; width: 23px; }
.sidebar-help strong { color: #525d51; display: block; font-size: 10px; }
.sidebar-help p { color: #7b847a; font-size: 9px; line-height: 1.35; margin: 3px 0 0; }
.account-row { align-items: center; border-top: 1px solid var(--line); display: flex; gap: 9px; padding: 15px 5px 1px; }
.account-row > span:nth-child(2) { flex: 1; min-width: 0; }
.account-row strong { color: #425148; display: block; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-row small { color: #819087; display: block; font-size: 9px; margin-top: 2px; }
.sidebar-signout { background: transparent; border: 0; color: #6e7d72; font-size: 9px; font-weight: 800; padding: 5px 0; }
.sidebar-signout:hover { color: var(--forest); }
.avatar { align-items: center; border-radius: 50%; display: inline-flex; flex: 0 0 auto; font-size: 9px; font-weight: 800; height: 29px; justify-content: center; width: 29px; }
.avatar-sage { background: #d7e8da; color: var(--forest); }
.app-main { min-width: 0; }
.app-topbar { align-items: center; background: rgba(245, 246, 242, .86); border-bottom: 1px solid rgba(220, 228, 220, .75); display: flex; height: 67px; justify-content: space-between; padding: 0 34px; position: sticky; top: 0; z-index: 10; }
.crumb { color: #67766c; font-size: 11px; font-weight: 700; margin: 0; }
.crumb span { color: #abb6ae; margin: 0 7px; }
.topbar-actions { align-items: center; display: flex; gap: 13px; }
.topbar-status { align-items: center; color: #738176; display: flex; font-size: 10px; font-weight: 700; gap: 6px; }
.topbar-status i, .builder-saving i { background: #659a72; border-radius: 50%; display: inline-block; height: 6px; width: 6px; }
[data-cloud-status][data-state="saving"] { color: #7f8762; }
[data-cloud-status][data-state="error"] { color: #a15f4e; }
.app-menu-toggle { background: transparent; border: 0; display: none; height: 38px; padding: 8px 3px; width: 38px; }
.app-menu-toggle span:not(.sr-only) { background: var(--forest); display: block; height: 1.5px; margin: 5px auto; width: 21px; }
.app-content { margin: 0 auto; max-width: 1250px; padding: 48px 50px 65px; }
.page-title-row { align-items: flex-end; display: flex; gap: 30px; justify-content: space-between; }
.page-title-row h1 { font-family: var(--serif); font-size: clamp(38px, 4vw, 53px); font-weight: 400; letter-spacing: -.06em; line-height: .98; margin: 13px 0 9px; }
.page-lede { color: #68766c; font-size: 13px; line-height: 1.6; margin: 0; max-width: 530px; }

/* Dashboard */
.dashboard-hero { background: #e1ece3; display: grid; gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(310px, .9fr); margin-top: 42px; overflow: hidden; padding: 36px 39px; position: relative; }
.dashboard-hero::after { background: radial-gradient(circle, rgba(254, 255, 249, .9), rgba(254, 255, 249, 0) 66%); content: ""; height: 390px; position: absolute; right: -116px; top: -185px; width: 390px; }
.dashboard-hero-copy, .dashboard-progress { position: relative; z-index: 1; }
.dash-kicker, .mini-label { color: #657c6d; font-size: 9px; font-weight: 800; letter-spacing: .12em; margin: 0; text-transform: uppercase; }
.dashboard-hero h2 { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.06em; margin: 14px 0 10px; }
.dashboard-hero p:not(.dash-kicker) { color: #56675b; font-size: 12px; line-height: 1.6; margin: 0; max-width: 435px; }
.dash-hero-actions { display: flex; gap: 9px; margin-top: 23px; }
.dashboard-progress { align-self: end; background: rgba(255, 255, 252, .68); padding: 23px 22px; }
.progress-label { align-items: center; color: #65736b; display: flex; font-size: 10px; font-weight: 700; justify-content: space-between; }
.progress-label strong { color: var(--forest); }
.progress-track { background: #cbdacc; height: 7px; margin: 13px 0 10px; overflow: hidden; }
.progress-track span { background: var(--forest); display: block; height: 100%; }
.progress-steps { color: #8b978d; display: flex; font-size: 8px; font-weight: 700; justify-content: space-between; }
.progress-steps .done { color: #3d6a50; }
.dashboard-section { margin-top: 48px; }
.section-row { align-items: end; display: flex; justify-content: space-between; }
.section-row h2 { font-size: 19px; letter-spacing: -.045em; margin: 0 0 5px; }
.section-row p { color: #77847b; font-size: 11px; margin: 0; }
.cv-list-card { align-items: center; background: #fffefb; border: 1px solid var(--line); display: flex; gap: 21px; margin-top: 19px; padding: 18px 22px; }
.mini-resume { background: #fffefb; box-shadow: 0 6px 13px rgba(24, 42, 31, .1); flex: 0 0 auto; height: 86px; overflow: hidden; padding: 14px 10px; position: relative; width: 63px; }
.mini-resume-accent { background: #d2e5d5; height: 100%; left: 0; position: absolute; top: 0; width: 7px; }
.mini-resume-name { background: #274637; height: 8px; margin-left: 4px; width: 33px; }
.mini-resume-line { background: #dce4dc; height: 3px; margin: 6px 0 0 4px; width: 31px; }
.mini-resume-line.wide { width: 39px; }
.mini-resume-line.short { width: 22px; }
.cv-list-main { flex: 1; min-width: 0; }
.cv-title-line { align-items: center; display: flex; gap: 9px; }
.cv-title-line h3 { font-size: 14px; letter-spacing: -.035em; margin: 0; }
.cv-state { background: #ecf0e6; color: #6d724d; font-size: 9px; font-weight: 800; padding: 4px 6px; }
.cv-list-main > p { color: #76847b; font-size: 10px; margin: 5px 0 10px; }
.cv-meta { color: #829087; display: flex; font-size: 9px; gap: 14px; }
.cv-meta span + span { border-left: 1px solid var(--line); padding-left: 14px; }
.cv-list-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 4px; justify-content: flex-end; }
.cv-list-actions .button { white-space: nowrap; }
.cv-delete-button { color: #9b5048 !important; }
.dashboard-lower-grid { display: grid; gap: 22px; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); }
.dashboard-applications { margin-top: 34px; }
.dashboard-application-card { background: #fffefb; border: 1px solid var(--line); margin-top: 18px; padding: 18px 20px; }
.dashboard-application-stats { display: flex; flex-wrap: wrap; gap: 8px; }
.dashboard-application-stats span { background: #edf3ed; color: #68776d; font-size: 9px; font-weight: 800; padding: 8px 10px; }
.dashboard-application-stats b { color: var(--forest); font-family: var(--serif); font-size: 18px; font-weight: 400; margin-right: 3px; }
.dashboard-application-list { display: grid; margin-top: 11px; }
.dashboard-application-item { align-items: center; border-top: 1px solid #e4ebe4; display: flex; gap: 12px; justify-content: space-between; padding: 10px 0; }
.dashboard-application-item > div { min-width: 0; }
.dashboard-application-item strong { display: block; font-size: 10px; }
.dashboard-application-item > div > span { color: #77847b; display: block; font-size: 9px; margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-application-empty { color: #748178; font-size: 10px; line-height: 1.55; margin: 13px 0 3px; max-width: 500px; }
.next-steps { background: #fffefb; border: 1px solid var(--line); margin-top: 32px; padding: 25px 27px 8px; }
.task-row { align-items: center; background: transparent; border: 0; border-top: 1px solid #e8ece7; color: var(--ink); display: flex; gap: 12px; padding: 15px 0; text-align: left; width: 100%; }
.task-row:hover strong { color: var(--forest); }
.task-check { border: 1px solid #b7c4b9; border-radius: 50%; flex: 0 0 auto; height: 17px; transition: all .18s ease; width: 17px; }
.task-row.complete .task-check { background: var(--forest); border-color: var(--forest); position: relative; }
.task-row.complete .task-check::after { color: #fff; content: "✓"; font-size: 10px; font-weight: 800; left: 3px; position: absolute; top: 0; }
.task-row > span:nth-child(2) { flex: 1; }
.task-row strong { display: block; font-size: 11px; }
.task-row small { color: #7a887f; display: block; font-size: 10px; line-height: 1.4; margin-top: 3px; }
.task-row > span:last-child { color: #76917d; font-size: 15px; }
.gentle-tip { align-self: end; background: #f0eee4; margin-top: 32px; padding: 26px; }
.tip-star { color: #806f45; font-size: 20px; }
.gentle-tip .eyebrow { color: #7b714e; margin-top: 27px; }
.gentle-tip h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.055em; margin: 10px 0; }
.gentle-tip > p:not(.eyebrow) { color: #687062; font-size: 11px; line-height: 1.65; margin: 0; }
.gentle-tip .text-link { display: inline-block; margin-top: 21px; }

/* Builder */
.builder-page { background: #eff2ed; }
.builder-shell { display: grid; grid-template-columns: 267px minmax(0, 1fr); min-height: 100vh; }
.builder-sidebar { background: #fbfcf8; }
.builder-file { align-items: center; background: #f1f4ee; display: flex; gap: 8px; margin: 37px 1px 17px; padding: 11px 10px; }
.builder-file .file-dot { background: var(--forest); border-radius: 50%; height: 7px; width: 7px; }
.builder-file > span:nth-child(2) { flex: 1; min-width: 0; }
.builder-file strong { display: block; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.builder-file small { color: #87938b; display: block; font-size: 9px; margin-top: 2px; }
.builder-file button { background: transparent; border: 0; color: #738176; font-size: 17px; line-height: 1; padding: 2px; }
.builder-steps { display: grid; gap: 3px; }
.builder-step { align-items: center; background: transparent; border: 0; color: #738077; display: flex; gap: 10px; padding: 10px 8px; text-align: left; width: 100%; }
.builder-step:hover { background: #f0f4f0; }
.builder-step > span { align-items: center; border: 1px solid #c2cdc3; border-radius: 50%; display: inline-flex; flex: 0 0 auto; font-size: 9px; font-weight: 800; height: 22px; justify-content: center; width: 22px; }
.builder-step strong { display: block; font-size: 11px; }
.builder-step small { display: block; font-size: 9px; margin-top: 2px; }
.builder-step.active { background: #e1ece2; color: var(--forest); }
.builder-step.active > span { background: var(--forest); border-color: var(--forest); color: #fff; }
.back-workspace { color: #738178; font-size: 10px; font-weight: 800; margin: 0 8px 7px; }
.back-workspace:hover { color: var(--forest); }
.builder-main { min-width: 0; }
.builder-topbar { align-items: center; background: rgba(251, 252, 248, .78); border-bottom: 1px solid rgba(220, 228, 220, .78); display: flex; height: 67px; justify-content: space-between; padding: 0 32px; position: sticky; top: 0; z-index: 10; }
.builder-saving { align-items: center; color: #7d8b81; display: flex; font-size: 10px; font-weight: 700; gap: 6px; margin: 0; }
.builder-top-actions { display: flex; gap: 5px; }
.builder-workspace { display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(344px, .93fr); min-height: calc(100vh - 67px); }
.builder-editor { background: #fffefb; padding: 55px clamp(27px, 5vw, 78px) 62px; }
.builder-intro { max-width: 600px; }
.builder-intro h1 { font-family: var(--serif); font-size: clamp(37px, 4.3vw, 52px); font-weight: 400; letter-spacing: -.065em; line-height: .97; margin: 13px 0 12px; }
.builder-intro > p:not(.eyebrow) { color: #68766c; font-size: 13px; line-height: 1.65; margin: 0; max-width: 500px; }
#cv-builder-form { margin-top: 42px; }
.builder-form-panel { display: none; }
.builder-form-panel.active { display: block; }
.form-grid { display: grid; gap: 15px; }
.two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-field { display: block; }
.form-field > span { color: #435248; display: block; font-size: 11px; font-weight: 800; margin-bottom: 8px; }
.form-field > span small { color: #8c998f; float: right; font-size: 9px; font-weight: 700; }
.form-field input, .form-field textarea, .form-field select { background: #fffefb; border: 1px solid #ccd8ce; border-radius: 5px; color: var(--ink); font-family: inherit; font-size: 12px; outline: none; padding: 12px 12px; transition: border-color .16s ease, box-shadow .16s ease; width: 100%; }
.form-field textarea { line-height: 1.6; resize: vertical; }
.form-field input:focus, .form-field textarea:focus, .form-field select:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(34, 93, 70, .1); }
.textarea-field { margin-top: 19px; }
.ai-suggestion { align-items: center; background: #edf3ed; display: flex; gap: 11px; margin-top: 19px; padding: 13px; }
.rewrite-box { align-items: center; background: #edf3ed; display: grid; gap: 11px; grid-template-columns: 27px minmax(0, 1fr) auto; margin-top: 19px; padding: 13px; }
.ai-suggestion-mark { align-items: center; background: #d5e5d7; border-radius: 50%; color: var(--forest); display: inline-flex; flex: 0 0 auto; font-size: 14px; height: 27px; justify-content: center; width: 27px; }
.ai-suggestion > div:nth-child(2), .rewrite-summary { flex: 1; min-width: 0; }
.ai-suggestion strong, .rewrite-box strong { color: #46564c; display: block; font-size: 10px; }
.ai-suggestion p, .rewrite-box p { color: #76837a; font-size: 10px; line-height: 1.45; margin: 3px 0 0; }
.ai-suggestion .button, .rewrite-box .button { flex: 0 0 auto; font-size: 10px; padding: 9px 10px; }
.rewrite-result { border-top: 1px solid #d6e3d7; grid-column: 2 / -1; margin-top: 1px; padding-top: 11px; }
.rewrite-result-label { color: #55715d !important; font-size: 8px !important; font-weight: 800; letter-spacing: .12em; margin: 0 !important; }
.rewrite-result-text { color: var(--ink) !important; font-size: 12px !important; font-weight: 700; line-height: 1.55 !important; margin-top: 6px !important; }
.rewrite-result-note { max-width: 560px; }
.rewrite-result-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.rewrite-result-actions .button { margin: 0; }
.rewrite-result-actions .button-text { border: 1px solid #c9d9ca; color: #456150; }
.rewrite-result-actions .button:disabled { cursor: not-allowed; opacity: .52; }
.form-footer { align-items: center; border-top: 1px solid #e3e9e2; display: flex; font-size: 10px; justify-content: space-between; margin-top: 31px; padding-top: 20px; }
.form-footer > span { color: #859289; }
.clean-print-note { line-height: 1.45; max-width: 230px; text-align: center; }
.experience-list { display: grid; gap: 17px; }
.experience-card { border: 1px solid #dbe5db; padding: 23px; }
.builder-subsection { border-top: 1px solid #e3e9e2; margin-top: 31px; padding-top: 29px; }
.builder-section-intro { max-width: 510px; }
.builder-section-intro h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.builder-section-intro > p:not(.mini-label) { color: #6e7b72; font-size: 11px; line-height: 1.6; margin: 0; }
.project-list, .certification-list, .education-list { display: grid; gap: 17px; margin-top: 19px; }
.project-card, .certification-card, .education-card { background: #fcfdf9; }
.experience-card-top { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 21px; }
.experience-card h2 { font-size: 19px; letter-spacing: -.05em; margin: 7px 0 0; }
.experience-remove { background: transparent; border: 0; color: #728277; font-size: 10px; font-weight: 800; padding: 5px 0; }
.experience-remove:hover { color: #a44840; }
.add-another-role { background: transparent; border: 0; color: var(--forest); font-size: 11px; font-weight: 800; margin: 17px 0 0; padding: 6px 0; }
.add-another-role span { align-items: center; background: #e1ece2; border-radius: 50%; display: inline-flex; font-size: 15px; height: 21px; justify-content: center; margin-right: 6px; width: 21px; }
.writing-prompt { align-items: flex-start; background: #f2f0e6; display: flex; gap: 19px; padding: 24px; }
.prompt-number { color: #85734c; font-family: var(--serif); font-size: 29px; line-height: .8; }
.writing-prompt h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.055em; margin: 7px 0; }
.writing-prompt p:not(.mini-label) { color: #717668; font-size: 11px; line-height: 1.55; margin: 0; max-width: 390px; }
.skill-suggestions { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.skill-suggestions p { color: #7d8a81; font-size: 10px; font-weight: 700; margin: 0 4px 0 0; }
.skill-suggestions button { background: #eff4ef; border: 1px solid #d6e2d7; border-radius: 999px; color: #4e6655; font-size: 10px; font-weight: 700; padding: 7px 9px; }
.skill-suggestions button:hover { background: #dfece1; border-color: #a9c3ad; }
.finish-card { background: #e2ece3; padding: 35px 31px; }
.finish-check { align-items: center; background: var(--forest); border-radius: 50%; color: #fff; display: inline-flex; font-size: 18px; font-weight: 800; height: 38px; justify-content: center; width: 38px; }
.finish-card .mini-label { margin-top: 24px; }
.finish-card h2 { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.06em; margin: 10px 0; }
.finish-card > p:not(.mini-label) { color: #5e6d62; font-size: 12px; line-height: 1.6; margin: 0; max-width: 420px; }
.finish-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 24px; }
.final-checklist { display: grid; gap: 10px; margin-top: 21px; }
.final-checklist label { align-items: center; color: #65736a; display: flex; font-size: 11px; gap: 9px; }
.final-checklist input { accent-color: var(--forest); height: 15px; width: 15px; }
.builder-preview-wrap { background: #e8ede8; min-width: 0; padding: 27px clamp(25px, 4vw, 58px) 40px; }
.preview-toolbar { align-items: center; color: #738278; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; margin-bottom: 20px; }
.preview-zoom { background: transparent; border: 0; color: #738278; font-size: 9px; font-weight: 800; }
.editor-resume { background: #fffefb; box-shadow: 0 19px 32px rgba(35, 56, 41, .16); margin: 0 auto; min-height: 650px; padding: 37px 39px; position: relative; width: min(100%, 430px); }
.editor-resume[data-template="form"] { border-left: 20px solid #cfbb8b; padding-left: 28px; }
.editor-resume[data-template="mark"] { padding-top: 68px; }
.editor-resume[data-template="mark"]::before { background: #527e9e; content: ""; height: 33px; left: 0; position: absolute; right: 0; top: 0; }
.editor-resume[data-template="frame"] { border: 12px solid #e4ebe2; outline: 1px solid #c2d1c4; outline-offset: -22px; }
.editor-resume[data-template="field"] { background: #fffdf8; border-top: 8px solid #d6bb83; }
.editor-resume[data-template="ats"] { background: #fff; border: 1px solid #1f2a23; box-shadow: none; color: #111; font-family: Arial, Helvetica, sans-serif; padding: 30px 32px; }
.editor-resume[data-template="ats"] .editor-resume-top { color: #111; letter-spacing: .08em; }
.editor-resume[data-template="ats"] h2 { color: #111; font-family: Arial, Helvetica, sans-serif; font-size: 29px; font-weight: 700; letter-spacing: -.03em; line-height: 1; margin-top: 18px; }
.editor-resume[data-template="ats"] .editor-role, .editor-resume[data-template="ats"] .editor-contact, .editor-resume[data-template="ats"] section p, .editor-resume[data-template="ats"] .editor-job span, .editor-resume[data-template="ats"] .editor-job time { color: #333; }
.editor-resume[data-template="ats"] .editor-rule { background: #111; margin: 17px 0 14px; }
.editor-resume[data-template="ats"] section { margin-top: 17px; }
.editor-resume[data-template="ats"] section h3 { color: #111; font-size: 9px; letter-spacing: .08em; }
.editor-resume[data-template="ats"] .preview-experience-item + .preview-experience-item { border-color: #d2d2d2; margin-top: 12px; padding-top: 12px; }
.editor-resume[data-template="ats"] .editor-job strong { color: #111; }
.editor-resume-top { color: #5b7666; display: flex; font-size: 8px; font-weight: 800; justify-content: space-between; letter-spacing: .12em; }
.editor-resume h2 { font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.07em; line-height: .9; margin: 23px 0 6px; word-break: break-word; }
.editor-role { color: #46554d; font-size: 11px; font-weight: 700; margin: 0; }
.editor-contact { color: #7b887f; font-size: 9px; line-height: 1.5; margin: 7px 0 0; word-break: break-word; }
.editor-rule { background: #dfe6df; height: 1px; margin: 25px 0 18px; }
.editor-resume section { margin-top: 22px; }
.editor-resume section h3 { color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .13em; margin: 0 0 9px; text-transform: uppercase; }
.editor-resume section p { color: #57655c; font-size: 10px; line-height: 1.65; margin: 0; white-space: pre-line; word-break: break-word; }
.editor-job { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 7px; }
.editor-job strong { color: #26362d; display: block; font-size: 11px; }
.editor-job span { color: #68786e; display: block; font-size: 9px; margin-top: 2px; }
.editor-job time { color: #748278; font-size: 9px; margin-left: 10px; text-align: right; }
.preview-experience-item + .preview-experience-item { border-top: 1px solid #e3e9e3; margin-top: 15px; padding-top: 15px; }
.preview-hint { align-items: center; color: #6b7a70; display: flex; font-size: 10px; gap: 6px; justify-content: center; margin-top: 19px; }
.preview-hint span { color: var(--forest); font-size: 13px; }

/* Templates */
.templates-title-row { max-width: 735px; }
.template-filter-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 33px; }
.filter-chip { background: #eef2ee; border: 1px solid transparent; border-radius: 999px; color: #617066; font-size: 10px; font-weight: 800; padding: 8px 11px; }
.filter-chip:hover, .filter-chip.active { background: #dceade; border-color: #bed4c2; color: var(--forest); }
.full-template-grid { display: grid; gap: 21px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 27px; }
.full-template-card { background: #fffefb; border: 1px solid var(--line); display: flex; flex-direction: column; overflow: hidden; padding-bottom: 19px; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.full-template-card:hover { border-color: #a8bcab; box-shadow: 0 13px 25px rgba(39, 56, 42, .08); transform: translateY(-2px); }
.full-template-card.selected { border: 2px solid var(--forest); padding-bottom: 18px; }
.full-template-preview { align-items: center; display: flex; height: 265px; justify-content: center; overflow: hidden; padding: 25px; }
.full-template-quiet { background: #e2eee4; }
.full-template-form { background: #f0eadc; }
.full-template-mark { background: #e2ebf1; }
.full-template-frame { background: #e9ece6; }
.full-template-field { background: #eee6d8; }
.full-template-ats { background: #e7ebe7; }
.document-surface { background: #fffefb; box-shadow: 0 16px 26px rgba(37, 49, 39, .13); height: 206px; overflow: hidden; padding: 24px 22px; position: relative; width: 151px; }
.document-quiet { transform: rotate(-2deg); }
.document-form { display: flex; padding: 0; transform: rotate(2deg); }
.document-mark { transform: rotate(-1.4deg); }
.document-frame { transform: rotate(2deg); }
.document-field { transform: rotate(-2deg); }
.document-ats { border-top: 4px solid #202820; box-shadow: 0 11px 20px rgba(35, 43, 35, .12); padding: 19px 18px; transform: rotate(1deg); }
.document-ats .doc-title { background: #151b16; height: 11px; margin-top: 0; width: 77px; }
.document-ats .doc-subtitle { background: #636b63; width: 66px; }
.document-ats .doc-label { background: #222; height: 3px; }
.document-ats .doc-lines i { background: #d5d8d5; }
.ats-document-head { border-bottom: 1px solid #202820; padding-bottom: 11px; }
.document-ats .doc-rule { display: none; }
.doc-kicker { background: #7b9982; height: 4px; width: 29px; }
.doc-title { background: #263d2e; height: 13px; margin-top: 11px; width: 66px; }
.doc-subtitle { background: #aebbae; height: 4px; margin-top: 6px; width: 58px; }
.doc-rule { background: #e0e6e0; height: 1px; margin: 16px 0 11px; }
.doc-label { background: #4d7160; height: 4px; margin: 12px 0 6px; width: 31px; }
.doc-lines i { background: #d8e0d9; display: block; height: 3px; margin: 4px 0; width: 100%; }
.doc-lines i:nth-child(2) { width: 75%; }
.doc-lines i:nth-child(3) { width: 88%; }
.doc-job { background: #52665a; height: 5px; margin-bottom: 7px; width: 53px; }
.form-rail { background: #cfbb8b; flex: 0 0 31px; padding-top: 24px; }
.form-rail i { background: #f4eddd; display: block; height: 3px; margin: 8px auto; width: 13px; }
.form-document-main { flex: 1; padding: 24px 17px; }
.mark-band { background: #527e9e; height: 35px; left: 0; position: absolute; top: 0; width: 100%; }
.document-mark .doc-title { margin-top: 37px; }
.frame-head { align-items: center; display: flex; justify-content: space-between; }
.frame-head .doc-title { margin-top: 0; }
.frame-head span { align-items: center; background: #d9e5d8; border-radius: 50%; color: var(--forest); display: inline-flex; font-size: 8px; font-weight: 800; height: 22px; justify-content: center; width: 22px; }
.field-title { color: #233c2b; font-family: var(--serif); font-size: 18px; letter-spacing: -.07em; line-height: .85; }
.field-chip { background: #d9c396; height: 14px; margin-top: 13px; width: 51px; }
.full-template-copy { align-items: flex-start; display: flex; justify-content: space-between; padding: 18px 20px 14px; }
.full-template-copy h2 { font-size: 15px; letter-spacing: -.04em; margin: 0 0 4px; }
.full-template-copy p { color: #7a877e; font-size: 10px; margin: 0; }
.template-selected { background: #e0eee2; color: var(--forest); font-size: 9px; font-weight: 800; padding: 6px 7px; }
.template-select { align-self: flex-start; font-size: 11px; margin: 0 20px; padding: 10px 11px; }
.create-template-card { align-items: flex-start; background: #eff2ec; border-style: dashed; justify-content: center; min-height: 373px; padding: 30px; }
.create-template-symbol { align-items: center; border: 1px solid #afc3b2; border-radius: 50%; color: var(--forest); display: inline-flex; font-size: 23px; height: 42px; justify-content: center; width: 42px; }
.create-template-card h2 { font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: -.055em; margin: 20px 0 8px; }
.create-template-card p { color: #6f7c73; font-size: 11px; line-height: 1.55; margin: 0; max-width: 180px; }
.create-template-card .text-link { margin-top: 18px; }
.template-selection-bar { align-items: center; background: #e1ece2; display: flex; gap: 10px; justify-content: space-between; margin-top: 35px; padding: 14px 17px; }
.selection-swatch { background: #fffefb; border: 1px solid #d4ddd4; box-shadow: 0 3px 8px rgba(30, 54, 40, .12); height: 27px; position: relative; width: 20px; }
.selection-swatch::after { background: var(--forest); content: ""; height: 7px; left: 4px; position: absolute; top: 5px; width: 12px; }
.template-selection-bar p { color: #59705e; flex: 1; font-size: 11px; margin: 0; }
.template-selection-bar p strong { color: var(--forest-deep); }
.template-selection-bar .button { font-size: 11px; padding: 10px 11px; }

/* Applications */
.applications-title-row { align-items: flex-end; }
.applications-title-row > div { max-width: 735px; }
.application-stats { display: grid; gap: 13px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 35px; }
.application-stats article { background: #edf3ed; min-height: 130px; padding: 19px; }
.application-stats article:nth-child(2) { background: #f3efe3; }
.application-stats article:nth-child(3) { background: #e6eef0; }
.application-stats article:nth-child(4) { background: #e8ece6; }
.application-stats span { color: #67796b; display: block; font-size: 8px; font-weight: 800; letter-spacing: .1em; }
.application-stats strong { color: var(--forest); display: block; font-family: var(--serif); font-size: 39px; font-weight: 400; letter-spacing: -.07em; line-height: .9; margin: 17px 0 7px; }
.application-stats p { color: #718077; font-size: 9px; line-height: 1.45; margin: 0; }
.applications-workspace { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.24fr) minmax(310px, .76fr); margin-top: 25px; }
.applications-list-panel { background: #fffefb; border: 1px solid var(--line); padding: 26px; }
.applications-list-head { align-items: flex-start; display: flex; gap: 15px; justify-content: space-between; }
.applications-list-head h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0 0 7px; }
.applications-list-head p { color: #75837a; font-size: 10px; line-height: 1.55; margin: 0; }
.application-count { background: #edf2ed; color: #62746a; flex: 0 0 auto; font-size: 9px; font-weight: 800; padding: 7px 8px; }
.application-filter-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 21px; }
.application-list { display: grid; gap: 13px; margin-top: 20px; }
.application-card { border: 1px solid #dce5dc; padding: 17px; }
.application-card[data-status="interview"] { border-left: 3px solid #799d86; }
.application-card[data-status="offer"] { border-left: 3px solid #bf9a56; }
.application-card[data-status="rejected"] { border-left: 3px solid #bb7368; }
.application-card-top { align-items: flex-start; display: flex; gap: 13px; justify-content: space-between; }
.application-card-top h3 { color: #2f4035; font-size: 15px; letter-spacing: -.035em; margin: 8px 0 3px; }
.application-card-top p { color: #718077; font-size: 10px; margin: 0; }
.application-card-top time { color: #829087; flex: 0 0 auto; font-size: 8px; font-weight: 700; margin-top: 6px; text-align: right; }
.application-status { background: #e1ece2; color: #42664c; display: inline-block; font-size: 8px; font-weight: 800; letter-spacing: .06em; padding: 5px 6px; text-transform: uppercase; }
.application-status[data-status="applied"] { background: #ede6d3; color: #7b6942; }
.application-status[data-status="interview"] { background: #dcebef; color: #466a75; }
.application-status[data-status="offer"] { background: #e6e0cf; color: #685b35; }
.application-status[data-status="rejected"] { background: #f2e1de; color: #965b52; }
.application-card-meta { align-items: center; color: #708076; display: flex; flex-wrap: wrap; font-size: 9px; font-weight: 700; gap: 9px; margin-top: 14px; }
.application-card-meta span { background: #f2f5f1; padding: 6px 7px; }
.application-card-meta a { color: var(--forest); text-decoration: underline; text-underline-offset: 2px; }
.application-card-next { background: #edf3ed; color: #557060; font-size: 10px; font-weight: 700; line-height: 1.5; margin: 13px 0 0; padding: 9px 10px; }
.application-card-notes { background: #f7f5ed; color: #66736a; font-size: 10px; line-height: 1.55; margin: 13px 0 0; padding: 10px; white-space: pre-line; }
.application-card-actions { align-items: center; border-top: 1px solid #e6ebe5; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; padding-top: 13px; }
.application-card-actions label { align-items: center; display: flex; gap: 7px; margin-right: auto; }
.application-card-actions label > span { color: #77847b; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.application-status-select { background: #f2f5f1; border: 1px solid #d8e1d8; color: #4b6452; font-family: inherit; font-size: 9px; font-weight: 800; outline: 0; padding: 7px 21px 7px 8px; }
.application-card-actions .button { font-size: 9px; padding: 8px 9px; }
.application-empty-state { background: #edf3ed; padding: 21px; }
.application-empty-state strong { color: var(--forest); display: block; font-size: 12px; }
.application-empty-state p { color: #68766d; font-size: 10px; line-height: 1.6; margin: 6px 0 14px; max-width: 390px; }
.application-empty-state .button { font-size: 10px; padding: 9px 10px; }
.application-editor-card { background: #e5eee6; padding: 24px; position: sticky; top: 87px; }
.application-editor-head h2 { font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.application-editor-head > p:not(.eyebrow) { color: #68766c; font-size: 10px; line-height: 1.6; margin: 0; }
.application-editor-card form { display: grid; gap: 15px; margin-top: 22px; }
.application-form-row { margin-top: 1px; }
.application-editor-card .textarea-field { margin-top: 0; }
.application-form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }
.application-form-actions .button { font-size: 10px; padding: 10px 11px; }
.application-editor-card .local-privacy-note { margin-top: 20px; }

/* Application Kit */
.letters-title-row > div { max-width: 760px; }
.letters-signal-bar { align-items: center; background: #e2ece3; display: flex; gap: 24px; justify-content: space-between; margin-top: 37px; padding: 17px 21px; }
.letters-signal-bar > div:first-child { max-width: 660px; }
.letters-signal-bar .mini-label { display: block; margin-bottom: 7px; }
.letters-signal-bar p { color: #607167; font-size: 10px; line-height: 1.55; margin: 0; }
.letters-signal-bar > div:last-child { align-items: flex-end; display: flex; flex: 0 0 auto; flex-direction: column; gap: 7px; }
.letters-signal-bar strong { color: var(--forest); font-weight: 800; }
.letter-signal { background: #f5ead1; color: #776238; font-size: 8px; font-weight: 800; letter-spacing: .08em; padding: 6px 7px; text-transform: uppercase; }
.letter-signal[data-state="ready"] { background: #dcebdd; color: #3f6a4d; }
.letters-workspace { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.23fr) minmax(320px, .77fr); margin-top: 22px; }
.letter-editor-panel { background: #fffefb; border: 1px solid var(--line); padding: 28px; }
.letter-editor-head { align-items: flex-start; display: flex; gap: 17px; justify-content: space-between; }
.letter-editor-head h2, .interview-prep-head h2, .saved-letters-head h2 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.letter-editor-head > div > p:not(.eyebrow), .interview-prep-head > p:not(.eyebrow), .saved-letters-head > div > p:not(.eyebrow) { color: #708077; font-size: 10px; line-height: 1.6; margin: 0; max-width: 540px; }
.cover-letter-count { background: #edf2ed; color: #66786b; flex: 0 0 auto; font-size: 9px; font-weight: 800; padding: 7px 8px; }
.letter-editor-panel form { display: grid; gap: 15px; margin-top: 25px; }
.letter-form-row { margin-top: 1px; }
.letter-local-field { background: #f1f4ee; color: #63746a; min-height: 100%; padding: 12px; }
.letter-local-field > span { color: #506758; display: block; font-size: 9px; font-weight: 800; margin-bottom: 5px; }
.letter-local-field p { font-size: 9px; line-height: 1.5; margin: 0; }
.letter-generate-row { align-items: center; background: #e8efe8; display: flex; flex-wrap: wrap; gap: 12px; padding: 13px; }
.letter-generate-row .button { font-size: 10px; padding: 10px 11px; }
.letter-generate-row > span { color: #68776d; flex: 1; font-size: 9px; line-height: 1.45; min-width: 210px; }
.letter-body-field textarea { background: #fffefa; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.72; min-height: 320px; }
.letter-form-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.letter-form-actions .button { font-size: 10px; padding: 10px 11px; }
.letter-guidance { border-top: 1px solid #e4eae4; margin-top: 25px; padding-top: 20px; }
.letter-guidance ul { display: grid; gap: 8px; margin: 11px 0 0; padding: 0; }
.letter-guidance li { align-items: flex-start; color: #69776e; display: flex; font-size: 10px; line-height: 1.55; list-style: none; }
.letter-guidance li::before { color: #587863; content: "✦"; font-size: 10px; margin-right: 8px; }
.letters-side-panel { display: grid; gap: 15px; }
.interview-prep-card { background: #edf3ed; padding: 24px; }
.interview-prep-head h2 { font-size: 28px; margin-top: 9px; }
.interview-prep-list { display: grid; gap: 0; margin-top: 20px; }
.interview-question { align-items: flex-start; border-top: 1px solid #d5e1d5; display: flex; gap: 10px; padding: 15px 0; }
.interview-question-number { align-items: center; background: #fffefb; border-radius: 50%; color: #55735e; display: inline-flex; flex: 0 0 auto; font-size: 8px; font-weight: 800; height: 25px; justify-content: center; width: 25px; }
.interview-question h3 { color: #32463a; font-size: 11px; letter-spacing: -.025em; line-height: 1.45; margin: 5px 0 6px; }
.interview-question > div > p:not(.mini-label) { color: #69796f; font-size: 9px; line-height: 1.6; margin: 0; }
.letters-privacy-card { align-items: flex-start; background: #f3eee2; display: flex; gap: 11px; padding: 20px; }
.letters-privacy-card > span { align-items: center; background: #e5d5ad; border-radius: 50%; color: #735e33; display: inline-flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 24px; justify-content: center; width: 24px; }
.letters-privacy-card h3 { color: #554d3c; font-family: var(--serif); font-size: 22px; font-weight: 400; letter-spacing: -.045em; margin: 7px 0; }
.letters-privacy-card p:not(.mini-label) { color: #736c58; font-size: 10px; line-height: 1.58; margin: 0; }
.saved-letters-panel { background: #fffefb; border: 1px solid var(--line); margin-top: 22px; padding: 27px; }
.saved-letters-head { align-items: flex-end; display: flex; gap: 18px; justify-content: space-between; }
.saved-letters-head h2 { margin-bottom: 7px; }
.saved-letters-head .button { flex: 0 0 auto; font-size: 10px; padding: 10px 11px; }
.cover-letter-list { display: grid; gap: 11px; margin-top: 22px; }
.cover-letter-item { align-items: center; border: 1px solid #dce5dc; display: flex; gap: 15px; justify-content: space-between; padding: 15px; }
.cover-letter-item.active { border-color: #8eae94; box-shadow: inset 3px 0 0 #5d8667; }
.cover-letter-item h3 { color: #33463a; font-size: 12px; letter-spacing: -.025em; margin: 0 0 4px; }
.cover-letter-item p { color: #75837a; font-size: 9px; margin: 0; text-transform: capitalize; }
.cover-letter-item > div:last-child { align-items: center; display: flex; flex: 0 0 auto; gap: 8px; }
.cover-letter-item .button { font-size: 9px; padding: 8px 9px; }
.cover-letter-empty { background: #edf3ed; padding: 20px; }
.cover-letter-empty strong { color: var(--forest); display: block; font-size: 12px; }
.cover-letter-empty p { color: #68766d; font-size: 10px; line-height: 1.6; margin: 6px 0 0; max-width: 500px; }

/* Ready-to-Apply Pack */
.apply-title-row > div { max-width: 760px; }
.pack-picker { align-items: flex-end; background: #e1ece3; display: flex; gap: 24px; justify-content: space-between; margin-top: 38px; padding: 21px 24px; }
.pack-picker > div:first-child { flex: 1; max-width: 590px; }
.pack-picker .target-label { display: block; }
.pack-picker select { background: #fffefb; border: 1px solid #c8d8ca; color: #31463a; font-family: inherit; font-size: 12px; font-weight: 700; outline: 0; padding: 11px 36px 11px 12px; width: 100%; }
.pack-picker-status { align-items: flex-end; display: flex; flex-direction: column; gap: 8px; }
.pack-picker-status p { color: #65746a; font-size: 9px; margin: 0; text-align: right; }
.pack-empty-state { align-items: flex-start; background: #eef2ec; display: flex; gap: 15px; margin-top: 22px; padding: 34px; }
.pack-empty-state > span { align-items: center; background: #d9e9dc; border-radius: 50%; color: var(--forest); display: inline-flex; flex: 0 0 auto; font-size: 16px; height: 34px; justify-content: center; width: 34px; }
.pack-empty-state h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.055em; margin: 9px 0; }
.pack-empty-state p:not(.eyebrow) { color: #68766d; font-size: 11px; line-height: 1.6; margin: 0; max-width: 510px; }
.pack-empty-state .button { font-size: 10px; margin-top: 17px; padding: 10px 11px; }
.apply-pack-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); margin-top: 22px; }
.pack-main-panel { background: #fffefb; border: 1px solid var(--line); padding: 28px; }
.pack-application-heading { align-items: flex-start; border-bottom: 1px solid #e6ebe5; display: flex; gap: 15px; justify-content: space-between; padding-bottom: 22px; }
.pack-application-heading h2 { font-family: var(--serif); font-size: 34px; font-weight: 400; letter-spacing: -.06em; line-height: 1; margin: 8px 0; }
.pack-application-heading > div > p:not(.mini-label) { color: #6f7e74; font-size: 11px; margin: 0; }
.pack-location { background: #f1efe5; color: #71694f; font-size: 9px; font-weight: 800; padding: 7px 8px; }
.pack-piece-grid { display: grid; gap: 13px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
.pack-piece-card { background: #edf3ed; display: grid; gap: 12px; grid-template-columns: auto minmax(0, 1fr); padding: 18px; }
.pack-piece-card:nth-child(2) { background: #f2eee3; }
.pack-piece-icon { align-items: center; background: #fffefb; border-radius: 50%; color: #436a50; display: inline-flex; flex: 0 0 auto; font-family: var(--serif); font-size: 12px; height: 29px; justify-content: center; width: 29px; }
.pack-piece-card:nth-child(2) .pack-piece-icon { color: #75643f; }
.pack-piece-card h3 { color: #34483b; font-size: 12px; letter-spacing: -.025em; margin: 4px 0; }
.pack-piece-card p:not(.mini-label) { color: #6d7b71; font-size: 9px; line-height: 1.5; margin: 0; }
.pack-piece-card .form-field { grid-column: 1 / -1; }
.pack-piece-card .form-field select { font-size: 10px; padding: 10px; }
.pack-piece-card > .button { font-size: 9px; grid-column: 1 / -1; justify-self: start; padding: 9px 10px; }
.pack-piece-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; }
.pack-piece-actions .button { font-size: 9px; padding: 9px 10px; }
.pack-next-step { align-items: flex-end; background: #f4f5f0; display: flex; gap: 20px; justify-content: space-between; margin-top: 15px; padding: 19px; }
.pack-next-step > div:first-child { max-width: 380px; }
.pack-next-step h3 { color: #34493c; font-size: 13px; letter-spacing: -.025em; margin: 7px 0 5px; }
.pack-next-step p:not(.eyebrow) { color: #708076; font-size: 10px; line-height: 1.55; margin: 0; }
.pack-next-step > div:last-child { align-items: flex-end; display: flex; flex: 0 0 315px; gap: 8px; }
.pack-next-step .form-field { flex: 1; }
.pack-next-step .form-field input { font-size: 10px; padding: 10px; }
.pack-next-step .button { font-size: 9px; padding: 10px; white-space: nowrap; }
.pack-export-panel { align-items: flex-end; background: #173d2f; color: #f3f7ef; display: flex; gap: 22px; justify-content: space-between; margin-top: 15px; padding: 23px; }
.pack-export-panel .eyebrow { color: #b8d5bf; }
.pack-export-panel h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.055em; margin: 8px 0; }
.pack-export-panel p:not(.eyebrow) { color: #c6d4c9; font-size: 10px; line-height: 1.55; margin: 0; max-width: 460px; }
.pack-export-actions { align-items: center; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; justify-content: flex-end; max-width: 340px; }
.pack-export-actions .button { font-size: 9px; padding: 10px 11px; }
.pack-export-actions .button-quiet { background: #e6eee6; }
.pack-export-actions .button-outline { border-color: #8db29a; color: #e4f0e5; }
.pack-export-actions .button:disabled { cursor: not-allowed; opacity: .52; transform: none; }
.pack-side-panel { display: grid; gap: 15px; }
.pack-readiness-card { background: #edf3ed; padding: 23px; }
.pack-readiness-head { align-items: flex-start; display: flex; gap: 15px; justify-content: space-between; }
.pack-readiness-head h2 { color: var(--forest); font-family: var(--serif); font-size: 36px; font-weight: 400; letter-spacing: -.07em; line-height: .85; margin: 9px 0 0; }
.pack-readiness-head > span { background: #f9f3e3; color: #73633d; font-size: 8px; font-weight: 800; line-height: 1.4; padding: 6px 7px; text-align: right; text-transform: uppercase; }
.pack-readiness-card > p { color: #66766b; font-size: 10px; line-height: 1.58; margin: 17px 0 0; }
.pack-readiness-card ul { display: grid; gap: 12px; list-style: none; margin: 19px 0 0; padding: 0; }
.pack-readiness-card li { align-items: flex-start; border-top: 1px solid #dbe5dc; display: flex; gap: 8px; padding-top: 12px; }
.pack-readiness-card li > span { flex: 0 0 auto; margin-top: 1px; }
.pack-readiness-card li strong { color: #4a6150; display: block; font-size: 9px; }
.pack-readiness-card li p { color: #748177; font-size: 8px; line-height: 1.55; margin: 4px 0 0; }
.pack-truth-card { align-items: flex-start; background: #f3eee2; display: flex; gap: 11px; padding: 20px; }
.pack-truth-card > span { align-items: center; background: #e6d7b2; border-radius: 50%; color: #75633c; display: inline-flex; flex: 0 0 auto; font-size: 10px; font-weight: 900; height: 25px; justify-content: center; width: 25px; }
.pack-truth-card h3 { color: #574e3b; font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.045em; margin: 7px 0; }
.pack-truth-card p:not(.mini-label) { color: #736d59; font-size: 10px; line-height: 1.58; margin: 0; }
.pack-preview-section { margin-top: 38px; }
.pack-preview-head { align-items: flex-end; display: flex; gap: 18px; justify-content: space-between; }
.pack-preview-head h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.pack-preview-head > div > p:not(.eyebrow) { color: #718077; font-size: 10px; line-height: 1.55; margin: 0; }
.pack-style-select { flex: 0 0 170px; }
.pack-style-select > span { font-size: 9px; }
.pack-style-select select { font-size: 10px; padding: 10px; }
.pack-preview-grid { align-items: start; display: grid; gap: 22px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 21px; }
.pack-document-wrap { background: #e7eee8; min-width: 0; padding: 18px; }
.pack-document-wrap:nth-child(2) { background: #f0ece1; }
.pack-document-label { align-items: center; color: #5e7765; display: flex; font-size: 8px; font-weight: 800; justify-content: space-between; letter-spacing: .1em; margin-bottom: 13px; }
.pack-document-wrap:nth-child(2) .pack-document-label { color: #776b4d; }
.pack-document-label small { font-size: 8px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.pack-resume-document, .pack-letter-document { background: #fffefb; box-shadow: 0 14px 25px rgba(36, 51, 40, .12); color: #24332a; margin: 0 auto; min-height: 665px; padding: 38px 36px; width: min(100%, 480px); }
.pack-resume-document[data-style="quiet"] { border-top: 7px solid #215f49; padding-top: 31px; }
.pack-resume-document[data-style="ats"] { border-top: 3px solid #26352b; font-family: Arial, Helvetica, sans-serif; padding-top: 33px; }
.pack-resume-document header { border-bottom: 1px solid #dce4dc; padding-bottom: 18px; }
.pack-resume-document[data-style="ats"] header { border-color: #28372e; }
.pack-resume-kicker, .pack-letter-kicker { color: #63806c; display: block; font-size: 8px; font-weight: 800; letter-spacing: .14em; }
.pack-resume-document[data-style="ats"] .pack-resume-kicker { color: #303a33; }
.pack-resume-document h1, .pack-letter-document h1 { font-family: var(--serif); font-size: 37px; font-weight: 400; letter-spacing: -.07em; line-height: .88; margin: 16px 0 6px; overflow-wrap: anywhere; }
.pack-resume-document[data-style="ats"] h1 { font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.pack-resume-role { color: #4e6657; font-size: 11px; font-weight: 800; margin: 0; }
.pack-resume-document[data-style="ats"] .pack-resume-role { color: #28372e; }
.pack-resume-contact { color: #718077; font-size: 9px; line-height: 1.55; margin: 8px 0 0; overflow-wrap: anywhere; }
.pack-resume-document section { margin-top: 20px; }
.pack-resume-document section > h2 { color: var(--forest); font-size: 8px; font-weight: 800; letter-spacing: .12em; margin: 0 0 9px; text-transform: uppercase; }
.pack-resume-document[data-style="ats"] section > h2 { color: #1f2923; font-size: 9px; }
.pack-resume-document section > p { color: #5d6e62; font-size: 10px; line-height: 1.6; margin: 0; white-space: pre-line; }
.pack-resume-entry + .pack-resume-entry { border-top: 1px solid #e3e9e3; margin-top: 13px; padding-top: 13px; }
.pack-resume-entry > div { align-items: flex-start; display: flex; gap: 10px; justify-content: space-between; }
.pack-resume-entry strong { color: #304438; display: block; font-size: 10px; }
.pack-resume-entry span { color: #708076; display: block; font-size: 9px; margin-top: 2px; }
.pack-resume-entry time { color: #7c887f; font-size: 8px; text-align: right; }
.pack-resume-entry > p { color: #5b6b60; font-size: 9px; line-height: 1.55; margin: 6px 0 0; white-space: pre-line; }
.pack-letter-document { padding: 40px 36px; }
.pack-letter-document header { border-bottom: 1px solid #e2e3dc; padding-bottom: 18px; }
.pack-letter-document header > p { color: #786e56; font-size: 10px; margin: 7px 0 0; }
.pack-letter-document .pack-letter-contact { color: #7c8278; font-size: 9px; line-height: 1.55; overflow-wrap: anywhere; }
.pack-letter-copy { color: #3b493f; font-family: Georgia, "Times New Roman", serif; font-size: 13px; line-height: 1.75; margin: 25px 0 0; white-space: pre-wrap; }
.pack-letter-placeholder { color: #7c8479; font-size: 12px; line-height: 1.6; margin: 0; padding-top: 50%; text-align: center; }

/* CV Brain review */
.review-title-row { max-width: 760px; }
.review-target-panel { align-items: flex-end; background: #e0ece2; display: flex; gap: 18px; justify-content: space-between; margin-top: 39px; padding: 22px 25px; }
.review-target-panel > div { flex: 1; max-width: 470px; }
.target-label { color: #4e6655; display: block; font-size: 10px; font-weight: 800; margin-bottom: 7px; }
.target-input-wrap { align-items: center; background: #fffefb; border: 1px solid #c7d7c9; display: flex; gap: 8px; padding: 0 11px; }
.target-input-wrap span { color: #759078; font-size: 17px; }
.target-input-wrap input { background: transparent; border: 0; color: #304538; font-size: 12px; font-weight: 700; outline: none; padding: 10px 0; width: 100%; }
.review-layout { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); margin-top: 25px; }
.review-main-panel { background: #fffefb; border: 1px solid var(--line); padding: 31px; }
.review-summary { align-items: center; display: flex; gap: 20px; }
.score-orb { --review-score-angle: 0deg; --review-score-color: var(--forest); align-items: center; background: conic-gradient(var(--review-score-color) 0deg var(--review-score-angle), #dfe7df var(--review-score-angle) 360deg); border-radius: 50%; display: flex; flex: 0 0 auto; height: 99px; justify-content: center; position: relative; width: 99px; }
.score-orb::before { background: #fffefb; border-radius: 50%; content: ""; height: 77px; position: absolute; width: 77px; }
.score-orb div { position: relative; text-align: center; z-index: 1; }
.score-orb strong { color: var(--forest); display: block; font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.score-orb span { color: #718077; display: block; font-size: 8px; font-weight: 700; margin-top: 4px; }
.review-summary h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.review-summary p:not(.mini-label) { color: #68766d; font-size: 11px; line-height: 1.6; margin: 0; max-width: 490px; }
.review-divider { background: #e6ebe5; height: 1px; margin: 27px 0 22px; }
.review-group-head { align-items: flex-start; display: flex; justify-content: space-between; }
.review-group-head h2 { font-size: 17px; letter-spacing: -.04em; margin: 0 0 4px; }
.review-group-head p { color: #7a887f; font-size: 10px; margin: 0; }
.review-count { background: #edf2ed; color: #647a68; font-size: 9px; font-weight: 800; padding: 6px 7px; }
.review-item { align-items: flex-start; border-top: 1px solid #e6ebe5; display: flex; gap: 13px; margin-top: 20px; padding-top: 20px; }
.review-item-icon { align-items: center; background: #e4efe5; border-radius: 50%; color: var(--forest); display: inline-flex; flex: 0 0 auto; font-size: 9px; font-weight: 800; height: 27px; justify-content: center; width: 27px; }
.review-item-copy { flex: 1; min-width: 0; }
.review-item-title { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; }
.review-item-title h3 { font-size: 12px; letter-spacing: -.02em; margin: 0; }
.review-item-title span { background: #f1efe7; color: #796d4e; font-size: 8px; font-weight: 800; padding: 4px 5px; }
.review-item-copy > p { color: #68766d; font-size: 10px; line-height: 1.6; margin: 7px 0 0; }
.rewrite-sample { align-items: flex-start; background: #f1f4ee; display: flex; gap: 7px; margin-top: 12px; padding: 10px; }
.rewrite-sample span { color: #667b6b; font-size: 8px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.rewrite-sample p { color: #596c5e; flex: 1; font-size: 9px; font-style: italic; line-height: 1.55; margin: 0; }
.review-item > .button { flex: 0 0 auto; font-size: 10px; padding: 9px 10px; }
.review-done { color: #8a958d; font-size: 9px; font-weight: 700; white-space: nowrap; }
.review-side-panel { display: grid; gap: 15px; }
.review-readiness { background: #edf2ed; padding: 23px; }
.review-readiness h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; letter-spacing: -.055em; margin: 10px 0 19px; }
.review-readiness ul { display: grid; gap: 12px; list-style: none; margin: 0; padding: 0; }
.review-readiness li { align-items: center; color: #617066; display: flex; font-size: 10px; font-weight: 700; gap: 8px; }
.review-model-card, .review-dimensions-card { background: #fffefb; border: 1px solid var(--line); padding: 19px; }
.review-model-card h3 { color: #304538; font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.05em; line-height: 1; margin: 8px 0; }
.review-model-card > p:not(.mini-label) { color: #68766d; font-size: 10px; line-height: 1.6; margin: 0; }
.review-model-stats { display: flex; gap: 8px; margin-top: 15px; }
.review-model-stats span { background: #edf3ed; color: #68776d; flex: 1; font-size: 8px; font-weight: 700; padding: 8px; }
.review-model-stats b { color: var(--forest); display: block; font-family: var(--serif); font-size: 17px; font-weight: 400; line-height: 1; margin-bottom: 3px; }
.review-dimensions-card { padding-bottom: 9px; }
.review-dimension { border-top: 1px solid #e6ebe5; padding: 11px 0; }
.review-dimension:first-of-type { border-top: 0; padding-top: 5px; }
.review-dimension-head { align-items: center; color: #5d6e62; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; }
.review-dimension-head strong { color: var(--forest); font-size: 9px; }
.review-dimension-track { background: #e5ece5; height: 4px; margin-top: 7px; overflow: hidden; }
.review-dimension-track i { background: var(--forest); display: block; height: 100%; transition: width .35s ease; }
.review-dimension p { color: #7a887f; font-size: 8px; line-height: 1.45; margin: 6px 0 0; }
.list-check, .list-prompt { align-items: center; border-radius: 50%; display: inline-flex; font-size: 9px; font-weight: 800; height: 17px; justify-content: center; width: 17px; }
.list-check { background: #cfe4d2; color: var(--forest); }
.list-prompt { background: #ede3c9; color: #7d6c41; }
.review-disclaimer { align-items: flex-start; background: #f2efe5; color: #737366; display: flex; font-size: 10px; gap: 8px; line-height: 1.55; padding: 14px; }
.review-disclaimer span { color: #7c704d; font-size: 15px; }
.review-disclaimer p { margin: 0; }

/* Job match and ATS preflight */
.job-match-panel { background: #fffefb; border: 1px solid var(--line); margin-top: 22px; padding: 25px; }
.job-match-copy { max-width: 710px; }
.job-match-copy h2 { font-family: var(--serif); font-size: 30px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.job-match-copy > p:not(.eyebrow) { color: #68766d; font-size: 11px; line-height: 1.62; margin: 0; }
.job-match-form { border-top: 1px solid #e4eae4; margin-top: 22px; padding-top: 21px; }
.job-match-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 16px; }
.job-match-actions > span { color: #748178; font-size: 9px; font-weight: 700; }
.job-match-result { align-items: center; background: #edf3ed; display: grid; gap: 17px; grid-template-columns: auto minmax(0, 1fr); margin-top: 23px; padding: 19px; }
.job-match-result[hidden] { display: none !important; }
.job-match-result[data-state="waiting"] { background: #f2efe5; }
.job-match-score { align-items: center; background: #fffefb; border: 7px solid #d6e3d7; border-radius: 50%; color: var(--forest); display: inline-flex; flex-direction: column; height: 76px; justify-content: center; width: 76px; }
.job-match-score strong { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.06em; line-height: .9; }
.job-match-score span { color: #718077; font-size: 8px; font-weight: 800; margin-top: 4px; }
.job-match-result-copy h3 { color: #314438; font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.05em; line-height: 1; margin: 6px 0; }
.job-match-result-copy > p:not(.mini-label) { color: #65736a; font-size: 10px; line-height: 1.6; margin: 0; }
.job-match-keywords { display: grid; gap: 11px; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.job-match-keywords > div { background: rgba(255, 254, 251, .72); padding: 11px; }
.job-match-keywords p { color: #65736b; font-size: 8px; font-weight: 800; letter-spacing: .08em; margin: 0 0 8px; text-transform: uppercase; }
.job-match-keywords ul { display: flex; flex-wrap: wrap; gap: 5px; list-style: none; margin: 0; padding: 0; }
.job-match-keywords li { background: #dceade; color: #41614a; font-size: 8px; font-weight: 800; padding: 5px 6px; }
.job-match-keywords > div:last-child li { background: #eee3cb; color: #796b4a; }
.job-match-suggestions { border-top: 1px solid #d6e0d6; display: grid; gap: 7px; grid-column: 1 / -1; list-style: none; margin: 0; padding: 13px 0 0; }
.job-match-suggestions li { color: #5f7064; font-size: 10px; line-height: 1.5; padding-left: 15px; position: relative; }
.job-match-suggestions li::before { color: var(--forest); content: "✦"; left: 0; position: absolute; }
.job-match-result-actions { align-items: center; border-top: 1px solid #d6e0d6; display: flex; flex-wrap: wrap; gap: 8px; grid-column: 1 / -1; padding-top: 14px; }
.job-match-result-actions .button { font-size: 10px; padding: 9px 10px; }
.job-match-result-actions .button:disabled { cursor: default; opacity: .55; }
.ats-card { background: #fffefb; border: 1px solid var(--line); padding: 19px; }
.ats-card h3 { color: #304538; font-family: var(--serif); font-size: 23px; font-weight: 400; letter-spacing: -.05em; line-height: 1; margin: 8px 0; }
.ats-card h3 span { color: var(--forest); }
.ats-card > p:not(.mini-label) { color: #68766d; font-size: 10px; line-height: 1.6; margin: 0; }
.ats-card ul { display: grid; gap: 9px; list-style: none; margin: 15px 0; padding: 0; }
.ats-card li { align-items: center; color: #627168; display: flex; font-size: 9px; font-weight: 700; gap: 7px; }
.ats-card .button { font-size: 10px; padding: 9px 10px; }
.ats-card .button:disabled { cursor: default; opacity: .62; }

/* Sign-in */
.signin-page { background: #fffefb; min-height: 100vh; }
.signin-layout { display: grid; grid-template-columns: minmax(360px, .95fr) minmax(390px, 1.05fr); min-height: 100vh; }
.signin-form-side { display: flex; flex-direction: column; min-height: 100vh; padding: 31px clamp(35px, 7vw, 112px) 27px; }
.signin-brand { align-self: flex-start; }
.signin-form-wrap { margin: auto 0; max-width: 395px; padding: 53px 0; }
.signin-form-wrap h1 { font-family: var(--serif); font-size: clamp(38px, 4vw, 52px); font-weight: 400; letter-spacing: -.065em; line-height: .96; margin: 16px 0 15px; }
.signin-form-wrap > p:not(.eyebrow):not(.signin-switch) { color: #6e7b72; font-size: 13px; line-height: 1.65; margin: 0; }
.auth-mode-tabs { background: #f0f3ee; display: grid; gap: 3px; grid-template-columns: 1fr 1fr; margin-top: 24px; padding: 4px; }
.auth-mode-button { background: transparent; border: 0; color: #748178; font-size: 10px; font-weight: 800; padding: 10px 8px; }
.auth-mode-button.active { background: #fffefb; box-shadow: 0 4px 10px rgba(30, 54, 40, .08); color: var(--forest-deep); }
.signin-form { display: grid; gap: 16px; margin-top: 29px; }
.auth-mode-tabs + .signin-form { margin-top: 16px; }
.auth-status { background: #edf3ed; color: #58705e; font-size: 10px; line-height: 1.5; margin: -2px 0 0; padding: 10px 12px; }
.auth-status[data-state="error"] { background: #f7e9e4; color: #8a4e42; }
.auth-status[data-state="loading"] { background: #edf0e4; color: #637050; }
.signin-form[data-busy="true"] [data-auth-submit] { cursor: wait; opacity: .72; }
.turnstile-field { min-height: 65px; }
.turnstile-field > div { min-height: 65px; }
.turnstile-status { color: #8a4e42; font-size: 10px; line-height: 1.45; margin: 0; }
.form-option-row { align-items: center; display: flex; justify-content: space-between; margin-top: -2px; }
.check-label { align-items: center; color: #69776e; display: flex; font-size: 10px; font-weight: 700; gap: 7px; }
.check-label input { accent-color: var(--forest); height: 14px; width: 14px; }
.form-option-row .text-link { font-size: 10px; }
.signin-divider { align-items: center; color: #8a968e; display: flex; font-size: 10px; gap: 11px; margin: 21px 0; }
.signin-divider::before, .signin-divider::after { background: #e0e7df; content: ""; height: 1px; flex: 1; }
.google-button { align-items: center; background: transparent; border: 1px solid #ccd8ce; border-radius: 8px; color: #4f5f54; display: flex; font-size: 11px; font-weight: 800; gap: 10px; justify-content: center; padding: 12px; width: 100%; }
.google-button:hover { background: #f4f7f3; }
.google-mark { color: #4176ce; font-size: 15px; font-weight: 800; }
.signin-switch { color: #738178; font-size: 11px; margin: 22px 0 0; text-align: center; }
.signin-switch .text-link { font-size: 11px; }
.signin-switch button.text-link { background: transparent; border: 0; padding: 0; }
.signin-footer { color: #9aa59d; font-size: 9px; margin: 0; }
.signin-story-side { background: #e3ece4; min-height: 100vh; overflow: hidden; padding: 32px clamp(36px, 7vw, 106px); position: relative; }
.signin-story-side::after { background: radial-gradient(circle, rgba(255, 254, 247, .84), rgba(255, 254, 247, 0) 66%); bottom: -80px; content: ""; height: 540px; position: absolute; right: -170px; width: 540px; }
.signin-story-top { align-items: center; color: #5c7463; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; letter-spacing: .11em; position: relative; text-transform: uppercase; z-index: 1; }
.signin-story-top a { color: #617565; font-size: 10px; letter-spacing: 0; }
.signin-story-copy { margin-top: 24vh; position: relative; z-index: 1; }
.signin-story-copy h2 { font-family: var(--serif); font-size: clamp(42px, 4.5vw, 61px); font-weight: 400; letter-spacing: -.067em; line-height: .94; margin: 16px 0 17px; max-width: 560px; }
.signin-story-copy > p:not(.eyebrow) { color: #64746a; font-size: 13px; line-height: 1.7; max-width: 400px; }
.signin-mini-scene { bottom: 33px; height: 280px; position: absolute; right: clamp(32px, 8vw, 120px); width: 325px; z-index: 2; }
.signin-paper { background: #fffefb; box-shadow: var(--shadow-paper); height: 238px; left: 63px; padding: 24px 28px; position: absolute; top: 4px; transform: rotate(5deg); width: 177px; }
.signin-paper > span { color: #668271; font-size: 7px; font-weight: 800; letter-spacing: .14em; }
.signin-paper h3 { color: #23382b; font-family: var(--serif); font-size: 26px; font-weight: 400; letter-spacing: -.07em; line-height: .85; margin: 15px 0 0; }
.signin-paper > i { background: #dce5dc; display: block; height: 1px; margin: 18px 0 12px; }
.signin-paper b { color: var(--forest); display: block; font-size: 7px; letter-spacing: .12em; margin-top: 12px; text-transform: uppercase; }
.signin-paper em { background: #d8e1d9; display: block; height: 4px; margin-top: 5px; width: 100%; }
.signin-paper em:nth-of-type(2) { width: 74%; }
.signin-note { align-items: center; background: #f1e8d3; bottom: 16px; box-shadow: 0 12px 23px rgba(49, 57, 45, .12); color: #675d46; display: flex; gap: 7px; left: 0; padding: 10px 11px; position: absolute; transform: rotate(-5deg); width: 155px; }
.signin-note span { color: #806e40; font-size: 14px; }
.signin-note p { font-size: 9px; font-weight: 700; line-height: 1.35; margin: 0; }

.toast { background: var(--forest-deep); bottom: 22px; box-shadow: 0 12px 28px rgba(20, 43, 31, .22); color: #f5f8f3; font-size: 11px; font-weight: 700; left: 50%; max-width: calc(100% - 32px); opacity: 0; padding: 12px 15px; pointer-events: none; position: fixed; transform: translate(-50%, 18px); transition: opacity .2s ease, transform .2s ease; z-index: 50; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

/* Cloud account sync, browser CV intelligence, and private backup controls */
.device-backup { align-items: center; background: #edf2ed; display: flex; gap: 28px; justify-content: space-between; margin-top: 31px; padding: 24px 27px; }
.device-backup .eyebrow { margin-bottom: 8px; }
.device-backup h2 { font-family: var(--serif); font-size: 25px; font-weight: 400; letter-spacing: -.055em; margin: 0 0 7px; }
.device-backup p:not(.eyebrow) { color: #68766c; font-size: 11px; line-height: 1.6; margin: 0; max-width: 545px; }
.backup-actions { align-items: center; display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 8px; }
.backup-actions .button { font-size: 10px; padding: 10px 11px; }
.backup-import-label { cursor: pointer; }
.backup-import-label input { display: none; }
.local-privacy-note { align-items: flex-start; background: #edf3ed; color: #607067; display: flex; font-size: 10px; gap: 8px; line-height: 1.55; padding: 12px; }
.local-privacy-note > span { align-items: center; background: #d5e8d7; border-radius: 50%; color: var(--forest); display: inline-flex; flex: 0 0 auto; font-size: 9px; font-weight: 900; height: 18px; justify-content: center; width: 18px; }
.local-privacy-note p { margin: 0; }
.review-feedback { align-items: center; display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.review-feedback > span { color: #7a887f; display: block; font-size: 8px; font-weight: 700; width: 100%; }
.review-feedback button { background: transparent; border: 1px solid #d6e1d6; color: #64776a; font-size: 8px; font-weight: 800; padding: 5px 6px; }
.review-feedback button:hover:not(:disabled) { background: #e1ece2; border-color: #afc8b2; color: var(--forest); }
.review-feedback button:disabled { cursor: default; opacity: .55; }
.review-clear-state { background: #edf3ed; color: #627168; margin-top: 20px; padding: 17px; }
.review-clear-state strong { color: var(--forest); display: block; font-size: 12px; }
.review-clear-state p { font-size: 10px; line-height: 1.6; margin: 5px 0 0; }
.score-orb[data-signal="growing"] { --review-score-color: #b59055; }
.score-orb[data-signal="focused"] { --review-score-color: var(--forest); }

/* Import, tailored CVs, and gentle application follow-ups */
.page-title-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 9px; }
.dashboard-followups { margin-top: 34px; }
.followup-count { background: #f3ead4; color: #6f613e; font-size: 9px; font-weight: 800; padding: 7px 8px; }
.dashboard-followup-card { background: #f7f4eb; border: 1px solid #e4decc; display: grid; margin-top: 18px; padding: 8px 19px; }
.dashboard-followup-item { align-items: center; border-top: 1px solid #e8e1d2; color: inherit; display: flex; gap: 13px; justify-content: space-between; padding: 12px 0; text-decoration: none; }
.dashboard-followup-item:first-child { border-top: 0; }
.dashboard-followup-item:hover strong { color: var(--forest); }
.dashboard-followup-item > div { min-width: 0; }
.dashboard-followup-item strong { color: #435346; display: block; font-size: 10px; transition: color .16s ease; }
.dashboard-followup-item div > span { color: #7a7c6b; display: block; font-size: 9px; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dashboard-followup-item > span { color: #75816f; font-weight: 800; }
.application-card-followup { background: #f4eedf; color: #766640; font-size: 10px; font-weight: 700; line-height: 1.5; margin: 13px 0 0; padding: 9px 10px; }

.import-title-row { max-width: 790px; }
.import-workspace { align-items: start; display: grid; gap: 22px; grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr); margin-top: 39px; }
.import-main-panel { background: #fffefb; border: 1px solid var(--line); padding: 28px; }
.import-panel-head { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; }
.import-panel-head > div { max-width: 590px; }
.import-panel-head h2, .import-preview-head h2 { font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.import-panel-head p:not(.eyebrow), .import-preview-head p:not(.eyebrow) { color: #6e7c73; font-size: 10px; line-height: 1.65; margin: 0; }
.import-panel-head strong { color: #496752; }
.import-local-seal { background: #e1eee2; color: #46694f; flex: 0 0 auto; font-size: 9px; font-weight: 800; padding: 8px 9px; }
.import-dropzone { align-items: center; background: #eff4ef; border: 1px dashed #a9c2ad; color: #4c6753; cursor: pointer; display: flex; flex-direction: column; justify-content: center; margin-top: 23px; min-height: 172px; padding: 22px; text-align: center; transition: background .18s ease, border-color .18s ease; }
.import-dropzone:hover, .import-dropzone.is-dragging { background: #e3efe4; border-color: #5e8d68; }
.import-dropzone input { display: none; }
.import-drop-icon { align-items: center; background: #fffefb; border-radius: 50%; color: var(--forest); display: inline-flex; font-size: 21px; height: 38px; justify-content: center; width: 38px; }
.import-dropzone strong { font-size: 12px; margin-top: 12px; }
.import-dropzone small { color: #738177; font-size: 9px; margin-top: 5px; }
.import-divider { align-items: center; color: #8b968d; display: flex; font-size: 8px; font-weight: 800; gap: 12px; letter-spacing: .08em; margin: 21px 0; text-align: center; text-transform: uppercase; }
.import-divider::before, .import-divider::after { background: #e4e9e4; content: ""; flex: 1; height: 1px; }
.import-textarea textarea { background: #fffefa; font-family: inherit; font-size: 11px; line-height: 1.65; min-height: 230px; }
.import-actions { align-items: center; background: #e6efe7; display: flex; flex-wrap: wrap; gap: 13px; margin-top: 16px; padding: 13px; }
.import-actions .button { font-size: 10px; padding: 10px 11px; }
.import-actions > span { color: #66766c; flex: 1; font-size: 9px; line-height: 1.5; min-width: 190px; }
.import-status { background: #edf3ed; color: #577060; font-size: 10px; line-height: 1.55; margin: 14px 0 0; padding: 10px 12px; }
.import-status[data-state="error"] { background: #f5e5e1; color: #9a584d; }
.import-side-panel { background: #e6eee7; padding: 24px; }
.import-side-panel h3 { color: #34483b; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 9px 0; }
.import-steps { display: grid; gap: 15px; list-style: none; margin: 24px 0 0; padding: 0; }
.import-steps li { align-items: flex-start; border-top: 1px solid #d4e0d5; display: flex; gap: 10px; padding-top: 14px; }
.import-steps li > span { align-items: center; background: #fffefb; border-radius: 50%; color: #4e7558; display: inline-flex; flex: 0 0 auto; font-size: 8px; font-weight: 800; height: 24px; justify-content: center; width: 24px; }
.import-steps strong { color: #455a4b; display: block; font-size: 10px; }
.import-steps p { color: #6d7c72; font-size: 9px; line-height: 1.55; margin: 4px 0 0; }
.import-safety-note { align-items: flex-start; background: #f4eedf; color: #766c57; display: flex; gap: 8px; margin-top: 24px; padding: 13px; }
.import-safety-note > span { color: #8a723d; font-size: 13px; }
.import-safety-note p { font-size: 9px; line-height: 1.55; margin: 0; }
.import-preview { background: #fffefb; border: 1px solid var(--line); margin-top: 24px; padding: 27px; }
.import-preview-head { align-items: flex-start; display: flex; gap: 16px; justify-content: space-between; }
.import-preview-head .button { flex: 0 0 auto; font-size: 10px; padding: 9px 10px; }
.import-preview-grid { display: grid; gap: 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; }
.import-preview-grid article { background: #f0f4ef; min-height: 82px; padding: 13px; }
.import-preview-grid article:nth-child(4n + 2) { background: #f4f0e4; }
.import-preview-grid span { color: #637a68; display: block; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.import-preview-grid p { color: #495a4e; font-size: 10px; line-height: 1.55; margin: 7px 0 0; white-space: pre-line; }
.import-warning-list { display: grid; gap: 7px; margin-top: 17px; }
.import-warning-list p { background: #f7f2e6; color: #756d58; font-size: 9px; line-height: 1.55; margin: 0; padding: 10px 12px; }
.import-preview-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.import-preview-actions .button { font-size: 10px; padding: 10px 11px; }

/* Account trust and recovery */
.account-title-row { max-width: 770px; }
.account-overview-card { align-items: center; background: #e2ece3; display: flex; gap: 16px; margin-top: 38px; padding: 22px 24px; }
.account-overview-avatar { font-size: 16px; height: 50px; width: 50px; }
.account-overview-card > div:nth-child(2) { flex: 1; min-width: 0; }
.account-overview-card h2 { color: #2f4436; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0 5px; }
.account-overview-card > div:nth-child(2) > p:not(.eyebrow) { color: #65766b; font-size: 10px; margin: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.account-verification { align-items: center; background: #fffefb; display: flex; flex: 0 1 430px; gap: 9px; padding: 12px; }
.account-verification > span { align-items: center; background: #f2ead7; border-radius: 50%; color: #806b3c; display: inline-flex; flex: 0 0 auto; font-size: 11px; font-weight: 900; height: 24px; justify-content: center; width: 24px; }
.account-verification > div { flex: 1; min-width: 0; }
.account-verification strong { color: #4b594d; display: block; font-size: 9px; }
.account-verification p { color: #758178; font-size: 8px; line-height: 1.45; margin: 3px 0 0; }
.account-verification .button { flex: 0 0 auto; font-size: 8px; padding: 8px 9px; }
.account-status, .recovery-status { background: #edf3ed; color: #557060; font-size: 10px; line-height: 1.55; margin: 17px 0 0; padding: 11px 13px; }
.account-status[data-state="error"], .recovery-status[data-state="error"] { background: #f5e5e1; color: #95584e; }
.account-grid { align-items: start; display: grid; gap: 18px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 21px; }
.account-card { background: #fffefb; border: 1px solid var(--line); padding: 24px; }
.account-card-sage { background: #e8f0e8; border-color: #d6e3d6; }
.account-card-warm { background: #f8f2e7; border-color: #eadfcb; }
.account-card-head h2 { color: #34483b; font-family: var(--serif); font-size: 29px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.account-card-head > div > p:not(.eyebrow) { color: #6d7b71; font-size: 10px; line-height: 1.6; margin: 0; }
.account-card form { display: grid; gap: 14px; margin-top: 22px; }
.account-card .button { font-size: 10px; justify-self: start; padding: 10px 11px; }
.account-form-row { margin-top: 0; }
.account-action-stack { align-items: flex-start; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 23px; }
.account-delete-button { color: #a35248 !important; padding-left: 0 !important; }
.account-trust-strip { align-items: center; background: #183d2f; color: #edf5ed; display: flex; gap: 14px; justify-content: space-between; margin-top: 22px; padding: 22px 25px; }
.account-trust-strip > span { color: #a8d2ae; font-size: 17px; }
.account-trust-strip > div { flex: 1; max-width: 690px; }
.account-trust-strip .eyebrow { color: #b6d7ba; }
.account-trust-strip h2 { font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 8px 0; }
.account-trust-strip p:not(.eyebrow) { color: #c2d4c5; font-size: 10px; line-height: 1.6; margin: 0; }
.account-trust-strip .button { flex: 0 0 auto; font-size: 10px; padding: 10px 11px; }
.signin-recovery { margin: 13px 0 0; text-align: center; }
.signin-recovery .text-link { font-size: 10px; }
.recovery-page { align-items: center; background: radial-gradient(circle at 85% 12%, #dfeee2 0, rgba(223, 238, 226, 0) 32%), #f8f7f1; display: flex; justify-content: center; min-height: 100vh; padding: 24px; }
.recovery-shell { display: grid; gap: 25px; justify-items: center; max-width: 515px; width: 100%; }
.recovery-card { background: #fffefb; border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(33, 56, 42, .11); padding: 33px; width: 100%; }
.recovery-card h1 { color: #283d30; font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.065em; line-height: .96; margin: 10px 0; }
.recovery-card > p:not(.eyebrow):not(.signin-switch):not(.recovery-status) { color: #68776d; font-size: 11px; line-height: 1.65; margin: 0; }
.recovery-card form { display: grid; gap: 15px; margin-top: 25px; }
.recovery-card .button-full { font-size: 11px; margin-top: 2px; padding: 12px; }
.recovery-card .signin-switch { margin-bottom: 0; }
.recovery-actions { margin-top: 20px; }

/* Public trust pages */
.legal-main { padding-bottom: 92px; padding-top: 76px; }
.legal-heading { border-bottom: 1px solid var(--line); max-width: 760px; padding-bottom: 37px; }
.legal-heading h1, .about-hero h1, .contact-hero h1 { color: #203629; font-family: var(--serif); font-size: clamp(51px, 6vw, 76px); font-weight: 400; letter-spacing: -.072em; line-height: .9; margin: 12px 0; }
.legal-heading > p:not(.eyebrow) { color: #728077; font-size: 11px; line-height: 1.6; margin: 0; }
.legal-layout { align-items: start; display: grid; gap: 72px; grid-template-columns: 180px minmax(0, 690px); margin-top: 38px; }
.legal-aside { display: grid; gap: 10px; position: sticky; top: 28px; }
.legal-aside p { color: #7b887f; font-size: 8px; font-weight: 800; letter-spacing: .1em; margin: 0 0 4px; }
.legal-aside a { color: #64756a; font-size: 10px; text-decoration: none; }
.legal-aside a:hover { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.legal-copy { display: grid; gap: 33px; }
.legal-copy section { scroll-margin-top: 25px; }
.legal-copy h2 { color: #33473a; font-family: var(--serif); font-size: 32px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 0 0 10px; }
.legal-copy p { color: #627168; font-size: 12px; line-height: 1.78; margin: 0; }
.legal-copy p + p { margin-top: 11px; }
.about-main, .contact-main { padding-bottom: 90px; padding-top: 76px; }
.about-hero { max-width: 800px; }
.about-hero > p:not(.eyebrow), .contact-hero > p:not(.eyebrow) { color: #66766c; font-size: 14px; line-height: 1.75; margin: 0; max-width: 650px; }
.about-hero .button { margin-top: 24px; }
.about-principles { display: grid; gap: 13px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 75px; }
.about-principles article { background: #e8f0e8; min-height: 210px; padding: 23px; }
.about-principles article:nth-child(2) { background: #f4f0e4; }
.about-principles article:nth-child(3) { background: #e5eef0; }
.about-principles span, .contact-grid article > span { color: #6a806e; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.about-principles h2, .contact-grid h2 { color: #33463a; font-family: var(--serif); font-size: 28px; font-weight: 400; letter-spacing: -.055em; line-height: 1; margin: 28px 0 8px; }
.about-principles p, .contact-grid p { color: #66756b; font-size: 10px; line-height: 1.65; margin: 0; }
.about-note { background: #173d2f; color: #f1f7ef; margin-top: 24px; padding: 34px; }
.about-note .eyebrow { color: #b6d8bb; }
.about-note h2 { font-family: var(--serif); font-size: 42px; font-weight: 400; letter-spacing: -.06em; line-height: .95; margin: 10px 0; max-width: 590px; }
.about-note p:not(.eyebrow) { color: #c5d6c8; font-size: 11px; line-height: 1.7; margin: 0; max-width: 640px; }
.contact-hero { max-width: 760px; }
.contact-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 55px; }
.contact-grid article { background: #fffefb; border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 246px; padding: 23px; }
.contact-grid article:nth-child(2) { background: #e9f0e9; }
.contact-grid article:nth-child(3) { background: #f6f1e5; }
.contact-grid strong { color: #495c4e; }
.contact-grid .button { align-self: flex-start; font-size: 9px; margin-top: auto; padding: 9px 10px; }

@media (max-width: 600px) {
  .device-backup { align-items: flex-start; flex-direction: column; padding: 20px; }
  .backup-actions { width: 100%; }
  .backup-actions .button { flex: 1 1 auto; }
  .review-feedback { margin-left: 0; }
}

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .9fr); }
  .hero-resume { left: 15%; }
  .role-grid { gap: 55px; }
  .app-content { padding-left: 32px; padding-right: 32px; }
  .builder-editor { padding-left: 42px; padding-right: 42px; }
  .builder-preview-wrap { padding-left: 28px; padding-right: 28px; }
  .editor-resume { padding-left: 31px; padding-right: 31px; }
  .signin-story-side { padding-left: 44px; padding-right: 44px; }
}

@media (max-width: 820px) {
  .site-nav { gap: 16px; }
  .site-nav > a:not(.button) { display: none; }
  .hero-section { padding-top: 68px; }
  .hero-grid, .role-grid, .dashboard-hero, .review-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 590px; }
  .hero-art { margin: 17px auto 0; max-width: 480px; width: 100%; }
  .split-heading { gap: 20px; grid-template-columns: 1fr; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card { min-height: 0; }
  .journey-illustration { height: 127px; }
  .role-card { max-width: 470px; }
  .template-preview-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .template-tile { padding: 20px 12px 17px; }
  .template-paper { transform: scale(.86) !important; }
  .template-tile-caption { display: block; margin-top: 10px; text-align: center; }
  .template-tile-caption span { display: block; margin: 5px auto 0; text-align: center; }
  .app-shell, .builder-shell { display: block; }
  .app-sidebar, .builder-sidebar { box-shadow: 16px 0 34px rgba(25, 50, 36, .13); left: 0; max-width: 278px; padding-top: 22px; position: fixed; transform: translateX(-105%); transition: transform .24s ease; width: 82vw; z-index: 40; }
  body.sidebar-open .app-sidebar, body.sidebar-open .builder-sidebar { transform: translateX(0); }
  .app-menu-toggle { display: block; }
  .app-topbar, .builder-topbar { padding-left: 20px; padding-right: 20px; }
  .crumb { flex: 1; margin-left: 7px; }
  .dashboard-lower-grid { grid-template-columns: 1fr; }
  .builder-workspace { grid-template-columns: minmax(0, 1fr); }
  .builder-preview-wrap { border-top: 1px solid var(--line); }
  .editor-resume { max-width: 470px; }
  .full-template-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .application-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .applications-workspace { grid-template-columns: 1fr; }
  .application-editor-card { position: static; }
  .import-workspace { grid-template-columns: 1fr; }
  .account-grid { grid-template-columns: 1fr; }
  .account-overview-card { align-items: flex-start; flex-wrap: wrap; }
  .account-verification { flex-basis: 100%; }
  .legal-layout { gap: 34px; grid-template-columns: 1fr; }
  .legal-aside { grid-template-columns: repeat(5, max-content); overflow-x: auto; position: static; }
  .legal-aside p { grid-column: 1 / -1; }
  .about-principles, .contact-grid { grid-template-columns: 1fr; }
  .letters-workspace { grid-template-columns: 1fr; }
  .letters-side-panel { grid-template-columns: minmax(0, 1fr) minmax(240px, .65fr); }
  .apply-pack-layout { grid-template-columns: 1fr; }
  .pack-preview-grid { grid-template-columns: 1fr; }
  .review-side-panel { grid-template-columns: 1fr 1fr; }
  .signin-layout { grid-template-columns: 1fr; }
  .signin-story-side { min-height: 590px; }
  .signin-story-copy { margin-top: 110px; }
}

@media (max-width: 600px) {
  .site-container { padding-left: 19px; padding-right: 19px; }
  .brand-subline { display: none; }
  .site-nav { background: #fffefb; border: 1px solid var(--line); box-shadow: var(--shadow-soft); display: grid; gap: 0; left: 15px; opacity: 0; padding: 8px; pointer-events: none; position: absolute; right: 15px; top: 62px; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease; }
  .site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .site-nav > a:not(.button) { display: block; padding: 10px; }
  .site-nav .button { margin: 4px 2px 2px; }
  .nav-toggle { display: block; }
  .hero-section { min-height: 0; padding: 51px 0 40px; }
  .hero-copy h1 { font-size: 54px; }
  .hero-lede { font-size: 14px; }
  .hero-art { height: 404px; margin-top: 8px; transform: scale(.99); transform-origin: top center; width: 100%; }
  .hero-resume { left: 21%; }
  .resume-note { right: 2%; }
  .quiet-strip-inner { align-items: flex-start; flex-direction: column; gap: 14px; padding-bottom: 22px; padding-top: 22px; }
  .quiet-strip p { font-size: 17px; }
  .section { padding: 74px 0; }
  .section-heading h2, .role-copy h2 { font-size: 42px; }
  .journey-grid { margin-top: 42px; }
  .journey-card { padding: 21px; }
  .role-grid { gap: 48px; }
  .role-card { padding: 23px; }
  .template-preview-grid { gap: 16px; grid-template-columns: 1fr; margin-top: 42px; }
  .template-paper { transform: scale(.82) !important; margin-bottom: -37px; }
  .template-tile { padding: 18px 16px 14px; }
  .template-tile-caption strong { font-size: 12px; }
  .template-tile-caption span { font-size: 8px; }
  .start-section { padding-bottom: 55px; }
  .start-panel { align-items: flex-start; flex-direction: column; padding: 36px 28px; }
  .footer-grid { align-items: flex-start; grid-template-columns: 1fr; }
  .footer-note { text-align: left; }
  .footer-links { flex-wrap: wrap; }
  .app-content { padding: 34px 19px 48px; }
  .page-title-row { align-items: flex-start; flex-direction: column; }
  .page-title-row h1 { font-size: 42px; }
  .page-title-actions { width: 100%; }
  .page-title-actions .button { flex: 1 1 auto; text-align: center; }
  .dashboard-hero { gap: 24px; margin-top: 28px; padding: 26px 21px; }
  .dashboard-progress { padding: 18px; }
  .cv-list-card { align-items: flex-start; flex-wrap: wrap; gap: 14px; padding: 16px; }
  .cv-list-actions { margin-left: auto; }
  .cv-list-main { min-width: calc(100% - 80px); }
  .dashboard-section { margin-top: 38px; }
  .dashboard-application-card { padding: 16px; }
  .gentle-tip, .next-steps { margin-top: 17px; }
  .builder-topbar { height: 59px; }
  .builder-topbar .button { padding: 9px 10px; }
  .builder-editor { padding: 37px 19px 47px; }
  .builder-intro h1 { font-size: 41px; }
  #cv-builder-form { margin-top: 29px; }
  .two-up { grid-template-columns: 1fr; }
  .builder-subsection { margin-top: 25px; padding-top: 24px; }
  .builder-section-intro h2 { font-size: 26px; }
  .ai-suggestion { align-items: flex-start; flex-wrap: wrap; }
  .ai-suggestion .button { margin-left: 38px; }
  .rewrite-box { align-items: flex-start; grid-template-columns: 27px minmax(0, 1fr); }
  .rewrite-box > [data-add-achievement] { grid-column: 2; justify-self: start; margin-left: 0; }
  .rewrite-result { grid-column: 1 / -1; }
  .rewrite-result-actions { align-items: stretch; flex-direction: column; }
  .rewrite-result-actions .button { margin-left: 0; width: 100%; }
  .form-footer { align-items: flex-start; flex-direction: column; gap: 14px; }
  .form-footer .button { align-self: flex-end; }
  .experience-card { padding: 17px; }
  .builder-preview-wrap { padding: 23px 19px 31px; }
  .editor-resume { min-height: 570px; padding: 29px 25px; }
  .editor-resume h2 { font-size: 31px; }
  .full-template-grid { grid-template-columns: 1fr; }
  .full-template-preview { height: 300px; }
  .create-template-card { min-height: 245px; }
  .template-selection-bar { align-items: flex-start; flex-wrap: wrap; padding: 14px; }
  .template-selection-bar .button { margin-left: 30px; }
  .application-stats { gap: 9px; margin-top: 26px; }
  .application-stats article { min-height: 110px; padding: 15px; }
  .application-stats strong { font-size: 33px; margin-top: 14px; }
  .applications-workspace { gap: 17px; margin-top: 17px; }
  .applications-list-panel { padding: 19px; }
  .applications-list-head { align-items: flex-start; flex-direction: column; gap: 9px; }
  .application-card { padding: 14px; }
  .application-card-top { flex-direction: column; gap: 4px; }
  .application-card-top time { margin-top: 3px; text-align: left; }
  .application-card-actions label { margin-right: 0; width: 100%; }
  .application-status-select { flex: 1; }
  .application-editor-card { padding: 19px; }
  .dashboard-followup-card { padding: 7px 15px; }
  .dashboard-followup-item div > span { white-space: normal; }
  .import-workspace { gap: 17px; margin-top: 27px; }
  .import-main-panel, .import-side-panel, .import-preview { padding: 19px; }
  .import-panel-head, .import-preview-head { flex-direction: column; }
  .import-panel-head h2, .import-preview-head h2 { font-size: 29px; }
  .import-local-seal { align-self: flex-start; }
  .import-preview-grid { grid-template-columns: 1fr; }
  .import-actions { align-items: flex-start; flex-direction: column; }
  .account-overview-card, .account-card { padding: 19px; }
  .account-overview-card h2 { font-size: 28px; }
  .account-verification { align-items: flex-start; flex-wrap: wrap; }
  .account-verification .button { margin-left: 33px; }
  .account-trust-strip { align-items: flex-start; flex-direction: column; padding: 20px; }
  .account-trust-strip .button { width: 100%; }
  .recovery-page { padding: 18px; }
  .recovery-card { padding: 24px 21px; }
  .recovery-card h1 { font-size: 37px; }
  .legal-main, .about-main, .contact-main { padding-bottom: 62px; padding-top: 50px; }
  .legal-heading { padding-bottom: 27px; }
  .legal-heading h1, .about-hero h1, .contact-hero h1 { font-size: 51px; }
  .legal-copy h2 { font-size: 29px; }
  .legal-copy p { font-size: 11px; }
  .legal-aside { display: flex; gap: 14px; }
  .legal-aside p { flex-basis: 100%; }
  .about-principles { margin-top: 43px; }
  .about-principles article { min-height: 0; }
  .about-note { padding: 25px 21px; }
  .about-note h2 { font-size: 34px; }
  .contact-grid { margin-top: 37px; }
  .letters-signal-bar { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 27px; padding: 16px; }
  .letters-signal-bar > div:last-child { align-items: flex-start; }
  .letters-workspace { gap: 17px; margin-top: 17px; }
  .letter-editor-panel, .saved-letters-panel { padding: 19px; }
  .letter-editor-head, .saved-letters-head { align-items: flex-start; flex-direction: column; gap: 10px; }
  .letter-editor-head h2, .saved-letters-head h2 { font-size: 27px; }
  .letter-local-field { min-height: auto; }
  .letter-generate-row { align-items: flex-start; flex-direction: column; }
  .letter-generate-row > span { min-width: 0; }
  .letter-body-field textarea { min-height: 280px; }
  .letter-form-actions .button { flex: 1 1 auto; }
  .letters-side-panel { grid-template-columns: 1fr; }
  .interview-prep-card, .letters-privacy-card { padding: 19px; }
  .cover-letter-item { align-items: flex-start; flex-direction: column; }
  .cover-letter-item > div:last-child { width: 100%; }
  .cover-letter-item > div:last-child .button { flex: 1 1 auto; text-align: center; }
  .pack-picker { align-items: flex-start; flex-direction: column; gap: 13px; margin-top: 27px; padding: 17px; }
  .pack-picker > div:first-child { max-width: none; width: 100%; }
  .pack-picker-status { align-items: flex-start; }
  .pack-picker-status p { text-align: left; }
  .pack-main-panel { padding: 19px; }
  .pack-application-heading { flex-direction: column; gap: 10px; padding-bottom: 18px; }
  .pack-application-heading h2 { font-size: 29px; }
  .pack-piece-grid { grid-template-columns: 1fr; }
  .pack-next-step { align-items: flex-start; flex-direction: column; }
  .pack-next-step > div:last-child { align-items: stretch; flex: 1; flex-direction: column; width: 100%; }
  .pack-next-step .button { align-self: flex-start; }
  .pack-export-panel { align-items: flex-start; flex-direction: column; padding: 20px; }
  .pack-export-actions { justify-content: flex-start; max-width: none; width: 100%; }
  .pack-export-actions .button { flex: 1 1 auto; }
  .pack-preview-section { margin-top: 31px; }
  .pack-preview-head { align-items: flex-start; flex-direction: column; }
  .pack-style-select { flex: 1; width: 100%; }
  .pack-resume-document, .pack-letter-document { min-height: 0; padding: 31px 25px; }
  .review-target-panel { align-items: stretch; flex-direction: column; margin-top: 29px; padding: 19px; }
  .job-match-panel { margin-top: 17px; padding: 19px; }
  .job-match-copy h2 { font-size: 27px; }
  .job-match-result { align-items: flex-start; grid-template-columns: 1fr; }
  .job-match-keywords { grid-template-columns: 1fr; }
  .review-main-panel { padding: 22px 18px; }
  .review-summary { align-items: flex-start; flex-direction: column; }
  .review-item { flex-wrap: wrap; }
  .review-item > .button { margin-left: 40px; }
  .review-done { margin-left: 40px; }
  .review-side-panel { grid-template-columns: 1fr; }
  .signin-form-side { padding: 24px 23px; }
  .signin-form-wrap { padding: 55px 0; }
  .signin-form-wrap h1 { font-size: 44px; }
  .signin-story-side { min-height: 510px; padding: 23px; }
  .signin-story-copy { margin-top: 92px; }
  .signin-story-copy h2 { font-size: 45px; }
  .signin-mini-scene { bottom: 0; right: 13px; transform: scale(.84); transform-origin: bottom right; }
}

@media print {
  @page { margin: 12mm; size: A4; }
  body.builder-page { background: #fff; }
  body.builder-page * { visibility: hidden; }
  body.builder-page .builder-preview-wrap, body.builder-page .editor-resume, body.builder-page .editor-resume * { visibility: visible; }
  body.builder-page .builder-preview-wrap { background: #fff; display: block; left: 0; padding: 0; position: absolute; top: 0; width: 100%; }
  /* The saved CV is intentionally a clean document: no template frame, brand, or preview decoration. */
  body.builder-page .editor-resume { background: #fff; border: 0 !important; box-shadow: none; box-sizing: border-box; margin: 0; min-height: 0; outline: 0 !important; padding: 0; width: 100%; }
  body.builder-page .editor-resume::before { display: none !important; }
  body.builder-page .editor-resume-top { display: none !important; }
  body.builder-page .editor-resume h2 { margin-top: 0 !important; }
  body.apply-page { background: #fff; }
  body.apply-page * { visibility: hidden; }
  body.apply-page[data-print-pack="cv"] .pack-print-cv, body.apply-page[data-print-pack="cv"] .pack-print-cv * { visibility: visible; }
  body.apply-page[data-print-pack="letter"] .pack-print-letter, body.apply-page[data-print-pack="letter"] .pack-print-letter * { visibility: visible; }
  body.apply-page[data-print-pack="cv"] .pack-print-cv, body.apply-page[data-print-pack="letter"] .pack-print-letter { box-shadow: none; left: 0; margin: 0; min-height: 0; padding: 0; position: absolute; top: 0; width: 100%; }
  body.apply-page[data-print-pack="cv"] .pack-resume-document section, body.apply-page[data-print-pack="cv"] .pack-resume-entry, body.apply-page[data-print-pack="letter"] .pack-letter-document { break-inside: avoid; page-break-inside: avoid; }
}

/* ── Shared CV page ─────────────────────────────────────── */
.share-container { max-width: 820px; padding-bottom: 60px; }
.share-header { align-items: center; display: flex; justify-content: space-between; padding: 26px 0 34px; }
.share-card { background: var(--paper); border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); padding: 40px 44px; }
.share-card h1 { font-family: var(--serif); font-size: 34px; letter-spacing: -.02em; margin: 10px 0 2px; }
.share-owner { color: var(--ink-soft); font-size: 14px; font-weight: 700; margin: 0 0 22px; }
.share-document { border-top: 1px solid var(--line); padding-top: 26px; }
.share-document .section-label { color: var(--forest); font-size: 11px; font-weight: 800; letter-spacing: .13em; margin: 24px 0 8px; text-transform: uppercase; }
.share-document .entry-head { display: flex; flex-wrap: wrap; gap: 4px 12px; justify-content: space-between; margin: 14px 0 4px; }
.share-document .entry-title { font-size: 15px; font-weight: 800; margin: 0; }
.share-document .entry-meta { color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.share-document p { font-size: 14px; line-height: 1.65; margin: 0 0 6px; }
.share-status { color: var(--ink-soft); font-size: 14px; margin-top: 24px; }
.share-footer { color: var(--ink-soft); font-size: 12px; margin-top: 26px; }

/* ── Account: sessions & share lists ────────────────────── */
.sessions-list, .share-list { border-top: 1px solid var(--line); margin-top: 18px; padding-top: 14px; }
.session-row, .share-row { align-items: center; display: flex; gap: 12px; justify-content: space-between; padding: 9px 0; }
.session-row + .session-row, .share-row + .share-row { border-top: 1px solid var(--line); }
.session-meta, .share-meta { min-width: 0; }
.session-meta strong, .share-meta strong { display: block; font-size: 13px; }
.session-meta small, .share-meta small { color: var(--ink-soft); font-size: 11px; }
.session-badge { background: var(--forest-pale); border-radius: 20px; color: var(--forest-deep); font-size: 10px; font-weight: 800; letter-spacing: .06em; padding: 3px 9px; text-transform: uppercase; white-space: nowrap; }
.share-link-text { color: var(--blue); font-size: 11px; word-break: break-all; }

/* ── Demo mode banner ───────────────────────────────────── */
.demo-banner { align-items: center; background: var(--cream); border-bottom: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 8px 16px; justify-content: center; padding: 9px 16px; }
.demo-banner p { font-size: 12.5px; font-weight: 700; margin: 0; }
.demo-banner .button { min-height: 30px; padding: 4px 12px; }

/* ── Applications search & sort ─────────────────────────── */
.applications-tools { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin: 14px 0 4px; }
.applications-tools .form-field { flex: 1 1 200px; margin: 0; }
.applications-tools select { min-width: 150px; }

/* ── Public template gallery ────────────────────────────── */
.gallery-hero { padding: 64px 0 10px; }
.gallery-hero h1 { font-family: var(--serif); font-size: clamp(38px, 5.4vw, 58px); letter-spacing: -.02em; line-height: 1.02; margin: 12px 0 14px; }
.gallery-lede { color: var(--ink-soft); font-size: 16px; max-width: 620px; }
.gallery-grid { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); padding: 30px 0 10px; }
.gallery-cta { background: var(--sage-light); border-radius: 18px; margin: 34px 0 60px; padding: 40px 44px; }
.gallery-cta h2 { font-family: var(--serif); font-size: 30px; margin: 10px 0 8px; }
.gallery-cta p { color: var(--ink-soft); margin: 0 0 18px; }
.theme-toggle { align-self: flex-start; background: transparent; border: 1px solid var(--line-dark); border-radius: 20px; color: var(--ink-soft); font-size: 11px; font-weight: 800; padding: 5px 11px; }
.theme-toggle-nav { color: var(--ink); margin-left: 6px; }
.signin-demo { margin: 14px 0 0; text-align: center; }















/* ── Dark theme ───────────────────────────────────────────
   app.js resolves data-theme to "dark" or "light" (auto =
   prefers-color-scheme). The media block only covers the
   moment before app.js runs. Text/surface overrides below
   are generated from the light stylesheet's hardcoded colours;
   decorative paper mockups intentionally stay light. */
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --canvas: #121814; --paper: #1a231d; --ink: #e4ebe4; --ink-soft: #9fab9f;
    --forest: #5fae8b; --forest-deep: #9ed4b7; --forest-pale: #22352b;
    --sage: #3c4c41; --sage-light: #1d2822; --cream: #24231a;
    --blue: #82abd9; --blue-pale: #202b38;
    --line: #2b362e; --line-dark: #3d4b41;
    --shadow-soft: 0 20px 60px rgba(0, 0, 0, .45);
    --shadow-paper: 0 28px 55px rgba(0, 0, 0, .5);
  }
}
html[data-theme="dark"] {
  --canvas: #121814; --paper: #1a231d; --ink: #e4ebe4; --ink-soft: #9fab9f;
  --forest: #5fae8b; --forest-deep: #9ed4b7; --forest-pale: #22352b;
  --sage: #3c4c41; --sage-light: #1d2822; --cream: #24231a;
  --blue: #82abd9; --blue-pale: #202b38;
  --line: #2b362e; --line-dark: #3d4b41;
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, .45);
  --shadow-paper: 0 28px 55px rgba(0, 0, 0, .5);
}
html[data-theme="dark"] .about-hero > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .about-hero h1 { color: var(--ink); }
html[data-theme="dark"] .about-principles article { background: var(--forest-pale); }
html[data-theme="dark"] .about-principles article:nth-child(2) { background: var(--cream); }
html[data-theme="dark"] .about-principles article:nth-child(3) { background: var(--blue-pale); }
html[data-theme="dark"] .about-principles h2 { color: var(--ink); }
html[data-theme="dark"] .about-principles p { color: var(--ink-soft); }
html[data-theme="dark"] .about-principles span { color: var(--ink-soft); }
html[data-theme="dark"] .account-card { background: var(--paper); }
html[data-theme="dark"] .account-card-head > div > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .account-card-head h2 { color: var(--ink); }
html[data-theme="dark"] .account-card-sage { background: var(--forest-pale); }
html[data-theme="dark"] .account-card-sage { border-color: var(--line-dark); }
html[data-theme="dark"] .account-card-warm { background: var(--cream); }
html[data-theme="dark"] .account-card-warm { border-color: var(--line-dark); }
html[data-theme="dark"] .account-delete-button { color: var(--ink-soft); }
html[data-theme="dark"] .account-overview-card > div:nth-child(2) > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .account-overview-card h2 { color: var(--ink); }
html[data-theme="dark"] .account-overview-card { background: var(--forest-pale); }
html[data-theme="dark"] .account-row small { color: var(--ink-soft); }
html[data-theme="dark"] .account-row strong { color: var(--ink); }
html[data-theme="dark"] .account-status { background: var(--forest-pale); }
html[data-theme="dark"] .account-status { color: var(--ink); }
html[data-theme="dark"] .account-verification > span { background: var(--cream); }
html[data-theme="dark"] .account-verification > span { color: #d8c98f; }
html[data-theme="dark"] .account-verification p { color: var(--ink-soft); }
html[data-theme="dark"] .account-verification strong { color: var(--ink); }
html[data-theme="dark"] .account-verification { background: var(--paper); }
html[data-theme="dark"] .add-another-role span { background: var(--forest-pale); }
html[data-theme="dark"] .ai-suggestion p { color: var(--ink-soft); }
html[data-theme="dark"] .ai-suggestion strong { color: var(--ink); }
html[data-theme="dark"] .ai-suggestion { background: var(--forest-pale); }
html[data-theme="dark"] .ai-suggestion-mark { background: var(--sage); }
html[data-theme="dark"] .app-nav-link { color: var(--ink); }
html[data-theme="dark"] .app-nav-link.active { background: var(--forest-pale); }
html[data-theme="dark"] .app-nav-link:hover { background: var(--forest-pale); }
html[data-theme="dark"] .app-page { background: var(--cream); }
html[data-theme="dark"] .app-sidebar { background: var(--paper); }
html[data-theme="dark"] .application-card { border-color: var(--line-dark); }
html[data-theme="dark"] .application-card-actions label > span { color: var(--ink-soft); }
html[data-theme="dark"] .application-card-actions { border-top-color: var(--line); }
html[data-theme="dark"] .application-card-followup { background: var(--cream); }
html[data-theme="dark"] .application-card-followup { color: var(--ink); }
html[data-theme="dark"] .application-card-meta span { background: var(--forest-pale); }
html[data-theme="dark"] .application-card-meta { color: var(--ink-soft); }
html[data-theme="dark"] .application-card-next { background: var(--forest-pale); }
html[data-theme="dark"] .application-card-next { color: var(--ink); }
html[data-theme="dark"] .application-card-notes { background: var(--cream); }
html[data-theme="dark"] .application-card-notes { color: var(--ink-soft); }
html[data-theme="dark"] .application-card-top h3 { color: var(--ink); }
html[data-theme="dark"] .application-card-top p { color: var(--ink-soft); }
html[data-theme="dark"] .application-card-top time { color: var(--ink-soft); }
html[data-theme="dark"] .application-count { background: var(--forest-pale); }
html[data-theme="dark"] .application-count { color: var(--ink-soft); }
html[data-theme="dark"] .application-editor-card { background: var(--forest-pale); }
html[data-theme="dark"] .application-editor-head > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .application-empty-state p { color: var(--ink-soft); }
html[data-theme="dark"] .application-empty-state { background: var(--forest-pale); }
html[data-theme="dark"] .application-stats article { background: var(--forest-pale); }
html[data-theme="dark"] .application-stats article:nth-child(2) { background: var(--cream); }
html[data-theme="dark"] .application-stats article:nth-child(3) { background: var(--blue-pale); }
html[data-theme="dark"] .application-stats article:nth-child(4) { background: var(--forest-pale); }
html[data-theme="dark"] .application-stats p { color: var(--ink-soft); }
html[data-theme="dark"] .application-stats span { color: var(--ink-soft); }
html[data-theme="dark"] .application-status { background: var(--forest-pale); }
html[data-theme="dark"] .application-status { color: var(--ink); }
html[data-theme="dark"] .application-status-select { background: var(--forest-pale); }
html[data-theme="dark"] .application-status-select { border-color: var(--line-dark); }
html[data-theme="dark"] .application-status-select { color: var(--ink); }
html[data-theme="dark"] .applications-list-head p { color: var(--ink-soft); }
html[data-theme="dark"] .applications-list-panel { background: var(--paper); }
html[data-theme="dark"] .ats-card > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .ats-card h3 { color: var(--ink); }
html[data-theme="dark"] .ats-card li { color: var(--ink); }
html[data-theme="dark"] .ats-card { background: var(--paper); }
html[data-theme="dark"] .auth-mode-button { color: var(--ink-soft); }
html[data-theme="dark"] .auth-mode-button.active { background: var(--paper); }
html[data-theme="dark"] .auth-mode-tabs { background: var(--forest-pale); }
html[data-theme="dark"] .auth-status { background: var(--forest-pale); }
html[data-theme="dark"] .auth-status { color: var(--ink); }
html[data-theme="dark"] .avatar-sage { background: var(--sage); }
html[data-theme="dark"] .back-workspace { color: var(--ink-soft); }
html[data-theme="dark"] .brand-subline { color: var(--ink-soft); }
html[data-theme="dark"] .builder-editor { background: var(--paper); }
html[data-theme="dark"] .builder-file button { color: var(--ink-soft); }
html[data-theme="dark"] .builder-file small { color: var(--ink-soft); }
html[data-theme="dark"] .builder-file { background: var(--forest-pale); }
html[data-theme="dark"] .builder-intro > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .builder-page { background: var(--forest-pale); }
html[data-theme="dark"] .builder-preview-wrap { background: var(--forest-pale); }
html[data-theme="dark"] .builder-saving { color: var(--ink-soft); }
html[data-theme="dark"] .builder-section-intro > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .builder-sidebar { background: var(--paper); }
html[data-theme="dark"] .builder-step > span { border-color: var(--line-dark); }
html[data-theme="dark"] .builder-step { color: var(--ink-soft); }
html[data-theme="dark"] .builder-step.active { background: var(--forest-pale); }
html[data-theme="dark"] .builder-step:hover { background: var(--forest-pale); }
html[data-theme="dark"] .builder-subsection { border-top-color: var(--line); }
html[data-theme="dark"] .button-light { background: var(--cream); }
html[data-theme="dark"] .button-light:hover { background: var(--paper); }
html[data-theme="dark"] .button-quiet { background: var(--forest-pale); }
html[data-theme="dark"] .button-quiet:hover { background: var(--forest-pale); }
html[data-theme="dark"] .centered-heading > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .certification-card { background: var(--paper); }
html[data-theme="dark"] .check-label { color: var(--ink-soft); }
html[data-theme="dark"] .contact-grid article > span { color: var(--ink-soft); }
html[data-theme="dark"] .contact-grid article { background: var(--paper); }
html[data-theme="dark"] .contact-grid article:nth-child(2) { background: var(--forest-pale); }
html[data-theme="dark"] .contact-grid article:nth-child(3) { background: var(--cream); }
html[data-theme="dark"] .contact-grid h2 { color: var(--ink); }
html[data-theme="dark"] .contact-grid p { color: var(--ink-soft); }
html[data-theme="dark"] .contact-grid strong { color: var(--ink); }
html[data-theme="dark"] .contact-hero > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .contact-hero h1 { color: var(--ink); }
html[data-theme="dark"] .cover-letter-count { background: var(--forest-pale); }
html[data-theme="dark"] .cover-letter-count { color: var(--ink-soft); }
html[data-theme="dark"] .cover-letter-empty p { color: var(--ink-soft); }
html[data-theme="dark"] .cover-letter-empty { background: var(--forest-pale); }
html[data-theme="dark"] .cover-letter-item h3 { color: var(--ink); }
html[data-theme="dark"] .cover-letter-item p { color: var(--ink-soft); }
html[data-theme="dark"] .cover-letter-item { border-color: var(--line-dark); }
html[data-theme="dark"] .crumb span { color: var(--ink-soft); }
html[data-theme="dark"] .crumb { color: var(--ink-soft); }
html[data-theme="dark"] .cv-delete-button { color: var(--ink-soft); }
html[data-theme="dark"] .cv-list-card { background: var(--paper); }
html[data-theme="dark"] .cv-list-main > p { color: var(--ink-soft); }
html[data-theme="dark"] .cv-meta { color: var(--ink-soft); }
html[data-theme="dark"] .cv-state { background: var(--forest-pale); }
html[data-theme="dark"] .cv-state { color: var(--ink); }
html[data-theme="dark"] .dash-kicker { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-application-card { background: var(--paper); }
html[data-theme="dark"] .dashboard-application-empty { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-application-item > div > span { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-application-item { border-top-color: var(--line); }
html[data-theme="dark"] .dashboard-application-stats span { background: var(--forest-pale); }
html[data-theme="dark"] .dashboard-application-stats span { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-followup-card { background: var(--cream); }
html[data-theme="dark"] .dashboard-followup-card { border-color: var(--line-dark); }
html[data-theme="dark"] .dashboard-followup-item > span { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-followup-item div > span { color: var(--ink-soft); }
html[data-theme="dark"] .dashboard-followup-item strong { color: var(--ink); }
html[data-theme="dark"] .dashboard-followup-item { border-top-color: var(--line-dark); }
html[data-theme="dark"] .dashboard-hero p:not(.dash-kicker) { color: var(--ink); }
html[data-theme="dark"] .dashboard-hero { background: var(--forest-pale); }
html[data-theme="dark"] .device-backup p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .device-backup { background: var(--forest-pale); }
html[data-theme="dark"] .editor-contact { color: var(--ink-soft); }
html[data-theme="dark"] .editor-job span { color: var(--ink-soft); }
html[data-theme="dark"] .editor-job strong { color: var(--ink); }
html[data-theme="dark"] .editor-job time { color: var(--ink-soft); }
html[data-theme="dark"] .editor-resume section p { color: var(--ink); }
html[data-theme="dark"] .editor-resume { background: var(--paper); }
html[data-theme="dark"] .editor-resume-top { color: var(--forest-deep); }
html[data-theme="dark"] .editor-role { color: var(--ink); }
html[data-theme="dark"] .editor-rule { background: var(--sage); }
html[data-theme="dark"] .education-card { background: var(--paper); }
html[data-theme="dark"] .experience-card { border-color: var(--line-dark); }
html[data-theme="dark"] .experience-remove { color: var(--ink-soft); }
html[data-theme="dark"] .experience-remove:hover { color: var(--ink-soft); }
html[data-theme="dark"] .export-page { background: var(--paper); }
html[data-theme="dark"] .export-page::after { background: var(--sage); }
html[data-theme="dark"] .export-page::before { background: var(--sage); }
html[data-theme="dark"] .filter-chip { background: var(--forest-pale); }
html[data-theme="dark"] .filter-chip { color: var(--ink); }
html[data-theme="dark"] .filter-chip.active { background: var(--forest-pale); }
html[data-theme="dark"] .filter-chip.active { border-color: var(--line-dark); }
html[data-theme="dark"] .filter-chip:hover { background: var(--forest-pale); }
html[data-theme="dark"] .filter-chip:hover { border-color: var(--line-dark); }
html[data-theme="dark"] .final-checklist label { color: var(--ink-soft); }
html[data-theme="dark"] .finish-card > p:not(.mini-label) { color: var(--ink); }
html[data-theme="dark"] .finish-card { background: var(--forest-pale); }
html[data-theme="dark"] .followup-count { background: var(--cream); }
html[data-theme="dark"] .followup-count { color: var(--ink); }
html[data-theme="dark"] .form-field > span small { color: var(--ink-soft); }
html[data-theme="dark"] .form-field > span { color: var(--ink); }
html[data-theme="dark"] .form-field input { background: var(--paper); }
html[data-theme="dark"] .form-field input { border-color: var(--line-dark); }
html[data-theme="dark"] .form-field select { background: var(--paper); }
html[data-theme="dark"] .form-field select { border-color: var(--line-dark); }
html[data-theme="dark"] .form-field textarea { background: var(--paper); }
html[data-theme="dark"] .form-field textarea { border-color: var(--line-dark); }
html[data-theme="dark"] .form-footer > span { color: var(--ink-soft); }
html[data-theme="dark"] .form-footer { border-top-color: var(--line); }
html[data-theme="dark"] .full-template-ats { background: var(--forest-pale); }
html[data-theme="dark"] .full-template-card { background: var(--paper); }
html[data-theme="dark"] .full-template-field { background: var(--cream); }
html[data-theme="dark"] .full-template-form { background: var(--cream); }
html[data-theme="dark"] .full-template-frame { background: var(--forest-pale); }
html[data-theme="dark"] .full-template-mark { background: var(--blue-pale); }
html[data-theme="dark"] .full-template-quiet { background: var(--forest-pale); }
html[data-theme="dark"] .gentle-tip .eyebrow { color: #d8c98f; }
html[data-theme="dark"] .gentle-tip > p:not(.eyebrow) { color: var(--ink); }
html[data-theme="dark"] .gentle-tip { background: var(--cream); }
html[data-theme="dark"] .google-button { border-color: var(--line-dark); }
html[data-theme="dark"] .google-button { color: var(--ink); }
html[data-theme="dark"] .google-button:hover { background: var(--paper); }
html[data-theme="dark"] .google-mark { color: var(--blue); }
html[data-theme="dark"] .help-orb { background: var(--sage); }
html[data-theme="dark"] .help-orb { color: #d8c98f; }
html[data-theme="dark"] .hero-proof { color: var(--ink-soft); }
html[data-theme="dark"] .hero-resume h2 { color: var(--ink); }
html[data-theme="dark"] .hero-section { background: var(--cream); }
html[data-theme="dark"] .icon-button { color: var(--ink-soft); }
html[data-theme="dark"] .import-actions > span { color: var(--ink-soft); }
html[data-theme="dark"] .import-actions { background: var(--forest-pale); }
html[data-theme="dark"] .import-divider { color: var(--ink-soft); }
html[data-theme="dark"] .import-divider::after { background: var(--forest-pale); }
html[data-theme="dark"] .import-divider::before { background: var(--forest-pale); }
html[data-theme="dark"] .import-drop-icon { background: var(--paper); }
html[data-theme="dark"] .import-dropzone small { color: var(--ink-soft); }
html[data-theme="dark"] .import-dropzone { background: var(--forest-pale); }
html[data-theme="dark"] .import-dropzone { color: var(--ink); }
html[data-theme="dark"] .import-dropzone.is-dragging { background: var(--forest-pale); }
html[data-theme="dark"] .import-dropzone:hover { background: var(--forest-pale); }
html[data-theme="dark"] .import-local-seal { background: var(--forest-pale); }
html[data-theme="dark"] .import-local-seal { color: var(--ink); }
html[data-theme="dark"] .import-main-panel { background: var(--paper); }
html[data-theme="dark"] .import-panel-head p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .import-panel-head strong { color: var(--ink); }
html[data-theme="dark"] .import-preview { background: var(--paper); }
html[data-theme="dark"] .import-preview-grid article { background: var(--forest-pale); }
html[data-theme="dark"] .import-preview-grid article:nth-child(4n + 2) { background: var(--cream); }
html[data-theme="dark"] .import-preview-grid p { color: var(--ink); }
html[data-theme="dark"] .import-preview-grid span { color: var(--ink-soft); }
html[data-theme="dark"] .import-preview-head p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .import-safety-note > span { color: #d8c98f; }
html[data-theme="dark"] .import-safety-note { background: var(--cream); }
html[data-theme="dark"] .import-safety-note { color: var(--ink); }
html[data-theme="dark"] .import-side-panel h3 { color: var(--ink); }
html[data-theme="dark"] .import-side-panel { background: var(--forest-pale); }
html[data-theme="dark"] .import-status { background: var(--forest-pale); }
html[data-theme="dark"] .import-status { color: var(--ink); }
html[data-theme="dark"] .import-steps li > span { background: var(--paper); }
html[data-theme="dark"] .import-steps li > span { color: var(--ink); }
html[data-theme="dark"] .import-steps li { border-top-color: var(--line-dark); }
html[data-theme="dark"] .import-steps p { color: var(--ink-soft); }
html[data-theme="dark"] .import-steps strong { color: var(--ink); }
html[data-theme="dark"] .import-textarea textarea { background: var(--paper); }
html[data-theme="dark"] .import-warning-list p { background: var(--cream); }
html[data-theme="dark"] .import-warning-list p { color: var(--ink); }
html[data-theme="dark"] .interview-prep-card { background: var(--forest-pale); }
html[data-theme="dark"] .interview-prep-head > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .interview-question > div > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .interview-question h3 { color: var(--ink); }
html[data-theme="dark"] .interview-question { border-top-color: var(--line-dark); }
html[data-theme="dark"] .interview-question-number { background: var(--paper); }
html[data-theme="dark"] .interview-question-number { color: var(--ink); }
html[data-theme="dark"] .job-match-actions > span { color: var(--ink-soft); }
html[data-theme="dark"] .job-match-copy > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .job-match-form { border-top-color: var(--line); }
html[data-theme="dark"] .job-match-keywords > div:last-child li { background: var(--sage); }
html[data-theme="dark"] .job-match-keywords > div:last-child li { color: var(--ink); }
html[data-theme="dark"] .job-match-keywords li { background: var(--forest-pale); }
html[data-theme="dark"] .job-match-keywords li { color: var(--ink); }
html[data-theme="dark"] .job-match-keywords p { color: var(--ink-soft); }
html[data-theme="dark"] .job-match-panel { background: var(--paper); }
html[data-theme="dark"] .job-match-result { background: var(--forest-pale); }
html[data-theme="dark"] .job-match-result-actions { border-top-color: var(--line-dark); }
html[data-theme="dark"] .job-match-result-copy > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .job-match-result-copy h3 { color: var(--ink); }
html[data-theme="dark"] .job-match-score span { color: var(--ink-soft); }
html[data-theme="dark"] .job-match-score { background: var(--paper); }
html[data-theme="dark"] .job-match-score { border-color: var(--line-dark); }
html[data-theme="dark"] .job-match-suggestions li { color: var(--ink); }
html[data-theme="dark"] .job-match-suggestions { border-top-color: var(--line-dark); }
html[data-theme="dark"] .journey-card p { color: var(--ink-soft); }
html[data-theme="dark"] .journey-card { background: var(--paper); }
html[data-theme="dark"] .journey-card-featured { background: var(--forest-pale); }
html[data-theme="dark"] .journey-number { color: var(--ink-soft); }
html[data-theme="dark"] .legal-aside a { color: var(--ink-soft); }
html[data-theme="dark"] .legal-aside p { color: var(--ink-soft); }
html[data-theme="dark"] .legal-copy h2 { color: var(--ink); }
html[data-theme="dark"] .legal-copy p { color: var(--ink); }
html[data-theme="dark"] .legal-heading > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .legal-heading h1 { color: var(--ink); }
html[data-theme="dark"] .letter-body-field textarea { background: var(--paper); }
html[data-theme="dark"] .letter-editor-head > div > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .letter-editor-panel { background: var(--paper); }
html[data-theme="dark"] .letter-generate-row > span { color: var(--ink-soft); }
html[data-theme="dark"] .letter-generate-row { background: var(--forest-pale); }
html[data-theme="dark"] .letter-guidance li { color: var(--ink-soft); }
html[data-theme="dark"] .letter-guidance li::before { color: var(--forest-deep); }
html[data-theme="dark"] .letter-guidance { border-top-color: var(--line); }
html[data-theme="dark"] .letter-local-field > span { color: var(--ink); }
html[data-theme="dark"] .letter-local-field { background: var(--forest-pale); }
html[data-theme="dark"] .letter-local-field { color: var(--ink-soft); }
html[data-theme="dark"] .letter-signal { background: var(--cream); }
html[data-theme="dark"] .letter-signal { color: #d8c98f; }
html[data-theme="dark"] .letters-privacy-card > span { background: var(--sage); }
html[data-theme="dark"] .letters-privacy-card > span { color: #d8c98f; }
html[data-theme="dark"] .letters-privacy-card h3 { color: var(--ink); }
html[data-theme="dark"] .letters-privacy-card p:not(.mini-label) { color: var(--ink); }
html[data-theme="dark"] .letters-privacy-card { background: var(--cream); }
html[data-theme="dark"] .letters-signal-bar p { color: var(--ink); }
html[data-theme="dark"] .letters-signal-bar { background: var(--forest-pale); }
html[data-theme="dark"] .list-check { background: var(--sage); }
html[data-theme="dark"] .list-prompt { background: var(--sage); }
html[data-theme="dark"] .list-prompt { color: #d8c98f; }
html[data-theme="dark"] .local-privacy-note > span { background: var(--sage); }
html[data-theme="dark"] .local-privacy-note { background: var(--forest-pale); }
html[data-theme="dark"] .local-privacy-note { color: var(--ink); }
html[data-theme="dark"] .meter { background: var(--forest-pale); }
html[data-theme="dark"] .mini-label { color: var(--ink-soft); }
html[data-theme="dark"] .nav-icon { color: var(--ink-soft); }
html[data-theme="dark"] .next-steps { background: var(--paper); }
html[data-theme="dark"] .note-icon { color: var(--forest-deep); }
html[data-theme="dark"] .pack-application-heading > div > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .pack-application-heading { border-bottom-color: var(--line); }
html[data-theme="dark"] .pack-empty-state > span { background: var(--forest-pale); }
html[data-theme="dark"] .pack-empty-state p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .pack-empty-state { background: var(--forest-pale); }
html[data-theme="dark"] .pack-export-actions .button-quiet { background: var(--forest-pale); }
html[data-theme="dark"] .pack-location { background: var(--cream); }
html[data-theme="dark"] .pack-location { color: var(--ink); }
html[data-theme="dark"] .pack-main-panel { background: var(--paper); }
html[data-theme="dark"] .pack-next-step h3 { color: var(--ink); }
html[data-theme="dark"] .pack-next-step p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .pack-next-step { background: var(--cream); }
html[data-theme="dark"] .pack-picker select { background: var(--paper); }
html[data-theme="dark"] .pack-picker select { border-color: var(--line-dark); }
html[data-theme="dark"] .pack-picker select { color: var(--ink); }
html[data-theme="dark"] .pack-picker { background: var(--forest-pale); }
html[data-theme="dark"] .pack-picker-status p { color: var(--ink-soft); }
html[data-theme="dark"] .pack-piece-card h3 { color: var(--ink); }
html[data-theme="dark"] .pack-piece-card p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .pack-piece-card { background: var(--forest-pale); }
html[data-theme="dark"] .pack-piece-card:nth-child(2) .pack-piece-icon { color: #d8c98f; }
html[data-theme="dark"] .pack-piece-card:nth-child(2) { background: var(--cream); }
html[data-theme="dark"] .pack-piece-icon { background: var(--paper); }
html[data-theme="dark"] .pack-piece-icon { color: var(--ink); }
html[data-theme="dark"] .pack-preview-head > div > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .pack-readiness-card > p { color: var(--ink-soft); }
html[data-theme="dark"] .pack-readiness-card li p { color: var(--ink-soft); }
html[data-theme="dark"] .pack-readiness-card li strong { color: var(--ink); }
html[data-theme="dark"] .pack-readiness-card li { border-top-color: var(--line-dark); }
html[data-theme="dark"] .pack-readiness-card { background: var(--forest-pale); }
html[data-theme="dark"] .pack-readiness-head > span { background: var(--cream); }
html[data-theme="dark"] .pack-readiness-head > span { color: #d8c98f; }
html[data-theme="dark"] .pack-truth-card > span { background: var(--sage); }
html[data-theme="dark"] .pack-truth-card > span { color: #d8c98f; }
html[data-theme="dark"] .pack-truth-card h3 { color: var(--ink); }
html[data-theme="dark"] .pack-truth-card p:not(.mini-label) { color: var(--ink); }
html[data-theme="dark"] .pack-truth-card { background: var(--cream); }
html[data-theme="dark"] .page-lede { color: var(--ink-soft); }
html[data-theme="dark"] .preview-experience-item + .preview-experience-item { border-top-color: var(--line); }
html[data-theme="dark"] .preview-hint { color: var(--ink-soft); }
html[data-theme="dark"] .preview-toolbar { color: var(--ink-soft); }
html[data-theme="dark"] .preview-zoom { color: var(--ink-soft); }
html[data-theme="dark"] .progress-label { color: var(--ink-soft); }
html[data-theme="dark"] .progress-steps .done { color: var(--ink); }
html[data-theme="dark"] .progress-steps { color: var(--ink-soft); }
html[data-theme="dark"] .progress-track { background: var(--sage); }
html[data-theme="dark"] .project-card { background: var(--paper); }
html[data-theme="dark"] .prompt-number { color: #d8c98f; }
html[data-theme="dark"] .proof-seal { background: var(--sage); }
html[data-theme="dark"] .recovery-card > p:not(.eyebrow):not(.signin-switch):not(.recovery-status) { color: var(--ink-soft); }
html[data-theme="dark"] .recovery-card h1 { color: var(--ink); }
html[data-theme="dark"] .recovery-card { background: var(--paper); }
html[data-theme="dark"] .recovery-status { background: var(--forest-pale); }
html[data-theme="dark"] .recovery-status { color: var(--ink); }
html[data-theme="dark"] .resume-copy { color: var(--ink); }
html[data-theme="dark"] .resume-divider { background: var(--sage); }
html[data-theme="dark"] .resume-job span { color: var(--ink-soft); }
html[data-theme="dark"] .resume-job strong { color: var(--ink); }
html[data-theme="dark"] .resume-job time { color: var(--ink-soft); }
html[data-theme="dark"] .resume-note p { color: var(--ink); }
html[data-theme="dark"] .resume-note strong { color: var(--forest-deep); }
html[data-theme="dark"] .resume-note { background: var(--forest-pale); }
html[data-theme="dark"] .resume-ready div span { color: var(--ink-soft); }
html[data-theme="dark"] .resume-ready strong { color: var(--ink); }
html[data-theme="dark"] .resume-ready { background: var(--paper); }
html[data-theme="dark"] .resume-role { color: var(--ink-soft); }
html[data-theme="dark"] .resume-skills span { background: var(--forest-pale); }
html[data-theme="dark"] .resume-skills span { color: var(--ink); }
html[data-theme="dark"] .resume-topline { color: var(--forest-deep); }
html[data-theme="dark"] .review-clear-state { background: var(--forest-pale); }
html[data-theme="dark"] .review-clear-state { color: var(--ink); }
html[data-theme="dark"] .review-count { background: var(--forest-pale); }
html[data-theme="dark"] .review-count { color: var(--ink-soft); }
html[data-theme="dark"] .review-dimension p { color: var(--ink-soft); }
html[data-theme="dark"] .review-dimension { border-top-color: var(--line); }
html[data-theme="dark"] .review-dimension-head { color: var(--ink); }
html[data-theme="dark"] .review-dimension-track { background: var(--forest-pale); }
html[data-theme="dark"] .review-dimensions-card { background: var(--paper); }
html[data-theme="dark"] .review-disclaimer span { color: #d8c98f; }
html[data-theme="dark"] .review-disclaimer { background: var(--cream); }
html[data-theme="dark"] .review-disclaimer { color: var(--ink-soft); }
html[data-theme="dark"] .review-divider { background: var(--forest-pale); }
html[data-theme="dark"] .review-done { color: var(--ink-soft); }
html[data-theme="dark"] .review-feedback > span { color: var(--ink-soft); }
html[data-theme="dark"] .review-feedback button { border-color: var(--line-dark); }
html[data-theme="dark"] .review-feedback button { color: var(--ink-soft); }
html[data-theme="dark"] .review-feedback button:hover:not(:disabled) { background: var(--forest-pale); }
html[data-theme="dark"] .review-group-head p { color: var(--ink-soft); }
html[data-theme="dark"] .review-item { border-top-color: var(--line); }
html[data-theme="dark"] .review-item-copy > p { color: var(--ink-soft); }
html[data-theme="dark"] .review-item-icon { background: var(--forest-pale); }
html[data-theme="dark"] .review-item-title span { background: var(--cream); }
html[data-theme="dark"] .review-item-title span { color: var(--ink); }
html[data-theme="dark"] .review-main-panel { background: var(--paper); }
html[data-theme="dark"] .review-model-card > p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .review-model-card h3 { color: var(--ink); }
html[data-theme="dark"] .review-model-card { background: var(--paper); }
html[data-theme="dark"] .review-model-stats span { background: var(--forest-pale); }
html[data-theme="dark"] .review-model-stats span { color: var(--ink-soft); }
html[data-theme="dark"] .review-readiness li { color: var(--ink); }
html[data-theme="dark"] .review-readiness { background: var(--forest-pale); }
html[data-theme="dark"] .review-summary p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .review-target-panel { background: var(--forest-pale); }
html[data-theme="dark"] .rewrite-box p { color: var(--ink-soft); }
html[data-theme="dark"] .rewrite-box strong { color: var(--ink); }
html[data-theme="dark"] .rewrite-box { background: var(--forest-pale); }
html[data-theme="dark"] .rewrite-result { border-top-color: var(--line-dark); }
html[data-theme="dark"] .rewrite-result-actions .button-text { border-color: var(--line-dark); }
html[data-theme="dark"] .rewrite-result-actions .button-text { color: var(--ink); }
html[data-theme="dark"] .rewrite-result-label { color: var(--ink); }
html[data-theme="dark"] .rewrite-sample p { color: var(--ink); }
html[data-theme="dark"] .rewrite-sample span { color: var(--ink-soft); }
html[data-theme="dark"] .rewrite-sample { background: var(--forest-pale); }
html[data-theme="dark"] .role-card { background: var(--paper); }
html[data-theme="dark"] .role-card-top { color: var(--ink-soft); }
html[data-theme="dark"] .role-chip strong { color: #d8c98f; }
html[data-theme="dark"] .role-chip { background: var(--sage); }
html[data-theme="dark"] .role-chip { color: var(--ink); }
html[data-theme="dark"] .role-copy > p:not(.eyebrow) { color: var(--ink); }
html[data-theme="dark"] .role-match-row { color: var(--ink-soft); }
html[data-theme="dark"] .role-section { background: var(--forest-pale); }
html[data-theme="dark"] .role-status { background: var(--forest-pale); }
html[data-theme="dark"] .role-suggestion span { color: #d8c98f; }
html[data-theme="dark"] .role-suggestion { background: var(--cream); }
html[data-theme="dark"] .role-suggestion { color: var(--ink); }
html[data-theme="dark"] .saved-letters-head > div > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .saved-letters-panel { background: var(--paper); }
html[data-theme="dark"] .score-orb span { color: var(--ink-soft); }
html[data-theme="dark"] .score-orb::before { background: var(--paper); }
html[data-theme="dark"] .section-row p { color: var(--ink-soft); }
html[data-theme="dark"] .sidebar-help p { color: var(--ink-soft); }
html[data-theme="dark"] .sidebar-help strong { color: var(--ink); }
html[data-theme="dark"] .sidebar-help { background: var(--cream); }
html[data-theme="dark"] .sidebar-signout { color: var(--ink-soft); }
html[data-theme="dark"] .signin-divider { color: var(--ink-soft); }
html[data-theme="dark"] .signin-divider::after { background: var(--forest-pale); }
html[data-theme="dark"] .signin-divider::before { background: var(--forest-pale); }
html[data-theme="dark"] .signin-footer { color: var(--ink-soft); }
html[data-theme="dark"] .signin-form-wrap > p:not(.eyebrow):not(.signin-switch) { color: var(--ink-soft); }
html[data-theme="dark"] .signin-page { background: var(--paper); }
html[data-theme="dark"] .signin-story-copy > p:not(.eyebrow) { color: var(--ink-soft); }
html[data-theme="dark"] .signin-story-side { background: var(--forest-pale); }
html[data-theme="dark"] .signin-story-top a { color: var(--ink-soft); }
html[data-theme="dark"] .signin-story-top { color: var(--ink); }
html[data-theme="dark"] .signin-switch { color: var(--ink-soft); }
html[data-theme="dark"] .site-footer p { color: var(--ink-soft); }
html[data-theme="dark"] .site-nav > a:not(.button) { color: var(--ink); }
html[data-theme="dark"] .skill-suggestions button { background: var(--forest-pale); }
html[data-theme="dark"] .skill-suggestions button { border-color: var(--line-dark); }
html[data-theme="dark"] .skill-suggestions button { color: var(--ink); }
html[data-theme="dark"] .skill-suggestions button:hover { background: var(--forest-pale); }
html[data-theme="dark"] .skill-suggestions p { color: var(--ink-soft); }
html[data-theme="dark"] .split-heading > p { color: var(--ink-soft); }
html[data-theme="dark"] .story-card { background: var(--paper); }
html[data-theme="dark"] .story-card-two { background: var(--forest-pale); }
html[data-theme="dark"] .target-input-wrap input { color: var(--ink); }
html[data-theme="dark"] .target-input-wrap span { color: var(--ink-soft); }
html[data-theme="dark"] .target-input-wrap { background: var(--paper); }
html[data-theme="dark"] .target-input-wrap { border-color: var(--line-dark); }
html[data-theme="dark"] .target-label { color: var(--ink); }
html[data-theme="dark"] .target-ring-two { border-color: var(--line-dark); }
html[data-theme="dark"] .task-row > span:last-child { color: var(--ink-soft); }
html[data-theme="dark"] .task-row small { color: var(--ink-soft); }
html[data-theme="dark"] .task-row { border-top-color: var(--line); }
html[data-theme="dark"] .template-paper { background: var(--paper); }
html[data-theme="dark"] .template-paper-head { background: var(--sage); }
html[data-theme="dark"] .template-paper-lines i { background: var(--sage); }
html[data-theme="dark"] .template-paper-rule { background: var(--forest-pale); }
html[data-theme="dark"] .template-selected { background: var(--forest-pale); }
html[data-theme="dark"] .template-tile-blue { background: var(--blue-pale); }
html[data-theme="dark"] .template-tile-caption span { color: var(--ink-soft); }
html[data-theme="dark"] .template-tile-cream { background: var(--cream); }
html[data-theme="dark"] .template-tile-sage { background: var(--forest-pale); }
html[data-theme="dark"] .tip-star { color: #d8c98f; }
html[data-theme="dark"] .topbar-status { color: var(--ink-soft); }
html[data-theme="dark"] .turnstile-status { color: var(--ink-soft); }
html[data-theme="dark"] .writing-prompt p:not(.mini-label) { color: var(--ink-soft); }
html[data-theme="dark"] .writing-prompt { background: var(--cream); }
@media @media (max-width: 600px) {
  html[data-theme="dark"] .site-nav { background: var(--paper); }
}
html[data-theme="dark"] .form-field input, html[data-theme="dark"] .form-field textarea, html[data-theme="dark"] .form-field select, html[data-theme="dark"] input, html[data-theme="dark"] textarea, html[data-theme="dark"] select { background: #18211b; border-color: #6b7d6e; color: var(--ink); }
html[data-theme="dark"] input::placeholder, html[data-theme="dark"] textarea::placeholder { color: #6d7a6f; }
html[data-theme="dark"] .dashboard-hero { background: #1d2a22; }
html[data-theme="dark"] .dashboard-hero::after { background: radial-gradient(circle, rgba(34, 58, 45, .5), rgba(34, 58, 45, 0) 66%); }
html[data-theme="dark"] .hero-section { background: #161d18; }
/* CV paper keeps its printed-sheet look in every theme */
html[data-theme="dark"] .editor-resume, html[data-theme="dark"] .pack-resume-document, html[data-theme="dark"] .pack-letter-document, html[data-theme="dark"] .share-card { --canvas: #f7f6f1; --paper: #fffefb; --ink: #1b2921; --ink-soft: #526158; --forest: #225d46; --forest-deep: #173d2f; --forest-pale: #dceae0; --sage: #b8cbbd; --sage-light: #ebf0eb; --cream: #eee7d7; --blue: #4a6f9b; --blue-pale: #dce8f4; --line: #dce4dc; --line-dark: #bfcbc0; }
html[data-theme="dark"] .editor-resume, html[data-theme="dark"] .pack-resume-document, html[data-theme="dark"] .pack-letter-document { background: #fffefb; color: #1b2921; }
html[data-theme="dark"] .share-card { background: #fffefb; color: #1b2921; }
html[data-theme="dark"] .site-header { background: rgba(18, 24, 20, .88); border-bottom-color: rgba(61, 75, 65, .72); }
html[data-theme="dark"] .app-topbar { background: rgba(18, 24, 20, .86); border-bottom-color: rgba(61, 75, 65, .75); }
html[data-theme="dark"] .builder-topbar { background: rgba(18, 24, 20, .78); border-bottom-color: rgba(61, 75, 65, .78); }
html[data-theme="dark"] .dashboard-progress { background: rgba(20, 27, 22, .72); }
html[data-theme="dark"] .job-match-keywords > div { background: rgba(26, 35, 29, .72); }
html[data-theme="dark"] .signin-story-side::after { background: radial-gradient(circle, rgba(34, 58, 45, .5), rgba(34, 58, 45, 0) 66%); }
html[data-theme="dark"] .brand-mark, html[data-theme="dark"] .button-primary, html[data-theme="dark"] .proof-seal, html[data-theme="dark"] .ready-mark, html[data-theme="dark"] .export-tick, html[data-theme="dark"] .eyebrow-dot, html[data-theme="dark"] .nav-toggle span, html[data-theme="dark"] .target-dot, html[data-theme="dark"] .meter span { background: #2e6b50; }
html[data-theme="dark"] .quiet-strip { background: #16402f; }
html[data-theme="dark"] .app-page, html[data-theme="dark"] .builder-page { background: var(--canvas); }
html[data-theme="dark"] .start-panel { background: #16402f; }
html[data-theme="dark"] .toast { background: #1d4433; }
html[data-theme="dark"] .button-primary:hover { background: #1d4433; }
html[data-theme="dark"] .auth-mode-button.active { background: var(--forest-pale); color: var(--forest-deep); }
[hidden] { display: none !important; }
