: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 { 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; gap: 4px; }
.dashboard-lower-grid { display: grid; gap: 22px; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); }
.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 { background: #fffefb; border: 1px solid #ccd8ce; border-radius: 5px; color: var(--ink); 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 { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(34, 93, 70, .1); }
.textarea-field { margin-top: 19px; }
.ai-suggestion, .rewrite-box { align-items: center; background: #edf3ed; display: flex; gap: 11px; 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-box > div:nth-child(2) { flex: 1; }
.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; }
.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; }
.experience-list { display: grid; gap: 17px; }
.experience-card { border: 1px solid #dbe5db; padding: 23px; }
.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-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; }
.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); }
.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; }

/* 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 { align-items: center; background: conic-gradient(var(--forest) 0deg 300deg, #dfe7df 300deg 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; }
.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; }

/* 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; }
.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"] { background: conic-gradient(#b59055 0deg 210deg, #dfe7df 210deg 360deg); }
.score-orb[data-signal="focused"] { background: conic-gradient(var(--forest) 0deg 340deg, #dfe7df 340deg 360deg); }

@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)); }
  .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(.9); transform-origin: top center; width: 111%; }
  .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: 10px; }
  .template-paper { transform: scale(.68) !important; margin-bottom: -42px; }
  .template-tile { padding: 15px 5px 12px; }
  .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; }
  .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; }
  .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; }
  .ai-suggestion, .rewrite-box { align-items: flex-start; flex-wrap: wrap; }
  .ai-suggestion .button, .rewrite-box .button { margin-left: 38px; }
  .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; }
  .review-target-panel { align-items: stretch; flex-direction: column; margin-top: 29px; padding: 19px; }
  .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 {
  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%; }
  body.builder-page .editor-resume { box-shadow: none; margin: 0 auto; min-height: 0; }
}
