/* ROBERIN jeonse fund planner Phase 1 redesign - v2 2026-05-21 */
body.postid-1602 {
  --jfp-paper: #fff7e8;
  --jfp-paper-soft: #fbf0dc;
  --jfp-card: #fffaf0;
  --jfp-input: #fff8ed;
  --jfp-ink: #2b2119;
  --jfp-muted: #67584a;
  --jfp-line: #6b5745;
  --jfp-line-soft: rgba(107, 87, 69, 0.3);
  --jfp-green: #e3efd2;
  --jfp-green-ink: #2f4e2e;
  --jfp-blue: #dfeef8;
  --jfp-blue-ink: #28455a;
  --jfp-amber: #f7df9d;
  --jfp-red: #9d3c2c;
  --jfp-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --jfp-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.15);
  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.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8 !important;
}

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

body.postid-1602 .cs-breadcrumbs,
body.postid-1602 .cs-entry__header,
body.postid-1602 .jeonse-fund-planner,
body.postid-1602 .entry-content > .wp-block-group.content1,
body.postid-1602 .entry-content > article {
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

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

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

.jeonse-fund-planner,
.jeonse-fund-planner *,
.jeonse-fund-planner *::before,
.jeonse-fund-planner *::after {
  box-sizing: border-box !important;
}

.jeonse-fund-planner {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--jfp-ink) !important;
  background: transparent !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.52 !important;
}

.jeonse-fund-container {
  position: relative !important;
  isolation: isolate !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px !important;
  overflow: hidden !important;
  color: var(--jfp-ink) !important;
  background: var(--jfp-paper) !important;
  border: 2px solid var(--jfp-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--jfp-shadow) !important;
}

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

.jeonse-fund-planner .calculator-header {
  display: grid !important;
  gap: 6px !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  text-align: left !important;
  border: 0 !important;
  border-bottom: 2px solid var(--jfp-line) !important;
  background: transparent !important;
}

.jeonse-fund-planner .eyebrow {
  width: fit-content !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  color: var(--jfp-green-ink) !important;
  -webkit-text-fill-color: var(--jfp-green-ink) !important;
  background: var(--jfp-green) !important;
  border: 1px solid var(--jfp-line) !important;
  box-shadow: var(--jfp-shadow-soft) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
}

.jeonse-fund-planner .calculator-header h2 {
  margin: 0 !important;
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  text-shadow: none !important;
  word-break: keep-all !important;
}

.jeonse-fund-planner .subtitle {
  max-width: 760px !important;
  margin: 0 !important;
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  word-break: keep-all !important;
}

.jeonse-fund-planner .quick-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin: 0 0 10px !important;
}

.jeonse-fund-planner button,
.jeonse-fund-planner input,
.jeonse-fund-planner table {
  font-family: inherit !important;
}

.jeonse-fund-planner .quick-action-btn,
.jeonse-fund-planner .btn-reset,
.jeonse-fund-planner .btn-calculate {
  appearance: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease !important;
}

.jeonse-fund-planner .quick-action-btn,
.jeonse-fund-planner .btn-reset {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 38px !important;
  padding: 8px 10px !important;
  color: var(--jfp-green-ink) !important;
  -webkit-text-fill-color: var(--jfp-green-ink) !important;
  background: var(--jfp-green) !important;
  border: 1px solid var(--jfp-line) !important;
  box-shadow: var(--jfp-shadow-soft) !important;
  font-size: 13.5px !important;
  line-height: 1.1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.jeonse-fund-planner .btn-reset {
  color: #743528 !important;
  -webkit-text-fill-color: #743528 !important;
  background: #f6d6bf !important;
}

.jeonse-fund-planner .quick-action-btn:hover,
.jeonse-fund-planner .btn-reset:hover,
.jeonse-fund-planner .btn-calculate:hover {
  transform: translate(-1px, -1px) !important;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.2) !important;
}

.jeonse-fund-planner .calculator-main {
  display: grid !important;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr) !important;
  grid-template-areas:
    "input result"
    "special result" !important;
  gap: 12px !important;
  align-items: start !important;
  min-width: 0 !important;
}

.jeonse-fund-planner .input-section,
.jeonse-fund-planner .result-section,
.jeonse-fund-planner .special-section,
.jeonse-fund-planner .info-card {
  min-width: 0 !important;
  color: var(--jfp-ink) !important;
  background: var(--jfp-card) !important;
  border: 2px solid var(--jfp-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--jfp-shadow-soft) !important;
}

.jeonse-fund-planner .input-section {
  grid-area: input !important;
  padding: 12px !important;
}

.jeonse-fund-planner .result-section {
  grid-area: result !important;
  padding: 12px !important;
}

.jeonse-fund-planner .special-section {
  grid-area: special !important;
  padding: 12px !important;
}

.jeonse-fund-planner .section-title {
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  border: 0 !important;
  border-bottom: 1px dashed var(--jfp-line) !important;
  font-size: 17px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  letter-spacing: -0.025em !important;
}

.jeonse-fund-planner .field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.jeonse-fund-planner .input-group {
  display: grid !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.jeonse-fund-planner label,
.jeonse-fund-planner .option-card legend {
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  word-break: keep-all !important;
}

.jeonse-fund-planner .label-note {
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.jeonse-fund-planner .input-wrapper {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  min-width: 0 !important;
}

.jeonse-fund-planner input[type="text"],
.jeonse-fund-planner input[type="number"] {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 42px !important;
  padding: 9px 48px 9px 10px !important;
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  background: var(--jfp-input) !important;
  border: 2px solid var(--jfp-line) !important;
  border-radius: 0 !important;
  box-shadow: inset 2px 2px 0 rgba(107, 87, 69, 0.12) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  outline: none !important;
}

.jeonse-fund-planner input[type="text"]::placeholder,
.jeonse-fund-planner input[type="number"]::placeholder {
  color: rgba(103, 88, 74, 0.55) !important;
  -webkit-text-fill-color: rgba(103, 88, 74, 0.55) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

.jeonse-fund-planner input:focus-visible {
  border-color: #4f7d94 !important;
  box-shadow: inset 2px 2px 0 rgba(107, 87, 69, 0.12), 0 0 0 3px rgba(79, 125, 148, 0.22) !important;
}

.jeonse-fund-planner .input-unit {
  position: absolute !important;
  right: 10px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  pointer-events: none !important;
}

.jeonse-fund-planner .option-card {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 10px 0 0 !important;
  padding: 9px !important;
  background: var(--jfp-paper-soft) !important;
  border: 1px dashed var(--jfp-line) !important;
}

.jeonse-fund-planner .option-card legend {
  width: 100% !important;
  padding: 0 !important;
}

.jeonse-fund-planner .radio-chip {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 32px !important;
  padding: 6px 8px !important;
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  background: rgba(255, 248, 237, 0.72) !important;
  border: 1px solid var(--jfp-line-soft) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.jeonse-fund-planner .radio-chip input {
  accent-color: #d2aa55 !important;
}

.jeonse-fund-planner .button-group {
  display: grid !important;
  margin-top: 10px !important;
}

.jeonse-fund-planner .btn-calculate {
  min-height: 44px !important;
  padding: 10px 14px !important;
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
  background: #d2aa55 !important;
  border: 2px solid var(--jfp-line) !important;
  box-shadow: var(--jfp-shadow-soft) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
}

.jeonse-fund-planner .error-message {
  min-height: 20px !important;
  margin: 8px 0 0 !important;
  color: var(--jfp-red) !important;
  -webkit-text-fill-color: var(--jfp-red) !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.jeonse-fund-planner .result-display {
  display: grid !important;
  gap: 10px !important;
}

.jeonse-fund-planner .main-result {
  display: grid !important;
  gap: 3px !important;
  padding: 14px !important;
  text-align: left !important;
  color: var(--jfp-blue-ink) !important;
  background: var(--jfp-blue) !important;
  border: 2px solid var(--jfp-line) !important;
  box-shadow: inset 2px 2px 0 rgba(255, 255, 255, 0.45) !important;
}

.jeonse-fund-planner .big-number {
  color: var(--jfp-blue-ink) !important;
  -webkit-text-fill-color: var(--jfp-blue-ink) !important;
  font-size: clamp(28px, 4vw, 40px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -0.055em !important;
  word-break: break-word !important;
}

.jeonse-fund-planner .result-label,
.jeonse-fund-planner .result-note {
  margin: 0 !important;
  color: var(--jfp-blue-ink) !important;
  -webkit-text-fill-color: var(--jfp-blue-ink) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.jeonse-fund-planner .result-note {
  color: #446173 !important;
  -webkit-text-fill-color: #446173 !important;
  font-size: 12.5px !important;
}

.jeonse-fund-planner .detail-results {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.jeonse-fund-planner .result-item {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 10px !important;
  background: var(--jfp-paper-soft) !important;
  border: 1px solid var(--jfp-line-soft) !important;
}

.jeonse-fund-planner .result-item--wide {
  grid-column: 1 / -1 !important;
}

.jeonse-fund-planner .result-item--accent {
  background: #f7df9d !important;
}

.jeonse-fund-planner .result-label-text {
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}

.jeonse-fund-planner .result-value {
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  font-size: 15px !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  word-break: break-word !important;
}

.jeonse-fund-planner .table-heading-row {
  display: grid !important;
  gap: 4px !important;
  margin: 0 0 8px !important;
}

.jeonse-fund-planner .info-desc {
  margin: 0 !important;
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 12.5px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}

.jeonse-fund-planner .checkpoint-table-wrap {
  max-height: 260px !important;
  overflow: auto !important;
  border: 1px solid var(--jfp-line) !important;
  background: var(--jfp-input) !important;
}

.jeonse-fund-planner .checkpoint-table {
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  color: var(--jfp-ink) !important;
}

.jeonse-fund-planner .checkpoint-table th,
.jeonse-fund-planner .checkpoint-table td {
  padding: 8px !important;
  border-bottom: 1px solid var(--jfp-line-soft) !important;
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
  word-break: keep-all !important;
}

.jeonse-fund-planner .checkpoint-table th {
  background: #f7df9d !important;
  font-weight: 950 !important;
}

.jeonse-fund-planner .checkpoint-table td {
  font-weight: 800 !important;
}

.jeonse-fund-planner .info-section {
  margin-top: 12px !important;
}

.jeonse-fund-planner .info-section > .section-title {
  margin: 0 0 8px !important;
}

.jeonse-fund-planner .info-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.jeonse-fund-planner .info-card {
  padding: 10px !important;
}

.jeonse-fund-planner .info-card strong {
  display: block !important;
  margin-bottom: 4px !important;
  color: var(--jfp-ink) !important;
  -webkit-text-fill-color: var(--jfp-ink) !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
}

.jeonse-fund-planner .info-card p {
  margin: 0 !important;
  color: var(--jfp-muted) !important;
  -webkit-text-fill-color: var(--jfp-muted) !important;
  font-size: 12.5px !important;
  line-height: 1.48 !important;
  font-weight: 700 !important;
  word-break: keep-all !important;
}

body[data-scheme="dark"].postid-1602,
body[data-scheme="inverse"].postid-1602 {
  --jfp-paper: #2b2119;
  --jfp-paper-soft: #33271d;
  --jfp-card: #33271d;
  --jfp-input: #241c15;
  --jfp-ink: #f2e4cf;
  --jfp-muted: #f0dfc5;
  --jfp-line: #a98b6b;
  --jfp-line-soft: rgba(169, 139, 107, 0.45);
  --jfp-green: #344a32;
  --jfp-green-ink: #f2e4cf;
  --jfp-blue: #293b43;
  --jfp-blue-ink: #f2e4cf;
  --jfp-amber: #d2aa55;
  --jfp-red: #f0b7a8;
  --jfp-shadow: 4px 4px 0 rgba(0, 0, 0, 0.32);
  --jfp-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  background:
    linear-gradient(90deg, rgba(210, 170, 85, 0.028) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(210, 170, 85, 0.024) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811 !important;
}

body[data-scheme="dark"].postid-1602 .cs-entry__title,
body[data-scheme="inverse"].postid-1602 .cs-entry__title {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .jeonse-fund-container::before,
body[data-scheme="inverse"] .jeonse-fund-container::before {
  background:
    linear-gradient(rgba(210, 170, 85, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(210, 170, 85, 0.05) 1px, transparent 1px) !important;
  background-size: 20px 20px !important;
}

body[data-scheme="dark"] .jeonse-fund-planner input[type="text"],
body[data-scheme="dark"] .jeonse-fund-planner input[type="number"],
body[data-scheme="inverse"] .jeonse-fund-planner input[type="text"],
body[data-scheme="inverse"] .jeonse-fund-planner input[type="number"] {
  color: #fff5df !important;
  -webkit-text-fill-color: #fff5df !important;
  background: #241c15 !important;
  border-color: #a98b6b !important;
}

body[data-scheme="dark"] .jeonse-fund-planner input[type="text"]::placeholder,
body[data-scheme="dark"] .jeonse-fund-planner input[type="number"]::placeholder,
body[data-scheme="inverse"] .jeonse-fund-planner input[type="text"]::placeholder,
body[data-scheme="inverse"] .jeonse-fund-planner input[type="number"]::placeholder {
  color: rgba(240, 223, 197, 0.52) !important;
  -webkit-text-fill-color: rgba(240, 223, 197, 0.52) !important;
  opacity: 1 !important;
  font-weight: 600 !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .input-unit,
body[data-scheme="inverse"] .jeonse-fund-planner .input-unit {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .radio-chip,
body[data-scheme="inverse"] .jeonse-fund-planner .radio-chip {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: rgba(36, 28, 21, 0.72) !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .btn-calculate,
body[data-scheme="inverse"] .jeonse-fund-planner .btn-calculate {
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
  background: #d2aa55 !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .result-item--accent,
body[data-scheme="inverse"] .jeonse-fund-planner .result-item--accent,
body[data-scheme="dark"] .jeonse-fund-planner .checkpoint-table th,
body[data-scheme="inverse"] .jeonse-fund-planner .checkpoint-table th {
  background: #3f311f !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .result-note,
body[data-scheme="inverse"] .jeonse-fund-planner .result-note {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body[data-scheme="dark"] .jeonse-fund-planner .btn-reset,
body[data-scheme="inverse"] .jeonse-fund-planner .btn-reset {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #493128 !important;
}

@media (max-width: 860px) {
  body.postid-1602 .cs-breadcrumbs,
  body.postid-1602 .cs-entry__header,
  body.postid-1602 .jeonse-fund-planner,
  body.postid-1602 .entry-content > .wp-block-group.content1,
  body.postid-1602 .entry-content > article {
    width: min(100% - 24px, 980px) !important;
  }

  .jeonse-fund-planner .calculator-main {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "input"
      "result"
      "special" !important;
  }

  .jeonse-fund-planner .info-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  body.postid-1602 .cs-breadcrumbs,
  body.postid-1602 .cs-entry__header,
  body.postid-1602 .jeonse-fund-planner,
  body.postid-1602 .entry-content > .wp-block-group.content1,
  body.postid-1602 .entry-content > article {
    width: min(100% - 18px, 980px) !important;
  }

  .jeonse-fund-container {
    padding: 10px !important;
  }

  .jeonse-fund-planner .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .jeonse-fund-planner .field-grid,
  .jeonse-fund-planner .detail-results {
    grid-template-columns: 1fr !important;
  }

  .jeonse-fund-planner .input-section,
  .jeonse-fund-planner .result-section,
  .jeonse-fund-planner .special-section {
    padding: 10px !important;
  }

  .jeonse-fund-planner .big-number {
    font-size: clamp(26px, 9vw, 34px) !important;
  }

  .jeonse-fund-planner .checkpoint-table th,
  .jeonse-fund-planner .checkpoint-table td {
    padding: 7px 6px !important;
    font-size: 12px !important;
  }
}

/* Phase 1 v3: equalize after-tool ad-to-body rhythm from rendered QA metrics. */
body.postid-1602 .entry-content > .roberin-ad--after-tool + .wp-block-group.content1,
body.postid-1602 .entry-content > .roberin-ad--after-tool + article {
  margin-top: 28px !important;
}

/* ROBERIN jeonse fund planner Phase 2 body/article - v4 2026-05-21 */
body.postid-1602 {
  --jfa-page: #f9f1e7;
  --jfa-panel: #f8efe2;
  --jfa-card: #fff8ed;
  --jfa-accent-paper: #e2edd8;
  --jfa-text: #34281f;
  --jfa-muted: #574838;
  --jfa-line: #6b5745;
  --jfa-line-soft: rgba(107, 87, 69, .34);
  --jfa-mustard: #d2aa55;
  --jfa-mustard-soft: rgba(210, 170, 85, .24);
  --jfa-focus: #4f7d94;
  --jfa-shadow: rgba(82, 65, 50, .22);
  --jfa-soft-shadow: rgba(82, 65, 50, .13);
}

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

body.postid-1602 .entry-content article.roberin-article-body.jeonse-fund-article,
body.postid-1602 .jeonse-fund-article {
  position: relative !important;
  z-index: 0 !important;
  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: clamp(24px, 4vw, 42px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-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(--jfa-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--jfa-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--jfa-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-1602 .jeonse-fund-article,
body.postid-1602 .jeonse-fund-article *,
body.postid-1602 .jeonse-fund-article *::before,
body.postid-1602 .jeonse-fund-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

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

body.postid-1602 .jeonse-article__hero,
body.postid-1602 .jeonse-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-1602 .jeonse-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--jfa-line-soft) !important;
}

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

body.postid-1602 .jeonse-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(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-text) !important;
  background: var(--jfa-accent-paper) !important;
  border: 1px solid var(--jfa-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--jfa-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body.postid-1602 .jeonse-fund-article h2,
body.postid-1602 .jeonse-fund-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-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-1602 .jeonse-fund-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body.postid-1602 .jeonse-fund-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

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

body.postid-1602 .jeonse-fund-article strong {
  color: var(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-text) !important;
  font-weight: 920 !important;
}

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

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

body.postid-1602 .jeonse-article__nav a:hover,
body.postid-1602 .jeonse-article__nav a:focus-visible {
  background: var(--jfa-mustard-soft) !important;
  outline: 2px solid var(--jfa-focus) !important;
  outline-offset: 2px !important;
}

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

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

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

body.postid-1602 .jeonse-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body.postid-1602 .jeonse-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

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

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

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

body.postid-1602 .jeonse-fund-article ol,
body.postid-1602 .jeonse-fund-article ol.jeonse-article__steps {
  counter-reset: jeonse-article-step !important;
}

body.postid-1602 .jeonse-fund-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-1602 .jeonse-fund-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(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-text) !important;
  border-radius: 0 !important;
}

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

body.postid-1602 .jeonse-fund-article ol > li,
body.postid-1602 .jeonse-fund-article ol.jeonse-article__steps > li {
  counter-increment: jeonse-article-step !important;
}

body.postid-1602 .jeonse-fund-article ol > li::before,
body.postid-1602 .jeonse-fund-article ol.jeonse-article__steps > li::before {
  content: counter(jeonse-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  height: 20px !important;
  background: var(--jfa-mustard-soft) !important;
  border: 1px solid var(--jfa-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-1602 .jeonse-article__li-text {
  display: block !important;
  min-width: 0 !important;
  align-self: center !important;
}

body.postid-1602 .jeonse-fund-article details {
  margin: 0 !important;
}

body.postid-1602 .jeonse-fund-article summary {
  display: list-item !important;
  list-style-position: inside !important;
  cursor: pointer !important;
  color: var(--jfa-text) !important;
  -webkit-text-fill-color: var(--jfa-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.postid-1602 .jeonse-fund-article summary::after {
  content: none !important;
  display: none !important;
}

body.postid-1602 .jeonse-fund-article details[open] summary {
  margin-bottom: 8px !important;
}

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

body.postid-1602[data-scheme="dark"] .jeonse-article__card,
body.postid-1602[data-scheme="dark"] .jeonse-article__process,
body.postid-1602[data-scheme="dark"] .jeonse-article__use,
body.postid-1602[data-scheme="dark"] .jeonse-article__notice,
body.postid-1602[data-scheme="dark"] .jeonse-fund-article details,
body.postid-1602[data-scheme="dark"] .jeonse-article__nav a,
body.postid-1602[data-scheme="inverse"] .jeonse-article__card,
body.postid-1602[data-scheme="inverse"] .jeonse-article__process,
body.postid-1602[data-scheme="inverse"] .jeonse-article__use,
body.postid-1602[data-scheme="inverse"] .jeonse-article__notice,
body.postid-1602[data-scheme="inverse"] .jeonse-fund-article details,
body.postid-1602[data-scheme="inverse"] .jeonse-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-1602[data-scheme="dark"] .jeonse-article__notice,
body.postid-1602[data-scheme="dark"] .jeonse-article__process,
body.postid-1602[data-scheme="inverse"] .jeonse-article__notice,
body.postid-1602[data-scheme="inverse"] .jeonse-article__process {
  background-color: rgba(36, 28, 21, .56) !important;
}

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

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

body.postid-1602 .entry-content > .roberin-ad--after-tool + article.jeonse-fund-article {
  margin-top: 28px !important;
}

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

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

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

  body.postid-1602 .jeonse-fund-article h3 {
    font-size: 18px !important;
  }
}

@media (max-width: 370px) {
  body.postid-1602 .jeonse-fund-article h2 {
    font-size: 25.2px !important;
  }
}
