/* Vacancies drawer — "journey" body (guided single-path layout). */

/* ── Cockpit card (rail): match ring, verdict, target meter, ATS ── */
.vj-cockpit__eyebrow { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--text-muted); display: flex; align-items: center; gap: 8px; margin-bottom: 13px; }
.vj-cockpit__eyebrow::after { content: ""; flex: 1; height: 1px; background: var(--border); }
.vj-cockpit__refresh { order: 2; flex: none; width: 22px; height: 22px; display: grid; place-items: center;
  border: 1px solid var(--border); border-radius: 6px; background: transparent; cursor: pointer;
  color: var(--text-muted); font-size: 12px; font-family: inherit; line-height: 1;
  transition: color .15s ease, border-color .15s ease, transform .3s ease; }
.vj-cockpit__refresh:hover { color: var(--accent); border-color: var(--accent); transform: rotate(90deg); }
.vj-cockpit__refresh:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.vj-cluster { display: flex; align-items: center; gap: 15px; }
.vj-cluster__meta { min-width: 0; }
.vj-ring { position: relative; width: 72px; height: 72px; flex: none; }
.vj-ring svg { display: block; }
.vj-ring__track { stroke: var(--border); opacity: .5; }
.vj-ring circle { transition: stroke-dashoffset .5s cubic-bezier(.22,1,.36,1); }
.vj-ring__num { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-variant-numeric: tabular-nums; font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.vj-verdict { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700;
  border-radius: 999px; padding: 4px 11px; }
.vj-verdict .vj-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.vj-verdict--good { background: color-mix(in srgb, var(--green) 12%, transparent); color: var(--green); }
.vj-verdict--mid { background: color-mix(in srgb, var(--orange) 12%, transparent); color: var(--orange); }
.vj-metric { font-size: 12.5px; color: var(--text-secondary); margin-top: 8px; }
.vj-metric b { color: var(--text); font-weight: 700; font-variant-numeric: tabular-nums; }

.vj-meter { position: relative; height: 8px; background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 999px; margin: 16px 0 0; }
.vj-meter__fill { position: absolute; inset: -1px auto -1px -1px; border-radius: 999px;
  background: linear-gradient(135deg, var(--accent, #6366f1), var(--accent-2, #a855f7)); transition: width .5s cubic-bezier(.22,1,.36,1); }
.vj-meter__target { position: absolute; top: -4px; bottom: -4px; width: 2px; background: var(--text); opacity: .5; border-radius: 2px; }
.vj-meter__row { display: flex; justify-content: space-between; margin-top: 9px; font-size: 11px; }
.vj-goalline { font-size: 11px; color: var(--text-muted); margin-top: 6px; }
.vj-goalline__delta { color: var(--text-secondary); font-weight: 600; }
.vj-goalline__delta--up { color: var(--green); }
.vj-ats__was { color: var(--text-muted); font-weight: 500; margin-right: 2px; }
.vj-ats__hint--done { color: var(--green); font-weight: 600; }
.vj-meter__goal { color: var(--text-muted); }
.vj-meter__delta { color: var(--text-secondary); font-weight: 600; }
.vj-meter__delta--up { color: var(--green); }

.vj-ats { margin-top: 16px; padding-top: 15px; border-top: 1px solid var(--border); }
.vj-ats__head { display: flex; align-items: center; gap: 6px; font-size: 12px; color: var(--text-secondary); margin-bottom: 8px; }
.vj-ats__lab { display: inline-flex; align-items: center; gap: 5px; font-weight: 600; }
.vj-ats__q { display: inline-grid; place-items: center; width: 15px; height: 15px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--border); font-size: 9px; font-weight: 800; color: var(--text-muted); cursor: help; }
.vj-ats__val { margin-left: auto; font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums; color: var(--text); }
.vj-ats__bar { height: 7px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 999px; overflow: hidden; }
.vj-ats__bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #2563eb, #3b82f6); }
.vj-ats__hint { font-size: 11px; color: var(--text-muted); margin-top: 8px; }
.vj-ats__hint a { color: var(--accent); font-weight: 600; text-decoration: none; }
.vj-ats__hint a:hover { text-decoration: underline; }

.vj-sec { }
.vj-seclab { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 7px; }
.vj-seclab--good { color: var(--green); }
.vj-seclab--gap { color: var(--orange); margin-top: 4px; }
.vj-subtle { font-size: 12.5px; color: var(--text-secondary); line-height: 1.65; margin: 0; }
.vj-ul { margin: 0; padding-left: 18px; font-size: 13px; } .vj-ul li { margin: 2px 0; }

.vj-seclab__n { display: inline-block; min-width: 18px; padding: 0 5px; margin-left: 4px; text-align: center;
  border-radius: 999px; background: var(--surface-2); border: 1px solid var(--border);
  font-size: 10.5px; letter-spacing: 0; color: var(--text-secondary); }
.vj-strengths { display: flex; flex-direction: column; gap: 2px; }
.vj-strchips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 4px; }
.vj-strchip { font-size: 12px; font-weight: 600; color: var(--green); background: rgba(34, 197, 94, .08);
  border: 1px solid rgba(34, 197, 94, .25); border-radius: 999px; padding: 3px 10px; }
.vj-str { display: flex; align-items: center; gap: 9px; font-size: 13.5px; padding: 2px 0; }
.vj-plus { flex: none; width: 19px; height: 19px; border-radius: 50%; background: var(--green); color: #fff;
  display: grid; place-items: center; font-size: 12px; font-weight: 800; }

/* Gaps are a READ-ONLY list. They used to carry button chrome (tinted pill + border
   + radius) while being inert divs — a false affordance louder than the real CTA.
   Now they read like the strengths list they mirror: flat row, colour in the icon. */
.vj-gaps { display: flex; flex-direction: column; gap: 2px; }
.vj-gap { display: flex; align-items: center; gap: 9px; padding: 2px 0;
  background: none; border: none; border-radius: 0; }
.vj-gap__ic { flex: none; width: 20px; height: 20px; border-radius: 50%; background: var(--orange); color: #fff;
  display: grid; place-items: center; font-size: 13px; font-weight: 800; }
.vj-gap__name { font-size: 13.5px; font-weight: 600; }
.vj-gap { flex-wrap: wrap; }
.vj-gap--owned .vj-gap__name { color: var(--text-secondary); font-weight: 500; }
.vj-gap__ic--owned { background: var(--green); }

/* "I know this" — a CORRECTION of the analysis (which only ever saw your profile),
   not a way to pad the resume. Quiet by default; the course is still the main path. */
.vj-gap__own { margin-left: auto; flex: none; font-size: 11.5px; font-weight: 600;
  color: var(--accent); background: transparent; border: 1px solid rgba(99, 102, 241, .30);
  border-radius: 999px; padding: 3px 10px; cursor: pointer; white-space: nowrap;
  font-family: inherit; transition: background .15s ease, border-color .15s ease; }
.vj-gap__own:hover { background: rgba(99, 102, 241, .08); border-color: rgba(99, 102, 241, .5); }
.vj-gap__own:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

.vj-gap__choice { flex-basis: 100%; margin-top: 8px; padding: 11px 13px; display: flex;
  flex-direction: column; gap: 9px; border: 1px solid var(--border); border-radius: 10px;
  background: rgba(var(--fg-rgb), .02); }
.vj-gap__choice-q { font-size: 12px; font-weight: 700; color: var(--text); }
.vj-gap__choice-opt { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vj-gap__choice-opt > .vj-btn { min-width: 200px; justify-content: center; }
.vj-gap__choice-hint { font-size: 11.5px; line-height: 1.45; color: var(--text-muted); flex: 1; min-width: 180px; }
.vj-done-note { font-size: 13.5px; color: var(--green); font-weight: 650; }

.vj-block-btn { display: inline-flex; align-self: flex-start; margin-top: 2px; text-decoration: none; }
.vj-btnrow { display: flex; flex-wrap: wrap; gap: 8px; }
.vj-btnrow .vj-block-btn { margin-top: 0; }

.vj-details { border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; }
.vj-details > summary { cursor: pointer; font-size: 13px; font-weight: 600; color: var(--accent); list-style: none; }
.vj-details > summary::-webkit-details-marker { display: none; }
.vj-details > summary::before { content: "▸ "; color: var(--text-muted); }
.vj-details[open] > summary::before { content: "▾ "; }

/* Collapsed "more recommendations" inside the compact tailor result */
.vacancy-tailor-more { margin-top: 6px; }
.vacancy-tailor-more > summary { cursor: pointer; font-size: 13px; font-weight: 600; color: var(--accent); list-style: none; padding: 4px 0; }
.vacancy-tailor-more > summary::-webkit-details-marker { display: none; }
.vacancy-tailor-more > summary::before { content: "▸ "; color: var(--text-muted); }
.vacancy-tailor-more[open] > summary::before { content: "▾ "; }

@media (max-width: 520px) { .vj-btnrow .vj-block-btn { width: 100%; justify-content: center; } }

/* ── Step 3 "Resume & letter": two tools sharing one clean layout ── */
.vj-tool { padding-top: 2px; }
.vj-tool + .vj-tool { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--border); }
.vj-tool__head { display: flex; align-items: baseline; gap: 8px; margin-bottom: 10px; }
.vj-tool__title { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--text-muted); }
.vj-tool__meta { font-size: 11px; color: var(--text-muted); margin-left: auto; }

/* vacancy-keyword coverage box */
.vj-cov { border: 1px solid var(--border); border-radius: 10px; padding: 11px 13px; font-size: 12.5px; line-height: 1.6; background: rgba(var(--fg-rgb), .015); }
.vj-cov__row { display: flex; gap: 8px; }
.vj-cov__row + .vj-cov__row { margin-top: 7px; }
.vj-cov__ic { flex: none; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 800; color: #fff; margin-top: 1px; }
.vj-cov__ic--ok { background: var(--green); }
.vj-cov__ic--add { background: var(--orange); }
.vj-cov__lab { color: var(--text-secondary); }
.vj-cov__lab b { color: var(--text); font-weight: 700; }

/* The selected interview tab was only a 0.08-alpha shadow — perceptually invisible,
   and nothing announced it. Give it a real, visible selected state. (Loaded after
   vacancies-match.css, so no !important needed.) */
.vacancy-interview-subtabs__btn--active {
  border: 2px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  font-weight: 700;
}

/* The tailored headline + summary: this step's actual product, shown by default. */
.vj-tailored { margin-top: 12px; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px;
  background: rgba(var(--fg-rgb), .015); }
.vj-tailored__lab { font-size: 10.5px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 4px; }
.vj-tailored__lab + * { margin-bottom: 10px; }
.vj-tailored > :last-child { margin-bottom: 0; }
.vj-tailored__val { font-size: 13.5px; font-weight: 600; color: var(--text); line-height: 1.45; }
.vj-tailored__txt { font-size: 12.5px; line-height: 1.65; color: var(--text-secondary); margin: 0; }
/* Keyword advice is text, not a set of buttons — no pill chrome. */
.vj-kwline { color: var(--text-secondary); }

/* Resume fit indicator — share of vacancy requirements the résumé covers */
/* ── Step-3 HERO: the before→after ATS story, staged as the proof of value.
   One large number pair, one label, one honest subline — replaces the old
   duplicate pair (73% fit bar 20px above a 12px 33→60 caption). ── */
.vj-hero { margin: 2px 0 16px; padding: 16px 18px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(99, 102, 241, .07), rgba(168, 85, 247, .05));
  border: 1px solid rgba(99, 102, 241, .18); }
.vj-hero__lab { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--text-secondary); margin-bottom: 6px; }
.vj-hero__flow { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.vj-hero__before { font-size: 20px; font-weight: 700; color: var(--text-muted);
  text-decoration: line-through; text-decoration-thickness: 2px; font-variant-numeric: tabular-nums; }
.vj-hero__arr { font-size: 18px; color: var(--text-muted); }
.vj-hero__after { font-size: 34px; font-weight: 800; letter-spacing: -.02em;
  font-variant-numeric: tabular-nums; color: var(--text); line-height: 1; }
.vj-hero--up .vj-hero__after { color: var(--green); }
.vj-hero__tag { font-size: 11px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--green); background: rgba(34, 197, 94, .1); border: 1px solid rgba(34, 197, 94, .3);
  border-radius: 999px; padding: 3px 9px; }
.vj-hero__sub { font-size: 12.5px; color: var(--text-secondary); margin-top: 8px; }

/* ── Resume preview as a DOCUMENT: white sheet, soft shadow, visible first lines.
   People download what looks like a file, not a fieldset. ── */
.vj-sheet { margin-bottom: 14px; }
.vj-sheet__page { position: relative; background: var(--surface, #fff); border: 1px solid var(--border);
  border-radius: 4px 14px 14px 14px; padding: 18px 20px 8px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .05), 0 8px 24px -12px rgba(15, 23, 42, .18); overflow: hidden; }
.vj-sheet__headline { font-size: 16.5px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 8px; }
.vj-sheet__txt { font-size: 13px; line-height: 1.7; color: var(--text-secondary); margin: 0 0 6px; }
.vj-sheet__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 26px;
  background: linear-gradient(to bottom, transparent, var(--surface, #fff)); pointer-events: none; }
[data-theme="dark"] .vj-sheet__page { background: var(--surface-2); }
[data-theme="dark"] .vj-sheet__fade { background: linear-gradient(to bottom, transparent, var(--surface-2)); }

.vj-cov__fix { color: var(--accent); font-weight: 600; text-decoration: none; white-space: nowrap; }
.vj-cov__fix:hover { text-decoration: underline; }

.vj-fit { margin-bottom: 12px; }
.vj-fit__top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 5px; }
.vj-fit__lab { font-size: 12px; color: var(--text-secondary); font-weight: 600; }
.vj-fit__pct { font-size: 16px; font-weight: 800; font-variant-numeric: tabular-nums; letter-spacing: -.01em; }
.vj-fit__bar { height: 8px; background: var(--border); border-radius: 999px; overflow: hidden; }
.vj-fit__bar i { display: block; height: 100%; border-radius: 999px; transition: width .5s cubic-bezier(.22, 1, .36, 1); }
.vj-fit__note { font-size: 11px; color: var(--text-muted); margin-top: 4px; font-variant-numeric: tabular-nums; }
.vj-fit--good .vj-fit__pct { color: var(--green); }
.vj-fit--good .vj-fit__bar i { background: var(--green); }
.vj-fit--mid .vj-fit__pct { color: var(--orange); }
.vj-fit--mid .vj-fit__bar i { background: var(--orange); }
.vj-fit--low .vj-fit__pct { color: var(--red, #ef4444); }
.vj-fit--low .vj-fit__bar i { background: var(--red, #ef4444); }

/* ATS keyword-filter score, before → after tailoring */
.vj-ats2 { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin: -2px 0 12px; font-size: 12px; }
.vj-ats2__lab { color: var(--text-muted); }
.vj-ats2__flow { display: inline-flex; align-items: center; gap: 6px; font-variant-numeric: tabular-nums; font-weight: 700; }
.vj-ats2__before { color: var(--text-muted); text-decoration: line-through; }
.vj-ats2__arr { color: var(--text-muted); }
.vj-ats2__after { color: var(--text); }
.vj-ats2__after--up { color: var(--green); }
.vj-ats2__tag { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--green);
  background: color-mix(in srgb, var(--green) 12%, transparent); border-radius: 999px; padding: 2px 8px; }

/* cover-letter body inside the journey */
.vj-letter { border: 1px solid var(--border); border-radius: 10px; padding: 13px 15px; font-size: 12.5px; line-height: 1.7; color: var(--text-secondary); }
.vj-letter--clamped { position: relative; max-height: 320px; overflow: hidden; }
.vj-letter--clamped .vj-letter__fade { position: absolute; left: 0; right: 0; bottom: 0; height: 56px;
  background: linear-gradient(to bottom, transparent, var(--bg, #fff)); pointer-events: none; }
.vj-letter:not(.vj-letter--clamped) .vj-letter__fade { display: none; }
.vj-letter__expand { display: block; margin: 8px auto 0; background: none; border: none; cursor: pointer;
  font-family: inherit; font-size: 12.5px; font-weight: 600; color: var(--accent); }
.vj-letter__expand:hover { text-decoration: underline; }
.vj-tool__meta--lang { border: 1px solid var(--border); border-radius: 6px; padding: 1px 7px;
  font-weight: 700; letter-spacing: .05em; }

/* unified action bar: downloads (left) + manage (right), wrapping as groups */
.vj-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 14px; justify-content: space-between; }
.vj-grp { display: flex; flex-wrap: wrap; gap: 8px; }

.vj-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; padding: 8px 14px;
  border-radius: 9px; border: 1px solid transparent; white-space: nowrap; text-decoration: none; cursor: pointer;
  font-family: inherit; transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.vj-btn--primary { background: linear-gradient(135deg, var(--accent, #6366f1), var(--accent-2, #a855f7)); color: #fff; box-shadow: 0 2px 8px rgba(99, 102, 241, .25); }
.vj-btn--primary:hover { box-shadow: 0 4px 14px rgba(99, 102, 241, .38); transform: translateY(-1px); }
.vj-btn--soft { background: rgba(var(--fg-rgb), .05); color: var(--text-secondary); border-color: rgba(var(--fg-rgb), .12); }
.vj-btn--soft:hover { background: rgba(var(--fg-rgb), .10); color: var(--text); }
.vj-btn--outline { background: transparent; color: var(--accent, #6366f1); border-color: rgba(99, 102, 241, .35); }
.vj-btn--outline:hover { background: rgba(99, 102, 241, .08); border-color: rgba(99, 102, 241, .55); }
.vj-btn--danger { background: transparent; color: var(--red, #ef4444); border-color: rgba(239, 68, 68, .35); }
.vj-btn--danger:hover { background: rgba(239, 68, 68, .08); border-color: rgba(239, 68, 68, .55); }
/* Reject is destructive AND confirm-guarded — it must not shout beside the primary.
   It only reveals its danger colour on hover, once the intent is deliberate. */
.vj-btn--ghost { background: transparent; color: var(--text-secondary); border-color: transparent; }
.vj-btn--ghost:hover { color: var(--text); border-color: var(--border); background: var(--surface-2); }
.vj-btn--quiet { background: transparent; color: var(--text-secondary); border-color: var(--border); }
.vj-btn--quiet:hover { color: var(--red, #ef4444); border-color: rgba(239, 68, 68, .45); background: rgba(239, 68, 68, .06); }

/* Step 4 closing block: bookkeeping, AFTER the reply helper has done its job. */
.vj-closer { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--border); }
.vj-closer__lab { font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--text-muted); margin-bottom: 10px; }
/* Step 5: the one forward action leads, results follow. */
.vj-btnrow--lead { margin-bottom: 18px; }

/* The active step settles in instead of snapping — makes switching feel physical. */
.vj-stepview--active { animation: vjStepIn .34s cubic-bezier(.22, 1, .36, 1) both; }
@keyframes vjStepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
/* A settled page is a data refresh of what's already on screen — replaying the
   entrance slide made every small action look like a full reload. */
.vj-page--settled .vj-stepview--active { animation: none; }
@media (prefers-reduced-motion: reduce) {
  .vj-stepview--active { animation: none; }
  .vj-ring circle, .vj-meter__fill, .vj-fit__bar i { transition: none; }
}
.vj-btn[disabled] { opacity: .5; pointer-events: none; }

@media (max-width: 520px) {
  .vj-grp { width: 100%; }
  .vj-grp .vj-btn { flex: 1; justify-content: center; }
}

/* ═══════════════════════════════════════════════════════════════════════
   FULL-PAGE TWO-PANE JOURNEY
   The drawer becomes a full-viewport page (.vacancy-drawer--page) with a
   sticky left rail (cockpit + step nav) and a wide work column that shows
   one step at a time. Theme-aware via base.css tokens; responsive down to
   a single column with full-width controls.
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Drawer → full page ── */
.vacancy-drawer--page .vacancy-drawer__backdrop { display: none; }
.vacancy-drawer--page .vacancy-drawer__panel {
  position: absolute; inset: 0;
  width: 100%; max-width: none; min-width: 0;
  transform: none;
  border: 0; border-radius: 0;
  box-shadow: none;
  background: var(--bg-subtle);
  background-image: none;
}
.vacancy-drawer--page .vacancy-drawer__panel::before { display: none; }

.vacancy-drawer--page .vacancy-drawer__body {
  padding: 24px 24px 56px;
  overflow-x: hidden;
  display: flex; flex-direction: column; align-items: center;
}
.vacancy-drawer--page .vacancy-drawer__body > * { width: 100%; max-width: 1180px; }

/* The breadcrumb+title+chips header rides at the top of the page (not a
   sticky bar): transparent, static, scrolls away with the content. */
.vacancy-drawer--page .vacancy-drawer__body > .vacancy-drawer__header {
  position: static;
  margin: 2px 0 18px;
  padding: 0;
  background: transparent;
  backdrop-filter: none; -webkit-backdrop-filter: none;
  border-bottom: 0;
}
[data-theme="dark"] .vacancy-drawer--page .vacancy-drawer__body > .vacancy-drawer__header { background: transparent; }
.vacancy-drawer--page .vacancy-drawer__title { font-size: 27px; -webkit-line-clamp: 3; }

/* ── Two-pane grid ── */
.vj-page {
  width: 100%;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}
.vj-rail { position: sticky; top: 16px; align-self: start; display: flex; flex-direction: column; gap: 16px; }
.vj-rail-card {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .05);
}
.vj-rail-card.vj-cockpit { padding: 18px; }

/* ── Step nav (rail) ── */
.vj-nav { padding: 15px 14px; }
.vj-nav__head { display: flex; align-items: baseline; justify-content: space-between; padding: 0 4px; margin-bottom: 6px; }
.vj-nav__title { font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
.vj-nav__count { font-size: 11px; color: var(--text-muted); font-variant-numeric: tabular-nums; }
.vj-nav__count b { color: var(--text-secondary); font-weight: 700; }
.vj-nav__prog { height: 4px; background: var(--surface-2); border-radius: 999px; margin: 0 4px 12px; overflow: hidden; }
.vj-nav__prog i { display: block; height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--green), #22c55e); transition: width .5s cubic-bezier(.22, 1, .36, 1); }
.vj-nav__list { display: flex; flex-direction: column; }

.vj-navstep { position: relative; display: flex; align-items: flex-start; gap: 12px; width: 100%; text-align: left;
  background: none; border: none; border-radius: 11px; padding: 9px 11px; cursor: pointer; color: inherit;
  font: inherit; transition: background .16s; }
.vj-navstep:hover { background: var(--surface-2); }
.vj-navstep.is-active { background: color-mix(in srgb, var(--accent) 9%, transparent); }
.vj-navstep__spine { position: absolute; left: 26px; top: 35px; width: 2px; height: calc(100% - 22px); background: var(--border); z-index: 0; }
.vj-navstep:last-child .vj-navstep__spine { display: none; }
.vj-navstep--done .vj-navstep__spine { background: var(--green); }
.vj-navstep__node { position: relative; z-index: 1; flex: none; width: 29px; height: 29px; border-radius: 50%;
  display: grid; place-items: center; font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums;
  background: var(--surface); border: 2px solid var(--border); color: var(--text-muted); transition: .2s; }
.vj-navstep--done .vj-navstep__node { background: var(--green); border-color: var(--green); color: #fff; }
/* Two DIFFERENT roles, so they must not look the same:
   --active  = the step your data says to do next  → accent ring
   .is-active = the step you are currently viewing → solid gradient (wins) */
.vj-navstep--active .vj-navstep__node { background: var(--surface); border: 2px solid var(--accent); color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent); }
.vj-navstep.is-active .vj-navstep__node { background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border: none; color: #fff; box-shadow: 0 3px 10px color-mix(in srgb, var(--accent) 42%, transparent); }
.vj-navstep__tt { min-width: 0; padding-top: 1px; }
.vj-navstep__name { display: block; font-size: 13.5px; font-weight: 600; letter-spacing: -.01em; line-height: 1.3; color: var(--text); }
.vj-navstep__sub { display: block; font-size: 11.5px; color: var(--text-muted); line-height: 1.35; margin-top: 3px; }
.vj-navstep__sub--ok { color: var(--green); font-weight: 600; }
.vj-navstep__sub--warn { color: var(--orange); font-weight: 600; }
.vj-navstep__sub--hot { color: var(--accent); font-weight: 600; }
/* "your step" hint marks the data-active step — but never while you're viewing it
   (then the row highlight + gradient node already say "you are here"). */
.vj-navstep__next { margin-left: auto; align-self: center; flex: none; font-size: 10px; font-weight: 700;
  letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
  border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
  border-radius: 999px; padding: 3px 8px; }
.vj-navstep.is-active .vj-navstep__next { display: none; }
.vj-navstep__chev { margin-left: auto; align-self: center; color: var(--text-muted); opacity: 0; transition: opacity .16s; font-size: 12px; }
.vj-navstep.is-active .vj-navstep__chev { opacity: 1; }

/* ── Work area: one step at a time ── */
.vj-main { min-width: 0; }
.vj-stepview { display: none; }
.vj-stepview--active { display: block; animation: vjStepFade .28s ease both; }
@keyframes vjStepFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.vj-stepview__head { margin-bottom: 18px; }
.vj-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: var(--accent); margin-bottom: 10px;
  background: color-mix(in srgb, var(--accent) 12%, transparent); border-radius: 6px; padding: 3px 9px; }
.vj-stepview__title { font-size: 23px; font-weight: 800; letter-spacing: -.02em; line-height: 1.2; color: var(--text); }
.vj-stepview__desc { font-size: 14px; color: var(--text-secondary); margin-top: 8px; max-width: 64ch; line-height: 1.6; }

/* Body preserves the flex-column rhythm the step content was built for. */
.vj-stepview__body { min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.vj-stepview__body--card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  padding: 20px 22px; box-shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 8px 24px rgba(0, 0, 0, .05); }

/* ── Prev / next ── */
.vj-panelnav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); }
.vj-pn { display: inline-flex; align-items: center; gap: 11px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 12px; padding: 10px 15px; cursor: pointer; color: inherit; font: inherit; text-align: left;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .04); transition: border-color .16s, background .16s, transform .16s; }
.vj-pn:hover { border-color: var(--border-hover); background: var(--surface-2); transform: translateY(-1px); }
.vj-pn__arw { font-size: 16px; color: var(--text-muted); }
.vj-pn__tt { display: flex; flex-direction: column; line-height: 1.2; }
.vj-pn__tt small { font-size: 10.5px; color: var(--text-muted); font-weight: 600; }
.vj-pn__tt b { font-size: 13px; font-weight: 600; color: var(--text); }
.vj-pn--ghost { visibility: hidden; }

/* ── Responsive ── */
@media (max-width: 1080px) {
  .vj-page { grid-template-columns: 280px minmax(0, 1fr); gap: 20px; }
}
@media (max-width: 920px) {
  .vj-page { grid-template-columns: 1fr; gap: 18px; }
  .vj-rail { position: static; top: auto; }
}
@media (max-width: 680px) {
  .vacancy-drawer--page .vacancy-drawer__body { padding: 16px 14px 44px; }
  .vacancy-drawer--page .vacancy-drawer__title { font-size: 22px; }
  .vj-stepview__title { font-size: 20px; }
  .vj-stepview__body--card { padding: 16px 15px; }
  .vj-grp { width: 100%; }
  .vj-grp .vj-btn { flex: 1; justify-content: center; }
  .vj-btnrow .vj-btn { width: 100%; justify-content: center; }
  .vj-pn { flex: 1; }
  .vj-pn--ghost { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .vj-stepview--active { animation: none; }
}


/* ── Step-5 pitch (no interviews yet): a sell, not an apology ── */
.vj-pitch { padding: 20px 22px; border-radius: 14px; border: 1px solid rgba(99, 102, 241, .18);
  background: linear-gradient(135deg, rgba(99, 102, 241, .06), rgba(168, 85, 247, .04)); }
.vj-pitch__head { font-size: 17px; font-weight: 800; letter-spacing: -.01em; margin-bottom: 10px; }
.vj-pitch__list { margin: 0 0 16px; padding: 0; list-style: none; }
.vj-pitch__list li { position: relative; padding-left: 24px; font-size: 13.5px; line-height: 1.7; color: var(--text-secondary); }
.vj-pitch__tick { position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.vj-pitch .vj-btnrow--lead { margin: 0; }

.vj-rematch { align-self: center; font-size: 12.5px; font-weight: 600; color: var(--text-secondary); }

/* ── Journey sticky bar: utilities only. The score lives in the always-visible
   rail ring; repeating it (and the company, third time) in the footer is noise.
   The trash is parked far left, away from Close. ── */
.vacancy-drawer--page .vacancy-stickybar__info { display: none; }
.vacancy-drawer--page .vacancy-stickybar__actions { width: 100%; }
.vacancy-drawer--page .vacancy-stickybar__actions [data-action="delete"] { margin-right: auto; }

/* Breadcrumb is a real control now */
.vacancy-drawer__crumb-link { background: none; border: none; padding: 0; cursor: pointer;
  font: inherit; color: inherit; }
.vacancy-drawer__crumb-link:hover { color: var(--accent); text-decoration: underline; }

/* Done steps keep their ✓ but stop shouting: the orange "N к закрытию" under a
   green check taught users the checkmarks lie. */
.vj-navstep--done .vj-navstep__sub--warn { color: var(--text-muted); }

/* Requirement pills tinted by the analysis verdict (step 1) */
.vacancy-skill-tag--ok { border-color: rgba(34, 197, 94, .4); background: rgba(34, 197, 94, .08); color: var(--green); }
.vacancy-skill-tag--gap { border-color: rgba(234, 88, 12, .35); background: rgba(234, 88, 12, .06); color: var(--orange); }

/* Pre-analysis journey: cockpit sells the unlock, waiting steps say why */
.vj-cockpit__pitch { font-size: 12.5px; line-height: 1.6; color: var(--text-secondary); margin: 0 0 12px; }
.vj-locked { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }

/* Step-1 fit strip: the "money & format" answer the step's subtitle promises */
.vj-fitstrip { display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  padding: 10px 14px; margin-bottom: 14px; border: 1px solid var(--border);
  border-radius: 10px; background: var(--surface-2); }
.vj-fitstrip__lab { font-size: 11px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--text-muted); }
.vj-fitchip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px;
  color: var(--text-secondary); }
.vj-fitchip i { width: 8px; height: 8px; border-radius: 50%; }
.vj-fitchip b { font-variant-numeric: tabular-nums; }

/* Step-3 "file saved" strip — the road onward after the download */
.vj-done-strip { display: flex; align-items: center; gap: 8px; margin-top: 10px;
  padding: 9px 13px; border-radius: 10px; font-size: 12.5px; font-weight: 600;
  color: var(--green); background: rgba(34, 197, 94, .08);
  border: 1px solid rgba(34, 197, 94, .25); }
.vj-done-strip__ic { font-weight: 800; }
.vj-done-strip a { color: var(--accent); text-decoration: none; font-weight: 700; }
.vj-done-strip a:hover { text-decoration: underline; }

/* ── Fit review — V2 checklist (founder-picked): a task list you clear ── */
.vjg { margin: 4px 0 16px; }
.vjg-prog { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.vjg-prog__bar { flex: 1; height: 6px; border-radius: 999px; background: rgba(var(--fg-rgb), .08); overflow: hidden; }
.vjg-prog__bar i { display: block; height: 100%; border-radius: 999px; background: linear-gradient(100deg, #6366f1, #a855f7); transition: width .4s ease; }
.vjg-prog__lab { font-size: 12px; font-weight: 700; color: var(--text-secondary); white-space: nowrap; }

.vjg-row {
  border: 1px solid var(--border); border-radius: 13px; background: var(--surface);
  margin-bottom: 8px; overflow: hidden;
}
.vjg-row__sum {
  display: flex; align-items: center; gap: 10px; padding: 12px 14px;
  cursor: pointer; list-style: none; user-select: none;
}
.vjg-row__sum::-webkit-details-marker { display: none; }
.vjg-dot { width: 9px; height: 9px; border-radius: 50%; flex: none; }
.vjg-row--crit .vjg-dot { background: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,.15); }
.vjg-row--part .vjg-dot { background: #f59e0b; box-shadow: 0 0 0 3px rgba(245,158,11,.15); }
.vjg-check {
  width: 18px; height: 18px; border-radius: 50%; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: #22c55e; color: #fff; font-size: 11px; font-weight: 800;
}
.vjg-row--done { border-color: rgba(16,185,129,.35); background: rgba(16,185,129,.04); }
.vjg-row__title { font-size: 13.5px; font-weight: 700; color: var(--text); min-width: 0; }
.vjg-tags { display: flex; gap: 6px; margin-left: auto; flex: none; }
.vjg-sev { font-size: 10.5px; font-weight: 700; border-radius: 999px; padding: 2px 8px; text-transform: uppercase; letter-spacing: .03em; white-space: nowrap; }
.vjg-sev--crit { color: #dc2626; background: rgba(239,68,68,.12); }
.vjg-sev--part { color: #d97706; background: rgba(245,158,11,.14); }
.vjg-sev--done { color: #059669; background: rgba(16,185,129,.14); }
.vjg-sev--prof { color: #6366f1; background: rgba(99,102,241,.14); text-transform: none; }
.vjg-chev { flex: none; width: 8px; height: 8px; border-right: 2px solid var(--text-muted); border-bottom: 2px solid var(--text-muted); transform: rotate(45deg); margin: -3px 2px 0; transition: transform .15s; }
.vjg-row[open] > .vjg-row__sum .vjg-chev { transform: rotate(-135deg); margin-top: 3px; }
.vjg-row__body { padding: 0 14px 14px 33px; }
.vjg-row--done .vjg-row__body { padding-left: 14px; }
.vjg-row__detail { font-size: 12.5px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 10px; }
.vjg-done__bullet {
  font-size: 12.5px; color: var(--text); line-height: 1.5; margin: 2px 0 10px;
  padding: 9px 12px; border-radius: 9px; background: rgba(16,185,129,.08);
  border-left: 2px solid #22c55e; font-style: italic;
}
.vjg-remove {
  border: 1px solid var(--border); border-radius: 9px; padding: 6px 14px; cursor: pointer; font: inherit;
  font-size: 12px; font-weight: 700; color: var(--text-secondary); background: var(--surface);
}
.vjg-remove:hover { color: #dc2626; border-color: rgba(239,68,68,.4); }
.vjg-remove:disabled { opacity: .6; cursor: default; }
.vjg-add {
  border: 0; border-radius: 9px; padding: 8px 16px; cursor: pointer; font: inherit;
  font-size: 12.5px; font-weight: 700; color: #fff;
  background: linear-gradient(100deg, #6366f1, #a855f7); box-shadow: 0 6px 16px rgba(99,102,241,.24);
}
.vjg-scope {
  display: flex; align-items: flex-start; gap: 8px; cursor: pointer;
  font-size: 12px; color: var(--text-secondary); line-height: 1.4; margin-bottom: 12px;
}
.vjg-scope input { margin-top: 2px; flex: none; accent-color: #6366f1; }
.vjg-picker {
  margin-top: 12px; padding: 14px; border-radius: 12px;
  background: rgba(var(--fg-rgb), .03); border: 1px solid var(--border);
}
.vjg-pick__q { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 10px; }
.vjg-opts { display: flex; flex-direction: column; gap: 8px; margin-bottom: 12px; }
.vjg-opt {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  border: 1px solid var(--border); border-radius: 10px; padding: 10px 12px; background: var(--surface);
  font-size: 13px; color: var(--text);
}
.vjg-opt:has(input:checked) {
  border-color: var(--accent); box-shadow: 0 0 0 2px rgba(99,102,241,.2);
  background: rgba(99,102,241,.09);
}
.vjg-opt i { color: var(--text-secondary); font-style: normal; font-size: 12px; }
.vjg-opt__group {
  font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--text-secondary); margin-top: 4px;
}
.vjg-opt__group:first-child { margin-top: 0; }
.vjg-opt--new { border-style: dashed; }
.vjg-opt--new b { color: #6366f1; }
.vjg-note {
  width: 100%; box-sizing: border-box; border: 1px solid var(--border); border-radius: 10px;
  padding: 10px 12px; font: inherit; font-size: 12.5px; color: var(--text); background: var(--surface);
  resize: vertical; min-height: 62px; margin-bottom: 10px;
}
.vjg-pick__act { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.vjg-status { font-size: 12px; }
.vjg-selfbox { margin-top: 16px; padding: 12px 14px; border: 1px dashed var(--border); border-radius: 12px; background: rgba(var(--fg-rgb), .02); }
.vjg-selfhead { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; color: var(--text-muted); margin-bottom: 8px; }
.vjg-self { font-size: 12.5px; color: var(--text-secondary); line-height: 1.55; margin-bottom: 6px; }
.vjg-self:last-child { margin-bottom: 0; }
.vjg-self b { color: var(--text); font-size: 13px; }

/* ── Where the bullet goes: one recommended place, list on demand ── */
.vjg-dest {
  display: flex; gap: 11px; align-items: flex-start;
  border: 1.5px solid var(--accent); border-radius: 12px;
  background: rgba(99,102,241,.07); padding: 11px 12px;
}
.vjg-dest__ic {
  flex: none; width: 30px; height: 30px; border-radius: 9px; font-size: 15px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface); border: 1px solid var(--border);
}
.vjg-dest__b { min-width: 0; flex: 1; }
.vjg-dest__kind {
  display: block; font-size: 10.5px; font-weight: 800; text-transform: uppercase;
  letter-spacing: .06em; color: var(--accent);
}
.vjg-dest__title {
  display: block; font-size: 13.5px; font-weight: 700; color: var(--text);
  line-height: 1.35; margin-top: 2px; overflow-wrap: anywhere;
}
.vjg-dest__sub { display: block; font-size: 12px; color: var(--text-secondary); margin-top: 2px; overflow-wrap: anywhere; }
.vjg-dest__rec {
  display: inline-block; font-size: 11.5px; color: var(--text-secondary); line-height: 1.4;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 999px; padding: 4px 10px; margin-top: 8px;
}
.vjg-dest__sub[hidden], .vjg-dest__rec[hidden] { display: none; }
.vjg-link {
  display: block; margin-top: 8px; border: 0; background: none; padding: 0; cursor: pointer;
  font: inherit; font-size: 12.5px; font-weight: 700; color: var(--accent);
  text-decoration: underline; text-underline-offset: 3px;
}
.vjg-link:hover { opacity: .8; }
.vjg-link[hidden] { display: none; }
.vjg-opts[hidden] { display: none; }
.vjg-opts { margin-top: 10px; }
.vjg-opt { align-items: flex-start; flex-wrap: wrap; }
.vjg-opt input { flex: none; margin-top: 2px; accent-color: #6366f1; }
/* min-width, so in a narrow drawer the "recommended" chip drops to its own line
   instead of squeezing a long job title into a three-word column. */
.vjg-opt__b { flex: 1 1 0; min-width: 160px; }
.vjg-opt__b b { display: block; font-weight: 700; line-height: 1.35; overflow-wrap: anywhere; }
.vjg-opt__b i { display: block; margin-top: 1px; }
.vjg-opt__rec {
  flex: none; align-self: center; margin-left: auto; font-size: 10px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .04em; color: var(--accent);
  background: rgba(99,102,241,.14); border-radius: 6px; padding: 3px 7px; white-space: nowrap;
}
.vjg-opt__group { display: flex; align-items: center; gap: 7px; }
.vjg-opt__group span {
  font-size: 10px; font-weight: 800; letter-spacing: .02em; color: var(--text-muted);
  background: rgba(var(--fg-rgb), .07); border-radius: 5px; padding: 1px 6px;
}
.vjg-opt__empty {
  font-size: 12px; color: var(--text-secondary); line-height: 1.5;
  border: 1px dashed var(--border); border-radius: 10px; padding: 10px 12px; background: var(--surface);
}
.vjg-opts__close { margin: 2px 0 0; }
.vjg-newproj {
  margin-top: 10px; padding: 11px 12px; border: 1px solid var(--border);
  border-radius: 12px; background: var(--surface);
}
.vjg-newproj[hidden] { display: none; }
.vjg-projname {
  width: 100%; box-sizing: border-box; border: 1px solid var(--border); border-radius: 10px;
  padding: 9px 11px; font: inherit; font-size: 12.5px; color: var(--text); background: var(--surface);
}
.vjg-projname:focus, .vjg-note:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.vjg-lab { font-size: 12.5px; font-weight: 700; color: var(--text); margin-bottom: 6px; line-height: 1.4; }
.vjg-lab--mt { margin-top: 14px; }
.vjg-lab i { font-style: normal; font-weight: 400; color: var(--text-muted); }
.vjg-hint { font-size: 11.5px; color: var(--text-muted); line-height: 1.45; margin-top: 6px; }
.vjg-count { font-size: 11.5px; color: var(--text-muted); text-align: right; margin: -4px 0 10px; }
.vjg-sev--dest {
  color: var(--accent); background: rgba(99,102,241,.12); text-transform: none;
  letter-spacing: 0; font-weight: 700; max-width: 100%; overflow: hidden; text-overflow: ellipsis;
}
/* Done rows stack their evidence under the title, so the summary is a column. */
.vjg-row--done .vjg-row__sum { align-items: flex-start; }
.vjg-row--done .vjg-check { margin-top: 1px; }
.vjg-row__main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.vjg-row__main .vjg-tags { margin-left: 0; flex-wrap: wrap; flex: 1 1 auto; }
.vjg-row__main .vjg-done__bullet { display: block; margin: 0; font-size: 12px; }
@media (max-width: 480px) {
  .vjg-picker { padding: 11px; }
  .vjg-opt__rec { align-self: flex-start; }
  .vjg-dest { padding: 10px; gap: 9px; }
}

/* ── Step 3 two-column layout (V2): documents main, proof aside ── */
.vj-s3cols { display: grid; grid-template-columns: minmax(0, 1fr) 272px; gap: 14px; align-items: start; }
.vj-s3main { min-width: 0; }
.vj-s3side { display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.vj-s3side .vj-hero { margin: 0; }
.vj-s3side .vj-cov { margin: 0; }
.vj-s3side .vacancy-tailor-more { margin: 0; }
.vj-fit-teaser {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
  border: 1px solid rgba(99,102,241,.3); border-radius: 12px; padding: 11px 13px;
  background: rgba(99,102,241,.06); color: var(--text);
}
.vj-fit-teaser i { font-style: normal; width: 9px; height: 9px; border-radius: 50%; background: #ef4444; flex: none; }
.vj-fit-teaser--ok { border-color: rgba(16,185,129,.35); background: rgba(16,185,129,.05); }
.vj-fit-teaser--ok i { background: transparent; width: auto; height: auto; color: #059669; font-weight: 800; font-size: 12px; }
.vj-fit-teaser span { font-size: 12px; color: var(--text-secondary); min-width: 0; }
.vj-fit-teaser span b { display: block; font-size: 12.5px; color: var(--text); }
.vj-fit-teaser em { font-style: normal; margin-left: auto; color: #6366f1; font-weight: 700; }
@media (max-width: 900px) { .vj-s3cols { grid-template-columns: 1fr; } }
.vjg-self__act { margin-top: 8px; }
.vjg-self__act .vjg-add { padding: 6px 12px; font-size: 12px; box-shadow: none; }
.vjg-row--tip .vjg-dot { background: #6366f1; box-shadow: 0 0 0 3px rgba(99,102,241,.15); }
.vjg-sev--tip { color: #6366f1; background: rgba(99,102,241,.12); }
.vjg-generic-note { font-size: 12px; color: #b45309; background: rgba(245,158,11,.09); border-radius: 8px; padding: 7px 10px; margin-bottom: 10px; line-height: 1.45; }
.vjg-status a { color: #6366f1; font-weight: 700; }
