/* =========================================
   ROBERIN 1RM Calculator — desktop width/RM table refinement v24
   Reference alignment:
   - Tool UI: date-difference-calculator general calculator structure
   - Article/body: PDF page deletion whole-body rhythm, anti-overcarded gate
   - 2026-05-15
========================================= */
body.single-sight-projects .entry-content {
  overflow-x: clip !important;
}

body.single-sight-projects .one-rep-max-calculator-container,
.one-rep-max-calculator-container {
  --r1-paper: #efe2d0;
  --r1-panel: #f8efe2;
  --r1-input: #fff9ee;
  --r1-result: #e2edd8;
  --r1-ink: #34281f;
  --r1-muted: #574838;
  --r1-line: #6b5745;
  --r1-red: #bf7358;
  --r1-red-soft: #c98264;
  --r1-green: #6f946a;
  --r1-yellow: #ddbf6f;
  --r1-warn: #efe1bc;
  --r1-danger: #8e3f31;
  --r1-shadow: 3px 3px 0 rgba(82, 65, 50, 0.48);
  width: 100% !important;
  max-width: min(1080px, calc(100vw - 32px)) !important;
  margin: 18px auto 28px !important;
  padding: 12px !important;
  border: 3px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "D2Coding", "Nanum Gothic Coding", "Malgun Gothic", monospace !important;
  line-height: 1.35 !important;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.040) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.034) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  box-shadow: var(--r1-shadow) !important;
  overflow: visible !important;
  position: relative !important;
}

.one-rep-max-calculator-container,
.one-rep-max-calculator-container *,
.one-rep-max-calculator-container *::before,
.one-rep-max-calculator-container *::after,
.roberin-article-body.one-rm-article,
.roberin-article-body.one-rm-article *,
.roberin-article-body.one-rm-article *::before,
.roberin-article-body.one-rm-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.one-rep-max-calculator-container::before,
.one-rep-max-calculator-container::after {
  content: none !important;
}

.one-rep-max-calculator-container input,
.one-rep-max-calculator-container select,
.one-rep-max-calculator-container button {
  font-family: inherit !important;
}

.one-rep-max-calculator-container .dark-mode-toggle,
.one-rep-max-calculator-container #darkModeToggle,
.one-rep-max-calculator-container .watermark,
.one-rep-max-calculator-container .decorative-badge,
.one-rep-max-calculator-container .rpe-section,
.one-rep-max-calculator-container .strength-standards-section,
.one-rep-max-calculator-container .warmup-section,
.one-rep-max-calculator-container .plate-calculator-section {
  display: none !important;
}

body.single-sight-projects .one-rm-calculator-header,
.one-rm-calculator-header,
.one-rep-max-calculator-container .calculator-header {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 8px 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: var(--r1-red-soft) !important;
  text-align: left !important;
  text-shadow: 1px 1px 0 rgba(91, 75, 60, 0.45) !important;
}

.one-rm-kicker {
  display: block !important;
  width: auto !important;
  margin: 0 0 3px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #ffecd8 !important;
  -webkit-text-fill-color: #ffecd8 !important;
  background: transparent !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.one-rep-max-calculator-container .main-title,
.one-rm-title {
  margin: 0 0 4px !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  font-size: clamp(21px, 3.2vw, 30px) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.04em !important;
  font-weight: 950 !important;
}

.one-rep-max-calculator-container .subtitle,
.one-rm-subtitle {
  max-width: none !important;
  margin: 0 !important;
  color: #fff3df !important;
  -webkit-text-fill-color: #fff3df !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.one-rm-tool-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr) !important;
  gap: 10px !important;
  align-items: start !important;
  margin: 0 0 10px !important;
}

.one-rep-max-calculator-container .input-section,
.one-rep-max-calculator-container .result-section,
.one-rm-form-card,
.one-rm-result-card,
.one-rm-note-card {
  align-self: start !important;
  min-width: 0 !important;
  padding: 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-panel) !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.42) !important;
}

.one-rm-field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.one-rm-field,
.one-rep-max-calculator-container .input-group {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
}

.one-rm-field--wide,
.one-rm-actions,
.one-rm-error {
  grid-column: 1 / -1 !important;
}

.one-rm-label,
.one-rep-max-calculator-container label {
  display: block !important;
  margin: 0 !important;
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: -0.1px !important;
  line-height: 1.2 !important;
}

.one-rm-helper,
.one-rm-result-status {
  margin: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

.one-rm-input,
.one-rm-select,
.one-rep-max-calculator-container input[type="number"],
.one-rep-max-calculator-container input[type="text"],
.one-rep-max-calculator-container select {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background-color: var(--r1-input) !important;
  background-image: none !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.one-rm-select,
.one-rep-max-calculator-container select {
  padding-right: 24px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--r1-line) 50%),
    linear-gradient(135deg, var(--r1-line) 50%, transparent 50%) !important;
  background-position: calc(100% - 14px) 14px, calc(100% - 9px) 14px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

.one-rm-input::placeholder {
  color: rgba(87, 72, 56, 0.62) !important;
  -webkit-text-fill-color: rgba(87, 72, 56, 0.62) !important;
  font-weight: 800 !important;
}

.one-rm-input:focus,
.one-rm-select:focus,
.one-rep-max-calculator-container input:focus,
.one-rep-max-calculator-container select:focus {
  border-color: var(--r1-red) !important;
  background-color: #fff4dd !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.18), 0 0 0 2px rgba(221, 191, 111, 0.50) !important;
}

.one-rm-unit-toggle,
.one-rep-max-calculator-container .unit-toggle,
.one-rm-actions,
.one-rep-max-calculator-container .button-group {
  display: grid !important;
  gap: 6px !important;
  margin: 0 !important;
}

.one-rm-unit-toggle,
.one-rep-max-calculator-container .unit-toggle {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.one-rm-actions,
.one-rep-max-calculator-container .button-group {
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.8fr)) !important;
  margin-top: 2px !important;
}

.one-rm-unit-btn,
.one-rep-max-calculator-container .unit-btn,
.one-rm-btn,
.one-rep-max-calculator-container .calc-btn,
.one-rep-max-calculator-container .sample-btn,
.one-rep-max-calculator-container .reset-btn,
.one-rep-max-calculator-container .copy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-input) !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: none !important;
}

.one-rm-unit-btn:hover,
.one-rep-max-calculator-container .unit-btn:hover,
.one-rm-btn:hover,
.one-rep-max-calculator-container .calc-btn:hover,
.one-rep-max-calculator-container .sample-btn:hover,
.one-rep-max-calculator-container .reset-btn:hover,
.one-rep-max-calculator-container .copy-btn:hover {
  transform: none !important;
  background: #fff4dd !important;
  box-shadow: none !important;
}

.one-rm-unit-btn.is-active,
.one-rm-unit-btn.active,
.one-rep-max-calculator-container .unit-btn.is-active,
.one-rep-max-calculator-container .unit-btn.active,
.one-rm-btn--primary,
.one-rep-max-calculator-container .calc-btn {
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: var(--r1-yellow) !important;
  border-color: var(--r1-line) !important;
}

.one-rm-btn:disabled,
.one-rm-btn[aria-disabled="true"],
.one-rep-max-calculator-container .copy-btn:disabled {
  opacity: 0.58 !important;
  cursor: not-allowed !important;
}

.one-rm-error {
  display: none !important;
  margin: 0 !important;
  padding: 8px !important;
  color: var(--r1-danger) !important;
  -webkit-text-fill-color: var(--r1-danger) !important;
  border: 2px dashed rgba(142, 63, 49, 0.48) !important;
  border-radius: 0 !important;
  background: #fff0e3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.45 !important;
}

.one-rm-error.is-visible {
  display: block !important;
}

.one-rm-result-card,
.one-rep-max-calculator-container .result-section {
  display: grid !important;
  gap: 8px !important;
}

.one-rm-result-main {
  display: grid !important;
  gap: 3px !important;
  padding: 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-result) !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.12) !important;
}

.one-rm-result-label {
  margin: 0 !important;
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
}

.one-rm-result-value,
.one-rep-max-calculator-container .one-rm-value,
#oneRMValue {
  display: flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  margin: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: clamp(34px, 5.4vw, 48px) !important;
  line-height: 0.98 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.05em !important;
}

.one-rm-result-unit {
  font-size: 0.42em !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}

.one-rm-result-meta {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.one-rm-meta-card {
  min-width: 0 !important;
  padding: 7px !important;
  border: 2px solid rgba(107, 87, 69, 0.64) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
}

.one-rm-meta-card span {
  display: block !important;
  margin: 0 0 2px !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.one-rm-meta-card strong {
  display: block !important;
  margin: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}

.one-rm-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  border: 2px solid rgba(107, 87, 69, 0.64) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
}

.one-rm-table {
  width: 100% !important;
  min-width: 260px !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
}

.one-rm-table th,
.one-rm-table td {
  padding: 7px 9px !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.28) !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.one-rm-table th {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-result) !important;
  font-weight: 950 !important;
}

.one-rm-table tr:last-child td {
  border-bottom: 0 !important;
}

.one-rm-note-card {
  margin-top: 10px !important;
  padding: 9px 10px !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  border-style: dashed !important;
  background: var(--r1-warn) !important;
  font-size: 12px !important;
  line-height: 1.58 !important;
  font-weight: 800 !important;
}

.one-rm-note-card strong {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
}

.one-rm-toast,
.one-rep-max-calculator-container .toast {
  position: fixed !important;
  left: 50% !important;
  bottom: 22px !important;
  z-index: 9999 !important;
  transform: translate(-50%, 18px) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  max-width: min(420px, calc(100vw - 28px)) !important;
  padding: 9px 12px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-panel) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.38) !important;
}

.one-rm-toast.is-visible,
.one-rep-max-calculator-container .toast.show {
  opacity: 1 !important;
  transform: translate(-50%, 0) !important;
}

/* Phase 2 article body — my-salary-calculator article structure translated to 1RM. */
.roberin-article-body.one-rm-article {
  --r1a-paper: #f8efe2;
  --r1a-card: #fff8ed;
  --r1a-soft: #e2edd8;
  --r1a-ink: #34281f;
  --r1a-muted: #574838;
  --r1a-line: #6b5745;
  --r1a-accent: #ddbf6f;
  --r1a-warn: #efe1bc;
  width: min(100%, 950px) !important;
  max-width: 950px !important;
  margin: clamp(26px, 4vw, 46px) auto !important;
  padding: clamp(16px, 3vw, 28px) !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-family: inherit !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    var(--r1a-paper) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--r1a-line) !important;
  border-radius: 0 !important;
  box-shadow: 6px 6px 0 rgba(107, 87, 69, 0.18) !important;
  overflow: hidden !important;
}

.roberin-article-body.one-rm-article p,
.roberin-article-body.one-rm-article li,
.roberin-article-body.one-rm-article td,
.roberin-article-body.one-rm-article th,
.roberin-article-body.one-rm-article summary,
.roberin-article-body.one-rm-article span,
.roberin-article-body.one-rm-article strong,
.roberin-article-body.one-rm-article h2,
.roberin-article-body.one-rm-article h3 {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.one-rm-article__hero {
  margin: 0 0 18px !important;
  padding: 0 0 18px !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.34) !important;
}

.one-rm-article__kicker {
  display: inline-flex !important;
  margin: 0 0 10px !important;
  padding: 5px 9px !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: var(--r1a-soft) !important;
  border: 1px solid rgba(107, 87, 69, 0.58) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.roberin-article-body.one-rm-article h2 {
  margin: 0 0 12px !important;
  font-size: clamp(22px, 3.5vw, 31px) !important;
  line-height: 1.18 !important;
  letter-spacing: -0.04em !important;
  font-weight: 900 !important;
}

.roberin-article-body.one-rm-article h3 {
  margin: 0 0 8px !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
  font-weight: 900 !important;
}

.roberin-article-body.one-rm-article p,
.roberin-article-body.one-rm-article li {
  margin: 0 0 10px !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.one-rm-article__quick {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 20px !important;
}

.one-rm-article__quick a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 34px !important;
  padding: 6px 10px !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  text-decoration: none !important;
  background: var(--r1a-card) !important;
  border: 1px solid rgba(107, 87, 69, 0.58) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.one-rm-article__quick a:hover,
.one-rm-article__quick a:focus-visible {
  background: var(--r1a-accent) !important;
  outline: 2px solid var(--r1a-line) !important;
  outline-offset: 2px !important;
}

.one-rm-article__section {
  margin: 0 0 clamp(22px, 4vw, 34px) !important;
}

.one-rm-article__section:last-child {
  margin-bottom: 0 !important;
}

.one-rm-article__cards,
.one-rm-article__example {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.one-rm-article__card,
.one-rm-article__example div,
.one-rm-article__notice,
.one-rm-article__formula,
.roberin-article-body.one-rm-article details {
  padding: 14px !important;
  background: var(--r1a-card) !important;
  border: 1.5px solid rgba(107, 87, 69, 0.68) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.12) !important;
}

.one-rm-article__card strong,
.one-rm-article__example strong {
  display: block !important;
  margin: 0 0 6px !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-weight: 900 !important;
}

.one-rm-article__card p,
.one-rm-article__example p,
.one-rm-article__notice p,
.one-rm-article__formula p,
.roberin-article-body.one-rm-article details p {
  margin-bottom: 0 !important;
}

.one-rm-article__formula {
  display: grid !important;
  gap: 8px !important;
  margin: 12px 0 !important;
  background: rgba(226, 237, 216, 0.70) !important;
}

.one-rm-article__table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  border: 1.5px solid rgba(107, 87, 69, 0.68) !important;
  background: var(--r1a-card) !important;
}

.one-rm-article__table {
  width: 100% !important;
  min-width: 640px !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
}

.one-rm-article__table th,
.one-rm-article__table td {
  padding: 10px 12px !important;
  border: 1px solid rgba(107, 87, 69, 0.30) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.one-rm-article__table th {
  background: var(--r1a-soft) !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-weight: 900 !important;
}

.one-rm-article__example div {
  display: grid !important;
  gap: 4px !important;
  background: #f5eadc !important;
}

.one-rm-article__example span {
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.one-rm-article__example strong {
  margin: 0 !important;
  font-size: clamp(18px, 3vw, 24px) !important;
  letter-spacing: -0.035em !important;
  overflow-wrap: anywhere !important;
}

.one-rm-article__notice {
  margin: 0 0 12px !important;
  background: var(--r1a-warn) !important;
  border-style: dashed !important;
}

.roberin-article-body.one-rm-article details {
  margin: 0 0 10px !important;
}

.roberin-article-body.one-rm-article summary {
  cursor: pointer !important;
  font-weight: 900 !important;
}

.roberin-article-body.one-rm-article details p {
  margin-top: 10px !important;
}

/* Approved ad guard: top/after-tool/bottom only; layout is transparent and no decorative card. */
.cs-custom-content-post-before,
.roberin-leaderboard-ad {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  min-height: 90px !important;
  height: 90px !important;
  margin: 20px auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.cs-custom-content-post-before ins.adsbygoogle,
.roberin-leaderboard-ad ins.adsbygoogle,
.entry-content ins.adsbygoogle {
  display: inline-block !important;
  width: min(728px, calc(100vw - 20px)) !important;
  max-width: calc(100vw - 20px) !important;
  min-width: 0 !important;
  height: 90px !important;
  min-height: 90px !important;
  max-height: 120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: hidden !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container,
body[data-scheme="inverse"] .one-rep-max-calculator-container,
html[data-scheme="dark"] .one-rep-max-calculator-container,
html[data-scheme="inverse"] .one-rep-max-calculator-container,
body.cs-dark-mode .one-rep-max-calculator-container,
body[data-scheme="dark"] .roberin-article-body.one-rm-article,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article,
html[data-scheme="dark"] .roberin-article-body.one-rm-article,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article,
body.cs-dark-mode .roberin-article-body.one-rm-article {
  --r1-paper: #201811;
  --r1-panel: #2b2119;
  --r1-input: #241c15;
  --r1-result: #2f3a25;
  --r1-ink: #f2e4cf;
  --r1-muted: #f0dfc5;
  --r1-line: #a98b6b;
  --r1-red: #d28a70;
  --r1-red-soft: #7d4d3d;
  --r1-green: #92ac7c;
  --r1-yellow: #d2aa55;
  --r1-warn: #3b2d1f;
  --r1-danger: #f1b49e;
  --r1-shadow: 3px 3px 0 rgba(32, 24, 17, 0.68);
  --r1a-paper: #2b2119;
  --r1a-card: #33271d;
  --r1a-soft: #2f3a25;
  --r1a-ink: #f2e4cf;
  --r1a-muted: #f0dfc5;
  --r1a-line: #a98b6b;
  --r1a-accent: #d2aa55;
  --r1a-warn: #3b2d1f;
  background:
    linear-gradient(90deg, rgba(169, 139, 107, 0.08) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  border-color: var(--r1-line) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article,
html[data-scheme="dark"] .roberin-article-body.one-rm-article,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article,
body.cs-dark-mode .roberin-article-body.one-rm-article {
  background:
    linear-gradient(rgba(169, 139, 107, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px),
    var(--r1a-paper) !important;
  box-shadow: 6px 6px 0 rgba(32, 24, 17, 0.58) !important;
}

body[data-scheme="dark"] .one-rm-calculator-header,
body[data-scheme="inverse"] .one-rm-calculator-header,
html[data-scheme="dark"] .one-rm-calculator-header,
html[data-scheme="inverse"] .one-rm-calculator-header,
body.cs-dark-mode .one-rm-calculator-header {
  background: #6c4537 !important;
  border-color: var(--r1-line) !important;
}

body[data-scheme="dark"] .one-rm-form-card,
body[data-scheme="dark"] .one-rm-result-card,
body[data-scheme="dark"] .one-rm-note-card,
body[data-scheme="dark"] .one-rm-meta-card,
body[data-scheme="dark"] .one-rm-table-wrap,
body[data-scheme="dark"] .one-rm-article__card,
body[data-scheme="dark"] .one-rm-article__example div,
body[data-scheme="dark"] .one-rm-article__formula,
body[data-scheme="dark"] .one-rm-article__table-wrap,
body[data-scheme="dark"] .roberin-article-body.one-rm-article details,
body[data-scheme="dark"] .one-rm-article__quick a,
body[data-scheme="inverse"] .one-rm-form-card,
body[data-scheme="inverse"] .one-rm-result-card,
body[data-scheme="inverse"] .one-rm-note-card,
body[data-scheme="inverse"] .one-rm-meta-card,
body[data-scheme="inverse"] .one-rm-table-wrap,
body[data-scheme="inverse"] .one-rm-article__card,
body[data-scheme="inverse"] .one-rm-article__example div,
body[data-scheme="inverse"] .one-rm-article__formula,
body[data-scheme="inverse"] .one-rm-article__table-wrap,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article details,
body[data-scheme="inverse"] .one-rm-article__quick a,
html[data-scheme="dark"] .one-rm-form-card,
html[data-scheme="dark"] .one-rm-result-card,
html[data-scheme="dark"] .one-rm-note-card,
html[data-scheme="dark"] .one-rm-meta-card,
html[data-scheme="dark"] .one-rm-table-wrap,
html[data-scheme="dark"] .one-rm-article__card,
html[data-scheme="dark"] .one-rm-article__example div,
html[data-scheme="dark"] .one-rm-article__formula,
html[data-scheme="dark"] .one-rm-article__table-wrap,
html[data-scheme="dark"] .roberin-article-body.one-rm-article details,
html[data-scheme="dark"] .one-rm-article__quick a,
html[data-scheme="inverse"] .one-rm-form-card,
html[data-scheme="inverse"] .one-rm-result-card,
html[data-scheme="inverse"] .one-rm-note-card,
html[data-scheme="inverse"] .one-rm-meta-card,
html[data-scheme="inverse"] .one-rm-table-wrap,
html[data-scheme="inverse"] .one-rm-article__card,
html[data-scheme="inverse"] .one-rm-article__example div,
html[data-scheme="inverse"] .one-rm-article__formula,
html[data-scheme="inverse"] .one-rm-article__table-wrap,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article details,
html[data-scheme="inverse"] .one-rm-article__quick a,
body.cs-dark-mode .one-rm-form-card,
body.cs-dark-mode .one-rm-result-card,
body.cs-dark-mode .one-rm-note-card,
body.cs-dark-mode .one-rm-meta-card,
body.cs-dark-mode .one-rm-table-wrap,
body.cs-dark-mode .one-rm-article__card,
body.cs-dark-mode .one-rm-article__example div,
body.cs-dark-mode .one-rm-article__formula,
body.cs-dark-mode .one-rm-article__table-wrap,
body.cs-dark-mode .roberin-article-body.one-rm-article details,
body.cs-dark-mode .one-rm-article__quick a {
  background: #33271d !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .one-rm-input,
body[data-scheme="dark"] .one-rm-select,
body[data-scheme="dark"] .one-rm-unit-btn,
body[data-scheme="dark"] .one-rm-btn,
body[data-scheme="inverse"] .one-rm-input,
body[data-scheme="inverse"] .one-rm-select,
body[data-scheme="inverse"] .one-rm-unit-btn,
body[data-scheme="inverse"] .one-rm-btn,
html[data-scheme="dark"] .one-rm-input,
html[data-scheme="dark"] .one-rm-select,
html[data-scheme="dark"] .one-rm-unit-btn,
html[data-scheme="dark"] .one-rm-btn,
html[data-scheme="inverse"] .one-rm-input,
html[data-scheme="inverse"] .one-rm-select,
html[data-scheme="inverse"] .one-rm-unit-btn,
html[data-scheme="inverse"] .one-rm-btn,
body.cs-dark-mode .one-rm-input,
body.cs-dark-mode .one-rm-select,
body.cs-dark-mode .one-rm-unit-btn,
body.cs-dark-mode .one-rm-btn {
  background: #241c15 !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .one-rm-unit-btn.is-active,
body[data-scheme="dark"] .one-rm-unit-btn.active,
body[data-scheme="dark"] .one-rm-btn--primary,
body[data-scheme="dark"] .one-rep-max-calculator-container .calc-btn,
body[data-scheme="inverse"] .one-rm-unit-btn.is-active,
body[data-scheme="inverse"] .one-rm-unit-btn.active,
body[data-scheme="inverse"] .one-rm-btn--primary,
body[data-scheme="inverse"] .one-rep-max-calculator-container .calc-btn,
html[data-scheme="dark"] .one-rm-unit-btn.is-active,
html[data-scheme="dark"] .one-rm-unit-btn.active,
html[data-scheme="dark"] .one-rm-btn--primary,
html[data-scheme="dark"] .one-rep-max-calculator-container .calc-btn,
html[data-scheme="inverse"] .one-rm-unit-btn.is-active,
html[data-scheme="inverse"] .one-rm-unit-btn.active,
html[data-scheme="inverse"] .one-rm-btn--primary,
html[data-scheme="inverse"] .one-rep-max-calculator-container .calc-btn,
body.cs-dark-mode .one-rm-unit-btn.is-active,
body.cs-dark-mode .one-rm-unit-btn.active,
body.cs-dark-mode .one-rm-btn--primary,
body.cs-dark-mode .one-rep-max-calculator-container .calc-btn {
  background: #d2aa55 !important;
  color: #201811 !important;
  -webkit-text-fill-color: #201811 !important;
}

body[data-scheme="dark"] .one-rm-result-main,
body[data-scheme="dark"] .one-rm-article__kicker,
body[data-scheme="dark"] .one-rm-article__table th,
body[data-scheme="inverse"] .one-rm-result-main,
body[data-scheme="inverse"] .one-rm-article__kicker,
body[data-scheme="inverse"] .one-rm-article__table th,
html[data-scheme="dark"] .one-rm-result-main,
html[data-scheme="dark"] .one-rm-article__kicker,
html[data-scheme="dark"] .one-rm-article__table th,
html[data-scheme="inverse"] .one-rm-result-main,
html[data-scheme="inverse"] .one-rm-article__kicker,
html[data-scheme="inverse"] .one-rm-article__table th,
body.cs-dark-mode .one-rm-result-main,
body.cs-dark-mode .one-rm-article__kicker,
body.cs-dark-mode .one-rm-article__table th {
  background: #2f3a25 !important;
}

body[data-scheme="dark"] .one-rm-note-card,
body[data-scheme="dark"] .one-rm-article__notice,
body[data-scheme="inverse"] .one-rm-note-card,
body[data-scheme="inverse"] .one-rm-article__notice,
html[data-scheme="dark"] .one-rm-note-card,
html[data-scheme="dark"] .one-rm-article__notice,
html[data-scheme="inverse"] .one-rm-note-card,
html[data-scheme="inverse"] .one-rm-article__notice,
body.cs-dark-mode .one-rm-note-card,
body.cs-dark-mode .one-rm-article__notice {
  background: #3b2d1f !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .one-rep-max-calculator-container,
  html[data-scheme="auto"] .one-rep-max-calculator-container,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article {
    --r1-paper: #201811;
    --r1-panel: #2b2119;
    --r1-input: #241c15;
    --r1-result: #2f3a25;
    --r1-ink: #f2e4cf;
    --r1-muted: #f0dfc5;
    --r1-line: #a98b6b;
    --r1-red-soft: #7d4d3d;
    --r1-yellow: #d2aa55;
    --r1-warn: #3b2d1f;
    --r1a-paper: #2b2119;
    --r1a-card: #33271d;
    --r1a-soft: #2f3a25;
    --r1a-ink: #f2e4cf;
    --r1a-muted: #f0dfc5;
    --r1a-line: #a98b6b;
    --r1a-accent: #d2aa55;
    --r1a-warn: #3b2d1f;
  }
}

@media (max-width: 782px) {
  body.single-sight-projects .one-rep-max-calculator-container,
  .one-rep-max-calculator-container,
  .roberin-article-body.one-rm-article {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .one-rep-max-calculator-container {
    padding: 10px !important;
    box-shadow: 4px 4px 0 rgba(107, 87, 69, 0.18) !important;
  }

  .one-rm-tool-grid,
  .one-rm-field-grid,
  .one-rm-result-meta,
  .one-rm-article__cards,
  .one-rm-article__example {
    grid-template-columns: 1fr !important;
  }

  .one-rm-actions,
  .one-rep-max-calculator-container .button-group {
    grid-template-columns: 1fr 1fr !important;
  }

  .one-rm-btn--primary,
  .one-rep-max-calculator-container .calc-btn {
    grid-column: 1 / -1 !important;
  }

  .roberin-article-body.one-rm-article {
    padding: 10px !important;
    box-shadow: 4px 4px 0 rgba(107, 87, 69, 0.16) !important;
  }
}

@media (max-width: 430px) {
  body.single-sight-projects .one-rep-max-calculator-container,
  .one-rep-max-calculator-container,
  .roberin-article-body.one-rm-article {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }

  .one-rm-actions,
  .one-rep-max-calculator-container .button-group,
  .one-rm-article__quick {
    grid-template-columns: 1fr 1fr !important;
  }

  .one-rm-article__quick {
    display: grid !important;
  }

  .one-rm-article__quick a {
    justify-content: center !important;
    text-align: center !important;
  }

  .roberin-article-body.one-rm-article p,
  .roberin-article-body.one-rm-article li {
    word-break: normal !important;
  }
}

@media (max-width: 360px) {
  .one-rm-actions,
  .one-rep-max-calculator-container .button-group,
  .one-rm-article__quick {
    grid-template-columns: 1fr !important;
  }

  .one-rm-btn--primary,
  .one-rep-max-calculator-container .calc-btn {
    grid-column: auto !important;
  }
}

/* =========================================
   v6 reference correction — match work-income compact density
   User correction: example URL must be followed structurally, not just by color tokens.
========================================= */
body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
.one-rep-max-calculator-container.roberin-1rm-tool--reference {
  --r1-paper: #efe2d0;
  --r1-panel: #f8efe2;
  --r1-input: #fff9ee;
  --r1-result: #e2edd8;
  --r1-ink: #34281f;
  --r1-muted: #574838;
  --r1-line: #6b5745;
  --r1-red: #bf7358;
  --r1-red-soft: #c98264;
  --r1-yellow: #ddbf6f;
  width: 100% !important;
  max-width: 950px !important;
  margin: 18px auto 28px !important;
  padding: 12px !important;
  border: 3px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.040) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.034) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.48) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "D2Coding", "Nanum Gothic Coding", "Malgun Gothic", monospace !important;
  line-height: 1.35 !important;
  overflow: visible !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-calculator-header {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
  display: block !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: var(--r1-red-soft) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.15 !important;
  text-align: left !important;
  text-shadow: 1px 1px 0 rgba(91, 75, 60, 0.45) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before {
  content: attr(data-kicker) !important;
  display: block !important;
  margin: 0 0 3px !important;
  color: #ffecd8 !important;
  -webkit-text-fill-color: #ffecd8 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-subtitle {
  margin: 7px 0 0 !important;
  padding: 0 2px !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  align-items: start !important;
  margin: 0 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
  align-self: start !important;
  min-width: 0 !important;
  padding: 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-panel) !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.42) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card h3 {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 0 8px !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 2px dashed rgba(107, 87, 69, 0.68) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  letter-spacing: -0.2px !important;
  line-height: 1.2 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card h3::before {
  content: "■" !important;
  color: var(--r1-red) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field {
  display: grid !important;
  gap: 3px !important;
  margin: 0 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field--wide,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
  grid-column: 1 / -1 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-label,
.one-rep-max-calculator-container.roberin-1rm-tool--reference label {
  display: block !important;
  margin: 0 !important;
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: -0.1px !important;
  line-height: 1.2 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
.one-rep-max-calculator-container.roberin-1rm-tool--reference input[type="text"],
.one-rep-max-calculator-container.roberin-1rm-tool--reference select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background-color: var(--r1-input) !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.18) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select {
  padding-right: 18px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--r1-line) 50%),
    linear-gradient(135deg, var(--r1-line) 50%, transparent 50%) !important;
  background-position: calc(100% - 11px) 14px, calc(100% - 6px) 14px !important;
  background-size: 5px 5px, 5px 5px !important;
  background-repeat: no-repeat !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-toggle,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
  display: grid !important;
  gap: 6px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-toggle {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
  grid-template-columns: 1.2fr 0.9fr 0.9fr !important;
  margin-top: 2px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-input) !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary {
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  background: var(--r1-yellow) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error {
  display: none !important;
  margin: 0 !important;
  padding: 7px 8px !important;
  color: #8e3f31 !important;
  -webkit-text-fill-color: #8e3f31 !important;
  border: 2px dashed rgba(142, 63, 49, 0.48) !important;
  border-radius: 0 !important;
  background: #fff0e3 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error.is-visible {
  display: block !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card {
  display: grid !important;
  gap: 8px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-status {
  margin: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main {
  display: grid !important;
  gap: 2px !important;
  padding: 9px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-result) !important;
  box-shadow: inset 1px 1px 0 rgba(107, 87, 69, 0.12) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label {
  margin: 0 !important;
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: 0.03em !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  margin: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: clamp(32px, 4vw, 43px) !important;
  font-weight: 1000 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.05em !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit {
  font-size: 0.42em !important;
  letter-spacing: 0 !important;
  font-weight: 950 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-meta {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 4px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card {
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: baseline !important;
  padding: 5px 6px !important;
  border: 1px solid rgba(107, 87, 69, 0.52) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card span {
  margin: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card strong {
  margin: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .copy-btn {
  width: 100% !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
  display: grid !important;
  gap: 8px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  border: 2px solid rgba(107, 87, 69, 0.64) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
  overflow-x: auto !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  font-size: 12px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
  padding: 6px 8px !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.28) !important;
  white-space: nowrap !important;
  text-align: left !important;
  line-height: 1.2 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th {
  background: var(--r1-result) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-weight: 950 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card {
  margin: 0 !important;
  padding: 7px 8px !important;
  border: 1px dashed rgba(107, 87, 69, 0.58) !important;
  border-radius: 0 !important;
  background: #efe1bc !important;
  box-shadow: none !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card strong {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference {
  --r1-paper: #201811;
  --r1-panel: #2b2119;
  --r1-input: #241c15;
  --r1-result: #2f3a25;
  --r1-ink: #f2e4cf;
  --r1-muted: #f0dfc5;
  --r1-line: #a98b6b;
  --r1-red: #d28a70;
  --r1-red-soft: #6c4537;
  --r1-yellow: #d2aa55;
  background:
    linear-gradient(90deg, rgba(169, 139, 107, 0.08) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  border-color: var(--r1-line) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  box-shadow: 3px 3px 0 rgba(32, 24, 17, 0.68) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .section {
  background: #2b2119 !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
  background: #6c4537 !important;
  border-color: #a98b6b !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap {
  background: #241c15 !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.active,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary {
  background: #d2aa55 !important;
  color: #201811 !important;
  -webkit-text-fill-color: #201811 !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th {
  background: #2f3a25 !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card {
  background: #3b2d1f !important;
  border-color: rgba(169, 139, 107, 0.70) !important;
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}

@media (max-width: 920px) {
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container {
    grid-template-columns: 1fr 1fr !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 782px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    width: calc(100vw - 24px) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 10px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid {
    grid-template-columns: 1fr !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 430px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
    grid-template-columns: 1fr !important;
  }
}

/* v7 compactness fix: WordPress auto-inserted empty <p>/<br> nodes inside the tool grid were inflating field height. */
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field > br,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid > br,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-toggle > br,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-toggle > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions > br,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference form > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference section > p:empty {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* v8 final density pass: collapse wpautop wrappers inside result card. */
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-meta > p:empty,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card > p:empty {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card > p:not([class]) {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card > p:not([class]) .copy-btn {
  width: 100% !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main {
  padding: 7px 8px !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value {
  font-size: clamp(30px, 3.5vw, 38px) !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-meta {
  gap: 3px !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card {
  padding: 4px 6px !important;
}

/* v9: reviewer correction — tables use one visible border only.
   The scroll wrappers no longer draw their own border, so wrapper + cell/table
   borders cannot stack into a double outline in light or dark mode. */
.one-rm-table-wrap,
.one-rm-article__table-wrap,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
.roberin-article-body.one-rm-article .one-rm-article__table-wrap {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
  border: 2px solid rgba(107, 87, 69, 0.64) !important;
  border-collapse: collapse !important;
  background: var(--r1-input) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
  border: 0 !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.28) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td {
  border-left: 1px solid rgba(107, 87, 69, 0.24) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table {
  border: 1.5px solid rgba(107, 87, 69, 0.68) !important;
  border-collapse: collapse !important;
  background: var(--r1a-card) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table th,
.roberin-article-body.one-rm-article .one-rm-article__table td {
  border: 0 !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.30) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table th + th,
.roberin-article-body.one-rm-article .one-rm-article__table td + td {
  border-left: 1px solid rgba(107, 87, 69, 0.24) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table tbody tr:last-child td {
  border-bottom: 0 !important;
}

body[data-scheme="dark"] .one-rm-table-wrap,
body[data-scheme="dark"] .one-rm-article__table-wrap,
body[data-scheme="inverse"] .one-rm-table-wrap,
body[data-scheme="inverse"] .one-rm-article__table-wrap,
html[data-scheme="dark"] .one-rm-table-wrap,
html[data-scheme="dark"] .one-rm-article__table-wrap,
html[data-scheme="inverse"] .one-rm-table-wrap,
html[data-scheme="inverse"] .one-rm-article__table-wrap,
body.cs-dark-mode .one-rm-table-wrap,
body.cs-dark-mode .one-rm-article__table-wrap,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table-wrap {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
  border-color: rgba(169, 139, 107, 0.76) !important;
  background: #241c15 !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
  border-color: rgba(169, 139, 107, 0.32) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td {
  border-left-color: rgba(169, 139, 107, 0.30) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table {
  border-color: rgba(169, 139, 107, 0.76) !important;
  background: #33271d !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table th,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table td {
  border-color: rgba(169, 139, 107, 0.32) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td + td,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td + td,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td + td,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td + td,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table th + th,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table td + td {
  border-left-color: rgba(169, 139, 107, 0.30) !important;
}

/* v10: strict reviewer correction — auto dark + contact consent dark state.
   Previous reviewer pass only covered explicit dark/inverse for the tool/table.
   This block covers body/html auto when the OS prefers dark and guards the
   bottom contact consent on this tool page. */
body[data-scheme="dark"] .roberin-contact-consent,
body[data-scheme="inverse"] .roberin-contact-consent,
html[data-scheme="dark"] .roberin-contact-consent,
html[data-scheme="inverse"] .roberin-contact-consent,
body.cs-dark-mode .roberin-contact-consent {
  background: #33271d !important;
  border: 2px solid #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  box-shadow: none !important;
}

body[data-scheme="dark"] .roberin-contact-consent .wpcf7-acceptance,
body[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item,
body[data-scheme="dark"] .roberin-contact-consent label,
body[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item-label,
body[data-scheme="inverse"] .roberin-contact-consent .wpcf7-acceptance,
body[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item,
body[data-scheme="inverse"] .roberin-contact-consent label,
body[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item-label,
html[data-scheme="dark"] .roberin-contact-consent .wpcf7-acceptance,
html[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item,
html[data-scheme="dark"] .roberin-contact-consent label,
html[data-scheme="dark"] .roberin-contact-consent .wpcf7-list-item-label,
html[data-scheme="inverse"] .roberin-contact-consent .wpcf7-acceptance,
html[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item,
html[data-scheme="inverse"] .roberin-contact-consent label,
html[data-scheme="inverse"] .roberin-contact-consent .wpcf7-list-item-label,
body.cs-dark-mode .roberin-contact-consent .wpcf7-acceptance,
body.cs-dark-mode .roberin-contact-consent .wpcf7-list-item,
body.cs-dark-mode .roberin-contact-consent label,
body.cs-dark-mode .roberin-contact-consent .wpcf7-list-item-label {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .roberin-contact-consent input[type="checkbox"],
body[data-scheme="inverse"] .roberin-contact-consent input[type="checkbox"],
html[data-scheme="dark"] .roberin-contact-consent input[type="checkbox"],
html[data-scheme="inverse"] .roberin-contact-consent input[type="checkbox"],
body.cs-dark-mode .roberin-contact-consent input[type="checkbox"] {
  background: #241c15 !important;
  border-color: #a98b6b !important;
  accent-color: #d2aa55 !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .one-rep-max-calculator-container,
  html[data-scheme="auto"] .one-rep-max-calculator-container,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article {
    --r1-paper: #201811;
    --r1-panel: #2b2119;
    --r1-input: #241c15;
    --r1-result: #2f3a25;
    --r1-ink: #f2e4cf;
    --r1-muted: #f0dfc5;
    --r1-line: #a98b6b;
    --r1-red: #d28a70;
    --r1-red-soft: #6c4537;
    --r1-green: #92ac7c;
    --r1-yellow: #d2aa55;
    --r1-warn: #3b2d1f;
    --r1-danger: #f1b49e;
    --r1-shadow: 3px 3px 0 rgba(32, 24, 17, 0.68);
    --r1a-paper: #2b2119;
    --r1a-card: #33271d;
    --r1a-soft: #2f3a25;
    --r1a-ink: #f2e4cf;
    --r1a-muted: #f0dfc5;
    --r1a-line: #a98b6b;
    --r1a-accent: #d2aa55;
    --r1a-warn: #3b2d1f;
    background:
      linear-gradient(90deg, rgba(169, 139, 107, 0.08) 1px, transparent 1px) 0 0 / 12px 12px,
      linear-gradient(0deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px) 0 0 / 12px 12px,
      var(--r1-paper) !important;
    border-color: var(--r1-line) !important;
    color: var(--r1-ink) !important;
    -webkit-text-fill-color: var(--r1-ink) !important;
    box-shadow: 3px 3px 0 rgba(32, 24, 17, 0.68) !important;
  }

  body[data-scheme="auto"] .roberin-article-body.one-rm-article,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article {
    background:
      linear-gradient(rgba(169, 139, 107, 0.09) 1px, transparent 1px),
      linear-gradient(90deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px),
      var(--r1a-paper) !important;
    box-shadow: 6px 6px 0 rgba(32, 24, 17, 0.58) !important;
  }

  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
  body[data-scheme="auto"] .one-rm-form-card,
  body[data-scheme="auto"] .one-rm-result-card,
  body[data-scheme="auto"] .one-rm-article__card,
  body[data-scheme="auto"] .one-rm-article__example div,
  body[data-scheme="auto"] .one-rm-article__formula,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article details,
  body[data-scheme="auto"] .one-rm-article__quick a,
  html[data-scheme="auto"] .one-rm-form-card,
  html[data-scheme="auto"] .one-rm-result-card,
  html[data-scheme="auto"] .one-rm-article__card,
  html[data-scheme="auto"] .one-rm-article__example div,
  html[data-scheme="auto"] .one-rm-article__formula,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article details,
  html[data-scheme="auto"] .one-rm-article__quick a {
    background: #33271d !important;
    border-color: rgba(169, 139, 107, 0.76) !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  body[data-scheme="auto"] .one-rm-calculator-header,
  html[data-scheme="auto"] .one-rm-calculator-header {
    background: #6c4537 !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .one-rm-input,
  body[data-scheme="auto"] .one-rm-select,
  body[data-scheme="auto"] .one-rm-unit-btn,
  body[data-scheme="auto"] .one-rm-btn,
  body[data-scheme="auto"] .one-rm-meta-card,
  html[data-scheme="auto"] .one-rm-input,
  html[data-scheme="auto"] .one-rm-select,
  html[data-scheme="auto"] .one-rm-unit-btn,
  html[data-scheme="auto"] .one-rm-btn,
  html[data-scheme="auto"] .one-rm-meta-card,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card {
    background: #241c15 !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .one-rm-input::placeholder,
  html[data-scheme="auto"] .one-rm-input::placeholder {
    color: #cbb596 !important;
    -webkit-text-fill-color: #cbb596 !important;
    opacity: 1 !important;
  }

  body[data-scheme="auto"] .one-rm-unit-btn.is-active,
  body[data-scheme="auto"] .one-rm-unit-btn.active,
  body[data-scheme="auto"] .one-rm-btn--primary,
  body[data-scheme="auto"] .one-rep-max-calculator-container .calc-btn,
  html[data-scheme="auto"] .one-rm-unit-btn.is-active,
  html[data-scheme="auto"] .one-rm-unit-btn.active,
  html[data-scheme="auto"] .one-rm-btn--primary,
  html[data-scheme="auto"] .one-rep-max-calculator-container .calc-btn {
    background: #d2aa55 !important;
    border-color: #a98b6b !important;
    color: #201811 !important;
    -webkit-text-fill-color: #201811 !important;
  }

  body[data-scheme="auto"] .one-rm-result-main,
  body[data-scheme="auto"] .one-rm-article__kicker,
  body[data-scheme="auto"] .one-rm-article__table th,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
  html[data-scheme="auto"] .one-rm-result-main,
  html[data-scheme="auto"] .one-rm-article__kicker,
  html[data-scheme="auto"] .one-rm-article__table th,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th {
    background: #2f3a25 !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .one-rm-note-card,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
  html[data-scheme="auto"] .one-rm-note-card,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card {
    background: #3b2d1f !important;
    border-color: rgba(169, 139, 107, 0.70) !important;
    color: #f0dfc5 !important;
    -webkit-text-fill-color: #f0dfc5 !important;
  }

  body[data-scheme="auto"] .one-rm-table-wrap,
  body[data-scheme="auto"] .one-rm-article__table-wrap,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap,
  html[data-scheme="auto"] .one-rm-table-wrap,
  html[data-scheme="auto"] .one-rm-article__table-wrap,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table-wrap {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
    border-color: rgba(169, 139, 107, 0.76) !important;
    background: #241c15 !important;
  }

  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table {
    border-color: rgba(169, 139, 107, 0.76) !important;
    background: #33271d !important;
  }

  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table th,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table td,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table th,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table td {
    border-color: rgba(169, 139, 107, 0.32) !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table td + td,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th + th,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td + td,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table th + th,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table td + td {
    border-left-color: rgba(169, 139, 107, 0.30) !important;
  }

  body[data-scheme="auto"] .roberin-contact-consent,
  html[data-scheme="auto"] .roberin-contact-consent {
    background: #33271d !important;
    border: 2px solid #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    box-shadow: none !important;
  }

  body[data-scheme="auto"] .roberin-contact-consent .wpcf7-acceptance,
  body[data-scheme="auto"] .roberin-contact-consent .wpcf7-list-item,
  body[data-scheme="auto"] .roberin-contact-consent label,
  body[data-scheme="auto"] .roberin-contact-consent .wpcf7-list-item-label,
  html[data-scheme="auto"] .roberin-contact-consent .wpcf7-acceptance,
  html[data-scheme="auto"] .roberin-contact-consent .wpcf7-list-item,
  html[data-scheme="auto"] .roberin-contact-consent label,
  html[data-scheme="auto"] .roberin-contact-consent .wpcf7-list-item-label {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .roberin-contact-consent input[type="checkbox"],
  html[data-scheme="auto"] .roberin-contact-consent input[type="checkbox"] {
    background: #241c15 !important;
    border-color: #a98b6b !important;
    accent-color: #d2aa55 !important;
  }
}

/* v11: strict reviewer correction — header controls, language dropdown,
   and offcanvas must not remain light surfaces in dark/inverse/auto-dark. */
body[data-scheme="dark"] .cs-header,
body[data-scheme="dark"] .cs-header__outer,
body[data-scheme="dark"] .cs-header__inner,
body[data-scheme="inverse"] .cs-header,
body[data-scheme="inverse"] .cs-header__outer,
body[data-scheme="inverse"] .cs-header__inner,
html[data-scheme="dark"] .cs-header,
html[data-scheme="dark"] .cs-header__outer,
html[data-scheme="dark"] .cs-header__inner,
html[data-scheme="inverse"] .cs-header,
html[data-scheme="inverse"] .cs-header__outer,
html[data-scheme="inverse"] .cs-header__inner,
.cs-header[data-scheme="dark"],
.cs-header[data-scheme="dark"] .cs-header__outer,
.cs-header[data-scheme="dark"] .cs-header__inner,
.cs-header[data-scheme="inverse"],
.cs-header[data-scheme="inverse"] .cs-header__outer,
.cs-header[data-scheme="inverse"] .cs-header__inner,
body.cs-dark-mode .cs-header,
body.cs-dark-mode .cs-header__outer,
body.cs-dark-mode .cs-header__inner {
  background: #201811 !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  border-color: #a98b6b !important;
}

body[data-scheme="dark"] .cs-site-scheme-toggle,
body[data-scheme="dark"] .roberin-tool-search-toggle__button,
body[data-scheme="dark"] .cs-lang-current,
body[data-scheme="dark"] .cs-mobile-menu-button,
body[data-scheme="inverse"] .cs-site-scheme-toggle,
body[data-scheme="inverse"] .roberin-tool-search-toggle__button,
body[data-scheme="inverse"] .cs-lang-current,
body[data-scheme="inverse"] .cs-mobile-menu-button,
html[data-scheme="dark"] .cs-site-scheme-toggle,
html[data-scheme="dark"] .roberin-tool-search-toggle__button,
html[data-scheme="dark"] .cs-lang-current,
html[data-scheme="dark"] .cs-mobile-menu-button,
html[data-scheme="inverse"] .cs-site-scheme-toggle,
html[data-scheme="inverse"] .roberin-tool-search-toggle__button,
html[data-scheme="inverse"] .cs-lang-current,
html[data-scheme="inverse"] .cs-mobile-menu-button,
.cs-header[data-scheme="dark"] .cs-site-scheme-toggle,
.cs-header[data-scheme="dark"] .roberin-tool-search-toggle__button,
.cs-header[data-scheme="dark"] .cs-lang-current,
.cs-header[data-scheme="dark"] .cs-mobile-menu-button,
.cs-header[data-scheme="inverse"] .cs-site-scheme-toggle,
.cs-header[data-scheme="inverse"] .roberin-tool-search-toggle__button,
.cs-header[data-scheme="inverse"] .cs-lang-current,
.cs-header[data-scheme="inverse"] .cs-mobile-menu-button,
body.cs-dark-mode .cs-site-scheme-toggle,
body.cs-dark-mode .roberin-tool-search-toggle__button,
body.cs-dark-mode .cs-lang-current,
body.cs-dark-mode .cs-mobile-menu-button {
  background: #33271d !important;
  border: 2px solid #a98b6b !important;
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
  box-shadow: 2px 2px 0 rgba(32, 24, 17, 0.62) !important;
}

body[data-scheme="dark"] .cs-site-scheme-toggle:hover,
body[data-scheme="dark"] .roberin-tool-search-toggle__button:hover,
body[data-scheme="dark"] .cs-lang-current:hover,
body[data-scheme="dark"] .cs-mobile-menu-button:hover,
body[data-scheme="inverse"] .cs-site-scheme-toggle:hover,
body[data-scheme="inverse"] .roberin-tool-search-toggle__button:hover,
body[data-scheme="inverse"] .cs-lang-current:hover,
body[data-scheme="inverse"] .cs-mobile-menu-button:hover,
html[data-scheme="dark"] .cs-site-scheme-toggle:hover,
html[data-scheme="dark"] .roberin-tool-search-toggle__button:hover,
html[data-scheme="dark"] .cs-lang-current:hover,
html[data-scheme="dark"] .cs-mobile-menu-button:hover,
html[data-scheme="inverse"] .cs-site-scheme-toggle:hover,
html[data-scheme="inverse"] .roberin-tool-search-toggle__button:hover,
html[data-scheme="inverse"] .cs-lang-current:hover,
html[data-scheme="inverse"] .cs-mobile-menu-button:hover,
body.cs-dark-mode .cs-site-scheme-toggle:hover,
body.cs-dark-mode .roberin-tool-search-toggle__button:hover,
body.cs-dark-mode .cs-lang-current:hover,
body.cs-dark-mode .cs-mobile-menu-button:hover {
  background: #d2aa55 !important;
  border-color: #a98b6b !important;
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
}

body[data-scheme="dark"] .cs-site-scheme-toggle svg,
body[data-scheme="dark"] .roberin-tool-search-toggle__button svg,
body[data-scheme="dark"] .cs-lang-current svg,
body[data-scheme="dark"] .cs-mobile-menu-button svg,
body[data-scheme="inverse"] .cs-site-scheme-toggle svg,
body[data-scheme="inverse"] .roberin-tool-search-toggle__button svg,
body[data-scheme="inverse"] .cs-lang-current svg,
body[data-scheme="inverse"] .cs-mobile-menu-button svg,
html[data-scheme="dark"] .cs-site-scheme-toggle svg,
html[data-scheme="dark"] .roberin-tool-search-toggle__button svg,
html[data-scheme="dark"] .cs-lang-current svg,
html[data-scheme="dark"] .cs-mobile-menu-button svg,
html[data-scheme="inverse"] .cs-site-scheme-toggle svg,
html[data-scheme="inverse"] .roberin-tool-search-toggle__button svg,
html[data-scheme="inverse"] .cs-lang-current svg,
html[data-scheme="inverse"] .cs-mobile-menu-button svg,
.cs-header[data-scheme="dark"] .cs-site-scheme-toggle svg,
.cs-header[data-scheme="dark"] .roberin-tool-search-toggle__button svg,
.cs-header[data-scheme="dark"] .cs-lang-current svg,
.cs-header[data-scheme="dark"] .cs-mobile-menu-button svg,
body.cs-dark-mode .cs-site-scheme-toggle svg,
body.cs-dark-mode .roberin-tool-search-toggle__button svg,
body.cs-dark-mode .cs-lang-current svg,
body.cs-dark-mode .cs-mobile-menu-button svg {
  color: currentColor !important;
  stroke: currentColor !important;
  fill: none !important;
}

body[data-scheme="dark"] .cs-site-scheme-toggle svg path,
body[data-scheme="inverse"] .cs-site-scheme-toggle svg path,
html[data-scheme="dark"] .cs-site-scheme-toggle svg path,
html[data-scheme="inverse"] .cs-site-scheme-toggle svg path,
.cs-header[data-scheme="dark"] .cs-site-scheme-toggle svg path,
body.cs-dark-mode .cs-site-scheme-toggle svg path {
  fill: currentColor !important;
  stroke: currentColor !important;
}

body[data-scheme="dark"] .roberin-tool-search-toggle__button svg circle,
body[data-scheme="dark"] .roberin-tool-search-toggle__button svg line,
body[data-scheme="dark"] .cs-lang-current svg circle,
body[data-scheme="dark"] .cs-lang-current svg line,
body[data-scheme="dark"] .cs-lang-current svg path,
body[data-scheme="dark"] .cs-mobile-menu-button svg line,
body[data-scheme="inverse"] .roberin-tool-search-toggle__button svg circle,
body[data-scheme="inverse"] .roberin-tool-search-toggle__button svg line,
body[data-scheme="inverse"] .cs-lang-current svg circle,
body[data-scheme="inverse"] .cs-lang-current svg line,
body[data-scheme="inverse"] .cs-lang-current svg path,
body[data-scheme="inverse"] .cs-mobile-menu-button svg line,
html[data-scheme="dark"] .roberin-tool-search-toggle__button svg circle,
html[data-scheme="dark"] .roberin-tool-search-toggle__button svg line,
html[data-scheme="dark"] .cs-lang-current svg circle,
html[data-scheme="dark"] .cs-lang-current svg line,
html[data-scheme="dark"] .cs-lang-current svg path,
html[data-scheme="dark"] .cs-mobile-menu-button svg line,
html[data-scheme="inverse"] .roberin-tool-search-toggle__button svg circle,
html[data-scheme="inverse"] .roberin-tool-search-toggle__button svg line,
html[data-scheme="inverse"] .cs-lang-current svg circle,
html[data-scheme="inverse"] .cs-lang-current svg line,
html[data-scheme="inverse"] .cs-lang-current svg path,
html[data-scheme="inverse"] .cs-mobile-menu-button svg line,
.cs-header[data-scheme="dark"] .roberin-tool-search-toggle__button svg circle,
.cs-header[data-scheme="dark"] .roberin-tool-search-toggle__button svg line,
.cs-header[data-scheme="dark"] .cs-lang-current svg circle,
.cs-header[data-scheme="dark"] .cs-lang-current svg line,
.cs-header[data-scheme="dark"] .cs-lang-current svg path,
.cs-header[data-scheme="dark"] .cs-mobile-menu-button svg line,
body.cs-dark-mode .roberin-tool-search-toggle__button svg circle,
body.cs-dark-mode .roberin-tool-search-toggle__button svg line,
body.cs-dark-mode .cs-lang-current svg circle,
body.cs-dark-mode .cs-lang-current svg line,
body.cs-dark-mode .cs-lang-current svg path,
body.cs-dark-mode .cs-mobile-menu-button svg line {
  stroke: currentColor !important;
  fill: none !important;
}

body[data-scheme="dark"] .cs-lang-dropdown,
body[data-scheme="dark"] .cs-lang-dropdown a,
body[data-scheme="dark"] .cs-mobile-menu-dropdown,
body[data-scheme="dark"] .cs-mobile-menu-dropdown a,
body[data-scheme="inverse"] .cs-lang-dropdown,
body[data-scheme="inverse"] .cs-lang-dropdown a,
body[data-scheme="inverse"] .cs-mobile-menu-dropdown,
body[data-scheme="inverse"] .cs-mobile-menu-dropdown a,
html[data-scheme="dark"] .cs-lang-dropdown,
html[data-scheme="dark"] .cs-lang-dropdown a,
html[data-scheme="dark"] .cs-mobile-menu-dropdown,
html[data-scheme="dark"] .cs-mobile-menu-dropdown a,
html[data-scheme="inverse"] .cs-lang-dropdown,
html[data-scheme="inverse"] .cs-lang-dropdown a,
html[data-scheme="inverse"] .cs-mobile-menu-dropdown,
html[data-scheme="inverse"] .cs-mobile-menu-dropdown a,
body.cs-dark-mode .cs-lang-dropdown,
body.cs-dark-mode .cs-lang-dropdown a,
body.cs-dark-mode .cs-mobile-menu-dropdown,
body.cs-dark-mode .cs-mobile-menu-dropdown a {
  background: #33271d !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .cs-offcanvas,
body[data-scheme="dark"] .cs-offcanvas__header,
body[data-scheme="dark"] .cs-offcanvas__sidebar,
body[data-scheme="dark"] .cs-offcanvas__inner,
body[data-scheme="dark"] .cs-offcanvas .widget,
body[data-scheme="dark"] .cs-offcanvas .wp-block-group,
body[data-scheme="dark"] .cs-offcanvas .wp-block-group__inner-container,
body[data-scheme="inverse"] .cs-offcanvas,
body[data-scheme="inverse"] .cs-offcanvas__header,
body[data-scheme="inverse"] .cs-offcanvas__sidebar,
body[data-scheme="inverse"] .cs-offcanvas__inner,
body[data-scheme="inverse"] .cs-offcanvas .widget,
body[data-scheme="inverse"] .cs-offcanvas .wp-block-group,
body[data-scheme="inverse"] .cs-offcanvas .wp-block-group__inner-container,
html[data-scheme="dark"] .cs-offcanvas,
html[data-scheme="dark"] .cs-offcanvas__header,
html[data-scheme="dark"] .cs-offcanvas__sidebar,
html[data-scheme="dark"] .cs-offcanvas__inner,
html[data-scheme="dark"] .cs-offcanvas .widget,
html[data-scheme="dark"] .cs-offcanvas .wp-block-group,
html[data-scheme="dark"] .cs-offcanvas .wp-block-group__inner-container,
html[data-scheme="inverse"] .cs-offcanvas,
html[data-scheme="inverse"] .cs-offcanvas__header,
html[data-scheme="inverse"] .cs-offcanvas__sidebar,
html[data-scheme="inverse"] .cs-offcanvas__inner,
html[data-scheme="inverse"] .cs-offcanvas .widget,
html[data-scheme="inverse"] .cs-offcanvas .wp-block-group,
html[data-scheme="inverse"] .cs-offcanvas .wp-block-group__inner-container,
body.cs-dark-mode .cs-offcanvas,
body.cs-dark-mode .cs-offcanvas__header,
body.cs-dark-mode .cs-offcanvas__sidebar,
body.cs-dark-mode .cs-offcanvas__inner,
body.cs-dark-mode .cs-offcanvas .widget,
body.cs-dark-mode .cs-offcanvas .wp-block-group,
body.cs-dark-mode .cs-offcanvas .wp-block-group__inner-container {
  background: #2b2119 !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .cs-offcanvas a,
body[data-scheme="dark"] .cs-offcanvas h2,
body[data-scheme="dark"] .cs-offcanvas label,
body[data-scheme="dark"] .cs-offcanvas .no-comments,
body[data-scheme="inverse"] .cs-offcanvas a,
body[data-scheme="inverse"] .cs-offcanvas h2,
body[data-scheme="inverse"] .cs-offcanvas label,
body[data-scheme="inverse"] .cs-offcanvas .no-comments,
html[data-scheme="dark"] .cs-offcanvas a,
html[data-scheme="dark"] .cs-offcanvas h2,
html[data-scheme="dark"] .cs-offcanvas label,
html[data-scheme="dark"] .cs-offcanvas .no-comments,
html[data-scheme="inverse"] .cs-offcanvas a,
html[data-scheme="inverse"] .cs-offcanvas h2,
html[data-scheme="inverse"] .cs-offcanvas label,
html[data-scheme="inverse"] .cs-offcanvas .no-comments,
body.cs-dark-mode .cs-offcanvas a,
body.cs-dark-mode .cs-offcanvas h2,
body.cs-dark-mode .cs-offcanvas label,
body.cs-dark-mode .cs-offcanvas .no-comments {
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .cs-offcanvas .wp-block-search__input,
body[data-scheme="inverse"] .cs-offcanvas .wp-block-search__input,
html[data-scheme="dark"] .cs-offcanvas .wp-block-search__input,
html[data-scheme="inverse"] .cs-offcanvas .wp-block-search__input,
body.cs-dark-mode .cs-offcanvas .wp-block-search__input {
  background: #241c15 !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

body[data-scheme="dark"] .cs-offcanvas .wp-block-search__button,
body[data-scheme="inverse"] .cs-offcanvas .wp-block-search__button,
html[data-scheme="dark"] .cs-offcanvas .wp-block-search__button,
html[data-scheme="inverse"] .cs-offcanvas .wp-block-search__button,
body.cs-dark-mode .cs-offcanvas .wp-block-search__button,
body[data-scheme="dark"] .cs-offcanvas__close,
body[data-scheme="inverse"] .cs-offcanvas__close,
html[data-scheme="dark"] .cs-offcanvas__close,
html[data-scheme="inverse"] .cs-offcanvas__close,
body.cs-dark-mode .cs-offcanvas__close {
  background: #33271d !important;
  border-color: #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .cs-header,
  body[data-scheme="auto"] .cs-header__outer,
  body[data-scheme="auto"] .cs-header__inner,
  html[data-scheme="auto"] .cs-header,
  html[data-scheme="auto"] .cs-header__outer,
  html[data-scheme="auto"] .cs-header__inner,
  .cs-header[data-scheme="auto"],
  .cs-header[data-scheme="auto"] .cs-header__outer,
  .cs-header[data-scheme="auto"] .cs-header__inner {
    background: #201811 !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    border-color: #a98b6b !important;
  }

  body[data-scheme="auto"] .cs-site-scheme-toggle,
  body[data-scheme="auto"] .roberin-tool-search-toggle__button,
  body[data-scheme="auto"] .cs-lang-current,
  body[data-scheme="auto"] .cs-mobile-menu-button,
  html[data-scheme="auto"] .cs-site-scheme-toggle,
  html[data-scheme="auto"] .roberin-tool-search-toggle__button,
  html[data-scheme="auto"] .cs-lang-current,
  html[data-scheme="auto"] .cs-mobile-menu-button,
  .cs-header[data-scheme="auto"] .cs-site-scheme-toggle,
  .cs-header[data-scheme="auto"] .roberin-tool-search-toggle__button,
  .cs-header[data-scheme="auto"] .cs-lang-current,
  .cs-header[data-scheme="auto"] .cs-mobile-menu-button {
    background: #33271d !important;
    border: 2px solid #a98b6b !important;
    color: #f0dfc5 !important;
    -webkit-text-fill-color: #f0dfc5 !important;
    box-shadow: 2px 2px 0 rgba(32, 24, 17, 0.62) !important;
  }

  body[data-scheme="auto"] .cs-site-scheme-toggle svg,
  body[data-scheme="auto"] .roberin-tool-search-toggle__button svg,
  body[data-scheme="auto"] .cs-lang-current svg,
  body[data-scheme="auto"] .cs-mobile-menu-button svg,
  html[data-scheme="auto"] .cs-site-scheme-toggle svg,
  html[data-scheme="auto"] .roberin-tool-search-toggle__button svg,
  html[data-scheme="auto"] .cs-lang-current svg,
  html[data-scheme="auto"] .cs-mobile-menu-button svg {
    color: currentColor !important;
    stroke: currentColor !important;
    fill: none !important;
  }

  body[data-scheme="auto"] .cs-site-scheme-toggle svg path,
  html[data-scheme="auto"] .cs-site-scheme-toggle svg path {
    fill: currentColor !important;
    stroke: currentColor !important;
  }

  body[data-scheme="auto"] .roberin-tool-search-toggle__button svg circle,
  body[data-scheme="auto"] .roberin-tool-search-toggle__button svg line,
  body[data-scheme="auto"] .cs-lang-current svg circle,
  body[data-scheme="auto"] .cs-lang-current svg line,
  body[data-scheme="auto"] .cs-lang-current svg path,
  body[data-scheme="auto"] .cs-mobile-menu-button svg line,
  html[data-scheme="auto"] .roberin-tool-search-toggle__button svg circle,
  html[data-scheme="auto"] .roberin-tool-search-toggle__button svg line,
  html[data-scheme="auto"] .cs-lang-current svg circle,
  html[data-scheme="auto"] .cs-lang-current svg line,
  html[data-scheme="auto"] .cs-lang-current svg path,
  html[data-scheme="auto"] .cs-mobile-menu-button svg line {
    stroke: currentColor !important;
    fill: none !important;
  }

  body[data-scheme="auto"] .cs-lang-dropdown,
  body[data-scheme="auto"] .cs-lang-dropdown a,
  body[data-scheme="auto"] .cs-mobile-menu-dropdown,
  body[data-scheme="auto"] .cs-mobile-menu-dropdown a,
  html[data-scheme="auto"] .cs-lang-dropdown,
  html[data-scheme="auto"] .cs-lang-dropdown a,
  html[data-scheme="auto"] .cs-mobile-menu-dropdown,
  html[data-scheme="auto"] .cs-mobile-menu-dropdown a {
    background: #33271d !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .cs-offcanvas,
  body[data-scheme="auto"] .cs-offcanvas__header,
  body[data-scheme="auto"] .cs-offcanvas__sidebar,
  body[data-scheme="auto"] .cs-offcanvas__inner,
  body[data-scheme="auto"] .cs-offcanvas .widget,
  body[data-scheme="auto"] .cs-offcanvas .wp-block-group,
  body[data-scheme="auto"] .cs-offcanvas .wp-block-group__inner-container,
  html[data-scheme="auto"] .cs-offcanvas,
  html[data-scheme="auto"] .cs-offcanvas__header,
  html[data-scheme="auto"] .cs-offcanvas__sidebar,
  html[data-scheme="auto"] .cs-offcanvas__inner,
  html[data-scheme="auto"] .cs-offcanvas .widget,
  html[data-scheme="auto"] .cs-offcanvas .wp-block-group,
  html[data-scheme="auto"] .cs-offcanvas .wp-block-group__inner-container {
    background: #2b2119 !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .cs-offcanvas a,
  body[data-scheme="auto"] .cs-offcanvas h2,
  body[data-scheme="auto"] .cs-offcanvas label,
  body[data-scheme="auto"] .cs-offcanvas .no-comments,
  html[data-scheme="auto"] .cs-offcanvas a,
  html[data-scheme="auto"] .cs-offcanvas h2,
  html[data-scheme="auto"] .cs-offcanvas label,
  html[data-scheme="auto"] .cs-offcanvas .no-comments {
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .cs-offcanvas .wp-block-search__input,
  html[data-scheme="auto"] .cs-offcanvas .wp-block-search__input {
    background: #241c15 !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }

  body[data-scheme="auto"] .cs-offcanvas .wp-block-search__button,
  body[data-scheme="auto"] .cs-offcanvas__close,
  html[data-scheme="auto"] .cs-offcanvas .wp-block-search__button,
  html[data-scheme="auto"] .cs-offcanvas__close {
    background: #33271d !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }
}

/* v12: strict reviewer correction — theme script can reset body[data-scheme]
   to auto after tool interaction while html[data-scheme] remains dark/inverse.
   These higher-specificity selectors keep contact consent dark in that mixed state. */
html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent,
html[data-scheme="dark"] body[data-scheme="auto"] .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent,
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent,
html[data-scheme="inverse"] body[data-scheme="auto"] .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-contact-consent.roberin-contact-consent,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-contact-consent.roberin-contact-consent {
  background: #33271d !important;
  border: 2px solid #a98b6b !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  box-shadow: none !important;
}

html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-acceptance,
html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-list-item,
html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent label,
html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-list-item-label,
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-acceptance,
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-list-item,
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent label,
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent .wpcf7-list-item-label {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

html[data-scheme="dark"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent input[type="checkbox"],
html[data-scheme="inverse"] body .cs-site .cs-contact-form .wpcf7-form .roberin-contact-consent.roberin-contact-consent input[type="checkbox"] {
  background: #241c15 !important;
  border-color: #a98b6b !important;
  accent-color: #d2aa55 !important;
}


/* v13: article heading/code readability correction.
   Reviewer failure: h2 and table formula code inherited light backgrounds while
   dark/auto schemes changed only text fill. Keep light readable and force dark
   paired surface + -webkit-text-fill-color for every formula code fragment. */
.roberin-article-body.one-rm-article h2,
.roberin-article-body.one-rm-article h2 * {
  background: #e2edd8 !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  border-color: rgba(107, 87, 69, 0.68) !important;
  text-shadow: none !important;
}

.roberin-article-body.one-rm-article code,
.roberin-article-body.one-rm-article td code,
.roberin-article-body.one-rm-article .one-rm-article__table code,
.roberin-article-body.one-rm-article .one-rm-article__formula code {
  display: inline !important;
  max-width: 100% !important;
  padding: 1px 4px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff4dd !important;
  box-shadow: inset 0 -1px 0 rgba(107, 87, 69, 0.28) !important;
  color: #6f3a2d !important;
  -webkit-text-fill-color: #6f3a2d !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace !important;
  font-size: 0.94em !important;
  font-weight: 800 !important;
  line-height: 1.48 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  text-shadow: none !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article h2,
body[data-scheme="dark"] .roberin-article-body.one-rm-article h2 *,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article h2,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="dark"] .roberin-article-body.one-rm-article h2,
html[data-scheme="dark"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article h2,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2 *,
body.cs-dark-mode .roberin-article-body.one-rm-article h2,
body.cs-dark-mode .roberin-article-body.one-rm-article h2 * {
  background: #2f3a25 !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
  text-shadow: none !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article code,
body[data-scheme="dark"] .roberin-article-body.one-rm-article td code,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table code,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article code,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article td code,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table code,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
html[data-scheme="dark"] .roberin-article-body.one-rm-article code,
html[data-scheme="dark"] .roberin-article-body.one-rm-article td code,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table code,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article code,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article td code,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table code,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article code,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article td code,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table code,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article code,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article td code,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table code,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
body.cs-dark-mode .roberin-article-body.one-rm-article code,
body.cs-dark-mode .roberin-article-body.one-rm-article td code,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table code,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__formula code {
  background: #241c15 !important;
  box-shadow: inset 0 -1px 0 rgba(169, 139, 107, 0.52) !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  text-shadow: none !important;
}

@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article h2 *,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article h2 * {
    background: #2f3a25 !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    border-color: rgba(169, 139, 107, 0.76) !important;
    text-shadow: none !important;
  }

  body[data-scheme="auto"] .roberin-article-body.one-rm-article code,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article td code,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table code,
  body[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__formula code,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article code,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article td code,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__table code,
  html[data-scheme="auto"] .roberin-article-body.one-rm-article .one-rm-article__formula code {
    background: #241c15 !important;
    box-shadow: inset 0 -1px 0 rgba(169, 139, 107, 0.52) !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
    text-shadow: none !important;
  }
}


/* v15: benchmark-led 1RM tool reconstruction.
   External calculator audit: keep input compact, add 6-formula comparison,
   recommended average, 50-100% load table, kg/lb conversion, rounding, and
   high-rep confidence warning. */
body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark {
  --r1-paper: #efe2d0;
  --r1-panel: #f8efe2;
  --r1-input: #fff9ee;
  --r1-result: #e2edd8;
  --r1-ink: #34281f;
  --r1-muted: #574838;
  --r1-line: #6b5745;
  --r1-red: #bf7358;
  --r1-red-soft: #c98264;
  --r1-yellow: #ddbf6f;
  --r1-warn: #efe1bc;
  width: min(100%, 950px) !important;
  max-width: 950px !important;
  margin: 18px auto 28px !important;
  padding: 12px !important;
  border: 3px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background:
    linear-gradient(90deg, rgba(107, 87, 69, 0.040) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(107, 87, 69, 0.034) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.48) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "D2Coding", "Nanum Gothic Coding", "Malgun Gothic", monospace !important;
  line-height: 1.35 !important;
  overflow: visible !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark *,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark *::before,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark *::after {
  box-sizing: border-box !important;
}

.one-rm-benchmark-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.42fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin: 0 0 10px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker {
  display: inline-flex !important;
  margin: 0 0 4px !important;
  padding: 0 !important;
  color: #6f3a2d !important;
  -webkit-text-fill-color: #6f3a2d !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  letter-spacing: .04em !important;
  line-height: 1.1 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title {
  display: block !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: var(--r1-red-soft) !important;
  font-size: 20px !important;
  font-weight: 950 !important;
  letter-spacing: -0.5px !important;
  line-height: 1.12 !important;
  text-align: left !important;
  text-shadow: 1px 1px 0 rgba(91,75,60,.42) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-result-status,
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card {
  margin: 6px 0 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 12px !important;
  line-height: 1.36 !important;
  font-weight: 850 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note {
  align-self: stretch !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px dashed rgba(107,87,69,.58) !important;
  background: var(--r1-warn) !important;
  font-size: 10.5px !important;
}

.one-rm-benchmark-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(220px, .78fr) !important;
  gap: 10px !important;
  align-items: start !important;
}

.one-rm-card {
  align-self: start !important;
  min-width: 0 !important;
  padding: 10px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-panel) !important;
  box-shadow: 3px 3px 0 rgba(82,65,50,.36) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
}

.one-rm-card h3 {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 0 0 8px !important;
  padding: 0 0 6px !important;
  border: 0 !important;
  border-bottom: 2px dashed rgba(107,87,69,.68) !important;
  background: transparent !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  letter-spacing: -0.2px !important;
  line-height: 1.2 !important;
}

.one-rm-card h3::before {
  content: "■" !important;
  color: var(--r1-red) !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.one-rm-entry-grid,
.one-rm-result-card,
.one-rm-load-card,
.one-rm-compare-card {
  display: grid !important;
  gap: 8px !important;
}

.one-rm-entry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.one-rm-field {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}

.one-rm-field--wide,
.one-rm-error,
.one-rm-actions {
  grid-column: 1 / -1 !important;
}

.one-rm-input,
.one-rm-select {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 34px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background-color: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  box-shadow: inset 1px 1px 0 rgba(107,87,69,.18) !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.one-rm-select {
  padding-right: 18px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--r1-line) 50%),
    linear-gradient(135deg, var(--r1-line) 50%, transparent 50%) !important;
  background-position: calc(100% - 11px) 14px, calc(100% - 6px) 14px !important;
  background-size: 5px 5px !important;
  background-repeat: no-repeat !important;
}

.one-rm-unit-toggle,
.one-rm-actions {
  display: grid !important;
  gap: 6px !important;
}
.one-rm-unit-toggle { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.one-rm-actions { grid-template-columns: 1.2fr .9fr .9fr !important; }

.one-rm-btn,
.one-rm-unit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  min-height: 34px !important;
  margin: 0 !important;
  padding: 6px 8px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  text-align: center !important;
  cursor: pointer !important;
}

.one-rm-btn--primary,
.one-rm-unit-btn.is-active {
  background: var(--r1-yellow) !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
}

.one-rm-error {
  display: none !important;
  margin: 0 !important;
  padding: 7px 8px !important;
  border: 2px dashed rgba(142,63,49,.48) !important;
  background: #fff0e3 !important;
  color: #8e3f31 !important;
  -webkit-text-fill-color: #8e3f31 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}
.one-rm-error.is-visible { display: block !important; }

.one-rm-primary-result {
  display: grid !important;
  gap: 2px !important;
  padding: 9px !important;
  border: 2px solid var(--r1-line) !important;
  background: var(--r1-result) !important;
}
.one-rm-result-label {
  color: #514235 !important;
  -webkit-text-fill-color: #514235 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
}
.one-rm-primary-result strong {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: clamp(32px, 4vw, 43px) !important;
  font-weight: 1000 !important;
  line-height: .98 !important;
  letter-spacing: -.05em !important;
}
.one-rm-primary-result small {
  font-size: .42em !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.one-rm-meta-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 4px !important;
}
.one-rm-meta-grid div {
  display: grid !important;
  gap: 2px !important;
  min-width: 0 !important;
  padding: 5px 6px !important;
  border: 1px solid rgba(107,87,69,.52) !important;
  background: var(--r1-input) !important;
}
.one-rm-meta-grid span {
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.one-rm-meta-grid strong {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
}
.one-rm-copy-btn { width: 100% !important; }

.one-rm-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.one-rm-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(107,87,69,.64) !important;
  border-collapse: collapse !important;
  background: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
}
.one-rm-table th,
.one-rm-table td {
  padding: 6px 7px !important;
  border: 0 !important;
  border-right: 1px solid rgba(107,87,69,.24) !important;
  border-bottom: 1px solid rgba(107,87,69,.24) !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  text-align: left !important;
  line-height: 1.2 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
}
.one-rm-table tr > *:last-child { border-right: 0 !important; }
.one-rm-table tbody tr:last-child td { border-bottom: 0 !important; }
.one-rm-table th {
  background: var(--r1-result) !important;
  font-weight: 950 !important;
}
.one-rm-note-card {
  padding: 7px 8px !important;
  border: 1px dashed rgba(107,87,69,.58) !important;
  background: var(--r1-warn) !important;
}
.one-rm-toast {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  z-index: 9999 !important;
  max-width: min(320px, calc(100vw - 28px)) !important;
  padding: 9px 11px !important;
  border: 2px solid var(--r1-line) !important;
  background: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  opacity: 0 !important;
  transform: translateY(8px) !important;
  pointer-events: none !important;
}
.one-rm-toast.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark {
  --r1-paper: #201811;
  --r1-panel: #2b2119;
  --r1-input: #241c15;
  --r1-result: #2f3a25;
  --r1-ink: #f2e4cf;
  --r1-muted: #f0dfc5;
  --r1-line: #a98b6b;
  --r1-red: #d28a70;
  --r1-red-soft: #6c4537;
  --r1-yellow: #d2aa55;
  --r1-warn: #3b2d1f;
  background:
    linear-gradient(90deg, rgba(169,139,107,.08) 1px, transparent 1px) 0 0 / 12px 12px,
    linear-gradient(0deg, rgba(169,139,107,.07) 1px, transparent 1px) 0 0 / 12px 12px,
    var(--r1-paper) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  border-color: var(--r1-line) !important;
  box-shadow: 3px 3px 0 rgba(32,24,17,.68) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn {
  background-color: var(--r1-input) !important;
  border-color: rgba(169,139,107,.76) !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card {
  background: #2b2119 !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title {
  background: #6c4537 !important;
  border-color: #a98b6b !important;
  color: #fff7e8 !important;
  -webkit-text-fill-color: #fff7e8 !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-kicker,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-subtitle,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note {
  color: #f0dfc5 !important;
  -webkit-text-fill-color: #f0dfc5 !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-source-note,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-note-card {
  background: #3b2d1f !important;
  border-color: rgba(169,139,107,.76) !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-primary-result,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table th,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-primary-result,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table th,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-primary-result,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table th,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-primary-result,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table th,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-primary-result,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table th {
  background: #2f3a25 !important;
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active {
  background: #d2aa55 !important;
  border-color: #a98b6b !important;
  color: #241c15 !important;
  -webkit-text-fill-color: #241c15 !important;
}
@media (prefers-color-scheme: dark) {
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark {
    --r1-paper: #201811;
    --r1-panel: #2b2119;
    --r1-input: #241c15;
    --r1-result: #2f3a25;
    --r1-ink: #f2e4cf;
    --r1-muted: #f0dfc5;
    --r1-line: #a98b6b;
    --r1-red-soft: #6c4537;
    --r1-yellow: #d2aa55;
    --r1-warn: #3b2d1f;
  }
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-card {
    background: #2b2119 !important;
    border-color: rgba(169,139,107,.76) !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-select,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn {
    background-color: #241c15 !important;
    border-color: #a98b6b !important;
    color: #f2e4cf !important;
    -webkit-text-fill-color: #f2e4cf !important;
  }
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
  body[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-btn--primary,
  html[data-scheme="auto"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-unit-btn.is-active {
    background: #d2aa55 !important;
    color: #241c15 !important;
    -webkit-text-fill-color: #241c15 !important;
  }
}

@media (max-width: 900px) {
  .one-rm-benchmark-head,
  .one-rm-benchmark-grid { grid-template-columns: 1fr !important; }
  .one-rm-load-card,
  .one-rm-compare-card { grid-column: auto !important; }
}
@media (min-width: 901px) {
  .one-rm-input-card { grid-column: 1 / 2 !important; }
  .one-rm-result-card { grid-column: 2 / 3 !important; }
  .one-rm-load-card { grid-column: 3 / 4 !important; }
  .one-rm-compare-card { grid-column: 1 / -1 !important; }
}
@media (max-width: 430px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--benchmark,
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    padding: 10px !important;
  }
  .one-rm-entry-grid,
  .one-rm-meta-grid,
  .one-rm-actions { grid-template-columns: 1fr !important; }
  .one-rm-title { font-size: 19px !important; }
  .one-rm-primary-result strong { font-size: 32px !important; }
  .one-rm-table { font-size: 11px !important; }
  .one-rm-table th,
  .one-rm-table td { padding: 6px !important; }
}

/* v14 compact correction: keep formula comparison available but collapsed by default. */
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary {
  min-height: 30px !important;
  padding: 6px 8px !important;
  border: 1px dashed rgba(107,87,69,.58) !important;
  background: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  list-style-position: inside !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details[open] summary {
  margin-bottom: 6px !important;
  background: var(--r1-warn) !important;
}
@media (min-width: 901px) {
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-benchmark-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(230px, .82fr) !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-input-card { grid-column: 1 / 2 !important; }
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-result-card { grid-column: 2 / 3 !important; }
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-load-card { grid-column: 3 / 4 !important; }
  .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-card { display: none !important; }
}
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-compare-details summary {
  background: #241c15 !important;
  border-color: rgba(169,139,107,.76) !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
}

/* v14.1 QA correction: keep benchmark title readable in light mode using approved ROBERIN emphasis brown. */
html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-title {
  background: #7a412f !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
}

/* v14.2 QA correction: one table frame only. The wrapper owns the frame; table/cells use internal separators. */
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table {
  border: 0 !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.one-rep-max-calculator-container.roberin-1rm-tool--benchmark .one-rm-table-wrap {
  border-width: 1.5px !important;
}

/* v16: Phase 2 article depth pass — keep 1RM body headings aligned with the
   my-salary-calculator article reference: warm paper block, brown outline,
   thick left accent, restrained shadow, and paired dark-mode colors. */
.roberin-article-body.one-rm-article h2 {
  display: block !important;
  margin: 0 0 14px !important;
  padding: 10px 13px 10px 14px !important;
  background: #fff8ed !important;
  color: #34281f !important;
  -webkit-text-fill-color: #34281f !important;
  border: 1.5px solid rgba(107, 87, 69, 0.72) !important;
  border-left: 7px solid #7a412f !important;
  box-shadow: 3px 3px 0 rgba(107, 87, 69, 0.16) !important;
  line-height: 1.22 !important;
  overflow-wrap: anywhere !important;
  text-shadow: none !important;
}

.roberin-article-body.one-rm-article h2 *,
.roberin-article-body.one-rm-article h2 span,
.roberin-article-body.one-rm-article h2 strong {
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article h2,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article h2,
html[data-scheme="dark"] .roberin-article-body.one-rm-article h2,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article h2,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2,
body.cs-dark-mode .roberin-article-body.one-rm-article h2 {
  background: #33271d !important;
  color: #f2e4cf !important;
  -webkit-text-fill-color: #f2e4cf !important;
  border-color: rgba(169, 139, 107, 0.82) !important;
  border-left-color: #d2aa55 !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.24) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article h2 *,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="dark"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="dark"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2 *,
html[data-scheme="inverse"] body[data-scheme="auto"] .roberin-article-body.one-rm-article h2 *,
body.cs-dark-mode .roberin-article-body.one-rm-article h2 * {
  background: transparent !important;
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
  border: 0 !important;
  box-shadow: none !important;
}


/* =========================================
   v19 Phase 1 tool-only reference-first correction — date-difference calculator rhythm
   Reference: https://roberin.com/projects/date-difference-calculator/
   Scope: 1RM tool UI only. Existing Phase 2 article rules are carried over unchanged.
========================================= */
body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
.one-rep-max-calculator-container.roberin-1rm-tool--reference {
  --r1-paper: #fff7e8;
  --r1-paper-soft: #fbf0dc;
  --r1-panel: rgba(255, 253, 247, 0.94);
  --r1-input: #fffdf8;
  --r1-result: #dfeef8;
  --r1-result-ink: #28455a;
  --r1-ink: #2b2119;
  --r1-muted: #67584a;
  --r1-line: #6b5745;
  --r1-line-soft: rgba(107, 87, 69, 0.26);
  --r1-green: #e3efd2;
  --r1-green-ink: #2f4e2e;
  --r1-amber: #f7df9d;
  --r1-red: #a43e2d;
  --r1-primary: #35271d;
  --r1-primary-ink: #fffaf0;
  --r1-shadow: 4px 4px 0 rgba(72, 55, 40, 0.22);
  --r1-shadow-soft: 2px 2px 0 rgba(72, 55, 40, 0.14);
  width: min(950px, calc(100vw - 32px)) !important;
  max-width: 950px !important;
  margin: 18px auto 28px !important;
  padding: 14px !important;
  border: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.045) 1px, transparent 1px),
    var(--r1-paper) !important;
  background-size: 20px 20px, 20px 20px, auto !important;
  box-shadow: var(--r1-shadow) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif !important;
  line-height: 1.52 !important;
  overflow: hidden !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-calculator-header,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-head {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 0 10px !important;
  border: 0 !important;
  border-bottom: 2px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: left !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-kicker,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before {
  display: none !important;
  content: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  text-shadow: none !important;
  word-break: keep-all !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-subtitle {
  max-width: 660px !important;
  margin: 4px 0 0 !important;
  padding: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  background: transparent !important;
  font-size: 14.5px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
  word-break: keep-all !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note {
  display: block !important;
  width: auto !important;
  margin: 8px 0 0 !important;
  padding: 7px 9px !important;
  border: 1px dashed var(--r1-line-soft) !important;
  border-radius: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  background: var(--r1-paper-soft) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
  text-align: left !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-grid,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container {
  display: grid !important;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.95fr) minmax(0, 1.1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  margin: 0 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
  min-width: 0 !important;
  align-self: stretch !important;
  padding: 12px !important;
  border: 1px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-panel) !important;
  box-shadow: var(--r1-shadow-soft) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 9px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card h3,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card h3 {
  display: block !important;
  margin: 0 0 10px !important;
  padding: 0 0 8px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--r1-line-soft) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15.5px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: -0.02em !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .section h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-form-card h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-card h3::before,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card h3::before {
  content: none !important;
  display: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-entry-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 9px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field,
.one-rep-max-calculator-container.roberin-1rm-tool--reference label {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field span,
.one-rep-max-calculator-container.roberin-1rm-tool--reference label > span,
.one-rep-max-calculator-container.roberin-1rm-tool--reference #oneRmUnitLabel {
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font: inherit !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field--wide,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
  grid-column: 1 / -1 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
.one-rep-max-calculator-container.roberin-1rm-tool--reference input[type="text"],
.one-rep-max-calculator-container.roberin-1rm-tool--reference select {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background-color: var(--r1-input) !important;
  box-shadow: inset 0 1px 0 rgba(107, 87, 69, 0.08) !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  font-family: inherit !important;
  color-scheme: light !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select {
  padding-right: 24px !important;
  background-position: calc(100% - 13px) 17px, calc(100% - 8px) 17px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-toggle {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
  display: grid !important;
  grid-template-columns: 1.15fr 0.85fr 0.85fr !important;
  gap: 8px !important;
  margin-top: 0 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  min-width: 0 !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: var(--r1-input) !important;
  box-shadow: var(--r1-shadow-soft) !important;
  font-family: inherit !important;
  font-size: 13.5px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: transform 120ms ease, box-shadow 120ms ease, background-color 120ms ease, color 120ms ease !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn:hover,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn:hover {
  transform: translate(1px, 1px) !important;
  box-shadow: 1px 1px 0 rgba(72, 55, 40, 0.16) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary {
  color: var(--r1-primary-ink) !important;
  -webkit-text-fill-color: var(--r1-primary-ink) !important;
  background: var(--r1-primary) !important;
  border-color: #231a13 !important;
  box-shadow: 3px 3px 0 rgba(72, 55, 40, 0.24) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn {
  color: var(--r1-green-ink) !important;
  -webkit-text-fill-color: var(--r1-green-ink) !important;
  background: var(--r1-green) !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn {
  color: #743528 !important;
  -webkit-text-fill-color: #743528 !important;
  background: #f3dfd3 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error {
  display: none !important;
  margin: 0 !important;
  padding: 8px 10px !important;
  color: #8e3f31 !important;
  -webkit-text-fill-color: #8e3f31 !important;
  border: 1px dashed rgba(142, 63, 49, 0.48) !important;
  background: #fff0e3 !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-error.is-visible {
  display: block !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-status {
  margin: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result {
  display: grid !important;
  place-items: center !important;
  gap: 4px !important;
  min-height: 98px !important;
  margin: 0 !important;
  padding: 12px !important;
  border: 1px solid var(--r1-line) !important;
  border-radius: 0 !important;
  color: var(--r1-result-ink) !important;
  -webkit-text-fill-color: var(--r1-result-ink) !important;
  background: var(--r1-result) !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.38) !important;
  text-align: center !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label {
  color: var(--r1-result-ink) !important;
  -webkit-text-fill-color: var(--r1-result-ink) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 6px !important;
  margin: 0 !important;
  color: var(--r1-result-ink) !important;
  -webkit-text-fill-color: var(--r1-result-ink) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  line-height: 0.98 !important;
  font-weight: 1000 !important;
  letter-spacing: -0.045em !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small {
  font-size: 0.42em !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-meta,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 7px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
  padding: 7px 8px !important;
  border: 1px solid var(--r1-line-soft) !important;
  border-radius: 0 !important;
  background: #fffaf0 !important;
  box-shadow: none !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card span,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div span {
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card strong,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div strong {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  overflow-wrap: anywhere !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .copy-btn,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-copy-btn {
  width: 100% !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  border: 1px solid var(--r1-line) !important;
  border-radius: 0 !important;
  background: var(--r1-input) !important;
  box-shadow: none !important;
  overflow-x: auto !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  font-size: 12.5px !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
  padding: 7px 8px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.22) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  white-space: nowrap !important;
  text-align: left !important;
  line-height: 1.22 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th {
  background: #f0eadb !important;
  font-weight: 950 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card {
  margin: 0 !important;
  padding: 8px 10px !important;
  border: 1px dashed var(--r1-line-soft) !important;
  border-radius: 0 !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
  background: var(--r1-paper-soft) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary {
  min-height: 36px !important;
  padding: 8px 10px !important;
  border: 1px dashed var(--r1-line-soft) !important;
  background: var(--r1-input) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference {
  --r1-paper: #2b2119;
  --r1-paper-soft: #3b2d1f;
  --r1-panel: #33271d;
  --r1-input: #241c15;
  --r1-result: #1f3340;
  --r1-result-ink: #dbeaf2;
  --r1-ink: #f7ebd8;
  --r1-muted: #f0dfc5;
  --r1-line: #a98b6b;
  --r1-line-soft: rgba(169, 139, 107, 0.42);
  --r1-green: #263722;
  --r1-green-ink: #d9efca;
  --r1-primary: #f0c86a;
  --r1-primary-ink: #241c15;
  background:
    linear-gradient(rgba(229, 196, 139, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(229, 196, 139, 0.05) 1px, transparent 1px),
    var(--r1-paper) !important;
  background-size: 20px 20px, 20px 20px, auto !important;
  border-color: var(--r1-line) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.34) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .section,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-card {
  background: var(--r1-panel) !important;
  border-color: var(--r1-line) !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.24) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-input,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-select,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn {
  color: #fff5df !important;
  -webkit-text-fill-color: #fff5df !important;
  background: var(--r1-input) !important;
  border-color: var(--r1-line) !important;
  box-shadow: inset 0 1px 0 rgba(240, 200, 106, 0.10) !important;
  color-scheme: dark !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-unit-btn.is-active,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-btn--primary {
  background: var(--r1-primary) !important;
  border-color: var(--r1-primary) !important;
  color: var(--r1-primary-ink) !important;
  -webkit-text-fill-color: var(--r1-primary-ink) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference #sampleBtn {
  color: var(--r1-green-ink) !important;
  -webkit-text-fill-color: var(--r1-green-ink) !important;
  background: var(--r1-green) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference #resetBtn {
  color: #f2d6cb !important;
  -webkit-text-fill-color: #f2d6cb !important;
  background: #4a2b22 !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-main,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result {
  background: var(--r1-result) !important;
  border-color: var(--r1-line) !important;
  color: var(--r1-result-ink) !important;
  -webkit-text-fill-color: var(--r1-result-ink) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-label,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-unit,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result small {
  color: var(--r1-result-ink) !important;
  -webkit-text-fill-color: var(--r1-result-ink) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid > div,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table-wrap,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-note-card,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-source-note,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-compare-details summary {
  background: var(--r1-input) !important;
  border-color: var(--r1-line-soft) !important;
  color: var(--r1-muted) !important;
  -webkit-text-fill-color: var(--r1-muted) !important;
}

body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  border-bottom-color: rgba(169, 139, 107, 0.28) !important;
}

@media (max-width: 920px) {
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container {
    grid-template-columns: 1fr 1fr !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-load-card {
    grid-column: 1 / -1 !important;
  }
}

@media (max-width: 782px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    width: min(950px, calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    padding: 12px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-tool-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .main-container,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-field-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-entry-grid,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-meta,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-meta-grid {
    grid-template-columns: 1fr !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 430px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    padding: 10px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-actions {
    grid-template-columns: 1fr !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
    font-size: 22px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-result-value,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-primary-result strong {
    font-size: 34px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table {
    font-size: 12px !important;
  }
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table th,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-table td {
    padding: 6px !important;
  }
}


/* v19.1 after-tool ad rhythm: match tool→ad and ad→article gaps within 1px.
   Desktop article margin is 46px; mobile article margin is 26px. */
body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
.one-rep-max-calculator-container.roberin-1rm-tool--reference {
  margin-bottom: 46px !important;
}
@media (max-width: 782px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    margin-bottom: 26px !important;
  }
}


/* v19 header specificity correction: override legacy red-title fallback so the
   Phase 1 tool header follows the date-difference transparent title rhythm. */
html body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-calculator-header,
html body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-head,
html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body.single-sight-projects:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-calculator-header,
html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body.single-sight-projects:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-benchmark-head {
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid var(--r1-line) !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

html body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body.single-sight-projects:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: var(--r1-ink) !important;
  -webkit-text-fill-color: var(--r1-ink) !important;
  background: transparent !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  line-height: 1.14 !important;
  font-weight: 950 !important;
  letter-spacing: -0.045em !important;
  text-shadow: none !important;
  word-break: keep-all !important;
}

html body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body.single-sight-projects:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before,
body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title::before {
  content: none !important;
  display: none !important;
}

@media (max-width: 430px) {
  html body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  html:not([data-scheme="dark"]):not([data-scheme="inverse"]) body.single-sight-projects:not(.cs-dark-mode) .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  body[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  body[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  html[data-scheme="dark"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  html[data-scheme="inverse"] .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title,
  body.cs-dark-mode .one-rep-max-calculator-container.roberin-1rm-tool--reference .one-rm-title {
    font-size: 22px !important;
  }
}

/* =========================================
   v21 Phase 2 body/article redesign
   Reference: https://roberin.com/projects/pdf-page-deletion/
   Gate: single article wrapper + transparent header/sections/H2/H3; cards only for inner components.
========================================= */
.roberin-article-body.one-rm-article,
body.single-sight-projects .entry-content .roberin-article-body.one-rm-article {
  --r1a-paper: #f8efe2;
  --r1a-card: #fff8ed;
  --r1a-soft: #e2edd8;
  --r1a-ink: #34281f;
  --r1a-muted: #574838;
  --r1a-line: #6b5745;
  --r1a-accent: #d2aa55;
  --r1a-warn: #efe1bc;
  display: grid !important;
  gap: 18px !important;
  width: min(100%, 980px) !important;
  max-width: 980px !important;
  margin: clamp(26px, 4vw, 46px) auto !important;
  padding: clamp(18px, 3vw, 28px) !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.72 !important;
  background:
    linear-gradient(rgba(107, 87, 69, 0.043) 1px, transparent 1px),
    linear-gradient(90deg, rgba(107, 87, 69, 0.04) 1px, transparent 1px),
    var(--r1a-paper) !important;
  background-size: 28px 28px, 28px 28px, auto !important;
  border: 2px solid var(--r1a-line) !important;
  border-radius: 0 !important;
  box-shadow: 5px 5px 0 rgba(82, 65, 50, 0.22) !important;
  overflow: hidden !important;
}

.roberin-article-body.one-rm-article *,
.roberin-article-body.one-rm-article *::before,
.roberin-article-body.one-rm-article *::after {
  box-sizing: border-box !important;
  min-width: 0 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__hero,
.roberin-article-body.one-rm-article .one-rm-article__section {
  display: grid !important;
  gap: 13px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__hero {
  padding-bottom: 4px !important;
}

.roberin-article-body.one-rm-article h2,
.roberin-article-body.one-rm-article h3 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  letter-spacing: -0.035em !important;
}

.roberin-article-body.one-rm-article h2 {
  font-size: clamp(20px, 2.4vw, 28px) !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.roberin-article-body.one-rm-article h3 {
  font-size: clamp(15px, 1.8vw, 17px) !important;
  line-height: 1.28 !important;
  font-weight: 920 !important;
}

.roberin-article-body.one-rm-article p,
.roberin-article-body.one-rm-article li,
.roberin-article-body.one-rm-article td,
.roberin-article-body.one-rm-article th,
.roberin-article-body.one-rm-article summary,
.roberin-article-body.one-rm-article span,
.roberin-article-body.one-rm-article strong {
  color: inherit !important;
  -webkit-text-fill-color: currentColor !important;
}

.roberin-article-body.one-rm-article p,
.roberin-article-body.one-rm-article li {
  margin: 0 !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  font-size: 15px !important;
  line-height: 1.72 !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.roberin-article-body.one-rm-article .one-rm-article__kicker {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #8b5a42 !important;
  -webkit-text-fill-color: #8b5a42 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

.roberin-article-body.one-rm-article .one-rm-article__nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__nav a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 6px 10px !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  text-decoration: none !important;
  background: var(--r1a-card) !important;
  border: 1px solid rgba(107, 87, 69, 0.62) !important;
  border-radius: 0 !important;
  box-shadow: 2px 2px 0 rgba(82, 65, 50, 0.12) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__nav a:hover,
.roberin-article-body.one-rm-article .one-rm-article__nav a:focus-visible {
  background: var(--r1a-accent) !important;
  outline: 2px solid var(--r1a-line) !important;
  outline-offset: 2px !important;
}

.roberin-article-body.one-rm-article .one-rm-article__grid,
.roberin-article-body.one-rm-article .one-rm-article__use-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__card,
.roberin-article-body.one-rm-article .one-rm-article__process,
.roberin-article-body.one-rm-article .one-rm-article__use,
.roberin-article-body.one-rm-article .one-rm-article__notice,
.roberin-article-body.one-rm-article details {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 12px !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  background: var(--r1a-card) !important;
  border: 1px solid rgba(107, 87, 69, 0.82) !important;
  border-radius: 0 !important;
  box-shadow: 3px 3px 0 rgba(82, 65, 50, 0.13) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__process {
  background: rgba(226, 237, 216, 0.70) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__notice {
  background: rgba(239, 225, 188, 0.64) !important;
  border-style: dashed !important;
}

.roberin-article-body.one-rm-article .one-rm-article__use span {
  display: block !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__use strong {
  display: block !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-size: clamp(18px, 2.8vw, 24px) !important;
  font-weight: 950 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.035em !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table {
  width: 100% !important;
  min-width: 720px !important;
  margin: 0 !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: var(--r1a-card) !important;
  border: 1px solid rgba(107, 87, 69, 0.82) !important;
  border-collapse: collapse !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table th,
.roberin-article-body.one-rm-article .one-rm-article__table td {
  padding: 10px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(107, 87, 69, 0.30) !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  text-align: left !important;
  vertical-align: top !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table th {
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: var(--r1a-soft) !important;
  font-weight: 950 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table th + th,
.roberin-article-body.one-rm-article .one-rm-article__table td + td {
  border-left: 1px solid rgba(107, 87, 69, 0.24) !important;
}

.roberin-article-body.one-rm-article .one-rm-article__table tbody tr:last-child th,
.roberin-article-body.one-rm-article .one-rm-article__table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  counter-reset: pdf-article-step !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps > li {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
  font-weight: 680 !important;
  counter-increment: pdf-article-step !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps > li::before {
  content: counter(pdf-article-step) !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  display: grid !important;
  place-items: center !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: rgba(210, 170, 85, 0.24) !important;
  border: 1px solid rgba(107, 87, 69, 0.82) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps--bullets {
  counter-reset: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps--bullets > li {
  counter-increment: none !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps--bullets > li::before {
  content: "" !important;
  flex-basis: 9px !important;
  width: 9px !important;
  height: 9px !important;
  background: var(--r1a-accent) !important;
}

.roberin-article-body.one-rm-article details summary {
  cursor: pointer !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

.roberin-article-body.one-rm-article details p {
  margin-top: 8px !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article,
html[data-scheme="dark"] .roberin-article-body.one-rm-article,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article,
body.cs-dark-mode .roberin-article-body.one-rm-article {
  --r1a-paper: #2b2119;
  --r1a-card: #33271d;
  --r1a-soft: #2f3a25;
  --r1a-ink: #f2e4cf;
  --r1a-muted: #f0dfc5;
  --r1a-line: #a98b6b;
  --r1a-accent: #d2aa55;
  --r1a-warn: #3b2d1f;
  background:
    linear-gradient(rgba(169, 139, 107, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px),
    var(--r1a-paper) !important;
  border-color: var(--r1a-line) !important;
  box-shadow: 5px 5px 0 rgba(32, 24, 17, 0.58) !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__kicker,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__kicker,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__kicker,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__kicker,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__kicker {
  color: #d2aa55 !important;
  -webkit-text-fill-color: #d2aa55 !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__card,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__use,
body[data-scheme="dark"] .roberin-article-body.one-rm-article details,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__card,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__use,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article details,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__card,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__use,
html[data-scheme="dark"] .roberin-article-body.one-rm-article details,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__card,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__use,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article details,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__card,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__use,
body.cs-dark-mode .roberin-article-body.one-rm-article details {
  background: var(--r1a-card) !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__process,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__process,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__process,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__process,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__process {
  background: #2f3a25 !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__notice,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__notice,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__notice,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__notice,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__notice {
  background: var(--r1a-warn) !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table {
  background: var(--r1a-card) !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table th {
  background: var(--r1a-soft) !important;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
}

body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
body[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="dark"] .roberin-article-body.one-rm-article .one-rm-article__table td,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table th,
html[data-scheme="inverse"] .roberin-article-body.one-rm-article .one-rm-article__table td,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table th,
body.cs-dark-mode .roberin-article-body.one-rm-article .one-rm-article__table td {
  border-color: rgba(169, 139, 107, 0.32) !important;
}

@media (max-width: 720px) {
  .roberin-article-body.one-rm-article {
    width: min(100%, calc(100vw - 28px)) !important;
    padding: 16px !important;
    gap: 16px !important;
  }
  .roberin-article-body.one-rm-article .one-rm-article__grid,
  .roberin-article-body.one-rm-article .one-rm-article__use-grid {
    grid-template-columns: 1fr !important;
  }
  .roberin-article-body.one-rm-article .one-rm-article__nav {
    gap: 6px !important;
  }
  .roberin-article-body.one-rm-article .one-rm-article__nav a {
    flex: 1 1 calc(50% - 6px) !important;
    justify-content: center !important;
    min-height: 34px !important;
    padding: 6px 8px !important;
    font-size: 12px !important;
  }
  .roberin-article-body.one-rm-article .one-rm-article__table {
    min-width: 680px !important;
  }
}

@media (max-width: 380px) {
  .roberin-article-body.one-rm-article {
    width: min(100%, calc(100vw - 24px)) !important;
    padding: 14px !important;
  }
  .roberin-article-body.one-rm-article .one-rm-article__nav a {
    flex-basis: 100% !important;
  }
}

/* v21 dark hardening: outrank late global article/H2 dark rules while preserving PDF rhythm. */
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article {
  --r1a-paper: #2b2119;
  --r1a-card: #33271d;
  --r1a-soft: #2f3a25;
  --r1a-ink: #f2e4cf;
  --r1a-muted: #f0dfc5;
  --r1a-line: #a98b6b;
  --r1a-accent: #d2aa55;
  --r1a-warn: #3b2d1f;
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background:
    linear-gradient(rgba(169, 139, 107, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(169, 139, 107, 0.07) 1px, transparent 1px),
    var(--r1a-paper) !important;
  border-color: var(--r1a-line) !important;
  box-shadow: 5px 5px 0 rgba(32, 24, 17, 0.58) !important;
}

html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__hero,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__section,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article h2,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article h3,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__hero,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__section,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article h2,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article h3,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__hero,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__section,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article h2,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article h3,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__hero,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__section,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article h2,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article h3,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article .one-rm-article__hero,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article .one-rm-article__section,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article h2,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article h3 {
  color: var(--r1a-ink) !important;
  -webkit-text-fill-color: var(--r1a-ink) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article p,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article li,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article td,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article p,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article li,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article td,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article p,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article li,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article td,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article p,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article li,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article td,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article p,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article li,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article td {
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
}

html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__card,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__use,
html[data-scheme="dark"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article details,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__card,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article .one-rm-article__use,
html[data-scheme="inverse"] body.single-sight-projects .entry-content article.roberin-article-body.one-rm-article details,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__card,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__use,
body.single-sight-projects[data-scheme="dark"] .entry-content article.roberin-article-body.one-rm-article details,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__card,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article .one-rm-article__use,
body.single-sight-projects[data-scheme="inverse"] .entry-content article.roberin-article-body.one-rm-article details,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article .one-rm-article__card,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article .one-rm-article__use,
body.single-sight-projects.cs-dark-mode .entry-content article.roberin-article-body.one-rm-article details {
  background: var(--r1a-card) !important;
  border-color: rgba(169, 139, 107, 0.76) !important;
  color: var(--r1a-muted) !important;
  -webkit-text-fill-color: var(--r1a-muted) !important;
}

/* v22: PDF reference list-marker collision fix.
   Keep custom ol/ul markers in normal flow and wrap text so bullets/numbers can never overlap copy. */
.roberin-article-body.one-rm-article :is(ul, ol).one-rm-article__steps > li {
  position: relative !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 9px !important;
  min-width: 0 !important;
  min-height: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  text-indent: 0 !important;
  overflow-wrap: anywhere !important;
}

.roberin-article-body.one-rm-article :is(ul, ol).one-rm-article__steps > li::before {
  position: static !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  box-sizing: border-box !important;
  margin: 0.22em 0 0 0 !important;
  z-index: auto !important;
  pointer-events: none !important;
}

.roberin-article-body.one-rm-article ol.one-rm-article__steps > li::before {
  content: counter(pdf-article-step) !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  background: rgba(210, 170, 85, 0.24) !important;
  border: 1px solid rgba(107, 87, 69, 0.82) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
}

.roberin-article-body.one-rm-article ul.one-rm-article__steps--bullets > li::before {
  content: "" !important;
  display: inline-block !important;
  width: 9px !important;
  min-width: 9px !important;
  height: 9px !important;
  margin-top: 0.62em !important;
  background: var(--r1a-accent) !important;
  border: 1px solid var(--r1a-line) !important;
  box-shadow: 1px 1px 0 rgba(82, 65, 50, 0.22) !important;
  line-height: 1 !important;
}

.roberin-article-body.one-rm-article .one-rm-article__steps > li > .one-rm-article__li-text {
  display: block !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  align-self: flex-start !important;
  line-height: 1.72 !important;
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
}



/* v24: desktop 1RM tool width expansion for 15-row RM/percent table.
   Keep mobile overrides unchanged; only desktop/tablet-wide viewports widen beyond the old 950px cap. */
@media (min-width: 783px) {
  body.single-sight-projects .one-rep-max-calculator-container.roberin-1rm-tool--reference,
  .one-rep-max-calculator-container.roberin-1rm-tool--reference {
    width: min(1080px, calc(100vw - 32px)) !important;
    max-width: 1080px !important;
  }
}
