@font-face {
  font-family: "Smiley Sans";
  src: url("./fonts/SmileySans-Oblique.woff2") format("woff2");
  font-display: swap;
  font-style: oblique;
  font-weight: 100 900;
}

:root {
  color-scheme: light;
  --ink: #111315;
  --muted: #66706b;
  --line: #e3e7e4;
  --line-strong: #d5dad7;
  --surface: #ffffff;
  --surface-soft: #f7f7f7;
  --sidebar: #f4f4f4;
  --green: #202020;
  --green-dark: #171717;
  --green-soft: #ededed;
  --warm: #7b654e;
  --warm-soft: #f3efe9;
  --shadow: 0 30px 80px rgba(17, 19, 18, .13), 0 4px 14px rgba(17, 19, 18, .06);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Noto Sans SC", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; }
body::selection { color: #fff; background: var(--ink); }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
svg { display: block; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.section-shell { width: min(1240px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.site-nav { position: absolute; z-index: 20; top: 0; left: 50%; width: min(1320px, calc(100% - 48px)); height: 78px; display: grid; grid-template-columns: 1fr auto; align-items: center; transform: translateX(-50%); }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; font-size: 17px; font-weight: 760; letter-spacing: -.035em; }
.brand-mark { display: inline-grid; width: 24px; height: 24px; place-items: center; border-radius: 6px; color: #fff; background: var(--ink); font-size: 14px; font-weight: 800; letter-spacing: -.06em; }
.brand-mark-small { width: 20px; height: 20px; border-radius: 5px; font-size: 11px; }
.nav-actions { display: flex; justify-content: flex-end; align-items: center; gap: 17px; }
.nav-login { padding: 8px; border: 0; background: transparent; cursor: pointer; font-size: 13px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: 13px; font-weight: 680; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; height: 17px; }
.button-dark { color: #fff; background: var(--ink); box-shadow: 0 6px 16px rgba(17, 19, 21, .13); }
.button-dark:hover { background: #272b29; box-shadow: 0 10px 24px rgba(17, 19, 21, .18); }
.button-light { min-width: 138px; color: var(--ink); background: #fff; }
.button-light:hover { background: #f1f2f1; }
.button-small { min-height: 39px; padding: 0 17px; }
.nav-cta { min-height: 40px; padding: 0 18px; border-radius: 8px; }

.hero { min-height: 1020px; overflow: hidden; padding: 138px 24px 0; background: radial-gradient(circle at 50% 35%, rgba(17, 19, 21, .035), transparent 29%), #fff; }
.hero-copy { position: relative; z-index: 2; text-align: center; }
.hero h1 { min-height: 1.08em; margin: 0; font-family: "Smiley Sans", "PingFang SC", sans-serif; font-size: clamp(54px, 6.5vw, 88px); font-style: oblique; font-weight: 700; line-height: 1.04; letter-spacing: -.04em; text-align: center; }
.hero-title-line { width: max-content; max-width: 100%; display: inline-flex; align-items: baseline; justify-content: center; white-space: nowrap; }
.hero-title-fixed { flex: 0 0 auto; }
.hero-word-stage { position: relative; width: auto; height: 1.08em; display: inline-block; flex: 0 0 auto; overflow: hidden; text-align: left; vertical-align: bottom; }
.hero-word { position: relative; display: block; white-space: nowrap; transform-origin: left bottom; }
.hero-word.is-entering { animation: hero-word-in .72s cubic-bezier(.2,.8,.2,1) both; }
.hero-word.is-leaving { animation: hero-word-out .48s cubic-bezier(.4,0,1,1) both; }
.hero-copy > p { margin: 22px auto 0; color: #58605c; font-size: 16px; line-height: 1.7; letter-spacing: -.012em; }
.hero-cta { margin-top: 28px; }
.product-stage { position: relative; z-index: 3; width: min(1320px, 100%); margin: 58px auto 0; scroll-margin-top: 28px; }
.product-stage::before { position: absolute; z-index: -1; inset: -80px 12% auto; height: 320px; border-radius: 50%; content: ""; background: rgba(17, 19, 21, .055); filter: blur(80px); pointer-events: none; }
.product-window { height: 710px; display: grid; grid-template-columns: 236px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line-strong); border-radius: 14px 14px 0 0; background: #fff; box-shadow: var(--shadow); text-align: left; }

.product-sidebar { position: relative; min-width: 0; display: flex; flex-direction: column; align-items: stretch; padding: 12px 10px 10px; border-right: 1px solid var(--line); background: #f2f2f2; color: #343434; }
.product-brand { width: 100%; min-height: 32px; margin-bottom: 8px; padding: 0 6px; display: flex; align-items: center; gap: 8px; }
.product-brand strong { min-width: 0; color: #222; font-size: 13px; font-weight: 730; }
.sidebar-collapse-indicator { width: 24px; height: 24px; margin-left: auto; display: grid; place-items: center; border-radius: 6px; color: #777; background: #e8e8e8; font-size: 16px; }
.icon-button { display: inline-grid; width: 30px; height: 30px; padding: 0; place-items: center; border: 0; border-radius: 7px; background: transparent; cursor: pointer; }
.icon-button:hover { background: #eef0ef; }
.icon-button:disabled { opacity: .5; cursor: default; }
.icon-button svg { width: 17px; height: 17px; }
.primary-menu, .rail-job-tools { width: 100%; display: grid; gap: 2px; }
.primary-menu button, .rail-job-tools button { position: relative; width: 100%; min-height: 32px; padding: 0 9px; border: 0; border-radius: 6px; display: flex; align-items: center; gap: 9px; background: transparent; cursor: pointer; color: #555; font-size: 11px; text-align: left; transition: background 150ms ease, color 150ms ease; }
.primary-menu button:hover, .rail-job-tools button:hover { color: var(--ink); background: #e8e8e8; }
.primary-menu button.is-active, .rail-job-tools button.is-active { color: var(--ink); background: #dfdfdf; }
.primary-menu svg, .rail-job-tools svg { width: 16px; height: 16px; flex: 0 0 auto; }
.sidebar-spacer { flex: 1; }
.sidebar-job-scope { min-height: 0; margin-top: 14px; overflow: hidden; display: flex; flex-direction: column; }
.sidebar-section-heading { min-height: 28px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; color: #777; font-size: 10px; font-weight: 650; }
.sidebar-section-heading small { font-size: inherit; font-weight: 500; }
.sidebar-field-label { margin: 5px 0 3px; padding: 0 8px; color: #8a8a8a; font-size: 8px; line-height: 18px; }
.sidebar-job-list { display: grid; gap: 2px; }
.sidebar-job-list button { min-width: 0; min-height: 29px; padding: 0 8px; border: 0; border-radius: 6px; display: grid; grid-template-columns: 7px minmax(0, 1fr); align-items: center; gap: 7px; color: #666; background: transparent; cursor: pointer; font-size: 9px; text-align: left; }
.sidebar-job-list button:hover { color: #222; background: #e8e8e8; }
.sidebar-job-list button.is-active { color: #222; background: #fff; box-shadow: inset 0 0 0 1px #ddd; font-weight: 680; }
.sidebar-job-list button i { width: 6px; height: 6px; border-radius: 50%; background: #c2c2c2; }
.sidebar-job-list button.is-active i { background: #222; box-shadow: 0 0 0 2px #e3e3e3; }
.sidebar-job-list button span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rail-job-tools { padding-bottom: 8px; border-bottom: 0; }
.rail-job-tools .menu-count { margin-left: auto; }
.sidebar-section { margin-top: 21px; }
.sidebar-label { display: flex; align-items: center; justify-content: space-between; padding: 0 5px; color: #8a918d; font-size: 10px; }
.sidebar-label button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.sidebar-caption { display: block; margin: 13px 5px 7px; color: #8a918d; font-size: 10px; }
.job-switcher { width: 100%; min-height: 36px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 7px; padding: 0 9px; overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fff; cursor: pointer; color: #282d2a; font-size: 11px; font-weight: 640; text-align: left; }
.job-switcher:hover { border-color: #c6cbc8; }
.job-switcher span:nth-child(2) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-switcher svg { width: 14px; height: 14px; }
.job-switcher[aria-expanded="true"] svg { transform: rotate(180deg); }
.job-switcher-wrap { position: relative; z-index: 8; }
.job-switcher-menu { position: absolute; z-index: 10; top: calc(100% + 6px); right: 0; left: 0; padding: 5px; border: 1px solid var(--line-strong); border-radius: 9px; background: #fff; box-shadow: 0 14px 38px rgba(17, 19, 18, .14); animation: search-expand .18s ease-out both; }
.job-switcher-menu > button { width: 100%; min-height: 48px; padding: 7px 8px; border: 0; border-radius: 6px; display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 8px; color: #3e4541; background: transparent; cursor: pointer; text-align: left; }
.job-switcher-menu > button:hover, .job-switcher-menu > button.is-active { background: #f1f4f2; }
.job-switcher-menu i { width: 7px; height: 7px; border-radius: 50%; background: #c5cbc7; }
.job-switcher-menu button.is-active i { background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.job-switcher-menu strong, .job-switcher-menu small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.job-switcher-menu strong { font-size: 9px; }
.job-switcher-menu small { margin-top: 4px; color: #929995; font-size: 7.5px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.menu-count { min-width: 18px; height: 18px; padding: 0 4px; display: inline-grid; place-items: center; border-radius: 6px; color: #555; background: #e1e1e1; font-size: 8px; }
.integration-link { width: 100%; min-height: 32px; margin-top: 4px; padding: 0 9px; display: flex; align-items: center; gap: 9px; border-radius: 6px; color: #555; font-size: 11px; }
.integration-link:hover { color: #111; background: #e8e8e8; }
.integration-link svg { width: 16px; height: 16px; }
.sidebar-user-card { width: 100%; min-height: 36px; margin-top: 5px; padding: 0 7px; border: 0; border-radius: 6px; display: flex; align-items: center; gap: 8px; color: #555; background: transparent; cursor: pointer; font-size: 10px; text-align: left; }
.sidebar-user-card:hover { background: #e8e8e8; }
.sidebar-user-card > span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 6px; color: #fff; background: #333; font-size: 8px; font-weight: 750; }
.sidebar-user-card strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 620; }

.product-main { min-width: 0; min-height: 0; height: 100%; display: flex; flex-direction: column; overflow: hidden; background: #fff; }
.product-topbar { height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 19px; border-bottom: 1px solid var(--line); }
.breadcrumb { min-width: 0; display: flex; align-items: center; gap: 7px; font-size: 12px; }
.breadcrumb > span { color: #7e8581; }
.breadcrumb strong { font-weight: 690; }
.breadcrumb svg { width: 14px; height: 14px; color: #a2a7a4; }
.topbar-job-switcher { width: 230px; }
.topbar-job-switcher .job-switcher { border-color: transparent; background: #f4f4f4; }
.topbar-job-switcher .job-switcher span:nth-child(2) { color: #222; }
.topbar-job-switcher .job-switcher:hover,
.topbar-job-switcher .job-switcher[aria-expanded="true"] { border-color: #d8d8d8; background: #fff; }
.topbar-job-switcher .job-switcher-menu { width: 260px; right: auto; }
.topbar-actions { display: flex; gap: 2px; color: #717975; }
.demo-panel { min-height: 0; display: flex; flex: 1; flex-direction: column; }
.demo-workspace { display: grid; grid-template-columns: minmax(0, .96fr) minmax(520px, 1.04fr); transition: grid-template-columns 260ms cubic-bezier(.2,.8,.2,1); }
.demo-workspace.results-collapsed { grid-template-columns: minmax(0, 1fr) 0; }
.demo-workspace.results-collapsed .demo-results { opacity: 0; pointer-events: none; transform: translateX(20px) scale(.99); }
.demo-conversation { position: relative; min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.conversation-head { height: 58px; display: flex; align-items: center; gap: 10px; padding: 0 26px; border-bottom: 1px solid #f0f1f0; }
.agent-icon { width: 30px; height: 30px; display: inline-grid; flex: 0 0 auto; place-items: center; border: 0; border-radius: 0; color: #4d5157; background: transparent; }
.agent-icon svg { width: 18px; height: 18px; stroke-width: 1.45; }
.agent-icon-small { width: 27px; height: 27px; border-radius: 7px; }
.conversation-head > div { display: flex; align-items: baseline; gap: 8px; }
.conversation-head strong { font-size: 12px; }
.conversation-head > div span { color: #929995; font-size: 9px; }
.live-indicator { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; color: #6e7672; font-size: 9px; }
.live-indicator i { width: 6px; height: 6px; border-radius: 50%; background: #333; box-shadow: 0 0 0 3px #ededed; }
.conversation-scroll { min-height: 0; position: relative; flex: 1; overflow: auto; padding: 34px clamp(30px, 5vw, 70px) 22px; scrollbar-width: thin; scrollbar-color: #cfd6d2 transparent; scrollbar-gutter: stable; overscroll-behavior: contain; }
.user-message { width: fit-content; max-width: 330px; margin: 0 0 28px auto; padding: 12px 15px; border: 1px solid var(--line); border-radius: 10px 10px 3px 10px; background: #f6f7f6; }
.user-message strong { display: block; font-size: 10px; }
.user-message strong span { margin-left: 5px; color: #9ba09d; font-weight: 450; }
.user-message p { margin: 5px 0 0; font-size: 11px; line-height: 1.5; }
.agent-message { display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 12px; }
.agent-message + .agent-message { margin-top: 26px; }
.agent-content header { display: flex; align-items: center; gap: 7px; font-size: 10px; }
.agent-content header span { color: #a0a5a2; }
.agent-content > p { max-width: 790px; margin: 8px 0 13px; color: #3e4541; font-size: 11px; line-height: 1.75; }
.demo-conversation-thread { display: grid; gap: 27px; }
.demo-conversation-round { position: relative; display: grid; gap: 18px; }
.demo-conversation-round + .demo-conversation-round { padding-top: 6px; }
.demo-conversation-round.is-active { padding-bottom: 8px; }
.demo-round-marker { min-height: 24px; margin-bottom: -5px; display: flex; align-items: center; gap: 7px; color: #777; font-size: 8px; }
.demo-round-marker::after { height: 1px; flex: 1; content: ""; background: #ededed; }
.demo-round-marker > span { color: #444; font-weight: 720; }
.demo-round-marker > small { display: inline-flex; align-items: center; gap: 4px; color: #888; font-size: 7px; }
.demo-round-marker > small i { width: 5px; height: 5px; border-radius: 50%; background: #444; animation: pulse-dot 1.2s infinite; }
.completed-trace-toggle { width: 100%; min-height: 38px; margin: 7px 0 6px; padding: 0; border: 0; display: flex; align-items: center; gap: 7px; color: #777; background: transparent; cursor: pointer; text-align: left; }
.completed-trace-toggle::before { width: 27px; height: 27px; border-radius: 7px; display: grid; place-items: center; content: "✦"; color: #444; background: #ededed; font-size: 11px; }
.completed-trace-toggle > span { min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.completed-trace-toggle strong { color: #333; font-size: 9px; }
.completed-trace-toggle small { color: #888; font-size: 7.5px; }
.completed-trace-toggle svg { width: 12px; height: 12px; margin-left: auto; transition: transform 160ms ease; }
.completed-trace-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.completed-trace-content { margin-bottom: 8px; padding: 8px 10px; border: 1px solid #e7e7e7; border-radius: 7px; display: grid; gap: 5px; color: #777; background: #fafafa; font-size: 7.5px; }
.completed-trace-content span { min-height: 20px; display: flex; align-items: center; gap: 6px; }
.completed-trace-content span::before { width: 5px; height: 5px; border-radius: 50%; content: ""; background: #777; }
.demo-message-highlights { margin-top: 9px; padding: 9px; border-radius: 7px; color: #555; background: #f5f5f5; }
.demo-message-highlights > div { display: flex; flex-wrap: wrap; gap: 5px; }
.demo-message-highlights > div span { min-height: 22px; padding: 2px 6px; border-radius: 5px; display: inline-flex; align-items: center; color: #444; background: #e9e9e9; font-size: 7.5px; }
.demo-message-highlights p { margin: 7px 0 0; display: flex; align-items: center; flex-wrap: wrap; gap: 4px; color: #777; font-size: 7.5px; }
.demo-message-highlights p button { min-height: 21px; padding: 0 5px; border: 1px solid #e8d9ab; border-radius: 4px; color: #624d16; background: #fbf3db; font-size: 7.5px; cursor: pointer; }
.demo-live-message { margin-top: -3px; }
.demo-live-execution { overflow: hidden; border: 1px solid #e2e2e2; border-radius: 9px; background: #fafafa; }
.demo-live-execution > header { min-height: 35px; padding: 0 10px; border-bottom: 1px solid #e7e7e7; display: flex; align-items: center; justify-content: space-between; gap: 7px; color: #777; font-size: 7.5px; }
.demo-live-execution > header em { display: inline-flex; align-items: center; gap: 4px; color: #555; font-size: 7px; font-style: normal; font-weight: 500; white-space: nowrap; }
.demo-live-execution > header em i { width: 5px; height: 5px; border-radius: 50%; background: #444; animation: pulse-dot 1.2s infinite; }
.demo-live-stage-list { padding: 7px 10px 9px; display: grid; }
.demo-live-stage { position: relative; min-height: 43px; display: grid; grid-template-columns: 22px minmax(0,1fr) auto; gap: 8px; align-items: start; animation: trace-reveal .28s ease-out both; }
.demo-live-stage:not(:last-child)::after { position: absolute; top: 22px; bottom: 0; left: 10px; width: 1px; content: ""; background: #ddd; }
.demo-live-stage > span { position: relative; z-index: 1; width: 22px; height: 22px; border-radius: 6px; display: grid; place-items: center; color: #555; background: #e8e8e8; font-size: 7px; font-weight: 720; }
.demo-live-stage.is-current > span { color: #fff; background: #222; animation: pulse-dot 1.2s infinite; }
.demo-live-stage p { min-width: 0; margin: 2px 0 0; display: grid; gap: 3px; }
.demo-live-stage strong { color: #333; font-size: 8.5px; }
.demo-live-stage small { overflow: hidden; color: #777; font-size: 7.5px; text-overflow: ellipsis; white-space: nowrap; }
.demo-live-stage time { padding-top: 3px; color: #888; font-size: 7px; }
.demo-final-message { margin-top: 17px; }
.conversation-candidate-table { margin-top: 11px; overflow: hidden; border: 1px solid #e0e0e0; border-radius: 8px; background: #fff; }
.conversation-table-head, .conversation-table-row { min-width: 0; display: grid; grid-template-columns: 22px minmax(82px, .72fr) minmax(116px, 1.2fr) 38px; align-items: center; gap: 7px; }
.conversation-table-head { min-height: 28px; padding: 0 9px; color: #818181; background: #f3f3f3; font-size: 7px; }
.conversation-table-row { min-height: 47px; padding: 6px 9px; border-top: 1px solid #ededed; color: #444; font-size: 8px; animation: candidate-row-in .35s ease-out both; }
.conversation-table-row > span:first-child { width: 18px; height: 18px; display: grid; place-items: center; border-radius: 5px; color: #555; background: #eee; font-size: 7px; font-weight: 720; }
.conversation-table-row strong, .conversation-table-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.conversation-table-row strong { color: #292929; font-size: 8.5px; }
.conversation-table-row small { margin-top: 3px; color: #858585; font-size: 7px; }
.conversation-table-row > em { justify-self: end; padding: 3px 5px; border-radius: 4px; color: #333; background: #ededed; font-size: 8px; font-style: normal; font-weight: 750; }
.conversation-table-empty { min-height: 84px; display: grid; place-items: center; color: #888; font-size: 8px; }
.mock-stream-status { min-height: 28px; margin-top: 18px; padding: 0 9px; border-radius: 7px; display: flex; align-items: center; gap: 6px; color: #555; background: #f3f3f3; font-size: 8px; }
.mock-stream-status i { width: 6px; height: 6px; border-radius: 50%; background: #555; animation: pulse-dot 1.2s infinite; }
.mock-stream-status span { color: #333; font-weight: 700; }
.mock-stream-status small { margin-left: auto; color: #8a8a8a; font-size: 7px; }
.candidate-list { overflow: hidden; border: 1px solid var(--line); border-radius: 9px; background: #fff; }
.candidate-list-head, .candidate-row { min-width: 760px; display: grid; grid-template-columns: 1.45fr .5fr 1.45fr .42fr .68fr .25fr; align-items: center; gap: 8px; padding: 0 12px; }
.candidate-list-head { min-height: 31px; color: #919793; background: #f7f8f7; font-size: 8px; }
.candidate-row { min-height: 48px; border-top: 1px solid #edf0ee; font-size: 9px; transition: background 150ms ease; }
.candidate-row:hover { background: #fafcfb; }
.candidate-row small, .candidate-row strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.candidate-row strong { color: #323734; font-size: 9px; font-weight: 630; }
.candidate-row small { margin-top: 3px; color: #888f8b; font-size: 7.5px; }
.candidate-person { min-width: 0; display: flex; align-items: center; gap: 8px; }
.candidate-person > span:last-child { min-width: 0; }
.avatar { width: 27px; height: 27px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; font-size: 8px; font-weight: 730; }
.avatar-green { background: #565656; }
.avatar-blue { background: #4c79a8; }
.avatar-dark { background: #292d2b; }
.avatar-orange { background: #b17345; }
.match-score { display: inline-block; padding: 3px 6px; border-radius: 5px; color: var(--green-dark); background: var(--green-soft); font-size: 8px; }
.source { width: 20px; height: 20px; display: inline-grid; place-items: center; border-radius: 50%; font-weight: 720; }
.source-github { color: #fff; background: #242927; font-size: 13px; }
.source-linkedin { color: #fff; background: #317db2; font-size: 7px; }
.verified { display: inline-block; padding: 4px 7px; border-radius: 5px; color: var(--green-dark); background: var(--green-soft); font-size: 8px; white-space: nowrap; }
.row-action { width: 25px; height: 25px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; font-size: 14px; }
.row-action:hover, .row-action.is-followed { color: var(--green-dark); border-color: #bdbdbd; background: var(--green-soft); }
.evidence-toggle { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: space-between; margin-top: 12px; padding: 0 13px; border: 1px solid var(--line); border-radius: 8px; background: #fafbfa; cursor: pointer; font-size: 9px; }
.evidence-toggle > span { display: flex; align-items: center; gap: 7px; font-weight: 640; }
.evidence-toggle small { color: #989e9a; font-weight: 450; }
.evidence-toggle svg { width: 14px; height: 14px; color: var(--green-dark); }
.evidence-toggle .chevron { color: #6f7672; transition: transform 160ms ease; }
.evidence-toggle[aria-expanded="true"] .chevron { transform: rotate(180deg); }
.evidence-detail { display: grid; grid-template-columns: repeat(4, 1fr); gap: 7px; margin-top: 7px; }
.evidence-detail span { padding: 8px; border-radius: 6px; color: #555; background: #f3f3f3; font-size: 8px; }
.dynamic-messages .user-message { margin-top: 16px; }
.dynamic-messages .agent-message { margin-top: 18px; }
.dynamic-messages .agent-message.demo-sse-message { padding-bottom: 14px; border-bottom: 1px solid #f0f0f0; }
.dynamic-messages .agent-message.demo-sse-message:last-child { border-bottom: 0; }
.demo-stream-badge { min-height: 18px; padding: 1px 5px; border-radius: 4px; color: #555 !important; background: #ededed; font-size: 7px !important; font-weight: 700; }
.demo-agent-reply { display: flex; align-items: center; gap: 9px; margin-top: 12px; color: #48504c; font-size: 10px; }
.demo-agent-reply i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse-dot 1.2s infinite; }
.demo-sse-copy::after { display: inline-block; width: 1px; height: 1em; margin-left: 2px; content: ""; background: var(--green-dark); vertical-align: -1px; animation: stream-caret .7s step-end infinite; }
.demo-sse-copy.is-complete::after { display: none; }
.composer-wrap { padding: 0 clamp(30px, 5vw, 70px) 19px; background: linear-gradient(transparent, #fff 18%); }
.suggestions { display: flex; gap: 6px; overflow: auto; padding: 8px 0 7px; scrollbar-width: none; }
.suggestions button { flex: 0 0 auto; min-height: 27px; padding: 0 10px; border: 1px solid var(--line); border-radius: 6px; color: #747b77; background: #fff; cursor: pointer; font-size: 8px; }
.suggestions button:hover { color: var(--ink); border-color: #b8beba; }
.demo-composer { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 56px; padding: 5px 6px 18px 13px; border: 1px solid #d6dbd8; border-radius: 9px; background: #fff; box-shadow: 0 10px 28px rgba(17, 19, 18, .07); }
.demo-composer input { width: 100%; min-width: 0; height: 31px; padding: 0; border: 0; outline: 0; color: #343a37; font-size: 10px; }
.demo-composer input::placeholder { color: #a3a9a5; }
.demo-composer > button { width: 31px; height: 31px; display: inline-grid; place-items: center; border: 0; border-radius: 7px; color: #fff; background: #afb5b2; cursor: pointer; transition: background 150ms ease, transform 150ms ease; }
.demo-composer > button:hover { background: #222; transform: translateY(-1px); }
.demo-composer > button svg { width: 16px; height: 16px; }
.composer-hint { position: absolute; bottom: 6px; left: 12px; display: flex; align-items: center; gap: 5px; color: #a6aba8; font-size: 7px; }
.composer-hint svg { width: 11px; height: 11px; }

.trace-message { margin-top: 25px; }
.trace-icon { border: 0; border-radius: 7px; color: var(--warm); background: var(--warm-soft); font-size: 12px; }
.trace-toggle { width: 100%; min-height: 35px; padding: 0; border: 0; display: flex; align-items: center; justify-content: space-between; color: #4a554f; background: transparent; cursor: pointer; text-align: left; }
.trace-toggle > span { display: flex; flex-direction: column; gap: 3px; }
.trace-toggle strong { font-size: 10px; }
.trace-toggle small { color: #929a95; font-size: 7.5px; font-weight: 450; }
.trace-toggle svg { width: 13px; height: 13px; transition: transform 180ms ease; }
.trace-toggle[aria-expanded="false"] svg { transform: rotate(-90deg); }
.execution-trace { position: relative; margin-top: 7px; padding-left: 16px; border-left: 1px solid #ddd8d1; }
.trace-step { position: relative; min-height: 43px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 9px; padding: 3px 0 10px 8px; animation: trace-reveal .35s ease-out both; }
.trace-step > i { position: absolute; top: 8px; left: -20px; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; background: #9d8b78; box-shadow: 0 0 0 1px #9d8b78; }
.trace-step.is-live > i { background: #5f5143; box-shadow: 0 0 0 4px var(--warm-soft); animation: pulse-dot 1.2s infinite; }
.trace-step span strong, .trace-step span small { display: block; }
.trace-step span strong { color: #3b4941; font-size: 9px; }
.trace-step span small { margin-top: 4px; color: #818b85; font-size: 7.5px; line-height: 1.45; }
.trace-step time { padding-top: 2px; color: #99a09c; font-size: 7px; }
.trace-step time b { width: 5px; height: 5px; display: inline-block; margin-right: 4px; border-radius: 50%; background: #5f5143; }

.demo-results { min-width: 0; min-height: 0; margin: 8px 8px 8px 0; overflow: hidden; border: 1px solid #dedede; border-radius: 8px; display: flex; flex-direction: column; background: #fff; box-shadow: 5px 5px 0 -1px #f4f4f4, 5px 5px 0 0 #dedede, 0 12px 28px rgba(0,0,0,.055); transform: translateX(0) scale(1); transition: opacity 210ms ease, transform 260ms cubic-bezier(.2,.8,.2,1); }
.results-tabs { height: 44px; padding: 0 15px; border-bottom: 1px solid var(--line); display: flex; align-items: end; gap: 18px; }
.results-tabs button { position: relative; height: 43px; padding: 0; border: 0; display: inline-flex; align-items: center; gap: 5px; color: #858d88; background: transparent; cursor: pointer; font-size: 9px; font-weight: 680; }
.results-tabs button.is-active { color: #222; }
.results-tabs button.is-active::after { position: absolute; right: 0; bottom: 0; left: 0; height: 2px; content: ""; background: var(--green); }
.results-tabs button span { min-width: 17px; height: 17px; display: grid; place-items: center; border-radius: 8px; color: var(--green-dark); background: var(--green-soft); font-size: 7px; }
.results-head { min-height: 58px; padding: 0 15px; border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; }
.results-head strong, .results-head span { display: block; }
.results-head strong { font-size: 12px; }
.results-head span { margin-top: 4px; color: #89908c; font-size: 8px; }
.results-head > div:last-child { display: flex; gap: 4px; }
.results-head button { width: 28px; height: 28px; padding: 0; border: 1px solid var(--line); border-radius: 6px; display: grid; place-items: center; color: #747d78; background: #fff; cursor: pointer; }
.results-head button:hover, .results-head button.is-active { color: #111; border-color: #bdbdbd; background: #ededed; }
.results-head svg { width: 14px; height: 14px; }
.results-search { min-height: 42px; padding: 7px 15px; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 7px; background: #fbfcfb; animation: search-expand .2s ease-out both; }
.results-search svg { width: 13px; height: 13px; color: #858d88; }
.results-search input { min-width: 0; height: 28px; padding: 0; border: 0; outline: 0; color: #3d4541; background: transparent; font-size: 8.5px; }
.results-search span { color: #8a928d; font-size: 7.5px; }
.results-filters { min-height: 38px; padding: 5px 15px; border-bottom: 1px solid var(--line); display: flex; align-items: center; gap: 4px; }
.results-filters button { height: 25px; padding: 0 8px; border: 1px solid transparent; border-radius: 5px; color: #6e7772; background: transparent; cursor: pointer; font-size: 7.5px; }
.results-filters button.is-active { color: #222; border-color: #cfcfcf; background: #ededed; }
.results-filters > span { margin-left: auto; display: flex; align-items: center; gap: 4px; color: #666; font-size: 7px; }
.results-filters > span i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); animation: pulse-dot 1.2s infinite; }
.results-list { min-height: 0; flex: 1; overflow: auto; padding: 9px; display: grid; align-content: start; gap: 7px; background: #f7f7f7; scrollbar-width: thin; scrollbar-color: #d9ddda transparent; }
.result-row { min-height: 118px; padding: 11px; border: 1px solid #dfdfdf; border-radius: 5px; display: block; background: #fff; cursor: pointer; transition: border-color 150ms ease, background 150ms ease, box-shadow 150ms ease, transform 150ms ease, opacity 150ms ease; animation: candidate-row-in .38s ease-out both; }
.result-row:nth-child(2) { animation-delay: 60ms; }
.result-row:nth-child(3) { animation-delay: 120ms; }
.result-row:nth-child(4) { animation-delay: 180ms; }
.result-row:hover { border-color: #c7c7c7; background: #fff; box-shadow: 0 7px 18px rgba(0,0,0,.055); transform: translateY(-1px); }
.result-row.is-current-round { border-color: #d5d5d5; background: #fbfbfb; }
.result-row.is-rejected { opacity: .58; background: #fafafa; }
.result-card-main { min-width: 0; display: grid; gap: 6px; }
.result-card-head { min-width: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.result-card-person { min-width: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.demo-result-rank { min-width: 12px; color: #888; font-size: 8px; font-weight: 680; text-align: center; }
.result-candidate-name { min-width: 0; padding: 0; border: 0; display: inline-flex; align-items: center; gap: 2px; overflow: hidden; color: #282828; background: transparent; cursor: pointer; font-size: 11px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.result-candidate-name span { color: #888; font-size: 13px; font-weight: 450; }
.result-source-logos { display: inline-flex; align-items: center; gap: 3px; }
.source-logo { min-width: 14px; height: 14px; padding: 0 2px; border-radius: 3px; display: inline-grid; place-items: center; color: #fff; font-size: 6px; font-style: normal; font-weight: 780; line-height: 1; }
.source-logo-linkedin { background: #0a78b5; font-family: Arial, sans-serif; font-size: 8px; }
.source-logo-github { color: #fff; background: #252525; font-size: 5px; }
.source-logo-arxiv { color: #9b2d30; background: #f5e7e7; font-size: 5px; }
.source-logo-web { color: #536b5d; background: #e5ece8; font-size: 8px; }
.current-round-chip { padding: 2px 4px; border-radius: 3px; color: #626262; background: #ededed; font-size: 6.5px; font-weight: 650; }
.result-card-head > em { min-width: 34px; padding: 3px 5px; border-radius: 4px; color: #222; background: #ededed; font-size: 9px; font-style: normal; font-weight: 760; text-align: center; }
.result-card-role b, .result-card-role small { display: block; white-space: normal; }
.result-card-role b { color: #424242; font-size: 9.5px; line-height: 1.4; }
.result-card-role b { display: flex; align-items: center; gap: 5px; }
.result-card-role svg, .result-card-reason > svg { width: 12px; height: 12px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; }
.result-card-role small { margin-top: 3px; color: #777; font-size: 8.5px; }
.result-card-reason { margin: 4px 0 0; display: grid; grid-template-columns: 12px minmax(0, 1fr); align-items: start; gap: 5px; color: #555; font-size: 9px; line-height: 1.6; overflow-wrap: anywhere; }
.result-card-reason > svg { margin-top: 2px; color: #7b7b7b; }
.result-card-reason p { margin: 0; }
.result-card-reason mark { margin: 0 1px; padding: 0 2px 1px; border-radius: 3px; color: #3d5864; background: #e8f0f3; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.result-card-reason mark[data-tone="experience"] { color: #744133; background: #faece7; }
.result-card-reason mark[data-tone="evidence"] { color: #405c3e; background: #edf3ec; }
.result-card-footer { min-height: 28px; padding-top: 7px; border-top: 1px solid #eee; display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.result-company { min-width: 0; display: flex; align-items: center; gap: 5px; overflow: hidden; color: #777; font-size: 8px; white-space: nowrap; }
.result-company > span { overflow: hidden; text-overflow: ellipsis; }
.company-logo { width: 17px; height: 17px; flex: 0 0 auto; border-radius: 4px; display: inline-grid; place-items: center; color: #fff; background: #777; font-size: 8px; font-style: normal; font-weight: 780; }
.company-logo-qwen { color: #5b3c9a; background: linear-gradient(135deg, #e5d8ff, #c8b3f4); }
.company-logo-baichuan { color: #25589c; background: #dce9fa; }
.company-logo-nvidia { color: #fff; background: #76b900; }
.company-logo-bytedance { color: #fff; background: linear-gradient(135deg, #4e67ff, #18c3da); }
.company-logo-minimax { color: #7c2143; background: #f6dbe6; }
.company-logo-tencent { color: #126eb0; background: #dceffc; }
.company-logo-moonshot { color: #fff; background: #242424; }
.company-logo-default { color: #555; background: #e5e5e5; }
.result-card-actions { flex: 0 0 auto; display: flex; gap: 4px; }
.result-card-actions button { min-width: 49px; height: 24px; padding: 0 6px; border: 1px solid #ddd; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 4px; color: #666; background: #fff; cursor: pointer; font-size: 7.5px; }
.result-card-actions button svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.result-card-actions button:hover { border-color: #aaa; color: #222; }
.result-card-actions button.is-followed { border-color: #222; color: #fff; background: #222; }
.result-card-actions button.is-rejected { color: #8b4a4a; background: #fff5f5; }
.result-card-signals { display: flex; flex-wrap: wrap; gap: 3px; }
.result-card-signals span { padding: 2px 4px; border-radius: 3px; color: #62584e; background: #f2eee8; font-size: 7.5px; }
.result-source { width: 22px; height: 22px; flex: 0 0 auto; border: 1px solid #ddd; border-radius: 5px; display: grid; place-items: center; background: #fff; }
.result-source b { color: #555; font-size: 8px; font-weight: 760; text-transform: uppercase; }
.results-empty { height: 100%; min-height: 170px; place-items: center; color: #8c948f; font-size: 9px; }
.results-empty:not([hidden]) { display: grid; }
.results-list.results-table-view { padding: 0; display: block; overflow-x: hidden; background: #fff; }
.demo-candidate-table-head,
.demo-candidate-table-main { min-width: 0; display: grid; grid-template-columns: 24px minmax(72px, .72fr) minmax(112px, 1.35fr) 42px 34px; gap: 7px; align-items: center; }
.demo-candidate-table-head { min-height: 31px; padding: 0 9px; border-bottom: 1px solid #dedede; color: #777; background: #f3f3f3; font-size: 7.5px; }
.demo-candidate-table-row { border-bottom: 1px solid #e5e5e5; color: #333; background: #fff; }
.demo-candidate-table-row:hover { background: #f8f8f8; }
.demo-candidate-table-main { min-height: 56px; padding: 7px 9px; }
.demo-table-person { min-width: 0; padding: 0; border: 0; overflow: hidden; color: #222; background: transparent; text-align: left; cursor: pointer; text-overflow: ellipsis; white-space: nowrap; }
.demo-table-person strong { font-size: 9px; }
.demo-table-role { min-width: 0; display: grid; gap: 3px; }
.demo-table-role strong, .demo-table-role small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.demo-table-role strong { color: #333; font-size: 8px; }
.demo-table-role small { color: #777; font-size: 7.5px; }
.demo-candidate-table-main > em { color: #333; font-size: 8.5px; font-style: normal; font-weight: 750; }
.demo-table-follow { width: 27px; height: 27px; padding: 0; border: 1px solid #d8d8d8; border-radius: 5px; display: grid; place-items: center; color: #666; background: #fff; cursor: pointer; }
.demo-table-follow:hover, .demo-table-follow.is-followed { color: #fff; border-color: #222; background: #222; }
.demo-candidate-table-row details { margin: 0 9px 6px 40px; border-top: 1px solid #ededed; }
.demo-candidate-table-row summary { min-height: 25px; display: flex; align-items: center; color: #666; font-size: 7.5px; cursor: pointer; }
.demo-candidate-table-row details p { margin: 0; padding: 0 0 7px; color: #555; font-size: 8px; line-height: 1.55; }

.shortlist-panel { padding: clamp(28px, 5vw, 64px); }
.shortlist-header { display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-bottom: 27px; }
.section-kicker { color: var(--green-dark); font-size: 10px; font-weight: 700; }
.shortlist-header h2 { margin: 7px 0 8px; font-size: 27px; letter-spacing: -.045em; }
.shortlist-header p { margin: 0; color: var(--muted); font-size: 11px; }
.shortlist-table { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.shortlist-row { min-width: 700px; min-height: 64px; display: grid; grid-template-columns: 1.2fr .6fr 1fr .72fr; align-items: center; gap: 14px; padding: 0 17px; border-top: 1px solid var(--line); color: #5f6763; font-size: 10px; }
.shortlist-row:first-child { border-top: 0; }
.shortlist-row button { justify-self: start; padding: 6px 9px; border: 1px solid var(--line); border-radius: 6px; background: #fff; cursor: pointer; font-size: 9px; }
.shortlist-row button:hover { border-color: #bac1bd; }
.shortlist-row .candidate-person strong,
.shortlist-row .candidate-person small { display: block; }
.shortlist-row .candidate-person small { margin-top: 4px; color: #8a918d; font-size: 8px; }
.shortlist-head { min-height: 38px; color: #959b97; background: #f7f8f7; font-size: 8px; }
.status-chip { display: inline-block; padding: 5px 8px; border-radius: 5px; color: var(--green-dark); background: var(--green-soft); font-size: 8px; }
.status-muted { color: #656c68; background: #eceeec; }

.section-heading { max-width: 730px; margin: 0 auto 80px; text-align: center; }
.section-heading h2 { margin: 0; font-family: "Smiley Sans", "PingFang SC", sans-serif; font-size: clamp(40px, 4.5vw, 64px); font-style: oblique; font-weight: 650; line-height: 1.12; letter-spacing: -.035em; }
.section-heading p { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.capabilities { padding-top: 150px; padding-bottom: 130px; }
.capability-row { min-height: 430px; display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(50px, 8vw, 120px); padding: 78px 40px; border-top: 1px solid var(--line); }
.capability-row-reverse { grid-template-columns: 1.18fr .82fr; }
.capability-row-reverse .capability-copy { order: 2; }
.capability-copy { max-width: 420px; }
.capability-number { color: var(--green); font-size: 12px; font-weight: 750; letter-spacing: .08em; }
.capability-copy h3 { margin: 13px 0 17px; font-family: "Smiley Sans", "PingFang SC", sans-serif; font-size: clamp(29px, 3.2vw, 44px); font-style: oblique; font-weight: 620; line-height: 1.2; letter-spacing: -.025em; }
.capability-copy > p { margin: 0; color: #626a66; font-size: 14px; line-height: 1.85; }
.capability-copy ul { display: grid; gap: 11px; margin: 24px 0 0; padding: 0; list-style: none; color: #454d49; font-size: 12px; }
.capability-copy li { position: relative; padding-left: 21px; }
.capability-copy li::before { position: absolute; top: 2px; left: 0; width: 13px; height: 13px; display: grid; place-items: center; border: 1px solid #bdbdbd; border-radius: 50%; content: "✓"; color: var(--green-dark); font-size: 8px; }
.capability-visual { min-height: 310px; padding: 30px; border: 1px solid var(--line-strong); border-radius: 13px; background: #fff; box-shadow: 0 18px 45px rgba(17, 19, 18, .055); }
.visual-agent { display: flex; align-items: center; gap: 9px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 11px; }
.visual-agent > span:last-child { margin-left: auto; color: #929995; font-size: 9px; }
.search-visual > p { margin: 22px 0 10px; color: #767e7a; font-size: 9px; }
.signal-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.signal-tags span { padding: 7px 10px; border-radius: 6px; color: var(--green-dark); background: var(--green-soft); font-size: 9px; }
.search-stream { display: grid; gap: 14px; margin-top: 25px; }
.search-stream span { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; color: #545c58; font-size: 10px; }
.search-stream i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }
.search-stream b { color: var(--green); font-size: 9px; font-weight: 620; }
.verify-visual { min-height: 330px; display: grid; grid-template-columns: .55fr 1fr; align-items: center; gap: 30px; }
.verify-score { width: 146px; height: 146px; display: grid; align-content: center; justify-self: center; border: 10px solid var(--green-soft); border-top-color: var(--green); border-right-color: #8d8d8d; border-radius: 50%; text-align: center; transform: rotate(-20deg); }
.verify-score span, .verify-score strong { transform: rotate(20deg); }
.verify-score span { color: #7a827e; font-size: 10px; }
.verify-score strong { margin-top: 3px; font-size: 27px; }
.verify-list { display: grid; gap: 15px; }
.verify-list > span { display: grid; grid-template-columns: 22px 1fr; align-items: center; column-gap: 8px; }
.verify-list i { width: 20px; height: 20px; display: grid; grid-row: span 2; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-style: normal; }
.verify-list b { font-size: 10px; }
.verify-list small { margin-top: 3px; color: #939995; font-size: 8px; }
.followup-visual { min-height: 330px; }
.followup-visual header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 690; }
.followup-visual header small { color: #a0a6a2; font-size: 8px; font-weight: 450; }
.followup-visual > div { min-height: 70px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 12px; border-bottom: 1px solid #edf0ee; }
.followup-visual p { min-width: 0; margin: 0; }
.followup-visual p strong, .followup-visual p small { display: block; }
.followup-visual p strong { font-size: 10px; }
.followup-visual p small { margin-top: 5px; overflow: hidden; color: #838a86; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.followup-visual button { padding: 6px 8px; border: 1px solid var(--line); border-radius: 5px; background: #fff; cursor: pointer; color: #555d59; font-size: 8px; }

.workflow { padding: 110px 0 150px; border-top: 1px solid var(--line); }
.workflow .section-heading { margin-bottom: 70px; }
.workflow-rail { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin: 0; padding: 0; list-style: none; }
.workflow-rail::before { position: absolute; z-index: -1; top: 31px; right: 12%; left: 12%; border-top: 1px dashed #cbd0cd; content: ""; }
.workflow-rail li { display: grid; justify-items: center; text-align: center; }
.workflow-rail li > span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 50%; background: #fff; box-shadow: 0 8px 24px rgba(17, 19, 18, .06); }
.workflow-rail svg { width: 24px; height: 24px; }
.workflow-rail strong { margin-top: 18px; font-size: 13px; }
.workflow-rail small { margin-top: 7px; color: #89908c; font-size: 10px; }

.closing-cta { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 45px 55px; border-radius: 17px; color: #fff; background: #0d0f0e; }
.closing-cta h2 { margin: 0; font-family: "Smiley Sans", "PingFang SC", sans-serif; font-size: clamp(32px, 4vw, 52px); font-style: oblique; font-weight: 620; letter-spacing: -.025em; }
.closing-cta p { margin: 14px 0 0; color: #aeb4b1; font-size: 13px; }
.site-footer { min-height: 180px; display: grid; grid-template-columns: 1fr auto; align-content: center; align-items: center; gap: 18px; color: #6f7672; }
.footer-brand { color: var(--ink); }
.site-footer > p { justify-self: end; margin: 0; font-size: 11px; }
.site-footer > div { grid-column: 1 / -1; display: flex; gap: 18px; padding-top: 15px; border-top: 1px solid var(--line); font-size: 10px; }
.site-footer > div a:hover { color: var(--ink); }

.login-dialog { width: min(400px, calc(100% - 40px)); padding: 35px; border: 1px solid var(--line-strong); border-radius: 13px; background: #fff; box-shadow: 0 26px 80px rgba(0, 0, 0, .18); color: var(--ink); text-align: left; }
.login-dialog::backdrop { background: rgba(245, 247, 246, .72); backdrop-filter: blur(4px); }
.login-dialog h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; }
.login-dialog > p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.dialog-close { position: absolute; top: 11px; right: 13px; padding: 2px 5px; border: 0; background: transparent; color: #777; cursor: pointer; font-size: 22px; line-height: 1; }
.auth-tabs { display: flex; gap: 20px; margin: 27px 0 20px; border-bottom: 1px solid var(--line); }
.auth-tabs button { margin-bottom: -1px; padding: 0 0 10px; border: 0; border-bottom: 1px solid transparent; background: transparent; color: #898f8b; cursor: pointer; font-size: 13px; }
.auth-tabs button[aria-selected="true"] { border-color: var(--ink); color: var(--ink); font-weight: 680; }
.auth-identity { margin: -5px 0 18px; padding: 3px; border-radius: 7px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; background: #f1f1f1; }
.auth-identity button { height: 32px; border: 0; border-radius: 5px; color: #777; background: transparent; cursor: pointer; font-size: 11px; }
.auth-identity button[aria-selected="true"] { color: #222; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.08); font-weight: 680; }
.auth-form { display: grid; gap: 14px; }
.auth-form label { display: grid; gap: 7px; color: #5e6561; font-size: 11px; }
.auth-form label[hidden] { display: none; }
.auth-form input { width: 100%; height: 43px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 7px; outline: 0; color: var(--ink); font-size: 13px; }
.auth-form input:focus { border-color: var(--ink); }
.auth-form input::placeholder { color: #a1a6a3; }
.auth-form > button { height: 44px; margin-top: 4px; border: 0; border-radius: 7px; background: var(--ink); color: #fff; cursor: pointer; font-size: 13px; font-weight: 680; }
.auth-form > button:disabled { cursor: wait; opacity: .7; }
.auth-error { margin: -3px 0 0; color: #a12828; font-size: 11px; line-height: 1.45; }
.demo-toast { position: fixed; z-index: 40; right: 20px; bottom: 20px; max-width: min(330px, calc(100% - 40px)); padding: 11px 15px; border-radius: 8px; color: #fff; background: #151817; box-shadow: 0 12px 35px rgba(0, 0, 0, .17); font-size: 11px; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.demo-toast.is-visible { opacity: 1; transform: translateY(0); }

@keyframes pulse-dot { 50% { opacity: .35; transform: scale(.75); } }
@keyframes hero-word-in { from { opacity: 0; transform: translateY(88%) skewY(5deg); filter: blur(8px); } to { opacity: 1; transform: translateY(0) skewY(0); filter: blur(0); } }
@keyframes hero-word-out { from { opacity: 1; transform: translateY(0); filter: blur(0); } to { opacity: 0; transform: translateY(-72%) skewY(-4deg); filter: blur(7px); } }
@keyframes trace-reveal { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes candidate-row-in { from { opacity: 0; transform: translateX(7px); } to { opacity: 1; transform: translateX(0); } }
@keyframes search-expand { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
@keyframes stream-caret { 50% { opacity: 0; } }

@media (max-width: 980px) {
  .site-nav { grid-template-columns: 1fr auto; }
  .product-window { grid-template-columns: 58px minmax(0, 1fr); }
  .demo-workspace { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); }
  .product-sidebar { align-items: center; padding-right: 9px; padding-left: 9px; }
  .product-brand { justify-content: center; padding: 0; }
  .product-brand strong, .sidebar-collapse-indicator { display: none; }
  .primary-menu { justify-items: center; gap: 4px; }
  .primary-menu button, .rail-job-tools button { width: 38px; height: 38px; min-height: 38px; padding: 0; justify-content: center; }
  .primary-menu button > span, .rail-job-tools button > span:not(.menu-count) { display: none; }
  .sidebar-job-scope { margin-top: auto; overflow: visible; }
  .sidebar-section-heading, .sidebar-field-label, .sidebar-job-list { display: none; }
  .rail-job-tools { justify-items: center; padding-bottom: 8px; border-bottom: 1px solid #ddd; }
  .rail-job-tools .menu-count { position: absolute; top: 1px; right: -1px; min-width: 15px; height: 15px; padding: 0 3px; color: #fff; background: #333; font-size: 7px; }
  .integration-link { width: 38px; height: 38px; min-height: 38px; padding: 0; justify-content: center; }
  .integration-link span, .sidebar-user-card strong { display: none; }
  .sidebar-user-card { width: 38px; min-height: 38px; padding: 0; justify-content: center; }
  .conversation-scroll, .composer-wrap { padding-right: 24px; padding-left: 24px; }
  .capability-row, .capability-row-reverse { grid-template-columns: 1fr; gap: 40px; padding-right: 20px; padding-left: 20px; }
  .capability-row-reverse .capability-copy { order: 0; }
  .capability-copy { max-width: 620px; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer > p { justify-self: start; }
}

@media (max-width: 720px) {
  .section-shell { width: min(100% - 32px, 1240px); }
  .site-nav { width: calc(100% - 32px); height: 66px; }
  .brand { font-size: 16px; }
  .nav-login { display: none; }
  .nav-cta { min-height: 36px; padding: 0 13px; font-size: 11px; }
  .hero { min-height: 820px; padding: 112px 16px 0; }
  .hero h1 { font-size: clamp(42px, 8.5vw, 58px); }
  .hero-copy > p { font-size: 14px; }
  .product-stage { margin-top: 46px; }
  .product-window { height: 570px; grid-template-columns: 1fr; border-radius: 12px 12px 0 0; }
  .product-sidebar { display: none; }
  .demo-workspace { grid-template-columns: 1fr; }
  .demo-results { display: none; }
  .product-topbar { height: 48px; padding: 0 12px; }
  .breadcrumb { font-size: 10px; }
  .topbar-job-switcher { width: min(190px, 56vw); }
  .topbar-actions .icon-button:not(:last-child) { display: none; }
  .conversation-head { height: 52px; padding: 0 14px; }
  .conversation-scroll { padding: 22px 14px 14px; }
  .candidate-list { overflow-x: auto; }
  .candidate-list-head, .candidate-row { min-width: 690px; }
  .composer-wrap { padding: 0 14px 12px; }
  .suggestions { padding-top: 5px; }
  .evidence-detail { grid-template-columns: 1fr 1fr; }
  .section-heading { margin-bottom: 52px; }
  .section-heading h2 { font-size: 40px; }
  .capabilities { padding-top: 100px; padding-bottom: 90px; }
  .capability-row { min-height: 0; padding: 56px 0; }
  .capability-visual { min-height: 285px; padding: 20px; }
  .verify-visual { grid-template-columns: 1fr; }
  .verify-score { width: 115px; height: 115px; border-width: 8px; }
  .verify-list { grid-template-columns: 1fr 1fr; }
  .followup-visual > div { grid-template-columns: auto 1fr; }
  .followup-visual button { display: none; }
  .workflow { padding: 80px 0 100px; }
  .workflow-rail { grid-template-columns: 1fr 1fr; row-gap: 42px; }
  .workflow-rail::before { display: none; }
  .closing-cta { min-height: 260px; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px 28px; }
  .site-footer { min-height: 220px; padding-top: 30px; padding-bottom: 30px; }
  .site-footer > div { flex-direction: column; gap: 8px; }
  .shortlist-panel { padding: 24px 16px; overflow: auto; }
  .shortlist-header { align-items: start; flex-direction: column; }
}

@media (max-width: 440px) {
  .hero h1 { font-size: 38px; }
  .hero-copy > p { max-width: 330px; }
  .button { min-height: 42px; }
  .product-window { height: 545px; }
  .candidate-list-head, .candidate-row { min-width: 650px; }
  .verify-list { grid-template-columns: 1fr; }
  .workflow-rail { grid-template-columns: 1fr; }
  .workflow-rail li { grid-template-columns: 58px 1fr; justify-items: start; align-items: center; text-align: left; }
  .workflow-rail li > span { width: 50px; height: 50px; grid-row: span 2; }
  .workflow-rail strong { margin-top: 0; }
  .workflow-rail small { margin-top: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
