/* =========================================================
   ECHOHOLICS JOBS
   Hardcoded hex, dark by default (public pages have no PSK
   theme class — see the submissions plugin for that lesson),
   light as an explicit override.
   Every property on a <button> rule carries !important, since
   `all: unset !important` in the reset beats a normal
   declaration regardless of specificity.
========================================================= */

.ech-jobs-app, .ech-jobs-review-app {
  font-family: "Just Sanz", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
}
.ech-jobs-app { max-width: 760px; }
.ech-jobs-app *, .ech-jobs-review-app * { box-sizing: border-box; }

.ech-jobs-app button, .ech-jobs-review-app button {
  all: unset !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-family: "Just Sanz", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif !important;
}
.ech-jobs-app .ech-jobs-btn,
.ech-jobs-review-app .ech-jobs-btn,
a.ech-jobs-btn {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  font-size: 14px !important; font-weight: 600 !important;
  padding: 12px 26px !important; border-radius: 6px !important;
  border-width: 1px !important; border-style: solid !important;
  text-decoration: none !important; white-space: nowrap !important; line-height: 1.2 !important;
}
.ech-jobs-app .ech-jobs-btn:disabled,
.ech-jobs-review-app .ech-jobs-btn:disabled { opacity: 0.55 !important; cursor: not-allowed !important; }

.ech-jobs-card { border-radius: 10px; padding: 28px; border-width: 1px; border-style: solid; }
.ech-jobs-bare { padding: 0; }
.ech-jobs-section { margin-bottom: 30px; }
.ech-jobs-section:last-child { margin-bottom: 0; }
.ech-jobs-h3 { font-family: "Gunterz", Georgia, serif; font-weight: 600; font-size: 20px; margin: 0 0 18px; }
.ech-jobs-h4 { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 10px; }
.ech-jobs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ech-jobs-field { margin-bottom: 18px; }
.ech-jobs-label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 7px; }
.ech-jobs-hint { font-size: 12px; margin: 6px 0 0; line-height: 1.5; }
.ech-jobs-text { font-size: 14px; line-height: 1.65; margin: 0; }

.ech-jobs-input, .ech-jobs-select, .ech-jobs-textarea {
  width: 100% !important; border-radius: 6px !important; padding: 11px 14px !important;
  font-size: 14px !important; border-width: 1px !important; border-style: solid !important;
  box-shadow: none !important; line-height: 1.4 !important; font-family: inherit;
}
.ech-jobs-textarea { resize: vertical; min-height: 90px; }

.ech-jobs-file { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ech-jobs-filename { font-size: 13px; }

.ech-check-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.5; margin-bottom: 12px; cursor: pointer; }
.ech-check-row input[type="checkbox"] { width: 16px; height: 16px; margin-top: 2px; flex-shrink: 0; }
.ech-jobs-error { border-radius: 6px; padding: 12px 14px; font-size: 13px; margin: 16px 0; }
.ech-jobs-submit { width: 100% !important; margin-top: 8px !important; }
.ech-jobs-notice { border-radius: 10px; padding: 24px; text-align: center; font-size: 14px; border-width: 1px; border-style: solid; }
.ech-jobs-success { text-align: center; }

.ech-hp-wrap { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }

/* ---------- Review ---------- */
.ech-jobs-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 20px; }
.ech-jobs-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.ech-jobs-review-app .ech-jobs-tab {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 10px; letter-spacing: 0.10em; text-transform: uppercase;
  padding: 9px 20px; border-radius: 999px; text-decoration: none !important;
  border-width: 1px; border-style: solid;
  display: inline-flex; align-items: center; justify-content: center; min-width: 74px; line-height: 1;
}
.ech-jobs-tab-count { font-size: 9px; margin-left: 7px; padding: 2px 6px; border-radius: 999px; line-height: 1; }
.ech-jobs-search { display: flex; gap: 8px; margin-left: auto; }
.ech-jobs-search .ech-jobs-input { min-width: 220px; }

.ech-jobs-list { display: flex; flex-direction: column; gap: 10px; }
.ech-jobs-item { border-radius: 10px; border-width: 1px; border-style: solid; overflow: hidden; }
.ech-jobs-review-app .ech-jobs-summary {
  display: grid !important;
  grid-template-columns: 22px minmax(180px, 2fr) auto auto 96px !important;
  align-items: center !important; gap: 16px !important;
  width: 100% !important; padding: 16px 20px !important; text-align: left !important;
}
.ech-jobs-chevron svg { width: 15px; height: 15px; stroke: currentColor; transition: transform 0.15s ease; }
.ech-jobs-item.is-open .ech-jobs-chevron svg { transform: rotate(90deg); }
.ech-jobs-identity { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.ech-jobs-name { font-weight: 600; font-size: 15px; }
.ech-jobs-position { font-size: 12px; }
.ech-jobs-dupe { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 9px; padding: 3px 7px; border-radius: 999px; margin-left: 8px; vertical-align: middle; }
.ech-jobs-resume-flag { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 9px; letter-spacing: 0.08em; text-transform: uppercase; justify-self: start; }
.ech-jobs-status-badge {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 4px; white-space: nowrap;
  display: inline-flex; align-items: center; justify-self: start;
}
.ech-jobs-date { font-size: 12px; white-space: nowrap; justify-self: end; }

.ech-jobs-detail { padding: 4px 20px 22px; border-top-width: 1px; border-top-style: solid; }
.ech-jobs-detail-grid { display: grid; grid-template-columns: 1fr 300px; gap: 24px; padding-top: 16px; }
.ech-jobs-block { margin-bottom: 22px; }
.ech-jobs-block:last-child { margin-bottom: 0; }
.ech-jobs-qa { margin-bottom: 14px; }
.ech-jobs-q { font-size: 13px; font-weight: 600; margin-bottom: 4px; }
.ech-jobs-a { font-size: 13px; line-height: 1.6; }
.ech-jobs-meta { list-style: none; margin: 0; padding: 0; }
.ech-jobs-meta li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; font-size: 13px; border-top-width: 1px; border-top-style: solid; }
.ech-jobs-meta li:first-child { border-top: none; }
.ech-jobs-meta a { text-decoration: none; word-break: break-all; }
.ech-jobs-linklist { list-style: none; margin: 0; padding: 0; }
.ech-jobs-linklist li { padding: 5px 0; font-size: 13px; }
.ech-jobs-linklist a { text-decoration: none; }
.ech-jobs-review-app .ech-jobs-archive { width: 100% !important; margin-top: 10px !important; }
.ech-jobs-resume-btn { width: 100% !important; }

.ech-jobs-pagination { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 20px; padding: 14px 0; }
.ech-jobs-review-app .ech-jobs-page-link {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 11px;
  text-decoration: none !important; padding: 9px 18px; border-radius: 6px;
  border-width: 1px; border-style: solid; display: inline-flex; align-items: center;
}
.ech-jobs-review-app .ech-jobs-page-link.is-disabled { opacity: 0.35; pointer-events: none; }
.ech-jobs-page-status { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 11px; }

@media (max-width: 900px) {
  .ech-jobs-detail-grid { grid-template-columns: 1fr; }
  .ech-jobs-review-app .ech-jobs-summary { grid-template-columns: 22px 1fr auto !important; row-gap: 10px !important; }
  .ech-jobs-resume-flag, .ech-jobs-date { display: none; }
  .ech-jobs-search { margin-left: 0; width: 100%; }
}
@media (max-width: 680px) {
  .ech-jobs-row { grid-template-columns: 1fr; }
}

/* ---------- Dark (default) ---------- */
html:not(.psk-theme-light) .ech-jobs-card,
html:not(.psk-theme-light) .ech-jobs-item,
html:not(.psk-theme-light) .ech-jobs-notice { background: #161616; border-color: #2A2A2A; }
html:not(.psk-theme-light) .ech-jobs-h3 { color: #E3E3E3; }
html:not(.psk-theme-light) .ech-jobs-h4 { color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-label { color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-hint { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-text, html:not(.psk-theme-light) .ech-jobs-a { color: #E3E3E3; }
html:not(.psk-theme-light) .ech-req { color: #F87171; }
html:not(.psk-theme-light) .ech-check-row { color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-notice { color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-input,
html:not(.psk-theme-light) .ech-jobs-select,
html:not(.psk-theme-light) .ech-jobs-textarea { background: #1E1E1E !important; border-color: #3A3A3A !important; color: #E3E3E3 !important; }
html:not(.psk-theme-light) .ech-jobs-input::placeholder,
html:not(.psk-theme-light) .ech-jobs-textarea::placeholder { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-input:focus,
html:not(.psk-theme-light) .ech-jobs-select:focus,
html:not(.psk-theme-light) .ech-jobs-textarea:focus { border-color: #4B9BD5 !important; outline: 2px solid #4B9BD5; outline-offset: 2px; }
html:not(.psk-theme-light) .ech-jobs-btn-pri { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }
html:not(.psk-theme-light) .ech-jobs-btn-pri:hover { background: #3A86B7 !important; }
html:not(.psk-theme-light) .ech-jobs-btn-sec { background: transparent !important; border-color: #3A3A3A !important; color: #E3E3E3 !important; }
html:not(.psk-theme-light) .ech-jobs-btn-sec:hover { border-color: #4B9BD5 !important; color: #83BDE7 !important; }
html:not(.psk-theme-light) .ech-jobs-error { background: rgba(248,113,113,0.12); color: #F87171; border: 1px solid rgba(248,113,113,0.3); }
html:not(.psk-theme-light) .ech-jobs-filename { color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-summary { color: #E3E3E3; }
html:not(.psk-theme-light) .ech-jobs-summary:hover { background: #1A1A1A; }
html:not(.psk-theme-light) .ech-jobs-chevron { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-position { color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-date { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-resume-flag { color: #4ADE80; }
html:not(.psk-theme-light) .ech-jobs-dupe { background: rgba(245,185,59,0.16); color: #F5B93B; }
html:not(.psk-theme-light) .ech-jobs-detail { border-top-color: #2A2A2A; background: #121212; }
html:not(.psk-theme-light) .ech-jobs-q { color: #E3E3E3; }
html:not(.psk-theme-light) .ech-jobs-meta li { border-top-color: #2A2A2A; color: #E3E3E3; }
html:not(.psk-theme-light) .ech-jobs-meta li span { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-meta a,
html:not(.psk-theme-light) .ech-jobs-linklist a { color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-tab { background: #161616; border-color: #2A2A2A; color: #9A9A9A !important; }
html:not(.psk-theme-light) .ech-jobs-tab:hover { border-color: #4B9BD5; color: #83BDE7 !important; }
html:not(.psk-theme-light) .ech-jobs-tab.is-active { background: #33769F; border-color: transparent; color: #FFFFFF !important; }
html:not(.psk-theme-light) .ech-jobs-tab-count { background: rgba(255,255,255,0.08); }
html:not(.psk-theme-light) .ech-jobs-tab.is-active .ech-jobs-tab-count { background: rgba(0,0,0,0.22); }
html:not(.psk-theme-light) .ech-jobs-tab-archive { border-style: dashed; }
html:not(.psk-theme-light) .ech-jobs-page-link { background: #161616; border-color: #2A2A2A; color: #9A9A9A !important; }
html:not(.psk-theme-light) .ech-jobs-page-status { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-status-new { background: #12202B; color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-status-in-review { background: rgba(245,185,59,0.14); color: #F5B93B; }
html:not(.psk-theme-light) .ech-jobs-status-interview { background: rgba(131,189,231,0.14); color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-status-offer { background: rgba(74,222,128,0.14); color: #4ADE80; }
html:not(.psk-theme-light) .ech-jobs-status-hired { background: #14532D; color: #4ADE80; }
html:not(.psk-theme-light) .ech-jobs-status-declined { background: rgba(248,113,113,0.14); color: #F87171; }

/* ---------- Light (override) ---------- */
html.psk-theme-light .ech-jobs-card,
html.psk-theme-light .ech-jobs-item,
html.psk-theme-light .ech-jobs-notice { background: #FFFFFF; border-color: #E3E3E3; }
html.psk-theme-light .ech-jobs-h3 { color: #0E0E0E; }
html.psk-theme-light .ech-jobs-h4 { color: #33769F; }
html.psk-theme-light .ech-jobs-label { color: #4A4A4A; }
html.psk-theme-light .ech-jobs-hint { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-text, html.psk-theme-light .ech-jobs-a { color: #0E0E0E; }
html.psk-theme-light .ech-req { color: #DC2626; }
html.psk-theme-light .ech-check-row { color: #4A4A4A; }
html.psk-theme-light .ech-jobs-notice { color: #4A4A4A; }
html.psk-theme-light .ech-jobs-input,
html.psk-theme-light .ech-jobs-select,
html.psk-theme-light .ech-jobs-textarea { background: #F7F7F5 !important; border-color: #D1D1CE !important; color: #0E0E0E !important; }
html.psk-theme-light .ech-jobs-input:focus,
html.psk-theme-light .ech-jobs-select:focus,
html.psk-theme-light .ech-jobs-textarea:focus { border-color: #33769F !important; outline: 2px solid #33769F; outline-offset: 2px; }
html.psk-theme-light .ech-jobs-btn-pri { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }
html.psk-theme-light .ech-jobs-btn-pri:hover { background: #3A86B7 !important; }
html.psk-theme-light .ech-jobs-btn-sec { background: transparent !important; border-color: #D1D1CE !important; color: #0E0E0E !important; }
html.psk-theme-light .ech-jobs-btn-sec:hover { border-color: #33769F !important; color: #33769F !important; }
html.psk-theme-light .ech-jobs-error { background: rgba(220,38,38,0.08); color: #DC2626; border: 1px solid rgba(220,38,38,0.25); }
html.psk-theme-light .ech-jobs-filename { color: #4A4A4A; }
html.psk-theme-light .ech-jobs-summary { color: #0E0E0E; }
html.psk-theme-light .ech-jobs-summary:hover { background: #F7F7F5; }
html.psk-theme-light .ech-jobs-chevron { color: #8A8A86; }
html.psk-theme-light .ech-jobs-position { color: #4A4A4A; }
html.psk-theme-light .ech-jobs-date { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-resume-flag { color: #16A34A; }
html.psk-theme-light .ech-jobs-dupe { background: rgba(217,119,6,0.14); color: #B45309; }
html.psk-theme-light .ech-jobs-detail { border-top-color: #E3E3E3; background: #FAFAF8; }
html.psk-theme-light .ech-jobs-q { color: #0E0E0E; }
html.psk-theme-light .ech-jobs-meta li { border-top-color: #E3E3E3; color: #0E0E0E; }
html.psk-theme-light .ech-jobs-meta li span { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-meta a,
html.psk-theme-light .ech-jobs-linklist a { color: #33769F; }
html.psk-theme-light .ech-jobs-tab { background: #FFFFFF; border-color: #D1D1CE; color: #4A4A4A !important; }
html.psk-theme-light .ech-jobs-tab:hover { border-color: #33769F; color: #33769F !important; }
html.psk-theme-light .ech-jobs-tab.is-active { background: #33769F; border-color: transparent; color: #FFFFFF !important; }
html.psk-theme-light .ech-jobs-tab-count { background: rgba(0,0,0,0.07); }
html.psk-theme-light .ech-jobs-tab.is-active .ech-jobs-tab-count { background: rgba(255,255,255,0.25); }
html.psk-theme-light .ech-jobs-tab-archive { border-style: dashed; }
html.psk-theme-light .ech-jobs-page-link { background: #FFFFFF; border-color: #D1D1CE; color: #4A4A4A !important; }
html.psk-theme-light .ech-jobs-page-status { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-status-new { background: #EAF2F8; color: #33769F; }
html.psk-theme-light .ech-jobs-status-in-review { background: rgba(217,119,6,0.10); color: #B45309; }
html.psk-theme-light .ech-jobs-status-interview { background: #EAF2F8; color: #33769F; }
html.psk-theme-light .ech-jobs-status-offer { background: rgba(22,163,74,0.10); color: #16A34A; }
html.psk-theme-light .ech-jobs-status-hired { background: #DCFCE7; color: #166534; }
html.psk-theme-light .ech-jobs-status-declined { background: rgba(220,38,38,0.10); color: #DC2626; }

/* ---------- Interest pills ---------- */
.ech-jobs-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.ech-jobs-app .ech-jobs-pill,
.ech-jobs-review-app .ech-jobs-pill {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace !important;
  font-size: 10px !important; letter-spacing: 0.08em !important; text-transform: uppercase !important;
  padding: 10px 18px !important; border-radius: 999px !important;
  border-width: 1px !important; border-style: solid !important; line-height: 1 !important;
}
.ech-jobs-pills-static .ech-jobs-pill { cursor: default !important; }

html:not(.psk-theme-light) .ech-jobs-pill { background: #1E1E1E !important; border-color: #3A3A3A !important; color: #9A9A9A !important; }
html:not(.psk-theme-light) .ech-jobs-app .ech-jobs-pill:hover { border-color: #4B9BD5 !important; color: #83BDE7 !important; }
html:not(.psk-theme-light) .ech-jobs-pill.is-active { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }

html.psk-theme-light .ech-jobs-pill { background: #F7F7F5 !important; border-color: #D1D1CE !important; color: #6B6B6B !important; }
html.psk-theme-light .ech-jobs-app .ech-jobs-pill:hover { border-color: #33769F !important; color: #33769F !important; }
html.psk-theme-light .ech-jobs-pill.is-active { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }

/* =========================================================
   JOB BUILDER (multi-step)
========================================================= */
.ech-jobs-builder { font-family: "Just Sanz", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; max-width: 820px; }
.ech-jobs-builder * { box-sizing: border-box; }
.ech-jobs-builder button {
  all: unset !important; box-sizing: border-box !important; cursor: pointer !important;
  font-family: "Just Sanz", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif !important;
}
.ech-jobs-builder .ech-jobs-btn {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  font-size: 14px !important; font-weight: 600 !important;
  padding: 12px 26px !important; border-radius: 6px !important;
  border-width: 1px !important; border-style: solid !important;
  text-decoration: none !important; white-space: nowrap !important; line-height: 1.2 !important;
}
.ech-jobs-builder .ech-jobs-btn:disabled { opacity: 0.55 !important; cursor: not-allowed !important; }

.ech-jobs-steps { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.ech-jobs-builder .ech-jobs-step {
  display: inline-flex !important; align-items: center !important; gap: 8px !important;
  padding: 10px 16px !important; border-radius: 999px !important;
  border-width: 1px !important; border-style: solid !important;
  font-size: 12px !important; font-weight: 600 !important; line-height: 1 !important;
}
.ech-jobs-step-num {
  width: 20px; height: 20px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 10px;
}
.ech-jobs-step-panel { display: none; }
.ech-jobs-step-panel.is-active { display: block; }

.ech-jobs-repeat-rows { display: flex; flex-direction: column; gap: 8px; margin-bottom: 10px; }
.ech-jobs-repeat-row { display: flex; gap: 8px; align-items: center; }
.ech-jobs-builder .ech-jobs-repeat-remove {
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  width: 34px !important; height: 34px !important; flex-shrink: 0 !important;
  border-radius: 6px !important; font-size: 16px !important; line-height: 1 !important;
  border-width: 1px !important; border-style: solid !important;
}
.ech-jobs-builder .ech-jobs-repeat-add { font-size: 12px !important; padding: 8px 16px !important; }

.ech-jobs-builder-nav {
  display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
  margin-top: 24px; padding-top: 20px; border-top-width: 1px; border-top-style: solid;
}
.ech-jobs-nav-right { margin-left: auto; display: flex; gap: 10px; }
.ech-jobs-draft-status { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 11px; }
.ech-jobs-publish-note { margin-top: 16px; padding: 14px 16px; border-radius: 8px; border-width: 1px; border-style: solid; }
.ech-jobs-builder-success { text-align: center; margin-top: 20px; }

@media (max-width: 680px) {
  .ech-jobs-step-label { display: none; }
  .ech-jobs-builder .ech-jobs-step { padding: 10px !important; }
  .ech-jobs-nav-right { margin-left: 0; width: 100%; }
  .ech-jobs-nav-right .ech-jobs-btn { flex: 1; }
}

html:not(.psk-theme-light) .ech-jobs-step { background: #161616 !important; border-color: #2A2A2A !important; color: #9A9A9A !important; }
html:not(.psk-theme-light) .ech-jobs-step-num { background: #1E1E1E; color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-step.is-done { border-color: #33769F !important; color: #83BDE7 !important; }
html:not(.psk-theme-light) .ech-jobs-step.is-done .ech-jobs-step-num { background: #12202B; color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-step.is-active { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }
html:not(.psk-theme-light) .ech-jobs-step.is-active .ech-jobs-step-num { background: rgba(0,0,0,0.25); color: #FFFFFF; }
html:not(.psk-theme-light) .ech-jobs-repeat-remove { background: #1E1E1E !important; border-color: #3A3A3A !important; color: #9A9A9A !important; }
html:not(.psk-theme-light) .ech-jobs-repeat-remove:hover { border-color: #F87171 !important; color: #F87171 !important; }
html:not(.psk-theme-light) .ech-jobs-builder-nav { border-top-color: #2A2A2A; }
html:not(.psk-theme-light) .ech-jobs-draft-status { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-publish-note { background: #12202B; border-color: #2A2A2A; }

html.psk-theme-light .ech-jobs-step { background: #FFFFFF !important; border-color: #D1D1CE !important; color: #4A4A4A !important; }
html.psk-theme-light .ech-jobs-step-num { background: #F0F0EE; color: #6B6B6B; }
html.psk-theme-light .ech-jobs-step.is-done { border-color: #33769F !important; color: #33769F !important; }
html.psk-theme-light .ech-jobs-step.is-done .ech-jobs-step-num { background: #EAF2F8; color: #33769F; }
html.psk-theme-light .ech-jobs-step.is-active { background: #33769F !important; border-color: transparent !important; color: #FFFFFF !important; }
html.psk-theme-light .ech-jobs-step.is-active .ech-jobs-step-num { background: rgba(255,255,255,0.25); color: #FFFFFF; }
html.psk-theme-light .ech-jobs-repeat-remove { background: #F7F7F5 !important; border-color: #D1D1CE !important; color: #6B6B6B !important; }
html.psk-theme-light .ech-jobs-repeat-remove:hover { border-color: #DC2626 !important; color: #DC2626 !important; }
html.psk-theme-light .ech-jobs-builder-nav { border-top-color: #E3E3E3; }
html.psk-theme-light .ech-jobs-draft-status { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-publish-note { background: #EAF2F8; border-color: #E3E3E3; }

.ech-jobs-field-error { border-radius: 6px; padding: 10px 14px; font-size: 12px; line-height: 1.5; }
html:not(.psk-theme-light) .ech-jobs-field-error { background: rgba(248,113,113,0.10); color: #F87171; border: 1px solid rgba(248,113,113,0.28); }
html.psk-theme-light .ech-jobs-field-error { background: rgba(220,38,38,0.07); color: #DC2626; border: 1px solid rgba(220,38,38,0.22); }

/* ---------- Job list ---------- */
.ech-jobs-builder-list { font-family: "Just Sanz", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif; }
.ech-jobs-builder-list * { box-sizing: border-box; }
.ech-jobs-new { margin-bottom: 16px !important; }
.ech-jobs-list-rows { display: flex; flex-direction: column; gap: 8px; }
.ech-jobs-list-row {
  display: grid; grid-template-columns: minmax(0, 1fr) 78px auto;
  gap: 14px; align-items: center; padding: 14px 16px;
  border-radius: 8px; border-width: 1px; border-style: solid;
}
.ech-jobs-list-main { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.ech-jobs-list-title { font-size: 14px; font-weight: 600; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ech-jobs-list-meta { font-family: "JetBrains Mono", ui-monospace, Menlo, monospace; font-size: 10.5px; }
.ech-jobs-list-status {
  font-family: "JetBrains Mono", ui-monospace, Menlo, monospace;
  font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 999px; text-align: center; white-space: nowrap;
}
.ech-jobs-list-actions { display: flex; gap: 6px; flex-shrink: 0; }
.ech-jobs-back { display: inline-block; font-size: 12.5px; margin-bottom: 12px; text-decoration: none; }
.ech-jobs-editing-note { font-size: 12.5px; padding: 10px 13px; border-radius: 6px; margin-bottom: 16px; }

@media (max-width: 640px) {
  .ech-jobs-list-row { grid-template-columns: minmax(0, 1fr) auto; }
  .ech-jobs-list-actions { grid-column: 1 / -1; }
}

html:not(.psk-theme-light) .ech-jobs-list-row { background: #161616; border-color: #2A2A2A; }
html:not(.psk-theme-light) .ech-jobs-list-title { color: #E3E3E3; }
html:not(.psk-theme-light) .ech-jobs-list-meta { color: #6B6B6B; }
html:not(.psk-theme-light) .ech-jobs-list-status.is-live { background: rgba(74,222,128,0.14); color: #4ADE80; }
html:not(.psk-theme-light) .ech-jobs-list-status.is-draft { background: #1E1E1E; color: #9A9A9A; }
html:not(.psk-theme-light) .ech-jobs-list-status.is-closed { background: rgba(245,185,59,0.14); color: #F5B93B; }
html:not(.psk-theme-light) .ech-jobs-back { color: #83BDE7; }
html:not(.psk-theme-light) .ech-jobs-editing-note { background: #12202B; color: #83BDE7; }

html.psk-theme-light .ech-jobs-list-row { background: #FFFFFF; border-color: #E3E3E3; }
html.psk-theme-light .ech-jobs-list-title { color: #0E0E0E; }
html.psk-theme-light .ech-jobs-list-meta { color: #6B6B6B; }
html.psk-theme-light .ech-jobs-list-status.is-live { background: rgba(22,163,74,0.10); color: #16A34A; }
html.psk-theme-light .ech-jobs-list-status.is-draft { background: #F0F0EE; color: #6B6B6B; }
html.psk-theme-light .ech-jobs-list-status.is-closed { background: rgba(217,119,6,0.10); color: #B45309; }
html.psk-theme-light .ech-jobs-back { color: #33769F; }
html.psk-theme-light .ech-jobs-editing-note { background: #EAF2F8; color: #33769F; }
