:root {
  --paper: #edf3f1;
  --card: #ffffff;
  --ink: #13201d;
  --muted: #71807b;
  --line: #dfe9e6;
  --lime: #c9f1dc;
  --green: #08a66a;
  --deep: #06443e;
  --soft-green: #eaf8f3;
  --orange: #9fdcc0;
  --blue: #0b8b70;
  --serif: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  --sans: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', 'Segoe UI', sans-serif;
  --mono: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

* { box-sizing: border-box; }
html, body { margin: 0; height: 100dvh; min-height: 100%; overflow: hidden; background: linear-gradient(rgba(6, 63, 58, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 63, 58, .035) 1px, transparent 1px), #f7faf9; background-size: 28px 28px; color: var(--ink); font-family: var(--sans); }
button { font: inherit; cursor: pointer; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.app-shell { width: min(100%, 390px); height: 100dvh; min-height: 0; margin: 0 auto; position: relative; overflow: hidden; background: var(--paper); box-shadow: 0 28px 80px rgba(6, 63, 58, .22); }
.screen { display: none; height: 100%; min-height: 0; animation: appear .32s ease; }
.screen.is-active { display: flex; flex-direction: column; }
@keyframes appear { from { opacity: .4; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

.ios-statusbar { position: absolute; z-index: 7; top: 0; left: 0; right: 0; height: 31px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; color: #14231e; background: #fff; font-size: 11px; }.ios-statusbar b { font-weight: 800; }.ios-statusbar span { display: inline-flex; align-items: center; gap: 5px; font-size: 10px; font-weight: 800; letter-spacing: .3px; }.ios-battery { width: 20px; height: 10px; position: relative; display: inline-block; border: 1.5px solid #14231e; border-radius: 3px; }.ios-battery::before { content: ''; position: absolute; inset: 2px; border-radius: 1px; background: #14231e; }.ios-battery::after { content: ''; position: absolute; right: -3px; top: 2px; width: 2px; height: 4px; border-radius: 0 1px 1px 0; background: #14231e; }
.topbar { height: 88px; flex: 0 0 88px; display: flex; align-items: center; padding: max(42px, calc(env(safe-area-inset-top) + 30px)) 17px 10px; gap: 12px; border-bottom: 1px solid rgba(6, 63, 58, .07); background: rgba(255,255,255,.98); position: relative; z-index: 2; }
.home-topbar { border: none; justify-content: center; }
.brand { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 800; letter-spacing: -.5px; }
.home-topbar .brand-mark { display: none; }.home-topbar .brand { font-size: 15px; font-weight: 500; }.top-note { position: absolute; right: 16px; top: 43px; min-width: 38px; height: 28px; display: inline-grid; place-items: center; border: 1px solid #e0e8e5; border-radius: 14px; color: #52625d; background: #fff; font-size: 13px; letter-spacing: 1px; }
.back-btn, .text-btn { border: 0; background: transparent; color: var(--ink); padding: 6px 0; }
.back-btn { font-size: 25px; line-height: 1; margin-right: 3px; }
.text-btn { margin-left: auto; color: var(--muted); font-size: 13px; }
.screen-title { display: flex; flex-direction: column; min-width: 0; gap: 2px; font-weight: 800; font-size: 14px; }
.screen-title small { color: var(--muted); font-weight: 400; font-size: 10px; }
.mini-ai { color: var(--blue); font-size: 14px; margin-right: 3px; }

/* Home */
.home-screen { padding: 0 17px; background: var(--paper); }
.home-hero { position: relative; overflow: hidden; margin: 0 -17px; padding: 23px 24px 18px; color: var(--ink); border-top: 1px solid #bceacb; border-bottom: 1px solid #b5e0c4; background: radial-gradient(circle at 92% 16%, rgba(117, 219, 163, .32) 0 33px, transparent 34px), #dcf7e6; }
.eyebrow, .label { margin: 0; color: var(--muted); text-transform: uppercase; font: 10px var(--mono); letter-spacing: .08em; }
.home-brand-line { display: flex; align-items: center; gap: 9px; }.home-brand-mark { width: 47px; height: 47px; position: relative; display: grid; place-items: center; flex: 0 0 47px; border: 1px solid #74d7a0; border-radius: 14px; color: #0c9b6a; background: #f7fffa; box-shadow: 0 5px 12px rgba(7,113,74,.08); }.home-brand-mark svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.home-brand-mark em { position: absolute; top: -3px; right: -5px; padding: 1px 3px; border-radius: 4px; color: #fff; background: #09a570; font-size: 7px; font-style: normal; font-weight: 800; }.home-brand-copy { min-width: 0; display: grid; gap: 3px; }.home-brand-copy b { color: #123f34; font-size: 24px; letter-spacing: -1.2px; white-space: nowrap; }.home-brand-copy b i { padding: 0 3px; border-radius: 5px; color: #fff; background: #10a873; font-style: normal; }.home-brand-copy small { color: #43816c; font-size: 10px; }.home-ai-badge { margin-left: auto; padding: 6px 8px; border: 1px solid #8cdbaf; border-radius: 999px; color: #07855d; background: rgba(255,255,255,.68); font-size: 9px; font-weight: 700; white-space: nowrap; }
.home-hero h1 { margin: 17px 0 6px; max-width: 330px; color: #103e33; font-size: 17px; line-height: 1.45; letter-spacing: -.45px; }.home-hero p:last-child { max-width: 285px; margin: 0; color: #4e7669; font-size: 11px; line-height: 1.55; }
.returning-home-actions { display: grid; grid-template-columns: 1fr auto; gap: 9px 10px; margin: 14px 1px 0; padding: 13px; border: 1px solid #d5e7df; border-radius: 15px; background: #fff; box-shadow: 0 5px 12px rgba(6,63,58,.035); }.returning-home-actions > div { display: grid; align-content: center; gap: 3px; min-width: 0; }.returning-home-actions span { color: #6d8077; font-size: 9px; }.returning-home-actions b { color: #284138; font-size: 13px; }.returning-home-actions small { color: #71837b; font-size: 10px; }.returning-home-actions button { min-width: 91px; min-height: 34px; padding: 0 9px; border-radius: 9px; font-size: 10px; font-weight: 700; }.returning-home-actions #homeProgressButton { border: 0; color: #fff; background: #0d9278; }.returning-home-actions #homeNewJobButton { grid-column: 1 / -1; min-height: 34px; border: 1px solid #b9dfcf; color: #08775e; background: #f7fcf9; }
.home-chat { min-height: 164px; margin-right: -15px; padding: 20px 20px 83px 4px; overflow: auto; }.home-chat .message { margin-bottom: 8px; }.home-prompt { left: 0; right: 0; bottom: 0; min-height: 68px; padding: 11px 18px max(11px, env(safe-area-inset-bottom)); border: 0; border-top: 1px solid #dce8e3; border-radius: 0; box-shadow: 0 -8px 18px rgba(6,63,58,.035); background: rgba(255,255,255,.97); }.home-prompt .record-button { min-height: 42px; }

/* Chat */
.conversation-screen { background: var(--paper); }
.chat-content { overflow-y: auto; padding: 31px 20px 150px; flex: 1; }
.message { display: flex; gap: 9px; max-width: 96%; margin-bottom: 16px; align-items: flex-start; animation: messageIn .36s ease both; }
@keyframes messageIn { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.avatar { width: 29px; height: 29px; flex: none; margin-top: 2px; display: inline-flex; align-items: center; justify-content: center; background: var(--green); color: var(--lime); border-radius: 9px 9px 9px 2px; font: 10px var(--mono); }
.bubble { background: #fff; border: 1px solid rgba(6, 63, 58, .08); border-radius: 16px; padding: 13px 15px; font-size: 14px; line-height: 1.7; box-shadow: 0 5px 14px rgba(6,63,58,.04); }
.bubble p { margin: 0; }.bubble p + p { margin-top: 7px; }.bubble b { font-weight: 800; color: var(--green); }.user-message { margin-left: auto; flex-direction: row-reverse; }.user-message .bubble { border: 0; color: #fff; background: #0d9278; border-radius: 16px 4px 16px 16px; }.user-message .avatar { display: none; }
.voice-bubble { display: flex; align-items: center; gap: 9px; min-width: 180px; }.sound-bars { display: inline-flex; align-items: center; gap: 2px; height: 18px; }.sound-bars i { display: block; width: 2px; height: 8px; background: currentColor; opacity: .8; }.sound-bars i:nth-child(2){height:15px}.sound-bars i:nth-child(3){height:6px}.sound-bars i:nth-child(4){height:12px}.sound-bars i:nth-child(5){height:9px}.transcript { color: #e5efe9; font-size: 11px; }
.work-card { margin: 0 0 17px 38px; padding: 13px 14px; border-radius: 15px; border-left: 3px solid var(--blue); color: #44534e; background: #eff8f5; font-size: 11px; line-height: 1.7; }.work-card b { color: var(--green); font-size: 12px; }.thinking-dots { display: inline-flex; gap: 4px; padding: 3px 2px; }.thinking-dots i { width: 4px; height: 4px; display: block; border-radius: 50%; background: #aaa; animation: bounce 1s infinite alternate; }.thinking-dots i:nth-child(2) { animation-delay: .2s; }.thinking-dots i:nth-child(3) { animation-delay: .4s; } @keyframes bounce { to { transform: translateY(-4px); opacity: .4; } }
.choice-row { margin: -3px 0 20px 38px; display: flex; flex-wrap: wrap; gap: 8px; }.choice-chip { padding: 9px 11px; border: 1px solid #d2e2dc; border-radius: 20px; background: #fff; font-size: 12px; color: #4d5b56; }.choice-chip:hover { border-color: var(--green); color: var(--green); }.choice-chip.accent { border-color: var(--green); background: var(--green); color: #fff; }
.file-received { margin: 0 0 17px auto; max-width: 74%; padding: 9px 12px; display: flex; align-items: center; gap: 8px; color: #4f554b; background: #eff1ec; border-radius: 12px 3px 12px 12px; font-size: 12px; }.file-received span { color: var(--green); font-size: 18px; }
.chat-prompt { min-height: 86px; padding: 13px 18px max(16px, env(safe-area-inset-bottom)); display: flex; align-items: center; gap: 8px; position: absolute; bottom: 0; left: 0; right: 0; background: rgba(255,255,255,.96); border-top: 1px solid var(--line); }
.attachment-btn { flex: 0 0 32px; height: 42px; padding: 0; border: 0; background: transparent; color: #5b6c66; font-size: 25px; font-weight: 400; line-height: 1; }.attachment-btn.camera-btn { flex-basis: 30px; font-size: 12px; font-weight: 800; }
.record-button { flex: 1; min-height: 46px; border: 0; background: #0d9278; color: #fff; border-radius: 23px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 13px; font-weight: 800; box-shadow: 0 5px 11px rgba(6,90,68,.16); transition: .16s; }.record-button:active, .record-button.is-recording { transform: translateY(3px); box-shadow: none; background: #087862; }.record-icon { color: #d7ffde; font-size: 15px; }

/* Progress */
.progress-body, .report-body { flex: 1; min-height: 0; overflow-y: auto; padding: 25px 20px 40px; }
.job-glance { padding: 18px 18px 15px; background: #0b8067; color: #fff; border-radius: 20px; box-shadow: 0 14px 26px rgba(6,63,58,.13); }.job-glance .label { color: #c3dcd5; }.job-glance h2 { margin: 12px 0 3px; font-size: 24px; letter-spacing: -.8px; }.job-glance > p:not(.label) { margin: 0; color: #e2f0eb; font-size: 12px; }.privacy-line { display: inline-block; margin-top: 16px; padding-top: 11px; border-top: 1px solid rgba(255,255,255,.14); color: #c7dcd5; font-size: 9px; }
.process-section { margin-top: 28px; }.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }.live-dot { color: var(--blue); font-size: 10px; }.live-dot::before { content: ''; display: inline-block; width: 5px; height: 5px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 3px #dff3e9; }.process-tree { padding: 2px 0; }.process-node { min-height: 76px; display: grid; grid-template-columns: 29px 1fr auto; gap: 10px; position: relative; }.process-node:not(:last-child)::before { content: ''; position: absolute; top: 29px; bottom: 0; left: 14px; border-left: 1px solid #dfe2da; }.node-icon { height: 29px; width: 29px; position: relative; z-index: 1; display: grid; place-items: center; color: #98a096; background: var(--paper); border: 1px solid #dfe2da; border-radius: 50%; font-size: 13px; }.process-node.done .node-icon { color: var(--green); background: var(--lime); border-color: var(--lime); }.process-node.active .node-icon { color: var(--blue); border-color: var(--blue); animation: rotateSoft 4s linear infinite; } @keyframes rotateSoft { to { transform: rotate(360deg); } }.process-node > div { padding-top: 3px; }.process-node b { display: block; font-size: 13px; font-weight: 700; }.process-node p { margin: 3px 0 0; color: #777b72; font-size: 11px; line-height: 1.55; }.node-time { padding-top: 4px; color: #9ea198; font-size: 9px; white-space: nowrap; }.process-node.active b { color: var(--blue); }.funnel-section { margin-top: 5px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.quiet-action { border: 0; padding: 0; background: none; color: var(--blue); font-size: 10px; }.funnel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }.funnel-grid div { min-height: 76px; padding: 13px 10px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }.funnel-grid div:nth-child(2) { background: #f6f9ed; }.funnel-grid div:nth-child(3) { background: #f0f8f3; }.funnel-grid strong { display: block; font-size: 21px; font-weight: 800; letter-spacing: -.6px; }.funnel-grid span { display: block; margin-top: 4px; color: #777b72; font-size: 10px; }.structure-section { padding-top: 20px; }.structure-copy { margin: 10px 0 0; font-size: 13px; line-height: 1.8; }.privacy-note { margin: 15px 0 0; color: #81857b; font-size: 10px; line-height: 1.65; }

/* Report */
.report-lede h2 { margin: 10px 0; font-size: 27px; font-weight: 800; line-height: 1.35; letter-spacing: -.9px; }.report-lede > p:last-child { margin: 0; color: #6c7067; font-size: 12px; line-height: 1.75; }.report-summary { margin: 20px 0 27px; min-height: 57px; padding: 0 14px; display: flex; align-items: center; gap: 7px; color: #747970; border: 1px solid var(--line); border-radius: 16px; background: #fff; font-size: 10px; }.report-summary b { color: var(--green); font-size: 12px; }.summary-divider { height: 22px; margin: 0 5px; border-left: 1px solid var(--line); }.candidate-package .section-heading > span { color: #748076; font-size: 10px; }.anonymous-report { position: relative; display: flex; gap: 12px; padding: 15px 13px; margin-bottom: 9px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }.report-number { color: #8a8f84; padding-top: 1px; font: 11px var(--mono); white-space: nowrap; }.report-content { min-width: 0; padding-right: 30px; }.report-content h3 { margin: 0; color: var(--ink); font-size: 13px; }.report-content p { margin: 7px 0 11px; color: #61665d; font-size: 11px; line-height: 1.65; }.evidence { display: flex; flex-wrap: wrap; gap: 5px; }.evidence span { padding: 3px 5px; color: #0b685e; background: #eaf8f3; font-size: 8px; }.score { position: absolute; top: 14px; right: 13px; color: var(--blue); font-size: 15px; font-weight: 800; }.compact-report { border-radius: 18px; }.report-next { margin-top: 27px; padding: 15px; border-radius: 16px; display: flex; align-items: flex-start; gap: 5px; background: #eaf8f3; color: var(--deep); }.report-next p { margin: 0; font-size: 11px; line-height: 1.7; }.report-next b { font-size: 12px; }

/* Candidate and interview */
.candidate-flow .avatar { color: #fff; background: var(--blue); }.candidate-flow .bubble b { color: var(--blue); }.candidate-record { background: var(--blue); box-shadow: 0 5px 12px rgba(8,124,93,.18); }.candidate-record .record-icon { color: #d7f4e6; }
.interview-clock { margin-left: auto; color: var(--blue); font: 11px var(--mono); }.interview-body { display: flex; flex: 1; min-height: 0; overflow-y: auto; flex-direction: column; padding: 30px 25px max(35px, env(safe-area-inset-bottom)); }.interview-progress { display: flex; gap: 6px; }.interview-progress span { height: 3px; flex: 1; background: #e0e2dd; }.interview-progress .active { background: var(--blue); }.interview-step { margin: 13px 0 0; color: #899088; font-size: 10px; }.interview-question { margin: auto 0; }.interview-question .mini-ai { display: block; margin-bottom: 15px; font-size: 19px; }.interview-question h2 { margin: 0; font-size: 26px; font-weight: 800; line-height: 1.42; letter-spacing: -.9px; }.interview-question p { margin: 15px 0 0; color: #70756c; font-size: 13px; line-height: 1.7; }.big-record { min-height: 69px; border: 0; color: #fff; background: #0d9278; border-radius: 16px; display: flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 8px 18px rgba(6,90,68,.16); }.big-record:active, .big-record.is-recording { transform: translateY(4px); box-shadow: 0 1px 0 #08705d; }.mic-wave { font-size: 26px; transform: rotate(90deg); }.voice-tip { margin: 17px 0 15px; color: #848981; text-align: center; font-size: 10px; }.interview-finish { border: 0; background: none; color: #8b9088; font-size: 10px; text-decoration: underline; }.done-screen { justify-content: center; overflow-y: auto; padding: 35px 28px; background: #0b8067; color: #fff; }.done-body { max-width: 360px; margin: 0 auto; }.done-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--green); background: var(--lime); border-radius: 50%; font-size: 24px; }.done-screen .eyebrow { margin-top: 34px; color: #bbcac4; }.done-screen h1 { margin: 15px 0 17px; font-size: 31px; font-weight: 800; line-height: 1.32; letter-spacing: -1.1px; }.done-screen h1 + p { margin: 0; color: #d2ded8; font-size: 13px; line-height: 1.85; }.done-note { margin: 30px 0; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); display: flex; gap: 8px; color: #bdcec6; font-size: 10px; line-height: 1.5; }.done-note span:first-child { color: var(--lime); }.primary-wide { width: 100%; min-height: 51px; border: 0; color: var(--deep); background: var(--lime); font-weight: 800; border-radius: 15px; }
.toast { position: fixed; z-index: 10; left: 50%; bottom: 105px; transform: translate(-50%, 18px); padding: 10px 14px; min-width: max-content; max-width: 80%; color: #fff; background: #232522; box-shadow: 0 4px 18px rgba(0,0,0,.14); border-radius: 20px; font-size: 11px; opacity: 0; pointer-events: none; transition: .25s; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 600px) { body { padding: 18px; }.app-shell { height: calc(100dvh - 36px); border: 8px solid var(--ink); border-radius: 34px; }.screen { height: 100%; } }
@media (max-width: 360px) { .home-hero h1 { font-size: 24px; }.chat-content { padding-inline: 15px; }.chat-prompt { padding-inline: 13px; }.progress-body, .report-body { padding-inline: 16px; } }

/* Complete journey details */
.generated-draft { margin: 0 0 17px 38px; overflow: hidden; border: 1px solid #cfe1da; border-radius: 16px; background: #fff; box-shadow: 0 7px 18px rgba(6,63,58,.05); }
.generated-draft header { padding: 10px 13px; color: #fff; background: #0d9278; font-size: 11px; font-weight: 800; }
.generated-draft div { padding: 12px 13px; color: #475650; font-size: 11px; line-height: 1.75; }
.generated-draft p { margin: 0; }.generated-draft p + p { margin-top: 5px; }.generated-draft b { color: var(--ink); }
.progress-body { padding-bottom: 100px; }.report-body { padding-bottom: 94px; }
.activity-section { margin-top: 23px; padding-top: 20px; border-top: 1px solid var(--line); }.activity-list { margin-top: 10px; padding: 3px 13px; border-radius: 16px; background: #f8fcfb; border: 1px solid var(--line); }.activity-list p { display: grid; grid-template-columns: 37px 1fr; gap: 7px; margin: 0; padding: 10px 0; color: #57635e; border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.55; }.activity-list p:last-child { border-bottom: 0; }.activity-list time { color: var(--blue); font-size: 9px; font-weight: 800; }
.progress-prompt, .report-prompt { position: absolute; z-index: 3; bottom: 0; left: 0; right: 0; display: flex; align-items: center; gap: 7px; min-height: 74px; padding: 12px 17px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(255,255,255,.97); }.progress-prompt .record-button, .report-prompt .record-button { min-height: 44px; }
.interview-history { display: grid; gap: 6px; margin: -26px 0 20px; }.interview-answer { padding: 10px 12px; border-radius: 14px; color: #41615a; background: #eaf8f3; font-size: 10px; line-height: 1.6; }.interview-answer b { color: var(--green); }.interview-finish[hidden] { display: none; }
.done-summary { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 14px; padding: 13px; border-radius: 15px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15); }.done-summary p { flex-basis: 100%; margin: 0 0 2px; color: #c8d8d2; font-size: 10px; }.done-summary span { padding: 5px 7px; border-radius: 999px; color: #ecf6f1; background: rgba(255,255,255,.11); font-size: 9px; }.secondary-wide { width: 100%; min-height: 44px; margin-bottom: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 15px; color: #e5f2ed; background: transparent; font-size: 11px; font-weight: 700; }

/* DeepSeek-style trace: collapse the process, keep the result in conversation */
.ai-reasoning { margin: 1px 0 13px 38px; overflow: hidden; border: 1px solid #d8e8e2; border-radius: 12px; color: #6d7b75; background: rgba(255,255,255,.72); font-size: 10px; }.ai-reasoning summary { display: flex; align-items: center; gap: 5px; min-height: 35px; padding: 0 11px; cursor: pointer; list-style: none; }.ai-reasoning summary::-webkit-details-marker { display: none; }.ai-reasoning summary span { color: var(--blue); }.ai-reasoning summary i { margin-left: auto; color: #8c9893; font-style: normal; font-size: 9px; }.ai-reasoning[open] summary { color: var(--green); border-bottom: 1px solid #dceae5; }.ai-reasoning[open] summary i { font-size: 0; }.ai-reasoning[open] summary i::after { content: '收起'; font-size: 9px; }.ai-reasoning > div { padding: 7px 11px 9px; background: #f8fcfb; }.ai-reasoning p { position: relative; margin: 0; padding: 3px 0 3px 10px; line-height: 1.55; }.ai-reasoning p::before { content: ''; position: absolute; left: 1px; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: #8ab7a8; }

.attachment-btn.camera-btn { display: grid; place-items: center; flex-basis: 31px; color: #5b6c66; }.attachment-btn.camera-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.funnel-hint { margin: -3px 0 8px; color: #8a9691; font-size: 9px; }.funnel-list { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }.funnel-row { width: 100%; min-height: 38px; display: grid; grid-template-columns: 1fr 120px 16px; align-items: center; gap: 7px; padding: 0 12px; border: 0; border-bottom: 1px solid #edf2ef; color: #53635d; background: #fff; text-align: left; font-size: 11px; }.funnel-row:last-child { border-bottom: 0; }.funnel-row b { height: 21px; padding: 2px 11px; display: inline-flex; align-items: center; justify-content: flex-end; color: #08775e; border-radius: 4px; background: #e3f5ed; font-size: 11px; }.funnel-row:nth-child(2) b { background: #edf7f2; }.funnel-row:nth-child(3) b { color: #067f64; background: #d9f2e5; }.funnel-row:nth-child(4) b { color: #08775e; background: #eff6e9; }.funnel-row:nth-child(5) b { color: #08775e; background: #f1f5f1; }.funnel-row i { color: #a1b0aa; font-size: 16px; font-style: normal; }.funnel-row.active { background: #f4fbf8; }.funnel-detail { min-height: 33px; margin: 8px 0 0; padding: 8px 10px; color: #47756a; border-radius: 10px; background: #edf8f4; font-size: 10px; line-height: 1.55; }
.report-link { margin-top: 8px; padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 10px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.bottom-sheet { position: absolute; z-index: 20; bottom: 0; left: 0; right: 0; padding: 7px 18px max(20px, env(safe-area-inset-bottom)); border-radius: 24px 24px 0 0; background: #fff; box-shadow: 0 -18px 44px rgba(6,63,58,.2); }.bottom-sheet[hidden], .report-modal[hidden] { display: none; }.sheet-handle { width: 34px; height: 4px; margin: 0 auto 12px; border-radius: 10px; background: #d8e4df; }.sheet-heading { display: flex; align-items: center; justify-content: space-between; }.sheet-heading h2 { margin: 0; font-size: 18px; }.sheet-heading button, .modal-close { width: 30px; height: 30px; border: 0; color: #6d7b75; background: #eff5f2; border-radius: 50%; font-size: 20px; line-height: 1; }.bottom-sheet > p { margin: 7px 0 13px; color: #7f8c86; font-size: 11px; line-height: 1.55; }.job-thread { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; padding: 13px; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: #fff; text-align: left; }.job-thread.active { border-color: #5bb69a; background: #f3fbf7; }.job-thread span { display: grid; gap: 4px; }.job-thread b { font-size: 13px; }.job-thread small { color: #7d8984; font-size: 10px; }.job-thread i { padding: 5px 7px; border-radius: 999px; color: #08745e; background: #dff5eb; font-size: 9px; font-style: normal; }.compact-sheet .source-option { width: 100%; min-height: 47px; margin-top: 8px; border: 1px solid #d5e6df; border-radius: 14px; color: var(--green); background: #f8fcfb; text-align: left; padding: 0 14px; font-size: 13px; font-weight: 700; }
.report-modal { position: absolute; z-index: 30; inset: 0; display: grid; align-items: end; padding: 18px; background: rgba(8,39,33,.42); }.report-modal-card { position: relative; padding: 21px 18px; border-radius: 22px; background: #fff; box-shadow: 0 16px 45px rgba(0,0,0,.2); }.modal-close { position: absolute; top: 13px; right: 13px; }.report-modal-card h2 { margin: 8px 0 17px; font-size: 23px; }.interview-report-line { display: grid; grid-template-columns: 72px 1fr; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line); font-size: 11px; line-height: 1.6; }.interview-report-line b { color: #53635d; }.interview-report-line span { color: #65726c; }

/* Enterprise verification before publishing a job */
.license-step { margin-left: auto; color: #7f8c86; font-size: 10px; }.license-body { flex: 1; min-height: 0; overflow-y: auto; padding: 25px 20px 96px; }.license-intro { margin-bottom: 26px; }.license-intro .mini-ai { display: block; margin-bottom: 10px; font-size: 19px; }.license-intro h1 { margin: 0; color: var(--ink); font-size: 27px; line-height: 1.3; letter-spacing: -.8px; }.license-intro p { margin: 11px 0 0; color: #71807b; font-size: 12px; line-height: 1.7; }.license-field { display: grid; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid var(--line); }.license-field span, .license-upload-row > span { color: #5b6963; font-size: 12px; font-weight: 700; }.license-field input { width: 100%; padding: 4px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }.license-field input::placeholder { color: #a6b1ad; }.license-upload-row { display: flex; align-items: center; gap: 10px; padding: 16px 0 11px; }.license-camera { display: inline-flex; align-items: center; gap: 4px; margin-left: auto; padding: 6px 8px; border: 0; border-radius: 999px; color: #27b5b9; background: #e2faf7; font-size: 10px; font-weight: 700; }.license-camera svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }.license-preview { display: grid; grid-template-columns: 1.08fr 1fr; gap: 15px; padding: 16px; border-radius: 12px; background: #f3f5f4; }.license-sample { min-height: 102px; padding: 13px; display: grid; align-content: center; gap: 8px; border: 1px solid #c7c7c3; border-radius: 8px; color: #77766e; background: linear-gradient(135deg, #fffdf1, #ebe6d0); box-shadow: inset 0 0 0 3px rgba(160,130,50,.08); }.license-sample span { color: #a5673b; font-size: 18px; font-family: serif; font-weight: 700; }.license-sample b, .license-sample i { font-size: 7px; font-style: normal; letter-spacing: 1px; }.license-preview h2 { margin: 3px 0 9px; font-size: 13px; }.license-preview p { margin: 4px 0; color: #7f8480; font-size: 10px; line-height: 1.45; }.license-preview button { margin-top: 8px; padding: 0; border: 0; color: var(--blue); background: transparent; font-size: 10px; text-decoration: underline; }.license-preview.is-recognized { background: #eaf8f3; }.license-preview.is-recognized .license-sample { border-color: #84cbaa; }.license-status { margin-top: 13px; padding: 10px 12px; border-radius: 11px; color: #7c8782; background: #f5f8f7; font-size: 10px; line-height: 1.6; }.license-status b { color: var(--green); }.license-footer { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 17px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: #fff; }.license-footer .record-button:disabled { color: #b0bab5; background: #e8efec; box-shadow: none; }
.license-sheet { max-height: 78%; overflow-y: auto; }.license-sheet-field { display: grid; gap: 7px; padding: 0 0 12px; border-bottom: 1px solid var(--line); }.license-sheet-field span { color: #5b6963; font-size: 11px; font-weight: 700; }.license-sheet-field input { width: 100%; padding: 4px 0; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 13px; }.license-sheet-field input::placeholder { color: #a6b1ad; }.license-sheet-preview { margin-top: 12px; padding: 12px; }.license-sheet-preview .license-sample { min-height: 76px; padding: 9px; }.license-sheet-preview .license-sample span { font-size: 15px; }.license-sheet-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }.license-sheet-actions button { min-height: 39px; border: 1px solid #bde4d3; border-radius: 10px; color: #08775e; background: #f7fdf9; font-size: 11px; font-weight: 700; }.license-sheet-status { min-height: 26px; margin: 9px 0; color: #71807b; font-size: 10px; line-height: 1.5; }.license-sheet-status b { color: var(--green); }.license-sheet .record-button { min-height: 44px; }.license-sheet .record-button:disabled { color: #a6b1ad; background: #e5edeb; box-shadow: none; }

/* Report batches and continuation after the first recommendation */
.candidate-batch-entry { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 10px; padding: 15px; border: 1px solid #d5e7df; border-radius: 17px; background: #f8fcfb; }.candidate-batch-entry h3 { margin: 5px 0; font-size: 14px; }.candidate-batch-entry p:not(.label) { margin: 0; color: #6d7d76; font-size: 10px; line-height: 1.55; }.batch-report-button { flex: 0 0 88px; min-height: 38px; padding: 6px; border: 0; border-radius: 10px; color: #fff; background: #0d9278; font-size: 10px; font-weight: 700; }.candidate-batch-sheet { max-height: 82%; display: flex; flex-direction: column; }.batch-tabs { display: flex; gap: 7px; margin-bottom: 10px; }.batch-tabs button { padding: 7px 9px; border: 1px solid #d7e5df; border-radius: 999px; color: #6f7c76; background: #fff; font-size: 10px; }.batch-tabs button.active { border-color: #0d8f72; color: #fff; background: var(--green); }.batch-report-list { flex: 1; min-height: 0; overflow-y: auto; display: grid; gap: 8px; padding-right: 2px; }.batch-report-list button { position: relative; min-height: 58px; display: grid; align-content: center; gap: 4px; padding: 9px 30px 9px 12px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; text-align: left; }.batch-report-list b { font-size: 12px; }.batch-report-list span { color: #71807b; font-size: 10px; }.batch-report-list i { position: absolute; right: 12px; top: 19px; color: #9aaba4; font-size: 17px; font-style: normal; }
.followup-body { flex: 1; min-height: 0; overflow-y: auto; padding: 25px 20px 92px; }.followup-lede h1 { margin: 9px 0; font-size: 28px; line-height: 1.3; letter-spacing: -1px; }.followup-lede > p:last-child { margin: 0; color: #697871; font-size: 12px; line-height: 1.75; }.followup-timeline { margin-top: 27px; }.followup-node { position: relative; min-height: 84px; display: grid; grid-template-columns: 32px 1fr auto; gap: 10px; }.followup-node:not(:last-child)::after { content: ''; position: absolute; top: 32px; bottom: 0; left: 15px; border-left: 1px solid #dce8e3; }.followup-node > span { position: relative; z-index: 1; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid #cbdcd5; border-radius: 50%; color: #95a29d; background: var(--paper); font-size: 12px; }.followup-node.done > span { color: #08775e; border-color: #a7e5c2; background: #c6f57a; }.followup-node.active > span { color: var(--blue); border-color: var(--blue); }.followup-node b { display: block; padding-top: 4px; font-size: 13px; }.followup-node p { margin: 4px 0; color: #71807b; font-size: 10px; line-height: 1.6; }.followup-node i { padding-top: 5px; color: #8d9a94; font-size: 9px; font-style: normal; }.followup-node.active b { color: var(--blue); }.followup-note { display: flex; gap: 7px; margin-top: 8px; padding: 13px; border-radius: 15px; color: #39705f; background: #eaf8f3; }.followup-note span { color: var(--blue); }.followup-note p { margin: 0; font-size: 10px; line-height: 1.65; }.followup-note b { font-size: 11px; }

/* Refined mobile hierarchy: every screen stays within the mini-program viewport. */
.title-with-ai { flex-direction: row; align-items: center; gap: 6px; }
.title-ai-icon { width: 21px; height: 21px; flex: 0 0 21px; }
.avatar { width: 34px; height: 34px; margin-top: 0; display: block; overflow: visible; border-radius: 0; background: transparent; }
.avatar img { width: 34px; height: 34px; display: block; }
.candidate-flow .avatar { background: transparent; }
.work-card { margin: 0 0 17px 42px; padding: 13px 14px; border: 1px solid #d6e9e0; border-left: 1px solid #d6e9e0; border-radius: 14px; color: #466057; background: #f5fbf8; font-size: 12px; line-height: 1.65; }
.work-card b { display: block; margin-bottom: 4px; color: #087b60; font-size: 12px; }

.progress-body { padding: 18px 20px 101px; }
.job-glance { padding: 16px 16px 14px; border: 1px solid #cfe4da; border-top: 4px solid #0d9278; border-radius: 17px; color: var(--ink); background: #fff; box-shadow: none; }
.job-glance .label { color: #43816d; }.job-glance h2 { margin: 8px 0 4px; font-size: 23px; letter-spacing: -.7px; }.job-glance > p:not(.label) { color: #52665f; font-size: 13px; }.privacy-line { width: 100%; margin-top: 12px; padding-top: 10px; color: #71807b; font-size: 10px; border-top: 1px solid #e3ece8; }
.process-section { margin-top: 22px; }.section-heading { margin-bottom: 13px; }.section-heading .label, .structure-section .label, .progress-primary > p { color: #33433d; font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: none; }.live-dot { font-size: 11px; }.process-node { min-height: 72px; grid-template-columns: 31px 1fr auto; }.process-node:not(:last-child)::before { left: 15px; }.node-icon { width: 31px; height: 31px; font-size: 14px; }.process-node b { font-size: 14px; }.process-node p { margin-top: 4px; color: #6d7a75; font-size: 12px; line-height: 1.5; }.node-time { color: #87938e; font-size: 10px; }
.activity-section { margin: 0 0 3px; padding: 0; border: 1px solid #dbe8e2; border-radius: 13px; background: #fff; overflow: hidden; }.activity-section summary { min-height: 43px; padding: 0 13px; display: flex; align-items: center; cursor: pointer; color: #40544d; list-style: none; font-size: 12px; font-weight: 700; }.activity-section summary::-webkit-details-marker { display: none; }.activity-section summary::before { content: '≡'; margin-right: 7px; color: #0d9278; font-size: 16px; font-weight: 400; }.activity-section summary i { margin-left: auto; color: #7d8b85; font-size: 10px; font-style: normal; font-weight: 400; }.activity-section[open] summary { border-bottom: 1px solid #e7efeb; }.activity-section[open] summary i { font-size: 0; }.activity-section[open] summary i::after { content: '收起'; font-size: 10px; }.activity-list { margin: 0; border: 0; border-radius: 0; background: #fbfdfc; }.activity-list p { grid-template-columns: 40px 1fr; padding: 11px 0; color: #53645e; font-size: 11px; }.activity-list time { font-size: 10px; }
.progress-primary { margin: 17px 0 5px; }.progress-primary > p { margin: 0 0 9px; }.progress-cta { width: 100%; min-height: 63px; position: relative; display: grid; justify-items: start; align-content: center; gap: 3px; padding: 11px 42px 11px 14px; border: 0; border-radius: 15px; color: #fff; background: #0d9278; text-align: left; box-shadow: 0 7px 16px rgba(6,90,68,.13); }.progress-cta span { color: #d2eee4; font-size: 10px; }.progress-cta b { font-size: 15px; }.progress-cta i { position: absolute; top: 19px; right: 15px; color: #d4f3e8; font-size: 24px; font-style: normal; font-weight: 300; }.progress-cta.is-ready { background: #087d64; }
.funnel-section { margin-top: 16px; padding: 18px 0; }.funnel-hint { margin-top: -4px; font-size: 10px; }.funnel-row { min-height: 43px; grid-template-columns: 1fr 102px 16px; font-size: 12px; }.funnel-row b, .funnel-row:nth-child(2) b, .funnel-row:nth-child(3) b, .funnel-row:nth-child(4) b, .funnel-row:nth-child(5) b { height: 23px; justify-content: flex-end; color: #08775e; border-radius: 6px; background: #e3f5ed; font-size: 12px; }.funnel-row:nth-child(2) b { background: #edf7f2; }.funnel-row:nth-child(3) b { background: #d9f2e5; }.funnel-row:nth-child(4) b { background: #eff6e9; }.funnel-row:nth-child(5) b { background: #f1f5f1; }.funnel-detail { margin-top: 9px; padding: 9px 11px; color: #4a7467; font-size: 11px; }
.structure-section { padding-top: 18px; }.structure-copy { font-size: 14px; line-height: 1.75; }.privacy-note { margin-top: 11px; font-size: 11px; }

.jobs-sheet { max-height: 84%; overflow-y: auto; }.jobs-sheet .sheet-heading > div { display: grid; gap: 3px; }.jobs-sheet .sheet-heading span { color: #809089; font-size: 11px; }.job-group { margin-top: 16px; }.job-group-pending { padding-top: 14px; border-top: 1px solid var(--line); }.job-group-title { margin: 0 0 8px; color: #7c8b85; font-size: 11px; }.job-thread { align-items: flex-start; margin-bottom: 9px; padding: 14px; border-radius: 15px; }.job-thread span { gap: 5px; }.job-thread b { font-size: 14px; }.job-thread small { font-size: 11px; }.job-thread em { color: #43806b; font-size: 10px; font-style: normal; }.job-thread i { margin-top: 2px; flex: 0 0 auto; }.new-job-button { width: 100%; min-height: 46px; margin-top: 10px; border: 1px solid #b9dfcf; border-radius: 13px; color: #08775e; background: #f5fcf8; font-size: 13px; font-weight: 800; }

.license-sheet { padding: 7px 18px max(22px, env(safe-area-inset-bottom)); }.license-sheet-intro { margin: 8px 0 14px !important; color: #6f7e77 !important; font-size: 11px !important; }.license-sheet-preview { grid-template-columns: 118px 1fr; align-items: stretch; gap: 12px; margin: 0; padding: 12px; border-radius: 14px; background: #f4f7f5; }.license-sheet-preview .license-sample { min-height: 82px; padding: 10px; }.license-sheet-preview .license-sample span { font-size: 16px; }.license-sheet-preview h2 { margin: 3px 0 7px; color: #3c4b45; font-size: 13px; }.license-sheet-preview p { margin: 0; color: #77837e; font-size: 10px; line-height: 1.55; }.license-sheet-actions { margin-top: 11px; gap: 9px; }.license-sheet-actions button { min-height: 43px; border-color: #b8ddcf; border-radius: 12px; color: #08775e; background: #fff; font-size: 12px; }.license-sheet-status { min-height: 18px; margin: 10px 1px 0; color: #638174; font-size: 11px; }

/* One calm green status language; detailed lists keep a stable, scrollable height. */
.process-node.done .node-icon { color: #08775e; border-color: #a7ddc1; background: #dff5e9; }
.process-node.active .node-icon { color: #08775e; border-color: #58b895; background: #f1fbf6; animation: none; }
.process-node.active b, .live-dot { color: #08775e; }.live-dot::before { background: #0d9278; box-shadow: 0 0 0 3px #dff3e9; }
.candidate-batch-sheet { height: 60dvh; min-height: 0; max-height: 60dvh; display: flex; flex-direction: column; }
.candidate-batch-sheet .batch-report-list { padding-bottom: 2px; }
.funnel-detail-sheet { height: 56dvh; min-height: 0; max-height: 56dvh; display: flex; flex-direction: column; }
.funnel-detail-sheet .sheet-heading > div { display: grid; gap: 3px; }.funnel-detail-sheet .sheet-heading span { color: #70827b; font-size: 11px; }
.funnel-sheet-copy { margin: 8px 0 12px !important; color: #61736c !important; font-size: 11px !important; line-height: 1.6 !important; }
.funnel-sheet-list { flex: 1; min-height: 0; overflow-y: auto; display: grid; align-content: start; gap: 8px; padding-bottom: 2px; }
.funnel-sheet-list > button, .funnel-sheet-list > div { position: relative; min-height: 60px; display: grid; align-content: center; gap: 4px; padding: 10px 34px 10px 13px; border: 1px solid #d7e7df; border-radius: 13px; color: #22332d; background: #fff; text-align: left; }
.funnel-sheet-list > button b, .funnel-sheet-list > div b { font-size: 12px; }.funnel-sheet-list > button span, .funnel-sheet-list > div span { color: #71817b; font-size: 10px; line-height: 1.45; }.funnel-sheet-list > button i { position: absolute; top: 19px; right: 13px; color: #73a593; font-size: 18px; font-style: normal; }
.activity-section summary:focus { outline: none; }.activity-section summary:focus-visible { outline: 2px solid #82c8ad; outline-offset: -2px; }

/* Conversational input: type, speech-to-text, direct voice, and media live in one familiar control. */
.chat-prompt.composer { min-height: 70px; display: flex; gap: 9px; padding: 12px 16px max(12px, env(safe-area-inset-bottom)); background: rgba(255,255,255,.98); }
.home-prompt.composer { min-height: 67px; padding-inline: 17px; }
.direct-voice-btn, .composer-more-btn { width: 37px; height: 42px; flex: 0 0 37px; display: grid; place-items: center; padding: 0; border: 0; color: #34564b; background: transparent; }
.direct-voice-btn { border: 1px solid #d8e7e0; border-radius: 50%; background: #fff; }.direct-voice-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.direct-voice-btn > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }.direct-voice-btn.is-recording { color: #fff; border-color: #0d9278; background: #0d9278; }
.composer-input { height: 42px; min-width: 0; flex: 1; display: flex; align-items: center; padding-left: 12px; border-radius: 12px; background: #f5f8f6; border: 1px solid #e3ece8; }.composer-input input { min-width: 0; flex: 1; height: 100%; padding: 0; border: 0; outline: 0; color: #2b4038; background: transparent; font-size: 12px; }.composer-input input::placeholder { color: #9aa8a2; }.dictation-btn { width: 39px; height: 40px; flex: 0 0 39px; display: grid; place-items: center; padding: 0; border: 0; color: #628176; background: transparent; }.dictation-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }.composer-input:focus-within { border-color: #8dceaf; background: #fff; }
.composer-more-btn { border: 1px solid #d8e7e0; border-radius: 50%; color: #34564b; background: #fff; font-size: 28px; font-weight: 300; line-height: 1; }
.composer-more-sheet { padding: 8px 22px max(25px, env(safe-area-inset-bottom)); }.composer-media-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 6px 2px 3px; }.composer-media-actions button { display: grid; justify-items: center; gap: 8px; padding: 0; border: 0; color: #52615b; background: transparent; }.media-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 18px; color: #3f4d48; background: #f5f7f6; }.media-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }.composer-media-actions b { font-size: 12px; font-weight: 500; }
.progress-body { padding-bottom: 30px; }

/* 招聘侧默认先说再写：语音是主入口，文字保留为辅助输入。 */
#employerPrompt.composer { gap: 8px; }
#employerPrompt .direct-voice-btn { width: auto; min-width: 146px; flex: 1 1 auto; display: inline-flex; justify-content: center; gap: 7px; padding: 0 15px; border: 0; border-radius: 999px; color: #fff; background: #0d9278; box-shadow: 0 5px 12px rgba(6,90,68,.15); }
#employerPrompt .direct-voice-btn > span { position: static; width: auto; height: auto; overflow: visible; clip-path: none; white-space: nowrap; font-size: 12px; font-weight: 700; }
#employerPrompt .direct-voice-btn.is-recording { background: #087862; box-shadow: none; }
#employerPrompt .composer-input { flex: 0 1 104px; padding-left: 10px; border-radius: 22px; }
#employerPrompt .composer-input input { font-size: 11px; }
#employerPrompt .dictation-btn { width: 34px; flex-basis: 34px; }

/* 最后一步集中确认：把关键信息做成清晰、可扫读的岗位详情。 */
.job-confirmation { margin: 0 0 17px 42px; overflow: hidden; border: 1px solid #cfe5da; border-radius: 16px; background: #fff; box-shadow: 0 8px 18px rgba(6,63,58,.05); }
.job-confirmation > header { display: flex; align-items: center; justify-content: space-between; min-height: 42px; padding: 0 14px; border-bottom: 1px solid #dceae4; color: #0a7c60; background: #f5fbf8; font-size: 11px; }
.job-confirmation > header span { color: #5d776d; font-size: 10px; }.job-confirmation > header b { font-size: 12px; }
.job-confirmation-main { padding: 15px 14px 12px; }.job-confirmation h3 { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 0 0 13px; color: #203a31; font-size: 16px; line-height: 1.3; }.job-confirmation h3 em { flex: 0 0 auto; padding: 4px 8px; border-radius: 999px; color: #08775e; background: #e9f7f0; font-size: 10px; font-style: normal; font-weight: 700; }
.job-confirmation dl { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 8px; margin: 0; }.job-confirmation dl > div { min-height: 48px; padding: 9px 10px; border-radius: 10px; background: #f7faf8; }.job-confirmation dl > div.wide { grid-column: 1 / -1; min-height: auto; }.job-confirmation dt { margin: 0 0 4px; color: #82928b; font-size: 9px; }.job-confirmation dd { margin: 0; color: #385148; font-size: 11px; line-height: 1.55; font-weight: 700; }.job-confirmation-private { margin: 0; padding: 10px 14px 12px; color: #708079; border-top: 1px solid #edf2ef; font-size: 10px; line-height: 1.55; }

/* 候选人状态：AI 判断与人工决定分层呈现，避免“留选”含义模糊。 */
.funnel-row:nth-child(6) b { color: #65776f; background: #edf2ef; }
.candidate-action-card { display: grid; grid-template-columns: minmax(0, 1fr) 112px; gap: 10px; padding: 12px; border: 1px solid #d7e7df; border-radius: 14px; background: #fff; }.candidate-action-card > div:first-child { min-width: 0; display: grid; align-content: center; gap: 5px; }.candidate-action-card b { color: #284037; font-size: 12px; line-height: 1.45; }.candidate-action-card span { color: #71817b; font-size: 10px; line-height: 1.45; }.candidate-card-actions { display: grid; grid-template-columns: 1fr; gap: 5px; align-content: center; }.candidate-card-actions button { min-height: 25px; padding: 3px 5px; border: 1px solid #c8dfd5; border-radius: 7px; color: #08775e; background: #fff; font-size: 9px; font-weight: 700; white-space: nowrap; }.candidate-card-actions button.is-primary { color: #fff; border-color: #0d9278; background: #0d9278; }.candidate-card-actions button.is-strong { color: #076a55; border-color: #a7ddc1; background: #e3f5ed; }
.funnel-sheet-list > .candidate-action-card { min-height: auto; }

/* 面试报告为独立详情页：先结论，再依据，最后再做动作。 */
.candidate-detail-screen { background: var(--paper); }.candidate-detail-screen .topbar { background: rgba(255,255,255,.98); }.candidate-detail-note { position: static; min-width: auto; height: auto; margin-left: auto; padding: 0; border: 0; border-radius: 0; color: #08775e; background: transparent; font-size: 10px; letter-spacing: 0; }
.candidate-detail-body { flex: 1; min-height: 0; overflow-y: auto; padding: 18px 20px 18px; }.candidate-detail-hero { display: grid; grid-template-columns: minmax(0,1fr) 98px; gap: 12px; padding: 16px; border: 1px solid #d4e7de; border-radius: 17px; background: #f6fcf9; }.candidate-detail-hero .label { color: #08775e; font-size: 10px; }.candidate-detail-hero h1 { margin: 8px 0 4px; color: #18362b; font-size: 18px; letter-spacing: -.5px; }.candidate-detail-hero p:last-child { margin: 0; color: #62766d; font-size: 11px; line-height: 1.55; }.candidate-voice-summary { align-self: center; min-height: 76px; display: grid; place-content: center; gap: 3px; border: 0; border-radius: 14px; color: #fff; background: #52776b; text-align: center; }.candidate-voice-summary span { width: 24px; height: 24px; margin: 0 auto 2px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; color: #2c705c; background: #fff; font-size: 10px; }.candidate-voice-summary b { font-size: 10px; }.candidate-voice-summary small { color: #e6f1ed; font-size: 9px; }
.candidate-decision { margin-top: 12px; padding: 14px 15px; border: 1px solid #d7e7df; border-radius: 16px; background: #fff; }.candidate-decision p { margin: 0; color: #74847d; font-size: 10px; }.candidate-decision h2 { margin: 5px 0; color: #08775e; font-size: 17px; }.candidate-decision > span { color: #536961; font-size: 11px; line-height: 1.55; }.candidate-decision.review { border-color: #dbe5df; }.candidate-decision.review h2 { color: #3d6657; }.candidate-decision.reject { border-color: #e1e7e3; background: #fbfcfb; }.candidate-decision.reject h2 { color: #64746d; }
.candidate-signal-section { margin-top: 22px; }.candidate-signal-section .section-heading > span { color: #08775e; font-size: 11px; font-weight: 800; }.candidate-signals { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.candidate-signals article { min-height: 70px; padding: 11px; border: 1px solid #dfece6; border-radius: 12px; background: #fff; }.candidate-signals b { display: block; color: #08775e; font-size: 11px; line-height: 1.45; }.candidate-signals span { display: block; margin-top: 4px; color: #66786f; font-size: 10px; line-height: 1.45; }.candidate-signals article:has(b:first-child) { background: #fff; }
.candidate-summary-card { margin-top: 13px; padding: 15px; border-radius: 16px; background: #fff; }.candidate-summary-card h2 { margin: 0; font-size: 14px; }.candidate-summary-card > p { margin: 10px 0 0; color: #465e55; font-size: 12px; line-height: 1.75; }.candidate-summary-focus { margin-top: 12px; padding: 10px 11px; border-radius: 10px; color: #5f746b; background: #f3f7f5; font-size: 10px; line-height: 1.55; }.candidate-summary-focus b { display: block; margin-bottom: 3px; color: #08775e; font-size: 10px; }
.candidate-question-section { margin-top: 22px; }.candidate-question-section .section-heading button { border: 0; padding: 4px 7px; border-radius: 7px; color: #08775e; background: #eaf8f3; font-size: 10px; }.candidate-question-list { display: grid; gap: 9px; }.candidate-question-list article { padding: 13px; border: 1px solid #dce9e3; border-radius: 14px; background: #fff; }.candidate-question-list h3 { margin: 0; color: #253d34; font-size: 12px; line-height: 1.55; }.candidate-question-list p { margin: 8px 0; color: #52675f; font-size: 11px; line-height: 1.65; }.candidate-question-list span { display: inline-block; padding: 4px 7px; border-radius: 7px; color: #4d7668; background: #eef7f3; font-size: 9px; }.candidate-detail-privacy { margin: 16px 0 0; color: #7a8983; font-size: 10px; line-height: 1.6; }
.candidate-detail-actions { flex: 0 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 8px; padding: 10px 16px max(12px, env(safe-area-inset-bottom)); border-top: 1px solid #dce8e3; background: #fff; }.candidate-detail-actions button { min-height: 43px; padding: 0 7px; border-radius: 12px; font-size: 11px; font-weight: 800; }.candidate-detail-actions .outline { border: 1px solid #0d9278; color: #08775e; background: #fff; }.candidate-detail-actions .muted { border: 0; color: #a25e5e; background: #fbefef; }.candidate-detail-actions .primary { border: 0; color: #fff; background: #0d9278; }.candidate-detail-actions .full { grid-column: span 3; }

/* 招聘建议就在进度页展开：HR 不必再跳到另一页才看到 AI 的结论。 */
.progress-cta.is-waiting { cursor: pointer; }.inline-recommendations { overflow: hidden; border: 1px solid #cfe5da; border-radius: 16px; background: #fff; }.inline-recommendations > header { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 13px; border-bottom: 1px solid #e0ece6; background: #f6fbf8; }.inline-recommendations > header > div { min-width: 0; display: grid; gap: 3px; }.inline-recommendations > header span { color: #08775e; font-size: 10px; font-weight: 700; }.inline-recommendations > header b { color: #2e473d; font-size: 13px; }.inline-recommendations > header em { flex: 0 0 auto; padding: 5px 7px; border-radius: 999px; color: #497568; background: #e6f5ed; font-size: 9px; font-style: normal; }.inline-recommendation-list { display: grid; }.inline-recommendation-list article { min-height: 73px; display: grid; grid-template-columns: 24px minmax(0,1fr) 58px; align-items: center; gap: 9px; padding: 10px 12px; border-bottom: 1px solid #edf2ef; }.inline-recommendation-list article:last-child { border-bottom: 0; }.inline-recommendation-list article > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #08775e; background: #e8f7ef; font-size: 9px; font-weight: 800; }.inline-recommendation-list article > div { min-width: 0; }.inline-recommendation-list b { display: block; color: #355147; font-size: 11px; line-height: 1.4; }.inline-recommendation-list p { margin: 3px 0 0; color: #708179; font-size: 9px; line-height: 1.45; }.inline-recommendation-list button { min-height: 29px; padding: 0 5px; border: 1px solid #b9decf; border-radius: 8px; color: #08775e; background: #fff; font-size: 9px; font-weight: 700; }

/* 统一为微信式“先说话，再切文字”的输入：外框只保留一层，绿色只用于反馈。 */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer {
  min-height: 64px;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 8px 13px 10px;
  padding: 4px 8px;
  border: 1px solid #deebe5;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 19px rgba(25, 64, 52, .10);
}
.home-prompt.composer { margin-bottom: 12px; }
.composer-camera-btn,
.composer-keyboard-btn,
.composer-more-btn,
.direct-voice-btn {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #31594c;
  background: transparent;
}
.composer-camera-btn { width: 40px; height: 46px; }
.composer-camera-btn svg,
.composer-keyboard-btn svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.composer-keyboard-btn { width: 40px; height: 46px; }
.composer-keyboard-btn .microphone-icon { display: none; }
.composer-more-btn { width: 31px; height: 31px; margin-left: 2px; border: 1.7px solid currentColor; border-radius: 50%; font-size: 26px; font-weight: 300; line-height: 1; }
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  width: auto;
  min-width: 0;
  height: 46px;
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border: 0;
  border-radius: 13px;
  color: #234d40;
  background: transparent;
  box-shadow: none;
}
.chat-prompt.composer .direct-voice-btn > span,
#employerPrompt .direct-voice-btn > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 750;
  letter-spacing: .2px;
}
.chat-prompt.composer .direct-voice-btn.is-recording,
#employerPrompt .direct-voice-btn.is-recording {
  color: #fff;
  background: #13876d;
  box-shadow: none;
}
.chat-prompt.composer .composer-input,
#employerPrompt .composer-input {
  display: none;
  height: 46px;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0 4px 0 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.chat-prompt.composer .composer-input input,
#employerPrompt .composer-input input { font-size: 14px; }
.chat-prompt.composer.is-typing-mode .direct-voice-btn { display: none; }
.chat-prompt.composer.is-typing-mode .composer-input { display: flex; }
.chat-prompt.composer.is-typing-mode .keyboard-icon { display: none; }
.chat-prompt.composer.is-typing-mode .microphone-icon { display: block; }
.chat-prompt.composer.is-task-action .direct-voice-btn { color: #fff; background: #13876d; }

/* 漏斗只保留平整、对齐的统计层；可处理的阶段再进入独立名单页。 */
.funnel-section { margin-top: 18px; padding: 18px 0 24px; }
.funnel-hint { margin: -4px 0 11px; color: #71827a; font-size: 10px; line-height: 1.55; }
.funnel-list { overflow: hidden; display: grid; border: 1px solid #dce9e3; border-radius: 15px; background: #fff; }
.funnel-row,
.funnel-row.is-static { width: 100%; min-height: 52px; display: grid; grid-template-columns: minmax(0, 1fr) 54px 16px; align-items: center; gap: 8px; padding: 0 13px; border: 0; border-bottom: 1px solid #edf2ef; color: #344b42; background: #fff; text-align: left; font-size: 12px; }
.funnel-row:last-child { border-bottom: 0; }
.funnel-row.is-static { grid-template-columns: minmax(0, 1fr) 54px; color: #60736a; cursor: default; }
.funnel-row b,
.funnel-row:nth-child(2) b,
.funnel-row:nth-child(3) b,
.funnel-row:nth-child(4) b,
.funnel-row:nth-child(5) b,
.funnel-row:nth-child(6) b { height: 25px; display: grid; place-items: center; border-radius: 8px; color: #08775e; background: #e7f5ee; font-size: 11px; }
.funnel-row[data-funnel] { cursor: pointer; }
.funnel-row[data-funnel]:active,
.funnel-row[data-funnel].active { background: #f5fbf8; }
.funnel-row i { color: #739589; font-size: 18px; font-style: normal; }
.funnel-detail { display: none; }

/* 独立候选人名单：进度页不再向下堆叠大批候选人。 */
.candidate-stage-screen { background: var(--paper); }
.candidate-stage-note { margin-left: auto; color: #08775e; font-size: 10px; }
.candidate-stage-body { flex: 1; min-height: 0; overflow-y: auto; padding: 18px 17px 26px; }
.candidate-stage-intro { padding: 16px; border: 1px solid #d8e8e0; border-radius: 17px; background: #f6fbf8; }
.candidate-stage-intro .label { margin: 0; color: #08775e; font-size: 10px; }
.candidate-stage-intro h1 { margin: 7px 0 6px; color: #213c32; font-size: 19px; letter-spacing: -.4px; }
.candidate-stage-intro p:last-child { margin: 0; color: #63776e; font-size: 11px; line-height: 1.65; }
.candidate-stage-privacy { margin: 11px 2px; color: #7b8983; font-size: 10px; }
.candidate-stage-list { display: grid; gap: 10px; }
.candidate-stage-list .candidate-action-card { min-height: 92px; grid-template-columns: minmax(0, 1fr) 116px; padding: 12px; border-radius: 15px; }
.candidate-stage-list .candidate-card-actions { gap: 6px; }
.candidate-stage-list .candidate-card-actions button { min-height: 27px; border-radius: 8px; font-size: 9px; }
.candidate-card-actions button.is-decision { color: #fff; border-color: #3f6758; background: #3f6758; }
#candidateDetailActions:has(button:nth-child(2):last-child) { grid-template-columns: 1fr 1fr; }

/* 等待状态是过程提示，不再做成“查看今晚招聘进展”的跳转按钮。 */
.progress-cta.is-waiting { cursor: default; min-height: 58px; border: 1px solid #d9e9e2; color: #3f5b50; background: #f7fbf9; box-shadow: none; }
.progress-cta.is-waiting span { color: #668177; }.progress-cta.is-waiting b { color: #315447; font-size: 13px; }

/* 新用户首页：不预置“进度 / 发布”按钮，所有动作由 AI 从一句话中识别。 */
.home-screen { background: var(--paper); }
.home-topbar { margin: 0 -17px; background: #fff; }
.home-hero { padding: 15px 32px 18px; }
.home-brand-line { gap: 11px; }
.home-brand-mark { width: 49px; height: 49px; flex-basis: 49px; }
.home-brand-copy b { font-size: 24px; }
.home-hero h1 { margin-top: 17px; font-size: 17px; letter-spacing: -.5px; }
.home-hero p:last-child { font-size: 10px; }
.home-chat { min-height: 0; padding-top: 24px; }

/* 全部招聘任务为独立总览页，避免首页混入老用户快捷卡片。 */
.jobs-overview-screen { background: var(--paper); }
.jobs-overview-body { flex: 1; min-height: 0; overflow-y: auto; padding: 22px 18px 28px; }
.jobs-overview-lede { padding: 7px 2px 19px; }
.jobs-overview-lede .label { color: #08775e; }
.jobs-overview-lede h1 { margin: 8px 0 7px; color: #203d32; font-size: 25px; line-height: 1.28; letter-spacing: -.8px; }
.jobs-overview-lede p:last-child { margin: 0; color: #6e8178; font-size: 12px; line-height: 1.6; }
.jobs-overview-list { display: grid; gap: 10px; }
.job-overview-card { width: 100%; min-height: 96px; display: grid; grid-template-columns: 30px minmax(0, 1fr) auto; align-items: center; gap: 10px; padding: 14px; border: 1px solid #d7e7df; border-radius: 16px; color: #273f36; background: #fff; text-align: left; }
.job-overview-card.active { border-color: #9bd6bb; background: #f8fdf9; }
.job-overview-index { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #08775e; background: #e6f6ed; font-size: 9px; font-weight: 800; }
.job-overview-copy { min-width: 0; display: grid; gap: 4px; }.job-overview-copy b { font-size: 14px; }.job-overview-copy small { color: #71827a; font-size: 10px; }.job-overview-copy em { overflow: hidden; color: #36826b; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.job-overview-state { display: grid; justify-items: end; gap: 4px; color: #08775e; font-size: 10px; font-weight: 700; white-space: nowrap; }.job-overview-state i { color: #75998c; font-size: 17px; font-style: normal; font-weight: 400; }.job-overview-state.muted { color: #7b8983; }
.jobs-overview-add { width: 100%; min-height: 47px; margin-top: 15px; border: 1px solid #b8dfce; border-radius: 13px; color: #08775e; background: #f7fcf9; font-size: 13px; font-weight: 800; }

/* 求职先建简历再找工作：一线岗位和管理岗使用不同的信息层级。 */
.candidate-resume-card,
.candidate-match-card { margin: 0 0 17px 42px; overflow: hidden; border: 1px solid #d1e6dc; border-radius: 16px; background: #fff; box-shadow: 0 7px 16px rgba(6, 63, 58, .04); }
.candidate-resume-card > header,
.candidate-match-card > header { min-height: 39px; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 13px; border-bottom: 1px solid #e4eee9; color: #08775e; background: #f5fbf8; font-size: 10px; font-weight: 700; }
.candidate-resume-card > header b,
.candidate-match-card > header b { padding: 4px 7px; border-radius: 999px; color: #4f7568; background: #e5f4eb; font-size: 9px; }
.candidate-resume-card > div,
.candidate-match-card > div { padding: 13px; }
.candidate-resume-card > div > p:not(.resume-role),
.candidate-match-card > div > p { margin: 5px 0 0; color: #536a61; font-size: 11px; line-height: 1.65; }
.candidate-resume-card .resume-role { margin: 0; color: #26483c; font-size: 15px; font-weight: 800; }
.candidate-resume-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 11px 0 0; }.candidate-resume-card dl > div { padding: 8px; border-radius: 9px; background: #f7faf8; }.candidate-resume-card dt { margin-bottom: 3px; color: #82938b; font-size: 9px; }.candidate-resume-card dd { margin: 0; color: #40594f; font-size: 10px; line-height: 1.5; font-weight: 700; }
.candidate-match-card > div > p:first-child { margin-top: 0; color: #29483d; font-size: 14px; }

/* 候选人自己的面试任务页：先看进度和岗位，再主动进入语音面试。 */
.candidate-progress-screen { background: var(--paper); }
.candidate-progress-body { flex: 1; min-height: 0; overflow-y: auto; padding: 20px 18px 28px; }
.candidate-progress-lede { padding: 6px 2px 19px; }.candidate-progress-lede .label { color: #08775e; }.candidate-progress-lede h1 { margin: 8px 0 7px; color: #213e33; font-size: 24px; line-height: 1.34; letter-spacing: -.8px; }.candidate-progress-lede p:last-child { margin: 0; color: #71827b; font-size: 11px; line-height: 1.65; }
.candidate-interview-task { padding: 15px; border: 1px solid #b9dfce; border-radius: 18px; background: #fff; box-shadow: 0 9px 19px rgba(6, 63, 58, .05); }.candidate-task-top { display: flex; align-items: center; gap: 9px; }.candidate-task-mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #108d70; font-size: 10px; font-weight: 800; }.candidate-task-top p { margin: 0 0 3px; color: #08775e; font-size: 10px; font-weight: 700; }.candidate-task-top h2 { margin: 0; color: #25473a; font-size: 15px; }.candidate-interview-task > p { margin: 12px 0 10px; color: #61756c; font-size: 11px; line-height: 1.65; }.candidate-task-meta { display: flex; gap: 7px; flex-wrap: wrap; }.candidate-task-meta span { padding: 5px 7px; border-radius: 7px; color: #54786a; background: #edf7f2; font-size: 9px; }.candidate-interview-enter { width: 100%; min-height: 45px; margin-top: 14px; border: 0; border-radius: 12px; color: #fff; background: #0d9278; font-size: 13px; font-weight: 800; }.candidate-interview-enter.is-complete { color: #08775e; border: 1px solid #b7ddcc; background: #f6fcf8; }
.candidate-more-jobs { margin-top: 23px; }.candidate-more-jobs .section-heading { display: flex; align-items: center; justify-content: space-between; }.candidate-more-jobs .section-heading > span { color: #71827a; font-size: 10px; }.candidate-job-option { width: 100%; min-height: 63px; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 9px; padding: 11px 13px; border: 1px solid #dbe9e3; border-radius: 14px; color: #304a3f; background: #fff; text-align: left; }.candidate-job-option span { display: grid; gap: 4px; }.candidate-job-option b { font-size: 12px; }.candidate-job-option small { color: #74847d; font-size: 10px; }.candidate-job-option em { color: #08775e; font-size: 10px; font-style: normal; font-weight: 700; white-space: nowrap; }
.candidate-interview-screen .chat-content { padding-bottom: 104px; }.candidate-interview-screen .topbar { background: #fff; }
.candidate-complete-card { padding: 24px 19px; border: 1px solid #c6e4d5; border-radius: 20px; background: #fff; }.candidate-complete-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #08775e; background: #e1f5e9; font-size: 22px; }.candidate-complete-card > p { margin: 19px 0 7px; color: #08775e; font-size: 10px; font-weight: 700; }.candidate-complete-card h1 { margin: 0; color: #213e33; font-size: 25px; letter-spacing: -.8px; }.candidate-complete-card > b { display: block; margin-top: 11px; color: #5e756b; font-size: 11px; }.candidate-complete-card > div { margin: 18px 0; padding: 12px; border-radius: 12px; background: #f4faf7; }.candidate-complete-card > div small { color: #08775e; font-size: 9px; font-weight: 800; }.candidate-complete-card > div p { margin: 5px 0 0; color: #526a60; font-size: 11px; }.candidate-complete-card button { width: 100%; min-height: 45px; border: 0; border-radius: 12px; color: #fff; background: #0d9278; font-size: 13px; font-weight: 800; }

/* Final mobile polish for the simplified prototype */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer {
  min-height: 62px;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 38px 34px;
  align-items: center;
  column-gap: 0;
  margin: 8px 13px 10px;
  padding: 4px 8px;
  border: 1px solid #dce9e3;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(25, 64, 52, .09);
}
.home-prompt.composer { margin-bottom: 12px; }
.composer-camera-btn,
.composer-keyboard-btn,
.composer-more-btn,
.direct-voice-btn {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: #31594c;
  background: transparent;
  box-shadow: none;
}
.composer-camera-btn,
.composer-keyboard-btn { width: 100%; height: 48px; }
.composer-camera-btn svg,
.composer-keyboard-btn svg {
  width: 22px;
  height: 22px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.composer-keyboard-btn .microphone-icon { display: none; }
.composer-more-btn {
  width: 32px;
  height: 32px;
  justify-self: end;
  border: 1.7px solid currentColor;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  width: 100%;
  height: 48px;
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 0 8px;
  border: 0;
  border-radius: 13px;
  color: #21483c;
  background: transparent;
}
.chat-prompt.composer .direct-voice-btn > span,
#employerPrompt .direct-voice-btn > span {
  position: static;
  width: 100%;
  height: auto;
  overflow: visible;
  clip-path: none;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
}
.chat-prompt.composer .direct-voice-btn.is-recording,
#employerPrompt .direct-voice-btn.is-recording,
.chat-prompt.composer.is-task-action .direct-voice-btn {
  color: #fff;
  background: #13876d;
}
.chat-prompt.composer .composer-input,
#employerPrompt .composer-input {
  display: none;
  height: 48px;
  min-width: 0;
  padding: 0 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.chat-prompt.composer .composer-input input,
#employerPrompt .composer-input input { font-size: 14px; }
.chat-prompt.composer.is-typing-mode .direct-voice-btn { display: none; }
.chat-prompt.composer.is-typing-mode .composer-input { display: flex; align-items: center; }
.chat-prompt.composer.is-typing-mode .keyboard-icon { display: none; }
.chat-prompt.composer.is-typing-mode .microphone-icon { display: block; }
.avatar { width: 31px; height: 31px; flex: 0 0 31px; display: block; overflow: visible; border-radius: 0; background: transparent; }
.avatar img { width: 31px; height: 31px; display: block; }
.title-ai-icon { width: 22px; height: 22px; flex: 0 0 22px; display: block; }

.recommendation-shortcut {
  min-height: 58px;
  padding-right: 14px;
  border: 1px solid #a8ddc4;
  color: #fff;
  background: #0d9278;
  cursor: pointer;
}
.recommendation-shortcut::after {
  content: '';
  display: none;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 17px;
  top: 25px;
  border-right: 2px solid #dff6ec;
  border-bottom: 2px solid #dff6ec;
  transform: rotate(-45deg);
}
.recommendation-shortcut span { color: #d7f3e8; }
.recommendation-shortcut b { color: #fff; font-size: 15px; }

.funnel-list { border-color: #d7e6df; }
.funnel-row,
.funnel-row.is-static {
  min-height: 52px;
  grid-template-columns: minmax(0, 1fr) 58px;
  padding: 0 14px;
  font-size: 12px;
}
.funnel-row i { display: none; }
.funnel-row b {
  height: 26px;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 800;
}
.funnel-row:nth-child(1) b { color: #536961; background: #eef4f1; }
.funnel-row:nth-child(2) b { color: #0d8065; background: #d9f2e6; }
.funnel-row:nth-child(3) b { color: #056f60; background: #bfeadb; }
.funnel-row:nth-child(4) b { color: #fff; background: #0d9278; }
.funnel-row:nth-child(5) b { color: #5f6d68; background: #d6dfdc; }
.funnel-row[data-funnel]:active { background: #f6fbf8; }

.candidate-stage-body { padding: 18px 17px 28px; }
.candidate-stage-bulk {
  min-height: 54px;
  margin: 11px 0 12px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 9px 11px;
  border: 1px solid #d8e9e1;
  border-radius: 15px;
  background: #fff;
}
.candidate-stage-bulk[hidden] { display: none; }
.candidate-stage-bulk label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #31483f;
  font-size: 12px;
  font-weight: 800;
}
.candidate-stage-bulk input {
  width: 17px;
  height: 17px;
  accent-color: #0d9278;
}
.candidate-stage-bulk button {
  min-height: 35px;
  padding: 0 12px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #0d9278;
  font-size: 11px;
  font-weight: 800;
}
.candidate-stage-bulk button:disabled {
  color: #8a9892;
  background: #eef3f1;
}
.candidate-stage-list { gap: 9px; }
.candidate-list-card {
  width: 100%;
  min-height: 82px;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #d8e8e0;
  border-radius: 15px;
  color: #263e35;
  background: #fff;
  text-align: left;
}
.candidate-list-card > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #08775e;
  background: #e5f5ec;
  font-size: 9px;
  font-weight: 800;
}
.candidate-list-card b {
  display: block;
  color: #243d34;
  font-size: 13px;
  line-height: 1.45;
}
.candidate-list-card small {
  display: block;
  margin-top: 4px;
  color: #08775e;
  font-size: 10.5px;
  font-weight: 750;
  line-height: 1.4;
}
.candidate-list-card em {
  display: block;
  margin-top: 3px;
  color: #7a8983;
  font-size: 9.5px;
  font-style: normal;
  line-height: 1.35;
}
.candidate-list-card strong {
  width: 38px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #08775e;
  background: #e5f5ec;
  font-size: 12px;
}
.candidate-list-card.recommend { border-color: #b8dfce; background: #fbfffc; }
.candidate-list-card.recommend strong { color: #fff; background: #0d9278; }
.candidate-list-card.reject > span,
.candidate-list-card.reject strong { color: #6a7771; background: #edf1ef; }
.candidate-list-card.reject small { color: #5f6d68; }

.candidate-detail-body { padding: 18px 20px 20px; }
.candidate-detail-hero,
.candidate-decision,
.candidate-summary-card,
.candidate-question-list article {
  border-radius: 14px;
}
.candidate-detail-actions {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 9px;
  padding: 11px 16px max(12px, env(safe-area-inset-bottom));
}
.candidate-detail-actions button { min-height: 44px; border-radius: 12px; font-size: 12px; }
.candidate-detail-actions .primary { background: #11bf70; }
.candidate-detail-actions .muted { color: #b35f5f; background: #fff1f1; }
#candidateDetailActions:has(button:nth-child(2):last-child) { grid-template-columns: 1fr 1fr; }

.followup-body { padding: 24px 20px 92px; }
.followup-lede h1 { margin: 9px 0 8px; color: #162821; font-size: 28px; line-height: 1.28; letter-spacing: 0; }
.followup-lede > p:last-child { color: #60736b; font-size: 12px; line-height: 1.75; }
.followup-node.done > span {
  color: #08775e;
  border-color: #b8dfce;
  background: #e1f5e9;
}
.followup-node.active > span {
  color: #08775e;
  border-color: #0d9278;
  background: #fff;
}
.followup-node.active b { color: #08775e; }
.followup-note {
  border: 1px solid #d7e9e1;
  color: #315f51;
  background: #f7fcf9;
}

/* The + menu already contains photo and camera actions, so the composer no longer repeats a left camera button. */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer {
  grid-template-columns: minmax(0, 1fr) 38px 34px;
  padding-left: 15px;
}
.composer-camera-btn {
  display: none !important;
}
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  justify-self: stretch;
}
.composer-keyboard-btn,
.composer-more-btn {
  justify-self: center;
}
.chat-prompt.composer.is-typing-mode,
.home-prompt.composer.is-typing-mode,
#employerPrompt.composer.is-typing-mode {
  grid-template-columns: minmax(0, 1fr) 38px 34px;
}
.composer-more-sheet {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 10px;
  border-radius: 22px;
  box-shadow: 0 16px 38px rgba(6, 39, 33, .16);
}
.composer-sheet-close {
  position: absolute;
  top: 11px;
  right: 14px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #61726b;
  background: #f1f5f3;
  font-size: 18px;
  line-height: 1;
}
.composer-more-sheet .sheet-handle {
  margin-bottom: 16px;
}
.composer-more-sheet::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  background: rgba(12, 42, 35, .12);
}

/* Home hero must match the earlier product visual scale exactly: logo mark and AI wordmark are deliberately larger. */
.home-hero {
  padding: 19px 32px 19px;
}
.home-brand-line {
  gap: 12px;
}
.home-brand-mark {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 17px;
}
.home-brand-mark svg {
  width: 36px;
  height: 36px;
  stroke-width: 2.05;
}
.home-brand-mark em {
  top: 8px;
  right: 8px;
  min-width: 16px;
  height: 12px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 6px;
  font-size: 8px;
  line-height: 1;
}
.home-brand-copy {
  gap: 4px;
}
.home-brand-copy b {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #123f34;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
}
.home-brand-copy b i {
  width: 35px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  padding: 0;
  border-radius: 5px;
  font-size: 23px;
  line-height: 1;
}
.home-brand-copy small {
  font-size: 10px;
}
.home-ai-badge {
  min-width: 48px;
  height: 28px;
  display: grid;
  place-items: center;
  padding: 0 9px;
  font-size: 10px;
}
.home-hero h1 {
  margin-top: 19px;
}

/* Composer right-side icons share the same visual diameter. */
.composer-keyboard-btn {
  width: 34px;
  height: 48px;
  justify-self: center;
}
.composer-keyboard-btn svg {
  width: 32px;
  height: 32px;
}
.composer-more-btn {
  width: 32px;
  height: 32px;
  justify-self: center;
  font-size: 24px;
}

/* Final hiring-progress polish: clear states without leaving the product green system. */
.process-node {
  min-height: 74px;
}
.process-node:not(:last-child)::before {
  top: 31px;
  left: 15px;
  border-left-color: #d8e5df;
}
.node-icon {
  box-sizing: border-box;
  font-weight: 800;
}
.process-node.done .node-icon {
  color: #fff;
  border-color: #0d9278;
  background: #0d9278;
  box-shadow: 0 0 0 4px #e1f4eb;
}
.process-node.done b {
  color: #183c32;
}
.process-node.done .node-time {
  color: #08775e;
  background: #e5f5ec;
}
.process-node.active .node-icon {
  color: #08775e;
  border-color: #0d9278;
  background: #fff;
  box-shadow: 0 0 0 4px #d7f1e6;
}
.process-node.active b {
  color: #08775e;
}
.process-node.active .node-time {
  color: #fff;
  background: #0d9278;
}
.process-node.waiting .node-icon {
  color: #94a39c;
  border-color: #d8e2dd;
  background: #f5f8f6;
}
.process-node.waiting b {
  color: #66766f;
}
.process-node.waiting p {
  color: #7e8d86;
}
.process-node.waiting .node-time {
  color: #7b8882;
  background: #edf2ef;
}
.node-time {
  min-width: 38px;
  height: 21px;
  display: inline-grid;
  place-items: center;
  padding: 0 7px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
}

/* Candidate lists show people first: name + applied role only. */
.candidate-stage-screen[data-stage="interview"] .candidate-stage-intro {
  border-color: #d9e8e1;
  background: #f6fbf8;
}
.candidate-stage-screen[data-stage="recommend"] .candidate-stage-intro {
  border-color: #b8dfce;
  background: #ecf8f1;
}
.candidate-stage-screen[data-stage="reject"] .candidate-stage-intro {
  border-color: #e2e7e4;
  background: #f5f7f6;
}
.candidate-stage-screen[data-stage="recommend"] .candidate-stage-intro h1,
.candidate-stage-screen[data-stage="recommend"] .candidate-stage-intro .label {
  color: #08775e;
}
.candidate-stage-screen[data-stage="reject"] .candidate-stage-intro h1,
.candidate-stage-screen[data-stage="reject"] .candidate-stage-intro .label {
  color: #5d6c65;
}
.candidate-list-card {
  min-height: 76px;
  grid-template-columns: 32px minmax(0, 1fr) 44px;
  border-color: #d9e7e1;
  box-shadow: 0 4px 14px rgba(12, 49, 39, .035);
}
.candidate-list-card b {
  font-size: 15px;
  letter-spacing: -.2px;
}
.candidate-list-card small {
  margin-top: 5px;
  color: #66776f;
  font-size: 11px;
  font-weight: 600;
}
.candidate-list-card em {
  display: none;
}
.candidate-list-card.interview > span,
.candidate-list-card.interview strong {
  color: #08775e;
  background: #e4f5ec;
}
.candidate-list-card.recommend {
  border-color: #b6decf;
  background: #fbfffc;
}
.candidate-list-card.recommend > span {
  color: #fff;
  background: #0d9278;
}
.candidate-list-card.recommend strong {
  color: #fff;
  background: #0d9278;
  box-shadow: 0 5px 12px rgba(13, 146, 120, .15);
}
.candidate-list-card.reject {
  border-color: #e0e6e2;
  background: #fbfcfb;
}
.candidate-list-card.reject > span,
.candidate-list-card.reject strong {
  color: #6a7771;
  background: #eef2ef;
}

/* AI decision belongs in the middle of the report and should look like the decision. */
.candidate-decision {
  margin: 16px 0 14px;
  min-height: 118px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 18px 18px;
  border: 0;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 12px 24px rgba(6, 90, 68, .12);
}
.candidate-decision p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  font-weight: 800;
}
.candidate-decision h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: -.8px;
}
.candidate-decision > span {
  max-width: 270px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
  line-height: 1.55;
}
.candidate-decision.recommend {
  background: linear-gradient(135deg, #08775e, #10a47f);
}
.candidate-decision.review {
  border: 1px solid #cfdfd8;
  background: #eef6f2;
  box-shadow: none;
}
.candidate-decision.review p {
  color: #5f766d;
}
.candidate-decision.review h2 {
  color: #235346;
}
.candidate-decision.review > span {
  color: #526b61;
}
.candidate-decision.reject {
  border: 1px solid #e3d7d4;
  background: #f8efed;
  box-shadow: none;
}
.candidate-decision.reject p {
  color: #8a6a64;
}
.candidate-decision.reject h2 {
  color: #9a5147;
}
.candidate-decision.reject > span {
  color: #765e59;
}
.candidate-detail-actions {
  grid-template-columns: 1fr 1.12fr 1fr;
  align-items: center;
}
.candidate-detail-actions .outline {
  border: 1px solid #c5ded4;
  color: #08775e;
  background: #fff;
}
.candidate-detail-actions .muted {
  border: 1px solid #efdfdc;
  color: #9a615b;
  background: #fbf1ef;
}
.candidate-detail-actions .primary {
  color: #fff;
  background: #0d9278;
}
.candidate-detail-actions .primary.suggested {
  min-height: 49px;
  border-radius: 14px;
  box-shadow: 0 8px 17px rgba(13, 146, 120, .22);
}
#candidateDetailActions.action-state-reject {
  grid-template-columns: 1fr 1.12fr !important;
}
#candidateDetailActions.action-state-reject .primary {
  grid-column: 2;
}

/* Voice-first command hub on the recruiting progress page. */
.progress-screen .progress-body {
  padding-bottom: 112px;
}
.progress-prompt.chat-prompt.composer {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 13px max(11px, env(safe-area-inset-bottom));
}
.progress-prompt.chat-prompt.composer::before {
  content: '';
  position: absolute;
  left: -14px;
  right: -14px;
  bottom: -14px;
  height: 91px;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(241, 248, 245, 0), rgba(241, 248, 245, .96) 30%, rgba(241, 248, 245, 1));
}
.progress-prompt.chat-prompt.composer .direct-voice-btn > span {
  font-size: 13px;
  font-weight: 800;
}
.progress-prompt.chat-prompt.composer.is-typing-mode .composer-input {
  padding-left: 0;
}

/* Job seeker flow stays conversational; resume and device details are optional surfaces. */
.candidate-resume-card footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 13px 13px;
}
.candidate-resume-card footer button {
  min-height: 34px;
  border: 1px solid #cfe5da;
  border-radius: 10px;
  color: #08775e;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}
.candidate-resume-card footer button:first-child {
  color: #fff;
  border-color: #0d9278;
  background: #0d9278;
}
.candidate-resume-card dl {
  grid-template-columns: 1fr 1fr;
}
.candidate-resume-card dl > div {
  min-height: 58px;
}
.candidate-resume-sheet {
  max-height: 72dvh;
}
.candidate-resume-sheet-body {
  display: grid;
  gap: 13px;
}
.candidate-resume-sheet-body section {
  padding: 14px;
  border: 1px solid #d5e8df;
  border-radius: 15px;
  background: #f7fcf9;
}
.candidate-resume-sheet-body h3 {
  margin: 6px 0 7px;
  color: #183c32;
  font-size: 19px;
}
.candidate-resume-sheet-body p {
  margin: 0;
  color: #536d62;
  font-size: 12px;
  line-height: 1.65;
}
.candidate-resume-sheet-body dl {
  display: grid;
  gap: 9px;
  margin: 0;
}
.candidate-resume-sheet-body dl > div {
  padding: 11px 12px;
  border: 1px solid #e0ebe6;
  border-radius: 13px;
  background: #fff;
}
.candidate-resume-sheet-body dt {
  color: #7c8d85;
  font-size: 10px;
}
.candidate-resume-sheet-body dd {
  margin: 5px 0 0;
  color: #263f36;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
}
.candidate-resume-sheet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin-top: 14px;
}
.candidate-resume-sheet-actions button {
  min-height: 43px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 800;
}
.candidate-resume-sheet-actions button:first-child {
  border: 0;
  color: #fff;
  background: #0d9278;
}
.candidate-resume-sheet-actions button:last-child {
  border: 1px solid #cfe3da;
  color: #08775e;
  background: #fff;
}

.device-check-screen {
  background: var(--paper);
}
.device-check-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 25px 20px 30px;
}
.device-check-lede {
  padding: 4px 0 16px;
}
.device-check-lede .label {
  color: #08775e;
}
.device-check-lede h1 {
  margin: 7px 0 8px;
  color: #142b24;
  font-size: 25px;
  line-height: 1.28;
  letter-spacing: -.8px;
}
.device-check-lede p:last-child {
  margin: 0;
  color: #5e746b;
  font-size: 12px;
  line-height: 1.7;
}
.device-status-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin-bottom: 13px;
}
.device-status-grid article {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 14px;
  border: 1px solid #dce9e3;
  border-radius: 14px;
  background: #fff;
}
.device-status-grid b {
  color: #243f35;
  font-size: 13px;
}
.device-status-grid span {
  color: #8a9992;
  font-size: 11px;
  font-weight: 800;
}
.device-status-grid .is-online,
.device-status-grid article:has(span:not(:empty)) {
  border-color: #d7e8df;
}
#deviceCameraStatus,
#deviceMicStatus,
#deviceNetworkStatus {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef5f1;
}
#deviceCameraStatus:not(:empty),
#deviceMicStatus:not(:empty),
#deviceNetworkStatus:not(:empty) {
  color: #08775e;
}
.device-preview {
  height: 282px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  color: #fff;
  background:
    radial-gradient(circle at center, rgba(255,255,255,.12), rgba(255,255,255,0) 38%),
    linear-gradient(135deg, #162721, #0c1714);
}
.device-preview div {
  display: grid;
  justify-items: center;
  gap: 8px;
}
.device-preview b {
  font-size: 18px;
}
.device-preview span {
  color: rgba(255,255,255,.72);
  font-size: 12px;
}
.device-check-actions {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 11px;
  margin-top: 14px;
}
.device-check-actions button {
  min-height: 48px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 900;
}
.device-secondary {
  border: 1px solid #b9dccc;
  color: #08775e;
  background: #fff;
}
.device-primary {
  border: 0;
  color: #fff;
  background: #0d9278;
  box-shadow: 0 10px 20px rgba(13,146,120,.16);
}
.device-primary:disabled {
  color: #fff;
  background: #a7cfc1;
  box-shadow: none;
}

.followup-arrange-card {
  margin: 18px 0 23px;
  padding: 15px;
  border: 1px solid #b8dfce;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(6, 63, 58, .055);
}
.followup-arrange-card[hidden] {
  display: none;
}
.followup-arrange-card .label {
  color: #08775e;
}
.followup-arrange-card h2 {
  margin: 7px 0 13px;
  color: #17342b;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.45px;
}
.followup-arrange-card dl {
  display: grid;
  gap: 9px;
  margin: 0;
}
.followup-arrange-card dl > div {
  min-height: 58px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 10px 12px;
  border-radius: 13px;
  background: #f5fbf8;
}
.followup-arrange-card dt {
  color: #74877f;
  font-size: 10px;
}
.followup-arrange-card dd {
  margin: 0;
  color: #203d34;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.45;
}
.followup-arrange-card > p:not(.label) {
  margin: 12px 0 13px;
  color: #60756c;
  font-size: 11px;
  line-height: 1.65;
}
.followup-arrange-card > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}
.followup-arrange-card button {
  min-height: 42px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 900;
}
.followup-arrange-card button:first-child {
  border: 1px solid #b9dccc;
  color: #08775e;
  background: #fff;
}
.followup-arrange-card button:last-child {
  border: 0;
  color: #fff;
  background: #0d9278;
  box-shadow: 0 8px 15px rgba(13, 146, 120, .15);
}

/* 对话 AI 工具版：招聘进度也回到聊天框，详情由用户主动展开。 */
.ai-tool-screen {
  background: var(--paper);
}
.tool-topbar {
  background: #fff;
}
.tool-topbar .screen-title {
  flex: 1;
  align-items: flex-start;
  text-align: left;
}
.ai-tool-screen .progress-chat-content {
  padding: 26px 20px 122px;
}
.ai-tool-screen .user-message {
  justify-content: flex-end;
}
.ai-tool-screen .user-message .bubble {
  max-width: 220px;
  color: #fff;
  background: #0d9278;
  border-radius: 18px 18px 4px 18px;
}
.ai-tool-screen .user-message .transcript {
  color: rgba(255,255,255,.88);
}
.ai-tool-screen .user-message .voice-bubble {
  color: #fff;
}
.chat-detail-card,
.chat-action-card {
  margin: 0 0 15px 42px;
  overflow: hidden;
  border: 1px solid #d3e7dd;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(6, 63, 58, .045);
}
.chat-detail-card > header,
.chat-action-card > header {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 0 13px;
  border-bottom: 1px solid #e4eee9;
  color: #08775e;
  background: #f5fbf8;
  font-size: 10px;
  font-weight: 800;
}
.chat-detail-card > header b {
  padding: 4px 8px;
  border-radius: 999px;
  color: #08775e;
  background: #e5f4eb;
  font-size: 9px;
}
.ai-tool-screen .job-glance {
  padding: 0 0 14px;
  border-top: 0;
}
.ai-tool-screen .job-glance h2 {
  margin: 14px 14px 5px;
  color: #162b24;
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -.7px;
}
.ai-tool-screen .job-glance > p {
  margin: 0 14px;
  color: #5d7168;
  font-size: 12px;
}
.chat-action-card {
  padding: 14px;
}
.chat-action-card .label {
  margin: 0;
  color: #08775e;
  font-size: 10px;
  font-weight: 900;
}
.chat-action-card h3 {
  margin: 8px 0 6px;
  color: #163129;
  font-size: 18px;
  line-height: 1.28;
  letter-spacing: -.35px;
}
.chat-action-card > p:not(.label) {
  margin: 0 0 12px;
  color: #5e746b;
  font-size: 12px;
  line-height: 1.65;
}
.chat-action-card .progress-cta,
.chat-action-card .recommendation-shortcut {
  min-height: 54px;
  margin: 0;
  border-radius: 14px;
}
.chat-detail-card summary {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 13px;
  color: #203d34;
  cursor: pointer;
  list-style: none;
  font-size: 13px;
  font-weight: 900;
}
.chat-detail-card summary::-webkit-details-marker {
  display: none;
}
.chat-detail-card summary i {
  color: #08775e;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}
.chat-detail-card[open] summary {
  border-bottom: 1px solid #e4eee9;
  background: #f7fcf9;
}
.chat-detail-card .section-heading,
.chat-detail-card .funnel-hint,
.chat-detail-card .process-tree,
.chat-detail-card .funnel-list,
.chat-detail-card .activity-list {
  margin-left: 13px;
  margin-right: 13px;
}
.chat-detail-card .section-heading {
  margin-top: 13px;
}
.chat-detail-card .process-tree {
  padding-bottom: 4px;
}
.chat-detail-card .funnel-hint {
  margin-top: 12px;
}
.chat-detail-card .funnel-list {
  margin-bottom: 13px;
}
.chat-detail-card .activity-list {
  padding: 12px 0 13px;
}
.ai-tool-screen .progress-prompt.chat-prompt.composer .direct-voice-btn > span {
  font-size: 13px;
}

/* 求职端：岗位详情是真的岗位详情，不再跳到进度页。 */
.candidate-job-detail-screen {
  background: var(--paper);
}
.candidate-job-detail-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 22px 18px 30px;
}
.job-detail-hero {
  padding: 18px;
  border: 1px solid #b9dfce;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(6, 63, 58, .055);
}
.job-detail-hero .label {
  color: #08775e;
}
.job-detail-hero h1 {
  margin: 8px 0 8px;
  color: #142b24;
  font-size: 27px;
  line-height: 1.22;
  letter-spacing: -.9px;
}
.job-detail-hero > p {
  margin: 0;
  color: #536d63;
  font-size: 12px;
  line-height: 1.7;
}
.job-detail-hero > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}
.job-detail-hero span {
  padding: 6px 9px;
  border-radius: 999px;
  color: #08775e;
  background: #e7f5ed;
  font-size: 10px;
  font-weight: 900;
}
.job-detail-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.job-detail-grid article {
  min-height: 68px;
  display: grid;
  align-content: center;
  gap: 6px;
  padding: 13px 14px;
  border: 1px solid #d7e7df;
  border-radius: 15px;
  background: #fff;
}
.job-detail-grid b {
  color: #7a8d84;
  font-size: 10px;
}
.job-detail-grid span {
  color: #263f36;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.5;
}
.job-detail-actions {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 9px;
  margin-top: 13px;
}
.job-detail-actions button {
  min-height: 46px;
  border-radius: 13px;
  font-size: 12px;
  font-weight: 900;
}
.job-detail-actions button:first-child {
  border: 0;
  color: #fff;
  background: #0d9278;
  box-shadow: 0 9px 17px rgba(13, 146, 120, .17);
}
.job-detail-actions button:last-child {
  border: 1px solid #b9dccc;
  color: #08775e;
  background: #fff;
}
.job-detail-similar {
  margin-top: 22px;
}
.job-detail-similar .section-heading {
  display: flex;
  justify-content: space-between;
}

/* 在线 AI 视频面试：不是聊天气泡，而是视频面试场景。 */
.video-interview-screen {
  background: #eef6f2;
}
.video-interview-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 16px 106px;
}
.video-call-area {
  position: relative;
  height: 392px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 35%, rgba(255,255,255,.16), rgba(255,255,255,0) 34%),
    linear-gradient(145deg, #10261f, #081310);
  box-shadow: 0 18px 34px rgba(7, 34, 27, .16);
}
.ai-video-card {
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 9px;
  padding: 25px;
  color: #fff;
  text-align: center;
}
.video-ai-avatar {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 23px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.16);
}
.video-ai-avatar img {
  width: 46px;
  height: 46px;
}
.ai-video-card b {
  font-size: 17px;
}
.ai-video-card p {
  max-width: 280px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 15px;
  line-height: 1.65;
}
.ai-video-card i {
  padding: 5px 9px;
  border-radius: 999px;
  color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.11);
  font-size: 10px;
  font-style: normal;
}
.candidate-self-view {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 104px;
  height: 142px;
  display: grid;
  align-content: end;
  gap: 4px;
  padding: 10px;
  border: 2px solid rgba(255,255,255,.72);
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at center 35%, rgba(255,255,255,.28), rgba(255,255,255,0) 31%),
    linear-gradient(160deg, #1b6657, #0b382f);
}
.candidate-self-view span {
  font-size: 11px;
  font-weight: 900;
}
.candidate-self-view b {
  color: rgba(255,255,255,.76);
  font-size: 9px;
}
.video-question-panel {
  margin-top: 14px;
  padding: 16px;
  border: 1px solid #cde4d9;
  border-radius: 18px;
  background: #fff;
}
.video-question-panel .label {
  color: #08775e;
}
.video-question-panel h2 {
  margin: 7px 0 8px;
  color: #142b24;
  font-size: 19px;
  line-height: 1.35;
}
.video-question-panel p:last-child {
  margin: 0;
  color: #60756c;
  font-size: 12px;
  line-height: 1.6;
}
.video-transcript-list {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}
.video-transcript-list article {
  padding: 11px 12px;
  border: 1px solid #d7e8df;
  border-radius: 14px;
  background: #fff;
}
.video-transcript-list b {
  color: #08775e;
  font-size: 10px;
}
.video-transcript-list p {
  margin: 5px 0 0;
  color: #334b42;
  font-size: 12px;
  line-height: 1.6;
}
.video-interview-screen #interviewPrompt .direct-voice-btn > span {
  font-weight: 900;
}

/* 招聘端轻菜单：不是平台导航，只是给对话 AI 一个可收起的手动入口。 */
.tool-menu-trigger {
  min-width: 42px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  padding: 0 9px;
  border: 1px solid #dce9e3;
  border-radius: 999px;
  color: #52665e;
  background: #fff;
  font-size: 11px;
  font-weight: 800;
}
.tool-menu-sheet {
  position: absolute;
  z-index: 26;
  top: 78px;
  right: 14px;
  left: auto;
  bottom: auto;
  width: 132px;
  overflow: visible;
  padding: 4px 0;
  border: 1px solid #dce9e3;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(6, 39, 33, .14);
}
.tool-menu-sheet[hidden] {
  display: none !important;
}
.tool-menu-sheet::before {
  content: '';
  position: absolute;
  top: -6px;
  right: 18px;
  width: 10px;
  height: 10px;
  border-left: 1px solid #dce9e3;
  border-top: 1px solid #dce9e3;
  background: #fff;
  transform: rotate(45deg);
}
.tool-menu-list {
  display: grid;
  gap: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}
.tool-menu-list button {
  width: 100%;
  min-height: 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 16px;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border: 0;
  border-bottom: 1px solid #eef4f1;
  border-radius: 0;
  color: #223c33;
  background: #fff;
  text-align: left;
}
.tool-menu-list button:last-child {
  border-bottom: 0;
}
.tool-menu-list button span {
  font-size: 12px;
  font-weight: 900;
}
.tool-menu-list button b {
  display: none;
}
.tool-menu-list button i {
  grid-column: 2;
  color: #08775e;
  font-size: 14px;
  font-style: normal;
  text-align: right;
}
.tool-menu-list button:active {
  background: #f1fbf6;
}
.interview-header-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.interview-header-actions .interview-clock {
  margin-left: 0;
  padding: 0 1px;
  color: #08775e;
  font: 11px var(--mono);
  font-weight: 800;
}
.interview-header-actions .tool-menu-trigger {
  margin-left: 0;
}

/* 默认是语音对话，因此右侧按钮表达“切到键盘”；只有进入文字输入时才显示麦克风。 */
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn .keyboard-icon,
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn .microphone-icon {
  display: none !important;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::before {
  content: '';
  width: 24px;
  height: 18px;
  display: block;
  border: 2px solid currentColor;
  border-radius: 5px;
  background:
    radial-gradient(circle, currentColor 1.25px, transparent 1.7px) 4px 4px / 5px 5px,
    linear-gradient(currentColor, currentColor) center 13px / 11px 2px no-repeat;
}
.chat-prompt.composer.is-typing-mode .composer-keyboard-btn::before {
  content: none;
}
.chat-prompt.composer.is-typing-mode .composer-keyboard-btn .keyboard-icon {
  display: none !important;
}
.chat-prompt.composer.is-typing-mode .composer-keyboard-btn .microphone-icon {
  display: block !important;
  width: 25px;
  height: 25px;
}

/* 20260729 减法修正：进度页只保留结论感，不做大块平台卡片。 */
.ai-tool-screen .job-glance,
.ai-tool-screen .chat-action-card {
  margin-left: 42px;
  margin-bottom: 10px;
  border-color: #dbe9e3;
  border-radius: 15px;
  box-shadow: 0 5px 12px rgba(6, 63, 58, .035);
}
.ai-tool-screen .job-glance {
  padding: 0 0 11px;
}
.ai-tool-screen .job-glance > header {
  min-height: 34px;
  padding: 0 12px;
  background: #f7fbf9;
}
.ai-tool-screen .job-glance h2 {
  margin: 11px 12px 3px;
  font-size: 21px;
}
.ai-tool-screen .job-glance > p {
  margin: 0 12px;
  font-size: 11px;
}
.ai-tool-screen .chat-action-card {
  padding: 12px;
}
.ai-tool-screen .chat-action-card .label {
  display: none;
}
.chat-action-card h3 {
  margin: 0 0 9px;
  font-size: 16px;
}
#progressConclusionCopy {
  display: none;
}
.chat-action-card .progress-cta,
.chat-action-card .recommendation-shortcut {
  min-height: 43px;
  border-radius: 12px;
  padding: 7px 12px;
}
.chat-action-card .progress-cta span,
.recommendation-shortcut span {
  font-size: 9px;
}
.chat-action-card .progress-cta b,
.recommendation-shortcut b {
  font-size: 13px;
}

/* 三个详情入口压缩成轻量折叠条，去掉“展开”和多余图标。 */
.chat-detail-card {
  margin-left: 42px;
  margin-bottom: 9px;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(6, 63, 58, .03);
}
.chat-detail-card summary {
  min-height: 42px;
  padding: 0 12px;
  font-size: 13px;
}
.chat-detail-card summary i {
  font-size: 9px;
}
.activity-section summary::before {
  content: none !important;
}
.activity-section summary {
  gap: 0;
}
.activity-section summary i {
  display: none;
}

/* 复试安排页删掉重复说明和底部提示，页面从可操作卡片开始。 */
.followup-lede,
.followup-note,
.candidate-detail-note {
  display: none !important;
}
.followup-body {
  padding-top: 15px;
}
.followup-arrange-card {
  margin-top: 0;
  padding: 15px;
}
.followup-arrange-card h2 {
  margin-bottom: 12px;
  font-size: 21px;
}
.followup-arrange-card > p:not(.label) {
  margin: 10px 0 12px;
  font-size: 10px;
}
.followup-timeline {
  margin-top: 18px;
}
.followup-node {
  min-height: 72px;
}

/* 键盘按钮改成微信式圆形键盘图标，和右侧 + 的视觉重量一致。 */
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::before {
  width: 31px;
  height: 31px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background:
    radial-gradient(circle, currentColor 1.55px, transparent 1.95px) 8px 8px / 6px 6px,
    linear-gradient(currentColor, currentColor) center 21px / 13px 2px no-repeat;
}
.composer-keyboard-btn,
.composer-more-btn {
  color: #31594c;
}

/* 20260729 final pass: input bar and progress cards should feel like one polished mini-program tool. */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer {
  min-height: 76px;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 48px 40px;
  align-items: center;
  gap: 0;
  margin: 0 12px max(10px, env(safe-area-inset-bottom));
  padding: 8px 10px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(10, 45, 36, .10);
}
.home-prompt.composer {
  margin-bottom: max(10px, env(safe-area-inset-bottom));
}
.progress-prompt.chat-prompt.composer,
.report-prompt.chat-prompt.composer {
  margin: 0 12px max(10px, env(safe-area-inset-bottom));
}
.composer-camera-btn {
  width: 48px;
  height: 56px;
  display: grid !important;
  place-items: center;
  color: #07130f;
}
.composer-camera-btn svg {
  width: 35px;
  height: 35px;
  stroke-width: 2.55;
}
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  width: 100%;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: #07130f;
  background: transparent;
}
.chat-prompt.composer .direct-voice-btn > span,
#employerPrompt .direct-voice-btn > span,
.progress-prompt.chat-prompt.composer .direct-voice-btn > span,
.video-interview-screen #interviewPrompt .direct-voice-btn > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip-path: none;
  color: inherit;
  text-align: center;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: .1px;
}
.chat-prompt.composer .direct-voice-btn.is-recording,
#employerPrompt .direct-voice-btn.is-recording,
.chat-prompt.composer.is-task-action .direct-voice-btn {
  color: #fff;
  background: #0d9278;
}
.composer-keyboard-btn {
  width: 46px;
  height: 56px;
  display: grid;
  place-items: center;
  color: #07130f;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn .keyboard-icon {
  display: none !important;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::before {
  content: '';
  width: 36px;
  height: 36px;
  display: block;
  border: 3px solid currentColor;
  border-radius: 50%;
  background:
    radial-gradient(circle, currentColor 2.05px, transparent 2.45px) 9px 9px / 8px 8px,
    linear-gradient(currentColor, currentColor) center 25px / 14px 3px no-repeat;
}
.chat-prompt.composer.is-typing-mode .composer-keyboard-btn::before {
  content: none;
}
.chat-prompt.composer.is-typing-mode .composer-input,
#employerPrompt.composer.is-typing-mode .composer-input {
  display: flex;
  height: 56px;
  padding: 0 8px;
}
.chat-prompt.composer.is-typing-mode,
.home-prompt.composer.is-typing-mode,
.progress-prompt.chat-prompt.composer.is-typing-mode,
.report-prompt.chat-prompt.composer.is-typing-mode,
#employerPrompt.composer.is-typing-mode {
  grid-template-columns: 54px minmax(0, 1fr) 48px 40px;
  padding-left: 10px;
}
.composer-more-btn {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  justify-self: end;
  border: 2.4px solid #07130f;
  border-radius: 50%;
  color: #07130f;
  font-size: 31px;
  font-weight: 400;
  line-height: 31px;
}
.progress-prompt.chat-prompt.composer::before {
  left: -13px;
  right: -13px;
  bottom: -12px;
  height: 104px;
}
.ai-tool-screen .progress-chat-content {
  padding-bottom: 132px;
}
.chat-detail-card.job-glance {
  border-color: #b7dfce;
  background: linear-gradient(145deg, #f5fff9 0%, #ffffff 58%, #e9f7f1 100%);
  box-shadow: 0 8px 18px rgba(7, 82, 64, .075);
}
.chat-detail-card.job-glance > header {
  border-bottom-color: #d8eee3;
  color: #08775e;
  background: rgba(232, 247, 239, .72);
}
.chat-detail-card.job-glance > header b {
  color: #08775e;
  background: #dff5e9;
}
.ai-tool-screen .job-glance h2 {
  margin: 13px 14px 4px;
  color: #0a604f;
  font-size: 21px;
  line-height: 1.28;
  letter-spacing: -.45px;
}
.ai-tool-screen .job-glance > p {
  color: #5c786d;
  font-size: 11px;
}
.chat-action-card {
  border-color: #b7dfce;
  background: linear-gradient(145deg, #ffffff 0%, #f3fbf7 100%);
  box-shadow: 0 8px 18px rgba(7, 82, 64, .07);
}
.chat-action-card .label {
  color: #08775e;
  font-size: 10px;
}
.chat-action-card h3 {
  color: #0a604f;
  font-size: 16px;
  line-height: 1.35;
  letter-spacing: -.25px;
}
.chat-action-card > p:not(.label) {
  color: #5f766d;
  font-size: 11px;
}
.chat-action-card .progress-cta,
.chat-action-card .recommendation-shortcut {
  min-height: 50px;
  border-radius: 13px;
}
.recommendation-shortcut {
  border: 0;
  background: linear-gradient(135deg, #0d9278, #08745f);
  box-shadow: 0 8px 18px rgba(13, 146, 120, .20);
}
.recommendation-shortcut span {
  color: rgba(255,255,255,.78);
}
.recommendation-shortcut b {
  color: #fff;
  font-size: 13px;
}
.progress-cta.is-waiting {
  border-color: #cde7dc;
  color: #315f51;
  background: #eef8f3;
}
.progress-cta.is-waiting b {
  color: #0a604f;
}
.chat-detail-card summary {
  min-height: 43px;
  padding-right: 13px;
}
.chat-detail-card summary i,
.activity-section summary i {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  display: grid !important;
  place-items: center;
  margin-left: auto;
  font-size: 0 !important;
  color: #08775e;
  border-radius: 50%;
  background: #edf8f3;
  transition: transform .18s ease;
}
.chat-detail-card summary i::before,
.activity-section summary i::before {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}
.chat-detail-card[open] summary i,
.activity-section[open] summary i {
  transform: rotate(180deg);
}
.tool-menu-trigger {
  cursor: pointer;
}
.tool-menu-trigger[aria-expanded="true"] {
  color: #08775e;
  border-color: #b7dfce;
  background: #f3fbf7;
}

/* Remove the oversized camera from the bottom composer; photo/file stays inside the + menu. */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer,
.chat-prompt.composer.is-typing-mode,
.home-prompt.composer.is-typing-mode,
.progress-prompt.chat-prompt.composer.is-typing-mode,
.report-prompt.chat-prompt.composer.is-typing-mode,
#employerPrompt.composer.is-typing-mode {
  min-height: 62px;
  grid-template-columns: minmax(0, 1fr) 42px 36px;
  margin: 0 14px max(10px, env(safe-area-inset-bottom));
  padding: 6px 8px 6px 16px;
  border-radius: 24px;
  box-shadow: 0 8px 22px rgba(10, 45, 36, .085);
}
.composer-camera-btn {
  display: none !important;
}
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  height: 48px;
}
.chat-prompt.composer .direct-voice-btn > span,
#employerPrompt .direct-voice-btn > span,
.progress-prompt.chat-prompt.composer .direct-voice-btn > span,
.video-interview-screen #interviewPrompt .direct-voice-btn > span {
  font-size: 17px;
  font-weight: 850;
}
.composer-keyboard-btn {
  width: 40px;
  height: 48px;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::before {
  width: 33px;
  height: 33px;
  border-width: 2.4px;
  background:
    radial-gradient(circle, currentColor 1.85px, transparent 2.25px) 8px 8px / 7px 7px,
    linear-gradient(currentColor, currentColor) center 23px / 13px 2.4px no-repeat;
}
.composer-more-btn {
  width: 34px;
  height: 34px;
  border-width: 2px;
  font-size: 28px;
  line-height: 28px;
}

/* Keep hierarchy clear without shouting: compact text for the lightweight tool screens. */
.ai-tool-screen .job-glance h2 {
  margin: 12px 14px 3px;
  font-size: 18px;
  line-height: 1.32;
  letter-spacing: -.2px;
}
.ai-tool-screen .job-glance > p {
  font-size: 10px;
}
.chat-detail-card.job-glance > header,
.chat-action-card .label {
  font-size: 9px;
}
.chat-detail-card.job-glance > header b {
  padding: 3px 7px;
  font-size: 8px;
}
.chat-action-card {
  padding: 12px;
}
.chat-action-card h3 {
  margin: 6px 0 4px;
  font-size: 15px;
  line-height: 1.35;
}
.chat-action-card > p:not(.label) {
  margin-bottom: 10px;
  font-size: 10px;
  line-height: 1.55;
}
.chat-action-card .progress-cta,
.chat-action-card .recommendation-shortcut {
  min-height: 46px;
}
.recommendation-shortcut b,
.progress-cta.is-waiting b {
  font-size: 12px;
}
.recommendation-shortcut span,
.progress-cta.is-waiting span {
  font-size: 8px;
}
.jobs-overview-body {
  padding-top: 18px;
}
.jobs-overview-lede {
  padding: 2px 2px 15px;
}
.jobs-overview-lede .label {
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.jobs-overview-lede h1 {
  margin: 7px 0 5px;
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: -.35px;
}
.jobs-overview-lede p:last-child {
  font-size: 11px;
  line-height: 1.55;
}
.job-overview-card {
  min-height: 86px;
  padding: 12px;
}
.jobs-overview-add {
  min-height: 43px;
}

/* Final composer slimming: smaller footprint, cleaner keyboard mark, perfectly centered plus. */
.chat-prompt.composer,
.home-prompt.composer,
#employerPrompt.composer,
.chat-prompt.composer.is-typing-mode,
.home-prompt.composer.is-typing-mode,
.progress-prompt.chat-prompt.composer.is-typing-mode,
.report-prompt.chat-prompt.composer.is-typing-mode,
#employerPrompt.composer.is-typing-mode {
  min-height: 54px;
  grid-template-columns: minmax(0, 1fr) 34px 32px;
  margin: 0 16px max(9px, env(safe-area-inset-bottom));
  padding: 5px 7px 5px 14px;
  border-radius: 20px;
  box-shadow: 0 6px 16px rgba(10, 45, 36, .075);
}
.chat-prompt.composer .direct-voice-btn,
#employerPrompt .direct-voice-btn {
  height: 42px;
  border-radius: 14px;
}
.chat-prompt.composer .direct-voice-btn > span,
#employerPrompt .direct-voice-btn > span,
.progress-prompt.chat-prompt.composer .direct-voice-btn > span,
.video-interview-screen #interviewPrompt .direct-voice-btn > span {
  font-size: 14px;
  font-weight: 850;
}
.composer-keyboard-btn {
  width: 32px;
  height: 42px;
  position: relative;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::before {
  width: 29px;
  height: 29px;
  border: 2px solid currentColor;
  border-radius: 50%;
  background: transparent;
}
.chat-prompt.composer:not(.is-typing-mode) .composer-keyboard-btn::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 14px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  box-shadow:
    6px 0 0 currentColor,
    12px 0 0 currentColor,
    0 6px 0 currentColor,
    6px 6px 0 currentColor,
    12px 6px 0 currentColor,
    3px 12px 0 currentColor,
    9px 12px 0 currentColor;
}
.chat-prompt.composer.is-typing-mode .composer-keyboard-btn::after {
  content: none;
}
.composer-more-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  justify-self: center;
  align-self: center;
  padding: 0 0 2px;
  border: 2px solid #07130f;
  border-radius: 50%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

/* User voice messages in progress chat stay on the right, same as the main conversation. */
.ai-tool-screen .progress-chat-content .user-message,
.ai-tool-screen .progress-chat-content .voice-user {
  width: fit-content;
  max-width: 82%;
  margin-left: auto;
  margin-right: 0;
  justify-content: flex-end;
}
.ai-tool-screen .progress-chat-content .user-message .bubble,
.ai-tool-screen .progress-chat-content .voice-user .bubble {
  margin-left: auto;
}

/* Progress composer uses the same white input surface as the home page. */
.progress-prompt.chat-prompt.composer::before,
.report-prompt.chat-prompt.composer::before {
  content: none !important;
}
.progress-prompt.chat-prompt.composer,
.report-prompt.chat-prompt.composer {
  background: #fff;
}

.recommendation-shortcut {
  justify-items: center;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
}
.recommendation-shortcut b {
  width: 100%;
  text-align: center;
}

.activity-section[open] summary i::after,
.chat-detail-card[open] summary i::after {
  content: none !important;
}

/* Video interview text should feel conversational, not poster-like. */
.ai-video-card b {
  font-size: 15px;
}
.ai-video-card p {
  max-width: 250px;
  font-size: 13px;
  line-height: 1.55;
}
.video-question-panel {
  margin-top: 12px;
  padding: 13px 14px;
  border-radius: 15px;
}
.video-question-panel .label {
  font-size: 9px;
  letter-spacing: 0;
  text-transform: none;
}
.video-question-panel h2 {
  margin: 6px 0 6px;
  font-size: 15px;
  line-height: 1.42;
  letter-spacing: -.2px;
  font-weight: 850;
}
.video-question-panel p:last-child {
  font-size: 10px;
  line-height: 1.55;
}
.video-transcript-list article {
  padding: 10px 11px;
  border-radius: 12px;
}
.video-transcript-list p {
  font-size: 11px;
  line-height: 1.55;
}

/* Candidate progress is a small status page; more jobs live on a separate page. */
.candidate-progress-body {
  padding: 18px 18px 28px;
}
.candidate-progress-lede {
  padding: 0 2px 13px;
}
.candidate-progress-lede .label {
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.candidate-progress-lede h1 {
  margin: 6px 0 4px;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: -.25px;
}
.candidate-progress-lede p:last-child {
  font-size: 10px;
  line-height: 1.5;
}
.candidate-interview-task {
  padding: 13px;
  border-radius: 16px;
}
.candidate-task-mark {
  width: 29px;
  height: 29px;
  border-radius: 9px;
}
.candidate-task-top p {
  font-size: 9px;
}
.candidate-task-top h2 {
  font-size: 14px;
}
.candidate-interview-task > p {
  margin: 9px 0 8px;
  font-size: 10px;
  line-height: 1.55;
}
.candidate-task-meta span {
  font-size: 9px;
}
.candidate-interview-enter {
  min-height: 42px;
  margin-top: 12px;
  font-size: 12px;
}
.candidate-more-screen .candidate-progress-body {
  padding-top: 18px;
}
.candidate-more-lede {
  padding-bottom: 12px;
}
.candidate-more-jobs {
  margin-top: 0;
}
.candidate-more-screen .candidate-job-option {
  min-height: 58px;
  margin-top: 8px;
  padding: 10px 12px;
  border-radius: 13px;
}
.candidate-more-screen .candidate-job-option b {
  font-size: 12px;
}
.candidate-more-screen .candidate-job-option small,
.candidate-more-screen .candidate-job-option em {
  font-size: 9px;
}

.candidate-progress-screen .candidate-progress-body {
  padding-bottom: 96px;
}
.candidate-command-dock {
  position: absolute;
  z-index: 6;
  left: 16px;
  right: 16px;
  bottom: max(10px, env(safe-area-inset-bottom));
  min-height: 54px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 6px 16px rgba(10, 45, 36, .075);
}
.command-voice-trigger {
  height: 42px;
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #0d9278;
  font-size: 14px;
  font-weight: 850;
}
.command-text-trigger {
  height: 42px;
  padding: 0 10px;
  border: 1px solid #dce9e3;
  border-radius: 14px;
  color: #536860;
  background: #f8fbfa;
  font-size: 12px;
  font-weight: 750;
}
.candidate-command-sheet {
  position: absolute;
  inset: 0;
  z-index: 34;
  display: grid;
  align-items: end;
  padding: 16px;
  background: rgba(9, 38, 31, .18);
}
.candidate-command-sheet[hidden] {
  display: none !important;
}
.candidate-command-card {
  position: relative;
  padding: 15px;
  border: 1px solid #d7e8df;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(7, 39, 32, .16);
}
.candidate-command-card .label {
  color: #08775e;
  font-size: 10px;
  letter-spacing: 0;
  text-transform: none;
}
.candidate-command-card h2 {
  margin: 5px 0 12px;
  color: #17352c;
  font-size: 16px;
  line-height: 1.35;
}
.command-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  color: #61736b;
  background: #eef5f1;
  font-size: 18px;
  line-height: 1;
}
.command-input-row {
  height: 42px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 8px;
  margin-top: 0;
}
.command-input-row input {
  min-width: 0;
  padding: 0 12px;
  border: 1px solid #dce9e3;
  border-radius: 12px;
  color: #213b32;
  background: #f8fbfa;
  outline: 0;
  font-size: 12px;
}
.command-input-row button {
  border: 0;
  border-radius: 12px;
  color: #08775e;
  background: #e7f5ee;
  font-size: 12px;
  font-weight: 850;
}
/* Keep the recruiting process compact; it should read like supporting status text, not a headline. */
#progressProcessDetail .section-heading {
  margin-bottom: 9px;
}
#progressProcessDetail .section-heading .label {
  font-size: 10px;
  font-weight: 800;
}
#progressProcessDetail .live-dot {
  font-size: 9px;
}
#progressProcessDetail .process-node {
  min-height: 62px;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  gap: 9px;
}
#progressProcessDetail .process-node:not(:last-child)::before {
  top: 28px;
  left: 13.5px;
}
#progressProcessDetail .node-icon {
  width: 28px;
  height: 28px;
  font-size: 12px;
}
#progressProcessDetail .process-node > div {
  padding-top: 1px;
}
#progressProcessDetail .process-node b {
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0;
}
#progressProcessDetail .process-node p {
  margin-top: 3px;
  font-size: 10px;
  line-height: 1.45;
}
#progressProcessDetail .node-time {
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 8px;
}

/* Ended hiring tasks stay visible, but quieter than active tasks. */
.job-overview-card.ended {
  border-color: #dbe7e2;
  background: #fff;
}
.job-overview-card.ended .job-overview-index {
  color: #687a73;
  background: #eef4f1;
}
.job-thread.ended i {
  color: #66776f;
  background: #eef4f1;
}
.job-overview-state.ended {
  color: #7a8782;
  background: transparent;
}
.job-overview-state.ended i {
  color: #9aa8a2;
}
.job-thread.ended em {
  color: #66776f;
}

/* Non-chat pages use one small AI command orb instead of a full composer. */
#reportPrompt,
#followupPrompt {
  display: none !important;
}
.candidate-command-dock {
  display: none !important;
}
.ai-command-float {
  position: absolute;
  z-index: 12;
  right: 20px;
  bottom: max(18px, env(safe-area-inset-bottom));
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid #d7e9e0;
  border-radius: 15px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 10px 26px rgba(9, 48, 39, .16);
}
.ai-command-float img {
  width: 25px;
  height: 25px;
}
.ai-command-float:active {
  transform: translateY(1px) scale(.98);
  box-shadow: 0 6px 18px rgba(9, 48, 39, .14);
}
.ai-tool-screen .progress-chat-content {
  padding-bottom: 132px !important;
}
.report-body,
.followup-body,
.candidate-progress-screen .candidate-progress-body,
.candidate-job-detail-body,
.device-check-body {
  padding-bottom: 76px !important;
}
.candidate-detail-screen .ai-command-float {
  bottom: max(86px, env(safe-area-inset-bottom));
}
.followup-inline-action {
  min-height: 26px;
  margin-top: 7px;
  padding: 0 10px;
  border: 1px solid #bddfd2;
  border-radius: 999px;
  color: #08775e;
  background: #f7fcf9;
  font-size: 10px;
  font-weight: 800;
}
.followup-inline-action.secondary {
  color: #536b62;
  border-color: #d9e6e1;
  background: #fff;
}
