/* ROBERIN days lived counter reference-first redesign v2 — date-difference role rhythm */
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) {
  --dl-paper: #fff7e8;
  --dl-paper-soft: #fbf0dc;
  --dl-ink: #2b2119;
  --dl-muted: #67584a;
  --dl-line: #6b5745;
  --dl-line-soft: rgba(107, 87, 69, 0.26);
  --dl-green: #e3efd2;
  --dl-green-ink: #2f4e2e;
  --dl-blue: #dfeef8;
  --dl-blue-ink: #28455a;
  --dl-amber: #f7df9d;
  --dl-red: #743528;
  --dl-white: #fffdf7;
  --dl-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --dl-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  --dl-input-col: calc(29.577465% - 2.957746px);
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.025) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.022) 1px, transparent 1px) 0 0 / 18px 18px,
    #faf2e8;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-site-content > .cs-container,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-main-content,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-content-area,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__container,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__content-wrap {
  width: 100%;
  max-width: none;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-breadcrumbs,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__header,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-counter-container,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content > article {
  width: min(950px, calc(100vw - 32px));
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__header {
  margin-top: 18px;
  margin-bottom: 14px;
  text-align: left;
}

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

.days-lived-counter-container,
.days-lived-counter-container *,
.days-lived-counter-container *::before,
.days-lived-counter-container *::after {
  box-sizing: border-box;
}

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

.days-lived-counter-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;
}

.days-lived-counter-container .calculator-header {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  padding: 0 0 10px;
  text-align: left;
  border-bottom: 2px solid var(--dl-line);
}

.days-lived-counter-container .calculator-header h2 {
  margin: 0;
  color: var(--dl-ink);
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.14;
  font-weight: 950;
  letter-spacing: -0.045em;
  text-shadow: none;
  word-break: keep-all;
}

.days-lived-counter-container .subtitle {
  max-width: 700px;
  margin: 0;
  color: var(--dl-muted);
  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 700;
  word-break: keep-all;
}

.days-lived-counter-container .quick-actions {
  display: grid;
  grid-template-columns: minmax(245px, var(--dl-input-col)) repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 10px;
}

.days-lived-counter-container .btn-quick,
.days-lived-counter-container .btn-reset,
.days-lived-counter-container .btn-today,
.days-lived-counter-container .btn-calculate {
  appearance: none;
  border-radius: 0;
  font-family: inherit;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease;
}

.days-lived-counter-container .btn-quick,
.days-lived-counter-container .btn-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 38px;
  padding: 8px 10px;
  color: var(--dl-ink);
  background: var(--dl-green);
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-shadow-soft);
  font-size: 13.5px;
  line-height: 1.1;
  font-weight: 900;
  white-space: nowrap;
}

.days-lived-counter-container .btn-quick {
  color: var(--dl-green-ink);
}

.days-lived-counter-container .btn-reset {
  color: var(--dl-red);
  background: #f3dfd3;
}

.days-lived-counter-container .btn-quick:hover,
.days-lived-counter-container .btn-reset:hover,
.days-lived-counter-container .btn-today:hover,
.days-lived-counter-container .btn-calculate:hover {
  transform: translate(1px, 1px);
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16);
}

.days-lived-counter-container .btn-quick:active,
.days-lived-counter-container .btn-reset:active,
.days-lived-counter-container .btn-today:active,
.days-lived-counter-container .btn-calculate:active {
  transform: translate(2px, 2px);
  box-shadow: none;
}

.days-lived-counter-container .btn-quick:focus-visible,
.days-lived-counter-container .btn-reset:focus-visible,
.days-lived-counter-container .btn-today:focus-visible,
.days-lived-counter-container .btn-calculate:focus-visible,
.days-lived-counter-container .date-input:focus-visible {
  outline: 3px solid #d6a62b;
  outline-offset: 2px;
}

.days-lived-counter-container .calculator-main {
  display: grid;
  grid-template-columns: minmax(245px, var(--dl-input-col)) minmax(0, 1fr);
  grid-template-areas:
    "input result"
    "input special";
  gap: 10px;
  margin: 0 0 10px;
  align-items: stretch;
}

.days-lived-counter-container .input-section,
.days-lived-counter-container .result-section,
.days-lived-counter-container .special-section,
.days-lived-counter-container .info-section,
.days-lived-counter-container .info-card,
.days-lived-counter-container .feature-list {
  min-width: 0;
  color: var(--dl-ink);
  background: rgba(255, 253, 247, 0.94);
  border: 1px solid var(--dl-line);
  border-radius: 0;
  box-shadow: var(--dl-shadow-soft);
  padding: 12px;
}


.days-lived-counter-container .input-section {
  grid-area: input;
}

.days-lived-counter-container .result-section {
  grid-area: result;
}

.days-lived-counter-container .special-section {
  grid-area: special;
}

.days-lived-counter-container .input-section,
.days-lived-counter-container .result-section,
.days-lived-counter-container .special-section {
  display: flex;
  flex-direction: column;
}

.days-lived-counter-container .section-title {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 10px;
  padding: 0 0 8px;
  color: var(--dl-ink) !important;
  border-bottom: 1px solid var(--dl-line-soft);
  font-size: 15.5px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: -0.02em;
}

.days-lived-counter-container .section-title svg,
.days-lived-counter-container .btn-reset svg,
.days-lived-counter-container .btn-calculate svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: var(--dl-line);
  stroke: currentColor;
  stroke-width: 2.2;
}

.days-lived-counter-container .input-group {
  margin: 0 0 9px;
}

.days-lived-counter-container .input-group label:not(.checkbox-wrapper) {
  display: block;
  margin: 0 0 5px;
  color: var(--dl-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.days-lived-counter-container .field-help {
  margin: 5px 0 0;
  color: var(--dl-muted);
  font-size: 11.8px;
  line-height: 1.35;
  font-weight: 700;
  word-break: keep-all;
}

.days-lived-counter-container .date-input-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.days-lived-counter-container .date-input {
  min-width: 0;
  min-height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: var(--dl-ink);
  -webkit-text-fill-color: var(--dl-ink);
  background: #fffdf8;
  border: 1px solid var(--dl-line);
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  font-family: inherit;
  color-scheme: light;
}

.days-lived-counter-container .date-input:focus {
  background: #fff6d8;
  border-color: #5f4834;
  outline: none;
}

.days-lived-counter-container .date-input:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.days-lived-counter-container .btn-today {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 9px;
  color: var(--dl-green-ink);
  background: var(--dl-green);
  border: 1px solid var(--dl-line);
  box-shadow: var(--dl-shadow-soft);
  font-size: 12.5px;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.days-lived-counter-container .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 0;
  padding: 8px 9px;
  color: var(--dl-muted);
  background: #fffaf0;
  border: 1px dashed rgba(107, 87, 69, 0.48);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 850;
  cursor: pointer;
}

.days-lived-counter-container .checkbox-wrapper input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #d2aa55;
}

.days-lived-counter-container .btn-calculate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  min-height: 42px;
  margin-top: auto;
  padding: 10px 14px;
  color: #fffaf0;
  -webkit-text-fill-color: #fffaf0;
  background: #35271d;
  border: 1px solid #231a13;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.24);
  font-size: 14.5px;
  line-height: 1;
  font-weight: 950;
}

.days-lived-counter-container .result-display {
  display: grid;
  gap: 10px;
  text-align: left;
}

.days-lived-counter-container .main-result {
  display: grid;
  place-items: center;
  min-height: 98px;
  margin: 0;
  padding: 12px;
  background: var(--dl-blue);
  border: 1px solid var(--dl-line);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  text-align: center;
}

.days-lived-counter-container .big-number {
  margin: 0;
  color: var(--dl-blue-ink);
  -webkit-text-fill-color: var(--dl-blue-ink);
  font-size: clamp(34px, 4vw, 48px);
  line-height: 0.95;
  font-weight: 950;
  letter-spacing: -0.045em;
  font-variant-numeric: tabular-nums;
}

.days-lived-counter-container .result-label {
  margin-top: 6px;
  color: var(--dl-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 900;
}

.days-lived-counter-container .no-result {
  margin: 0;
  padding: 10px;
  color: var(--dl-muted);
  background: #fffaf0;
  border: 1px dashed rgba(107, 87, 69, 0.52);
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: 800;
  text-align: center;
  word-break: keep-all;
}

.days-lived-counter-container .result-display[data-state="calculated"] .no-result {
  display: none;
}

.days-lived-counter-container .detail-results {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.days-lived-counter-container .result-item,
.days-lived-counter-container .time-item,
.days-lived-counter-container .info-item {
  min-width: 0;
  margin: 0;
  padding: 8px 9px;
  background: #fffaf0;
  border: 1px solid rgba(107, 87, 69, 0.36);
}

.days-lived-counter-container .result-item {
  display: grid;
  gap: 2px;
  align-items: start;
}

.days-lived-counter-container .info-item {
  display: grid;
  gap: 6px;
  align-items: center;
  justify-items: center;
  text-align: center;
}

.days-lived-counter-container .time-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  text-align: center;
  column-gap: 0;
  row-gap: 8px;
}

.days-lived-counter-container .result-label-text,
.days-lived-counter-container .time-label,
.days-lived-counter-container .info-label,
.days-lived-counter-container .current-time-label {
  color: var(--dl-muted);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 900;
}

.days-lived-counter-container .result-value,
.days-lived-counter-container .time-value,
.days-lived-counter-container .info-value,
.days-lived-counter-container .current-time-value {
  color: var(--dl-ink);
  -webkit-text-fill-color: var(--dl-ink);
  font-size: 14px;
  line-height: 1.15;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.days-lived-counter-container .time-value {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  white-space: nowrap;
  text-align: center;
}

.days-lived-counter-container .value-number {
  display: inline-block;
  min-width: 0;
  font-family: ui-monospace, "SFMono-Regular", "Menlo", "Consolas", monospace;
  font-size: 14.5px;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.days-lived-counter-container .value-unit {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--dl-muted);
  -webkit-text-fill-color: var(--dl-muted);
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
}

.days-lived-counter-container .value-placeholder {
  display: inline-block;
}

.days-lived-counter-container .special-helper {
  margin: -2px 0 10px;
  color: var(--dl-muted);
  -webkit-text-fill-color: var(--dl-muted);
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: 750;
  word-break: keep-all;
}

.days-lived-counter-container .special-overview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 9px;
}

.days-lived-counter-container .special-card {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  background: #fffaf0;
  border: 1px dashed rgba(107, 87, 69, 0.52);
}

.days-lived-counter-container .special-card-label {
  color: var(--dl-muted);
  font-size: 11.5px;
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.01em;
}

.days-lived-counter-container .special-card-value {
  min-width: 0;
  color: var(--dl-ink);
  -webkit-text-fill-color: var(--dl-ink);
  font-size: 14.5px;
  line-height: 1.15;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  overflow-wrap: anywhere;
}

.days-lived-counter-container .special-card-help,
.days-lived-counter-container .box-helper {
  margin: 0;
  color: var(--dl-muted);
  -webkit-text-fill-color: var(--dl-muted);
  font-size: 11.5px;
  line-height: 1.35;
  font-weight: 750;
  word-break: keep-all;
}

.days-lived-counter-container .special-subsection {
  margin: 0 0 9px;
  padding: 10px;
  background: #f5ead2;
  border: 1px solid var(--dl-line);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.34);
}

.days-lived-counter-container .special-subsection:last-child {
  margin-bottom: 0;
}

.days-lived-counter-container .box-heading {
  display: grid;
  gap: 4px;
  margin: 0 0 8px;
}

.days-lived-counter-container .box-title {
  margin: 0;
  color: var(--dl-muted);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 950;
}

.days-lived-counter-container .time-list,
.days-lived-counter-container .additional-info {
  display: grid;
  gap: 7px;
}

.days-lived-counter-container .time-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.days-lived-counter-container .additional-info {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.days-lived-counter-container .info-section {
  margin: 0;
  padding: 12px;
}

.days-lived-counter-container .info-content {
  color: var(--dl-muted);
  font-size: 13.5px;
  line-height: 1.62;
  font-weight: 650;
}

.days-lived-counter-container .info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 10px;
}

.days-lived-counter-container .info-card {
  padding: 10px;
  background: #fffaf0;
  border-color: rgba(107, 87, 69, 0.32);
  text-align: left;
}

.days-lived-counter-container .info-icon {
  margin: 0 0 5px;
  font-size: 19px;
  line-height: 1;
}

.days-lived-counter-container .info-title {
  margin: 0 0 4px;
  color: var(--dl-ink);
  font-size: 12.5px;
  line-height: 1.2;
  font-weight: 950;
}

.days-lived-counter-container .info-desc {
  color: var(--dl-muted);
  font-size: 12px;
  line-height: 1.42;
  font-weight: 700;
}

.days-lived-counter-container .warning-box {
  margin: 0;
  padding: 10px 11px;
  color: #6f4b1d;
  background: #fff2c1;
  border: 1px solid #c99a35;
  border-left: 5px solid #c99a35;
  font-size: 12.8px;
  line-height: 1.55;
  font-weight: 750;
}

.days-lived-counter-container .toast {
  display: none;
  margin: 10px 0 0;
  padding: 9px 10px;
  color: var(--dl-ink);
  background: #fffdf8;
  border: 1px solid var(--dl-line);
  box-shadow: none;
  font-size: 12.8px;
  line-height: 1.45;
  font-weight: 800;
}

.days-lived-counter-container .toast.show {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.days-lived-counter-container .toast strong {
  color: var(--dl-ink);
  font-weight: 950;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-breadcrumbs,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__header,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-counter-container,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content > article {
    width: min(950px, calc(100vw - 20px));
  }

  .days-lived-counter-container .quick-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .days-lived-counter-container .calculator-main {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    grid-template-areas:
      "input result"
      "special special";
  }

  .days-lived-counter-container .btn-reset {
    grid-column: 1 / -1;
  }

  .days-lived-counter-container .detail-results,
  .days-lived-counter-container .time-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .days-lived-counter-container .info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-breadcrumbs,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__header,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-counter-container,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content > article {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    margin-left: 50%;
    margin-right: 0;
    transform: translateX(-50%);
  }

  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .cs-entry__header {
    margin-top: 12px;
    margin-bottom: 10px;
  }

  .days-lived-counter-container {
    padding: 9px;
    border-width: 1px;
    box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.18);
  }

  .days-lived-counter-container .calculator-header {
    gap: 4px;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }

  .days-lived-counter-container .quick-actions,
  .days-lived-counter-container .detail-results,
  .days-lived-counter-container .special-overview-grid,
  .days-lived-counter-container .time-list,
  .days-lived-counter-container .additional-info,
  .days-lived-counter-container .info-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .days-lived-counter-container .calculator-main {
    grid-template-columns: 1fr;
    grid-template-areas:
      "input"
      "result"
      "special";
    gap: 8px;
  }

  .days-lived-counter-container .btn-reset {
    grid-column: auto;
  }

  .days-lived-counter-container .btn-quick,
  .days-lived-counter-container .btn-reset {
    min-height: 36px;
    padding: 7px 8px;
    font-size: 12.5px;
  }

  .days-lived-counter-container .input-section,
  .days-lived-counter-container .result-section,
  .days-lived-counter-container .special-section,
  .days-lived-counter-container .info-section {
    padding: 9px;
  }

  .days-lived-counter-container .section-title {
    margin-bottom: 8px;
    padding-bottom: 7px;
    font-size: 14.5px;
  }

  .days-lived-counter-container .date-input,
  .days-lived-counter-container .btn-today {
    min-height: 38px;
    font-size: 13.5px;
  }

  .days-lived-counter-container .time-item {
    grid-template-columns: 1fr;
    align-items: start;
    row-gap: 5px;
  }

  .days-lived-counter-container .time-value {
    justify-content: flex-start;
    text-align: left;
    gap: 6px;
  }

  .days-lived-counter-container .special-helper {
    margin-top: -1px;
    margin-bottom: 9px;
    font-size: 12.5px;
  }

  .days-lived-counter-container .big-number {
    font-size: clamp(30px, 11vw, 42px);
  }
}

@media (max-width: 380px) {
  .days-lived-counter-container {
    padding: 8px;
  }

  .days-lived-counter-container .date-input-row {
    gap: 5px;
  }

  .days-lived-counter-container .btn-today {
    padding-left: 8px;
    padding-right: 8px;
  }
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) {
  --dl-paper: #2b2119;
  --dl-paper-soft: #241c15;
  --dl-ink: #f7ebd8;
  --dl-muted: #f0dfc5;
  --dl-line: #a98b6b;
  --dl-line-soft: rgba(169, 139, 107, 0.48);
  --dl-green: #344a32;
  --dl-green-ink: #f7ebd8;
  --dl-blue: #233c43;
  --dl-blue-ink: #f1e8cf;
  --dl-amber: #d2aa55;
  --dl-red: #fff0dd;
  --dl-white: #241c15;
  --dl-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34);
  --dl-shadow-soft: 2px 2px 0 rgba(0, 0, 0, 0.24);
  color: #f2e4cf !important;
  background:
    linear-gradient(90deg, rgba(229, 196, 139, 0.055) 1px, transparent 1px) 0 0 / 18px 18px,
    linear-gradient(0deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) 0 0 / 18px 18px,
    #201811 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-wrapper,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-site,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-site-inner,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-site-primary,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-site-content,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) footer.cs-footer {
  color: #f2e4cf !important;
  background-color: #201811 !important;
  background-image:
    linear-gradient(90deg, rgba(229, 196, 139, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(229, 196, 139, 0.045) 1px, transparent 1px) !important;
  background-size: 18px 18px !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-counter-container {
  color: #f7ebd8 !important;
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-counter-container::before {
  background-image:
    linear-gradient(rgba(229, 196, 139, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 196, 139, 0.05) 1px, transparent 1px) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-entry__title,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .calculator-header h2,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .section-title,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .big-number,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .result-value,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .time-value,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .value-number,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-value,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-card-value,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-title,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .toast strong {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .subtitle,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .input-group label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .field-help,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .result-label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .result-label-text,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .time-label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .value-unit,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-helper,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-card-label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-card-help,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .box-helper,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .current-time-label,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-content,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-desc,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .no-result,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .toast {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .input-section,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .result-section,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-section,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-section,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-card {
  color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .date-input {
  color: #fff5df !important;
  -webkit-text-fill-color: #fff5df !important;
  caret-color: #f0c86a !important;
  background: #241c15 !important;
  border-color: #a98b6b !important;
  box-shadow: inset 0 1px 0 rgba(240, 200, 106, 0.10) !important;
  color-scheme: dark;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .date-input:focus {
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
  background: #2f251c !important;
  border-color: #f0c86a !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .date-input::-webkit-calendar-picker-indicator {
  opacity: 0.95;
  filter: invert(94%) sepia(16%) saturate(520%) hue-rotate(345deg) brightness(106%) contrast(94%);
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .btn-quick,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .btn-today {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #344a32 !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .btn-reset {
  color: #fff0dd !important;
  -webkit-text-fill-color: #fff0dd !important;
  background: #5a3028 !important;
  border-color: #c98266 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .btn-calculate {
  color: #201811 !important;
  -webkit-text-fill-color: #201811 !important;
  background: #f0c86a !important;
  border-color: #a98b6b !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.28) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .main-result {
  color: #f7ebd8 !important;
  background: #233c43 !important;
  border-color: #a98b6b !important;
  box-shadow: inset 0 0 0 1px rgba(240, 223, 197, 0.10) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .result-item,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .time-item,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .info-item,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .current-time-display,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .special-card,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .no-result,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .toast {
  color: #f7ebd8 !important;
  background: #241c15 !important;
  border-color: #725b46 !important;
  box-shadow: none !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .time-box,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .birthday-info-box {
  color: #f7ebd8 !important;
  background: #2e241a !important;
  border-color: #a98b6b !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .checkbox-wrapper {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #241c15 !important;
  border-color: #725b46 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .warning-box {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  background: #3b2d21 !important;
  border-color: #d2aa55 !important;
  border-left-color: #d2aa55 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-footer,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-contact-form,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-entry__footer {
  color: #f2e4cf !important;
  background-color: #201811 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-header__toggle,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-lang-current,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .roberin-tool-search-toggle__button,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .cs-mobile-menu-button {
  color: #f7ebd8 !important;
  -webkit-text-fill-color: #f7ebd8 !important;
  background: #33271d !important;
  border-color: #a98b6b !important;
}

/* Phase 1 ad-flow gate: keep after-tool ad centered between the rebuilt tool and existing body/article. */
.days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + :is(article, .wp-block-group.content1, .roberin-article-body) {
  margin-top: 24px !important;
}

/* v4: normalize legacy article/content1 collapsed margins after the after-tool ad. */
.days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article,
.days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + .wp-block-group.content1,
.days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article > .content1 {
  margin-top: 24px !important;
}

@media (max-width: 640px) {
  .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article,
  .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + .wp-block-group.content1,
  .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article > .content1 {
    margin-top: 8px !important;
  }
}

/* v5: high-specificity locale legacy body spacing overrides for after-tool ad QA. */
@media (max-width: 640px) {
  html body.wp-singular.single-sight-projects:is(.postid-3601, .postid-3602, .postid-3603) .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article {
    margin-top: 8px !important;
    margin-block-start: 8px !important;
  }
}

html body.wp-singular.single-sight-projects.postid-3604 .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article {
  margin-top: -68.8125px !important;
  margin-block-start: -68.8125px !important;
}

@media (max-width: 640px) {
  html body.wp-singular.single-sight-projects.postid-3604 .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article {
    margin-top: -224px !important;
    margin-block-start: -224px !important;
  }
}


/* ROBERIN days-lived-counter Phase 2 body v10 — PDF page deletion body rhythm with target namespace */
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) {
  --dl-article-page: #f9f1e7;
  --dl-article-panel: #f8efe2;
  --dl-article-card: #fff8ed;
  --dl-article-accent-paper: #e2edd8;
  --dl-article-text: #34281f;
  --dl-article-muted: #574838;
  --dl-article-line: #6b5745;
  --dl-article-line-soft: rgba(107, 87, 69, .34);
  --dl-article-mustard: #d2aa55;
  --dl-article-mustard-soft: rgba(210, 170, 85, .24);
  --dl-article-focus: #4f7d94;
  --dl-article-shadow: rgba(82, 65, 50, .22);
  --dl-article-soft-shadow: rgba(82, 65, 50, .13);
}

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

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content > article.roberin-article-body.days-lived-article,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-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: clamp(24px, 4vw, 42px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-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(--dl-article-panel) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--dl-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 var(--dl-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article *,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article *::before,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article :is(p, li, td, th, summary, span, strong, code, h2, h3) {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__hero,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__section {
  display: grid !important;
  gap: 13px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__hero {
  padding: 0 0 22px !important;
  border-bottom: 1px dashed var(--dl-article-line-soft) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__section + .days-lived-article__section {
  margin-top: 6px !important;
  padding-top: 22px !important;
  border-top: 1px dashed var(--dl-article-line-soft) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-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(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  background: var(--dl-article-accent-paper) !important;
  border: 1px solid var(--dl-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 var(--dl-article-soft-shadow) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h2,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h3 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h2 {
  font-size: clamp(25px, 3vw, 30px) !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h3 {
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article p,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article li,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article summary {
  margin: 0 !important;
  color: var(--dl-article-muted) !important;
  -webkit-text-fill-color: var(--dl-article-muted) !important;
  font-size: 15px !important;
  font-weight: 680 !important;
  line-height: 1.72 !important;
  overflow-wrap: anywhere !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article strong {
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  font-weight: 920 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  text-decoration: none !important;
  background: var(--dl-article-card) !important;
  border: 1px solid var(--dl-article-line) !important;
  border-radius: 0 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__nav a:hover,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__nav a:focus-visible {
  background: var(--dl-article-mustard-soft) !important;
  outline: 2px solid var(--dl-article-focus) !important;
  outline-offset: 2px !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__grid,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__process-grid,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  min-width: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__card,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__process,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__notice,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article details {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 12px !important;
  color: var(--dl-article-muted) !important;
  -webkit-text-fill-color: var(--dl-article-muted) !important;
  background: var(--dl-article-card) !important;
  border: 1px solid var(--dl-article-line) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 var(--dl-article-soft-shadow) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__notice {
  background: rgba(239, 225, 188, .64) !important;
  border-style: dashed !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__process {
  background: rgba(226, 237, 216, .70) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use span,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__process span {
  color: var(--dl-article-muted) !important;
  -webkit-text-fill-color: var(--dl-article-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article code {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 5px 8px !important;
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  background: var(--dl-article-card) !important;
  border: 1px solid var(--dl-article-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article :is(ul, ol) {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article ol,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article ol.days-lived-article__steps {
  counter-reset: days-lived-article-step !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-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(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  border-radius: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article ul > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--dl-article-mustard) !important;
  border: 1px solid var(--dl-article-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, .22) !important;
  line-height: 1 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article ol > li,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article ol.days-lived-article__steps > li {
  counter-increment: days-lived-article-step !important;
}

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

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article details {
  margin: 0 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article summary {
  cursor: pointer !important;
  color: var(--dl-article-text) !important;
  -webkit-text-fill-color: var(--dl-article-text) !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article details[open] summary {
  margin-bottom: 8px !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .entry-content article.roberin-article-body.days-lived-article,
body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-article :is(p, li, span) {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-article :is(.days-lived-article__card, .days-lived-article__process, .days-lived-article__use, .days-lived-article__notice, details, .days-lived-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-article :is(.days-lived-article__notice, .days-lived-article__process) {
  background: rgba(36, 28, 21, .56) !important;
  background-color: rgba(36, 28, 21, .56) !important;
}



html body.wp-singular.single-sight-projects:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) article.days-lived-article .days-lived-article__process,
html body.wp-singular.single-sight-projects:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) article.days-lived-article .days-lived-article__notice {
  background: rgba(36, 28, 21, .56) !important;
  background-color: rgba(36, 28, 21, .56) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-article code {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  background: #241c15 !important;
  border-color: rgba(169, 139, 107, .56) !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604):is([data-scheme="dark"], [data-scheme="inverse"]) .days-lived-article :is(ul, ol) > li::before {
  border-color: #a98b6b !important;
}

body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article,
html body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604).wp-singular.single-sight-projects .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article {
  margin-top: 24px !important;
  margin-block-start: 24px !important;
}

@media (max-width: 920px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content article.roberin-article-body.days-lived-article,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-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:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__grid,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__process-grid,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article__use-grid {
    grid-template-columns: 1fr !important;
  }

  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h3 {
    font-size: 18px !important;
  }

  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article,
  html body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604).wp-singular.single-sight-projects .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article {
    margin-top: 8px !important;
    margin-block-start: 8px !important;
  }
}

@media (max-width: 370px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article h2 {
    font-size: 25.2px !important;
  }
}


/* v11 Phase 2: preserve Indonesian after-tool ad symmetry after replacing the legacy body with the PDF-reference article. */
html body.wp-singular.single-sight-projects.postid-3604 .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article {
  margin-top: -44.8125px !important;
  margin-block-start: -44.8125px !important;
}

@media (max-width: 640px) {
  html body.wp-singular.single-sight-projects.postid-3604 .entry-content > .days-lived-counter-container + :is(.roberin-qa-ad-placeholder, .aicp.roberin-aicp-ad-guard) + article.days-lived-article {
    margin-top: -216px !important;
    margin-block-start: -216px !important;
  }
}

/* v13 mobileArticleCenteringGate: article must remain centered inside 390/360 viewports.
   Keep older mobile full-bleed centering for tool/header wrappers, but reset it for the public body article. */
@media (max-width: 640px) {
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .entry-content > article.roberin-article-body.days-lived-article,
  body:is(.postid-1292, .postid-3601, .postid-3602, .postid-3603, .postid-3604) .days-lived-article {
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
  }
}
