/* Roberin emotion-trash body redesign · salary-first i18n contract · 2026-06-22 */
body .entry-content > article.roberin-article-body.emotion-trash-body-article,
body article.roberin-article-body.emotion-trash-body-article {
  --emotion-body-paper: #f8efe2;
  --emotion-body-panel: #fffaf1;
  --emotion-body-soft: #fbf0dc;
  --emotion-body-line: #6b5745;
  --emotion-body-ink: #2b2119;
  --emotion-body-muted: #67584a;
  --emotion-body-dash: rgba(107, 87, 69, 0.44);
  --emotion-body-marker: #f7df9d;
  --emotion-body-shadow: 5px 5px 0 rgba(72, 55, 40, 0.22);
  width: min(980px, calc(100vw - 32px)) !important;
  max-width: 980px !important;
  margin: 28px auto 34px !important;
  padding: 28px !important;
  color: var(--emotion-body-ink) !important;
  background-color: var(--emotion-body-paper) !important;
  background-image:
    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: 22px 22px, 22px 22px !important;
  border: 2px solid var(--emotion-body-line) !important;
  border-radius: 0 !important;
  box-shadow: var(--emotion-body-shadow) !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  word-break: keep-all;
}

.emotion-trash-body-article,
.emotion-trash-body-article * {
  box-sizing: border-box;
}

.emotion-trash-body-article__hero {
  display: grid;
  gap: 12px;
  padding: 0 0 22px;
  border-bottom: 1px dashed var(--emotion-body-dash);
}

.emotion-trash-body-article__kicker {
  justify-self: start;
  margin: 0 !important;
  padding: 5px 9px;
  color: var(--emotion-body-ink) !important;
  background: var(--emotion-body-panel);
  border: 1px solid var(--emotion-body-line);
  border-radius: 0;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.emotion-trash-body-article h2,
.emotion-trash-body-article h3,
.emotion-trash-body-article p,
.emotion-trash-body-article strong,
.emotion-trash-body-article span,
.emotion-trash-body-article summary {
  color: var(--emotion-body-ink) !important;
  -webkit-text-fill-color: var(--emotion-body-ink) !important;
}

.emotion-trash-body-article h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--emotion-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.055em !important;
}

.emotion-trash-body-article h3 {
  margin: 0 0 6px !important;
  padding: 0 !important;
  color: var(--emotion-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.035em !important;
}

.emotion-trash-body-article p {
  max-width: 820px;
  margin: 0 !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
}

.emotion-trash-body-article__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.emotion-trash-body-article__nav a {
  display: inline-grid;
  place-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--emotion-body-ink) !important;
  background-color: #fffaf1 !important;
  border: 1px solid var(--emotion-body-line);
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(72, 55, 40, 0.14);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none !important;
}

.emotion-trash-body-article__nav a:hover {
  transform: translate(-1px, -1px);
}

.emotion-trash-body-article__section {
  display: grid;
  gap: 14px;
  padding: 24px 0 0;
  margin: 0;
}

.emotion-trash-body-article__section + .emotion-trash-body-article__section {
  margin-top: 24px;
  border-top: 1px dashed var(--emotion-body-dash);
}

.emotion-trash-body-article__grid,
.emotion-trash-body-article__formula-grid,
.emotion-trash-body-article__walkthrough,
.emotion-trash-body-article__source-list {
  display: grid;
  width: 100%;
  min-width: 0;
  gap: 10px;
}

.emotion-trash-body-article__grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.emotion-trash-body-article__formula-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emotion-trash-body-article__walkthrough {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.emotion-trash-body-article__card,
.emotion-trash-body-article__formula,
.emotion-trash-body-article__walk-step,
.emotion-trash-body-article__notice,
.emotion-trash-body-article__faq-list details {
  background-color: #fffaf1 !important;
  border: 1px solid var(--emotion-body-line) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(72, 55, 40, 0.12);
}

.emotion-trash-body-article__card,
.emotion-trash-body-article__formula,
.emotion-trash-body-article__walk-step {
  display: grid;
  gap: 7px;
  align-content: start;
  padding: 13px;
}

.emotion-trash-body-article__card p,
.emotion-trash-body-article__formula p,
.emotion-trash-body-article__walk-step span {
  color: var(--emotion-body-muted) !important;
  -webkit-text-fill-color: var(--emotion-body-muted) !important;
  line-height: 1.62;
}

.emotion-trash-body-article__walk-step strong {
  font-weight: 950;
}

.emotion-trash-body-article__notice {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 14px;
  background: var(--emotion-body-soft) !important;
}

.emotion-trash-body-article__steps,
.emotion-trash-body-article__checklist {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.emotion-trash-body-article__steps {
  counter-reset: emotionBodyStep;
}

.emotion-trash-body-article__steps > li,
.emotion-trash-body-article__checklist > li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  color: var(--emotion-body-ink) !important;
  background: var(--emotion-body-panel);
  border: 1px solid var(--emotion-body-line);
  border-radius: 0;
  box-shadow: 2px 2px 0 rgba(72, 55, 40, 0.1);
}

.emotion-trash-body-article__steps > li {
  counter-increment: emotionBodyStep;
}

.emotion-trash-body-article__steps > li::before,
.emotion-trash-body-article__checklist > li::before {
  display: inline-grid;
  place-items: center;
  align-self: center;
  width: 28px;
  height: 28px;
  margin-top: 0;
  color: var(--emotion-body-ink);
  background: var(--emotion-body-marker);
  border: 1px solid var(--emotion-body-line);
  border-radius: 0;
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.emotion-trash-body-article__steps > li::before {
  content: counter(emotionBodyStep);
}

.emotion-trash-body-article__checklist > li::before {
  content: "✓";
}

.emotion-trash-body-article__li-text {
  min-width: 0;
  color: var(--emotion-body-ink) !important;
  line-height: 1.62;
}

.emotion-trash-body-article__li-text strong {
  color: var(--emotion-body-ink) !important;
  font-weight: 950;
}

.emotion-trash-body-article__faq-list {
  display: grid;
  gap: 9px;
  width: 100%;
}

.emotion-trash-body-article__faq-list details {
  overflow: hidden;
}

.emotion-trash-body-article__faq-list summary {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  color: var(--emotion-body-ink) !important;
  cursor: pointer;
  font-weight: 950;
  line-height: 1.36;
  list-style: none;
}

.emotion-trash-body-article__faq-list summary::-webkit-details-marker {
  display: none;
}

.emotion-trash-body-article__faq-list summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  align-self: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  color: var(--emotion-body-ink);
  background-color: #f7df9d;
  border: 1px solid var(--emotion-body-line);
  border-radius: 0;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
}

.emotion-trash-body-article__faq-list details[open] summary::before {
  content: "−";
}

.emotion-trash-body-article__faq-list details p {
  max-width: none;
  padding: 0 14px 14px 54px;
  color: var(--emotion-body-ink) !important;
}

body[data-scheme="dark"] .emotion-trash-body-article,
body[data-scheme="inverse"] .emotion-trash-body-article,
body.dark-mode .emotion-trash-body-article,
html[data-scheme="dark"] body .emotion-trash-body-article,
html[data-scheme="inverse"] body .emotion-trash-body-article {
  --emotion-body-paper: #2b2119;
  --emotion-body-panel: #3a2d22;
  --emotion-body-soft: #33271e;
  --emotion-body-line: #a98b6b;
  --emotion-body-ink: #fff1dd;
  --emotion-body-muted: #ead6b8;
  --emotion-body-dash: rgba(234, 214, 184, 0.38);
  --emotion-body-marker: #e7c56b;
  --emotion-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
  background-color: var(--emotion-body-paper) !important;
  background-image:
    linear-gradient(rgba(234, 214, 184, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 214, 184, 0.045) 1px, transparent 1px) !important;
}

body[data-scheme="dark"] .emotion-trash-body-article__nav a,
body[data-scheme="inverse"] .emotion-trash-body-article__nav a,
body.dark-mode .emotion-trash-body-article__nav a,
html[data-scheme="dark"] body .emotion-trash-body-article__nav a,
html[data-scheme="inverse"] body .emotion-trash-body-article__nav a,
body[data-scheme="dark"] .emotion-trash-body-article__card,
body[data-scheme="inverse"] .emotion-trash-body-article__card,
body.dark-mode .emotion-trash-body-article__card,
html[data-scheme="dark"] body .emotion-trash-body-article__card,
html[data-scheme="inverse"] body .emotion-trash-body-article__card,
body[data-scheme="dark"] .emotion-trash-body-article__formula,
body[data-scheme="inverse"] .emotion-trash-body-article__formula,
body.dark-mode .emotion-trash-body-article__formula,
html[data-scheme="dark"] body .emotion-trash-body-article__formula,
html[data-scheme="inverse"] body .emotion-trash-body-article__formula,
body[data-scheme="dark"] .emotion-trash-body-article__walk-step,
body[data-scheme="inverse"] .emotion-trash-body-article__walk-step,
body.dark-mode .emotion-trash-body-article__walk-step,
html[data-scheme="dark"] body .emotion-trash-body-article__walk-step,
html[data-scheme="inverse"] body .emotion-trash-body-article__walk-step,
body[data-scheme="dark"] .emotion-trash-body-article__faq-list details,
body[data-scheme="inverse"] .emotion-trash-body-article__faq-list details,
body.dark-mode .emotion-trash-body-article__faq-list details,
html[data-scheme="dark"] body .emotion-trash-body-article__faq-list details,
html[data-scheme="inverse"] body .emotion-trash-body-article__faq-list details {
  color: var(--emotion-body-ink) !important;
  background-color: var(--emotion-body-panel) !important;
  border-color: var(--emotion-body-line) !important;
}

body[data-scheme="dark"] .emotion-trash-body-article__nav a,
body[data-scheme="inverse"] .emotion-trash-body-article__nav a,
body.dark-mode .emotion-trash-body-article__nav a,
html[data-scheme="dark"] body .emotion-trash-body-article__nav a,
html[data-scheme="inverse"] body .emotion-trash-body-article__nav a {
  background-color: var(--emotion-body-panel) !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .emotion-trash-body-article,
  body:not([data-scheme]) .emotion-trash-body-article {
    --emotion-body-paper: #2b2119;
    --emotion-body-panel: #3a2d22;
    --emotion-body-soft: #33271e;
    --emotion-body-line: #a98b6b;
    --emotion-body-ink: #fff1dd;
    --emotion-body-muted: #ead6b8;
    --emotion-body-dash: rgba(234, 214, 184, 0.38);
    --emotion-body-marker: #e7c56b;
    --emotion-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35);
  }
}

@media (max-width: 900px) {
  .emotion-trash-body-article__grid--four,
  .emotion-trash-body-article__formula-grid,
  .emotion-trash-body-article__walkthrough {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body .entry-content > article.roberin-article-body.emotion-trash-body-article,
  body article.roberin-article-body.emotion-trash-body-article {
    width: min(100% - 26px, 980px) !important;
    padding: 20px !important;
    margin-top: 22px !important;
  }

  .emotion-trash-body-article h2 {
    font-size: 24px !important;
    line-height: 1.22 !important;
  }

  .emotion-trash-body-article__grid--four,
  .emotion-trash-body-article__formula-grid,
  .emotion-trash-body-article__walkthrough {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 380px) {
  body .entry-content > article.roberin-article-body.emotion-trash-body-article,
  body article.roberin-article-body.emotion-trash-body-article {
    width: min(100% - 22px, 980px) !important;
    padding: 18px !important;
  }

  .emotion-trash-body-article__nav a {
    flex: 1 1 calc(50% - 7px);
  }

  .emotion-trash-body-article__steps > li,
  .emotion-trash-body-article__checklist > li,
  .emotion-trash-body-article__faq-list summary {
    gap: 8px;
  }
}

/* High-specificity tail: loaded before global roberin-custom.css, so out-rank its !important body defaults. */
body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
body article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2 {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--emotion-body-ink) !important;
  -webkit-text-fill-color: var(--emotion-body-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__nav a {
  display: inline-grid !important;
  align-items: center !important;
  justify-items: center !important;
  padding: 7px 11px !important;
  color: var(--emotion-body-ink) !important;
  -webkit-text-fill-color: var(--emotion-body-ink) !important;
  background-color: var(--emotion-body-panel) !important;
  border: 1px solid var(--emotion-body-line) !important;
  border-radius: 0 !important;
  font-weight: 950 !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ol.emotion-trash-body-article__steps {
  counter-reset: emotionBodyStep 0 !important;
  list-style: none !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ol.emotion-trash-body-article__steps > li,
body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ul.emotion-trash-body-article__checklist > li {
  position: static !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 12px !important;
  margin: 0 !important;
  list-style: none !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ol.emotion-trash-body-article__steps > li {
  counter-increment: emotionBodyStep 1 !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ol.emotion-trash-body-article__steps > li::before,
body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ul.emotion-trash-body-article__checklist > li::before {
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: inline-grid !important;
  align-self: center !important;
  place-items: center !important;
  width: 28px !important;
  height: 28px !important;
  margin-top: 0 !important;
  background: var(--emotion-body-marker) !important;
  border: 1px solid var(--emotion-body-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ol.emotion-trash-body-article__steps > li::before {
  content: counter(emotionBodyStep) !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article ul.emotion-trash-body-article__checklist > li::before {
  content: "✓" !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary {
  position: static !important;
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  list-style: none !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before {
  position: static !important;
  display: inline-grid !important;
  align-self: center !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  margin-top: 0 !important;
  background: var(--emotion-body-marker) !important;
  border: 1px solid var(--emotion-body-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  content: "+" !important;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list details[open] summary::before {
  content: "−" !important;
}


/* 2026-06-22 dark specificity fix: base article selector has higher specificity than early dark token block. */
body[data-scheme="dark"] .entry-content > article.roberin-article-body.emotion-trash-body-article,
body[data-scheme="inverse"] .entry-content > article.roberin-article-body.emotion-trash-body-article,
body.dark-mode .entry-content > article.roberin-article-body.emotion-trash-body-article,
html[data-scheme="dark"] body .entry-content > article.roberin-article-body.emotion-trash-body-article,
html[data-scheme="inverse"] body .entry-content > article.roberin-article-body.emotion-trash-body-article,
body[data-scheme="dark"] article.roberin-article-body.emotion-trash-body-article,
body[data-scheme="inverse"] article.roberin-article-body.emotion-trash-body-article,
body.dark-mode article.roberin-article-body.emotion-trash-body-article,
html[data-scheme="dark"] body article.roberin-article-body.emotion-trash-body-article,
html[data-scheme="inverse"] body article.roberin-article-body.emotion-trash-body-article {
  --emotion-body-paper: #2b2119 !important;
  --emotion-body-panel: #3a2d22 !important;
  --emotion-body-soft: #33271e !important;
  --emotion-body-line: #a98b6b !important;
  --emotion-body-ink: #fff1dd !important;
  --emotion-body-muted: #ead6b8 !important;
  --emotion-body-dash: rgba(234, 214, 184, 0.38) !important;
  --emotion-body-marker: #e7c56b !important;
  --emotion-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35) !important;
  color: var(--emotion-body-ink) !important;
  background-color: var(--emotion-body-paper) !important;
  background-image:
    linear-gradient(rgba(234, 214, 184, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(234, 214, 184, 0.045) 1px, transparent 1px) !important;
  border-color: var(--emotion-body-line) !important;
  box-shadow: var(--emotion-body-shadow) !important;
}

body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h2,
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h3,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h3,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h3,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h3,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article h3,
body[data-scheme="dark"] .emotion-trash-body-article p,
body[data-scheme="inverse"] .emotion-trash-body-article p,
body.dark-mode .emotion-trash-body-article p,
html[data-scheme="dark"] body .emotion-trash-body-article p,
html[data-scheme="inverse"] body .emotion-trash-body-article p,
body[data-scheme="dark"] .emotion-trash-body-article strong,
body[data-scheme="inverse"] .emotion-trash-body-article strong,
body.dark-mode .emotion-trash-body-article strong,
html[data-scheme="dark"] body .emotion-trash-body-article strong,
html[data-scheme="inverse"] body .emotion-trash-body-article strong,
body[data-scheme="dark"] .emotion-trash-body-article span,
body[data-scheme="inverse"] .emotion-trash-body-article span,
body.dark-mode .emotion-trash-body-article span,
html[data-scheme="dark"] body .emotion-trash-body-article span,
html[data-scheme="inverse"] body .emotion-trash-body-article span,
body[data-scheme="dark"] .emotion-trash-body-article summary,
body[data-scheme="inverse"] .emotion-trash-body-article summary,
body.dark-mode .emotion-trash-body-article summary,
html[data-scheme="dark"] body .emotion-trash-body-article summary,
html[data-scheme="inverse"] body .emotion-trash-body-article summary {
  color: var(--emotion-body-ink) !important;
  -webkit-text-fill-color: var(--emotion-body-ink) !important;
}

/* 2026-06-22 dark component hardening: literal shorthands override global article/link !important backgrounds. */
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article {
  --emotion-body-paper: #2b2119 !important;
  --emotion-body-panel: #3a2d22 !important;
  --emotion-body-soft: #33271e !important;
  --emotion-body-line: #a98b6b !important;
  --emotion-body-ink: #fff1dd !important;
  --emotion-body-muted: #ead6b8 !important;
  --emotion-body-dash: rgba(234, 214, 184, 0.38) !important;
  --emotion-body-marker: #e7c56b !important;
  --emotion-body-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35) !important;
  color: #fff1dd !important;
  -webkit-text-fill-color: #fff1dd !important;
  background: linear-gradient(rgba(234, 214, 184, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(234, 214, 184, 0.045) 1px, transparent 1px), #2b2119 !important;
  background-color: #2b2119 !important;
  border-color: #a98b6b !important;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.35) !important;
}

body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(h2, h3, p, strong, span, summary),
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(h2, h3, p, strong, span, summary),
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(h2, h3, p, strong, span, summary),
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(h2, h3, p, strong, span, summary),
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(h2, h3, p, strong, span, summary) {
  color: #fff1dd !important;
  -webkit-text-fill-color: #fff1dd !important;
}

body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__kicker, .emotion-trash-body-article__nav a, .emotion-trash-body-article__card, .emotion-trash-body-article__formula, .emotion-trash-body-article__walk-step, .emotion-trash-body-article__notice, .emotion-trash-body-article__steps > li, .emotion-trash-body-article__checklist > li, .emotion-trash-body-article__faq-list details),
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__kicker, .emotion-trash-body-article__nav a, .emotion-trash-body-article__card, .emotion-trash-body-article__formula, .emotion-trash-body-article__walk-step, .emotion-trash-body-article__notice, .emotion-trash-body-article__steps > li, .emotion-trash-body-article__checklist > li, .emotion-trash-body-article__faq-list details),
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__kicker, .emotion-trash-body-article__nav a, .emotion-trash-body-article__card, .emotion-trash-body-article__formula, .emotion-trash-body-article__walk-step, .emotion-trash-body-article__notice, .emotion-trash-body-article__steps > li, .emotion-trash-body-article__checklist > li, .emotion-trash-body-article__faq-list details),
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__kicker, .emotion-trash-body-article__nav a, .emotion-trash-body-article__card, .emotion-trash-body-article__formula, .emotion-trash-body-article__walk-step, .emotion-trash-body-article__notice, .emotion-trash-body-article__steps > li, .emotion-trash-body-article__checklist > li, .emotion-trash-body-article__faq-list details),
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__kicker, .emotion-trash-body-article__nav a, .emotion-trash-body-article__card, .emotion-trash-body-article__formula, .emotion-trash-body-article__walk-step, .emotion-trash-body-article__notice, .emotion-trash-body-article__steps > li, .emotion-trash-body-article__checklist > li, .emotion-trash-body-article__faq-list details) {
  color: #fff1dd !important;
  -webkit-text-fill-color: #fff1dd !important;
  background: #3a2d22 !important;
  background-color: #3a2d22 !important;
  background-image: none !important;
  border-color: #a98b6b !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.28) !important;
}

body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__card p, .emotion-trash-body-article__formula p, .emotion-trash-body-article__walk-step span),
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__card p, .emotion-trash-body-article__formula p, .emotion-trash-body-article__walk-step span),
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__card p, .emotion-trash-body-article__formula p, .emotion-trash-body-article__walk-step span),
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__card p, .emotion-trash-body-article__formula p, .emotion-trash-body-article__walk-step span),
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article :is(.emotion-trash-body-article__card p, .emotion-trash-body-article__formula p, .emotion-trash-body-article__walk-step span) {
  color: #ead6b8 !important;
  -webkit-text-fill-color: #ead6b8 !important;
}

body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__steps > li::before,
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__checklist > li::before,
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__steps > li::before,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__checklist > li::before,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__steps > li::before,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__checklist > li::before,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__steps > li::before,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__checklist > li::before,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__steps > li::before,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__checklist > li::before,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article .emotion-trash-body-article__faq-list summary::before {
  color: #2b2119 !important;
  -webkit-text-fill-color: #2b2119 !important;
  background: #e7c56b !important;
  background-color: #e7c56b !important;
  border-color: #a98b6b !important;
  align-self: center !important;
  margin-top: 0 !important;
}


/* 2026-06-22 dark transition hardening: sitewide scheme transitions can pin computed dark colors at the light keyframe in QA. */
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
body[data-scheme="dark"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article *,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
body[data-scheme="inverse"] .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article *,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
body.dark-mode .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article *,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
html[data-scheme="dark"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article *,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article,
html[data-scheme="inverse"] body .entry-content article.roberin-article-body.emotion-trash-body-article.emotion-trash-body-article * {
  transition: none !important;
  transition-property: none !important;
  transition-duration: 0s !important;
}

/* 2026-06-22 Japanese locale wrap hardening: the shared KO body keeps Korean phrases together, but Japanese copy needs normal CJK line breaking to avoid internal scroll width on cards/steps. */
body .entry-content article.roberin-article-body.emotion-trash-body-article[data-locale="ja"],
body article.roberin-article-body.emotion-trash-body-article[data-locale="ja"] {
  word-break: normal !important;
  overflow-wrap: anywhere !important;
  line-break: strict;
}

body .entry-content article.roberin-article-body.emotion-trash-body-article[data-locale="ja"] *,
body article.roberin-article-body.emotion-trash-body-article[data-locale="ja"] * {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
}
