:root {
  --night: #07111f;
  --night-2: #0b1728;
  --night-3: #12223a;
  --indigo: #6f70ff;
  --indigo-2: #8b8cff;
  --mint: #25d6ae;
  --mint-soft: #dffaf3;
  --amber: #ffb85c;
  --red: #e85867;
  --paper: #f4f6fa;
  --card: #ffffff;
  --ink: #142033;
  --muted: #69778b;
  --muted-2: #97a2b2;
  --line: #e3e8f0;
  --line-strong: #d3dae6;
  --shadow: 0 22px 70px rgba(7, 17, 31, .13);
  --shadow-soft: 0 10px 30px rgba(7, 17, 31, .07);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: var(--paper); color: var(--ink); overflow-x: hidden; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid rgba(111,112,255,.35); outline-offset: 2px; }
.ambient { position: fixed; width: 520px; height: 520px; border-radius: 50%; filter: blur(90px); pointer-events: none; opacity: .12; z-index: -1; }
.ambient-one { background: var(--indigo); right: -220px; top: 120px; }
.ambient-two { background: var(--mint); left: -280px; top: 780px; }
.app-nav { height: 78px; padding: 0 max(24px, calc((100vw - 1500px) / 2)); display: flex; align-items: center; gap: 24px; background: rgba(7,17,31,.97); color: white; border-bottom: 1px solid rgba(255,255,255,.08); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(145deg, rgba(111,112,255,.22), rgba(37,214,174,.12)); border: 1px solid rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.12); }
.brand-mark svg { width: 30px; height: 30px; overflow: visible; }
.brand-mark path { fill: var(--indigo-2); }
.brand-mark circle { fill: var(--mint); }
.brand-copy { display: flex; align-items: baseline; gap: 7px; letter-spacing: .04em; }
.brand-copy strong { font-family: Manrope, sans-serif; font-size: 18px; letter-spacing: .12em; }
.brand-copy span { font-size: 11px; font-weight: 800; letter-spacing: .18em; color: var(--mint); }
.nav-copy { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.12); color: #9da9ba; font-size: 12px; letter-spacing: .03em; }
.system-status { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.status-pill { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.09); border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .02em; color: #b9c2cf; background: rgba(255,255,255,.045); }
.status-pill i { width: 6px; height: 6px; border-radius: 50%; background: #7c899b; box-shadow: 0 0 0 3px rgba(124,137,155,.12); }
.status-ok { color: #bdf6e7; }
.status-ok i { background: var(--mint); box-shadow: 0 0 0 3px rgba(37,214,174,.15); }
.status-bad { color: #ffc5ca; }
.status-bad i { background: var(--red); box-shadow: 0 0 0 3px rgba(232,88,103,.16); }
.status-wait { color: #b9c2cf; }
.app-shell { max-width: 1548px; margin: 0 auto; padding: 0 24px 42px; }
.hero-grid { min-height: 485px; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(390px, .75fr); align-items: center; gap: clamp(40px, 7vw, 110px); padding: 58px 34px 54px; position: relative; }
.hero-grid::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 100%; background-image: linear-gradient(rgba(20,32,51,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(20,32,51,.035) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 92%); pointer-events: none; }
.hero-copy { position: relative; z-index: 1; max-width: 870px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #505d71; font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow > span { width: 26px; height: 2px; background: linear-gradient(90deg, var(--indigo), var(--mint)); border-radius: 99px; }
.hero-copy h1 { margin: 22px 0 20px; font-family: Manrope, Inter, sans-serif; color: var(--night); font-size: clamp(42px, 5.1vw, 78px); line-height: .99; letter-spacing: -.052em; }
.hero-copy h1 em { font-style: normal; color: var(--indigo); }
.hero-copy > p { max-width: 800px; margin: 0; color: #5d6a7d; font-size: clamp(16px, 1.4vw, 19px); line-height: 1.68; }
.value-chain { margin-top: 34px; display: flex; align-items: center; gap: 13px; color: #4f5d70; font-size: 12px; font-weight: 700; }
.value-chain span { display: inline-flex; align-items: center; gap: 8px; }
.value-chain b { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: white; border: 1px solid var(--line); color: var(--indigo); font-size: 9px; box-shadow: var(--shadow-soft); }
.value-chain i { width: clamp(18px, 3vw, 48px); height: 1px; background: var(--line-strong); }
.access-panel { position: relative; z-index: 2; padding: 27px; color: white; border-radius: 24px; background: linear-gradient(145deg, #0d1b2e, #081321 68%); box-shadow: 0 30px 90px rgba(7,17,31,.27); border: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.access-panel::before { content: ""; position: absolute; width: 230px; height: 230px; border-radius: 50%; right: -90px; top: -120px; background: radial-gradient(circle, rgba(111,112,255,.38), transparent 68%); }
.access-panel__head { position: relative; display: flex; align-items: center; gap: 12px; }
.secure-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(111,112,255,.14); color: var(--indigo-2); border: 1px solid rgba(139,140,255,.17); }
.secure-icon svg, .privacy-line svg, .btn svg, .search-field svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.panel-kicker { color: var(--mint); font-size: 9px; font-weight: 800; letter-spacing: .16em; }
.access-panel h2 { margin: 2px 0 0; font-family: Manrope, sans-serif; font-size: 23px; }
.icon-help { margin-left: auto; width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.15); color: #b8c3d0; background: rgba(255,255,255,.04); cursor: pointer; }
.access-panel > p { position: relative; margin: 18px 0 20px; color: #aeb9c7; font-size: 13px; line-height: 1.55; }
.access-row { display: flex; align-items: end; gap: 10px; position: relative; }
.access-panel .field > span { color: #cbd4df; }
.access-panel input { background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.13); color: white; }
.access-panel input::placeholder { color: #647287; }
.privacy-line { margin-top: 17px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; gap: 8px; color: #8492a5; font-size: 10px; }
.privacy-line svg { width: 15px; color: var(--mint); }
.workflow-rail { margin-bottom: 22px; padding: 16px 20px; display: flex; align-items: center; border-radius: 16px; background: white; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.workflow-step { min-width: 190px; display: flex; align-items: center; gap: 11px; color: #758195; }
.workflow-step > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; border: 1px solid var(--line); font-size: 10px; font-weight: 800; }
.workflow-step div { display: grid; gap: 2px; }
.workflow-step b { color: #3e4b5f; font-family: Manrope, sans-serif; font-size: 13px; }
.workflow-step small { color: #929dac; font-size: 10px; }
.workflow-step.active > span { background: var(--night); color: white; border-color: var(--night); box-shadow: 0 8px 18px rgba(7,17,31,.16); }
.workflow-step.active b { color: var(--night); }
.workflow-line { flex: 1; height: 1px; background: linear-gradient(90deg, var(--line-strong), var(--line)); margin: 0 18px; }
.workspace { transition: opacity .25s, filter .25s; }
.workspace.locked { opacity: .43; pointer-events: none; filter: grayscale(.35); user-select: none; }
.workspace-grid { display: grid; grid-template-columns: minmax(370px, 500px) minmax(0, 1fr); gap: 22px; align-items: start; }
.controls-column { display: grid; gap: 20px; }
.results-column { min-width: 0; display: grid; gap: 16px; position: sticky; top: 94px; }
.card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-soft); }
.configuration-card, .source-card { padding: 24px; }
.section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; margin-bottom: 21px; }
.section-head h2, .results-head h2 { margin: 4px 0 4px; font-family: Manrope, sans-serif; color: var(--night); font-size: 21px; letter-spacing: -.02em; }
.section-head p, .results-head p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.45; }
.step { color: var(--indigo); font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.text-button { border: 0; background: transparent; color: var(--indigo); cursor: pointer; font-size: 11px; font-weight: 700; padding: 7px; border-radius: 7px; }
.text-button:hover { background: #f0f0ff; }
.text-button.strong { background: #f0f0ff; }
.small-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 3px; }
.field { display: grid; gap: 7px; margin-bottom: 15px; }
.field > span, .status-filter > span { font-size: 11px; font-weight: 700; color: #465368; }
.field > span small { color: #98a3b1; font-size: 9px; font-weight: 500; }
.field small, .muted { color: var(--muted); font-size: 12px; line-height: 1.55; }
input, textarea, select { width: 100%; border: 1px solid var(--line-strong); border-radius: 10px; background: #fbfcfe; color: var(--ink); padding: 11px 12px; outline: none; transition: border-color .15s, box-shadow .15s, background .15s; }
input::placeholder, textarea::placeholder { color: #a4aeba; }
textarea { resize: vertical; min-height: 46px; line-height: 1.45; }
select[multiple] { min-height: 108px; }
input:hover, textarea:hover, select:hover { border-color: #bbc5d3; background: white; }
input:focus, textarea:focus, select:focus { border-color: var(--indigo); background: white; box-shadow: 0 0 0 3px rgba(111,112,255,.11); }
.input-prefix, .input-suffix { display: flex; align-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: #fbfcfe; overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.input-prefix:focus-within, .input-suffix:focus-within { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(111,112,255,.11); background: white; }
.input-prefix input, .input-suffix input { border: 0; border-radius: 0; box-shadow: none !important; background: transparent; }
.input-prefix i, .input-suffix i { font-style: normal; color: #8b97a8; font-size: 11px; }
.input-prefix i { padding-left: 12px; }
.input-suffix i { padding-right: 12px; white-space: nowrap; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.compact-grid .field { margin-bottom: 10px; }
.check-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin: -2px 0 17px; }
.check-row label { min-height: 42px; padding: 10px; display: flex; align-items: center; gap: 8px; border: 1px solid var(--line); border-radius: 10px; color: #5e6c80; font-size: 10px; background: #fafbfd; }
.check-row input { width: 15px; height: 15px; accent-color: var(--indigo); }
.advanced-fields { margin-top: 4px; border-top: 1px solid var(--line); }
.advanced-fields summary { padding: 16px 2px 4px; display: flex; align-items: center; justify-content: space-between; gap: 12px; cursor: pointer; list-style: none; color: #465368; font-size: 11px; font-weight: 700; }
.advanced-fields summary::-webkit-details-marker { display: none; }
.advanced-fields summary::after { content: "+"; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; background: #f1f3f8; color: var(--indigo); font-size: 17px; }
.advanced-fields[open] summary::after { content: "−"; }
.advanced-fields summary small { margin-left: auto; color: #98a3b1; font-size: 9px; font-weight: 500; }
.advanced-fields__body { padding-top: 15px; }
.grow { flex: 1; }
.btn { min-height: 43px; border: 0; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 16px; font-weight: 700; font-size: 12px; text-decoration: none; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s; }
.btn:hover { transform: translateY(-1px); }
.btn:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.btn svg { width: 18px; }
.btn-primary { background: linear-gradient(135deg, var(--indigo), #5557e8); color: white; box-shadow: 0 10px 22px rgba(111,112,255,.25); }
.btn-primary:hover { box-shadow: 0 13px 28px rgba(111,112,255,.32); }
.btn-secondary { background: #f1f3f8; color: var(--night); border: 1px solid var(--line-strong); }
.btn-search { min-height: 52px; padding: 13px 15px; justify-content: flex-start; color: white; background: linear-gradient(135deg, #151f34, #0a1321); box-shadow: 0 13px 28px rgba(7,17,31,.19); }
.btn-search b { margin-left: auto; font-size: 17px; }
.btn-search:hover { background: linear-gradient(135deg, #202d48, #0d192a); box-shadow: 0 16px 34px rgba(7,17,31,.24); }
.btn-full { width: 100%; }
.btn-small { min-height: 34px; padding: 8px 11px; font-size: 10px; }
.status-box { margin-top: 12px; padding: 10px 11px; color: #5f6d80; background: #f5f7fa; border: 1px solid #e7ebf1; border-left: 3px solid var(--indigo); border-radius: 9px; font-size: 10px; line-height: 1.5; }
.status-box.compact { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.08); border-left-color: var(--indigo-2); color: #9eabba; }
.status-box.error { background: #fff3f4; border-color: #ffd7db; border-left-color: var(--red); color: #9b3440; }
.status-box.success { background: #ecfbf6; border-color: #c9f4e8; border-left-color: var(--mint); color: #15735c; }
.help-box { margin-top: 10px; padding: 11px; color: #a8b4c3; background: rgba(255,255,255,.04); border: 1px dashed rgba(255,255,255,.14); border-radius: 9px; font-size: 10px; line-height: 1.55; }
.help-box code { color: var(--mint); }
.hidden { display: none !important; }
.meta-box { margin-top: 10px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: #fafbfd; font-size: 9px; color: #667487; }
.meta-box > div { padding: 5px 7px; border-radius: 6px; background: white; border: 1px solid #edf0f4; }
.meta-box .error-line { grid-column: 1 / -1; color: var(--red); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; }
.metric-card { min-width: 0; padding: 15px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.86); box-shadow: var(--shadow-soft); backdrop-filter: blur(10px); }
.metric-card > span { display: block; min-height: 22px; color: #8894a5; font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .1em; }
.metric-card strong { display: block; margin: 5px 0 1px; font-family: Manrope, sans-serif; color: var(--night); font-size: clamp(22px, 2.2vw, 31px); line-height: 1; letter-spacing: -.04em; overflow: hidden; text-overflow: ellipsis; }
.metric-card small { color: #9ca6b4; font-size: 8px; }
.metric-card.accent { background: linear-gradient(145deg, #797aff, #5f60ed); border-color: transparent; }
.metric-card.accent > span, .metric-card.accent small { color: rgba(255,255,255,.7); }
.metric-card.accent strong { color: white; }
.results-card { overflow: hidden; }
.results-head { padding: 22px 23px 17px; display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.counter-pill { padding: 7px 10px; border-radius: 999px; background: var(--night); color: white; font-size: 9px; font-weight: 800; white-space: nowrap; }
.toolbar { padding: 0 23px 18px; display: flex; align-items: end; gap: 10px; border-bottom: 1px solid var(--line); }
.search-field { min-height: 42px; display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 10px; background: #fafbfd; color: #909baa; }
.search-field:focus-within { border-color: var(--indigo); box-shadow: 0 0 0 3px rgba(111,112,255,.1); background: white; }
.search-field svg { width: 17px; }
.search-field input { padding: 0; border: 0; box-shadow: none !important; background: transparent !important; font-size: 11px; }
.status-filter { width: 150px; display: grid; gap: 6px; }
.status-filter select { min-height: 42px; padding: 9px 10px; font-size: 10px; }
.empty-state { min-height: 390px; padding: 58px 26px; display: grid; place-items: center; align-content: center; gap: 12px; text-align: center; color: var(--muted); }
.empty-state > strong { margin-top: 9px; font-family: Manrope, sans-serif; color: var(--night); font-size: 20px; }
.empty-state > span { max-width: 430px; font-size: 12px; line-height: 1.6; }
.empty-visual { width: 118px; height: 118px; position: relative; display: grid; place-items: center; }
.empty-visual span { position: absolute; border: 1px solid rgba(111,112,255,.24); border-radius: 50%; animation: radarPulse 3.2s infinite ease-out; }
.empty-visual span:nth-child(1) { width: 48px; height: 48px; }
.empty-visual span:nth-child(2) { width: 82px; height: 82px; animation-delay: .35s; }
.empty-visual span:nth-child(3) { width: 116px; height: 116px; animation-delay: .7s; }
.empty-visual b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: white; background: linear-gradient(145deg, var(--indigo), var(--mint)); box-shadow: 0 10px 25px rgba(111,112,255,.28); }
@keyframes radarPulse { 0%,100% { opacity: .35; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.03); } }
.results-list { display: grid; gap: 12px; padding: 17px; background: #f8f9fc; }
.job-card { display: grid; grid-template-columns: 98px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: white; box-shadow: 0 5px 18px rgba(7,17,31,.04); transition: transform .15s, border-color .15s, box-shadow .15s; }
.job-card:hover { transform: translateY(-2px); border-color: #cbd3e1; box-shadow: 0 13px 32px rgba(7,17,31,.08); }
.job-card__score { padding: 15px 9px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--night); background: linear-gradient(180deg, #f1f2ff, #f8f9ff); border-right: 1px solid #e6e7f6; }
.job-card__score > span { color: #898aa9; font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.job-card__score strong { margin: 5px 0 -2px; font-family: Manrope, sans-serif; color: var(--indigo); font-size: 34px; line-height: 1; letter-spacing: -.06em; }
.job-card__score i { color: #9a9bb4; font-size: 8px; font-style: normal; }
.job-card__body { padding: 16px 17px; min-width: 0; }
.job-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.job-title { margin: 0; color: var(--night); font-family: Manrope, sans-serif; font-size: 17px; line-height: 1.28; letter-spacing: -.02em; }
.job-company { margin: 4px 0 0; color: var(--muted); font-size: 10px; }
.recommendation { padding: 6px 8px; border-radius: 7px; white-space: nowrap; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.rec-postular { color: #08795d; background: var(--mint-soft); }
.rec-evaluar { color: #93611a; background: #fff5df; }
.rec-no_prioritaria, .rec-descartar { color: #a83b47; background: #fff0f2; }
.job-meta { display: flex; flex-wrap: wrap; gap: 6px; margin: 10px 0; }
.meta-chip { padding: 4px 7px; color: #657286; background: #f5f7fa; border: 1px solid #e9edf2; border-radius: 6px; font-size: 8px; }
.job-summary { margin: 0 0 10px; color: #4e5d71; font-size: 10px; line-height: 1.55; }
.job-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.skill-tag { padding: 4px 7px; color: #5557bb; background: #f0f0ff; border: 1px solid #e4e4ff; border-radius: 6px; font-size: 8px; }
.job-warnings { margin-top: 8px; color: var(--red); font-size: 9px; }
.job-actions { margin-top: 12px; padding-top: 11px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #edf0f4; }
.inline-status { display: inline-flex; align-items: center; gap: 7px; color: #8a96a7; font-size: 9px; }
.inline-status select { width: auto; padding: 7px 8px; background: #fafbfd; font-size: 9px; }
.app-footer { max-width: 1548px; margin: 0 auto; padding: 20px 26px 30px; display: flex; justify-content: space-between; gap: 20px; color: #8c97a7; font-size: 9px; }
.app-footer > div { display: flex; gap: 16px; }
.brand-mini { color: var(--night); font-weight: 800; letter-spacing: .1em; }
.brand-mini b { color: var(--indigo); }
.job-dialog { width: min(940px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 0; border-radius: 20px; box-shadow: var(--shadow); }
.job-dialog::backdrop { background: rgba(4,10,20,.76); backdrop-filter: blur(5px); }
.dialog-shell { padding: 0; }
.dialog-head { padding: 22px 23px; display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; color: white; background: linear-gradient(135deg, #111d30, #07111f); }
.dialog-head > div { display: flex; align-items: center; gap: 14px; }
.dialog-head h2 { margin: 4px 0 0; font-family: Manrope, sans-serif; font-size: 22px; }
.dialog-head p { margin: 4px 0 0; color: #aab6c5; font-size: 11px; }
.score-badge { min-width: 56px; height: 56px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--indigo), #5b5ce9); color: white; font-family: Manrope, sans-serif; font-size: 21px; font-weight: 800; box-shadow: 0 10px 24px rgba(111,112,255,.26); }
.icon-button { border: 0; background: transparent; color: white; font-size: 30px; cursor: pointer; line-height: 1; }
.dialog-content { padding: 22px; max-height: 58vh; overflow: auto; }
.dialog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 13px; }
.analysis-section { padding: 14px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.analysis-section h3 { margin: 0 0 9px; color: var(--night); font-family: Manrope, sans-serif; font-size: 12px; }
.analysis-section ul { margin: 0; padding-left: 18px; color: #526175; font-size: 10px; line-height: 1.58; }
.breakdown { display: grid; gap: 8px; }
.breakdown-row { display: grid; grid-template-columns: 95px 1fr 34px; gap: 8px; align-items: center; color: #5d6b7e; font-size: 9px; }
.breakdown-track { height: 6px; overflow: hidden; border-radius: 999px; background: #eceff4; }
.breakdown-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--indigo), var(--mint)); }
.dialog-actions { padding: 16px 22px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid var(--line); }
.job-dialog > form > .status-box, .draft-box { margin: 0 22px 18px; }
.draft-box { padding: 16px; border: 1px solid var(--line); border-radius: 14px; background: #fafbfd; }
.draft-section { margin-bottom: 18px; }
.draft-section:last-child { margin-bottom: 0; }
.draft-section h3 { margin: 0 0 8px; display: flex; justify-content: space-between; align-items: center; gap: 8px; color: var(--night); font-family: Manrope, sans-serif; font-size: 11px; }
.draft-section textarea { min-height: 130px; background: white; }
.copy-button { padding: 5px 8px; border: 0; border-radius: 7px; color: var(--indigo); background: #ededff; font-size: 9px; font-weight: 800; cursor: pointer; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 6px; }
@media (max-width: 1180px) {
  .workspace-grid { grid-template-columns: 430px minmax(0, 1fr); }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 980px) {
  .nav-copy { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 36px; padding-top: 52px; }
  .hero-copy { max-width: 760px; }
  .access-panel { max-width: 640px; }
  .workspace-grid { grid-template-columns: 1fr; }
  .results-column { position: static; }
  .workflow-step { min-width: 0; flex: 1; }
}
@media (max-width: 700px) {
  .app-nav { height: auto; min-height: 68px; padding: 12px 16px; flex-wrap: wrap; }
  .brand-mark { width: 38px; height: 38px; }
  .system-status { width: 100%; margin-left: 0; justify-content: flex-start; }
  .status-pill { flex: 1; justify-content: center; }
  .app-shell { padding: 0 14px 30px; }
  .hero-grid { min-height: 0; padding: 42px 4px 34px; }
  .hero-copy h1 { font-size: clamp(39px, 13vw, 58px); }
  .value-chain { gap: 7px; flex-wrap: wrap; }
  .value-chain i { width: 18px; }
  .access-panel { padding: 20px; border-radius: 18px; }
  .access-row, .section-head, .results-head, .toolbar, .job-card__head, .job-actions { align-items: stretch; flex-direction: column; }
  .access-row { display: flex; }
  .workflow-rail { padding: 13px; }
  .workflow-step small, .workflow-line { display: none; }
  .workflow-step { justify-content: center; }
  .workflow-step div { display: none; }
  .configuration-card, .source-card { padding: 18px; }
  .grid-2, .dialog-grid, .check-row { grid-template-columns: 1fr; gap: 0; }
  .check-row { gap: 7px; }
  .advanced-fields summary small { display: none; }
  .metrics-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .metric-card { padding: 12px; }
  .results-head, .toolbar { padding-left: 17px; padding-right: 17px; }
  .status-filter { width: 100%; }
  .job-card { grid-template-columns: 72px minmax(0, 1fr); }
  .job-card__score strong { font-size: 27px; }
  .job-card__body { padding: 13px; }
  .recommendation { align-self: flex-start; }
  .inline-status { justify-content: space-between; }
  .inline-status select { flex: 1; }
  .dialog-content { max-height: 55vh; padding: 16px; }
  .dialog-actions { padding: 14px 16px; }
  .job-dialog > form > .status-box, .draft-box { margin-left: 16px; margin-right: 16px; }
  .app-footer, .app-footer > div { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.notice-line {
  color: #155e75;
  background: rgba(34, 211, 238, 0.08);
  border: 1px solid rgba(8, 145, 178, 0.16);
}
.meta-box .notice-line { grid-column: 1 / -1; }
