/* ROBERIN wealth clock redesign v2 - 2026-05-18 */
body.postid-1376 {
  --wc-paper: #fff7e8;
  --wc-paper-soft: #fbf0dc;
  --wc-card: #fff8ed;
  --wc-ink: #34281f;
  --wc-muted: #5f4f3f;
  --wc-line: #6b5745;
  --wc-line-soft: rgba(107, 87, 69, 0.28);
  --wc-green: #e2edd8;
  --wc-green-ink: #314b2d;
  --wc-mustard: #d2aa55;
  --wc-mustard-soft: #f3dfaa;
  --wc-brown: #7a412f;
  --wc-red: #9f3f32;
  --wc-teal: #4f7d94;
  --wc-blue-paper: #dfeef8;
  --wc-shadow: 4px 4px 0 rgba(82, 65, 50, 0.22);
  --wc-shadow-soft: 2px 2px 0 rgba(82, 65, 50, 0.16);
  --wc-chart-total: #7a412f;
  --wc-chart-principal: #4f7d94;
  --wc-chart-interest: #d2aa55;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.026) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.023) 1px, transparent 1px) 0 0 / 18px 18px,
    #f9f1e7;
}

body.postid-1376 .cs-site-content > .cs-container,
body.postid-1376 .cs-main-content,
body.postid-1376 .cs-content-area,
body.postid-1376 .cs-entry__container,
body.postid-1376 .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body.postid-1376 .cs-entry__header,
body.postid-1376 .wealth-clock-container,
body.postid-1376 .entry-content > .wp-block-group.content1,
body.postid-1376 .entry-content > .roberin-ad,
body.postid-1376 .entry-content > .roberin-qa-ad-placeholder {
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body.postid-1376 .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

body.postid-1376 .cs-entry__title {
  color: var(--wc-ink);
  font-size: clamp(30px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.wealth-clock-container,
.wealth-clock-container *,
.wealth-clock-container *::before,
.wealth-clock-container *::after {
  box-sizing: border-box;
}

.wealth-clock-container {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 16px;
  overflow: hidden;
  color: var(--wc-ink);
  background: var(--wc-paper);
  border: 2px solid var(--wc-line);
  border-radius: 0;
  box-shadow: var(--wc-shadow);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.52;
}

.wealth-clock-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(107, 87, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.045) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
}

.wealth-clock__header {
  display: grid;
  gap: 6px;
  padding: 0 0 12px;
  margin: 0 0 12px;
  border-bottom: 2px solid var(--wc-line);
  text-align: left;
}

.wealth-clock__eyebrow,
.wealth-clock__section-kicker {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 4px 8px;
  color: var(--wc-green-ink);
  background: var(--wc-green);
  border: 1px solid var(--wc-line);
  box-shadow: var(--wc-shadow-soft);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.wealth-clock-title {
  margin: 0;
  color: var(--wc-ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -0.055em;
  word-break: keep-all;
}

.wealth-clock-subtitle,
.wealth-clock__section-note,
.wealth-clock__notice,
.wealth-clock__copy-status {
  margin: 0;
  color: var(--wc-muted);
  font-size: 14px;
  line-height: 1.56;
  font-weight: 750;
  word-break: keep-all;
}

.wealth-clock-subtitle {
  max-width: 760px;
}

.wealth-clock__quick-actions {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 12px;
}

.wealth-clock__chip,
.wealth-clock__copy {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 11px;
  border: 1px solid var(--wc-line);
  border-radius: 0;
  box-shadow: var(--wc-shadow-soft);
  color: var(--wc-ink);
  background: var(--wc-green);
  font: inherit;
  font-size: 13.5px;
  font-weight: 950;
  line-height: 1.1;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.wealth-clock__chip--reset,
.wealth-clock__copy {
  background: var(--wc-mustard-soft);
  color: #54351f;
}

.wealth-clock__chip:hover,
.wealth-clock__copy:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.16);
}

.wealth-clock__chip:active,
.wealth-clock__copy:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.wealth-clock__chip:focus-visible,
.wealth-clock__copy:focus-visible,
.wealth-clock-container input:focus-visible {
  outline: 3px solid var(--wc-teal);
  outline-offset: 2px;
}

.wealth-clock__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 12px;
  align-items: stretch;
}

.wealth-clock__panel {
  min-width: 0;
  padding: 14px;
  color: var(--wc-ink);
  background: rgba(255, 248, 237, 0.92);
  border: 2px solid var(--wc-line);
  border-radius: 0;
  box-shadow: var(--wc-shadow-soft);
}

.wealth-clock__panel--charts {
  margin-top: 12px;
}

.wealth-clock__section-head {
  display: grid;
  gap: 8px;
  margin: 0 0 12px;
}

.wealth-clock__section-head--inline {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

.section-title {
  margin: 0;
  color: var(--wc-ink);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

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

.wealth-clock__field {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 10px;
  color: var(--wc-ink);
  background: var(--wc-card);
  border: 1px solid var(--wc-line-soft);
}

.input-label {
  color: var(--wc-ink);
  font-size: 13px;
  font-weight: 950;
}

.input-wrapper {
  position: relative;
  display: block;
  min-width: 0;
}

.input-wrapper input {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 10px 40px 10px 11px;
  color: var(--wc-ink);
  -webkit-text-fill-color: var(--wc-ink);
  background: #fffdf7;
  border: 2px solid var(--wc-line);
  border-radius: 0;
  box-shadow: inset 2px 2px 0 rgba(82, 65, 50, 0.08);
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
}

.input-wrapper input::placeholder {
  color: rgba(95, 79, 63, 0.7);
  -webkit-text-fill-color: rgba(95, 79, 63, 0.7);
  opacity: 1;
}

.input-wrapper .currency {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: var(--wc-muted);
  font-size: 13px;
  font-weight: 950;
  pointer-events: none;
}

.input-unit-display {
  min-height: 18px;
  color: var(--wc-brown);
  font-size: 12.5px;
  font-weight: 850;
  line-height: 1.35;
}

.wealth-clock__notice {
  margin-top: 10px;
  padding: 9px 10px;
  background: rgba(226, 237, 216, 0.82);
  border: 1px dashed var(--wc-line);
}

.wealth-clock__notice.is-error {
  color: #6e2c22;
  background: #f3dfd3;
}

.time-info-container {
  display: grid;
  gap: 10px;
  padding: 13px;
  background: var(--wc-green);
  border: 2px solid var(--wc-line);
  box-shadow: inset 2px 2px 0 rgba(82, 65, 50, 0.08);
}

.time-display {
  display: grid;
  gap: 4px;
}

.time-value {
  display: block;
  color: var(--wc-brown);
  font-size: clamp(27px, 3.5vw, 42px);
  line-height: 1.05;
  font-weight: 950;
  letter-spacing: -0.045em;
  word-break: keep-all;
}

.time-unit {
  color: var(--wc-ink);
  font-size: 0.52em;
  font-weight: 950;
}

.time-label,
.target-date {
  color: var(--wc-muted);
  font-size: 13px;
  font-weight: 850;
}

.target-date {
  padding-top: 9px;
  border-top: 1px dashed var(--wc-line);
}

.target-date strong {
  color: var(--wc-ink);
  font-weight: 950;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.result-card,
.breakdown-stat-item {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  background: var(--wc-card);
  border: 1px solid var(--wc-line-soft);
  overflow: hidden;
}

.result-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: var(--wc-brown);
}

.result-card[data-kind="saved"]::before { background: var(--wc-chart-principal); }
.result-card[data-kind="interest"]::before { background: var(--wc-chart-interest); }
.result-card[data-kind="final"]::before { background: var(--wc-green-ink); }

.result-label,
.stat-label,
.pie-total-label {
  color: var(--wc-muted);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.35;
}

.result-value,
.stat-value,
.pie-total-amount {
  min-width: 0;
  color: var(--wc-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.wealth-clock__copy {
  width: 100%;
  margin-top: 12px;
}

.wealth-clock__copy-status {
  min-height: 20px;
  margin-top: 7px;
  text-align: center;
}

.wealth-clock__charts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.8fr);
  gap: 12px;
  align-items: stretch;
}

.chart-section,
.breakdown-section {
  min-width: 0;
  padding: 12px;
  background: rgba(255, 248, 237, 0.88);
  border: 1px solid var(--wc-line-soft);
}

.chart-container,
.pie-chart-container {
  position: relative;
  width: 100%;
  min-width: 0;
}

.chart-container {
  height: clamp(260px, 36vw, 360px);
}

.pie-chart-container {
  height: 222px;
}

.chart-container canvas,
.pie-chart-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.breakdown-container {
  display: grid;
  gap: 12px;
}

.pie-chart-wrapper {
  position: relative;
  width: min(230px, 100%);
  margin: 0 auto;
}

.pie-chart-center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  padding: 10px;
  text-align: center;
  background: var(--wc-paper);
  border: 2px solid var(--wc-line);
  border-radius: 999px;
  box-shadow: var(--wc-shadow-soft);
}

.pie-total-amount {
  font-size: 13.5px;
}

.breakdown-stats {
  display: grid;
  gap: 8px;
}

.breakdown-stat-item {
  gap: 8px;
}

.stat-header,
.stat-value-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.stat-header {
  justify-content: flex-start;
}

.stat-color {
  flex: 0 0 auto;
  width: 13px;
  height: 13px;
  border: 1px solid var(--wc-line);
  background: var(--wc-chart-total);
}

.breakdown-stat-item[data-type="savings"] .stat-color { background: var(--wc-chart-principal); }
.breakdown-stat-item[data-type="interest"] .stat-color { background: var(--wc-chart-interest); }

.stat-percentage {
  flex: 0 0 auto;
  padding: 2px 7px;
  color: var(--wc-ink);
  background: var(--wc-green);
  border: 1px solid var(--wc-line-soft);
  font-size: 12px;
  font-weight: 950;
}

.stat-bar-container {
  width: 100%;
  height: 9px;
  background: rgba(107, 87, 69, 0.16);
  border: 1px solid var(--wc-line-soft);
  overflow: hidden;
}

.stat-bar {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--wc-chart-total);
  transition: width 280ms ease;
}

#stat-savings-bar { background: var(--wc-chart-principal); }
#stat-interest-bar { background: var(--wc-chart-interest); }

body.postid-1376 .roberin-ad,
body.postid-1376 .roberin-qa-ad-placeholder,
body.postid-1376 .wealth-clock-ad,
body.postid-1376 .wealth-clock-ad ins {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.roberin-monetization-safe-qa.postid-1376 .wealth-clock-ad {
  font-size: 0;
}

body.roberin-monetization-safe-qa.postid-1376 .wealth-clock-ad .roberin-qa-ad-placeholder {
  font-size: 12px;
}

body.postid-1376 .wealth-clock-ad,
body.postid-1376 .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-position="after-tool"],
body.postid-1376 .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] {
  display: block;
  width: min(1040px, calc(100vw - 32px));
  max-width: 1040px;
  margin: 24px auto;
  padding: 0;
  text-align: center;
}

body.postid-1376 .entry-content > .wealth-clock-container {
  margin-bottom: 0 !important;
}

body.postid-1376 .entry-content > .wealth-clock-ad--after-tool {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}

body.postid-1376 .entry-content > .wealth-clock-ad--after-tool + .wp-block-group.content1 {
  margin-top: 24px !important;
}

body.postid-1376 .wealth-clock-ad--bottom,
body.postid-1376 .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="1316434178"] {
  margin-top: 24px;
  margin-bottom: 0;
}

body.postid-1376 .wealth-clock-ad + .wp-block-group.content1,
body.postid-1376 .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + .wp-block-group.content1 {
  margin-top: 24px;
}

body[data-scheme="dark"].postid-1376,
body[data-scheme="inverse"].postid-1376 {
  --wc-paper: #2b2119;
  --wc-paper-soft: #33271d;
  --wc-card: #241c15;
  --wc-ink: #f2e4cf;
  --wc-muted: #f0dfc5;
  --wc-line: #a98b6b;
  --wc-line-soft: rgba(169, 139, 107, 0.42);
  --wc-green: #344a32;
  --wc-green-ink: #f2e4cf;
  --wc-mustard: #d2aa55;
  --wc-mustard-soft: #4c3922;
  --wc-brown: #e3b47a;
  --wc-red: #e29a83;
  --wc-teal: #87b5c8;
  --wc-blue-paper: #263a45;
  --wc-shadow: 4px 4px 0 rgba(0, 0, 0, 0.28);
  --wc-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  --wc-chart-total: #e3b47a;
  --wc-chart-principal: #87b5c8;
  --wc-chart-interest: #d2aa55;
  background:
    linear-gradient(90deg, rgba(169, 139, 107, 0.04) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(169, 139, 107, 0.035) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811;
}

body[data-scheme="dark"] .wealth-clock-container,
body[data-scheme="inverse"] .wealth-clock-container {
  color: var(--wc-ink);
  background: var(--wc-paper);
}

body[data-scheme="dark"] .wealth-clock-container::before,
body[data-scheme="inverse"] .wealth-clock-container::before {
  background:
    linear-gradient(rgba(169, 139, 107, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.06) 1px, transparent 1px);
  background-size: 20px 20px;
}

body[data-scheme="dark"] .input-wrapper input,
body[data-scheme="inverse"] .input-wrapper input {
  color: var(--wc-ink);
  -webkit-text-fill-color: var(--wc-ink);
  background: #241c15;
}

body[data-scheme="dark"] .input-wrapper input::placeholder,
body[data-scheme="inverse"] .input-wrapper input::placeholder {
  color: rgba(242, 228, 207, 0.68);
  -webkit-text-fill-color: rgba(242, 228, 207, 0.68);
}

body[data-scheme="dark"] .wealth-clock__chip--reset,
body[data-scheme="dark"] .wealth-clock__copy,
body[data-scheme="inverse"] .wealth-clock__chip--reset,
body[data-scheme="inverse"] .wealth-clock__copy {
  color: #f2e4cf;
}

body[data-scheme="dark"] .wealth-clock__notice.is-error,
body[data-scheme="inverse"] .wealth-clock__notice.is-error {
  color: #f2e4cf;
  background: #4d2a21;
}

@media (max-width: 920px) {
  .wealth-clock__layout,
  .wealth-clock__charts-grid {
    grid-template-columns: 1fr;
  }

  .wealth-clock__quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  body.postid-1376 .cs-entry__header,
  body.postid-1376 .wealth-clock-container,
  body.postid-1376 .entry-content > .wp-block-group.content1,
  body.postid-1376 .entry-content > .roberin-ad,
  body.postid-1376 .entry-content > .roberin-qa-ad-placeholder {
    width: min(100% - 20px, 100%);
  }

  .wealth-clock-container {
    padding: 12px;
    box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.18);
  }

  .wealth-clock__quick-actions,
  .wealth-clock__fields,
  .results-grid {
    grid-template-columns: 1fr;
  }

  .wealth-clock__section-head--inline {
    grid-template-columns: 1fr;
  }

  .chart-container {
    height: 260px;
  }

  .pie-chart-container {
    height: 210px;
  }

  .wealth-clock__chip,
  .wealth-clock__copy {
    white-space: normal;
  }
}

@media (max-width: 380px) {
  .wealth-clock-container {
    padding: 10px;
  }

  .wealth-clock__panel,
  .chart-section,
  .breakdown-section {
    padding: 10px;
  }

  .time-value {
    font-size: 26px;
  }
}

/* ROBERIN wealth clock Phase 2 body article v1 - PDF reference rhythm, tool-specific namespace */
body.postid-1376 .entry-content article.roberin-article-body.wealth-clock-article,
body.postid-1376 .wealth-clock-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 0 !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    #f8efe2 !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--wc-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, 0.25) !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-1376 .entry-content > .wealth-clock-ad--after-tool + article.wealth-clock-article,
body.postid-1376 .entry-content > .roberin-qa-ad-placeholder[data-roberin-qa-ad-slot="7492498702"] + article.wealth-clock-article {
  margin-top: 24px !important;
}

body.postid-1376 .wealth-clock-article,
body.postid-1376 .wealth-clock-article *,
body.postid-1376 .wealth-clock-article *::before,
body.postid-1376 .wealth-clock-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

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

body.postid-1376 .wealth-article__hero,
body.postid-1376 .wealth-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.postid-1376 .wealth-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--wc-line-soft) !important;
}

body.postid-1376 .wealth-article__section + .wealth-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--wc-line-soft) !important;
}

body.postid-1376 .wealth-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(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  background: var(--wc-green) !important;
  border: 1px solid var(--wc-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.13) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em !important;
}

body.postid-1376 .wealth-clock-article h2,
body.postid-1376 .wealth-clock-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !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: -0.02em !important;
  word-break: keep-all !important;
}

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

body.postid-1376 .wealth-clock-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

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

body.postid-1376 .wealth-clock-article strong {
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  font-weight: 920 !important;
}

body.postid-1376 .wealth-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

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

body.postid-1376 .wealth-article__nav a:hover,
body.postid-1376 .wealth-article__nav a:focus-visible {
  background: var(--wc-mustard-soft) !important;
  outline: 2px solid var(--wc-teal) !important;
  outline-offset: 2px !important;
}

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

body.postid-1376 .wealth-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body.postid-1376 .wealth-article__card,
body.postid-1376 .wealth-article__process,
body.postid-1376 .wealth-article__use,
body.postid-1376 .wealth-article__notice,
body.postid-1376 .wealth-clock-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--wc-muted) !important;
  -webkit-text-fill-color: var(--wc-muted) !important;
  background: var(--wc-card) !important;
  border: 1px solid var(--wc-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.13) !important;
}

body.postid-1376 .wealth-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
  border-style: dashed !important;
}

body.postid-1376 .wealth-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

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

body.postid-1376 .wealth-clock-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  background: var(--wc-card) !important;
  border: 1px solid var(--wc-line-soft) !important;
  border-radius: 0 !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 0.92em !important;
  font-weight: 780 !important;
  line-height: 1.48 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}

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

body.postid-1376 .wealth-clock-article ol,
body.postid-1376 .wealth-clock-article ol.wealth-article__steps {
  counter-reset: wealth-article-step !important;
}

body.postid-1376 .wealth-clock-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-1376 .wealth-clock-article :is(ul, ol) > li::before {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: center !important;
  box-sizing: border-box !important;
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  border-radius: 0 !important;
}

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

body.postid-1376 .wealth-clock-article ol > li,
body.postid-1376 .wealth-clock-article ol.wealth-article__steps > li {
  counter-increment: wealth-article-step !important;
}

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

body.postid-1376 .wealth-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1376 .wealth-clock-article details {
  margin: 0 !important;
}

body.postid-1376 .wealth-clock-article summary {
  cursor: pointer !important;
  color: var(--wc-ink) !important;
  -webkit-text-fill-color: var(--wc-ink) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-1376 .wealth-clock-article details[open] summary {
  margin-bottom: 8px !important;
}

body[data-scheme="dark"].postid-1376 .entry-content article.roberin-article-body.wealth-clock-article,
body[data-scheme="inverse"].postid-1376 .entry-content article.roberin-article-body.wealth-clock-article,
body[data-scheme="dark"].postid-1376 .wealth-clock-article,
body[data-scheme="inverse"].postid-1376 .wealth-clock-article {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background-image:
    linear-gradient(rgba(169, 139, 107, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.06) 1px, transparent 1px) !important;
  background-color: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.28) !important;
}

body[data-scheme="dark"].postid-1376 .wealth-clock-article :is(h2, h3, strong, summary),
body[data-scheme="inverse"].postid-1376 .wealth-clock-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[data-scheme="dark"].postid-1376 .wealth-clock-article :is(p, li, span),
body[data-scheme="inverse"].postid-1376 .wealth-clock-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

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

body[data-scheme="dark"].postid-1376 .wealth-article__notice,
body[data-scheme="dark"].postid-1376 .wealth-article__process,
body[data-scheme="inverse"].postid-1376 .wealth-article__notice,
body[data-scheme="inverse"].postid-1376 .wealth-article__process {
  background-color: rgba(36, 28, 21, 0.56) !important;
}

body[data-scheme="dark"].postid-1376 .wealth-clock-article code,
body[data-scheme="inverse"].postid-1376 .wealth-clock-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, 0.56) !important;
}

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

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

@media (max-width: 640px) {
  body.postid-1376 .entry-content article.roberin-article-body.wealth-clock-article,
  body.postid-1376 .wealth-clock-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
    box-shadow: 4px 4px 0 rgba(82, 65, 50, 0.16) !important;
  }

  body.postid-1376 .wealth-article__grid,
  body.postid-1376 .wealth-article__process-grid,
  body.postid-1376 .wealth-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body.postid-1376 .wealth-clock-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1376 .wealth-clock-article h2 {
    font-size: 25.2px !important;
  }
}


/* 2026-05-18 v4: input placeholder examples must read as light examples, not actual values. */
body.postid-1376 .wealth-clock-container .input-wrapper input::placeholder {
  color: rgba(95, 79, 63, 0.52) !important;
  -webkit-text-fill-color: rgba(95, 79, 63, 0.52) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}

body.postid-1376 .wealth-clock-container .input-wrapper input::-webkit-input-placeholder {
  color: rgba(95, 79, 63, 0.52) !important;
  -webkit-text-fill-color: rgba(95, 79, 63, 0.52) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}

body.postid-1376 .wealth-clock-container .input-wrapper input::-moz-placeholder {
  color: rgba(95, 79, 63, 0.52) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}

body[data-scheme="dark"].postid-1376 .wealth-clock-container .input-wrapper input::placeholder,
body[data-scheme="inverse"].postid-1376 .wealth-clock-container .input-wrapper input::placeholder {
  color: rgba(240, 223, 197, 0.48) !important;
  -webkit-text-fill-color: rgba(240, 223, 197, 0.48) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}

body[data-scheme="dark"].postid-1376 .wealth-clock-container .input-wrapper input::-webkit-input-placeholder,
body[data-scheme="inverse"].postid-1376 .wealth-clock-container .input-wrapper input::-webkit-input-placeholder {
  color: rgba(240, 223, 197, 0.48) !important;
  -webkit-text-fill-color: rgba(240, 223, 197, 0.48) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}

body[data-scheme="dark"].postid-1376 .wealth-clock-container .input-wrapper input::-moz-placeholder,
body[data-scheme="inverse"].postid-1376 .wealth-clock-container .input-wrapper input::-moz-placeholder {
  color: rgba(240, 223, 197, 0.48) !important;
  opacity: 1 !important;
  font-weight: 620 !important;
}
