body.postid-1499 {
  --lst-paper: #fff7e8;
  --lst-paper-soft: #fbf0dc;
  --lst-paper-strong: #f7df9d;
  --lst-ink: #2b2119;
  --lst-muted: #67584a;
  --lst-line: #6b5745;
  --lst-line-soft: rgba(107, 87, 69, 0.28);
  --lst-input: #fffdf7;
  --lst-green: #e3efd2;
  --lst-green-line: #6c7e53;
  --lst-warn: #f3d8a9;
  --lst-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --lst-soft-shadow: 2px 2px 0 rgba(72, 55, 40, 0.14);
}

body.postid-1499[data-scheme="dark"],
body.postid-1499[data-scheme="inverse"],
html[data-scheme="dark"] body.postid-1499,
html[data-scheme="inverse"] body.postid-1499 {
  --lst-paper: #241c15;
  --lst-paper-soft: #30251b;
  --lst-paper-strong: #5a4520;
  --lst-ink: #f2e4cf;
  --lst-muted: #cbb79d;
  --lst-line: #9a7d5f;
  --lst-line-soft: rgba(154, 125, 95, 0.36);
  --lst-input: #1d1712;
  --lst-green: #35452e;
  --lst-green-line: #9db27e;
  --lst-warn: #4a341a;
  --lst-shadow: 4px 4px 0 rgba(9, 7, 5, 0.34);
  --lst-soft-shadow: 2px 2px 0 rgba(9, 7, 5, 0.24);
}

body.postid-1499 .entry-content > .live-salary-tracker {
  margin: 0 auto 24px;
}

.live-salary-tracker {
  box-sizing: border-box;
  width: min(1120px, calc(100vw - 32px));
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-family: inherit;
}

.live-salary-tracker *,
.live-salary-tracker *::before,
.live-salary-tracker *::after {
  box-sizing: border-box;
}

.live-salary-tracker button,
.live-salary-tracker input,
.live-salary-tracker select {
  font: inherit;
}

.lst-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(18px, 2.6vw, 28px);
  background:
    linear-gradient(90deg, var(--lst-line-soft) 1px, transparent 1px),
    linear-gradient(0deg, var(--lst-line-soft) 1px, transparent 1px),
    var(--lst-paper);
  background-size: 26px 26px;
  border: 2px solid var(--lst-line);
  border-radius: 0;
  box-shadow: var(--lst-shadow);
}

.lst-shell::before,
.lst-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: 2px solid var(--lst-line-soft);
}

.lst-shell::before {
  inset: 9px;
}

.lst-shell::after {
  width: 116px;
  height: 116px;
  right: -46px;
  top: -42px;
  transform: rotate(18deg);
  background: var(--lst-paper-strong);
  opacity: 0.72;
}

.lst-hero,
.lst-layout {
  position: relative;
  z-index: 1;
}

.lst-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: end;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--lst-line);
}

.lst-kicker {
  grid-column: 1 / -1;
  margin: 0 0 -4px;
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lst-hero h2,
.lst-hero p {
  margin: 0;
}

.lst-hero h2 {
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-size: clamp(1.42rem, 2.4vw, 2.06rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.lst-hero__copy > p {
  max-width: 760px;
  margin-top: 8px;
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.96rem;
  line-height: 1.62;
}

.lst-hero__stamp {
  display: grid;
  place-items: center;
  min-width: 116px;
  padding: 12px 14px;
  background: var(--lst-green);
  border: 2px solid var(--lst-line);
  box-shadow: var(--lst-soft-shadow);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  text-align: center;
  transform: rotate(1.5deg);
}

.lst-hero__stamp span {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lst-hero__stamp strong {
  display: block;
  font-size: 1.26rem;
  letter-spacing: 0.02em;
}

.lst-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(360px, 1.08fr);
  gap: 16px;
  align-items: stretch;
}

.lst-card {
  min-width: 0;
  padding: clamp(16px, 2.1vw, 22px);
  background: var(--lst-paper-soft);
  border: 2px solid var(--lst-line);
  border-radius: 0;
  box-shadow: var(--lst-soft-shadow);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
}

.lst-section-head {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
}

.lst-section-head h3 {
  margin: 0;
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-size: 1.02rem;
  line-height: 1.3;
}

.lst-section-head--result {
  flex-wrap: wrap;
}

.lst-step {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 26px;
  flex: 0 0 auto;
  background: var(--lst-paper-strong);
  border: 2px solid var(--lst-line);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.lst-status {
  margin-left: auto;
  padding: 5px 9px;
  background: var(--lst-paper);
  border: 2px solid var(--lst-line);
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.78rem;
  font-weight: 800;
}

.live-salary-tracker.is-running .lst-status {
  background: var(--lst-green);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
}

.lst-field {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin-bottom: 12px;
}

.lst-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
}

.lst-field label {
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.84rem;
  font-weight: 800;
}

.lst-field input,
.lst-field select,
.lst-money-input,
.lst-rate-input {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  background: var(--lst-input);
  border: 2px solid var(--lst-line);
  border-radius: 0;
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  outline: none;
  box-shadow: none;
}

.lst-field input,
.lst-field select {
  padding: 9px 10px;
}

.lst-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--lst-line) 50%), linear-gradient(135deg, var(--lst-line) 50%, transparent 50%);
  background-position: calc(100% - 17px) 18px, calc(100% - 11px) 18px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.lst-money-input,
.lst-rate-input {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
}

.lst-money-input span,
.lst-rate-input span {
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-weight: 900;
}

.lst-money-input input,
.lst-rate-input input {
  min-height: 40px;
  padding: 8px 0;
  border: 0;
  background: transparent;
}

.lst-field input:focus,
.lst-field select:focus,
.lst-money-input:focus-within,
.lst-rate-input:focus-within,
.lst-button:focus-visible {
  outline: 3px solid var(--lst-paper-strong);
  outline-offset: 2px;
}

.lst-formula-note,
.lst-error,
.lst-copy-feedback {
  margin: 0;
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.84rem;
  line-height: 1.55;
}

.lst-formula-note {
  padding: 10px 11px;
  background: var(--lst-paper);
  border: 1px dashed var(--lst-line);
}

.lst-error {
  margin-top: 10px;
  padding: 10px 11px;
  background: var(--lst-warn);
  border: 2px solid var(--lst-line);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-weight: 800;
}

.lst-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 14px;
}

.lst-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 12px;
  background: var(--lst-paper);
  border: 2px solid var(--lst-line);
  border-radius: 0;
  box-shadow: 2px 2px 0 var(--lst-line);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.lst-button:hover:not(:disabled) {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 var(--lst-line);
}

.lst-button:disabled {
  cursor: not-allowed;
  opacity: 0.58;
}

.lst-button--primary {
  background: var(--lst-green);
}

.lst-button--ghost {
  background: transparent;
}

.lst-button--copy {
  width: 100%;
  margin-top: 12px;
  background: var(--lst-paper-strong);
}

.lst-current {
  display: grid;
  gap: 5px;
  padding: clamp(15px, 2.2vw, 20px);
  background: var(--lst-paper);
  border: 2px solid var(--lst-line);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
}

.lst-current__label,
.lst-current__time {
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.84rem;
  font-weight: 800;
}

.lst-current strong {
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-size: clamp(2rem, 5.2vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  word-break: break-word;
}

.lst-meter {
  height: 14px;
  margin: 12px 0 14px;
  background: var(--lst-input);
  border: 2px solid var(--lst-line);
  overflow: hidden;
}

.lst-meter span {
  display: block;
  width: 0;
  height: 100%;
  background: repeating-linear-gradient(90deg, var(--lst-green), var(--lst-green) 12px, var(--lst-paper-strong) 12px, var(--lst-paper-strong) 24px);
  transition: width 0.2s ease;
}

.lst-rate-grid,
.lst-projection-grid {
  display: grid;
  gap: 10px;
}

.lst-rate-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lst-projection-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.lst-rate-grid > div,
.lst-projection-grid > div,
.lst-summary-card {
  min-width: 0;
  padding: 12px;
  background: var(--lst-input);
  border: 2px solid var(--lst-line);
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
}

.lst-rate-grid span,
.lst-projection-grid span,
.lst-summary-card span {
  display: block;
  margin-bottom: 4px;
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.78rem;
  font-weight: 800;
}

.lst-rate-grid strong,
.lst-projection-grid strong,
.lst-summary-card strong {
  display: block;
  color: var(--lst-ink);
  -webkit-text-fill-color: currentColor;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.25;
  word-break: break-word;
}

.lst-summary-card {
  margin-top: 10px;
  background: var(--lst-green);
}

.lst-summary-card p {
  margin: 8px 0 0;
  color: var(--lst-muted);
  -webkit-text-fill-color: currentColor;
  font-size: 0.86rem;
  line-height: 1.55;
}

.lst-copy-feedback {
  min-height: 1.4em;
  margin-top: 8px;
  text-align: center;
  font-weight: 800;
}

body.postid-1499 .entry-content > .live-salary-tracker + .roberin-qa-ad-placeholder,
body.postid-1499 .entry-content > .live-salary-tracker + .roberin-ad-slot,
body.postid-1499 .entry-content > .live-salary-tracker + ins.adsbygoogle {
  margin-top: 0 !important;
  margin-bottom: 24px !important;
  padding: 0 !important;
  background: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
}

body.postid-1499 .entry-content > .live-salary-tracker + .roberin-qa-ad-placeholder + .wp-block-group.content1,
body.postid-1499 .entry-content > .live-salary-tracker + .roberin-ad-slot + .wp-block-group.content1,
body.postid-1499 .entry-content > .live-salary-tracker + ins.adsbygoogle + .wp-block-group.content1 {
  margin-top: 0 !important;
}

@media (max-width: 860px) {
  .live-salary-tracker {
    width: min(100%, calc(100vw - 24px));
  }

  .lst-hero,
  .lst-layout {
    grid-template-columns: 1fr;
  }

  .lst-hero__stamp {
    justify-self: start;
    min-width: 104px;
  }
}

@media (max-width: 560px) {
  body.postid-1499 .entry-content > .live-salary-tracker {
    margin-bottom: 20px;
  }

  .live-salary-tracker {
    width: min(100%, calc(100vw - 18px));
  }

  .lst-shell {
    padding: 14px;
  }

  .lst-shell::before {
    inset: 6px;
  }

  .lst-hero {
    gap: 10px;
    margin-bottom: 14px;
  }

  .lst-card {
    padding: 14px;
  }

  .lst-field-grid,
  .lst-actions,
  .lst-rate-grid,
  .lst-projection-grid {
    grid-template-columns: 1fr;
  }

  .lst-current strong {
    font-size: clamp(1.9rem, 13vw, 2.6rem);
  }

  body.postid-1499 .entry-content > .live-salary-tracker + .roberin-qa-ad-placeholder,
  body.postid-1499 .entry-content > .live-salary-tracker + .roberin-ad-slot,
  body.postid-1499 .entry-content > .live-salary-tracker + ins.adsbygoogle {
    margin-bottom: 20px !important;
  }
}


/* Phase 2 article/body rhythm: mirrors the PDF page deletion article structure. */
body.postid-1499 {
  --salary-article-page: #f9f1e7;
  --salary-article-panel: #f8efe2;
  --salary-article-card: #fff8ed;
  --salary-article-accent-paper: #e2edd8;
  --salary-article-text: #34281f;
  --salary-article-muted: #574838;
  --salary-article-line: #6b5745;
  --salary-article-line-soft: rgba(107, 87, 69, .34);
  --salary-article-mustard: #d2aa55;
  --salary-article-mustard-soft: rgba(210, 170, 85, .24);
  --salary-article-focus: #4f7d94;
  --salary-article-shadow: rgba(82, 65, 50, .22);
  --salary-article-soft-shadow: rgba(82, 65, 50, .13);
}

body.postid-1499[data-scheme="dark"],
body.postid-1499[data-scheme="inverse"] {
  --salary-article-page: #201811;
  --salary-article-panel: #33271d;
  --salary-article-card: #2b2119;
  --salary-article-accent-paper: #344a32;
  --salary-article-text: #f2e4cf;
  --salary-article-muted: #f0dfc5;
  --salary-article-line: #a98b6b;
  --salary-article-line-soft: rgba(169, 139, 107, .46);
  --salary-article-mustard: #d2aa55;
  --salary-article-mustard-soft: rgba(210, 170, 85, .22);
  --salary-article-focus: #d2aa55;
  --salary-article-shadow: rgba(0, 0, 0, .32);
  --salary-article-soft-shadow: rgba(0, 0, 0, .2);
}

body.postid-1499 .roberin-live-salary-ad,
body.postid-1499 .cs-custom-content-post-before {
  box-sizing: border-box !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 728px !important;
  min-width: 0 !important;
  min-height: 90px !important;
  margin: 24px auto !important;
  padding: 0 !important;
  text-align: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body.postid-1499 .cs-custom-content-post-before {
  margin-top: 18px !important;
  margin-bottom: 22px !important;
}

body.postid-1499 .entry-content > .live-salary-tracker + .roberin-live-salary-ad--after-tool {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

body.postid-1499 .roberin-live-salary-ad ins.adsbygoogle,
body.postid-1499 .cs-custom-content-post-before ins.adsbygoogle,
body.postid-1499 .entry-content ins.adsbygoogle {
  display: inline-block !important;
  width: min(728px, calc(100vw - 32px)) !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body.postid-1499 .roberin-live-salary-ad iframe,
body.postid-1499 .cs-custom-content-post-before iframe,
body.postid-1499 .entry-content ins.adsbygoogle iframe {
  width: 100% !important;
  max-width: 100% !important;
}

body.postid-1499 .entry-content article.roberin-article-body.live-salary-article,
body.postid-1499 .live-salary-article {
  position: relative;
  z-index: 0;
  display: grid !important;
  gap: 18px !important;
  box-sizing: border-box !important;
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  min-width: 0 !important;
  margin: 24px auto clamp(24px, 4vw, 42px) !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  background:
    linear-gradient(rgba(107, 87, 69, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, .04) 1px, transparent 1px),
    var(--salary-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--salary-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--salary-article-shadow) !important;
  overflow: hidden !important;
  font-family: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", -apple-system, BlinkMacSystemFont, sans-serif !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
}

body.postid-1499 .live-salary-article,
body.postid-1499 .live-salary-article *,
body.postid-1499 .live-salary-article *::before,
body.postid-1499 .live-salary-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body.postid-1499 .live-salary-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1499 .live-salary-article .live-salary-article__hero,
body.postid-1499 .live-salary-article .live-salary-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.postid-1499 .live-salary-article .live-salary-article__hero {
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px dashed var(--salary-article-line-soft) !important;
}

body.postid-1499 .live-salary-article .live-salary-article__section {
  padding: 0 !important;
  border: 0 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__section + .live-salary-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--salary-article-line-soft) !important;
}

body.postid-1499 .live-salary-article .live-salary-article__kicker {
  display: inline-flex !important;
  align-items: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 26px !important;
  margin: 0 !important;
  padding: 5px 9px !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  background: var(--salary-article-accent-paper) !important;
  border: 1px solid var(--salary-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--salary-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body.postid-1499 .live-salary-article h2,
body.postid-1499 .live-salary-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  background: transparent !important;
  border: 0 !important;
  border-left: 0 !important;
  border-left-width: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  letter-spacing: -.02em !important;
  word-break: keep-all !important;
}

body.postid-1499 .live-salary-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1499 .live-salary-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1499 .live-salary-article p,
body.postid-1499 .live-salary-article li,
body.postid-1499 .live-salary-article summary {
  margin: 0 !important;
  color: var(--salary-article-muted) !important;
  -webkit-text-fill-color: var(--salary-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body.postid-1499 .live-salary-article strong {
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  font-weight: 920 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  text-decoration: none !important;
  background: var(--salary-article-card) !important;
  border: 1px solid var(--salary-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__nav a:hover,
body.postid-1499 .live-salary-article .live-salary-article__nav a:focus-visible {
  background: var(--salary-article-mustard-soft) !important;
  outline: 2px solid var(--salary-article-focus) !important;
  outline-offset: 2px !important;
}

body.postid-1499 .live-salary-article .live-salary-article__grid,
body.postid-1499 .live-salary-article .live-salary-article__process-grid,
body.postid-1499 .live-salary-article .live-salary-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1499 .live-salary-article .live-salary-article__card,
body.postid-1499 .live-salary-article .live-salary-article__process,
body.postid-1499 .live-salary-article .live-salary-article__use,
body.postid-1499 .live-salary-article .live-salary-article__notice,
body.postid-1499 .live-salary-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--salary-article-muted) !important;
  -webkit-text-fill-color: var(--salary-article-muted) !important;
  background: var(--salary-article-card) !important;
  border: 1px solid var(--salary-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--salary-article-soft-shadow) !important;
}

body.postid-1499 .live-salary-article .live-salary-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body.postid-1499 .live-salary-article .live-salary-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body.postid-1499 .live-salary-article .live-salary-article__use span,
body.postid-1499 .live-salary-article .live-salary-article__process span {
  color: var(--salary-article-muted) !important;
  -webkit-text-fill-color: var(--salary-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body.postid-1499 .live-salary-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body.postid-1499 .live-salary-article ol,
body.postid-1499 .live-salary-article ol.live-salary-article__steps {
  counter-reset: salary-article-step !important;
}

body.postid-1499 .live-salary-article :is(ul, ol) > li {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  overflow-wrap: anywhere !important;
}

body.postid-1499 .live-salary-article :is(ul, ol) > li::before {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  border-radius: 0 !important;
}

body.postid-1499 .live-salary-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--salary-article-mustard) !important;
  border: 1px solid var(--salary-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  line-height: 1 !important;
}

body.postid-1499 .live-salary-article ol > li,
body.postid-1499 .live-salary-article ol.live-salary-article__steps > li {
  counter-increment: salary-article-step !important;
}

body.postid-1499 .live-salary-article ol > li::before,
body.postid-1499 .live-salary-article ol.live-salary-article__steps > li::before {
  content: counter(salary-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: var(--salary-article-mustard-soft) !important;
  border: 1px solid var(--salary-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  font-size: 11px !important;
  font-weight: 920 !important;
  line-height: 1 !important;
}

body.postid-1499 .live-salary-article .live-salary-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1499 .live-salary-article details {
  margin: 0 !important;
}

body.postid-1499 .live-salary-article summary {
  cursor: pointer !important;
  color: var(--salary-article-text) !important;
  -webkit-text-fill-color: var(--salary-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-1499 .live-salary-article details[open] summary {
  margin-bottom: 8px !important;
}

body.postid-1499[data-scheme="dark"] .entry-content article.roberin-article-body.live-salary-article,
body.postid-1499[data-scheme="inverse"] .entry-content article.roberin-article-body.live-salary-article,
body.postid-1499[data-scheme="dark"] .live-salary-article,
body.postid-1499[data-scheme="inverse"] .live-salary-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background-image:
    linear-gradient(rgba(169, 139, 107, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, .06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
}

body.postid-1499[data-scheme="dark"] .live-salary-article :is(h2, h3, strong, summary),
body.postid-1499[data-scheme="inverse"] .live-salary-article :is(h2, h3, strong, summary) {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1499[data-scheme="dark"] .live-salary-article :is(p, li, span),
body.postid-1499[data-scheme="inverse"] .live-salary-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__card,
body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__process,
body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__use,
body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__notice,
body.postid-1499[data-scheme="dark"] .live-salary-article details,
body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__nav a,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__card,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__process,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__use,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__notice,
body.postid-1499[data-scheme="inverse"] .live-salary-article details,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__nav a {
  background-color: #33271d !important;
  border-color: rgba(169, 139, 107, .72) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, .52) !important;
}

body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__notice,
body.postid-1499[data-scheme="dark"] .live-salary-article .live-salary-article__process,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__notice,
body.postid-1499[data-scheme="inverse"] .live-salary-article .live-salary-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

body.postid-1499[data-scheme="dark"] .live-salary-article :is(ul, ol) > li::before,
body.postid-1499[data-scheme="inverse"] .live-salary-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

@media (max-width: 920px) {
  body.postid-1499 .live-salary-article .live-salary-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.postid-1499 .roberin-live-salary-ad,
  body.postid-1499 .cs-custom-content-post-before {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  body.postid-1499 .roberin-live-salary-ad ins.adsbygoogle,
  body.postid-1499 .cs-custom-content-post-before ins.adsbygoogle,
  body.postid-1499 .entry-content ins.adsbygoogle {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.postid-1499 .entry-content article.roberin-article-body.live-salary-article,
  body.postid-1499 .live-salary-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-top: 20px !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, .16) !important;
  }

  body.postid-1499 .live-salary-article .live-salary-article__grid,
  body.postid-1499 .live-salary-article .live-salary-article__process-grid,
  body.postid-1499 .live-salary-article .live-salary-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1499 .live-salary-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1499 .live-salary-article h2 {
    font-size: 25.2px !important;
  }
}

/* v6 rebuild — main tool follows date-difference-calculator reference rhythm */
body.postid-1499 .entry-content > .live-salary-tracker.salary-reference-tool {
  width: min(950px, calc(100vw - 32px)) !important;
  max-width: 950px !important;
  margin: 0 auto 24px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1499 .salary-reference-tool,
body.postid-1499 .salary-reference-tool *,
body.postid-1499 .salary-reference-tool *::before,
body.postid-1499 .salary-reference-tool *::after {
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

body.postid-1499 .salary-reference-tool .salary-tracker-container {
  width: 100% !important;
  min-width: 0 !important;
  padding: 14px !important;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, .045) 1px, transparent 1px),
    linear-gradient(0deg, rgba(107, 87, 69, .045) 1px, transparent 1px),
    var(--lst-paper) !important;
  background-size: 24px 24px, 24px 24px, auto !important;
  border: 2px solid var(--lst-line) !important;
  box-shadow: var(--lst-shadow) !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
}

body.postid-1499 .salary-reference-tool .calculator-header {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--lst-line) !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool .calculator-header h2,
body.postid-1499 .salary-reference-tool .calculator-header p {
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool .calculator-header h2 {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(1.55rem, 2.7vw, 1.98rem) !important;
  font-weight: 950 !important;
  line-height: 1.16 !important;
  letter-spacing: -.035em !important;
}

body.postid-1499 .salary-reference-tool .calculator-header h2 span {
  display: inline-grid !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  color: #7a412f !important;
  -webkit-text-fill-color: #7a412f !important;
  background: var(--lst-green) !important;
  border: 1px solid var(--lst-line) !important;
  box-shadow: var(--lst-soft-shadow) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body.postid-1499 .salary-reference-tool .subtitle {
  color: var(--lst-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: .95rem !important;
  font-weight: 760 !important;
  line-height: 1.5 !important;
}

body.postid-1499 .salary-reference-tool .quick-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool :is(.btn-quick, .btn-reset, .btn-calculate) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: var(--lst-green) !important;
  border: 1px solid var(--lst-line) !important;
  box-shadow: var(--lst-soft-shadow) !important;
  cursor: pointer !important;
  font-size: .89rem !important;
  font-weight: 930 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.postid-1499 .salary-reference-tool .btn-reset {
  background: #f3dfd3 !important;
  color: #7a412f !important;
  -webkit-text-fill-color: #7a412f !important;
}

body.postid-1499 .salary-reference-tool .btn-calculate {
  width: 100% !important;
  min-height: 42px !important;
  margin: auto 0 0 !important;
  padding: 10px 14px !important;
  color: #fff8ed !important;
  -webkit-text-fill-color: #fff8ed !important;
  background: #35271d !important;
  border-color: #231a13 !important;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, .24) !important;
  font-size: .95rem !important;
  font-weight: 950 !important;
}

body.postid-1499 .salary-reference-tool :is(.btn-quick, .btn-reset, .btn-calculate):hover,
body.postid-1499 .salary-reference-tool :is(.btn-quick, .btn-reset, .btn-calculate):focus-visible {
  transform: translate(-1px, -1px) !important;
  outline: 2px solid var(--lst-line) !important;
  outline-offset: 2px !important;
}

body.postid-1499 .salary-reference-tool :is(.btn-quick, .btn-reset, .btn-calculate):disabled {
  cursor: not-allowed !important;
  opacity: .58 !important;
  transform: none !important;
}

body.postid-1499 .salary-reference-tool .calculator-main {
  display: grid !important;
  grid-template-columns: minmax(250px, .96fr) minmax(250px, .96fr) minmax(270px, 1.08fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  min-width: 0 !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section) {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 12px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: rgba(255, 253, 247, .94) !important;
  border: 1px solid var(--lst-line) !important;
  box-shadow: var(--lst-soft-shadow) !important;
}

body.postid-1499 .salary-reference-tool .section-title {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--lst-line-soft) !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  font-weight: 950 !important;
  line-height: 1.32 !important;
}

body.postid-1499 .salary-reference-tool .input-group {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 0 10px !important;
}

body.postid-1499 .salary-reference-tool label,
body.postid-1499 .salary-reference-tool .result-label-text,
body.postid-1499 .salary-reference-tool .result-label,
body.postid-1499 .salary-reference-tool .salary-time,
body.postid-1499 .salary-reference-tool .salary-summary,
body.postid-1499 .salary-reference-tool .info-desc,
body.postid-1499 .salary-reference-tool .salary-copy-feedback {
  color: var(--lst-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: .82rem !important;
  font-weight: 820 !important;
  line-height: 1.45 !important;
}

body.postid-1499 .salary-reference-tool :is(input, select) {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 40px !important;
  padding: 8px 10px !important;
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: var(--lst-ink) !important;
  background: var(--lst-input) !important;
  border: 1px solid var(--lst-line) !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, .08) !important;
  font-size: .94rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body.postid-1499 .salary-reference-tool :is(input, select):focus-visible {
  outline: 2px solid var(--lst-green-line) !important;
  outline-offset: 2px !important;
}

body.postid-1499 .salary-reference-tool .salary-input-row {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) !important;
  align-items: center !important;
  background: var(--lst-input) !important;
  border: 1px solid var(--lst-line) !important;
}

body.postid-1499 .salary-reference-tool .salary-input-row > span {
  display: inline-grid !important;
  place-items: center !important;
  min-width: 34px !important;
  min-height: 40px !important;
  color: var(--lst-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: .88rem !important;
  font-weight: 950 !important;
}

body.postid-1499 .salary-reference-tool .salary-input-row input {
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool .salary-input-row--percent {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.postid-1499 .salary-reference-tool .salary-mini-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
  min-width: 0 !important;
}

body.postid-1499 .salary-reference-tool .salary-formula-note,
body.postid-1499 .salary-reference-tool .salary-error,
body.postid-1499 .salary-reference-tool .warning-box {
  margin: 0 0 10px !important;
  padding: 9px 10px !important;
  color: var(--lst-muted) !important;
  -webkit-text-fill-color: currentColor !important;
  background: #fff2c1 !important;
  border: 1px solid #c99a35 !important;
  border-left-width: 5px !important;
  box-shadow: none !important;
  font-size: .8rem !important;
  font-weight: 760 !important;
  line-height: 1.55 !important;
}

body.postid-1499 .salary-reference-tool .salary-error {
  color: #7a412f !important;
  -webkit-text-fill-color: #7a412f !important;
  background: #f3dfd3 !important;
  border-color: #a35f4a !important;
}

body.postid-1499 .salary-reference-tool .result-display {
  display: grid !important;
  gap: 10px !important;
  min-height: 0 !important;
}

body.postid-1499 .salary-reference-tool .main-result {
  display: grid !important;
  place-items: center !important;
  min-height: 132px !important;
  padding: 14px 10px !important;
  text-align: center !important;
  background: transparent !important;
  border: 1px dashed var(--lst-line-soft) !important;
}

body.postid-1499 .salary-reference-tool .big-number {
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -.05em !important;
}

body.postid-1499 .salary-reference-tool .salary-time {
  margin-top: 4px !important;
}

body.postid-1499 .salary-reference-tool .salary-meter {
  height: 12px !important;
  overflow: hidden !important;
  background: var(--lst-input) !important;
  border: 1px solid var(--lst-line) !important;
}

body.postid-1499 .salary-reference-tool .salary-meter span {
  display: block !important;
  width: 0% !important;
  height: 100% !important;
  background: var(--lst-green) !important;
  border-right: 1px solid var(--lst-green-line) !important;
  transition: width .25s ease !important;
}

body.postid-1499 .salary-reference-tool .detail-results {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.postid-1499 .salary-reference-tool .result-item,
body.postid-1499 .salary-reference-tool .salary-flow-card,
body.postid-1499 .salary-reference-tool .salary-projections > div,
body.postid-1499 .salary-reference-tool .info-card {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  padding: 10px !important;
  background: #fffaf0 !important;
  border: 1px solid rgba(107, 87, 69, .32) !important;
  box-shadow: none !important;
}

body.postid-1499 .salary-reference-tool .result-value,
body.postid-1499 .salary-reference-tool .salary-flow-card strong,
body.postid-1499 .salary-reference-tool .salary-projections strong {
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: .98rem !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

body.postid-1499 .salary-reference-tool .salary-flow-card--accent {
  background: var(--lst-green) !important;
  border-color: var(--lst-green-line) !important;
}

body.postid-1499 .salary-reference-tool .salary-summary {
  margin: 0 !important;
  padding: 10px !important;
  background: #fffaf0 !important;
  border: 1px solid rgba(107, 87, 69, .32) !important;
}

body.postid-1499 .salary-reference-tool .salary-projections {
  display: grid !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

body.postid-1499 .salary-reference-tool .salary-copy-feedback {
  min-height: 1.35em !important;
  margin: 8px 0 0 !important;
}

body.postid-1499 .salary-reference-tool .info-section {
  display: block !important;
}

body.postid-1499 .salary-reference-tool .info-content {
  display: grid !important;
  gap: 10px !important;
}

body.postid-1499 .salary-reference-tool .info-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.postid-1499 .salary-reference-tool .info-title {
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: .9rem !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool .salary-tracker-container,
body.postid-1499[data-scheme="inverse"] .salary-reference-tool .salary-tracker-container,
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool .salary-tracker-container,
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool .salary-tracker-container {
  background:
    linear-gradient(90deg, rgba(169, 139, 107, .06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(169, 139, 107, .06) 1px, transparent 1px),
    var(--lst-paper) !important;
  border-color: var(--lst-line) !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section),
body.postid-1499[data-scheme="inverse"] .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section),
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section),
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section) {
  background: rgba(48, 37, 27, .94) !important;
  border-color: var(--lst-line) !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool :is(input, select, .salary-input-row, .salary-meter),
body.postid-1499[data-scheme="inverse"] .salary-reference-tool :is(input, select, .salary-input-row, .salary-meter),
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool :is(input, select, .salary-input-row, .salary-meter),
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool :is(input, select, .salary-input-row, .salary-meter) {
  color: var(--lst-ink) !important;
  -webkit-text-fill-color: var(--lst-ink) !important;
  background: var(--lst-input) !important;
  border-color: var(--lst-line) !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool :is(.result-item, .salary-flow-card, .salary-projections > div, .salary-summary, .info-card),
body.postid-1499[data-scheme="inverse"] .salary-reference-tool :is(.result-item, .salary-flow-card, .salary-projections > div, .salary-summary, .info-card),
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool :is(.result-item, .salary-flow-card, .salary-projections > div, .salary-summary, .info-card),
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool :is(.result-item, .salary-flow-card, .salary-projections > div, .salary-summary, .info-card) {
  background: #2b2119 !important;
  border-color: rgba(169, 139, 107, .58) !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool :is(.salary-formula-note, .warning-box),
body.postid-1499[data-scheme="inverse"] .salary-reference-tool :is(.salary-formula-note, .warning-box),
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool :is(.salary-formula-note, .warning-box),
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool :is(.salary-formula-note, .warning-box) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #3b2c18 !important;
  border-color: #d2aa55 !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool .btn-reset,
body.postid-1499[data-scheme="inverse"] .salary-reference-tool .btn-reset,
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool .btn-reset,
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool .btn-reset {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #4a3025 !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool .btn-calculate,
body.postid-1499[data-scheme="inverse"] .salary-reference-tool .btn-calculate,
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool .btn-calculate,
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool .btn-calculate {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #3a2b20 !important;
  border-color: #a98b6b !important;
}

@media (max-width: 980px) {
  body.postid-1499 .salary-reference-tool .calculator-main {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  body.postid-1499 .salary-reference-tool .special-section {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 640px) {
  body.postid-1499 .entry-content > .live-salary-tracker.salary-reference-tool {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
  }
  body.postid-1499 .salary-reference-tool .salary-tracker-container {
    padding: 10px !important;
  }
  body.postid-1499 .salary-reference-tool .calculator-header h2 {
    font-size: 1.45rem !important;
  }
  body.postid-1499 .salary-reference-tool .quick-actions,
  body.postid-1499 .salary-reference-tool .calculator-main,
  body.postid-1499 .salary-reference-tool .info-grid,
  body.postid-1499 .salary-reference-tool .salary-mini-grid,
  body.postid-1499 .salary-reference-tool .detail-results {
    grid-template-columns: 1fr !important;
  }
  body.postid-1499 .salary-reference-tool :is(.input-section, .result-section, .special-section, .info-section) {
    padding: 10px !important;
  }
  body.postid-1499 .salary-reference-tool .main-result {
    min-height: 110px !important;
  }
  body.postid-1499 .salary-reference-tool .big-number {
    font-size: 2.2rem !important;
  }
}

/* v6 reference tightening after computed comparison */
body.postid-1499 .salary-reference-tool :is(.btn-quick, .btn-reset, .btn-calculate) {
  gap: 6px !important;
}

body.postid-1499 .salary-reference-tool :is(input, select),
body.postid-1499 .salary-reference-tool .salary-input-row {
  background-color: #fffdf8 !important;
}

body.postid-1499 .salary-reference-tool :is(.salary-formula-note, .warning-box) {
  padding: 10px 11px !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool :is(input, select, .salary-input-row),
body.postid-1499[data-scheme="inverse"] .salary-reference-tool :is(input, select, .salary-input-row),
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool :is(input, select, .salary-input-row),
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool :is(input, select, .salary-input-row) {
  background-color: var(--lst-input) !important;
}

/* v7: work-flow gap guard + stop/net-mode controls */
body.postid-1499 .salary-reference-tool .quick-actions {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

body.postid-1499 .salary-reference-tool .btn-stop {
  color: #6f3a2c !important;
  -webkit-text-fill-color: #6f3a2c !important;
  background: #f6e2cf !important;
  border-color: rgba(122, 65, 47, .58) !important;
}

body.postid-1499 .salary-reference-tool .special-section {
  gap: 10px !important;
}

body.postid-1499 .salary-reference-tool .special-section > .section-title,
body.postid-1499 .salary-reference-tool .special-section > .salary-summary,
body.postid-1499 .salary-reference-tool .special-section > .salary-projections,
body.postid-1499 .salary-reference-tool .special-section > .salary-copy-feedback {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.postid-1499 .salary-reference-tool .salary-flow-card {
  align-content: start !important;
}

body.postid-1499 .salary-reference-tool .salary-flow-card--accent .result-label-text {
  color: #645342 !important;
  -webkit-text-fill-color: #645342 !important;
}

body.postid-1499 .salary-reference-tool.is-stopped .salary-meter span {
  background: #d9a66f !important;
  border-right-color: #9a6b37 !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool .btn-stop,
body.postid-1499[data-scheme="inverse"] .salary-reference-tool .btn-stop,
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool .btn-stop,
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool .btn-stop {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #4a3025 !important;
  border-color: #a98b6b !important;
}

body.postid-1499[data-scheme="dark"] .salary-reference-tool .salary-flow-card--accent .result-label-text,
body.postid-1499[data-scheme="inverse"] .salary-reference-tool .salary-flow-card--accent .result-label-text,
html[data-scheme="dark"] body.postid-1499 .salary-reference-tool .salary-flow-card--accent .result-label-text,
html[data-scheme="inverse"] body.postid-1499 .salary-reference-tool .salary-flow-card--accent .result-label-text {
  color: #2f251b !important;
  -webkit-text-fill-color: #2f251b !important;
}

@media (max-width: 980px) and (min-width: 641px) {
  body.postid-1499 .salary-reference-tool .quick-actions {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  body.postid-1499 .salary-reference-tool .quick-actions {
    grid-template-columns: 1fr !important;
  }
}
