@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-cyrillic-600.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-latin-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-cyrillic-700.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-latin-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-cyrillic-800.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "KDM Rh Manrope";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/manrope-latin-800.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "KDM Rh Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/prata-cyrillic-400.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "KDM Rh Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/site/fonts/due-date/prata-latin-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.kdm-rh-app {
  --rh-teal-950: #063f42;
  --rh-teal-900: #0a5356;
  --rh-teal-800: #08686b;
  --rh-teal-700: #0b7e80;
  --rh-teal-500: #24a6a2;
  --rh-teal-100: #dff2f0;
  --rh-teal-050: #eff8f7;
  --rh-plum-800: #66304f;
  --rh-plum-100: #f5e8ee;
  --rh-ink: #17383b;
  --rh-muted: #5d7375;
  --rh-line: #d8e7e5;
  --rh-ivory: #fbf8f2;
  --rh-paper: #fffdfa;
  --rh-amber-bg: #fff1d6;
  --rh-amber-ink: #744500;
  --rh-red-bg: #fff0ef;
  --rh-red-ink: #8c261f;
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 28px;
  background: var(--rh-ivory);
  color: var(--rh-ink);
  font-family: "KDM Rh Manrope", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}

.kdm-rh-app,
.kdm-rh-app *,
.kdm-rh-app *::before,
.kdm-rh-app *::after {
  box-sizing: border-box;
}

.kdm-rh-app [hidden] {
  display: none !important;
}

.kdm-rh-app img {
  display: block;
  max-width: 100%;
  height: auto;
}

.kdm-rh-app button,
.kdm-rh-app input,
.kdm-rh-app summary {
  font: inherit;
}

.kdm-rh-app button,
.kdm-rh-app summary,
.kdm-rh-app label {
  -webkit-tap-highlight-color: transparent;
}

.kdm-rh-app a {
  color: var(--rh-teal-800);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.kdm-rh-app a:focus-visible,
.kdm-rh-app button:focus-visible,
.kdm-rh-app input:focus-visible,
.kdm-rh-app summary:focus-visible {
  outline: 3px solid rgba(36, 166, 162, 0.38);
  outline-offset: 3px;
}

.kdm-rh-app h2,
.kdm-rh-app h3,
.kdm-rh-app p,
.kdm-rh-app li,
.kdm-rh-app a,
.kdm-rh-app span {
  overflow-wrap: break-word;
}

.kdm-rh-app h2,
.kdm-rh-app h3 {
  margin: 0;
  color: var(--rh-ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.kdm-rh-app h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.kdm-rh-app h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
}

.kdm-rh-app p {
  margin: 0;
}

.kdm-rh-eyebrow {
  margin: 0 0 9px !important;
  color: var(--rh-teal-700);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.4;
  text-transform: uppercase;
}

.kdm-rh-section-head {
  max-width: 790px;
  margin-bottom: 26px;
}

.kdm-rh-section-head > p:not(.kdm-rh-eyebrow) {
  margin-top: 13px;
  color: var(--rh-muted);
  font-size: 0.96rem;
}

.kdm-rh-hero {
  position: relative;
  display: grid;
  min-height: 450px;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
  align-items: center;
  overflow: hidden;
  background: #e5f1ec;
}

.kdm-rh-hero__copy {
  position: relative;
  z-index: 2;
  padding: 58px 32px 86px clamp(34px, 6vw, 78px);
}

.kdm-rh-hero__copy h2 {
  max-width: 650px;
  color: var(--rh-teal-900);
  font-family: "KDM Rh Prata", Georgia, serif;
  font-size: clamp(2.45rem, 4.25vw, 4.05rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.04;
  overflow-wrap: normal;
  word-break: normal;
}

.kdm-rh-hero__lead {
  max-width: 610px;
  margin-top: 20px;
  color: #3d6466;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.65;
}

.kdm-rh-hero__principle {
  max-width: 560px;
  margin-top: 16px !important;
  padding: 11px 14px;
  border: 1px solid rgba(8, 104, 107, 0.16);
  border-radius: 13px;
  background: rgba(255, 253, 250, 0.8);
  color: #315b5d;
  font-size: 0.8rem;
  line-height: 1.5;
}

.kdm-rh-hero__principle strong {
  color: var(--rh-teal-950);
}

.kdm-rh-hero__media {
  position: absolute;
  top: -5%;
  right: -3%;
  bottom: -9%;
  width: 50%;
  overflow: hidden;
  border: 16px solid rgba(255, 253, 250, 0.48);
  border-radius: 52% 0 0 52%;
  background: #c8ddd8;
}

.kdm-rh-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 53% center;
}

.kdm-rh-hero__flags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.kdm-rh-hero__flags span {
  padding: 6px 10px;
  border: 1px solid rgba(8, 104, 107, 0.14);
  border-radius: 999px;
  background: rgba(255, 253, 250, 0.72);
  color: var(--rh-teal-900);
  font-size: 0.72rem;
  font-weight: 800;
}

.kdm-rh-navigator {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 64px), 970px);
  margin: -58px auto 0;
  padding: clamp(25px, 4vw, 42px);
  border: 1px solid rgba(10, 83, 86, 0.11);
  border-radius: 26px;
  background: rgba(255, 253, 250, 0.98);
  box-shadow: 0 22px 60px rgba(10, 83, 86, 0.12);
}

.kdm-rh-week-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.34fr);
  gap: 24px;
  align-items: end;
  margin-top: 24px;
}

.kdm-rh-week-control label {
  display: grid;
  gap: 12px;
  color: var(--rh-ink);
  font-size: 0.83rem;
  font-weight: 800;
}

.kdm-rh-week-control input[type="range"] {
  width: 100%;
  min-height: 44px;
  margin: 0;
  accent-color: var(--rh-teal-700);
  cursor: pointer;
}

.kdm-rh-week-readout {
  display: grid;
  min-height: 86px;
  place-items: center;
  padding: 14px;
  border: 1px solid #cce3e0;
  border-radius: 18px;
  background: var(--rh-teal-050);
  color: var(--rh-teal-900);
  text-align: center;
}

.kdm-rh-week-readout strong {
  display: block;
  font-family: "KDM Rh Prata", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 2.65rem);
  font-weight: 400;
  line-height: 1.1;
}

.kdm-rh-week-readout span {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kdm-rh-week-result {
  margin-top: 24px;
  padding: 24px;
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  background: #f6faf9;
}

.kdm-rh-week-result h3 {
  color: var(--rh-teal-900);
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
}

.kdm-rh-week-result__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 18px;
  margin-top: 16px;
}

.kdm-rh-week-result__grid > div {
  min-width: 0;
  padding: 18px;
  border-radius: 15px;
  background: var(--rh-paper);
}

.kdm-rh-week-result__grid strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rh-plum-800);
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.kdm-rh-week-result ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
}

.kdm-rh-week-result li,
.kdm-rh-week-result p {
  color: var(--rh-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.kdm-rh-privacy {
  margin-top: 14px !important;
  color: var(--rh-muted);
  font-size: 0.8rem;
}

.kdm-rh-principle {
  width: min(calc(100% - 64px), 970px);
  margin: 30px auto 0;
  padding: 22px 24px;
  border-left: 5px solid var(--rh-teal-500);
  border-radius: 0 18px 18px 0;
  background: var(--rh-teal-100);
  color: #315b5d;
}

.kdm-rh-principle strong {
  color: var(--rh-teal-950);
}

.kdm-rh-definitions {
  display: grid;
  width: min(calc(100% - 64px), 970px);
  margin: 34px auto 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kdm-rh-definition {
  padding: 24px;
  border: 1px solid var(--rh-line);
  border-radius: 20px;
  background: var(--rh-paper);
}

.kdm-rh-definition:nth-child(2) {
  background: var(--rh-plum-100);
}

.kdm-rh-definition p {
  margin-top: 10px;
  color: var(--rh-muted);
  font-size: 0.88rem;
}

.kdm-rh-jump {
  width: min(calc(100% - 64px), 970px);
  margin: 34px auto 0;
  padding: 18px;
  border-radius: 18px;
  background: #eaf5f3;
}

.kdm-rh-jump__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.kdm-rh-jump a {
  display: flex;
  min-height: 54px;
  padding: 11px 13px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(10, 83, 86, 0.11);
  border-radius: 13px;
  background: rgba(255, 253, 250, 0.92);
  color: var(--rh-teal-900);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.kdm-rh-section {
  width: min(calc(100% - 64px), 970px);
  margin: clamp(54px, 7vw, 84px) auto 0;
  scroll-margin-top: 20px;
}

.kdm-rh-timeline {
  display: grid;
  gap: 13px;
}

.kdm-rh-time-card {
  display: grid;
  grid-template-columns: minmax(145px, 0.3fr) minmax(0, 1fr);
  gap: 24px;
  padding: 23px;
  border: 1px solid var(--rh-line);
  border-radius: 19px;
  background: var(--rh-paper);
}

.kdm-rh-time-card__when {
  color: var(--rh-plum-800);
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.35;
}

.kdm-rh-time-card__body > strong {
  display: block;
  margin-bottom: 6px;
  color: var(--rh-teal-900);
}

.kdm-rh-time-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 19px;
}

.kdm-rh-time-card li,
.kdm-rh-time-card p {
  color: var(--rh-muted);
  font-size: 0.86rem;
}

.kdm-rh-urgent-compact {
  display: grid;
  margin-top: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding: 20px 22px;
  align-items: center;
  border: 1px solid #f0c9c6;
  border-radius: 18px;
  background: var(--rh-red-bg);
}

.kdm-rh-urgent-compact strong {
  display: block;
  color: var(--rh-red-ink);
}

.kdm-rh-urgent-compact p {
  margin-top: 4px;
  color: #6d3a36;
  font-size: 0.82rem;
}

.kdm-rh-button {
  display: inline-flex;
  min-height: 46px;
  padding: 11px 17px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rh-teal-800);
  border-radius: 13px;
  background: var(--rh-teal-800);
  color: #fff !important;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}

.kdm-rh-button--light {
  background: transparent;
  color: var(--rh-teal-900) !important;
}

.kdm-rh-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.kdm-rh-route-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid var(--rh-line);
  border-radius: 19px;
  background: var(--rh-paper);
}

.kdm-rh-route-card:nth-child(2) {
  border-color: #b7dcd7;
  background: var(--rh-teal-050);
}

.kdm-rh-route-card:nth-child(3) {
  border-color: #e2cbd5;
  background: #fcf5f8;
}

.kdm-rh-route-tag {
  display: inline-block;
  margin-bottom: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--rh-teal-100);
  color: var(--rh-teal-900);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.kdm-rh-route-card p,
.kdm-rh-route-card li {
  color: var(--rh-muted);
  font-size: 0.82rem;
}

.kdm-rh-route-card p {
  margin-top: 10px;
}

.kdm-rh-route-card ul {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding-left: 18px;
}

.kdm-rh-rule {
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 16px;
  background: var(--rh-amber-bg);
  color: var(--rh-amber-ink);
  font-size: 0.85rem;
}

.kdm-rh-result-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.kdm-rh-result-tab {
  min-height: 58px;
  padding: 10px 12px;
  border: 1px solid var(--rh-line);
  border-radius: 14px;
  background: var(--rh-paper);
  color: var(--rh-teal-900);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
}

.kdm-rh-result-tab[aria-selected="true"] {
  border-color: var(--rh-teal-800);
  background: var(--rh-teal-800);
  color: #fff;
}

.kdm-rh-result-panel {
  margin-top: 12px;
  padding: 25px;
  border: 1px solid #c9e3df;
  border-radius: 19px;
  background: var(--rh-teal-050);
}

.kdm-rh-result-panel h3 {
  color: var(--rh-teal-950);
}

.kdm-rh-result-panel p,
.kdm-rh-result-panel li {
  color: var(--rh-muted);
  font-size: 0.87rem;
}

.kdm-rh-result-panel p,
.kdm-rh-result-panel ul {
  margin: 12px 0 0;
}

.kdm-rh-result-panel ul {
  display: grid;
  gap: 6px;
  padding-left: 19px;
}

.kdm-rh-health-grid,
.kdm-rh-special-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.kdm-rh-health-card,
.kdm-rh-special-card {
  padding: 22px;
  border: 1px solid var(--rh-line);
  border-radius: 19px;
  background: var(--rh-paper);
}

.kdm-rh-health-card p,
.kdm-rh-health-card li,
.kdm-rh-special-card p,
.kdm-rh-special-card li {
  color: var(--rh-muted);
  font-size: 0.84rem;
}

.kdm-rh-health-card p,
.kdm-rh-special-card p,
.kdm-rh-health-card ul,
.kdm-rh-special-card ul {
  margin: 10px 0 0;
}

.kdm-rh-health-card ul,
.kdm-rh-special-card ul {
  display: grid;
  gap: 5px;
  padding-left: 18px;
}

.kdm-rh-not-routine {
  margin-top: 16px;
  padding: 22px;
  border: 1px solid #e2cbd5;
  border-radius: 18px;
  background: #fcf5f8;
}

.kdm-rh-not-routine p {
  margin-top: 8px;
  color: #68535c;
  font-size: 0.86rem;
}

.kdm-rh-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.kdm-rh-media-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  border-radius: 19px;
  background: var(--rh-paper);
}

.kdm-rh-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--rh-teal-950);
}

.kdm-rh-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.kdm-rh-media-card__body {
  padding: 20px;
}

.kdm-rh-media-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--rh-teal-700);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.kdm-rh-media-card h3 {
  margin-top: 7px;
}

.kdm-rh-media-card p:not(.kdm-rh-media-meta) {
  margin-top: 10px;
  color: var(--rh-muted);
  font-size: 0.8rem;
}

.kdm-rh-media-card a {
  display: inline-flex;
  min-height: 44px;
  margin-top: 7px;
  align-items: center;
  font-size: 0.76rem;
  font-weight: 800;
}

.kdm-rh-media-card--audio {
  grid-column: 1 / -1;
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 92% 8%, rgba(73, 208, 197, 0.28), transparent 34%),
    linear-gradient(135deg, var(--rh-teal-900), #0d6667);
  box-shadow: 0 18px 42px rgba(16, 80, 82, 0.17);
  color: #fff;
}

.kdm-rh-media-card--audio .kdm-rh-media-card__body {
  padding: clamp(22px, 4vw, 34px);
}

.kdm-rh-media-card--audio .kdm-rh-media-meta {
  color: #baf2eb;
}

.kdm-rh-media-card--audio h3 {
  max-width: 840px;
  color: #fff;
  font-size: clamp(1.35rem, 2.6vw, 2rem);
}

.kdm-rh-media-card--audio p:not(.kdm-rh-media-meta) {
  max-width: 880px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.88rem;
}

.kdm-rh-audio-player {
  display: block;
  width: 100%;
  min-height: 54px;
  margin-top: 18px;
  color-scheme: light;
}

.kdm-rh-media-card--audio .kdm-rh-audio-fallback {
  margin-top: 8px;
  font-size: 0.8rem;
}

.kdm-rh-media-card--audio .kdm-rh-audio-fallback a {
  min-height: 44px;
  margin-top: 0;
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 3px;
}

.kdm-rh-audio-notes {
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}

.kdm-rh-audio-notes summary {
  min-height: 44px;
  padding: 10px 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
}

.kdm-rh-audio-notes ul {
  margin: 8px 0 2px;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.82rem;
}

.kdm-rh-audio-notes li + li {
  margin-top: 7px;
}

.kdm-rh-urgent {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: 22px;
  padding: 28px;
  border-radius: 22px;
  background: var(--rh-red-bg);
}

.kdm-rh-urgent__lead {
  padding: 24px;
  border-radius: 18px;
  background: var(--rh-red-ink);
  color: #fff;
}

.kdm-rh-urgent__lead h2,
.kdm-rh-urgent__lead p,
.kdm-rh-urgent__lead a {
  color: #fff;
}

.kdm-rh-urgent__lead p {
  margin-top: 12px;
  font-size: 0.84rem;
}

.kdm-rh-urgent ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.kdm-rh-urgent li {
  padding: 13px 16px;
  border: 1px solid #efd1ce;
  border-radius: 14px;
  background: rgba(255, 253, 250, 0.94);
  color: #633a37;
  font-size: 0.81rem;
  font-weight: 700;
}

.kdm-rh-faq details {
  border-top: 1px solid var(--rh-line);
}

.kdm-rh-faq summary {
  position: relative;
  min-height: 58px;
  padding: 18px 40px 18px 0;
  color: var(--rh-ink);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

.kdm-rh-faq summary::-webkit-details-marker {
  display: none;
}

.kdm-rh-faq summary::after {
  position: absolute;
  top: 14px;
  right: 5px;
  color: var(--rh-teal-700);
  content: "+";
  font-size: 1.45rem;
  font-weight: 400;
}

.kdm-rh-faq details[open] summary::after {
  content: "−";
}

.kdm-rh-faq details p {
  margin: -2px 0 18px;
  color: var(--rh-muted);
  font-size: 0.86rem;
}

.kdm-rh-tools {
  padding: 28px;
  border: 1px solid #cde6e2;
  border-radius: 22px;
  background: radial-gradient(circle at 100% 0, rgba(36, 166, 162, 0.16), transparent 34%), #edf7f5;
}

.kdm-rh-tools__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 22px;
}

.kdm-rh-tool {
  display: grid;
  min-height: 164px;
  padding: 18px;
  border: 1px solid rgba(10, 83, 86, 0.12);
  border-radius: 16px;
  background: rgba(255, 253, 250, 0.97);
  box-shadow: 0 9px 25px rgba(10, 83, 86, 0.06);
  color: var(--rh-ink) !important;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.kdm-rh-tool:hover {
  transform: translateY(-3px);
  border-color: rgba(11, 126, 128, 0.34);
  box-shadow: 0 15px 32px rgba(10, 83, 86, 0.11);
}

.kdm-rh-tool__tag {
  width: fit-content;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--rh-teal-100);
  color: var(--rh-teal-800);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.kdm-rh-tool strong {
  display: block;
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.35;
}

.kdm-rh-tool p {
  margin-top: 8px;
  color: var(--rh-muted);
  font-size: 0.76rem;
  line-height: 1.5;
}

.kdm-rh-tools__all {
  display: inline-flex;
  min-height: 44px;
  margin-top: 11px;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 800;
}

.kdm-rh-review {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
  gap: 20px;
  padding: 24px;
  border: 1px solid var(--rh-line);
  border-radius: 19px;
  background: var(--rh-paper);
}

.kdm-rh-review__meta strong {
  color: var(--rh-ink);
  font-size: 0.9rem;
}

.kdm-rh-review__meta p {
  margin-top: 7px;
  color: var(--rh-muted);
  font-size: 0.76rem;
}

.kdm-rh-sources {
  padding: 18px;
  border-radius: 14px;
  background: #edf5f3;
}

.kdm-rh-sources h2 {
  font-size: 1rem;
}

.kdm-rh-sources ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 20px;
}

.kdm-rh-sources li,
.kdm-rh-sources p {
  color: var(--rh-muted);
  font-size: 0.8rem;
  line-height: 1.55;
}

.kdm-rh-sources p {
  margin-top: 12px;
}

.kdm-rh-sources a {
  font-weight: 700;
}

.kdm-rh-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 28px;
  align-items: center;
  border-radius: 22px;
  background: var(--rh-plum-800);
  color: #fff;
}

.kdm-rh-cta h2,
.kdm-rh-cta p {
  color: #fff;
}

.kdm-rh-cta p {
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
}

.kdm-rh-cta .kdm-rh-button {
  border-color: #fff;
  background: #fff;
  color: var(--rh-plum-800) !important;
}

.kdm-rh-social {
  margin-top: 30px;
  padding: 34px 32px 40px;
  border-radius: 24px 24px 0 0;
  background: radial-gradient(circle at 8% 0, rgba(73, 208, 197, 0.2), transparent 38%), var(--rh-teal-900);
  color: #fff;
}

.kdm-rh-social .kdm-rh-eyebrow {
  color: #d8fff7;
}

.kdm-rh-social h2 {
  width: min(100%, 970px);
  margin: 0 auto 18px;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.8rem);
}

.kdm-rh-social__links {
  display: grid;
  width: min(100%, 970px);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.kdm-rh-social__links a {
  display: flex;
  min-height: 56px;
  padding: 9px 13px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  gap: 10px;
  text-decoration: none;
}

.kdm-rh-social__links img {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  object-fit: contain;
}

.kdm-rh-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 900px) {
  .kdm-rh-hero {
    min-height: 415px;
    grid-template-columns: minmax(0, 1fr) 310px;
  }

  .kdm-rh-hero__copy {
    padding-left: 40px;
  }

  .kdm-rh-hero__media {
    right: -8%;
    width: 49%;
  }

  .kdm-rh-jump__grid,
  .kdm-rh-result-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kdm-rh-route-grid {
    grid-template-columns: 1fr;
  }

  .kdm-rh-urgent,
  .kdm-rh-review {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .kdm-rh-app {
    width: 100%;
    border-radius: 0;
    font-size: 15px;
  }

  .kdm-rh-hero {
    min-height: 660px;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .kdm-rh-hero__copy {
    padding: 38px 22px 315px;
  }

  .kdm-rh-hero__copy h2 {
    font-size: clamp(2.2rem, 11.4vw, 3.35rem);
  }

  .kdm-rh-hero__media {
    top: auto;
    right: -4%;
    bottom: -3%;
    left: 13%;
    width: 91%;
    height: 330px;
    border-width: 10px;
    border-radius: 52% 0 0 0;
  }

  .kdm-rh-hero__media img {
    object-position: 50% 31%;
  }

  .kdm-rh-navigator,
  .kdm-rh-principle,
  .kdm-rh-definitions,
  .kdm-rh-jump,
  .kdm-rh-section {
    width: min(calc(100% - 28px), 970px);
  }

  .kdm-rh-navigator {
    margin-top: -24px;
    padding: 22px 18px;
    border-radius: 21px;
  }

  .kdm-rh-week-control,
  .kdm-rh-week-result__grid,
  .kdm-rh-definitions,
  .kdm-rh-health-grid,
  .kdm-rh-special-grid,
  .kdm-rh-media-grid,
  .kdm-rh-tools__grid,
  .kdm-rh-cta {
    grid-template-columns: 1fr;
  }

  .kdm-rh-week-readout {
    min-height: 75px;
  }

  .kdm-rh-jump {
    padding: 13px;
  }

  .kdm-rh-time-card {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 19px;
  }

  .kdm-rh-time-card__when {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--rh-line);
  }

  .kdm-rh-urgent-compact {
    grid-template-columns: 1fr;
  }

  .kdm-rh-urgent {
    padding: 17px;
  }

  .kdm-rh-social {
    padding: 30px 14px 34px;
    border-radius: 20px 20px 0 0;
  }

  .kdm-rh-social__links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kdm-rh-cta .kdm-rh-button {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .kdm-rh-hero__copy {
    padding-right: 18px;
    padding-left: 18px;
  }

  .kdm-rh-jump__grid,
  .kdm-rh-result-tabs,
  .kdm-rh-social__links {
    grid-template-columns: 1fr;
  }

  .kdm-rh-social__links a {
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kdm-rh-app *,
  .kdm-rh-app *::before,
  .kdm-rh-app *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* RhD article-specific composition */
.kdm-rh-app {
  --rh-plum-900: #55263f;
  --rh-plum-700: #7a3f60;
  --rh-plum-050: #fbf3f7;
  --rh-sage-050: #f3f6ef;
}

.kdm-rh-hero {
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.88), transparent 33%),
    linear-gradient(135deg, #eef4ef 0%, #e5efea 58%, #e8e0e4 100%);
}

.kdm-rh-hero__copy {
  max-width: 690px;
  padding-top: 46px;
  padding-bottom: 66px;
}

.kdm-rh-hero__copy h2 {
  max-width: 610px;
  font-size: clamp(2.2rem, 3.5vw, 3.25rem);
}

.kdm-rh-hero__lead {
  margin-top: 16px;
  font-size: clamp(0.98rem, 1.35vw, 1.08rem);
  line-height: 1.58;
}

.kdm-rh-hero__media {
  width: 46%;
}

.kdm-rh-hero__flags {
  margin-top: 17px;
}

.kdm-rh-hero__media img {
  object-position: 49% 49%;
}

.kdm-rh-hero__action {
  max-width: 590px;
  margin-top: 14px;
  padding: 16px 17px;
  border: 1px solid #eacb90;
  border-radius: 17px;
  background: rgba(255, 243, 216, 0.94);
  box-shadow: 0 10px 26px rgba(116, 69, 0, 0.08);
  color: var(--rh-amber-ink);
}

.kdm-rh-hero__action strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.35;
}

.kdm-rh-hero__action p {
  margin-top: 7px;
  font-size: 0.8rem;
  line-height: 1.55;
}

.kdm-rh-hero__action a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 11px;
  padding: 9px 14px;
  border-radius: 11px;
  background: var(--rh-amber-ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: none;
}

.kdm-rh-hero__principle {
  max-width: 590px;
}

.kdm-rh-navigator {
  width: min(calc(100% - 64px), 1010px);
}

.kdm-rh-mobile-figure {
  display: none;
}

.kdm-rh-section--soft {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
  border-radius: 26px;
  background: var(--rh-sage-050);
}

.kdm-rh-section--plum {
  padding-top: clamp(34px, 5vw, 58px);
  padding-bottom: clamp(34px, 5vw, 58px);
  border-radius: 26px;
  background: var(--rh-plum-050);
}

.kdm-rh-time-card--today {
  border-color: #e5c581;
  background: #fff8e9;
}

.kdm-rh-time-card--today .kdm-rh-time-card__when {
  color: var(--rh-amber-ink);
}

.kdm-rh-inline-details {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--rh-line);
  border-radius: 17px;
  background: var(--rh-paper);
}

.kdm-rh-inline-details > summary,
.kdm-rh-sources details > summary {
  position: relative;
  min-height: 52px;
  padding: 15px 48px 15px 18px;
  color: var(--rh-teal-900);
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.kdm-rh-inline-details > summary::-webkit-details-marker,
.kdm-rh-sources details > summary::-webkit-details-marker {
  display: none;
}

.kdm-rh-inline-details > summary::after,
.kdm-rh-sources details > summary::after {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}

.kdm-rh-inline-details[open] > summary::after,
.kdm-rh-sources details[open] > summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.kdm-rh-inline-details > div {
  display: grid;
  gap: 10px;
  padding: 0 18px 18px;
  color: var(--rh-muted);
  font-size: 0.84rem;
}

.kdm-rh-early-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px !important;
}

.kdm-rh-early-grid > div {
  min-width: 0;
  padding: 16px;
  border-radius: 14px;
  background: var(--rh-teal-050);
}

.kdm-rh-early-grid strong {
  display: block;
  color: var(--rh-teal-950);
  line-height: 1.35;
}

.kdm-rh-early-grid p,
.kdm-rh-detail-note {
  margin-top: 7px;
}

.kdm-rh-special-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.kdm-rh-timeline--compact .kdm-rh-time-card {
  grid-template-columns: minmax(90px, 0.24fr) minmax(0, 1fr);
}

.kdm-rh-monitor-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.kdm-rh-monitor-flow > div {
  position: relative;
  min-width: 0;
  padding: 21px 18px 19px;
  border: 1px solid var(--rh-line);
  border-radius: 18px;
  background: var(--rh-paper);
}

.kdm-rh-monitor-flow > div:not(:last-child)::after {
  position: absolute;
  top: 30px;
  right: -10px;
  z-index: 2;
  width: 17px;
  color: var(--rh-teal-500);
  content: "→";
  font-weight: 800;
  text-align: center;
}

.kdm-rh-monitor-flow span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  margin-bottom: 13px;
  border-radius: 50%;
  background: var(--rh-teal-100);
  color: var(--rh-teal-900);
  font-size: 0.76rem;
  font-weight: 800;
}

.kdm-rh-monitor-flow strong {
  display: block;
  color: var(--rh-teal-950);
  line-height: 1.35;
}

.kdm-rh-monitor-flow p {
  margin-top: 8px;
  color: var(--rh-muted);
  font-size: 0.8rem;
}

.kdm-rh-definition ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding-left: 19px;
  color: var(--rh-muted);
  font-size: 0.84rem;
}

.kdm-rh-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.kdm-rh-checklist label {
  display: grid;
  min-height: 60px;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  padding: 15px;
  border: 1px solid var(--rh-line);
  border-radius: 15px;
  background: var(--rh-paper);
  color: var(--rh-muted);
  font-size: 0.84rem;
  cursor: pointer;
}

.kdm-rh-checklist input {
  width: 21px;
  height: 21px;
  margin: 1px 0 0;
  accent-color: var(--rh-teal-800);
}

.kdm-rh-media-grid--single {
  grid-template-columns: minmax(0, 900px);
  justify-content: center;
}

.kdm-rh-media-card__body h3 {
  margin-top: 10px;
}

.kdm-rh-media-card__body > p {
  margin-top: 9px;
  color: var(--rh-muted);
  font-size: 0.84rem;
}

.kdm-rh-nowrap {
  white-space: nowrap;
}

.kdm-rh-sources details {
  margin-top: 16px;
  border: 1px solid #c5ded9;
  border-radius: 15px;
  background: #f8fcfb;
}

.kdm-rh-sources details > summary {
  background: #f8fcfb;
  color: #07585a;
  transition: background-color 160ms ease, color 160ms ease;
}

.kdm-rh-sources details > summary:hover,
.kdm-rh-sources details > summary:focus-visible {
  background: #e1f0ed;
  color: #06484a;
}

.kdm-rh-sources details > summary:focus-visible {
  outline-color: #0b7e80;
}

.kdm-rh-sources details ol {
  margin: 0;
  padding: 0 20px 20px 40px;
}

.kdm-rh-sources .kdm-rh-review {
  display: block;
  margin-top: 17px;
  padding: 16px;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1040px) {
  .kdm-rh-monitor-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .kdm-rh-monitor-flow > div::after {
    display: none;
  }

  .kdm-rh-special-grid--three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .kdm-rh-hero__copy h2 {
    font-size: clamp(2.2rem, 5.5vw, 3rem);
  }
}

@media (max-width: 680px) {
  .kdm-rh-app {
    font-size: 16px;
  }

  .kdm-rh-hero {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .kdm-rh-hero__copy {
    width: 100%;
    padding: 34px 20px 24px;
  }

  .kdm-rh-hero__copy h2 {
    font-size: clamp(2.05rem, 10.7vw, 2.9rem);
    line-height: 1.06;
  }

  .kdm-rh-hero__flags {
    gap: 6px;
    margin-top: 16px;
  }

  .kdm-rh-hero__flags span {
    font-size: 0.69rem;
  }

  .kdm-rh-hero__action {
    padding: 15px;
  }

  .kdm-rh-hero__media {
    display: none;
  }

  .kdm-rh-mobile-figure {
    display: block;
    width: calc(100% - 28px);
    height: 220px;
    margin: 18px 0 0 28px;
    overflow: hidden;
    border: 8px solid rgba(255, 253, 250, 0.72);
    border-right: 0;
    border-radius: 42px 0 0 42px;
    background: #d9e6e1;
  }

  .kdm-rh-mobile-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 49% 38%;
  }

  .kdm-rh-navigator {
    margin-top: 0;
  }

  .kdm-rh-section--soft,
  .kdm-rh-section--plum {
    padding-right: 16px;
    padding-left: 16px;
  }

  .kdm-rh-early-grid,
  .kdm-rh-monitor-flow,
  .kdm-rh-checklist {
    grid-template-columns: 1fr;
  }

  .kdm-rh-timeline--compact .kdm-rh-time-card {
    grid-template-columns: 1fr;
  }

  .kdm-rh-inline-details > summary,
  .kdm-rh-sources details > summary {
    padding-left: 15px;
  }

  .kdm-rh-app .kdm-rh-result-tab {
    min-height: 62px;
    font-size: 0.82rem;
    line-height: 1.35;
  }
}

@media (max-width: 340px) {
  .kdm-rh-result-tabs {
    grid-template-columns: 1fr;
  }

  .kdm-rh-app .kdm-rh-result-tab {
    min-height: 52px;
    text-align: left;
  }
}
