body.postid-1376 {
  --wealth-paper: #fff7e8;
  --wealth-paper-soft: #fbefdf;
  --wealth-paper-strong: #fffdf7;
  --wealth-ink: #2b2119;
  --wealth-muted: #655443;
  --wealth-line: #6b5745;
  --wealth-line-soft: rgba(107, 87, 69, 0.24);
  --wealth-green: #e3efd2;
  --wealth-green-ink: #2f472d;
  --wealth-blue: #dfeef8;
  --wealth-blue-ink: #28475a;
  --wealth-cta: #f2e3d3;
  --wealth-cta-ink: #2b2119;
  --wealth-gold: #d2aa55;
  --wealth-brown: #7a412f;
  --wealth-shadow: 3px 3px 0 rgba(82, 65, 50, 0.18);
  --wealth-shadow-soft: 2px 2px 0 rgba(82, 65, 50, 0.14);
  --wc-paper: var(--wealth-paper);
  --wc-card: var(--wealth-paper-strong);
  --wc-ink: var(--wealth-ink);
  --wc-muted: var(--wealth-muted);
  --wc-line: var(--wealth-line);
  --wc-line-soft: var(--wealth-line-soft);
  --wc-chart-total: var(--wealth-brown);
  --wc-chart-principal: #4f7d94;
  --wc-chart-interest: var(--wealth-gold);
}

body.postid-1376 .wealth-clock-container {
  width: min(1000px, calc(100vw - 32px));
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

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

body.postid-1376 .wealth-clock-container {
  position: relative;
  isolation: isolate;
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
  padding: 0;
  overflow: hidden;
  color: var(--wealth-ink);
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.038) 1px, transparent 1px),
    var(--wealth-paper);
  background-size: 20px 20px;
  border: 2px solid var(--wealth-line);
  border-radius: 0;
  box-shadow: var(--wealth-shadow);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  line-height: 1.5;
}

body.postid-1376 .wealth-clock-tool__title {
  display: grid;
  gap: 8px;
  padding: 18px 20px 16px;
  color: var(--wealth-ink);
  background:
    linear-gradient(135deg, rgba(255, 253, 247, 0.96), rgba(251, 239, 223, 0.94)),
    var(--wealth-paper-soft);
  border: 0;
  box-shadow: none;
}

body.postid-1376 .wealth-clock-tool__badge,
body.postid-1376 .wealth-clock-tool__kicker {
  width: max-content;
  max-width: 100%;
  margin: 0;
  padding: 4px 8px;
  color: var(--wealth-green-ink);
  background: var(--wealth-green);
  border: 1px solid var(--wealth-line);
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0;
}

body.postid-1376 .wealth-clock-title {
  margin: 0;
  color: var(--wealth-ink);
  font-size: clamp(25px, 2.55vw, 34px);
  font-weight: 950;
  line-height: 1.12;
  letter-spacing: 0;
  word-break: keep-all;
}

body.postid-1376 .wealth-clock-subtitle,
body.postid-1376 .wealth-clock-tool__section-note,
body.postid-1376 .wealth-clock-tool__notice,
body.postid-1376 .wealth-clock-tool__copy-status,
body.postid-1376 .wealth-clock-tool__hint {
  margin: 0;
  color: var(--wealth-muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
}

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

body.postid-1376 .wealth-clock-tool__body {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-top: 2px solid var(--wealth-line);
  background: rgba(255, 247, 232, 0.78);
}

body.postid-1376 .wealth-clock-tool__top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(318px, 0.84fr);
  gap: 14px;
  align-items: stretch;
}

body.postid-1376 .wealth-clock-tool__panel {
  min-width: 0;
  padding: 14px;
  color: var(--wealth-ink);
  background: rgba(255, 253, 247, 0.94);
  border: 2px solid var(--wealth-line);
  border-radius: 0;
  box-shadow: var(--wealth-shadow-soft);
}

body.postid-1376 .wealth-clock-tool__panel--results {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
}

body.postid-1376 .wealth-clock-tool__section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

body.postid-1376 .wealth-clock-tool__section-head--wide {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
}

body.postid-1376 .wealth-clock-tool__section-title {
  margin: 0;
  color: var(--wealth-ink);
  font-size: clamp(18px, 1.75vw, 22px);
  font-weight: 950;
  line-height: 1.16;
  letter-spacing: 0;
  word-break: keep-all;
}

body.postid-1376 .wealth-clock-tool__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.postid-1376 .wealth-clock-tool__field {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin: 0;
}

body.postid-1376 .wealth-clock-tool__label {
  color: var(--wealth-ink);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.2;
  word-break: keep-all;
}

body.postid-1376 .wealth-clock-tool__input-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-width: 0;
  border: 2px solid var(--wealth-line);
  background: var(--wealth-paper-strong);
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input {
  width: 100%;
  min-width: 0;
  height: 42px;
  margin: 0;
  padding: 0 10px;
  color: var(--wealth-ink);
  -webkit-text-fill-color: var(--wealth-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  font-weight: 850;
  line-height: 42px;
  letter-spacing: 0;
  outline: 0;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input::placeholder {
  color: #aa9b8e;
  -webkit-text-fill-color: #aa9b8e;
  opacity: 1;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input:focus-visible {
  outline: 3px solid #4f7d94;
  outline-offset: 2px;
}

body.postid-1376 .wealth-clock-tool__unit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  align-self: stretch;
  padding: 0 9px;
  color: var(--wealth-muted);
  background: var(--wealth-paper-soft);
  border-left: 1px solid var(--wealth-line);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

body.postid-1376 .wealth-clock-tool__preset-grid,
body.postid-1376 .wealth-clock-tool__actions {
  display: grid;
  gap: 8px;
}

body.postid-1376 .wealth-clock-tool__preset-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 12px;
}

body.postid-1376 .wealth-clock-tool__actions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__button,
body.postid-1376 .wealth-clock-container button.wealth-clock-tool__button {
  appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  color: var(--wealth-cta-ink) !important;
  -webkit-text-fill-color: var(--wealth-cta-ink) !important;
  background: var(--wealth-cta) !important;
  border: 1px solid var(--wealth-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--wealth-shadow-soft) !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 13.2px !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__button--preset {
  background: var(--wealth-green) !important;
  color: var(--wealth-green-ink) !important;
  -webkit-text-fill-color: var(--wealth-green-ink) !important;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__button--copy {
  background: var(--wealth-blue) !important;
  color: var(--wealth-blue-ink) !important;
  -webkit-text-fill-color: var(--wealth-blue-ink) !important;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__button:hover {
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.14) !important;
}

body.postid-1376 .wealth-clock-container .wealth-clock-tool__button:focus-visible {
  outline: 3px solid #4f7d94 !important;
  outline-offset: 2px !important;
}

body.postid-1376 .wealth-clock-tool__notice {
  margin-top: 12px;
  padding: 9px 10px;
  background: var(--wealth-paper-soft);
  border: 1px dashed var(--wealth-line);
}

body.postid-1376 .wealth-clock-tool__notice.is-error {
  color: #682a21;
  background: #f3d4c9;
  border-style: solid;
}

body.postid-1376 .wealth-clock-tool__hero {
  display: grid;
  gap: 6px;
  padding: 14px;
  text-align: center;
  color: var(--wealth-green-ink);
  background: var(--wealth-green);
  border: 2px solid var(--wealth-line);
  border-radius: 0;
}

body.postid-1376 .wealth-clock-tool__hero-label,
body.postid-1376 .wealth-clock-tool__metric-label,
body.postid-1376 .wealth-clock-tool__date,
body.postid-1376 .wealth-clock-tool__breakdown-head {
  color: var(--wealth-muted);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.25;
  word-break: keep-all;
}

body.postid-1376 .wealth-clock-tool__hero-value {
  display: block;
  color: var(--wealth-green-ink);
  font-size: clamp(34px, 4.2vw, 48px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
}

body.postid-1376 .wealth-clock-tool__hero-unit {
  font-size: 0.42em;
  font-weight: 950;
}

body.postid-1376 .wealth-clock-tool__date strong {
  color: var(--wealth-ink);
}

body.postid-1376 .wealth-clock-tool__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

body.postid-1376 .wealth-clock-tool__metric {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  background: var(--wealth-paper);
  border: 1px solid var(--wealth-line);
  border-radius: 0;
}

body.postid-1376 .wealth-clock-tool__metric-value {
  color: var(--wealth-ink);
  font-size: 14px;
  font-weight: 950;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

body.postid-1376 .wealth-clock-tool__copy-status {
  min-height: 18px;
  margin-top: 7px;
}

body.postid-1376 .wealth-clock-tool__charts-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.9fr);
  gap: 12px;
  align-items: stretch;
}

body.postid-1376 .wealth-clock-tool__chart-frame,
body.postid-1376 .wealth-clock-tool__composition {
  min-width: 0;
  padding: 12px;
  background: var(--wealth-paper);
  border: 1px solid var(--wealth-line);
  border-radius: 0;
}

body.postid-1376 .wealth-clock-tool__chart-frame {
  height: 330px;
}

body.postid-1376 .wealth-clock-tool__chart-frame canvas,
body.postid-1376 .wealth-clock-tool__pie-wrap canvas {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

body.postid-1376 .wealth-clock-tool__composition {
  display: grid;
  grid-template-columns: minmax(150px, 0.72fr) minmax(150px, 1fr);
  gap: 10px;
  align-items: center;
}

body.postid-1376 .wealth-clock-tool__pie-wrap {
  position: relative;
  min-width: 0;
  height: 218px;
}

body.postid-1376 .wealth-clock-tool__pie-center {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  gap: 2px;
  width: 118px;
  transform: translate(-50%, -50%);
  color: var(--wealth-ink);
  text-align: center;
  pointer-events: none;
}

body.postid-1376 .wealth-clock-tool__pie-center strong {
  font-size: 12px;
  font-weight: 950;
  line-height: 1.15;
}

body.postid-1376 .wealth-clock-tool__pie-center span {
  color: var(--wealth-muted);
  font-size: 11px;
  font-weight: 850;
}

body.postid-1376 .wealth-clock-tool__breakdown {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.postid-1376 .wealth-clock-tool__breakdown-row {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 9px;
  background: var(--wealth-paper-strong);
  border: 1px solid var(--wealth-line);
  border-radius: 0;
}

body.postid-1376 .wealth-clock-tool__breakdown-head,
body.postid-1376 .wealth-clock-tool__breakdown-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

body.postid-1376 .wealth-clock-tool__breakdown-value strong,
body.postid-1376 .wealth-clock-tool__breakdown-value span {
  color: var(--wealth-ink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1.2;
}

body.postid-1376 .wealth-clock-tool__dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  background: var(--wealth-brown);
  border: 1px solid var(--wealth-line);
}

body.postid-1376 .wealth-clock-tool__breakdown-row[data-type="savings"] .wealth-clock-tool__dot {
  background: #4f7d94;
}

body.postid-1376 .wealth-clock-tool__breakdown-row[data-type="interest"] .wealth-clock-tool__dot {
  background: var(--wealth-gold);
}

body.postid-1376 .wealth-clock-tool__bar-track {
  height: 8px;
  overflow: hidden;
  background: rgba(107, 87, 69, 0.14);
  border: 1px solid var(--wealth-line-soft);
  border-radius: 0;
}

body.postid-1376 .wealth-clock-tool__bar {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--wealth-brown);
}

body.postid-1376 #stat-savings-bar {
  background: #4f7d94;
}

body.postid-1376 #stat-interest-bar {
  background: var(--wealth-gold);
}

body[data-scheme="dark"].postid-1376,
body[data-scheme="inverse"].postid-1376 {
  --wealth-paper: #2b2119;
  --wealth-paper-soft: #33271d;
  --wealth-paper-strong: #241c15;
  --wealth-ink: #f2e4cf;
  --wealth-muted: #e6d2b7;
  --wealth-line: #a98b6b;
  --wealth-line-soft: rgba(169, 139, 107, 0.38);
  --wealth-green: #344a32;
  --wealth-green-ink: #f2e4cf;
  --wealth-blue: #263a45;
  --wealth-blue-ink: #e8f4f8;
  --wealth-cta: #4c3922;
  --wealth-cta-ink: #f2e4cf;
  --wealth-brown: #e3b47a;
}

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

body[data-scheme="dark"].postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input,
body[data-scheme="inverse"].postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input {
  color: var(--wealth-ink);
  -webkit-text-fill-color: var(--wealth-ink);
}

body[data-scheme="dark"].postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input::placeholder,
body[data-scheme="inverse"].postid-1376 .wealth-clock-container .wealth-clock-tool__input-wrap input::placeholder {
  color: rgba(242, 228, 207, 0.66);
  -webkit-text-fill-color: rgba(242, 228, 207, 0.66);
}

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

@media (max-width: 920px) {
  body.postid-1376 .wealth-clock-tool__top-grid,
  body.postid-1376 .wealth-clock-tool__charts-grid,
  body.postid-1376 .wealth-clock-tool__composition {
    grid-template-columns: 1fr;
  }

  body.postid-1376 .wealth-clock-tool__chart-frame {
    height: 300px;
  }

  body.postid-1376 .wealth-clock-tool__pie-wrap {
    width: min(260px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  body.postid-1376 .wealth-clock-container {
    width: min(100% - 20px, 100%);
  }

  body.postid-1376 .wealth-clock-tool__title {
    padding: 15px 14px 14px;
  }

  body.postid-1376 .wealth-clock-tool__body {
    gap: 12px;
    padding: 12px;
  }

  body.postid-1376 .wealth-clock-tool__panel {
    padding: 12px;
  }

  body.postid-1376 .wealth-clock-tool__fields,
  body.postid-1376 .wealth-clock-tool__metrics {
    grid-template-columns: 1fr;
  }

  body.postid-1376 .wealth-clock-tool__preset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.postid-1376 .wealth-clock-tool__section-head--wide {
    grid-template-columns: 1fr;
  }

  body.postid-1376 .wealth-clock-tool__chart-frame {
    height: 270px;
  }
}

@media (max-width: 380px) {
  body.postid-1376 .wealth-clock-tool__body,
  body.postid-1376 .wealth-clock-tool__panel {
    padding: 10px;
  }

  body.postid-1376 .wealth-clock-tool__preset-grid,
  body.postid-1376 .wealth-clock-tool__actions {
    grid-template-columns: 1fr;
  }

  body.postid-1376 .wealth-clock-container .wealth-clock-tool__button,
  body.postid-1376 .wealth-clock-container button.wealth-clock-tool__button {
    white-space: normal !important;
  }

  body.postid-1376 .wealth-clock-tool__hero-value {
    font-size: 31px;
  }
}
