/* app-mechanism-review.css */
:root {
  color-scheme: light;
  --page-blue: #e8f2fb;
  --ink: #173652;
  --ink-soft: #527fa5;
  --title: #173c5d;
  --line: #aec1d2;
  --menu-line: #c7daee;
  --menu-bg: #f8fbff;
  --fill: #f5f5f6;
  --paper: #ffffff;
  --bar: #1f6fae;
  --button: #0b70c9;
  --link: #075eaa;
  --deep-blue: #183c5b;
  --legacy-blue: #2478bf;
  --legacy-blue-dark: #174f7c;
  --legacy-blue-soft: #eaf4fc;
  --soft-blue: #eef6fd;
  --sand: #f2eadc;
}

/* Webhomeopath R14: source-visible lists, quiet remedy rows and usable detail matrix. */
#panel-homeopathy .homeopathy-source-badges {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  gap: 3px;
  align-items: center;
  justify-content: flex-end;
  min-width: max-content;
  margin: 0;
  color: inherit;
  font-size: 10px;
  line-height: 1;
}

#panel-homeopathy .homeopathy-source-badge {
  display: inline-grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  border: 1px solid #adc2ce;
  border-radius: 999px;
  background: #f7fafb;
  padding: 0 4px;
  color: #31566c;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

#panel-homeopathy .homeopathy-source-badge.is-clinical {
  border-color: #b7aa79;
  background: #fbf8ec;
  color: #64582e;
}

#panel-homeopathy .legacy-tool-board .pick.plain-title strong,
#panel-homeopathy .homeopathy-completion-panel .pick strong {
  font-weight: 400;
}

#panel-homeopathy #homeopathy-search-results .pick.has-source-badges,
#panel-homeopathy #homeopathy-completion-results .pick.has-source-badges {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

#panel-homeopathy #homeopathy-search-results .pick.has-source-badges strong,
#panel-homeopathy #homeopathy-completion-results .pick.has-source-badges strong {
  grid-column: 1;
  grid-row: 1;
}

#panel-homeopathy .legacy-chosen-box .chip.has-source-badges {
  grid-template-columns: minmax(0, 1fr) auto 20px;
}

#panel-homeopathy .legacy-chosen-box .chip .homeopathy-source-badges {
  grid-column: 2;
}

#panel-homeopathy .legacy-chosen-box .chip.has-source-badges button {
  grid-column: 3;
}

#panel-homeopathy #homeopathy-output {
  border-color: #dce6eb;
  background: #fff;
  padding: 0;
}

#panel-homeopathy #homeopathy-output .result-row {
  min-height: 34px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dce6eb;
  border-radius: 0;
  background: #fff;
  padding: 7px 8px;
  color: #223f52;
}

#panel-homeopathy #homeopathy-output .result-row:last-child {
  border-bottom: 0;
}

#panel-homeopathy #homeopathy-output .result-row strong {
  color: #223f52;
  font-weight: 600;
}

#panel-homeopathy #homeopathy-output .result-row .score {
  min-width: 34px;
  border-left: 1px solid #dce6eb;
  padding-left: 8px;
  color: #526d7e;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  text-align: right;
}

#panel-homeopathy #homeopathy-output a.result-row:hover,
#panel-homeopathy #homeopathy-output a.result-row:focus-visible {
  border-color: #b8cbd6;
  background: #f1f6f8;
  color: #183c4d;
}

#panel-homeopathy .homeopathy-detail-matrix thead a {
  display: grid;
  gap: 2px;
  justify-items: center;
  text-decoration: none;
}

#panel-homeopathy .homeopathy-detail-matrix thead a small {
  color: #607783;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
}

#panel-homeopathy .homeopathy-detail-matrix tbody th .homeopathy-source-badges {
  display: flex;
  justify-content: flex-start;
  margin-top: 4px;
}

#panel-homeopathy .homeopathy-detail-matrix td.is-match {
  padding: 3px 2px;
  background: #f1f7f2;
}

#panel-homeopathy .homeopathy-matrix-mark {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 1px;
  align-items: center;
  margin: 0 1px;
  color: #315f42;
}

#panel-homeopathy .homeopathy-matrix-mark small {
  color: #637b6a;
  font-size: 8px;
  font-weight: 600;
}

#panel-homeopathy .homeopathy-matrix-mark b {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}

#panel-homeopathy .homeopathy-matrix-legend {
  position: sticky;
  left: 0;
  margin: 0;
  border-top: 1px solid #d8e1e6;
  padding: 7px 8px;
  color: #607783;
  font-size: 10px;
  text-align: right;
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-source-column,
body.homeopathy-detailed-view #panel-homeopathy .homeopathy-symptom-column {
  display: none;
}

body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
  grid-template-columns: minmax(230px, .72fr) minmax(0, 2.28fr);
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-selected-column,
body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column {
  min-height: 440px;
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column #homeopathy-result-detail {
  display: block;
  max-height: none;
  overflow: visible;
  border: 0;
  padding: 0;
}

@media (max-width: 760px) {
  #panel-homeopathy .legacy-chosen-box .chip.has-source-badges {
    grid-template-columns: minmax(0, 1fr) 20px;
    gap: 4px 7px;
  }

  #panel-homeopathy .legacy-chosen-box .chip .homeopathy-source-badges {
    grid-column: 1;
    grid-row: 2;
    justify-content: flex-start;
  }

  #panel-homeopathy .legacy-chosen-box .chip.has-source-badges button {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
    grid-template-columns: minmax(0, 1fr);
  }

  body.homeopathy-detailed-view #panel-homeopathy .homeopathy-selected-column,
  body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column {
    min-height: 0;
  }

  #panel-homeopathy .homeopathy-detail-matrix th:first-child {
    min-width: 164px;
    max-width: 190px;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--page-blue);
  color: var(--ink);
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.38;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
input,
select {
  font: inherit;
}

a,
button {
  color: var(--link);
}

a {
  text-decoration: none;
}

a:hover,
button:hover {
  text-decoration: underline;
}

button {
  border: 1px solid #c0c0e0;
  background: #fff;
  cursor: pointer;
}

input,
select {
  min-height: 22px;
  border: 1px solid #b9c1d0;
  background: #fff;
  color: var(--ink);
  padding: 2px 5px;
}

.page {
  width: calc(100vw - 18px); max-width: 1013px; width: min(1013px, calc(100vw - 18px));
  margin: 0 auto;
  padding: 10px 0 52px;
}

.topline {
  display: none;
  justify-content: space-between;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  color: #40638d;
  font-size: 10px;
}

.topline span:first-child {
  color: #29483d;
  font-weight: bold;
}

.local-migration-bridge,
.migration-workspace,
.internal-only {
  display: none !important;
}

.site-switch {
  display: none;
}

.tab {
  min-height: 28px;
  border: 0;
  border-right: 1px solid var(--menu-line);
  background: var(--menu-bg);
  color: #909090;
  font-size: 11px;
  text-transform: uppercase;
}

.tab:last-child {
  border-right: 0;
}

.tab.active {
  background: #fff;
  color: var(--deep-blue);
  font-weight: bold;
}

.route-context {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #f7fbfb;
  padding: 8px;
  line-height: 1.35;
}

.route-context[hidden] {
  display: none;
}

.route-context strong {
  display: block;
  color: var(--title);
}

.route-context span {
  display: block;
  margin-top: 3px;
  color: #5f7f86;
  overflow-wrap: anywhere;
}

.route-context a {
  font-weight: bold;
}

.launch-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #c6b99f;
  border-bottom: 0;
  background: #fffaf2;
  padding: 8px;
  line-height: 1.35;
}

.launch-guard[hidden] {
  display: none;
}

.launch-guard strong {
  display: block;
  color: #684f21;
}

.launch-guard span,
.launch-guard p {
  display: block;
  margin: 3px 0 0;
  color: #6d5e43;
  overflow-wrap: anywhere;
}

.launch-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #6d5e43;
}

.launch-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #e4d7be;
  padding-top: 5px;
}

.launch-guard-checks summary {
  color: #684f21;
  cursor: pointer;
  font-weight: bold;
}

.launch-guard-checks li {
  margin: 2px 0;
}

.pilot-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #b8c7bb;
  border-bottom: 0;
  background: #f8fcf8;
  padding: 8px;
  line-height: 1.35;
}

.pilot-guard[hidden] {
  display: none;
}

.pilot-guard strong {
  display: block;
  color: #3f6345;
}

.pilot-guard span,
.pilot-guard p {
  display: block;
  margin: 3px 0 0;
  color: #526d58;
  overflow-wrap: anywhere;
}

.pilot-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #526d58;
}

.pilot-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #d4e2d5;
  padding-top: 5px;
}

.pilot-guard-checks summary {
  color: #3f6345;
  cursor: pointer;
  font-weight: bold;
}

.pilot-guard-checks li {
  margin: 2px 0;
}

.route-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #c79b9b;
  border-bottom: 0;
  background: #fff7f7;
  padding: 8px;
  line-height: 1.35;
}

.route-guard[hidden] {
  display: none;
}

.route-guard strong {
  display: block;
  color: #7b2727;
}

.route-guard span,
.route-guard p {
  display: block;
  margin: 3px 0 0;
  color: #744f55;
}

.route-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #744f55;
}

.route-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #e5caca;
  padding-top: 5px;
}

.route-guard-checks summary {
  color: #7b2727;
  cursor: pointer;
  font-weight: bold;
}

.route-guard-checks li {
  margin: 2px 0;
}

.auth-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #d0c0a4;
  border-bottom: 0;
  background: #fffdf6;
  padding: 8px;
  line-height: 1.35;
}

.auth-guard[hidden] {
  display: none;
}

.auth-guard strong {
  display: block;
  color: #66512b;
}

.auth-guard span,
.auth-guard p {
  display: block;
  margin: 3px 0 0;
  color: #6c5b40;
  overflow-wrap: anywhere;
}

.auth-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #6c5b40;
}

.auth-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #e8dfc8;
  padding-top: 5px;
}

.auth-guard-checks summary {
  color: #66512b;
  cursor: pointer;
  font-weight: bold;
}

.auth-guard-checks li {
  margin: 2px 0;
}

.payment-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #b6c7d3;
  border-bottom: 0;
  background: #f7fbff;
  padding: 8px;
  line-height: 1.35;
}

.payment-guard[hidden] {
  display: none;
}

.payment-guard strong {
  display: block;
  color: #2f5064;
}

.payment-guard span,
.payment-guard p {
  display: block;
  margin: 3px 0 0;
  color: #4d6574;
  overflow-wrap: anywhere;
}

.payment-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #4d6574;
}

.payment-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #d4e0e8;
  padding-top: 5px;
}

.payment-guard-checks summary {
  color: #2f5064;
  cursor: pointer;
  font-weight: bold;
}

.payment-guard-checks li {
  margin: 2px 0;
}

.module-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #c8cdd6;
  border-bottom: 0;
  background: #fbfbfd;
  padding: 8px;
  line-height: 1.35;
}

.module-guard[hidden] {
  display: none;
}

.module-guard strong {
  display: block;
  color: #46566e;
}

.module-guard span,
.module-guard p {
  display: block;
  margin: 3px 0 0;
  color: #5a6370;
  overflow-wrap: anywhere;
}

.module-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #5a6370;
}

.module-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #d9dde5;
  padding-top: 5px;
}

.module-guard-checks summary {
  color: #46566e;
  cursor: pointer;
  font-weight: bold;
}

.module-guard-checks li {
  margin: 2px 0;
}

.content-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #b7c9b4;
  border-bottom: 0;
  background: #f8fcf6;
  padding: 8px;
  line-height: 1.35;
}

.content-guard[hidden] {
  display: none;
}

.content-guard strong {
  display: block;
  color: #29483d;
}

.content-guard span,
.content-guard p {
  display: block;
  margin: 3px 0 0;
  color: #4f665b;
}

.content-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #4f665b;
}

.content-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #cfddca;
  padding-top: 5px;
}

.content-guard-checks summary {
  color: #29483d;
  cursor: pointer;
  font-weight: bold;
}

.visual-guard {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.1fr 1.1fr;
  gap: 8px;
  border: 1px solid #b8c6d8;
  border-bottom: 0;
  background: #f7fbff;
  padding: 8px;
  line-height: 1.35;
}

.visual-guard[hidden] {
  display: none;
}

.visual-guard strong {
  display: block;
  color: #2f496b;
}

.visual-guard span,
.visual-guard p {
  display: block;
  margin: 3px 0 0;
  color: #4f637f;
}

.visual-guard ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #4f637f;
}

.visual-guard-checks {
  margin-top: 7px;
  border-top: 1px solid #d4dfec;
  padding-top: 5px;
}

.visual-guard-checks summary {
  color: #2f496b;
  cursor: pointer;
  font-weight: bold;
}

.route-context,
.launch-guard,
.pilot-guard,
.route-guard,
.auth-guard,
.payment-guard,
.module-guard,
.content-guard,
.visual-guard {
  display: none;
}

.tool {
  display: none;
}

.tool.active {
  display: block;
}

.modern-home {
  display: none;
  grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  border: 1px solid var(--line);
  border-bottom: 0;
  background: #fff;
  color: var(--ink);
  padding: 22px 30px 20px;
}

.modern-home::after {
  display: none;
}

.modern-home-remedy::after {
  display: none;
}

.modern-home-homeopathy::after {
  display: none;
}

.modern-home-image {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
  border: 1px solid #d8dfef;
  background: #f7f7f7;
}

.modern-home-content {
  width: 100%; max-width: 560px; width: min(560px, 100%);
}

.modern-kicker {
  margin: 0 0 6px;
  color: #6c87a6;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.modern-home h1 {
  margin: 0;
  color: var(--title);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 600;
}

.modern-home p {
  max-width: 560px;
  margin: 9px 0 0;
  color: #294861;
  font-size: 14px;
  line-height: 1.45;
}

.modern-method-steps {
  display: grid;
  gap: 5px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.modern-method-steps li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  min-height: 27px;
  border: 1px solid #d8dfef;
  background: #f8f8f8;
  color: #294861;
  line-height: 1.3;
}

.modern-method-steps span {
  display: grid;
  align-items: center;
  justify-items: center;
  align-self: stretch;
  border-right: 1px solid #d8dfef;
  background: #eef4f6;
  color: #29483d;
  font-weight: bold;
}

.modern-search {
  display: grid;
  gap: 7px;
  width: 100%; max-width: 560px; width: min(560px, 100%);
  margin-top: 14px;
}

.modern-search label {
  color: #29483d;
  font-size: 13px;
  font-weight: 500;
}

.modern-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.modern-search-row input,
.modern-search-row button {
  min-height: 28px;
  font-size: 13px;
}

.modern-search-row input {
  border: 1px solid #b9c1d0;
  background: #fff;
  color: var(--ink);
  padding: 4px 7px;
}

.modern-search-row button,
.modern-quick-links a {
  border: 1px solid #c0c0e0;
  background: #fff;
  color: var(--ink);
  font-weight: 500;
}

.modern-search-row button {
  padding: 4px 10px;
}

.modern-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.modern-quick-links a {
  display: inline-grid;
  align-items: center;
  min-height: 25px;
  padding: 4px 8px;
}

.legacy-heritage-strip {
  display: grid;
  grid-template-columns: 112px minmax(170px, auto) minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  border: 1px solid #d2d9e2;
  background: #f8fbfb;
  padding: 8px;
}

.legacy-heritage-strip:empty {
  display: none;
}

.legacy-heritage-strip img {
  max-width: 112px;
  max-height: 44px;
  object-fit: contain;
}

.legacy-heritage-strip dl {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2px 7px;
  margin: 0;
  white-space: nowrap;
}

.legacy-heritage-strip dt {
  color: #6c87a6;
  font-size: 10px;
  text-transform: uppercase;
}

.legacy-heritage-strip dd {
  margin: 0;
  color: #29483d;
  font-weight: bold;
}

.legacy-heritage-strip p {
  margin: 0;
  color: #4f665b;
  font-size: 11px;
  line-height: 1.35;
}

.modern-home + .legacy-page {
  border-top: 1px solid var(--line);
}

.legacy-page {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 18px 29px 28px;
}

.legacy-header {
  display: grid;
  gap: 0;
}

.brand-row {
  display: grid;
  grid-template-columns: minmax(320px, 430px) minmax(360px, 1fr);
  align-items: start;
  gap: 22px;
  min-height: 98px;
}

.brand-row > img,
.brand-home-link {
  display: block;
  max-width: 100%;
  width: 100%; max-width: 420px; width: min(420px, 100%);
  height: auto;
}

.brand-home-link {
  color: inherit;
  text-decoration: none;
}

.brand-home-link img {
  display: block;
  width: 100%;
  height: auto;
}

.brand-home-link:focus-visible {
  outline: 2px solid #1f78bd;
  outline-offset: 6px;
  border-radius: 10px;
}

.brand-legacy-meta {
  display: grid;
  justify-items: end;
  gap: 10px;
  padding-top: 48px;
}

.sibling-links {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 22px;
  width: auto;
  min-height: 0;
  padding-top: 0;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.2;
  text-align: right;
}

.sibling-links span {
  color: #5e87ac;
  font-weight: 500;
}

.sibling-links a {
  margin-left: 0;
  color: var(--link);
  font-size: 12px;
  font-weight: 500;
}

.legacy-menu,
.legacy-utility {
  min-height: 35px;
  border-top: 1px solid var(--menu-line);
  border-left: 1px solid var(--menu-line);
  background: var(--menu-bg);
}

.legacy-menu {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #b8d2e8 transparent;
  grid-template-columns: none;
}

.legacy-utility {
  display: grid;
}

.legacy-menu-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.legacy-menu-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.legacy-menu-7 {
  grid-template-columns: 1.35fr .74fr .82fr .9fr .92fr 1.08fr 92px;
}

.legacy-menu-8 {
  grid-template-columns: 1.32fr 1.66fr .62fr .72fr .82fr .82fr 1.02fr 92px;
}

.legacy-menu-9 {
  grid-template-columns: 1.28fr .78fr 1.56fr .58fr .7fr .82fr .72fr 1fr 92px;
}

.legacy-utility {
  grid-template-columns: repeat(3, minmax(120px, 1fr)) 118px;
  min-height: 27px;
  border-top: 0;
  background: #fff;
}

.legacy-menu a,
.legacy-menu select,
.legacy-utility a,
.legacy-utility select {
  display: grid;
  place-items: center;
  min-height: 35px;
  padding: 5px 7px;
  border-right: 1px solid var(--menu-line);
  border-bottom: 1px solid var(--menu-line);
  color: #1f5f96;
  text-align: center;
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.18;
  text-transform: none;
  white-space: nowrap;
}

.legacy-menu a {
  flex: 1 0 max-content;
  min-width: max-content;
  padding-right: 12px;
  padding-left: 12px;
}

.legacy-menu select {
  flex: 0 0 92px;
  min-width: 92px;
}

.legacy-menu a:hover,
.legacy-menu select:hover,
.legacy-utility a:hover,
.legacy-utility select:hover {
  background: #e8f4ff;
  color: #084f91;
  text-decoration: none;
}

.legacy-utility a,
.legacy-utility select {
  min-height: 27px;
  color: #8092a0;
  font-size: 10px;
}

.legacy-menu select,
.legacy-utility select {
  width: 100%;
  border-top: 0;
  border-left: 0;
  background: #fff;
  color: #1f5f96;
}

.intro-grid {
  display: grid;
  grid-template-columns: 220px minmax(260px, 1fr) 148px 204px;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  align-items: stretch;
}

.intro-grid > * {
  min-width: 0;
}

.hero-art {
  position: relative;
  min-height: 249px;
  overflow: hidden;
  border: 1px solid #e3e6ec;
  background: #eef2f7;
}

.hero-art.tall {
  min-height: 420px;
}

.hero-art img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-actions {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}

.hero-actions a {
  flex: 1 1 50%;
  min-height: 100%;
  overflow: hidden;
  border: 0;
  background: transparent;
  color: transparent;
  font-weight: bold;
  text-indent: -999px;
}

.hero-actions a:focus-visible {
  outline: 2px solid #1f497d;
  outline-offset: -4px;
}

.legacy-action-panel {
  display: grid;
  align-content: start;
  min-height: 249px;
  border: 1px solid #c6c6c6;
  background: #fff;
  color: var(--ink);
  line-height: 1.36;
}

.legacy-action-panel h2 {
  margin: 0;
  border-bottom: 1px solid #c6c6c6;
  background: var(--fill);
  color: var(--deep-blue);
  padding: 4px 8px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
}

.legacy-action-panel p {
  margin: 9px 12px 0;
}

.legacy-action-panel a {
  color: #082b4c;
  font-weight: 500;
  text-decoration: underline;
}

.legacy-primary-link {
  justify-self: center;
  margin-top: 10px;
  color: #008fc0 !important;
  font-size: 15px;
  font-weight: 600 !important;
  text-decoration: none !important;
}

.legacy-primary-link::after {
  content: " \203A";
}

.legacy-media-cell {
  position: relative;
  display: grid;
  align-content: end;
  justify-items: center;
  min-height: 249px;
  margin: 0;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 953px 249px;
  overflow: hidden;
}

.legacy-media-cell h2 {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 26px;
  margin: 0;
  border-bottom: 1px solid #c6c6c6;
  background: var(--fill);
  color: var(--deep-blue);
  padding: 4px 8px;
  text-align: center;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.16;
}

.legacy-media-cell--illness-doctor {
  background-image: url("/assets/legacy/illnessfinder-index-modern.jpg");
  background-size: cover;
  background-position: center center;
}

.legacy-media-cell--illness-demo {
  background-image: none;
}

.legacy-media-cell--remedy-doctor {
  background-image: url("/assets/legacy/remedyfinder-index-modern.jpg");
  background-size: cover;
  background-position: center center;
}

.legacy-media-cell--remedy-demo {
  background-image: none;
}

.legacy-media-cell--homeopathy-doctor {
  background-image: url("/assets/legacy/webhomeopath-index-modern.jpg");
  background-size: cover;
  background-position: center center;
}

.legacy-media-cell--homeopathy-demo {
  background-image: none;
}

.legacy-media-cell--illness-demo,
.legacy-media-cell--remedy-demo,
.legacy-media-cell--homeopathy-demo {
  align-content: center;
  padding: 44px 12px 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(246, 250, 253, 0.95)),
    linear-gradient(135deg, rgba(36, 120, 191, 0.08), rgba(24, 60, 91, 0.03));
}

.legacy-media-cell--illness-demo::before,
.legacy-media-cell--remedy-demo::before,
.legacy-media-cell--homeopathy-demo::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #b8d1e8;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 44%, #1f6fae 45%, #1f6fae 56%, transparent 57%),
    #f7fbff;
  box-shadow: inset 0 0 0 8px rgba(31, 111, 174, 0.08);
}

.legacy-media-cell--illness-demo .legacy-demo-link,
.legacy-media-cell--remedy-demo .legacy-demo-link,
.legacy-media-cell--homeopathy-demo .legacy-demo-link {
  margin: 12px 0 0;
  border: 1px solid #b8d1e8;
  background: #fff;
  padding: 5px 12px;
  color: #123a5b;
  font-weight: 600;
  text-decoration: none;
}

.legacy-intro-source-map {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.legacy-demo-link {
  position: relative;
  z-index: 3;
  margin-bottom: 9px;
  color: #082b4c;
  font-weight: 500;
  text-decoration: underline;
}

.login-box,
.demo-panel,
.method-panel,
.closed-shop-panel {
  border: 1px solid var(--ink);
  background: var(--fill);
}

.login-box {
  display: grid;
  align-content: start;
  gap: 7px;
  min-width: 0;
  min-height: 249px;
  padding: 0 10px 12px;
  overflow: hidden;
  background: #f8fbfe;
  color: var(--deep-blue);
  line-height: 1.3;
}

.login-box h2,
.demo-panel summary,
.method-panel summary,
.closed-shop-panel summary {
  margin: 0 -10px 8px;
  padding: 5px 9px;
  background: var(--bar);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.login-box h2 {
  text-align: center;
}

.login-box label {
  display: grid;
  gap: 4px;
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.login-box input {
  width: 100%;
  min-width: 0;
  min-height: 23px;
  border: 1px solid #b8c8d9;
  background: #fff;
}

.login-box input:disabled {
  background: #edf3f8;
  color: #6c7785;
}

.login-box button {
  justify-self: stretch;
  min-width: 0;
  min-height: 24px;
  border: 1px solid #b7c8dc;
  background: linear-gradient(#ffffff, #edf5fc);
  color: var(--button);
  font-weight: 500;
  cursor: pointer;
}

.login-box button:disabled {
  color: #7d8794;
  background: #edf3f8;
  cursor: default;
}

.login-box p {
  margin: 0;
  color: var(--deep-blue);
  font-size: 12px;
  line-height: 1.32;
}

.account-guard {
  color: #6c87a6;
  font-size: 11px;
  line-height: 1.25;
}

.account-trust-list {
  display: grid;
  gap: 4px;
  margin: 0;
}

.account-trust-list span {
  border: 1px solid #c8d9c9;
  background: #f6fbf6;
  padding: 4px 6px;
  color: #315b38;
  font-size: 11px;
  line-height: 1.2;
}

.shop-guard {
  margin: 0 8px 8px;
  border: 1px solid #c9c0a8;
  background: #fffdf5;
  color: #554a33;
}

.shop-guard strong {
  color: var(--title);
}

body[data-current-section=""] .legacy-step-strip,
body[data-current-section=""] .demo-panel,
body[data-current-section=""] .method-panel,
body[data-current-section=""] .info-grid {
  display: none;
}

body[data-current-section]:not([data-current-section=""]) .intro-grid,
body[data-current-section]:not([data-current-section=""]) .legacy-step-strip {
  display: none;
}

body[data-current-section]:not([data-current-section=""]):not([data-current-section$="-demo"]) .demo-panel {
  display: none;
}

body[data-current-section]:not([data-current-section=""]):not([data-current-section$="-method"]) .method-panel {
  display: none;
}

body[data-current-section]:not([data-current-section=""]):not([data-current-section$="-about"]):not([data-current-section$="-memberships"]):not([data-current-section$="-account"]):not([data-current-section$="-remedies"]):not([data-current-section$="-materia"]):not([data-current-section$="-legal"]) .info-grid {
  display: none;
}

body[data-current-section]:not([data-current-section=""]) .info-box:not([open]) {
  display: none;
}

body[data-current-section$="-method"] .intro-grid,
body[data-current-section$="-method"] .legacy-step-strip,
body[data-current-section$="-method"] .demo-panel,
body[data-current-section$="-method"] .info-grid,
body[data-current-section$="-method"] .method-panel > summary,
body[data-current-section$="-method"] .method-guard,
body[data-current-section$="-method"] .method-note {
  display: none;
}

body[data-current-section$="-method"] .method-panel {
  margin-top: 8px;
  border: 0;
  background: transparent;
  padding: 0;
}

.intro-video-hub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 8px 10px;
  font-size: 11px;
  line-height: 1.35;
}

.intro-video-hub strong {
  margin-right: 4px;
  color: var(--title);
}

.intro-video-hub a,
.demo-continue-link {
  display: inline-block;
  border: 1px solid #9ba9c5;
  background: #f4f7fc;
  padding: 4px 7px;
  color: var(--link);
  font-weight: bold;
  text-decoration: underline;
}

.demo-continue-link {
  margin: 8px 10px 2px;
  border-color: #5f8d67;
  background: #eef9ef;
  color: #245f2b;
}

.migration-workspace {
  margin-top: 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.migration-workspace > summary {
  display: block;
  padding: 9px 12px;
  border-bottom: 1px solid var(--line);
  background: var(--menu-bg);
  color: var(--title);
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.migration-workspace:not([open]) > summary {
  border-bottom: 0;
}

.legacy-step-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 10px 0 0;
  padding: 0;
  border: 1px solid #c6c6c6;
  background: #fff;
  list-style: none;
}

.legacy-step-strip li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  min-height: 46px;
  border-right: 1px solid #d6dbea;
  color: var(--ink);
  line-height: 1.25;
}

.legacy-step-strip li:last-child {
  border-right: 0;
}

.legacy-step-strip span {
  display: grid;
  place-items: center;
  align-self: stretch;
  background: var(--bar);
  color: #fff;
  font-weight: 600;
}

.legacy-step-strip strong {
  display: block;
  padding: 7px 9px;
  font-size: 12.5px;
  font-weight: 500;
}

#panel-remedy .legacy-step-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.local-migration-bridge {
  margin-top: 10px;
  border: 1px solid #d8dfef;
  background: #fbfcfe;
}

.local-migration-bridge > summary {
  padding: 6px 8px;
  color: #6c87a6;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.local-migration-bridge:not([open]) > :not(summary) {
  display: none;
}

.local-migration-bridge[open] {
  padding-bottom: 8px;
}

.local-migration-bridge[open] > summary {
  border-bottom: 1px solid #d8dfef;
  background: #f4f7fb;
}

.site-readiness-bridge {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.site-readiness-card {
  min-height: 92px;
  border: 1px solid #d2ddcb;
  background: #fbfdf9;
  padding: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.site-readiness-card.primary {
  background: #f7fbf1;
}

.site-readiness-card.shell-scaffold-card {
  border-color: #d9d0bf;
  background: #fffdf8;
}

.site-readiness-card.shell-scaffold-card strong {
  color: #5d4f2d;
}

.site-readiness-card strong {
  display: block;
  margin-bottom: 5px;
  color: #2f5936;
}

.site-readiness-card p {
  margin: 5px 0 0;
  color: #526a58;
}

.site-readiness-card .stat-list {
  margin-bottom: 3px;
}

.site-priority-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-priority-card li {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 6px;
  align-items: start;
}

.site-priority-card li > span {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #c9d7dd;
  background: #f2f7f8;
  color: #31566a;
  font-size: 0.7rem;
}

.site-context-card small,
.site-priority-card b,
.site-priority-card small {
  display: block;
  overflow-wrap: anywhere;
}

.site-priority-card b {
  color: #24465b;
  font-size: 0.76rem;
}

.site-priority-card small {
  margin-top: 2px;
  color: #657985;
  font-size: 0.68rem;
}

.site-context-card small {
  margin-top: 4px;
  color: #6b7d5d;
  font-size: 0.7rem;
}

.site-priority-card p {
  margin-top: 3px;
  font-size: 0.73rem;
}

.live-reference-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.live-reference-card {
  min-height: 104px;
  border: 1px solid #d6dbea;
  background: #f9fbfd;
  padding: 8px;
  line-height: 1.35;
}

.live-reference-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--title);
}

.live-reference-card p {
  margin: 6px 0 0;
}

.live-reference-card .stat-list {
  margin-bottom: 4px;
}

.live-reference-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.live-reference-actions a {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid #c7d2e3;
  background: #fff;
  font-weight: bold;
}

.shell-starter-list {
  display: grid;
  gap: 10px;
}

.shell-starter-site {
  border: 1px solid #d9d0bf;
  background: #fff;
}

.shell-starter-site > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  border-bottom: 1px solid #ece3d2;
  background: #fffaf0;
  padding: 8px;
}

.shell-starter-site > header strong {
  color: #5d4f2d;
}

.shell-starter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 8px;
  padding: 8px;
}

.shell-starter-card {
  display: grid;
  gap: 6px;
  min-height: 170px;
  border: 1px solid #dde4d8;
  background: #fbfdf9;
  padding: 8px;
  line-height: 1.35;
}

.shell-starter-card--hold {
  align-content: start;
  border-color: #dfc7bf;
  background: #fff8f5;
}

.shell-starter-card__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
}

.shell-starter-card__head strong {
  color: #29483d;
}

.shell-starter-card__head span {
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.shell-starter-frame {
  width: 100%;
  min-height: 78px;
  border: 1px solid #d8dfef;
  background: #fff;
}

.shell-starter-card .stat-list {
  padding: 0;
}

.homepage-preview-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-preview-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 146px;
  border: 1px solid #d6dbea;
  background: #f9fbfd;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-preview-card.blocked {
  border-color: #dfc7bf;
  background: #fff8f5;
}

.homepage-preview-card__head {
  display: grid;
  gap: 2px;
}

.homepage-preview-card__head strong {
  color: var(--title);
}

.homepage-preview-card__head span {
  color: #6c87a6;
  font-size: 10px;
  text-transform: uppercase;
}

.homepage-preview-card p {
  margin: 0;
}

.homepage-preview-link {
  display: inline-grid;
  justify-self: start;
  place-items: center;
  min-height: 22px;
  border: 1px solid #c7d2e3;
  background: #fff;
  padding: 3px 7px;
  font-weight: bold;
}

.homepage-observation-list,
.homepage-worksheet-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-comparison-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.homepage-note-intake-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-adjustment-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-candidate-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-review-board-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.homepage-observation-card,
.homepage-worksheet-card {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 162px;
  border: 1px solid #d6dbea;
  background: #fbfcff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-worksheet-capture {
  display: grid;
  gap: 4px;
  margin: 0;
}

.homepage-worksheet-capture img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d6dbea;
  background: #fff;
  object-fit: cover;
  object-position: top center;
}

.homepage-worksheet-capture.mobile img {
  aspect-ratio: 390 / 844;
  max-height: 210px;
  object-fit: contain;
}

.homepage-worksheet-capture figcaption {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.homepage-comparison-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 250px;
  border: 1px solid #d6dbea;
  background: #fbfcff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-note-intake-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 205px;
  border: 1px solid #d6dbea;
  background: #fbfcff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-adjustment-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 210px;
  border: 1px solid #d3ddea;
  background: #fbfdff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-adjustment-card.P1 {
  border-color: #9fb5cd;
}

.homepage-candidate-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 190px;
  border: 1px solid #d3ddea;
  background: #fbfdff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-candidate-card.ready {
  border-color: #8eaa9b;
  background: #fbfffd;
}

.homepage-candidate-card.blocked {
  border-color: #d9b28e;
  background: #fffaf4;
}

.homepage-review-board-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 230px;
  border: 1px solid #d3ddea;
  background: #fbfdff;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.homepage-review-board-card.P1 {
  border-color: #a5b3c8;
  background: #f8fbff;
}

.homepage-review-check-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-review-check-list li {
  border: 1px solid #e0e7f0;
  background: #fff;
  padding: 4px 6px;
  color: #40546a;
  font-size: 12px;
}

.homepage-note-slot-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-note-slot-list li {
  display: grid;
  gap: 3px;
  border: 1px solid #e1e7f2;
  background: #fff;
  padding: 4px 6px;
  color: #516070;
  font-size: 12px;
}

.homepage-note-slot-list strong {
  color: #133554;
  font-size: 11px;
  text-transform: uppercase;
}

.homepage-note-slot-list span {
  color: #384d61;
}

.homepage-adjustment-task-list {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.homepage-adjustment-task-list li {
  border: 1px solid #e0e7f0;
  background: #fff;
  padding: 4px 6px;
  color: #40546a;
  font-size: 12px;
}

.homepage-comparison-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
  min-width: 0;
}

.homepage-comparison-shot {
  display: grid;
  gap: 4px;
  margin: 0;
  min-width: 0;
}

.homepage-comparison-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d6dbea;
  background: #fff;
  object-fit: cover;
  object-position: top center;
}

.homepage-comparison-card.mobile .homepage-comparison-shot img {
  aspect-ratio: 390 / 844;
  max-height: 220px;
  object-fit: contain;
}

.homepage-comparison-shot figcaption {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
}

.homepage-comparison-card p,
.homepage-note-intake-card p,
.homepage-review-board-card p,
.homepage-comparison-links {
  margin: 0;
}

.homepage-comparison-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.homepage-observation-card.blocked,
.homepage-worksheet-card.blocked {
  border-color: #dfc7bf;
  background: #fff8f5;
}

.homepage-worksheet-card.ready {
  border-color: #bdd6c1;
  background: #f7fcf8;
}

.homepage-observation-card__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.homepage-observation-card__head strong {
  color: var(--title);
}

.homepage-observation-card__head span {
  border: 1px solid #c7d2e3;
  background: #fff;
  color: #46617f;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 5px;
}

.homepage-observation-card p,
.homepage-worksheet-card p {
  margin: 0;
}

.visual-acceptance-bridge {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  min-width: 0;
}

.visual-acceptance-card {
  min-height: 94px;
  border: 1px solid #d7d2c0;
  background: #fffdf6;
  min-width: 0;
  padding: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.visual-acceptance-card.primary {
  background: #fffaf0;
}

.visual-acceptance-card strong {
  display: block;
  margin-bottom: 5px;
  color: #695421;
}

.visual-acceptance-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.visual-acceptance-card a {
  font-weight: bold;
}

.visual-acceptance-card .stat-list {
  margin-bottom: 3px;
}

.visual-acceptance-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.visual-acceptance-actions a {
  display: inline-grid;
  place-items: center;
  min-height: 22px;
  padding: 3px 7px;
  border: 1px solid #d4c8a6;
  background: #fff;
  font-weight: bold;
}

.route-safety-bridge {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  min-width: 0;
}

.route-safety-card {
  min-height: 92px;
  border: 1px solid #d8c1c1;
  background: #fffafa;
  min-width: 0;
  padding: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.route-safety-card strong {
  display: block;
  margin-bottom: 5px;
  color: #7b2727;
}

.route-safety-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.route-safety-card a {
  font-weight: bold;
}

.route-safety-card .stat-list {
  margin-bottom: 3px;
}

.route-safety-checks {
  margin-top: 7px;
  border-top: 1px solid #eadada;
  padding-top: 5px;
}

.route-safety-checks summary {
  color: #7b2727;
  cursor: pointer;
  font-weight: bold;
}

.route-safety-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #744f55;
}

.route-safety-checks li {
  margin: 2px 0;
}

.visual-capture-bridge {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  min-width: 0;
}

.visual-capture-card {
  min-height: 94px;
  border: 1px solid #c8d6df;
  background: #f7fbfc;
  min-width: 0;
  padding: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.visual-capture-card strong {
  display: block;
  margin-bottom: 5px;
  color: #245569;
}

.visual-capture-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.visual-capture-card a {
  font-weight: bold;
}

.visual-capture-card .stat-list {
  margin-bottom: 3px;
}

.visual-capture-checks {
  margin-top: 7px;
  border-top: 1px solid #d9e4e9;
  padding-top: 5px;
}

.visual-capture-checks summary {
  color: #245569;
  cursor: pointer;
  font-weight: bold;
}

.visual-capture-checks strong {
  display: block;
  color: #245569;
}

.visual-capture-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #496573;
}

.visual-capture-checks li {
  margin: 2px 0;
}

.offline-dashboard-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.offline-dashboard-panel > * {
  min-width: 0;
}

.offline-transition-brief {
  margin-bottom: 8px;
}

.offline-transition-card {
  border: 1px solid #b7c9b0;
  background: #f8fff8;
  padding: 8px;
  line-height: 1.35;
  min-width: 0;
}

.offline-transition-card.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.offline-transition-card > div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

.offline-transition-card strong {
  color: #24465b;
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.offline-transition-card span,
.offline-transition-card small,
.offline-transition-card p {
  color: #526a75;
  font-size: 0.74rem;
}

.offline-transition-card p {
  margin: 6px 0 0;
}

.offline-transition-card small {
  display: block;
  margin-top: 6px;
  overflow-wrap: anywhere;
}

.offline-transition-card dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px 6px;
  margin: 7px 0 0;
  font-size: 0.72rem;
}

.offline-transition-card dt {
  color: #657985;
}

.offline-transition-card dd {
  margin: 0;
  color: #22343e;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.offline-transition-step,
.offline-transition-ref {
  overflow-wrap: anywhere;
}

.database-term-seed-panel {
  border-top: 1px solid var(--line);
}

.term-seed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.term-seed-brief {
  grid-column: 1 / -1;
  border: 1px solid #b7c9b0;
  background: #f8fff8;
  padding: 8px;
  min-width: 0;
}

.term-seed-brief.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.term-seed-brief strong,
.term-seed-site summary strong {
  color: #24465b;
  font-size: 0.84rem;
}

.term-seed-brief p,
.term-seed-site summary span,
.term-seed-site small,
.term-seed-site p {
  color: #526a75;
  font-size: 0.72rem;
}

.term-seed-brief p {
  margin: 5px 0 0;
}

.term-seed-site {
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}

.term-seed-site summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  cursor: pointer;
  padding: 7px;
}

.term-seed-site dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 6px;
  margin: 0;
  padding: 0 7px 7px;
  font-size: 0.72rem;
}

.term-seed-site dt {
  color: #657985;
}

.term-seed-site dd {
  margin: 0;
  color: #22343e;
  font-weight: bold;
}

.term-seed-row-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 7px 7px 22px;
}

.term-seed-row {
  min-width: 0;
}

.term-seed-row strong,
.term-seed-row small {
  display: block;
  overflow-wrap: anywhere;
}

.term-review-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.term-review-brief {
  grid-column: 1 / -1;
  border: 1px solid #b7c9b0;
  background: #f8fff8;
  padding: 8px;
  min-width: 0;
}

.term-review-brief.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.term-review-brief strong,
.term-review-kind summary strong {
  color: #24465b;
  font-size: 0.84rem;
}

.term-review-brief p,
.term-review-kind summary span,
.term-review-kind small {
  color: #526a75;
  font-size: 0.72rem;
}

.term-review-brief p {
  margin: 5px 0 0;
}

.term-review-kind {
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}

.term-review-kind summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  cursor: pointer;
  padding: 7px;
}

.term-review-kind dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3px 6px;
  margin: 0;
  padding: 0 7px 7px;
  font-size: 0.72rem;
}

.term-review-kind dt {
  color: #657985;
}

.term-review-kind dd {
  margin: 0;
  color: #22343e;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.term-review-row-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 7px 7px 22px;
}

.term-review-row {
  min-width: 0;
}

.term-review-row strong,
.term-review-row small {
  display: block;
  overflow-wrap: anywhere;
}

.search-quality-row {
  border-left: 3px solid #b7c9b0;
  padding-left: 6px;
}

.search-quality-row.watch {
  border-left-color: #d6bb74;
}

.search-quality-row.blocked {
  border-left-color: #c98282;
}

.search-quality-acceptance-kind summary strong {
  color: #24465b;
}

.search-quality-regression-kind summary strong {
  color: #24465b;
}

.search-quality-test-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 7px 7px 22px;
}

.search-quality-test-list li {
  border-left: 3px solid #b7c9b0;
  padding-left: 6px;
  min-width: 0;
}

.search-quality-test-list li.blocked {
  border-left-color: #c98282;
}

.search-quality-test-list strong,
.search-quality-test-list small {
  display: block;
  overflow-wrap: anywhere;
}

.search-quality-gate {
  border-left: 3px solid #d6bb74;
  padding-left: 6px;
}

.search-quality-gate.controlled {
  border-left-color: #8fb27d;
  color: #2f6042;
}

.search-quality-gate.blocked {
  border-left-color: #c98282;
  color: #7a3636;
}

.search-quality-test-list p {
  margin: 3px 0 0;
  color: #3d5368;
  font-size: 0.72rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.search-quality-row p {
  margin: 4px 0 0;
  color: #3d5368;
  font-size: 0.72rem;
  line-height: 1.3;
}

.search-quality-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-top: 4px;
}

.search-quality-signal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #cbd9e5;
  border-radius: 3px;
  background: #f2f7fb;
  padding: 1px 4px;
  color: #315d82;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.search-quality-signal--clinical {
  border-color: #b8d8c6;
  background: #edf8f1;
  color: #287047;
}

.search-quality-signal--mesh,
.search-quality-signal--medical-term {
  border-color: #bbd6ef;
  background: #edf6ff;
  color: #236195;
}

.search-quality-signal--fuzzy,
.search-quality-signal--synonym {
  border-color: #ead5a7;
  background: #fff8e8;
  color: #7b5c17;
}

.term-answer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.term-answer-brief {
  grid-column: 1 / -1;
  border: 1px solid #b7c9b0;
  background: #f8fff8;
  padding: 8px;
  min-width: 0;
}

.term-answer-brief.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.term-answer-brief strong,
.term-answer-kind summary strong {
  color: #24465b;
  font-size: 0.84rem;
}

.term-answer-brief p,
.term-answer-kind summary span,
.term-answer-kind small {
  color: #526a75;
  font-size: 0.72rem;
}

.term-answer-brief p {
  margin: 5px 0 0;
}

.term-answer-kind {
  border: 1px solid var(--line);
  background: #fff;
  min-width: 0;
}

.term-answer-kind summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2px;
  cursor: pointer;
  padding: 7px;
}

.term-answer-row-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0 7px 7px 22px;
}

.term-answer-row {
  min-width: 0;
}

.term-answer-row strong,
.term-answer-row small {
  display: block;
  overflow-wrap: anywhere;
}

.offline-site-list,
.offline-workstream-list,
.offline-action-list {
  margin-top: 10px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}

.offline-site-list h3,
.offline-workstream-list h3,
.offline-action-list h3 {
  margin: 0 0 6px;
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--muted);
}

.offline-site-list > div {
  display: grid;
  gap: 6px;
}

.offline-site-item {
  border: 1px solid #d9e4e9;
  background: #fbfdf9;
  padding: 6px;
}

.offline-site-item strong {
  display: block;
  color: #24465b;
  font-size: 0.82rem;
}

.offline-site-item dl {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px 6px;
  margin: 6px 0 0;
  font-size: 0.72rem;
}

.offline-site-item dt {
  color: #657985;
}

.offline-site-item dd {
  margin: 0;
  color: #22343e;
  font-weight: bold;
  overflow-wrap: anywhere;
}

.offline-site-item p {
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
  line-height: 1.35;
}

.offline-workstream-list ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offline-workstream-list li {
  border: 1px solid #d9e4e9;
  background: #f7fbfd;
  padding: 6px;
}

.offline-workstream-list strong {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #24465b;
  font-size: 0.82rem;
}

.offline-workstream-list p,
.offline-workstream-list small {
  display: block;
  margin: 4px 0 0;
  color: #526a75;
  font-size: 0.74rem;
  line-height: 1.35;
}

.offline-workstream-list small {
  overflow-wrap: anywhere;
  color: #657985;
}

.offline-endpoint-list {
  display: grid;
  gap: 6px;
}

.offline-endpoint-item {
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  padding: 6px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.offline-endpoint-item.controlled {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.offline-endpoint-item.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.offline-endpoint-item summary {
  cursor: pointer;
}

.offline-endpoint-item summary span {
  display: block;
  margin-top: 3px;
  color: #657985;
  font-size: 0.74rem;
}

.offline-action-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  line-height: 1.35;
}

.offline-action-list li + li {
  margin-top: 5px;
}

.offline-action-item {
  border: 1px solid #d9e4e9;
  background: #fffdf7;
  padding: 6px;
}

.offline-action-item > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.offline-action-item strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #24465b;
  font-size: 0.8rem;
}

.offline-action-item strong span {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #c9d7dd;
  background: #f2f7f8;
  color: #31566a;
  font-size: 0.7rem;
}

.offline-action-item em {
  flex: 0 0 auto;
  color: #657985;
  font-style: normal;
  font-size: 0.7rem;
  text-transform: uppercase;
}

.offline-action-item p {
  margin: 5px 0 0;
  color: #526a75;
}

.offline-action-item .offline-action-expected {
  color: #24465b;
}

.offline-action-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f7faf8;
  font-size: 0.7rem;
}

.offline-action-checks dt {
  color: #657985;
}

.offline-action-checks dd {
  margin: 0;
  color: #22343e;
}

.offline-action-steps {
  margin-top: 6px;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #fbfcfa;
  color: #526a75;
}

.offline-action-steps strong {
  display: block;
  color: #24465b;
  font-size: 0.72rem;
}

.offline-action-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.offline-action-steps li + li {
  margin-top: 2px;
}

.offline-action-steps p {
  overflow-wrap: anywhere;
}

.offline-action-item dl {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 6px;
  margin: 5px 0 0;
  font-size: 0.7rem;
}

.offline-action-item dt {
  color: #657985;
}

.offline-action-item dd {
  margin: 0;
  color: #22343e;
  overflow-wrap: anywhere;
}

.offline-action-item small {
  display: block;
  margin-top: 5px;
  color: #657985;
  overflow-wrap: anywhere;
}

.visual-parity-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
}

.intro-video-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f7fbfb;
  padding: 10px;
}

.shell-starter-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fffdf8;
  padding: 10px;
}

.visual-preflight-panel {
  background: #f7faf4;
}

.visual-qa-panel {
  background: #fffaf4;
}

.visual-source-panel {
  background: #f7fbff;
}

.visual-preservation-panel {
  background: #f8fbf6;
}

.pilot-readiness-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f8f8f8;
  padding: 10px;
}

.pilot-preflight-panel {
  background: #f7faf4;
}

.production-launch-panel {
  background: #fffaf2;
}

.target-migration-panel {
  background: #f4f7fb;
}

.mesh-language-panel {
  background: #f7faf7;
}

.legacy-layout-capture-panel {
  background: #f8f6f1;
}

.ranking-golden-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
}

.ranking-preflight-panel {
  background: #fbf8ef;
}

.legacy-briefing-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff8f8;
  padding: 10px;
}

.legacy-algorithm-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f8fbff;
  padding: 10px;
}

.auth-reset-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
}

.access-review-panel {
  background: #fffdf5;
}

.access-review-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.access-approval-panel {
  background: #f7fbfb;
}

.access-preflight-panel {
  background: #f5fbf8;
}

.access-reversal-panel {
  background: #f8fbff;
}

.compact-check-list {
  margin: 8px 0 0;
  padding-left: 18px;
  color: #44546a;
  font-size: 0.84rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.payment-shop-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f8f8f8;
  padding: 10px;
}

.payment-preflight-panel {
  background: #fbf6f2;
}

.content-depth-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #eef2f7;
  padding: 10px;
}

.content-plan-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.content-plan-panel > * {
  min-width: 0;
}

.content-approval-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.visual-approval-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.intro-video-review-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.public-route-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f8f8f8;
  padding: 10px;
}

.public-route-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.manual-capture-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.manual-capture-panel > * {
  min-width: 0;
}

.manual-capture-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.visual-capture-workspace,
.legacy-layout-capture-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.production-launch-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.migration-risk-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #eef2f7;
  padding: 10px;
}

.content-preflight-panel {
  background: #f6fbf2;
}

.route-coverage-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #f8f8f8;
  padding: 10px;
}

.route-review-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #fff;
  padding: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.route-review-panel > * {
  min-width: 0;
}

.route-review-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.route-preflight-panel {
  background: #fff8f0;
}

.archive-board-panel {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 10px;
  border: 1px solid var(--line);
  border-top: 0;
  background: #eef2f7;
  padding: 10px;
}

.archive-board-workspace {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.offline-dashboard-panel h2,
.visual-parity-panel h2,
.intro-video-panel h2,
.pilot-readiness-panel h2,
.ranking-golden-panel h2,
.legacy-briefing-panel h2,
.legacy-algorithm-panel h2,
.auth-reset-panel h2,
.payment-shop-panel h2,
.content-depth-panel h2,
.content-plan-panel h2,
.manual-capture-panel h2,
.migration-risk-panel h2,
.route-coverage-panel h2,
.route-review-panel h2,
.archive-board-panel h2 {
  margin: 0 0 8px;
  color: var(--title);
  font-size: 12px;
}

.risk-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.offline-command-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.visual-parity-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.intro-video-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.intro-video-review-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.pilot-readiness-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.production-launch-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.ranking-golden-board {
  display: grid;
  gap: 8px;
}

.ranking-golden-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.ranking-golden-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.legacy-briefing-board {
  display: grid;
  gap: 8px;
}

.legacy-briefing-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.legacy-briefing-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.legacy-algorithm-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.legacy-algorithm-board {
  display: grid;
  gap: 8px;
}

.legacy-algorithm-site-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.legacy-algorithm-case-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.auth-reset-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.access-review-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.payment-shop-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.content-depth-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.content-plan-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.content-approval-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.visual-approval-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.public-route-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.public-route-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.manual-capture-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.manual-capture-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.visual-capture-site-list,
.legacy-layout-capture-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.route-site-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.route-review-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.route-review-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.archive-module-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.archive-site-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.risk-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.offline-command-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.visual-parity-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.intro-video-item {
  border: 1px solid #c8d7da;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.intro-video-review-site-item,
.visual-capture-site-item,
.legacy-layout-capture-site-item {
  min-height: 132px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.intro-video-review-site-item strong,
.visual-capture-site-item strong,
.legacy-layout-capture-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.intro-video-review-site-item p,
.intro-video-review-site-item small,
.visual-capture-site-item p,
.visual-capture-site-item small,
.legacy-layout-capture-site-item p,
.legacy-layout-capture-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.intro-video-review-site-item small,
.visual-capture-site-item small,
.legacy-layout-capture-site-item small {
  color: #657985;
}

.visual-parity-item summary {
  cursor: pointer;
}

.intro-video-item summary {
  cursor: pointer;
}

.visual-parity-item summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.intro-video-item summary span {
  display: block;
  margin-top: 3px;
  color: #5f7f86;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.visual-parity-item p {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.intro-video-item p {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.pilot-readiness-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.pilot-readiness-item.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.pilot-readiness-item.controlled {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.mesh-language-item[class*="blocked"] {
  border-color: #bda98d;
  background: #fffaf0;
}

.mesh-language-control-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-gap-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mesh-language-launch-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-briefing-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-source-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-source-preflight-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-source-transfer-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-review-sheet-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-term-sample-list {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.mesh-language-lookup-list {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.mesh-language-batch-list,
.mesh-language-batch-work-order-list {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.mesh-language-track-work-order-list {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.mesh-language-rollup {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 8px;
}

.mesh-language-rollup-card {
  border: 1px solid #b9c6c8;
  background: #f8fcfc;
  padding: 8px;
  min-width: 0;
}

.mesh-language-rollup-card strong {
  display: block;
  color: var(--title);
  overflow-wrap: anywhere;
}

.mesh-language-rollup-card span {
  display: block;
  margin-top: 3px;
  color: #60737b;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-rollup-rows {
  display: grid;
  gap: 3px;
  margin-top: 7px;
}

.mesh-language-rollup-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 7px;
  align-items: baseline;
  border-top: 1px solid #e3e9ea;
  padding-top: 3px;
}

.mesh-language-rollup-row b {
  color: var(--title);
  font-weight: normal;
  overflow-wrap: anywhere;
}

.mesh-language-rollup-row em,
.mesh-language-rollup-row small {
  color: #60737b;
  font-style: normal;
  white-space: nowrap;
}

.mesh-language-action-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-return-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-preflight-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-acceptance-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-promotion-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mesh-language-owner-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-transfer-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.mesh-language-gate-matrix-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mesh-language-evidence-action-list {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.mesh-language-side-queue-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-dispatch-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-return-monitor-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-return-preflight-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-return-inbox-guide-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-return-acceptance-queue-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-return-acceptance-review-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.mesh-language-control-item {
  border-color: #b8c4bd;
  background: #f7fbf9;
}

.mesh-language-gap-item {
  border-color: #c5bc9b;
  background: #fffdf2;
}

.mesh-language-launch-item {
  border-color: #b6c4ce;
  background: #f7fbff;
}

.mesh-language-briefing-item {
  border-color: #b9c1d0;
  background: #f8faff;
}

.mesh-language-source-item {
  border-color: #aebfba;
  background: #f6fbf9;
}

.mesh-language-source-preflight-item {
  border-color: #b6c0a8;
  background: #f8fcf5;
}

.mesh-language-source-transfer-item {
  border-color: #b8b99d;
  background: #fffdf4;
}

.mesh-language-review-sheet-item {
  border-color: #bac0c7;
  background: #f8fafc;
}

.mesh-language-term-sample-item {
  border-color: #c5b8a2;
  background: #fffaf4;
}

.mesh-language-lookup-item {
  border-color: #b8c2a9;
  background: #f8fcf4;
}

.mesh-language-batch-item {
  border-color: #b7c4c0;
  background: #f7fbfa;
}

.mesh-language-batch-work-order-item {
  border-color: #c4bfaa;
  background: #fffdf5;
}

.mesh-language-track-work-order-item {
  border-color: #b8c4d0;
  background: #f7fbff;
}

.mesh-language-action-item {
  border-color: #d2c7a7;
  background: #fffdf6;
}

.mesh-language-return-item {
  border-color: #c2cdb4;
  background: #fbfdf7;
}

.mesh-language-preflight-item {
  border-color: #b7c5cf;
  background: #f7fbfd;
}

.mesh-language-acceptance-item {
  border-color: #bfc1d2;
  background: #f8f8fe;
}

.mesh-language-promotion-item {
  border-color: #c2b2cb;
  background: #fbf8ff;
}

.mesh-language-owner-item {
  border-color: #c5b7d0;
  background: #fbf7fd;
}

.mesh-language-transfer-item {
  border-color: #cbb5be;
  background: #fff8fb;
}

.mesh-language-gate-matrix-item {
  border-color: #d0b9ad;
  background: #fff9f6;
}

.mesh-language-evidence-action-item {
  border-color: #b8c0a9;
  background: #fbfdf6;
}

.mesh-language-side-queue-item {
  border-color: #b7c8c5;
  background: #f7fbfa;
}

.mesh-language-dispatch-item {
  border-color: #b8c4d0;
  background: #f7fbff;
}

.mesh-language-return-monitor-item {
  border-color: #c6b9a8;
  background: #fffaf5;
}

.mesh-language-return-preflight-item {
  border-color: #c0b8cf;
  background: #faf8ff;
}

.mesh-language-return-inbox-guide-item {
  border-color: #b8c7bc;
  background: #f8fcf8;
}

.mesh-language-return-acceptance-queue-item {
  border-color: #c7bca8;
  background: #fffaf4;
}

.mesh-language-return-acceptance-review-item {
  border-color: #c4b6c9;
  background: #fbf8fc;
}

.mesh-language-control-item > span {
  display: block;
  margin-top: 3px;
  color: #5d7768;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-gap-item > span {
  display: block;
  margin-top: 3px;
  color: #756d4b;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-launch-item > span {
  display: block;
  margin-top: 3px;
  color: #5d7483;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-briefing-item > span {
  display: block;
  margin-top: 3px;
  color: #65728b;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-source-item > span {
  display: block;
  margin-top: 3px;
  color: #57776e;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-source-preflight-item > span {
  display: block;
  margin-top: 3px;
  color: #627b58;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-source-transfer-item > span {
  display: block;
  margin-top: 3px;
  color: #777247;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-review-sheet-item > span {
  display: block;
  margin-top: 3px;
  color: #647184;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-term-sample-item > span {
  display: block;
  margin-top: 3px;
  color: #7d6a50;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-lookup-item > span {
  display: block;
  margin-top: 3px;
  color: #647a55;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-batch-item > summary > span,
.mesh-language-batch-work-order-item > summary > span,
.mesh-language-track-work-order-item > summary > span {
  display: block;
  margin-top: 3px;
  color: #60737b;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-action-item > span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-item > span {
  display: block;
  margin-top: 3px;
  color: #637a67;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-preflight-item > span {
  display: block;
  margin-top: 3px;
  color: #62798a;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-acceptance-item > span {
  display: block;
  margin-top: 3px;
  color: #6f6f92;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-promotion-item > span {
  display: block;
  margin-top: 3px;
  color: #745d80;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-owner-item > span {
  display: block;
  margin-top: 3px;
  color: #80648d;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-transfer-item > span {
  display: block;
  margin-top: 3px;
  color: #8c6074;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-gate-matrix-item > span {
  display: block;
  margin-top: 3px;
  color: #916c5e;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-evidence-action-item > span {
  display: block;
  margin-top: 3px;
  color: #6f7f58;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-side-queue-item > span {
  display: block;
  margin-top: 3px;
  color: #5f7a75;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-dispatch-item > span {
  display: block;
  margin-top: 3px;
  color: #60758a;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-monitor-item > span {
  display: block;
  margin-top: 3px;
  color: #7b6958;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-preflight-item > span {
  display: block;
  margin-top: 3px;
  color: #6f6684;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-inbox-guide-item > span {
  display: block;
  margin-top: 3px;
  color: #607661;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-acceptance-queue-item > span {
  display: block;
  margin-top: 3px;
  color: #7a6a56;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-return-acceptance-review-item > span {
  display: block;
  margin-top: 3px;
  color: #75607c;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.mesh-language-site-item {
  border-color: #c4d1b8;
  background: #fbfdf7;
}

.pilot-readiness-item summary {
  cursor: pointer;
}

.pilot-readiness-item summary strong {
  overflow-wrap: anywhere;
}

.pilot-readiness-item summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.pilot-readiness-item p {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.ranking-golden-item,
.ranking-golden-site {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.ranking-golden-item.blocked,
.ranking-golden-site.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.ranking-golden-item.controlled,
.ranking-golden-site.controlled,
.ranking-golden-item.ready,
.ranking-golden-site.ready {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.ranking-golden-item.needs_review,
.ranking-golden-site.needs_review {
  border-color: #c9c0a8;
  background: #fffdf5;
}

.ranking-golden-item summary,
.ranking-golden-site summary {
  cursor: pointer;
}

.ranking-golden-item summary span,
.ranking-golden-site summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
}

.ranking-golden-item p,
.ranking-golden-site p {
  margin: 6px 0 0;
}

.legacy-briefing-item {
  border: 1px solid #c9a8a8;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.legacy-briefing-item summary {
  cursor: pointer;
}

.legacy-briefing-item summary span {
  display: block;
  margin-top: 3px;
  color: #8a5f5f;
  font-size: 10px;
}

.legacy-briefing-item p {
  margin: 6px 0 0;
}

.legacy-algorithm-item,
.legacy-algorithm-site {
  border: 1px solid #b8c7d8;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.legacy-algorithm-item.illness_weighting_review {
  border-color: #c9c0a8;
  background: #fffdf5;
}

.legacy-algorithm-item.remedy_grouped_public_output_review {
  border-color: #a8bdc9;
  background: #f7fbfb;
}

.legacy-algorithm-item.mixed_legacy_target_candidate_review,
.legacy-algorithm-item.candidate_expectation_review {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.legacy-algorithm-item summary,
.legacy-algorithm-site summary {
  cursor: pointer;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.legacy-algorithm-item summary span,
.legacy-algorithm-site summary span {
  display: block;
  margin-top: 3px;
  color: #5f7288;
  font-size: 10px;
}

.legacy-algorithm-item p,
.legacy-algorithm-site p {
  margin: 6px 0 0;
}

.score-trace-case-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f7faf8;
  font-size: 10px;
}

.score-trace-case-review-checks dt {
  color: #5f7288;
}

.score-trace-case-review-checks dd {
  margin: 0;
  color: #22343e;
}

.score-trace-case-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfcfa;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.score-trace-case-review-steps strong {
  display: block;
  color: #24465b;
}

.score-trace-case-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.score-trace-case-review-steps li + li {
  margin-top: 2px;
}

.score-trace-case-review-steps p {
  overflow-wrap: anywhere;
}

.ranking-decision-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f7faf8;
  font-size: 10px;
}

.ranking-decision-review-checks dt {
  color: #5f7288;
}

.ranking-decision-review-checks dd {
  margin: 0;
  color: #22343e;
}

.ranking-decision-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfcfa;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ranking-decision-review-steps strong {
  display: block;
  color: #24465b;
}

.ranking-decision-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.ranking-decision-review-steps li + li {
  margin-top: 2px;
}

.ranking-decision-review-steps p {
  overflow-wrap: anywhere;
}

.auth-reset-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.auth-reset-item.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.auth-reset-item.controlled {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.auth-reset-item summary {
  cursor: pointer;
}

.auth-reset-item summary strong {
  overflow-wrap: anywhere;
}

.auth-reset-item summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.auth-reset-item p {
  margin: 6px 0 0;
  overflow-wrap: anywhere;
}

.access-review-site-item {
  min-height: 128px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.access-review-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.access-review-site-item p,
.access-review-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.access-review-site-item small {
  color: #657985;
}

.access-evidence-review-panel {
  background: #fbfcff;
}

.access-evidence-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbff;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.access-evidence-review-checks dt {
  color: #5f7288;
}

.access-evidence-review-checks dd {
  margin: 0;
  color: #22343e;
}

.access-evidence-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.access-evidence-review-steps strong {
  display: block;
  color: #24465b;
}

.access-evidence-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.access-evidence-review-steps li + li {
  margin-top: 2px;
}

.access-evidence-review-steps p {
  overflow-wrap: anywhere;
}

.payment-shop-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.payment-shop-item.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.payment-shop-item.controlled {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.payment-shop-item summary {
  cursor: pointer;
}

.payment-shop-item summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
}

.payment-shop-item p {
  margin: 6px 0 0;
}

.payment-shop-bridge {
  display: grid;
  gap: 6px;
  margin: 8px 0;
  min-width: 0;
}

.payment-shop-card {
  border: 1px solid #cdd9e4;
  background: #f8fbff;
  padding: 7px 8px;
  line-height: 1.35;
}

.payment-shop-card strong {
  display: block;
  margin-bottom: 5px;
  color: #2f5064;
}

.payment-shop-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.payment-shop-card .stat-list {
  margin-bottom: 3px;
}

.payment-shop-checks {
  margin-top: 7px;
  border-top: 1px solid #d3e2ea;
  padding-top: 5px;
}

.payment-shop-checks summary {
  color: #2f5064;
  cursor: pointer;
  font-weight: bold;
}

.payment-shop-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #4d6574;
}

.payment-shop-checks li {
  margin: 2px 0;
  overflow-wrap: anywhere;
}

.content-depth-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.content-depth-item summary {
  cursor: pointer;
}

.content-depth-item summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
}

.content-depth-item p {
  margin: 6px 0 0;
}

.content-plan-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.content-approval-site-item {
  min-height: 142px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.content-approval-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.content-approval-site-item p,
.content-approval-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.content-approval-site-item small {
  color: #657985;
}

.content-evidence-rollup-type-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 8px;
  margin: 8px 0;
}

.content-evidence-rollup-site-item,
.content-evidence-rollup-type-item,
.content-evidence-review-site-item,
.content-evidence-review-type-item {
  min-height: 118px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.content-evidence-rollup-site-item strong,
.content-evidence-rollup-type-item strong,
.content-evidence-review-site-item strong,
.content-evidence-review-type-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.content-evidence-rollup-site-item p,
.content-evidence-rollup-site-item small,
.content-evidence-review-site-item p,
.content-evidence-review-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.content-evidence-rollup-site-item small,
.content-evidence-review-site-item small {
  color: #657985;
}

.content-evidence-rollup-checks,
.content-evidence-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbfc;
  font-size: 10px;
}

.content-evidence-rollup-checks dt,
.content-evidence-review-checks dt {
  color: #5f7288;
}

.content-evidence-rollup-checks dd,
.content-evidence-review-checks dd {
  margin: 0;
  color: #22343e;
}

.content-evidence-rollup-steps,
.content-evidence-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.content-evidence-rollup-steps strong,
.content-evidence-review-steps strong {
  display: block;
  color: #24465b;
}

.content-evidence-rollup-steps ol,
.content-evidence-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.content-evidence-rollup-steps li + li,
.content-evidence-review-steps li + li {
  margin-top: 2px;
}

.content-evidence-rollup-steps p,
.content-evidence-review-steps p {
  overflow-wrap: anywhere;
}

.visual-approval-site-item {
  min-height: 142px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.visual-approval-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.visual-approval-site-item p,
.visual-approval-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.visual-approval-site-item small {
  color: #657985;
}

.visual-evidence-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbfc;
  font-size: 10px;
}

.visual-evidence-review-checks dt {
  color: #5f7288;
}

.visual-evidence-review-checks dd {
  margin: 0;
  color: #22343e;
}

.visual-evidence-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.visual-evidence-review-steps strong {
  display: block;
  color: #24465b;
}

.visual-evidence-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.visual-evidence-review-steps li + li {
  margin-top: 2px;
}

.visual-evidence-review-steps p {
  overflow-wrap: anywhere;
}

.content-plan-item.waiting_route_capture {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.content-plan-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
}

.content-plan-item summary span {
  color: #6c87a6;
  font-size: 10px;
}

.content-plan-item p {
  margin: 6px 0 0;
}

.public-route-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.public-route-site-item {
  min-height: 132px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.public-route-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.public-route-site-item p,
.public-route-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.public-route-site-item small {
  color: #657985;
}

.public-route-item.unresolved_live_lookup {
  border-color: #d2c29a;
  background: #fffdf5;
}

.public-route-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
}

.public-route-item summary span {
  color: #6c87a6;
  font-size: 10px;
}

.public-route-item p {
  margin: 6px 0 0;
}

.public-route-checks {
  margin-top: 7px;
  border-top: 1px solid #dfe5ee;
  padding-top: 5px;
}

.public-route-checks strong {
  display: block;
  color: #3d5870;
}

.public-route-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #526a75;
}

.public-route-checks li {
  margin: 2px 0;
}

.manual-capture-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.manual-capture-site-item {
  min-height: 132px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.manual-capture-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.manual-capture-site-item p,
.manual-capture-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.manual-capture-site-item small {
  color: #657985;
}

.manual-capture-item.P0 {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.manual-capture-checks {
  margin-top: 7px;
  border-top: 1px solid #e3e1ed;
  padding-top: 5px;
}

.manual-capture-checks strong {
  display: block;
  color: #49546f;
}

.manual-capture-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #526075;
}

.manual-capture-checks li {
  margin: 2px 0;
}

.production-launch-site-item {
  min-height: 138px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.production-launch-site-item.controlled {
  border-color: #b7c9b0;
  background: #f8fff8;
}

.production-launch-site-item.blocked {
  border-color: #c9a8a8;
  background: #fff8f8;
}

.production-launch-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.production-launch-site-item p,
.production-launch-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.production-launch-site-item small {
  color: #657985;
}

.manual-capture-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
}

.manual-capture-item summary span {
  color: #6c87a6;
  font-size: 10px;
}

.manual-capture-item p {
  margin: 6px 0 0;
}

.offline-command-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--title);
}

.offline-command-item code {
  display: block;
  color: #6c87a6;
  font-family: inherit;
  font-size: 10px;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.offline-command-item p {
  margin: 0;
  color: #6c87a6;
}

.route-site-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.route-review-item {
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 6px 8px;
  line-height: 1.35;
}

.route-review-site-item {
  min-height: 136px;
  border: 1px solid #d6dbea;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.route-review-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.route-review-site-item p,
.route-review-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.route-review-site-item small {
  color: #657985;
}

.route-review-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
}

.route-review-item summary span {
  color: #6c87a6;
  font-size: 10px;
}

.route-review-item p {
  margin: 6px 0 0;
}

.route-evidence-rollup-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbfc;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.route-evidence-rollup-checks dt {
  color: #5f7288;
}

.route-evidence-rollup-checks dd {
  margin: 0;
  color: #22343e;
}

.route-evidence-rollup-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.route-evidence-rollup-steps strong {
  display: block;
  color: #24465b;
}

.route-evidence-rollup-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.route-evidence-rollup-steps li + li {
  margin-top: 2px;
}

.route-evidence-rollup-steps p {
  overflow-wrap: anywhere;
}

.route-evidence-decision-sequence-list {
  grid-column: 1 / -1;
}

.route-evidence-decision-sequence-item summary span {
  overflow-wrap: anywhere;
}

.production-launch-evidence-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbfc;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.production-launch-evidence-review-checks dt {
  color: #5f7288;
}

.production-launch-evidence-review-checks dd {
  margin: 0;
  color: #22343e;
}

.production-launch-evidence-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.production-launch-evidence-review-steps strong {
  display: block;
  color: #24465b;
}

.production-launch-evidence-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.production-launch-evidence-review-steps li + li {
  margin-top: 2px;
}

.production-launch-evidence-review-steps p {
  overflow-wrap: anywhere;
}

.data-evidence-review-panel {
  background: #fbfcf8;
}

.data-evidence-review-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbf7;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.data-evidence-review-checks dt {
  color: #5f7288;
}

.data-evidence-review-checks dd {
  margin: 0;
  color: #22343e;
}

.data-evidence-review-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fcfdf9;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.data-evidence-review-steps strong {
  display: block;
  color: #24465b;
}

.data-evidence-review-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.data-evidence-review-steps li + li {
  margin-top: 2px;
}

.data-evidence-review-steps p {
  overflow-wrap: anywhere;
}

.archive-module-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
  min-width: 0;
  overflow-wrap: anywhere;
}

.archive-site-item {
  min-height: 132px;
  border: 1px solid #cbd9e5;
  background: #fbfdff;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.archive-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.archive-site-item p,
.archive-site-item small {
  display: block;
  margin: 5px 0 0;
  color: #526a75;
  font-size: 0.74rem;
}

.archive-site-item small {
  color: #657985;
}

.legacy-archive-evidence-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin: 6px 0 0;
  padding: 5px;
  border: 1px solid #d9e4e9;
  background: #f8fbfc;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.legacy-archive-evidence-checks dt {
  color: #5f7288;
}

.legacy-archive-evidence-checks dd {
  margin: 0;
  color: #22343e;
}

.legacy-archive-evidence-steps {
  margin-top: 6px;
  padding: 6px;
  border: 1px solid #d9e4e9;
  background: #fbfdff;
  color: #526a75;
  font-size: 10px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.legacy-archive-evidence-steps strong {
  display: block;
  color: #24465b;
}

.legacy-archive-evidence-steps ol {
  margin: 4px 0 0 16px;
  padding: 0;
}

.legacy-archive-evidence-steps li + li {
  margin-top: 2px;
}

.legacy-archive-evidence-steps p {
  overflow-wrap: anywhere;
}

.route-site-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.archive-module-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.archive-module-item summary span {
  color: #6c87a6;
  font-size: 10px;
  min-width: 0;
  overflow-wrap: anywhere;
}

.archive-module-item p {
  margin: 6px 0 0;
}

.route-site-item .stat-list {
  padding: 0;
}

.route-site-item p {
  margin: 0;
  color: #6c87a6;
}

.risk-item summary {
  display: grid;
  gap: 2px;
  cursor: pointer;
}

.risk-item summary span {
  color: #6c87a6;
  font-size: 10px;
}

.risk-item p {
  margin: 6px 0 0;
}

.method-panel {
  margin-top: 18px;
  padding: 0 10px 12px;
  scroll-margin-top: 8px;
}

.method-panel summary,
.closed-shop-panel summary {
  margin: 0 -10px 12px;
}

.closed-shop-panel {
  margin-top: 18px;
  padding: 0 10px 12px;
  scroll-margin-top: 8px;
}

.closed-shop-panel:not([open]) {
  display: none;
}

.closed-shop-panel p {
  margin: 0;
  color: #344f68;
  line-height: 1.45;
}

.review-box {
  margin: 0 0 12px;
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 7px 8px;
}

.review-box h3 {
  margin: 0 0 6px;
  color: var(--title);
  font-size: 12px;
}

.review-box details {
  margin-top: 5px;
  color: #5f6c7d;
}

.review-box summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: bold;
}

.review-box p {
  margin: 5px 0 0;
  line-height: 1.35;
}

.review-queue {
  display: grid;
  gap: 6px;
  margin: -4px 0 12px;
}

.review-item {
  border: 1px solid #d6dbea;
  background: #fff;
  padding: 6px 8px;
  line-height: 1.35;
}

.review-item.cleared {
  color: #5f6c7d;
}

.review-item summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  cursor: pointer;
}

.review-item summary span,
.review-meta {
  color: #6c87a6;
  font-size: 10px;
  overflow-wrap: anywhere;
}

.review-item p {
  margin: 6px 0 0;
}

.ranking-capture-bridge {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 12px;
  min-width: 0;
}

.ranking-capture-card {
  min-height: 104px;
  border: 1px solid #d8d1b8;
  background: #fffdf4;
  min-width: 0;
  padding: 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ranking-capture-card strong {
  display: block;
  margin-bottom: 5px;
  color: #66512b;
}

.ranking-capture-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.ranking-capture-card .stat-list {
  margin-bottom: 3px;
}

.ranking-capture-checks {
  margin-top: 7px;
  border-top: 1px solid #e8dfc8;
  padding-top: 5px;
}

.ranking-capture-checks summary {
  color: #66512b;
  cursor: pointer;
  font-weight: bold;
}

.ranking-capture-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #6c5b40;
}

.ranking-capture-checks li {
  margin: 2px 0;
}

.demo-panel {
  margin-top: 18px;
  padding: 0 10px 10px;
  scroll-margin-top: 8px;
}

.demo-panel:not([open]) {
  padding-bottom: 0;
}

.demo-panel:not([open]) summary {
  margin-bottom: 0;
}

.method-panel:not([open]) {
  padding-bottom: 0;
}

.method-panel:not([open]) summary {
  margin-bottom: 0;
}

.method-panel:not([open]) > :not(summary) {
  display: none;
}

.video-frame {
  aspect-ratio: 16 / 9;
  border: 1px solid #c6c6c6;
  background: #000;
}

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

.original-demo {
  display: inline-block;
  margin-top: 8px;
  font-weight: bold;
}

.demo-route-bridge {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 8px;
  min-width: 0;
}

.demo-route-card {
  border: 1px solid #d6dbea;
  background: #fff;
  min-width: 0;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.demo-route-card strong {
  display: block;
  margin-bottom: 5px;
  color: var(--title);
}

.demo-route-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.controls {
  display: grid;
  grid-template-columns: 160px 160px;
  gap: 12px;
  align-items: end;
  margin-bottom: 12px;
}

.remedy-controls,
.homeopathy-controls {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.homeopathy-controls {
  grid-template-columns: repeat(2, minmax(180px, 1fr));
}

.toggle-row {
  align-items: center;
  grid-template-columns: auto 1fr;
}

.controls label,
.finder-box label {
  display: grid;
  gap: 5px;
  color: var(--ink);
  font-weight: bold;
}

.finder-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.finder-grid > *,
.info-grid > *,
.content-import-bridge > *,
.payment-shop-bridge > *,
.access-entitlement-bridge > * {
  min-width: 0;
}

.finder-box,
.output,
.selected-row {
  border: 1px solid #c6c6c6;
  background: #fff;
}

.finder-box {
  display: grid;
  gap: 8px;
  min-height: 230px;
  padding: 8px;
}

.search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.search-row input {
  min-width: 0;
  width: 100%;
}

.search-row.compact {
  grid-template-columns: minmax(0, 1fr);
}

.search-row button,
.controls button,
.run {
  min-height: 23px;
  color: var(--button);
  font-weight: bold;
}

.preview-signup-form {
  display: grid;
  gap: 10px;
  margin: 12px 0;
  border: 1px solid #c9d9e6;
  background: #fbfdff;
  padding: 14px;
}

.signup-head {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  align-items: center;
  justify-content: space-between;
}

.preview-signup-form h3,
.signup-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
}

.signup-head span {
  border: 1px solid #d8c79d;
  background: #fff9e8;
  padding: 3px 8px;
  color: #6b5316;
  font-size: 12px;
  font-weight: 700;
}

.signup-assurance-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.signup-assurance-grid span {
  border: 1px solid #d7e0e8;
  background: #fff;
  padding: 8px;
  color: #31495d;
  font-size: 12px;
  font-weight: 700;
}

.preview-signup-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.preview-signup-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: bold;
}

.preview-signup-form input,
.preview-signup-form select {
  min-width: 0;
  width: 100%;
  min-height: 30px;
}

.preview-signup-form button {
  justify-self: start;
  min-height: 32px;
  border: 1px solid #8fb0ca;
  background: linear-gradient(#ffffff, #edf5fc);
  padding: 0 14px;
  color: var(--button);
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
}

.preview-signup-note {
  margin: 0;
  color: #687584;
  font-size: 12px;
}

.preview-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  border: 1px solid #dccca5;
  background: #fffaf0;
  padding: 9px 10px;
  color: #554a33;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.preview-consent input {
  margin-top: 2px;
}

.signup-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.preview-signup-output {
  min-height: 20px;
  color: #315f8f;
  font-size: 13px;
  font-weight: bold;
}

.preview-signup-output.is-warning {
  color: #8a4f00;
}

.preview-signup-output.is-success,
.test-account-output.is-success {
  color: #2d7b55;
}

.test-account-output {
  min-width: 0;
  min-height: 18px;
  color: #315f8f;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.test-account-output.is-warning {
  color: #8a4f00;
}

.results {
  display: grid;
  align-content: start;
  gap: 5px;
  max-height: 292px;
  overflow: auto;
}

.compact-results {
  max-height: 168px;
}

.pick,
.result-row {
  display: grid;
  gap: 2px;
  width: 100%;
  border: 1px solid #ced6f7;
  background: #fcfcfc;
  padding: 6px;
  text-align: left;
}

.pick strong,
.result-row strong {
  color: var(--ink);
  font-size: 12px;
}

.pick small,
.result-row small {
  display: block;
  color: #6c87a6;
  font-size: 10px;
}

.pick.is-review-candidate {
  border-style: dashed;
  border-color: #d8c894;
  background: #fffdf5;
}

.pick.is-review-candidate strong {
  color: #604d13;
}

.pick.is-review-candidate small {
  color: #806a25;
}

.result-row .score-trace {
  color: #73808f;
}

.pick .match-trace,
.result-row .match-trace {
  display: block;
  color: #5f7588;
  font-size: 10px;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.pick .match-signal-list,
.result-row .match-signal-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  min-width: 0;
}

.pick .match-signal,
.result-row .match-signal {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  border: 1px solid #cbd9e5;
  border-radius: 3px;
  background: #f2f7fb;
  padding: 1px 4px;
  color: #315d82;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
}

.pick .match-signal--clinical,
.result-row .match-signal--clinical {
  border-color: #b8d8c6;
  background: #edf8f1;
  color: #287047;
}

.pick .match-signal--mesh,
.result-row .match-signal--mesh,
.pick .match-signal--medical-term,
.result-row .match-signal--medical-term {
  border-color: #bbd6ef;
  background: #edf6ff;
  color: #236195;
}

.pick .match-signal--fuzzy,
.result-row .match-signal--fuzzy,
.pick .match-signal--synonym,
.result-row .match-signal--synonym {
  border-color: #ead5a7;
  background: #fff8e8;
  color: #7b5c17;
}

.pick-shell {
  display: grid;
  gap: 0;
  min-width: 0;
}

.pick-shell > .pick {
  width: 100%;
}

.match-trace-detail {
  border: 1px solid #d7e1ea;
  border-top: 0;
  background: #f8fbfd;
  padding: 0 6px 5px;
  color: #3d5368;
  font-size: 10px;
  line-height: 1.25;
}

.match-trace-detail summary {
  cursor: pointer;
  color: #315d82;
  font-weight: 600;
  line-height: 1.7;
}

.match-trace-detail dl {
  display: grid;
  grid-template-columns: minmax(70px, max-content) minmax(0, 1fr);
  gap: 2px 6px;
  margin: 2px 0 0;
}

.match-trace-detail dt,
.match-trace-detail dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.match-trace-detail dt {
  color: #6c7f90;
  font-weight: 600;
}

.selected-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 110px;
  gap: 10px;
  margin-top: 12px;
  padding: 8px;
  align-items: start;
}

.selected-row.single {
  grid-template-columns: minmax(0, 1fr) 110px;
}

.selected-title {
  color: #6c87a6;
  font-weight: bold;
}

.chips {
  min-height: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 6px;
  margin-top: 6px;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  border: 1px solid #ced6f7;
  background: var(--fill);
  padding: 4px 6px;
  font-size: 11px;
}

.chip button {
  min-width: 18px;
  height: 18px;
  padding: 0;
  border: 1px solid #ced6f7;
}

.chip.interactive {
  cursor: pointer;
}

.chip.interactive:focus-visible {
  outline: 2px solid #3b6ea5;
  outline-offset: -2px;
}

.run {
  align-self: end;
  min-height: 28px;
  background: #fff;
}

.output {
  min-height: 250px;
  margin-top: 12px;
  padding: 8px;
}

.method-panel {
  margin-top: 18px;
  border: 1px solid #b7c5d4;
  background: #fff;
  padding: 0 12px 14px;
}

.method-panel summary,
.closed-shop-panel summary {
  margin: 0 -12px 12px;
  border: 1px solid var(--legacy-blue-dark);
  background: var(--legacy-blue);
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: bold;
}

.method-panel:not([open]) {
  padding-bottom: 0;
}

.method-panel:not([open]) summary {
  margin-bottom: 0;
}

.method-panel:not([open]) > :not(summary) {
  display: none;
}

.method-guard {
  margin: 0 0 10px;
  border: 1px solid #d3dfeb;
  background: #f9fcff;
  padding: 8px 10px;
  color: #344f68;
  line-height: 1.45;
}

.public-tool-heading {
  margin: 0 0 12px;
  border: 1px solid #c6c6c6;
  background: #fff;
  padding: 12px 14px;
}

.legacy-tool-kicker {
  margin: 0 0 4px;
  color: #6c7c88;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.public-tool-heading h2 {
  margin: 0 0 5px;
  color: #233e58;
  font-size: 17px;
  line-height: 1.18;
}

.public-tool-heading p:last-child {
  margin: 0;
  color: #4f6578;
  font-size: 12px;
  line-height: 1.45;
}

.tool-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 14px;
  padding: 0;
  border: 1px solid #c6c6c6;
  list-style: none;
}

.tool-flow-steps.remedy-flow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tool-flow-steps li {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  min-height: 44px;
  border-right: 1px solid #d5dde6;
  background: #fff;
  align-items: center;
}

.tool-flow-steps li:last-child {
  border-right: 0;
}

.tool-flow-steps span,
.tool-section-title span {
  display: grid;
  align-self: stretch;
  background: #2478bf;
  color: #fff;
  place-items: center;
  font-weight: bold;
}

.tool-flow-steps strong {
  padding: 0 10px;
  color: #233e58;
  font-size: 12px;
  line-height: 1.25;
}

.tool-section-title {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  min-height: 34px;
  margin: 12px 0 8px;
  border: 1px solid #b9c8d8;
  background: #eef5fc;
  align-items: stretch;
}

.tool-section-title strong {
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #233e58;
  font-size: 13px;
}

.method-panel .controls {
  margin-bottom: 12px;
  border: 1px solid #c6c6c6;
  background: #fbfbfc;
  padding: 10px;
}

.method-panel .finder-grid {
  gap: 10px;
}

.method-panel .finder-box {
  border: 1px solid #b8c6d4;
  background: #fff;
  padding: 0;
  gap: 0;
  min-height: 238px;
}

.method-panel .finder-box > label {
  display: block;
  border-bottom: 1px solid #cdd8e4;
  background: #eef5fc;
  padding: 7px 9px;
  color: #233e58;
  font-size: 12px;
  font-weight: bold;
}

.method-panel .search-row {
  padding: 8px;
  border-bottom: 1px solid #e2e8ef;
  background: #fbfdff;
}

.method-panel .search-row button,
.method-panel .controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border: 1px solid #9fbcd5;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #edf6fd);
  color: #1d5f93;
  padding: 3px 10px;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.method-panel .search-row button:hover,
.method-panel .controls button:hover {
  border-color: #6d9cc5;
  background: #e6f2fb;
  color: #174f7c;
  text-decoration: none;
}

.method-panel .search-row button:focus-visible,
.method-panel .controls button:focus-visible,
.method-panel .run:focus-visible {
  outline: 2px solid #8abbe7;
  outline-offset: 2px;
}

.method-panel .results {
  max-height: 260px;
  padding: 8px;
  gap: 4px;
}

.method-panel .pick,
.method-panel .result-row {
  border: 1px solid #d6e0ea;
  background: #fff;
  padding: 7px 8px;
}

.method-panel .pick:hover,
.method-panel .result-row.interactive:hover {
  border-color: #2478bf;
  background: #f2f8ff;
  text-decoration: none;
}

.method-panel .selected-row,
.method-panel .output,
.method-panel .result-detail {
  border: 1px solid #b8c6d4;
  background: #fff;
}

.method-panel .selected-row {
  margin-top: 0;
}

.method-panel .output {
  min-height: 220px;
}

.method-panel .result-detail {
  margin-top: 10px;
  padding: 10px;
  line-height: 1.45;
}

.method-panel .result-detail h3 {
  margin-top: 0;
  color: #233e58;
}

.method-panel .run {
  min-height: 34px;
  align-self: stretch;
}

.method-note {
  margin: 10px 0 0;
  color: #5e7282;
  font-size: 11px;
  line-height: 1.45;
}

.method-panel .review-box,
.method-panel .review-queue,
.method-panel .ranking-capture-bridge,
.method-panel .ranking-capture-card {
  display: none !important;
}

.method-panel .public-tool-heading,
.method-panel .tool-flow-steps,
.method-panel .tool-section-title,
.method-panel .finder-grid,
.method-panel .selected-row {
  display: none;
}

.legacy-tool-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  margin: 8px 0 0;
}

.legacy-tool-column {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 566px;
  border: 1px solid #c7d1da;
  background: #fff;
}

.legacy-column-header {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  min-height: 88px;
  border-bottom: 1px solid #d5d5d5;
  background: #f7f8fa;
}

.legacy-column-header span {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  background: linear-gradient(180deg, #3184c1 0%, #226ba5 100%);
  color: #fff;
  font-weight: bold;
  line-height: 1.05;
  text-transform: uppercase;
}

.legacy-column-header span small {
  display: block;
  font-size: 10px;
  line-height: 1;
}

.legacy-column-header span b {
  display: block;
  font-size: 30px;
  line-height: .95;
}

.legacy-column-header strong {
  align-self: end;
  padding: 8px 10px 2px;
  color: var(--deep-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.08;
}

.legacy-column-header p {
  margin: 0;
  padding: 0 10px 8px;
  color: #3f5b73;
  font-size: 12px;
  line-height: 1.25;
}

.legacy-column-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
  padding: 9px;
}

.legacy-mini-actions {
  display: flex;
  justify-content: flex-end;
  min-height: 22px;
}

.legacy-mini-actions button,
.legacy-mini-actions .legacy-mini-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  min-height: 25px;
  border: 1px solid #9fbcd5;
  border-radius: 4px;
  background: linear-gradient(#ffffff, #edf6fd);
  color: #1d5f93;
  padding: 3px 10px;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.legacy-mini-actions button:hover,
.legacy-mini-actions .legacy-mini-link:hover {
  border-color: #6d9cc5;
  background: #e6f2fb;
  color: #174f7c;
  text-decoration: none;
}

.legacy-source-list {
  display: grid;
  gap: 8px;
  margin: 6px 0 0;
  border: 0;
  padding: 0;
}

.legacy-source-list legend {
  margin-bottom: 6px;
  color: var(--deep-blue);
  font-size: 12px;
  font-weight: 700;
}

.legacy-source-list label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid #d3e0eb;
  border-radius: 4px;
  background: #fbfdff;
  padding: 7px 8px;
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.legacy-source-list label.is-available {
  border-color: #9fc9ad;
  background: #f6fcf8;
}

.legacy-source-list label.is-locked {
  color: #536a7e;
}

.legacy-source-list input {
  width: 13px;
  height: 13px;
  min-height: 13px;
  margin: 0;
  padding: 0;
}

.legacy-source-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.legacy-source-copy strong {
  color: inherit;
  font-size: 12.5px;
  font-weight: 600;
}

.legacy-source-copy small {
  color: #63798c;
  font-size: 10.5px;
  font-weight: 400;
  line-height: 1.25;
}

.legacy-source-badge {
  border: 1px solid #c3d2de;
  border-radius: 999px;
  background: #f1f5f8;
  padding: 2px 7px;
  color: #506779;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.is-available .legacy-source-badge {
  border-color: #9fc9ad;
  background: #eaf7ee;
  color: #2f6842;
}

.legacy-grade-note {
  margin: 9px 0 0;
  border-left: 3px solid #b7a46f;
  background: #fffcf3;
  padding: 7px 9px;
  color: #5e573f;
}

.legacy-grade-note strong {
  display: block;
  color: #554d32;
  font-size: 11.5px;
}

.legacy-grade-note p {
  margin: 2px 0 0;
  font-size: 10.5px;
  line-height: 1.3;
}

.legacy-source-note {
  margin: 8px 0 0;
  border-top: 1px solid #dfe7ef;
  padding-top: 8px;
  color: #55718b;
  font-size: 11.5px;
  line-height: 1.25;
}

.legacy-source-note a {
  font-weight: 600;
}

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

.legacy-field-grid label,
.legacy-search-block > label,
.legacy-chosen-box .selected-title {
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 500;
}

.legacy-field-grid label {
  display: grid;
  gap: 4px;
}

.legacy-search-block {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
}

.legacy-search-block.compact-block {
  flex: 0 0 auto;
}

.legacy-primary-search-block {
  flex: 1 1 auto;
  min-height: 0;
}

.legacy-primary-search-block .tall-results {
  min-height: 390px;
}

.legacy-search-block .search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
}

.legacy-search-block .search-row input {
  width: 100%;
}

.legacy-tool-board .results {
  flex: 1 1 auto;
  min-height: 156px;
  max-height: none;
  overflow: auto;
  border: 1px solid #dfe7ef;
  background: #fbfdff;
  padding: 0;
}

.legacy-tool-board .tall-results {
  min-height: 398px;
}

.legacy-tool-board .compact-results {
  min-height: 92px;
  max-height: 128px;
}

.legacy-browse-drawer {
  flex: 0 0 auto;
  position: relative;
  border-top: 1px solid #dfe7ef;
  padding-top: 6px;
}

.legacy-browse-drawer summary {
  min-height: 28px;
  cursor: pointer;
  color: var(--deep-blue);
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.25;
}

.legacy-browse-drawer summary:hover {
  color: #005ea8;
}

.legacy-browse-drawer-body {
  display: grid;
  gap: 9px;
  position: absolute;
  right: 0;
  bottom: calc(100% + 6px);
  left: 0;
  z-index: 30;
  max-height: 62vh; max-height: min(420px, 62vh);
  overflow: auto;
  border: 1px solid #b8c8d7;
  background: #fff;
  padding: 10px;
  box-shadow: 0 14px 28px rgba(24, 54, 82, 0.18);
}

.legacy-browse-drawer:not([open]) .legacy-browse-drawer-body {
  display: none;
}

.legacy-browse-drawer[open] summary {
  color: #005ea8;
}

.legacy-browse-drawer[open] summary::after {
  content: " - close";
  color: #58728b;
  font-size: 11px;
  font-weight: 500;
}

.legacy-browse-drawer-body .compact-block {
  flex: 0 0 auto;
}

.legacy-browse-drawer-body .compact-results {
  max-height: 116px;
}

@media (max-width: 860px) {
  .legacy-browse-drawer-body {
    bottom: auto;
    top: calc(100% + 6px);
    max-height: 58vh;
  }
}

.legacy-browse-drawer-body {
  padding-top: 8px;
}

.legacy-letter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1px 3px;
  align-items: center;
}

.legacy-letter-row button {
  width: auto;
  min-width: 10px;
  min-height: 14px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--deep-blue);
  padding: 0 1px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.legacy-letter-row button:hover {
  color: #005ea8;
  text-decoration: underline;
}

.legacy-inline-select {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: var(--deep-blue);
  font-size: 11.5px;
  font-weight: 600;
}

.legacy-inline-select select,
#homeopathy-illness {
  width: 100%;
  min-width: 0;
}

.legacy-inline-select.hidden-select {
  display: none;
}

.legacy-or-divider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  color: #6a8197;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.legacy-or-divider::before,
.legacy-or-divider::after {
  content: "";
  height: 1px;
  background: #cfdbe5;
}

.legacy-tool-board .pick {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 8px;
  align-items: center;
  min-height: 30px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dfe7ef;
  background: #fff;
  padding: 5px 6px;
  color: var(--deep-blue);
}

.legacy-tool-board .pick:last-child {
  border-bottom: 0;
}

.legacy-tool-board .pick-shell {
  border-bottom: 1px solid #dfe7ef;
  background: #fff;
}

.legacy-tool-board .pick-shell:last-child {
  border-bottom: 0;
}

.legacy-tool-board .pick-shell .pick {
  border-bottom: 0;
}

.legacy-tool-board .pick-shell .match-trace-detail {
  border: 0;
  border-top: 1px solid #e5edf4;
  background: #fbfdff;
  padding: 0 6px 5px;
}

.legacy-tool-board .pick-shell .match-trace-detail dl {
  grid-template-columns: minmax(0, 1fr);
}

.legacy-tool-board .pick:hover {
  background: var(--legacy-blue-soft);
  text-decoration: none;
}

.legacy-tool-board .pick strong {
  grid-column: 1;
  color: var(--deep-blue);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
}

.legacy-tool-board .pick small {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: #8798a7;
  font-size: 10px;
  line-height: 1;
  text-align: right;
}

#homeopathy-search-results .pick {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
}

#homeopathy-search-results .pick strong,
#homeopathy-search-results .pick small {
  grid-column: 1;
  grid-row: auto;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
  text-align: left;
}

#homeopathy-search-results .pick small {
  line-height: 1.25;
}

.customer-surface .original-demo,
.customer-surface .demo-route-bridge {
  display: none !important;
}

.customer-surface .login-box,
.customer-surface .preview-signup-form,
.customer-surface .account-control-panel {
  align-content: start;
}

.customer-surface .account-guard {
  line-height: 1.45;
}

.legacy-tool-board .pick .match-trace {
  grid-column: 1 / -1;
  color: #60788f;
  font-size: 10px;
  line-height: 1.25;
}

.legacy-tool-board .pick .match-signal-list {
  grid-column: 1 / -1;
}

.legacy-tool-board .pick.has-match-trace {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  min-height: 54px;
}

.legacy-tool-board .pick.has-match-signals {
  min-height: 44px;
}

.legacy-tool-board .pick.has-match-trace strong,
.legacy-tool-board .pick.has-match-trace small,
.legacy-tool-board .pick.has-match-trace .match-signal-list,
.legacy-tool-board .pick.has-match-trace .match-trace {
  grid-column: 1;
  grid-row: auto;
  text-align: left;
}

.legacy-chosen-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 112px;
  border-top: 1px solid #e3e8ee;
  padding-top: 10px;
}

.legacy-chosen-box .chips {
  flex: 1 1 auto;
  align-content: flex-start;
  min-height: 74px;
  display: block;
  overflow: auto;
  border: 1px solid #dfe7ef;
  background: #fbfdff;
  padding: 0;
}

.legacy-chosen-box .chip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-items: center;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dfe7ef;
  background: #fff;
  padding: 5px 6px;
  color: var(--deep-blue);
}

.legacy-chosen-box .chip:last-child {
  border-bottom: 0;
}

.legacy-chosen-box .chip span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.legacy-chosen-box .chip button {
  justify-self: end;
  min-width: 18px;
  height: 18px;
  border-color: #c6d7e8;
  background: #fff;
  color: #617a91;
}

.legacy-chosen-box .chip.interactive:hover {
  background: #f6faff;
}

.legacy-chosen-box.tall-chosen {
  flex: 1 1 auto;
  min-height: 340px;
}

.legacy-warning {
  border: 2px solid #294f6e;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: var(--deep-blue);
  line-height: 1.25;
}

.legacy-warning strong {
  display: block;
  color: #d90000;
  text-transform: uppercase;
}

.legacy-warning p {
  margin: 4px 0 0;
}

.legacy-consent {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
  margin-top: 9px;
  border-top: 1px solid #d6e1ea;
  padding-top: 8px;
  color: var(--deep-blue);
  font-size: 11.5px;
  font-weight: 500;
  line-height: 1.25;
}

.legacy-consent.compact-consent {
  margin-top: 0;
  color: #496981;
  font-size: 11px;
}

.legacy-consent input {
  width: 14px;
  height: 14px;
  min-height: 14px;
  margin: 1px 0 0;
  padding: 0;
}

.legacy-tool-board .run:disabled {
  border-color: #bdc7d0;
  background: #d8e0e8;
  color: #718294;
  cursor: not-allowed;
  text-decoration: none;
}

.legacy-tool-board .output {
  flex: 1 1 auto;
  min-height: 220px;
  max-height: 310px;
  overflow: auto;
  margin: 0;
  border: 1px solid #dfe7ef;
  background: #fbfdff;
  padding: 5px;
}

.legacy-tool-board .result-detail {
  max-height: 146px;
  overflow: auto;
  margin-top: 0;
  border-color: #dfe7ef;
  padding: 8px;
}

.legacy-tool-board .result-row {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  min-height: 31px;
  margin: 0 0 6px;
  border: 1px solid #1e6ba5;
  background: var(--legacy-blue);
  padding: 6px 8px;
}

.legacy-tool-board .result-row.interactive:hover {
  border-color: var(--legacy-blue-dark);
  background: #1d6eaa;
  text-decoration: none;
}

.legacy-tool-board .result-row .rank {
  display: none;
}

.legacy-tool-board .result-row strong,
.legacy-tool-board .pick strong {
  color: var(--deep-blue);
}

.legacy-tool-board .result-row strong {
  color: #fff;
  font-size: 13px;
}

.legacy-tool-board .result-row small {
  color: #d7e9f7;
}

.legacy-tool-board .score {
  color: #a9c7dd;
}

.legacy-tool-board .run {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 32px;
  border-color: var(--legacy-blue-dark);
  border-radius: 4px;
  background: linear-gradient(#2b82c4, #1f6fae);
  color: #fff;
  padding: 5px 12px;
  font-weight: 600;
  line-height: 1.15;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.legacy-tool-board .run:hover:not(:disabled) {
  border-color: #123f66;
  background: #1c669f;
  color: #fff;
  text-decoration: none;
}

.legacy-tool-board .run:disabled {
  border-color: #bdc7d0;
  background: #d8e0e8;
  color: #718294;
  box-shadow: none;
  cursor: not-allowed;
  text-decoration: none;
}

.info-box > .stat-list,
.info-box > .legacy-depth-bridge,
.info-box > .public-content-bridge,
.info-box > .access-entitlement-bridge,
.info-box > .payment-shop-bridge,
.info-box > .archive-title {
  display: none;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

#panel-remedy .info-grid,
#panel-homeopathy .info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-box {
  border: 1px solid #c6c6c6;
  background: #f6f6f6;
  min-width: 0;
  scroll-margin-top: 8px;
}

.info-box summary {
  margin: 0;
  padding: 4px 8px;
  background: var(--bar);
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

.info-box:not([open]) > :not(summary) {
  display: none;
}

.info-box[open] {
  grid-column: 1 / -1;
}

.info-box p {
  margin: 0;
  padding: 8px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.public-page-copy {
  display: grid;
  gap: 10px;
  border-top: 1px solid #d7e2ec;
  background: #fff;
  padding: 14px 16px 16px;
  color: var(--deep-blue);
  font-size: 15px;
  line-height: 1.42;
}

.public-page-copy p {
  margin: 0;
  padding: 0;
}

.public-page-copy h3 {
  margin: 5px 0 0;
  color: var(--title);
  font-size: 16px;
  font-weight: 600;
}

.public-page-copy ul {
  margin: 0;
  padding-left: 19px;
}

.public-page-copy li {
  margin: 3px 0;
}

.membership-tier-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.membership-tier-grid article {
  min-width: 0;
  border: 1px solid #d3e0eb;
  background: #fbfdff;
  padding: 10px;
}

.membership-tier-grid article h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.membership-tier-grid article p {
  color: #425d76;
  font-size: 14px;
}

.membership-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.membership-plan-grid article {
  min-width: 0;
  border: 1px solid #c8d9e8;
  background: linear-gradient(#ffffff, #f8fbfe);
  padding: 12px;
}

.membership-plan-grid article h3 {
  margin: 0 0 6px;
  color: var(--title);
  font-size: 16px;
  font-weight: 600;
}

.membership-plan-grid article p {
  color: #425d76;
  font-size: 14px;
}

.membership-plan-grid dl {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 4px 10px;
  margin: 10px 0 0;
  color: #38536d;
  font-size: 13px;
}

.membership-plan-grid dt {
  color: #6c7f90;
  font-weight: 600;
}

.membership-plan-grid dd {
  margin: 0;
  min-width: 0;
}

.membership-table-wrap {
  overflow-x: auto;
  border: 1px solid #c8d9e8;
  background: #fff;
}

.membership-compare-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.25;
}

.membership-compare-table-wide {
  min-width: 820px;
}

.membership-compare-table caption {
  padding: 9px 10px;
  color: #4f6474;
  font-weight: 600;
  text-align: left;
  overflow-wrap: anywhere;
}

.membership-compare-table th,
.membership-compare-table td {
  border: 1px solid #c8d9e8;
  padding: 8px 10px;
  vertical-align: middle;
}

.membership-compare-table th {
  background: #f3f8fc;
  color: var(--title);
  font-weight: 600;
  text-align: center;
}

.membership-compare-table th:first-child,
.membership-compare-table td:first-child {
  width: 48%;
  text-align: left;
}

.membership-compare-table td:not(:first-child) {
  text-align: center;
  white-space: nowrap;
}

.plan-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin: 0 auto;
  color: #2f9f64;
}

.plan-check::before {
  content: "\2713";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.membership-compare-table tbody tr:nth-child(even) {
  background: #fbfdff;
}

.payment-strategy-box {
  border: 1px solid #c8d9e8;
  background: #f4f9fd;
  padding: 12px 14px;
}

.payment-strategy-box h3 {
  margin: 0 0 7px;
  color: var(--title);
  font-size: 15px;
  font-weight: 600;
}

.payment-strategy-box ul {
  margin: 0;
}

.account-page-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 110px;
  gap: 10px;
  align-items: end;
  border: 1px solid #d3e0eb;
  background: #fbfdff;
  padding: 12px;
}

.account-page-form label {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--title);
  font-size: 13px;
  font-weight: 500;
}

.account-page-form input {
  width: 100%;
  min-height: 30px;
  border-color: #bdcad8;
  background: #f4f8fc;
}

.account-page-form button {
  min-height: 30px;
  border: 1px solid #a5bfd8;
  background: linear-gradient(#ffffff, #edf5fc);
  color: var(--button);
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
}

.account-page-form + .test-account-output {
  margin-top: 8px;
  font-size: 13px;
}

.account-control-panel {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  border: 1px solid #cbd8e5;
  background: #f9fbfd;
  padding: 14px;
}

.account-control-panel header {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #dce5ed;
  padding-bottom: 10px;
}

.account-control-panel h3,
.account-control-panel p {
  margin: 0;
}

.account-control-panel h3 {
  color: var(--title);
  font-size: 16px;
}

.account-control-panel header p {
  margin-top: 3px;
  color: #667788;
  font-size: 12px;
}

.account-status-pill {
  border: 1px solid #d7c48a;
  background: #fff8df;
  padding: 5px 9px;
  color: #6b5316;
  font-size: 12px;
  font-weight: 800;
}

.account-control-panel.is-signed-in .account-status-pill {
  border-color: #aac9ae;
  background: #eff9f1;
  color: #285f33;
}

.account-control-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.account-control-grid article {
  display: grid;
  align-content: start;
  gap: 5px;
  border: 1px solid #d9e3ec;
  background: #fff;
  padding: 10px;
  min-width: 0;
}

.account-control-grid span {
  color: #6c7a86;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.account-control-grid strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.account-control-grid small {
  color: #667788;
  font-size: 11px;
  line-height: 1.35;
}

.account-action-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.account-workspace-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, .9fr);
  gap: 10px;
}

.account-control-form {
  display: grid;
  align-content: start;
  gap: 9px;
  min-width: 0;
  border: 1px solid #d9e3ec;
  background: #fff;
  padding: 12px;
}

.account-control-form h4 {
  margin: 0;
  color: var(--title);
  font-size: 14px;
}

.account-control-form p {
  padding: 0;
  color: #526a7f;
  font-size: 12px;
}

.account-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.account-control-form label {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--title);
  font-size: 12px;
  font-weight: 600;
}

.account-control-form input,
.account-control-form select {
  min-width: 0;
  width: 100%;
  min-height: 28px;
  border: 1px solid #bdcad8;
  background: #f7fafc;
}

.account-action-row button {
  min-height: 30px;
  border: 1px solid #b7c8dc;
  background: #fff;
  padding: 0 12px;
  color: var(--button);
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.account-control-form button {
  justify-self: start;
  min-height: 30px;
  border: 1px solid #a5bfd8;
  background: linear-gradient(#ffffff, #edf5fc);
  padding: 0 12px;
  color: var(--button);
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}

.account-control-form button:disabled,
.account-action-row button:disabled {
  color: #788898;
  background: #edf1f4;
  cursor: not-allowed;
}

.account-action-output {
  min-height: 18px;
  color: #315f8f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.account-action-output.is-warning {
  color: #8a4f00;
}

.account-action-output.is-success {
  color: #2d7b55;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  align-items: center;
  justify-content: center;
  margin: 24px -29px -28px;
  border-top: 1px solid #d7e0e8;
  background: #f8fafc;
  padding: 12px 18px 14px;
  color: #6f7b86;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

.site-footer strong {
  color: var(--deep-blue);
  font-size: inherit;
  letter-spacing: 0;
}

.site-footer-brandline,
.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.site-footer-brandline {
  gap: 0;
  margin: 0;
  color: #6f7b86;
  font-size: inherit;
}

.site-footer-brandline > * + *::before {
  content: "\00b7";
  margin: 0 8px;
  color: #9aa0a6;
}

.site-footer-links {
  gap: 0;
  font-size: inherit;
}

.site-footer-links::before {
  content: "\00b7";
  margin: 0 8px 0 0;
  color: #9aa5af;
}

.site-footer-links a + a::before {
  content: "\00b7";
  margin: 0 8px;
  color: #9aa5af;
}

.site-footer a {
  color: #1f5f96;
  font-weight: 500;
}

.site-footer-email a {
  color: #0f5f9f;
}

.site-footer-note {
  display: none;
}

.mini-tool {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 0 8px 8px;
}

.legacy-depth-bridge {
  display: grid;
  gap: 6px;
  margin: 0 8px 8px;
  border: 1px solid #d6dbea;
  background: #fbfbfd;
  min-width: 0;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.legacy-depth-bridge strong {
  display: block;
  color: var(--title);
  overflow-wrap: anywhere;
}

.legacy-depth-bridge dl {
  padding: 0;
}

.legacy-depth-bridge ul {
  margin: 0;
  padding-left: 16px;
  overflow-wrap: anywhere;
}

.legacy-depth-bridge li {
  margin: 2px 0;
  overflow-wrap: anywhere;
}

.public-content-bridge {
  display: grid;
  gap: 6px;
  margin: 0 8px 8px;
  min-width: 0;
}

.content-import-bridge {
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 8px;
  margin: 0 0 2px;
  min-width: 0;
}

.content-import-card {
  min-height: 104px;
  border: 1px solid #cad8cf;
  background: #f9fcf8;
  padding: 8px;
  line-height: 1.35;
}

.content-import-card strong {
  display: block;
  margin-bottom: 5px;
  color: #29483d;
}

.content-import-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.content-import-card .stat-list {
  margin-bottom: 3px;
}

.content-import-checks {
  margin-top: 7px;
  border-top: 1px solid #dbe8dd;
  padding-top: 5px;
}

.content-import-checks summary {
  color: #29483d;
  cursor: pointer;
  font-weight: bold;
}

.content-import-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #4f675d;
}

.content-import-checks li {
  margin: 2px 0;
}

.access-entitlement-bridge {
  display: grid;
  gap: 6px;
  margin: 8px 0;
  min-width: 0;
}

.access-entitlement-card {
  border: 1px solid #ded3bd;
  background: #fffdf6;
  padding: 7px 8px;
  line-height: 1.35;
}

.access-entitlement-card strong {
  display: block;
  margin-bottom: 5px;
  color: #66512b;
}

.access-entitlement-card p {
  margin: 5px 0 0;
  overflow-wrap: anywhere;
}

.access-entitlement-card .stat-list {
  margin-bottom: 3px;
}

.access-entitlement-checks {
  margin-top: 7px;
  border-top: 1px solid #e8dfc8;
  padding-top: 5px;
}

.access-entitlement-checks summary {
  color: #66512b;
  cursor: pointer;
  font-weight: bold;
}

.access-entitlement-checks ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #6c5b40;
}

.access-entitlement-checks li {
  margin: 2px 0;
}

.public-content-summary,
.public-content-card {
  border: 1px solid #d6dbea;
  background: #fff;
  min-width: 0;
  padding: 7px 8px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.public-content-summary strong,
.public-content-card strong {
  color: var(--title);
}

.public-content-summary p,
.public-content-card p {
  margin: 5px 0 0;
  padding: 0;
  overflow-wrap: anywhere;
}

.public-content-card summary {
  cursor: pointer;
}

.public-content-card.current-route {
  border-color: #7a98b7;
  background: #f7fbfb;
}

.public-content-card summary span {
  display: block;
  margin-top: 3px;
  color: #6c87a6;
  font-size: 10px;
}

.content-approval-gate {
  margin-top: 7px;
  border-top: 1px solid #d6dbea;
  background: #fbfbfd;
  padding: 7px 8px 0;
}

.content-approval-gate strong {
  color: #29483d;
}

.content-approval-gate ul {
  margin: 4px 0 0;
  padding-left: 15px;
  color: #5f6f7f;
}

.content-gate-checks {
  margin-top: 5px;
}

.content-gate-checks summary {
  color: var(--title);
  cursor: pointer;
  font-weight: bold;
}

.detail-box {
  min-height: 44px;
  border: 1px solid #d8dce5;
  background: #fff;
  padding: 7px;
  line-height: 1.38;
}

.detail-box h3 {
  margin: 0 0 5px;
  color: var(--title);
  font-size: 12px;
}

.detail-box p {
  padding: 0;
  margin: 0 0 6px;
}

.detail-box .meta {
  color: #6c87a6;
  font-size: 10px;
}

.legacy-materia-provenance,
.legacy-materia-medica-text {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}

.legacy-materia-provenance {
  margin: 0 0 12px;
  border: 1px solid #c9d9cb;
  border-left: 4px solid #547c59;
  border-radius: 4px;
  background: #f7fbf7;
  padding: 10px 12px;
  color: #334c38;
}

.legacy-materia-provenance strong {
  display: block;
  margin-bottom: 5px;
  color: #29472f;
  font-size: 13px;
}

.legacy-materia-provenance p {
  margin: 4px 0 0;
  line-height: 1.45;
}

.legacy-materia-medica-text {
  color: #26363c;
  font-size: 13px;
  line-height: 1.62;
}

.legacy-materia-medica-text p {
  margin: 0 0 12px;
}

.legacy-materia-medica-text b {
  color: #183e55;
}

.legacy-materia-medica-text i,
.legacy-materia-medica-text em.legacy-keynote {
  color: #c51f1a;
  font-style: italic;
}

.legacy-materia-medica-text .legacy-materia-remedy-reference {
  color: #28678d;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.legacy-materia-medica-text i .legacy-materia-remedy-reference,
.legacy-materia-medica-text em.legacy-keynote .legacy-materia-remedy-reference {
  color: inherit;
}

.legacy-materia-medica-text .legacy-materia-remedy-reference:hover,
.legacy-materia-medica-text .legacy-materia-remedy-reference:focus-visible {
  text-decoration-thickness: 2px;
}

.legacy-materia-medica-text font {
  color: inherit;
  font: inherit;
}

.source-detail {
  min-height: 126px;
  border-color: #c7d2e3;
  background: #f8fbff;
}

.source-detail p:last-child {
  max-height: 148px;
  overflow: auto;
  color: #25394f;
  font-size: 11px;
}

.source-lineage-chain {
  max-height: 220px;
  overflow: auto;
  border-top: 1px solid #d7e0ec;
  padding: 8px;
}

.source-lineage-chain h4 {
  margin: 0 0 6px;
  color: var(--title);
  font-size: 11px;
}

.source-lineage-chain ol {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 18px;
}

.source-lineage-chain li {
  color: #25394f;
  font-size: 10px;
}

.source-lineage-chain strong,
.source-lineage-chain span,
.source-lineage-chain em,
.source-lineage-chain small,
.source-lineage-chain p {
  display: block;
}

.source-lineage-chain strong {
  color: #173b62;
}

.source-lineage-chain em {
  margin-top: 4px;
  color: #627894;
  font-style: normal;
  font-weight: 700;
}

.source-lineage-chain p {
  margin: 1px 0 0;
}

.source-lineage-chain small {
  margin-top: 4px;
  color: #6c87a6;
}

.potency-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
}

.potency-list span {
  border: 1px solid #ced6f7;
  background: var(--fill);
  padding: 2px 4px;
}

.stat-list {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 8px;
  margin: 0;
  padding: 0 8px 8px;
}

.compact-stat-list {
  max-width: 260px;
  padding: 0;
}

.archive-title {
  margin: 2px 8px 6px;
  color: var(--title);
  font-size: 11px;
}

.stat-list dt,
.stat-list dd {
  margin: 0;
}

.stat-list dt {
  color: #6c87a6;
}

.stat-list dd {
  color: var(--title);
  font-weight: bold;
  text-align: right;
}

.result-row {
  grid-template-columns: 30px minmax(0, 1fr) 60px;
  align-items: center;
  margin-bottom: 6px;
}

.result-row.interactive {
  cursor: pointer;
}

.result-row.interactive:hover {
  border-color: var(--bar);
  text-decoration: none;
}

.result-detail {
  margin-top: 10px;
}

.mechanism-review-panel {
  margin-top: 10px;
  border-color: #bfd4c5;
  background: #fbfefb;
  max-height: 430px;
  overflow: auto;
}

.illnessfinder-database-status-panel {
  border-color: #d7c4b0;
  background: #fffdf9;
  max-height: 460px;
}

.illnessfinder-database-status-panel .mechanism-review-head strong,
.illnessfinder-database-status-panel .mechanism-review-metrics dd {
  color: #684315;
}

.illnessfinder-database-status-kind {
  border-color: #e1cbb3;
}

.medical-term-review-panel {
  border-color: #c7d3df;
  background: #fbfcfe;
  max-height: 360px;
}

.legacy-tool-board + .medical-term-review-panel {
  margin-top: 10px;
  max-height: 420px;
}

.mechanism-review-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: baseline;
  margin-bottom: 6px;
}

.mechanism-review-head strong {
  color: #194f36;
  font-size: 12px;
}

.mechanism-review-head span,
.mechanism-review-types,
.mechanism-review-grid small {
  color: #627084;
  font-size: 10px;
}

.mechanism-review-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin: 0 0 7px;
}

.mechanism-review-metrics dt,
.mechanism-review-metrics dd {
  margin: 0;
}

.mechanism-review-metrics dt {
  color: #627084;
  font-size: 9px;
  text-transform: uppercase;
}

.mechanism-review-metrics dd {
  color: #194f36;
  font-size: 12px;
  font-weight: bold;
}

.mechanism-review-types {
  margin-bottom: 7px;
}

.medical-term-review-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 7px;
}

.medical-term-review-filters button {
  min-height: 20px;
  border: 1px solid #c7d3df;
  border-radius: 3px;
  background: #fff;
  padding: 1px 6px;
  color: #324960;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  line-height: 1.2;
}

.medical-term-review-filters button:hover,
.medical-term-review-filters button:focus-visible,
.medical-term-review-filters button.active {
  border-color: #537491;
  background: #eef4f9;
}

.mechanism-review-grid {
  display: grid;
  gap: 7px;
}

.medical-term-review-panel .mechanism-review-grid section {
  display: grid;
  gap: 7px 10px;
}

.medical-term-review-panel .mechanism-review-grid h4 {
  grid-column: 1 / -1;
}

@media (min-width: 760px) {
  .medical-term-review-panel .mechanism-review-grid section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.mechanism-review-grid h4 {
  margin: 0 0 4px;
  color: var(--title);
  font-size: 11px;
}

.mechanism-review-grid article {
  border-top: 1px solid #d8e3dc;
  padding-top: 5px;
}

.mechanism-review-grid article:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.mechanism-review-row-title {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: baseline;
}

.mechanism-review-grid strong,
.mechanism-review-grid small {
  display: block;
}

.mechanism-review-status {
  border: 1px solid #cbd8cf;
  border-radius: 3px;
  background: #fff;
  padding: 0 4px;
  color: #526070;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.4;
}

.mechanism-review-status--approved {
  border-color: #95c2a4;
  background: #eff8f1;
  color: #27633e;
}

.mechanism-review-status--rejected {
  border-color: #d4a3a3;
  background: #fff3f3;
  color: #8a3434;
}

.mechanism-review-status--needs_source_check {
  border-color: #d5c288;
  background: #fff9e8;
  color: #66521a;
}

.mechanism-review-audit {
  max-height: 42px;
  overflow: auto;
  margin: 3px 0 0;
  color: #5f6c7d;
  font-size: 9.5px;
  line-height: 1.25;
}

.mechanism-review-audit span {
  color: #194f36;
  font-weight: 700;
}

.mechanism-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 5px;
}

.mechanism-review-actions button {
  min-height: 20px;
  border: 1px solid #b7cec0;
  border-radius: 3px;
  background: #fff;
  padding: 1px 6px;
  color: #194f36;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  line-height: 1.2;
}

.mechanism-review-actions button:hover,
.mechanism-review-actions button:focus-visible {
  border-color: #2c7a4f;
  background: #eef8f1;
}

.mechanism-review-actions button:disabled {
  cursor: wait;
  opacity: 0.6;
}

.source-review-actions {
  margin-top: 7px;
}

.source-review-decision-state {
  border-left: 2px solid #2c7a4f;
  padding-left: 6px;
  color: #194f36;
  font-weight: 700;
}

.mechanism-review-evidence {
  display: grid;
  gap: 4px;
  margin-top: 4px;
}

.mechanism-review-evidence p {
  max-height: 58px;
  overflow: auto;
  margin: 0;
  border-left: 2px solid #d8e3dc;
  padding-left: 5px;
  color: #2a3a4c;
  font-size: 10.5px;
  overflow-wrap: anywhere;
}

.mechanism-review-evidence span {
  display: block;
  margin-bottom: 1px;
  color: #627084;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.method-note {
  margin: 8px 0 0;
  color: #5f6c7d;
  font-size: 10px;
  line-height: 1.35;
}

.method-guard {
  margin: 0 0 10px;
  border: 1px solid #c9c0a8;
  background: #fffdf5;
  padding: 7px 9px;
  color: #554a33;
  line-height: 1.35;
}

.method-guard strong {
  color: var(--title);
}

.rank {
  display: grid;
  place-items: center;
  min-height: 22px;
  border: 1px solid #c6c6c6;
  background: #f5f5f6;
  font-weight: bold;
}

.score {
  justify-self: end;
  color: #29483d;
  font-weight: bold;
}

.detail-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 7px;
}

.detail-links a,
.detail-links span {
  border: 1px solid #ced6f7;
  background: var(--fill);
  padding: 3px 6px;
  font-size: 10px;
}

.empty {
  color: #6c87a6;
  padding: 8px;
}

@media (max-width: 860px) {
  .page {
    width: 100%;
    padding: 0;
  }

  .modern-home {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px 14px 16px;
  }

  .modern-home::after,
  .modern-home-remedy::after,
  .modern-home-homeopathy::after {
    display: none;
  }

  .modern-home h1 {
    font-size: 24px;
    line-height: 1.16;
  }

  .modern-home p {
    font-size: 13.5px;
  }

  .modern-home-image {
    max-height: 210px;
  }

  .modern-search-row {
    grid-template-columns: 1fr;
  }

  .modern-search-row button {
    width: 100%;
  }

  .modern-quick-links a {
    flex: 1 1 148px;
    justify-content: center;
    text-align: center;
  }

  .legacy-heritage-strip {
    grid-template-columns: 1fr;
  }

  .legacy-heritage-strip dl {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    white-space: normal;
  }

  .legacy-page {
    padding: 12px;
  }

  .legacy-action-panel {
    min-height: 0;
    padding-bottom: 12px;
  }

  .legacy-media-cell {
    justify-self: center;
    width: 100%;
  }

  .legacy-media-cell--illness-doctor,
  .legacy-media-cell--remedy-doctor,
  .legacy-media-cell--homeopathy-doctor {
    max-width: 286px;
  }

  .legacy-media-cell--illness-demo,
  .legacy-media-cell--remedy-demo,
  .legacy-media-cell--homeopathy-demo {
    max-width: 232px;
  }

  .site-switch,
  .brand-row,
  .intro-grid,
  .legacy-step-strip,
  .route-context,
  .launch-guard,
  .pilot-guard,
  .route-guard,
  .auth-guard,
  .payment-guard,
  .module-guard,
  .content-guard,
  .visual-guard,
  .site-readiness-bridge,
  .live-reference-strip,
  .shell-starter-site > header,
  .homepage-preview-list,
  .homepage-observation-list,
  .homepage-worksheet-list,
  .homepage-comparison-list,
  .homepage-note-intake-list,
  .homepage-adjustment-list,
  .homepage-candidate-list,
  .homepage-review-board-list,
  .homepage-comparison-pair,
  .visual-acceptance-bridge,
  .route-safety-bridge,
  .visual-capture-bridge,
  .demo-route-bridge,
  .ranking-capture-bridge,
  .content-import-bridge,
  .term-seed-grid,
  .term-review-grid,
  .term-answer-grid,
  .finder-grid,
  .signup-assurance-grid,
  .preview-signup-grid,
  .membership-plan-grid,
  .membership-tier-grid,
  .account-page-form,
  .account-control-grid,
  .account-workspace-grid,
  .account-form-grid,
  .selected-row,
  .selected-row.single,
  .info-grid,
  #panel-remedy .info-grid,
  #panel-homeopathy .info-grid,
  .site-footer,
  .legacy-tool-board,
  .controls,
  .remedy-controls,
  .homeopathy-controls {
    grid-template-columns: 1fr;
  }

  .legacy-menu,
  .legacy-utility {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .legacy-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(76px, 1fr));
    overflow: visible;
    scrollbar-width: none;
  }

  .legacy-menu a,
  .legacy-utility a,
  .legacy-menu select,
  .legacy-utility select {
    min-height: 32px;
    padding: 4px 8px;
    line-height: 1.2;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .legacy-menu a,
  .legacy-menu select {
    flex: initial;
    min-width: 0;
  }

  .brand-row {
    gap: 8px;
    min-height: 0;
  }

  .brand-legacy-meta {
    justify-items: start;
    gap: 8px;
    padding-top: 4px;
  }

  .sibling-links {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px 14px;
    width: 100%;
    min-height: 0;
    padding-top: 4px;
    font-size: 12px;
    text-align: left;
  }

  .sibling-links span {
    width: 100%;
  }

  .sibling-links a {
    display: inline-block;
    margin: 0;
    font-size: 12px;
  }

  .site-footer-brandline,
  .site-footer-links {
    justify-content: center;
  }

  .site-switch {
    right: 8px;
    bottom: 8px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: calc(100vw - 16px);
  }

  .tab {
    font-size: 10px;
    line-height: 1.1;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .legacy-step-strip li {
    border-right: 0;
    border-bottom: 1px solid #d6dbea;
  }

  .legacy-step-strip li:last-child {
    border-bottom: 0;
  }

  .legacy-tool-column {
    min-height: 0;
  }

  .legacy-tool-board .tall-results {
    min-height: 55vh; min-height: min(320px, 55vh);
  }

  .legacy-chosen-box.tall-chosen {
    min-height: 210px;
  }

  .site-footer {
    margin-right: -12px;
    margin-left: -12px;
  }

  .offline-dashboard-panel,
  .visual-parity-panel,
  .intro-video-panel,
  .shell-starter-panel,
  .pilot-readiness-panel,
  .ranking-golden-panel,
  .legacy-briefing-panel,
  .legacy-algorithm-panel,
  .auth-reset-panel,
  .payment-shop-panel,
  .content-depth-panel,
  .content-plan-panel,
  .public-route-panel,
  .manual-capture-panel,
  .migration-risk-panel,
  .route-coverage-panel,
  .route-review-panel,
  .archive-board-panel,
  .offline-command-list,
  .visual-parity-list,
  .pilot-readiness-list,
  .production-launch-site-list,
  .intro-video-review-site-list,
  .ranking-golden-list,
  .ranking-golden-site-list,
  .legacy-briefing-list,
  .legacy-algorithm-list,
  .legacy-algorithm-site-list,
  .legacy-algorithm-case-list,
  .auth-reset-list,
  .access-review-site-list,
  .payment-shop-list,
  .content-depth-list,
  .content-plan-list,
  .content-approval-site-list,
  .visual-approval-site-list,
  .public-route-site-list,
  .public-route-list,
  .manual-capture-site-list,
  .visual-capture-site-list,
  .legacy-layout-capture-site-list,
  .manual-capture-list,
  .risk-list,
  .route-site-list,
  .route-review-site-list,
  .route-review-list,
  .ranking-capture-bridge,
  .content-import-bridge,
  .archive-site-list,
  .archive-module-list {
    grid-template-columns: 1fr;
  }

  .review-item summary {
    grid-template-columns: 1fr;
  }

  .hero-art.tall {
    min-height: 0;
  }
}

@media (min-width: 700px) and (max-width: 860px) {
  .legacy-tool-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-panel .finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-panel .controls {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  .method-panel .remedy-controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-panel .homeopathy-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .method-panel .selected-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 130px;
  }

  .method-panel .selected-row.single {
    grid-template-columns: minmax(0, 1fr) 130px;
  }
}

@media (max-width: 360px) {
  .legacy-menu {
    grid-template-columns: repeat(3, minmax(72px, 1fr));
  }
}

body[data-current-panel="homeopathy"] {
  --ink: #223644;
  --ink-soft: #5a7180;
  --title: #223644;
  --line: #b9c9d4;
  --menu-line: #d5e0e7;
  --menu-bg: #f6f9fb;
  --fill: #f7f9fa;
  --paper: #fffdf8;
  --bar: #2f769f;
  --button: #315f79;
  --link: #235f82;
  --deep-blue: #223644;
  --legacy-blue: #4f89b1;
  --legacy-blue-dark: #294f6e;
  --legacy-blue-soft: #eef5fa;
}

body[data-current-panel="homeopathy"] .page {
  width: calc(100vw - 18px); max-width: 1013px; width: min(1013px, calc(100vw - 18px));
}

#panel-homeopathy .legacy-page {
  background: #fffdf8;
  border-color: #b9c9d4;
  box-shadow: none;
}

#panel-homeopathy .brand-row {
  grid-template-columns: minmax(300px, 342px) minmax(360px, 1fr);
  min-height: 92px;
}

#panel-homeopathy .brand-home-link {
  width: 100%; max-width: 342px; width: min(342px, 100%);
}

#panel-homeopathy .brand-legacy-meta {
  padding-top: 36px;
}

#panel-homeopathy .sibling-links,
#panel-homeopathy .sibling-links a {
  color: #5a7180;
}

#panel-homeopathy .sibling-links span {
  color: #5a7180;
  font-weight: 600;
}

#panel-homeopathy .legacy-menu {
  background: #f6f9fb;
  border-color: #d5e0e7;
}

#panel-homeopathy .legacy-menu a,
#panel-homeopathy .legacy-menu select {
  border-color: #d5e0e7;
  color: #315f79;
  font-weight: 500;
}

#panel-homeopathy .legacy-menu a:hover,
#panel-homeopathy .legacy-menu select:hover {
  background: #edf5fa;
  color: #223644;
}

#panel-homeopathy .intro-grid {
  gap: 8px;
}

#panel-homeopathy .legacy-action-panel,
#panel-homeopathy .legacy-media-cell,
#panel-homeopathy .login-box,
#panel-homeopathy .legacy-tool-column,
#panel-homeopathy .info-box,
#panel-homeopathy .demo-panel,
#panel-homeopathy .method-panel,
#panel-homeopathy .closed-shop-panel {
  border-color: #b9c9d4;
  background-color: #fffefa;
}

#panel-homeopathy .legacy-action-panel h2,
#panel-homeopathy .legacy-media-cell h2,
#panel-homeopathy .legacy-column-header {
  background: #f7f9fa;
  border-color: #d8e2e8;
  color: #223644;
}

#panel-homeopathy .legacy-column-header span {
  background: linear-gradient(180deg, #6a9ec1 0%, #4f89b1 100%);
  border-right: 1px solid #467796;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

#panel-homeopathy .legacy-column-header strong,
#panel-homeopathy .legacy-source-list label,
#panel-homeopathy .legacy-field-grid label,
#panel-homeopathy .legacy-search-block > label,
#panel-homeopathy .legacy-chosen-box .selected-title,
#panel-homeopathy .legacy-inline-select,
#panel-homeopathy .legacy-browse-drawer summary {
  color: #223644;
}

#panel-homeopathy input,
#panel-homeopathy select,
#panel-homeopathy .legacy-tool-board .results,
#panel-homeopathy .legacy-chosen-box .chips,
#panel-homeopathy .legacy-tool-board .output,
#panel-homeopathy .legacy-tool-board .result-detail {
  border-color: #dce6eb;
  background: #fffdf9;
  color: #223644;
}

#panel-homeopathy input:focus,
#panel-homeopathy select:focus {
  border-color: #4f89b1;
  outline: 1px solid #4f89b1;
}

#panel-homeopathy .legacy-tool-board .pick,
#panel-homeopathy .legacy-chosen-box .chip {
  background: #fffefa;
  border-color: #dce6eb;
  color: #223644;
}

#panel-homeopathy .legacy-tool-board .pick:hover,
#panel-homeopathy .legacy-chosen-box .chip.interactive:hover {
  background: #eef5fa;
}

#panel-homeopathy .legacy-mini-actions button,
#panel-homeopathy .legacy-mini-actions .legacy-mini-link,
#panel-homeopathy .login-box button,
#panel-homeopathy .legacy-tool-board .run {
  border-color: #c2d0d9;
  background: #e4edf3;
  color: #5b7180;
  box-shadow: none;
}

#panel-homeopathy .legacy-mini-actions button:hover,
#panel-homeopathy .legacy-mini-actions .legacy-mini-link:hover,
#panel-homeopathy .login-box button:hover,
#panel-homeopathy .legacy-tool-board .run:hover:not(:disabled) {
  border-color: #8fa9b9;
  background: #d8e7ef;
  color: #223644;
  text-decoration: none;
}

#panel-homeopathy .login-box h2,
#panel-homeopathy .demo-panel summary,
#panel-homeopathy .method-panel summary,
#panel-homeopathy .closed-shop-panel summary {
  background: #2f769f;
}

#panel-homeopathy .legacy-warning {
  border-color: #294f6e;
  background: #fff;
}

#panel-homeopathy .legacy-tool-board .result-row {
  border-color: #4f89b1;
  background: #4f89b1;
}

#panel-homeopathy .legacy-tool-board .result-row.interactive:hover {
  border-color: #294f6e;
  background: #467b9f;
}

#panel-homeopathy .site-footer {
  background: #f7f5f1;
  border-color: #d8e2e8;
}

#panel-illness {
  --ink: #223644;
  --ink-soft: #5a7180;
  --title: #1f3b50;
  --line: #b9c9d4;
  --menu-line: #d5e0e7;
  --menu-bg: #f6f9fb;
  --fill: #f5f8fa;
  --paper: #fffdf8;
  --bar: #2f6f95;
  --button: #285f81;
  --link: #235f82;
  --deep-blue: #1f3f59;
  --legacy-blue: #3f789b;
  --legacy-blue-dark: #214f70;
  --legacy-blue-soft: #edf5f9;
  color: var(--ink);
}

#panel-illness strong,
#panel-illness b {
  font-weight: 500;
}

#panel-illness .legacy-page {
  border-color: var(--line);
  background: var(--paper);
}

#panel-illness .brand-row {
  min-height: 92px;
  align-items: center;
}

#panel-illness .brand-home-link {
  width: 100%; max-width: 388px; width: min(388px, 100%);
}

#panel-illness .brand-legacy-meta {
  padding-top: 36px;
}

#panel-illness .sibling-links,
#panel-illness .sibling-links a,
#panel-illness .sibling-links span {
  color: var(--ink-soft);
  font-weight: 400;
  letter-spacing: 0;
}

#panel-illness .sibling-links a {
  color: var(--link);
  font-weight: 500;
}

#panel-illness .legacy-menu,
#panel-illness .legacy-utility {
  border-color: var(--menu-line);
  background: var(--menu-bg);
}

#panel-illness .legacy-menu a,
#panel-illness .legacy-menu select,
#panel-illness .legacy-utility a,
#panel-illness .legacy-utility select {
  border-color: var(--menu-line);
  color: #315f79;
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness .legacy-menu a:hover,
#panel-illness .legacy-menu select:hover,
#panel-illness .legacy-utility a:hover,
#panel-illness .legacy-utility select:hover {
  background: #edf5f9;
  color: #214f70;
}

#panel-illness .legacy-tool-column {
  border-color: var(--line);
  background: #fffefa;
}

#panel-illness .legacy-column-header {
  height: 88px;
  min-height: 88px;
  overflow: hidden;
  border-bottom-color: #d8e2e8;
  background: #f7f9fa;
}

#panel-illness .legacy-column-header span {
  background: linear-gradient(180deg, #5e93b2 0%, #2f6f95 100%);
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness .legacy-column-header span b {
  font-weight: 500;
}

#panel-illness .legacy-column-header strong {
  color: var(--title);
  font-size: 16.5px;
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness .legacy-column-header p {
  color: #5d717b;
  font-size: 11.4px;
  font-weight: 400;
  line-height: 1.16;
}

#panel-illness .legacy-field-grid label,
#panel-illness .legacy-search-block > label,
#panel-illness .legacy-chosen-box .selected-title,
#panel-illness .legacy-inline-select,
#panel-illness .legacy-browse-drawer summary {
  color: var(--title);
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness input,
#panel-illness select {
  border-color: #c5d2da;
  color: var(--ink);
}

#panel-illness input:focus,
#panel-illness select:focus {
  outline-color: rgba(47, 111, 149, 0.28);
  border-color: #2f6f95;
}

#panel-illness .legacy-mini-actions button,
#panel-illness .legacy-mini-actions .legacy-mini-link,
#panel-illness .legacy-tool-board .run,
#panel-illness .legacy-letter-row button,
#panel-illness .legacy-or-divider {
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness .legacy-tool-board .results,
#panel-illness .legacy-chosen-box .chips,
#panel-illness .legacy-tool-board .output,
#panel-illness .legacy-tool-board .result-detail {
  border-color: #dce6eb;
  background: #fffdf9;
}

#panel-illness .legacy-tool-board .pick,
#panel-illness .legacy-chosen-box .chip {
  border-bottom-color: #e1e8ec;
  color: var(--ink);
}

#panel-illness .legacy-tool-board .pick:hover,
#panel-illness .legacy-chosen-box .chip.interactive:hover {
  background: #edf5f9;
}

#panel-illness .legacy-tool-board .pick strong,
#panel-illness .legacy-tool-board .result-row strong {
  font-weight: 500;
  letter-spacing: 0;
}

#panel-illness .legacy-tool-board .pick strong {
  color: var(--title);
}

#panel-illness .legacy-tool-board .result-row {
  border-color: var(--legacy-blue-dark);
  background: var(--legacy-blue);
}

#panel-illness .legacy-tool-board .run:not(:disabled) {
  border-color: #214f70;
  background: linear-gradient(180deg, #477fa1 0%, #285f81 100%);
  color: #fffdf8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

#panel-illness .legacy-tool-board .run:hover:not(:disabled) {
  border-color: #183d59;
  background: #214f70;
  color: #fffdf8;
}

#panel-illness .legacy-tool-board .run:disabled {
  border-color: #c2d0d9;
  background: #e4edf3;
  color: #5b7180;
  box-shadow: none;
}

#panel-illness .legacy-warning {
  border-color: #1f3f59;
  color: var(--title);
}

#panel-illness .legacy-warning strong {
  color: #b3261e;
  font-weight: 600;
}

#panel-illness .legacy-consent {
  color: var(--title);
  font-weight: 400;
}

#panel-illness .site-footer {
  border-top-color: #d8cdb9;
  background: #f7f4ee;
  color: #65716f;
  font-weight: 400;
}

#panel-illness .site-footer strong {
  color: #344849;
  font-weight: 400;
}

#panel-illness .site-footer a,
#panel-illness .site-footer-email a {
  color: #365b59;
  font-weight: 400;
}

@media (max-width: 760px) {
  #panel-illness .brand-row,
  #panel-homeopathy .brand-row {
    grid-template-columns: 1fr;
  }

  #panel-illness .brand-legacy-meta,
  #panel-homeopathy .brand-legacy-meta {
    padding-top: 4px;
  }
}

/* Webhomeopath final product-standard pass: presentation only. */
body[data-current-panel="homeopathy"] {
  font-family: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
}

body.customer-surface[data-current-panel="homeopathy"] {
  font-size: 15px;
  line-height: 1.48;
}

.customer-surface #panel-homeopathy .results[hidden] {
  display: none !important;
}

#panel-homeopathy .legacy-column-header strong,
#panel-homeopathy .legacy-source-list legend,
#panel-homeopathy .legacy-source-copy strong,
#panel-homeopathy .legacy-action-panel h2,
#panel-homeopathy .legacy-media-cell h2,
#panel-homeopathy .login-box h2,
#panel-homeopathy .demo-panel summary,
#panel-homeopathy .method-panel summary,
#panel-homeopathy .closed-shop-panel summary,
#panel-homeopathy .site-footer strong {
  font-weight: 500;
}

#panel-homeopathy .legacy-column-header strong {
  line-height: 1.16;
}

#panel-homeopathy .legacy-column-header p {
  line-height: 1.32;
}

@media (min-width: 1040px) {
  body[data-current-panel="homeopathy"] .page {
    width: calc(100vw - 24px); max-width: 1180px; width: min(1180px, calc(100vw - 24px));
  }

  #panel-homeopathy .legacy-page {
    padding: 22px 32px 30px;
  }

  #panel-homeopathy .brand-row {
    grid-template-columns: minmax(300px, 342px) minmax(440px, 1fr);
    gap: 42px;
    min-height: 80px;
  }

  #panel-homeopathy .brand-home-link {
    width: 100%; max-width: 342px; width: min(342px, 100%);
  }

  #panel-homeopathy .brand-legacy-meta {
    padding-top: 22px;
  }

  #panel-homeopathy .sibling-links {
    gap: 24px;
  }

  #panel-homeopathy .legacy-menu {
    min-height: 40px;
  }

  #panel-homeopathy .legacy-menu a,
  #panel-homeopathy .legacy-menu select {
    min-height: 40px;
    padding: 7px 16px;
    font-size: 12px;
    line-height: 1.25;
  }

  #panel-homeopathy .legacy-menu select {
    flex-basis: 100px;
    min-width: 100px;
    padding-right: 8px;
    padding-left: 8px;
  }

  #panel-homeopathy .legacy-tool-board {
    gap: 12px;
    margin-top: 14px;
  }

  #panel-homeopathy .legacy-tool-column {
    min-height: 584px;
  }

  #panel-homeopathy .legacy-column-header {
    grid-template-columns: 52px minmax(0, 1fr);
    min-height: 94px;
  }

  #panel-homeopathy .legacy-column-header strong {
    padding: 10px 11px 3px;
  }

  #panel-homeopathy .legacy-column-header p {
    padding: 0 11px 10px;
    font-size: 12.25px;
  }

  #panel-homeopathy .legacy-column-body {
    gap: 10px;
    padding: 10px;
  }

  #panel-homeopathy .legacy-source-list {
    gap: 9px;
  }

  #panel-homeopathy .legacy-source-list label {
    gap: 9px;
    padding: 8px 9px;
  }

  #panel-homeopathy .site-footer {
    margin: 28px -32px -30px;
    padding: 14px 22px 16px;
  }
}

@media (max-width: 760px) {
  #panel-homeopathy .brand-home-link {
    width: 82vw; max-width: 342px; width: min(342px, 82vw);
  }
}

/* Webhomeopath v11: legacy-core, compact customer presentation. */
#panel-homeopathy .legacy-menu #homeopathy-language {
  flex: 0 0 132px;
  width: 132px;
  min-width: 132px;
  padding-right: 26px;
  padding-left: 10px;
  text-align: left;
}

#panel-homeopathy .homeopathy-compact-actions {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin: 6px 0 0;
}

#panel-homeopathy .homeopathy-compact-actions button,
#panel-homeopathy .homeopathy-compact-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border: 1px solid #b8c8d2;
  border-radius: 4px;
  background: #eef4f7;
  padding: 4px 10px;
  color: #315f79;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

#panel-homeopathy .homeopathy-compact-actions button:hover,
#panel-homeopathy .homeopathy-compact-actions a:hover {
  border-color: #7f9dad;
  background: #e2edf2;
  color: #223644;
}

#panel-homeopathy .legacy-tool-board {
  margin-top: 6px;
}

#panel-homeopathy .legacy-tool-column {
  min-height: 430px;
}

#panel-homeopathy .legacy-column-header {
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 72px;
}

#panel-homeopathy .legacy-column-header span b {
  font-size: 24px;
}

#panel-homeopathy .legacy-column-header strong {
  padding: 6px 8px 1px;
  font-size: 15px;
}

#panel-homeopathy .legacy-column-header p {
  padding: 0 8px 6px;
  font-size: 11px;
  line-height: 1.2;
}

#panel-homeopathy .legacy-column-body {
  gap: 6px;
  padding: 7px;
}

#panel-homeopathy .legacy-source-list {
  gap: 5px;
  margin-top: 2px;
}

#panel-homeopathy .legacy-source-list legend {
  margin-bottom: 2px;
}

#panel-homeopathy .legacy-source-list label {
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  padding: 6px 7px;
}

#panel-homeopathy .legacy-source-copy strong {
  font-size: 12px;
}

#panel-homeopathy .legacy-primary-search-block .tall-results,
#panel-homeopathy .legacy-tool-board .tall-results {
  min-height: 260px;
  max-height: 360px;
}

#panel-homeopathy .legacy-chosen-box.tall-chosen {
  flex: 0 1 auto;
  min-height: 190px;
}

#panel-homeopathy .legacy-tool-board .output {
  min-height: 250px;
  max-height: 360px;
}

#panel-homeopathy .legacy-tool-board .result-row {
  text-decoration: none;
}

#panel-homeopathy .legacy-tool-board a.result-row:hover,
#panel-homeopathy .legacy-tool-board a.result-row:focus-visible {
  border-color: #294f6e;
  background: #467b9f;
  color: #fff;
  text-decoration: none;
}

#panel-homeopathy #homeopathy-source-detail,
#panel-homeopathy #homeopathy-result-detail {
  display: none;
}

body.homeopathy-detailed-view #panel-homeopathy #homeopathy-result-detail {
  display: block;
}

body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board .output {
  display: none;
}

#panel-homeopathy .homeopathy-detail-matrix-wrap {
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #c6d4dc;
  border-radius: 4px;
  background: #fff;
}

#panel-homeopathy .homeopathy-detail-matrix {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
  color: #294861;
  font-size: 10px;
}

#panel-homeopathy .homeopathy-detail-matrix caption {
  padding: 7px 8px;
  color: #294f6e;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

#panel-homeopathy .homeopathy-detail-matrix th,
#panel-homeopathy .homeopathy-detail-matrix td {
  min-width: 38px;
  border: 1px solid #d8e1e6;
  padding: 5px 4px;
  text-align: center;
  vertical-align: middle;
}

#panel-homeopathy .homeopathy-detail-matrix th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 178px;
  max-width: 220px;
  background: #fff;
  text-align: left;
}

#panel-homeopathy .homeopathy-detail-matrix thead th:first-child {
  z-index: 2;
  background: #eef4f7;
}

#panel-homeopathy .homeopathy-detail-matrix thead th {
  background: #eef4f7;
  font-weight: 700;
}

#panel-homeopathy .homeopathy-detail-matrix a {
  color: #245c7b;
  text-decoration: underline;
}

#panel-homeopathy .homeopathy-detail-matrix tbody th > span:not(.homeopathy-source-badge),
#panel-homeopathy .homeopathy-detail-matrix tbody th > small:not(.homeopathy-source-badges) {
  display: block;
}

#panel-homeopathy .homeopathy-detail-matrix tbody th > small:not(.homeopathy-source-badges) {
  margin-top: 2px;
  color: #6a7e8b;
  font-weight: 500;
}

#panel-homeopathy .homeopathy-detail-matrix td.is-match {
  background: #e8f4eb;
  color: #2d6840;
  font-weight: 700;
}

@media (min-width: 1040px) {
  #panel-homeopathy .legacy-tool-board-homeopathy {
    grid-template-columns:
      minmax(188px, .78fr)
      minmax(300px, 1.24fr)
      minmax(278px, 1.14fr)
      minmax(205px, .84fr);
  }

  #panel-homeopathy .legacy-tool-column {
    min-height: 450px;
  }

  #panel-homeopathy .legacy-column-header {
    grid-template-columns: 44px minmax(0, 1fr);
    min-height: 76px;
  }

  #panel-homeopathy .legacy-column-header strong {
    padding: 7px 9px 1px;
  }

  #panel-homeopathy .legacy-column-header p {
    padding: 0 9px 7px;
    font-size: 11px;
  }

  #panel-homeopathy .legacy-column-body {
    gap: 7px;
    padding: 8px;
  }
}

@media (max-width: 760px) {
  #panel-homeopathy .homeopathy-compact-actions {
    justify-content: stretch;
  }

  #panel-homeopathy .homeopathy-compact-actions button,
  #panel-homeopathy .homeopathy-compact-actions a {
    flex: 1 1 50%;
  }

  #panel-homeopathy .legacy-primary-search-block .tall-results,
  #panel-homeopathy .legacy-tool-board .tall-results,
  #panel-homeopathy .legacy-tool-board .output {
    min-height: 180px;
    max-height: 48vh; max-height: min(320px, 48vh);
  }

  #panel-homeopathy .legacy-chosen-box.tall-chosen {
    min-height: 140px;
  }
}

/* Webhomeopath v12: legacy-function parity with a quieter customer surface. */
#panel-homeopathy #homeopathy-search-results .pick strong,
#panel-homeopathy .legacy-chosen-box .chip span {
  font-family: "Source Sans 3", "Source Sans Pro", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

#panel-homeopathy .legacy-source-modifier {
  border-style: dashed;
  background: #fbfaf4;
}

#panel-homeopathy .legacy-source-modifier .legacy-source-copy small {
  display: block;
  color: #6f684d;
  font-size: 10px;
  line-height: 1.2;
}

#panel-homeopathy #homeopathy-search-results .pick strong {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#panel-homeopathy .result-row small:empty,
body.customer-surface[data-current-panel="homeopathy"] .potency-list {
  display: none !important;
}

#panel-homeopathy .homeopathy-materia-source {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  align-items: baseline;
  border-left: 3px solid #547c59;
  background: #f7fbf7;
  padding: 7px 9px;
  color: #29472f;
}

#panel-homeopathy .homeopathy-materia-source span {
  color: #607568;
  font-size: 11px;
}

#panel-homeopathy .homeopathy-materia-fulltext {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  border-top: 1px solid #d3dee5;
  padding-top: 8px;
}

#panel-homeopathy .homeopathy-materia-fulltext > label {
  color: #294861;
  font-size: 12px;
  font-weight: 600;
}

#panel-homeopathy .homeopathy-materia-fulltext > small {
  color: #607568;
  font-size: 10px;
  line-height: 1.25;
}

#panel-homeopathy .homeopathy-materia-fulltext .search-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

#panel-homeopathy .homeopathy-materia-fulltext button {
  min-height: 32px;
  border: 1px solid #9eb4c2;
  border-radius: 4px;
  background: #eef4f7;
  padding: 4px 9px;
  color: #315f79;
  font-size: 11px;
  font-weight: 600;
}

#panel-homeopathy .homeopathy-materia-letters {
  margin: 6px 0;
}

#panel-homeopathy #homeopathy-materia .mini-tool {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 9px 14px;
}

#panel-homeopathy #homeopathy-materia .homeopathy-materia-source,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-letters,
#panel-homeopathy #homeopathy-materia #homeopathy-materia-results,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-reader-nav,
#panel-homeopathy #homeopathy-materia #homeopathy-materia-detail {
  grid-column: 1 / -1;
}

#panel-homeopathy .homeopathy-materia-picker {
  display: grid;
  gap: 4px;
  align-content: start;
}

#panel-homeopathy .homeopathy-materia-picker > label {
  color: #294861;
  font-size: 12px;
  font-weight: 600;
}

#panel-homeopathy #homeopathy-materia #homeopathy-materia-results {
  max-height: 176px;
}

#panel-homeopathy .homeopathy-materia-reader-nav:not([hidden]) {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #b9ced8;
  border-left: 4px solid #28728d;
  border-radius: 4px;
  background: rgba(247, 251, 252, 0.97);
  padding: 8px 10px;
  box-shadow: 0 2px 7px rgba(29, 67, 83, 0.08);
}

#panel-homeopathy .homeopathy-materia-reader-nav span {
  display: grid;
  gap: 1px;
  min-width: 0;
}

#panel-homeopathy .homeopathy-materia-reader-nav small {
  color: #607783;
  font-size: 9.5px;
  line-height: 1.2;
}

#panel-homeopathy .homeopathy-materia-reader-nav strong {
  overflow: hidden;
  color: #244561;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#panel-homeopathy .homeopathy-materia-reader-nav button {
  flex: 0 0 auto;
  min-height: 32px;
  border: 1px solid #9eb4c2;
  border-radius: 4px;
  background: #eef4f7;
  padding: 5px 10px;
  color: #315f79;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 760px) {
  #panel-homeopathy #homeopathy-materia .mini-tool {
    grid-template-columns: minmax(0, 1fr);
  }

  #panel-homeopathy #homeopathy-materia .homeopathy-materia-source,
  #panel-homeopathy #homeopathy-materia .homeopathy-materia-letters,
  #panel-homeopathy #homeopathy-materia #homeopathy-materia-results,
  #panel-homeopathy #homeopathy-materia .homeopathy-materia-reader-nav,
  #panel-homeopathy #homeopathy-materia #homeopathy-materia-detail {
    grid-column: 1;
  }
}

#panel-homeopathy .legacy-materia-section-nav {
  margin: 20px 0 28px;
  padding: 0;
}

#panel-homeopathy .legacy-materia-section-nav ul {
  columns: 2;
  column-gap: 42px;
  margin: 0;
  padding-left: 25px;
}

#panel-homeopathy .legacy-materia-section-nav li {
  break-inside: avoid;
}

#panel-homeopathy .legacy-materia-section-nav a {
  color: #244561;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

#panel-homeopathy .legacy-materia-section-nav a:hover,
#panel-homeopathy .legacy-materia-section-nav a:focus-visible {
  text-decoration: underline;
}

#panel-homeopathy .legacy-materia-section-heading {
  display: block;
  scroll-margin-top: 12px;
  margin: 26px 0 4px;
  color: #183e55;
  font-size: 15px;
  font-weight: 700;
}

#panel-homeopathy .legacy-materia-reader-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 2px;
}

#panel-homeopathy .legacy-materia-reader-header h3 {
  margin: 0;
}

#panel-homeopathy .legacy-materia-source-badge {
  flex: 0 0 auto;
  border: 1px solid #6f7477;
  border-radius: 4px;
  background: #fff;
  padding: 5px 10px;
  color: #244561;
  font-size: 13px;
}

#panel-homeopathy .legacy-materia-common-name {
  margin: 0 0 18px;
  color: #244561;
  font-size: 15px;
}

#panel-homeopathy .legacy-materia-editorial-frame {
  margin: 0 0 18px;
  border-left: 4px solid #578064;
  background: #f3f6f4;
  padding: 10px 12px;
  color: #405e4a;
  font-size: 12px;
  line-height: 1.45;
}

#panel-homeopathy .legacy-materia-reader .legacy-materia-medica-text {
  color: #244561;
  font-size: 14px;
  line-height: 1.45;
}

#panel-homeopathy .legacy-materia-reader .legacy-materia-medica-text p {
  margin: 0 0 16px;
}

@media (max-width: 520px) {
  #panel-homeopathy .legacy-materia-section-nav ul {
    columns: 1;
  }

  #panel-homeopathy .legacy-materia-reader-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Webhomeopath Step 2: compact headers and source-bound symptom additions. */
body[data-current-panel="homeopathy"] #panel-homeopathy .legacy-column-header {
  gap: 3px;
  min-height: 104px;
  padding: 10px 14px 9px;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-body {
  display: grid;
  grid-template-rows: minmax(210px, 3fr) minmax(146px, 2fr);
  gap: 9px;
  min-height: 0;
}

#panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block,
#panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results {
  min-height: 0;
  max-height: none;
}

#panel-homeopathy .homeopathy-completion-panel {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 6px;
  min-height: 0;
  border-top: 1px solid #cadde5;
  padding-top: 8px;
}

#panel-homeopathy .homeopathy-completion-panel > header {
  display: grid;
  gap: 2px;
}

#panel-homeopathy .homeopathy-completion-panel h3,
#panel-homeopathy .homeopathy-completion-panel p {
  margin: 0;
}

#panel-homeopathy .homeopathy-completion-panel h3 {
  color: #183c4d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

#panel-homeopathy .homeopathy-completion-panel p {
  color: #607783;
  font-size: 10.5px;
  line-height: 1.25;
}

#panel-homeopathy .homeopathy-completion-panel .compact-results {
  min-height: 0;
  max-height: none;
}

#panel-homeopathy .homeopathy-mobile-selection-status {
  display: none;
}

#panel-homeopathy .homeopathy-batch-note:not([hidden]) {
  display: block;
  margin: 7px 0 0;
  border-left: 3px solid #28728d;
  border-radius: 3px;
  background: #edf5f8;
  padding: 7px 9px;
  color: #365766;
  font-size: 11px;
  line-height: 1.35;
}

#panel-homeopathy .homeopathy-batch-note[data-tone="partial"],
#panel-homeopathy .homeopathy-batch-note[data-tone="empty"] {
  border-left-color: #a88b3d;
  background: #faf7ee;
  color: #67592f;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-batch-section {
  display: grid;
  gap: 0;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-batch-section + .homeopathy-batch-section {
  margin-top: 8px;
  border-top: 1px solid #cadde5;
  padding-top: 7px;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-batch-section > h3 {
  margin: 0;
  background: #f3f7f9;
  padding: 6px 9px;
  color: #315568;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-concept-guide {
  display: grid;
  gap: 2px;
  border-bottom: 1px solid #cadde5;
  border-left: 3px solid #28728d;
  background: #edf5f8;
  padding: 7px 9px;
  color: #294861;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-concept-guide strong {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-concept-guide span {
  color: #607783;
  font-size: 10.5px;
  line-height: 1.3;
}

#panel-homeopathy #homeopathy-search-results .homeopathy-search-page-sentinel {
  border-top: 1px solid #d6e2e8;
  background: #f7fafb;
  padding: 7px 9px;
  color: #607783;
  font-size: 10.5px;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 760px) {
  body[data-current-panel="homeopathy"] #panel-homeopathy .legacy-column-header {
    min-height: 0;
  }

  #panel-homeopathy .homeopathy-symptom-column > .legacy-column-body {
    grid-template-rows: minmax(250px, auto) minmax(170px, auto);
  }

  #panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results,
  #panel-homeopathy .homeopathy-completion-panel .compact-results {
    min-height: 150px;
    max-height: 42vh; max-height: min(280px, 42vh);
  }

  #panel-homeopathy .homeopathy-mobile-selection-status:not([hidden]) {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    margin-top: 7px;
    border: 1px solid #9bc5aa;
    border-left: 4px solid #4a865f;
    border-radius: 5px;
    background: #f3faf5;
    padding: 8px 9px;
    color: #234c32;
  }

  #panel-homeopathy .homeopathy-mobile-selection-check {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4a865f;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
  }

  #panel-homeopathy .homeopathy-mobile-selection-copy {
    display: grid;
    min-width: 0;
    gap: 1px;
  }

  #panel-homeopathy .homeopathy-mobile-selection-copy strong,
  #panel-homeopathy .homeopathy-mobile-selection-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #panel-homeopathy .homeopathy-mobile-selection-copy strong {
    font-size: 12px;
    font-weight: 600;
  }

  #panel-homeopathy .homeopathy-mobile-selection-copy small {
    color: #55705e;
    font-size: 10.5px;
  }

  #panel-homeopathy #homeopathy-show-selected {
    min-height: 34px;
    border: 1px solid #7ba08a;
    border-radius: 4px;
    background: #fff;
    padding: 5px 8px;
    color: #315f42;
    font-size: 10.5px;
    font-weight: 600;
    white-space: nowrap;
  }
}

/* R14 cascade guard: these customer-facing rules must follow legacy defaults. */
#panel-homeopathy #homeopathy-search-results .pick.has-source-badges,
#panel-homeopathy #homeopathy-completion-results .pick.has-source-badges {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

#panel-homeopathy #homeopathy-search-results .pick.has-source-badges strong,
#panel-homeopathy #homeopathy-completion-results .pick.has-source-badges strong {
  grid-column: 1;
  grid-row: 1;
  font-weight: 400;
}

#panel-homeopathy #homeopathy-search-results .pick.has-source-badges .homeopathy-source-badges,
#panel-homeopathy #homeopathy-completion-results .pick.has-source-badges .homeopathy-source-badges {
  display: inline-flex;
  grid-column: 2;
  grid-row: 1;
  justify-content: flex-end;
  text-align: right;
}

#panel-homeopathy #homeopathy-output .result-row,
#panel-homeopathy #homeopathy-output a.result-row {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #dce6eb;
  border-radius: 0;
  background: #fff;
  color: #223f52;
}

#panel-homeopathy #homeopathy-output .result-row strong {
  color: #223f52;
}

#panel-homeopathy #homeopathy-output a.result-row:hover,
#panel-homeopathy #homeopathy-output a.result-row:focus-visible {
  border-color: #b8cbd6;
  background: #f1f6f8;
  color: #183c4d;
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-source-column,
body.homeopathy-detailed-view #panel-homeopathy .homeopathy-symptom-column {
  display: none;
}

body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
  grid-template-columns: minmax(230px, .72fr) minmax(0, 2.28fr);
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column #homeopathy-result-detail {
  display: block;
  max-height: none;
  overflow: visible;
  border: 0;
  padding: 0;
}

@media (max-width: 760px) {
  body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Webhomeopath R16: one coherent workspace instead of four visual steps. */
#panel-homeopathy .legacy-tool-board-homeopathy,
body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(292px, .88fr) !important;
  grid-template-areas:
    "sources sources"
    "symptoms selected"
    "results results";
  gap: 14px;
  align-items: start;
  margin-top: 12px;
}

#panel-homeopathy .homeopathy-source-column {
  grid-area: sources;
}

#panel-homeopathy .homeopathy-symptom-column {
  grid-area: symptoms;
}

#panel-homeopathy .homeopathy-selected-column {
  grid-area: selected;
}

#panel-homeopathy .homeopathy-result-column {
  grid-area: results;
}

#panel-homeopathy .legacy-tool-board-homeopathy > .legacy-tool-column,
body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy > .legacy-tool-column {
  display: flex;
  min-height: 0;
  border-color: #cadbe3;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 5px 16px rgba(35, 72, 91, .045);
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-source-column,
body.homeopathy-detailed-view #panel-homeopathy .homeopathy-symptom-column {
  display: flex;
}

#panel-homeopathy .homeopathy-source-column > .legacy-column-header {
  display: none;
}

#panel-homeopathy .homeopathy-source-column > .legacy-column-body {
  padding: 10px 12px;
}

#panel-homeopathy .homeopathy-source-column .legacy-source-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 7px;
  width: 100%;
  margin: 0;
}

#panel-homeopathy .homeopathy-source-column .legacy-source-list legend {
  grid-column: 1 / -1;
  margin: 0 0 2px;
  color: #315568;
  font-size: 12px;
  font-weight: 600;
}

#panel-homeopathy .homeopathy-source-column .legacy-source-option {
  min-height: 42px;
  margin: 0;
  padding: 7px 9px;
}

#panel-homeopathy .homeopathy-source-column .legacy-source-copy strong {
  font-size: 11.5px;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-header,
#panel-homeopathy .homeopathy-selected-column > .legacy-column-header,
#panel-homeopathy .homeopathy-result-column > .legacy-column-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 2px 12px;
  min-height: 0;
  padding: 12px 14px 11px;
  border-bottom-color: #d7e3e8;
  background: #fff;
}

body[data-current-panel="homeopathy"] #panel-homeopathy .legacy-column-header {
  min-height: 0;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-header > span,
#panel-homeopathy .homeopathy-selected-column > .legacy-column-header > span,
#panel-homeopathy .homeopathy-result-column > .legacy-column-header > span {
  display: none;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-header > strong,
#panel-homeopathy .homeopathy-selected-column > .legacy-column-header > strong,
#panel-homeopathy .homeopathy-result-column > .legacy-column-header > strong {
  grid-column: 1;
  margin: 0;
  padding: 0;
  color: #183c4d;
  font-size: 18px;
  line-height: 1.15;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-header > p,
#panel-homeopathy .homeopathy-selected-column > .legacy-column-header > p,
#panel-homeopathy .homeopathy-result-column > .legacy-column-header > p {
  grid-column: 1;
  margin: 0;
  padding: 0;
  color: #607783;
  font-size: 11.5px;
  line-height: 1.3;
}

#panel-homeopathy #homeopathy-selected-count {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  border-radius: 999px;
  background: #edf4f7;
  padding: 6px 10px;
  color: #315568;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}

#panel-homeopathy .homeopathy-symptom-column > .legacy-column-body {
  display: block;
  min-height: 0;
  padding: 12px 14px 14px;
}

#panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block {
  display: block;
  min-height: 0;
}

#panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block > label {
  display: block;
  margin-bottom: 6px;
}

#panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results,
#panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block .tall-results {
  min-height: 0 !important;
  max-height: 360px;
  margin-top: 8px;
}

#panel-homeopathy .homeopathy-completion-panel {
  display: block;
  min-height: 0;
  margin-top: 10px;
  padding-top: 10px;
}

#panel-homeopathy .homeopathy-completion-panel .compact-results {
  min-height: 0;
  max-height: 280px;
  margin-top: 7px;
}

#panel-homeopathy .homeopathy-selected-column > .legacy-column-body {
  min-height: 0;
  padding: 12px 14px 14px;
}

#panel-homeopathy .homeopathy-selected-column .legacy-chosen-box.tall-chosen {
  flex: 0 0 auto;
  min-height: 0;
  max-height: 420px;
}

#panel-homeopathy .homeopathy-selected-column .legacy-chosen-box .chips:empty::before {
  content: none;
}

#panel-homeopathy .homeopathy-result-column > .legacy-column-body {
  display: block;
  min-height: 0;
  padding: 12px 14px 14px;
}

#panel-homeopathy #homeopathy-output {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 0;
  max-height: 480px;
  border: 1px solid #dce6eb;
  overflow: auto;
}

#panel-homeopathy #homeopathy-output .result-row:nth-last-child(-n + 2) {
  border-bottom: 0;
}

#panel-homeopathy #homeopathy-output .result-row:nth-child(odd) {
  border-right: 1px solid #dce6eb;
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column #homeopathy-output {
  display: none;
}

body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column #homeopathy-result-detail {
  display: block;
  max-height: none;
  overflow: visible;
  border: 0;
  padding: 0;
}

#panel-homeopathy .homeopathy-no-visible-match {
  display: block;
  margin-top: 5px;
  color: #8b6337 !important;
  font-size: 9px !important;
  font-weight: 500 !important;
  line-height: 1.25;
}

#panel-homeopathy .homeopathy-detail-matrix thead th.is-coverage-supplement {
  border-left: 2px solid #b7a46f;
  background: #fbf8ec;
}

#panel-homeopathy .homeopathy-matrix-coverage-note {
  position: sticky;
  left: 0;
  margin: 0;
  border-top: 1px solid #ded8c3;
  background: #fbf8ec;
  padding: 8px 10px;
  color: #655b38;
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  #panel-homeopathy .homeopathy-source-column .legacy-source-list {
    grid-template-columns: repeat(3, minmax(145px, 1fr));
  }
}

@media (max-width: 760px) {
  #panel-homeopathy .legacy-tool-board-homeopathy,
  body.homeopathy-detailed-view #panel-homeopathy .legacy-tool-board-homeopathy {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "sources"
      "symptoms"
      "selected"
      "results";
    gap: 10px;
  }

  #panel-homeopathy .homeopathy-source-column .legacy-source-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results,
  #panel-homeopathy .homeopathy-completion-panel .compact-results {
    min-height: 0;
    max-height: 44vh; max-height: min(320px, 44vh);
  }

  #panel-homeopathy #homeopathy-output {
    grid-template-columns: minmax(0, 1fr);
    max-height: 62vh; max-height: min(520px, 62vh);
  }

  #panel-homeopathy #homeopathy-output .result-row,
  #panel-homeopathy #homeopathy-output .result-row:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid #dce6eb;
  }

  #panel-homeopathy #homeopathy-output .result-row:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 520px) {
  #panel-homeopathy .homeopathy-symptom-column > .legacy-column-header,
  #panel-homeopathy .homeopathy-selected-column > .legacy-column-header,
  #panel-homeopathy .homeopathy-result-column > .legacy-column-header {
    padding: 10px 11px 9px;
  }

  #panel-homeopathy .homeopathy-symptom-column > .legacy-column-body,
  #panel-homeopathy .homeopathy-selected-column > .legacy-column-body,
  #panel-homeopathy .homeopathy-result-column > .legacy-column-body {
    padding: 10px 11px 11px;
  }
}

/* Webhomeopath R19: one continuous selection and comparison flow. */
#panel-homeopathy .homeopathy-compact-actions {
  margin: 10px 0 2px;
}

#panel-homeopathy .homeopathy-compact-actions #homeopathy-new-search {
  gap: 7px;
  min-height: 36px;
  border: 1px solid #9fb9c6;
  border-radius: 999px;
  background: #fff;
  padding: 7px 15px 7px 12px;
  color: #24556b;
  font-size: 12.5px;
  box-shadow: 0 2px 7px rgba(35, 72, 91, .07);
}

#panel-homeopathy .homeopathy-compact-actions #homeopathy-new-search:hover,
#panel-homeopathy .homeopathy-compact-actions #homeopathy-new-search:focus-visible {
  border-color: #5f8ca0;
  background: #f3f8fa;
  color: #183f51;
  box-shadow: 0 3px 9px rgba(35, 72, 91, .11);
}

#panel-homeopathy .homeopathy-new-search-icon {
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
}

#panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results,
#panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block .tall-results {
  max-height: 304px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

#panel-homeopathy .homeopathy-completion-panel h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

#panel-homeopathy .homeopathy-selected-column > .legacy-column-body {
  display: grid;
  gap: 12px;
}

#panel-homeopathy .homeopathy-simplified-panel {
  display: grid;
  gap: 8px;
  min-width: 0;
  border-top: 1px solid #cadde5;
  padding-top: 12px;
}

#panel-homeopathy .homeopathy-simplified-panel > header {
  display: grid;
  gap: 3px;
}

#panel-homeopathy .homeopathy-simplified-panel h3,
#panel-homeopathy .homeopathy-simplified-panel p {
  margin: 0;
}

#panel-homeopathy .homeopathy-simplified-panel h3 {
  color: #183c4d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

#panel-homeopathy .homeopathy-simplified-panel p {
  color: #607783;
  font-size: 11px;
  line-height: 1.3;
}

#panel-homeopathy .homeopathy-simplified-panel #homeopathy-output {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
  max-height: 342px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}

#panel-homeopathy .homeopathy-simplified-panel #homeopathy-output .result-row,
#panel-homeopathy .homeopathy-simplified-panel #homeopathy-output .result-row:nth-child(odd) {
  border-right: 0;
  border-bottom: 1px solid #dce6eb;
}

#panel-homeopathy .homeopathy-simplified-panel #homeopathy-output .result-row:last-child {
  border-bottom: 0;
}

#panel-homeopathy .homeopathy-result-column #homeopathy-result-detail,
body.homeopathy-detailed-view #panel-homeopathy .homeopathy-result-column #homeopathy-result-detail {
  display: block;
  max-height: none;
  overflow: visible;
  border: 0;
  padding: 0;
}

@media (max-width: 760px) {
  #panel-homeopathy .homeopathy-compact-actions {
    justify-content: flex-end;
  }

  #panel-homeopathy .homeopathy-compact-actions #homeopathy-new-search {
    flex: 0 0 auto;
    min-width: 142px;
  }

  #panel-homeopathy .homeopathy-symptom-column #homeopathy-search-results,
  #panel-homeopathy .homeopathy-symptom-column .legacy-primary-search-block .tall-results {
    max-height: 46vh; max-height: min(304px, 46vh);
  }
}
/* Webhomeopath R20: eight-row lazy search and balanced Materia Medica reading. */

/* R31-K1: spacing fallback activates only when flex gap is unsupported. */
.wh-no-flex-gap #panel-homeopathy .homeopathy-source-badges { gap: 0; }
.wh-no-flex-gap #panel-homeopathy .homeopathy-source-badge + .homeopathy-source-badge { margin-left: 3px; }

/* Modern engines keep R31's original maximum widths. Older engines retain
   the preceding width/max-width fallback for unsupported min(). */
@supports (width: min(1px, 2px)) {
  .page, .modern-home-content, .modern-search,
  body[data-current-panel="homeopathy"] .page { max-width: none; }
  .brand-home-link, #panel-homeopathy .brand-home-link,
  #panel-illness .brand-home-link { max-width: 100%; }
}
@supports not (width: min(1px, 2px)) {
  @media (max-width: 760px) {
    #panel-homeopathy .brand-home-link { max-width: 100%; }
  }
}

/* Search meaning is visible in partial results; classic source badges and layout stay intact. */
#homeopathy-search-results .homeopathy-search-match-note { display: block; white-space: normal; overflow-wrap: break-word; font-weight: 400; }
#homeopathy-search-results button.homeopathy-search-page-sentinel { width: 100%; cursor: pointer; font: inherit; }
#homeopathy-search-results button.homeopathy-search-page-sentinel:focus { outline: 2px solid currentColor; outline-offset: -2px; }

#panel-homeopathy #homeopathy-search { min-width: 0; flex: 1 1 auto; }
#panel-homeopathy #homeopathy-search-button { width: auto; flex: 0 0 auto; margin-left: 6px; padding: 6px 12px; font: inherit; }

#panel-homeopathy .legacy-primary-search-block .search-row { display: flex; align-items: stretch; gap: 0; }

/* R31-K5: compact source guidance within the classic repertory columns. */
#homeopathy-search-results { max-height: 23rem; }
.homeopathy-followup-panel { margin-top: 12px; padding-top: 12px; border-top: 1px solid #c5d9e3; }
.homeopathy-followup-panel header p, .homeopathy-guidance-parent { color: #577487; font-size: 12px; line-height: 1.5; margin: 4px 0 10px; overflow-wrap: break-word; }
.homeopathy-followup-panel h3 { margin: 0; font-size: 18px; }
#homeopathy-followup-results h4 { font-size: 14px; margin: 12px 0 4px; }
.homeopathy-guidance-options { border: 1px solid #c5d9e3; }
.homeopathy-guidance-actions, .homeopathy-search-pages { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 8px 0; }
.homeopathy-guidance-actions button, .homeopathy-guidance-action, .homeopathy-search-pages button { border: 1px solid #aac5d5; background: #f7fafb; color: #24546c; border-radius: 4px; padding: 8px 10px; font: inherit; font-size: 12px; min-height: 36px; cursor: pointer; }
.homeopathy-search-pages { justify-content: space-between; }
.homeopathy-search-pages span { font-size: 11px; color: #577487; }
.homeopathy-search-pages .homeopathy-search-page-sentinel { width: auto; }
.homeopathy-guidance-options .result-item { width: 100%; }
.homeopathy-guidance-options button { white-space: normal; overflow-wrap: break-word; }
.homeopathy-guidance-actions button:focus, .homeopathy-guidance-action:focus, .homeopathy-search-pages button:focus { outline: 2px solid #267299; outline-offset: 2px; }

#panel-homeopathy .homeopathy-mobile-selection-copy small { white-space: normal; overflow: visible; text-overflow: clip; }

/* R31-K6: compact, state-driven classic presentation. */
#panel-homeopathy [hidden] { display: none !important; }
#panel-homeopathy .homeopathy-symptom-column > .legacy-column-header > p { display:none; }
#panel-homeopathy .homeopathy-selected-column .legacy-chosen-box { border:0; padding:0; }
#panel-homeopathy .homeopathy-selected-column .legacy-chosen-box .chips:empty::before { content:none; }
#panel-homeopathy .homeopathy-selected-column .legacy-chosen-box .chips { min-height:0; }
#panel-homeopathy #homeopathy-materia .mini-tool { grid-template-columns:minmax(160px,.75fr) minmax(180px,1fr) minmax(260px,1.35fr); align-items:end; gap:10px 16px; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-source { grid-column:auto; min-height:44px; box-sizing:border-box; align-items:center; margin:0; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-picker,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-fulltext { grid-column:auto; margin:0; padding:0; border:0; min-width:0; align-content:start; }
#panel-homeopathy #homeopathy-materia .search-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:8px; margin:0; }
#panel-homeopathy #homeopathy-materia .search-row input,
#panel-homeopathy #homeopathy-materia .search-row button { min-height:44px; height:44px; box-sizing:border-box; margin:0; font-size:14px; }
#panel-homeopathy #homeopathy-materia .search-row input { width:100%; min-width:0; }
#panel-homeopathy #homeopathy-materia .search-row button { padding:6px 12px; white-space:normal; }
#panel-homeopathy #homeopathy-materia .homeopathy-search-help,
#panel-homeopathy #homeopathy-materia #homeopathy-materia-search-status,
#panel-homeopathy #homeopathy-materia #homeopathy-materia-pages { grid-column:1 / -1; }
#panel-homeopathy .homeopathy-search-help { margin:0; color:#577487; font-size:12px; }
#panel-homeopathy .homeopathy-search-help summary { cursor:pointer; }
#panel-homeopathy .homeopathy-search-help p { margin:6px 0 0; max-width:70em; }
#panel-homeopathy #homeopathy-materia-search-status { margin:0; font-size:13px; }
#panel-homeopathy #homeopathy-materia-search-status:empty,
#panel-homeopathy #homeopathy-materia-pages:empty,
#panel-homeopathy #homeopathy-materia-results:empty,
#panel-homeopathy #homeopathy-materia-detail:empty { display:none; }
#panel-homeopathy #homeopathy-materia #homeopathy-materia-results { min-height:0; max-height:360px; margin:0; }
#panel-homeopathy #homeopathy-materia #homeopathy-materia-results .pick { min-height:44px; }
#panel-homeopathy #homeopathy-materia #homeopathy-materia-results .pick small { display:block; white-space:normal; overflow-wrap:break-word; line-height:1.4; }
#panel-homeopathy .homeopathy-materia-reader-nav strong { white-space:normal; overflow:visible; overflow-wrap:break-word; }
@media(max-width:1000px){
 #panel-homeopathy #homeopathy-materia .mini-tool { grid-template-columns:minmax(0,1fr) minmax(0,1fr); }
 #panel-homeopathy #homeopathy-materia .homeopathy-materia-source { grid-column:1 / -1; }
}
@media(max-width:600px){
 #panel-homeopathy #homeopathy-materia .mini-tool { grid-template-columns:minmax(0,1fr); }
 #panel-homeopathy #homeopathy-materia .homeopathy-materia-source,
 #panel-homeopathy #homeopathy-materia .homeopathy-materia-picker,
 #panel-homeopathy #homeopathy-materia .homeopathy-materia-fulltext { grid-column:1; }
}

#panel-homeopathy #homeopathy-materia .search-row button { border:1px solid #9eb4c2; border-radius:4px; background:#eef4f7; color:#315f79; font-weight:600; }
#panel-homeopathy #homeopathy-materia .homeopathy-search-help > summary { display:list-item; margin:0; padding:0; min-height:24px; line-height:24px; border:0; background:transparent; color:#577487; font-size:12px; font-weight:400; }
#panel-homeopathy #homeopathy-materia .pick { margin:0; padding:6px 8px; border:1px solid #d3e2e8; border-bottom:0; border-radius:0; background:#fffdfa; box-shadow:none; }
#panel-homeopathy #homeopathy-materia .pick:last-child { border-bottom:1px solid #d3e2e8; }
#panel-homeopathy #homeopathy-materia .pick strong { font-size:14px; }
#panel-homeopathy #homeopathy-materia .pick small { font-size:12px; }


/* webhomeopath-comparison.css */
/* Compact optional controls; the default repertory layout stays intact. */
#panel-homeopathy .wh-remedy-pages,#panel-homeopathy .wh-compare-actions {display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:12px 0;}
#panel-homeopathy .wh-remedy-pages span {flex:1;text-align:center;font-size:14px;}
#panel-homeopathy .wh-compare {margin-top:12px;padding:10px 12px;border:1px solid #cbdbe3;background:#f8fbfc;}
#panel-homeopathy .wh-compare summary,#panel-homeopathy .wh-source-text summary {cursor:pointer;color:#245a72;font-weight:600;text-decoration:none;}
#panel-homeopathy .wh-compare summary:hover,#panel-homeopathy .wh-source-text summary:hover {color:#163b4d;}
#panel-homeopathy .wh-compare summary:focus-visible,#panel-homeopathy .wh-source-text summary:focus-visible,#panel-homeopathy .wh-compare-button:focus-visible {outline:2px solid #245a72;outline-offset:3px;}
#panel-homeopathy .wh-compare-help,#panel-homeopathy .wh-result-order,#panel-homeopathy .wh-source-language-note {font-size:13px;line-height:1.5;color:#4d6674;margin:8px 0;}
#panel-homeopathy .wh-compare-choices {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;}
#panel-homeopathy .wh-compare-choice {display:flex;align-items:center;gap:8px;min-width:0;min-height:36px;font-size:14px;cursor:pointer;}
#panel-homeopathy .wh-compare-choice input {width:18px;height:18px;flex:none;margin:0;}
#panel-homeopathy .wh-compare-choice span {overflow-wrap:break-word;}
#panel-homeopathy .wh-compare-button {padding:7px 10px;min-height:36px;border:1px solid #abc3cf;border-radius:3px;color:#285a70;background:#f3f8fa;font:inherit;font-size:13px;cursor:pointer;}
#panel-homeopathy .wh-compare-button:disabled {opacity:.55;cursor:default;}
#panel-homeopathy .wh-compare-explanations {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
#panel-homeopathy .wh-remedy-explanation {min-width:0;padding:10px;border:1px solid #d3e0e6;background:white;overflow-wrap:break-word;}
#panel-homeopathy .wh-remedy-explanation h4,#panel-homeopathy .wh-remedy-explanation p {margin:0 0 8px;}
#panel-homeopathy .wh-remedy-explanation ul {padding-left:18px;margin:0;}
#panel-homeopathy .wh-remedy-explanation li {margin:0 0 12px;}
#panel-homeopathy .wh-match-status {display:block;font-size:13px;margin:4px 0;}
#panel-homeopathy .wh-source-text {font-size:13px;margin-top:6px;}
#panel-homeopathy .wh-source-text blockquote {margin:6px 0 10px;white-space:pre-wrap;overflow-wrap:break-word;}
#panel-homeopathy .wh-source-text small {display:block;color:#546a77;}
@media(max-width:600px){#panel-homeopathy .wh-compare-choices,#panel-homeopathy .wh-compare-explanations{grid-template-columns:1fr;}#panel-homeopathy .wh-remedy-pages span {flex-basis:100%;order:-1;}}

#panel-homeopathy .wh-compare summary:focus,#panel-homeopathy .wh-source-text summary:focus,#panel-homeopathy .wh-compare-button:focus {outline:2px solid #245a72;outline-offset:3px;}
.wh-no-flex-gap #panel-homeopathy .wh-compare-choice input {margin-right:8px;}
.wh-no-flex-gap #panel-homeopathy .wh-compare-actions>* {margin:4px;}

#panel-homeopathy .wh-compare > summary,#panel-homeopathy .wh-source-text > summary {margin:0;padding:5px 0;background:transparent;color:#245a72;border:0;font-size:14px;line-height:1.5;}
#panel-homeopathy .wh-source-language-note {grid-column:1 / -1;}
#panel-homeopathy #wh-remedy-pagination {padding:0 10px;}
#panel-homeopathy #wh-comparison-controls {margin-bottom:12px;}
#panel-homeopathy .wh-compare {margin-top:0;}


/* webhomeopath-entry.css */
#panel-homeopathy .wh-entry-menu { display:flex; flex-wrap:wrap; align-items:stretch; }
#panel-homeopathy .wh-entry-menu > a { flex:1 1 100px; }
#panel-homeopathy .wh-entry-menu > select { flex:0 1 110px; }
#panel-homeopathy .wh-entry-menu > [hidden], #panel-homeopathy .wh-entry[hidden] { display:none !important; }
#panel-homeopathy .wh-entry { display:flex; flex-wrap:wrap; align-items:center; gap:12px 24px; margin:0 0 16px; padding:16px; border:1px solid #bed2dc; border-radius:8px; background:#f5fafc; color:#254754; }
#panel-homeopathy .wh-entry > div:first-child { flex:1 1 360px; min-width:0; }
#panel-homeopathy .wh-entry strong { font-size:16px; line-height:1.4; }
#panel-homeopathy .wh-entry p { margin:4px 0 0; font-size:14px; line-height:1.5; overflow-wrap:break-word; }
#panel-homeopathy .wh-entry-actions { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
#panel-homeopathy .wh-entry-actions a { display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:8px 14px; border:1px solid #9bbccb; border-radius:6px; color:#24566c; text-decoration:none; font-weight:600; line-height:1.4; overflow-wrap:break-word; box-sizing:border-box; }
#panel-homeopathy .wh-entry-actions .wh-entry-primary { color:#fff; background:#2d7899; border-color:#2d7899; }
#panel-homeopathy .wh-entry-actions a:focus { outline:2px solid #1c516a; outline-offset:3px; }
@media(max-width:600px) {
  #panel-homeopathy .wh-entry-menu > a { flex-basis:40%; }
  #panel-homeopathy .wh-entry { padding:12px; gap:12px; }
  #panel-homeopathy .wh-entry-actions { width:100%; }
  #panel-homeopathy .wh-entry-actions .wh-entry-primary { flex:1 1 0; min-width:0; }
  #panel-homeopathy .wh-entry-actions a:not(.wh-entry-primary) { flex:0 0 84px; white-space:nowrap; }
}

/* R31-K10k7: compact progressive language control and shared content alignment. */
#panel-homeopathy .wh-entry-menu > .wh-language-selector { position:relative; flex:0 0 112px; min-width:112px; }
#panel-homeopathy .wh-language-selector > select { width:100%; min-height:40px; }
#panel-homeopathy .wh-language-enhanced > select { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); clip-path:inset(50%); white-space:nowrap; }
#panel-homeopathy .wh-language-button { display:flex; width:100%; min-height:40px; align-items:center; justify-content:space-between; gap:8px; border:1px solid #c3d0d6; border-radius:6px; background:#fff; padding:7px 11px; color:#294861; font:inherit; font-size:12px; line-height:1.25; cursor:pointer; }
#panel-homeopathy .wh-language-button:hover { border-color:#8fa8b4; background:#f8fbfc; color:#183c4d; }
#panel-homeopathy .wh-language-button:focus-visible, #panel-homeopathy .wh-language-option:focus-visible { outline:2px solid #2d7899; outline-offset:2px; }
#panel-homeopathy .wh-language-chevron { width:7px; height:7px; border-right:1.5px solid currentColor; border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); transition:transform .15s ease; }
#panel-homeopathy .wh-language-selector.is-open .wh-language-chevron { transform:rotate(225deg) translate(-1px,-1px); }
#panel-homeopathy .wh-language-menu { position:absolute; z-index:20; right:0; top:calc(100% + 6px); width:100%; min-width:124px; border:1px solid #cbd6db; border-radius:7px; background:#fff; padding:5px; box-shadow:0 8px 20px rgba(31,61,75,.14); }
#panel-homeopathy .wh-language-menu[hidden] { display:none; }
#panel-homeopathy .wh-language-option { display:block; width:100%; min-height:34px; border:0; border-radius:4px; background:transparent; padding:7px 9px; color:#294861; font:inherit; font-size:12px; line-height:1.25; text-align:left; cursor:pointer; }
#panel-homeopathy .wh-language-option:hover, #panel-homeopathy .wh-language-option[aria-selected="true"] { background:#eef5f6; color:#183c4d; }
#panel-homeopathy .wh-language-option[aria-selected="true"] { font-weight:600; }
#panel-homeopathy .homeopathy-followup-panel.is-empty { display:grid; gap:4px; margin-top:8px; border:1px solid #d4e1e6; border-radius:5px; background:#fafcfc; padding:9px 11px; }
#panel-homeopathy .homeopathy-followup-panel.is-empty h3 { color:#294861; font-size:13px; font-weight:600; line-height:1.25; }
#panel-homeopathy .homeopathy-followup-panel.is-empty .compact-empty { margin:0; padding:0; color:#607783; font-size:11px; line-height:1.4; }
@media(max-width:760px) {
  #panel-homeopathy .wh-entry-menu > .wh-language-selector { flex:1 1 100%; min-width:0; }
  #panel-homeopathy .wh-language-button, #panel-homeopathy .wh-language-selector > select { min-height:44px; }
  #panel-homeopathy .wh-language-menu { left:0; right:auto; width:100%; }
}

/* R31-K10k10: retain touch/keyboard scrolling without a stray visual rule. */
#panel-homeopathy .legacy-menu {
  -ms-overflow-style:none;
  scrollbar-width:none;
}
#panel-homeopathy .legacy-menu::-webkit-scrollbar {
  display:none;
  width:0;
  height:0;
}


/* R31-K10k12: let the enhanced language menu escape the legacy navigation scroller. */
#panel-homeopathy .wh-entry-menu.wh-language-menu-open {
  overflow-x: visible;
  overflow-y: visible;
}

/* R31-K10k13: keep the compact language control typographically clean in every state. */
#panel-homeopathy .wh-language-button,
#panel-homeopathy .wh-language-button:hover,
#panel-homeopathy .wh-language-button:focus,
#panel-homeopathy .wh-language-button:active,
#panel-homeopathy .wh-language-option,
#panel-homeopathy .wh-language-option:hover,
#panel-homeopathy .wh-language-option:focus,
#panel-homeopathy .wh-language-option:active {
  text-decoration: none !important;
  text-shadow: none !important;
}


/* webhomeopath-footer.css */
#panel-homeopathy .wh-footer, .IFAccountPage--webhomeopath .wh-footer {
  display:block; min-height:0; margin-top:28px; border:0; border-top:1px solid #d8e3de; border-radius:0;
  background:#eef5f0; padding:30px 32px 32px; color:#405a59; text-align:left; box-shadow:none;
}
#panel-homeopathy .wh-footer-inner, .IFAccountPage--webhomeopath .wh-footer-inner {
  display:grid; grid-template-columns:minmax(260px,1.35fr) minmax(180px,.8fr) minmax(220px,1fr); gap:28px 56px; align-items:start;
}
.wh-footer .wh-footer-identity, .wh-footer .site-footer-links { display:grid; align-content:start; gap:7px; min-width:0; margin:0; padding:0; }
.wh-footer .wh-footer-brand { display:inline-flex; width:210px; max-width:100%; min-height:0; margin:0 0 4px; }
.wh-footer .wh-footer-brand img { display:block; width:100%; height:auto; max-height:56px; object-fit:contain; object-position:left center; }
.wh-footer .wh-footer-identity p { margin:0; font-size:13px; line-height:1.4; overflow-wrap:break-word; }
.wh-footer .site-footer-links h2 { margin:2px 0 9px; color:#294861; font-size:13px; font-weight:500; line-height:1.3; letter-spacing:.14em; text-transform:uppercase; }
.wh-footer .site-footer-links a, .wh-footer .wh-footer-identity a { width:max-content; max-width:100%; min-height:24px; color:#405a59; font-size:13px; font-weight:500; line-height:1.4; text-decoration:none; text-shadow:none; overflow-wrap:break-word; }
.wh-footer .site-footer-links a:hover, .wh-footer .wh-footer-identity a:hover { color:#16617f; text-decoration:none; text-shadow:none; }
.wh-footer a:focus-visible { outline:2px solid #2d7899; outline-offset:3px; }
.IFAccountPage--webhomeopath .IFAccountDeletion summary { font-weight:600; }
.IFAccountPage--webhomeopath .IFAccountDeletion p { margin:12px 0; }
.IFAccountPage--webhomeopath .IFDeletionAction { display:inline-flex; justify-content:center; align-items:center; min-height:44px; max-width:100%; padding:10px 16px; border:1px solid #9bbccb; border-radius:6px; color:#24566c; background:#f5fafc; text-decoration:none; box-sizing:border-box; overflow-wrap:break-word; }
#panel-homeopathy a, #panel-homeopathy a:hover, #panel-homeopathy a:visited, #panel-homeopathy a:active, #panel-homeopathy a:focus,
.IFAccountPage--webhomeopath a, .IFAccountPage--webhomeopath a:hover, .IFAccountPage--webhomeopath a:visited, .IFAccountPage--webhomeopath a:active, .IFAccountPage--webhomeopath a:focus { text-decoration:none !important; text-shadow:none !important; }
#panel-homeopathy a:focus-visible, .IFAccountPage--webhomeopath a:focus-visible { outline:2px solid #2d7899; outline-offset:3px; }
@media(min-width:1040px) {
  #panel-homeopathy .wh-footer { margin-right:-32px; margin-bottom:-30px; margin-left:-32px; padding-right:32px; padding-left:32px; }
}
@media(max-width:760px) {
  #panel-homeopathy .wh-footer, .IFAccountPage--webhomeopath .wh-footer { padding:24px 18px 26px; }
  #panel-homeopathy .wh-footer-inner, .IFAccountPage--webhomeopath .wh-footer-inner { grid-template-columns:minmax(0,1fr); gap:24px; }
  .wh-footer .wh-footer-brand { width:196px; }
  .wh-footer .site-footer-links h2 { margin-bottom:5px; }
}

/* R31-K10k9: keep Webhomeopath footer groups vertical despite legacy Finder rules. */
#panel-homeopathy .wh-footer .site-footer-links,
.IFAccountPage--webhomeopath .wh-footer .site-footer-links {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  grid-auto-flow:row;
  justify-content:start;
  justify-items:start;
  align-content:start;
  gap:7px;
  white-space:normal;
}
#panel-homeopathy .wh-footer .site-footer-links::before,
#panel-homeopathy .wh-footer .site-footer-links a + a::before,
.IFAccountPage--webhomeopath .wh-footer .site-footer-links::before,
.IFAccountPage--webhomeopath .wh-footer .site-footer-links a + a::before {
  content:none;
  display:none;
}

/* R31-K10k57: the account footer closes the shell edge to edge while its
   content follows the same measure as the account main area. */
body.IFAccountPage--webhomeopath .IFAccountFooter.wh-footer {
  display:block;
  width:100%;
  max-width:none;
  margin:auto 0 0;
  padding:30px 0 32px;
  border-top:1px solid #d7e2de;
}
body.IFAccountPage--webhomeopath .IFAccountFooter.wh-footer .wh-footer-inner {
  width:min(1120px, calc(100% - 72px));
  margin:0 auto;
}
@media(max-width:680px) {
  body.IFAccountPage--webhomeopath .IFAccountFooter.wh-footer {
    margin:auto 0 0;
    padding:25px 0 28px;
  }
  body.IFAccountPage--webhomeopath .IFAccountFooter.wh-footer .wh-footer-inner {
    width:calc(100% - 36px);
  }
}


/* finder-account/finder-family-tool-profile.css */
/* Shared public-tool profile for Remedyfinder and Webhomeopath.
   It intentionally changes presentation only; finder data and ranking logic are untouched. */

body {
  background: #eaf2f5;
}

#panel-remedy .legacy-page,
#panel-homeopathy .legacy-page {
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(32, 70, 87, .09);
}

#panel-remedy .brand-row,
#panel-homeopathy .brand-row {
  align-items: center;
  min-height: 88px;
}

#panel-remedy .brand-home-link {
  width: min(312px, 100%);
}

#panel-homeopathy .brand-home-link {
  width: min(388px, 100%);
}

#panel-remedy .brand-legacy-meta,
#panel-homeopathy .brand-legacy-meta {
  padding-top: 0;
}

#panel-remedy .legacy-menu,
#panel-homeopathy .legacy-menu {
  gap: 22px;
  align-items: center;
  min-height: 50px;
  overflow-x: auto;
  border: 0;
  border-top: 1px solid #d9e5ea;
  border-bottom: 1px solid #d9e5ea;
  background: transparent;
}

#panel-remedy .legacy-menu a,
#panel-homeopathy .legacy-menu a {
  place-items: center;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 50px;
  padding: 2px 0 0;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #435f6d;
  font-size: 13px;
  font-weight: 430;
}

#panel-remedy .legacy-menu > a:first-child,
#panel-homeopathy .legacy-menu > a:first-child {
  border-bottom-color: #2b6d87;
  color: #173f50;
  font-weight: 560;
}

#panel-remedy .legacy-menu a:hover,
#panel-homeopathy .legacy-menu a:hover {
  background: transparent;
  color: #17536d;
  text-decoration: none;
}

#panel-remedy .legacy-menu select,
#panel-homeopathy .legacy-menu select {
  flex: 0 0 90px;
  min-width: 90px;
  min-height: 34px;
  margin-left: auto;
  padding: 4px 25px 4px 10px;
  border: 1px solid #c9d6dc;
  border-radius: 6px;
  background-color: #fff;
  color: #435f6d;
  font-size: 12.5px;
  font-weight: 430;
}

#panel-remedy .legacy-menu select:hover,
#panel-homeopathy .legacy-menu select:hover {
  border-color: #9fb8c3;
  background: #fff;
  color: #173f50;
}

#panel-remedy .method-panel,
#panel-homeopathy .method-panel {
  border-color: #d9e5ea;
  border-radius: 12px;
  background: #f8fbfc;
}

#panel-remedy .method-panel > summary,
#panel-homeopathy .method-panel > summary {
  border-bottom: 1px solid #d9e5ea;
  background: transparent;
  color: #183c4d;
  font-size: 17px;
  font-weight: 560;
}

#panel-remedy .method-guard,
#panel-homeopathy .method-guard {
  margin: 0;
  border-bottom: 1px solid #e1e9ed;
  background: #f2f7f9;
  padding: 12px 16px;
  color: #5b707b;
}

#panel-remedy .legacy-tool-board,
#panel-homeopathy .legacy-tool-board {
  gap: 13px;
  margin: 14px;
}

#panel-remedy .legacy-tool-column,
#panel-homeopathy .legacy-tool-column {
  min-height: 540px;
  overflow: hidden;
  border: 1px solid #d7e2e7;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(38, 67, 80, .035);
}

#panel-remedy .legacy-column-header,
#panel-homeopathy .legacy-column-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
  align-content: start;
  min-height: 142px;
  padding: 16px 15px 14px;
  border-bottom: 1px solid #dbe5e9;
  background: #fff;
}

#panel-remedy .legacy-column-header > span,
#panel-homeopathy .legacy-column-header > span {
  grid-row: auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
  align-self: auto;
  width: 100%;
  border: 0;
  background: transparent;
  color: #2a6d87;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .065em;
  text-shadow: none;
}

#panel-remedy .legacy-column-header > span::after,
#panel-homeopathy .legacy-column-header > span::after {
  content: "";
  flex: 1 1 auto;
  height: 1px;
  margin-left: 5px;
  background: #cadde5;
}

#panel-remedy .legacy-column-header > span small,
#panel-remedy .legacy-column-header > span b,
#panel-homeopathy .legacy-column-header > span small,
#panel-homeopathy .legacy-column-header > span b {
  display: inline;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

#panel-remedy .legacy-column-header > strong,
#panel-homeopathy .legacy-column-header > strong {
  align-self: start;
  padding: 0;
  color: #183c4d;
  font-size: 17px;
  font-weight: 560;
  line-height: 1.15;
}

#panel-remedy .legacy-column-header > p,
#panel-homeopathy .legacy-column-header > p {
  margin: 0;
  padding: 0;
  color: #607783;
  font-size: 12.5px;
  line-height: 1.38;
}

#panel-remedy .legacy-column-body,
#panel-homeopathy .legacy-column-body {
  gap: 12px;
  padding: 14px;
}

#panel-remedy .legacy-column-body input:not([type="checkbox"]):not([type="radio"]),
#panel-remedy .legacy-column-body select,
#panel-homeopathy .legacy-column-body input:not([type="checkbox"]):not([type="radio"]),
#panel-homeopathy .legacy-column-body select {
  min-height: 42px;
  border-color: #cbd9df;
  border-radius: 8px;
  padding: 8px 10px;
}

#panel-remedy .legacy-tool-board-remedy .legacy-field-grid + .legacy-field-grid {
  grid-template-columns: 1fr;
}

#panel-remedy .legacy-tool-board-remedy label.toggle-row {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  min-height: 34px;
}

#panel-remedy .legacy-tool-board-remedy label.toggle-row input {
  flex: 0 0 auto;
  margin: 0;
}

#panel-remedy .legacy-warning,
#panel-homeopathy .legacy-warning {
  border: 1px solid #e3c45a;
  border-radius: 9px;
  background: #fff7d6;
  padding: 13px;
  color: #352f22;
}

#panel-remedy .legacy-warning strong,
#panel-homeopathy .legacy-warning strong {
  color: #352f22;
  font-weight: 600;
  text-transform: none;
}

#panel-remedy .legacy-warning p,
#panel-homeopathy .legacy-warning p,
#panel-remedy .legacy-warning .legacy-consent,
#panel-homeopathy .legacy-warning .legacy-consent {
  color: #3f3828;
}

#panel-remedy .legacy-warning .legacy-consent,
#panel-homeopathy .legacy-warning .legacy-consent {
  border-top-color: #e5d28e;
}

#panel-remedy .site-footer,
#panel-homeopathy .site-footer {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  justify-content: initial;
  margin: 30px 0 0;
  border-top: 1px solid #d8e3e8;
  background: #fff;
  padding: 24px 0 4px;
  color: #687d87;
  font-size: 12.5px;
  line-height: 1.4;
  text-align: left;
}

#panel-remedy .site-footer p,
#panel-homeopathy .site-footer p {
  margin: 0;
}

#panel-remedy .site-footer-brandline,
#panel-homeopathy .site-footer-brandline {
  display: block;
  color: #465f6b;
}

#panel-remedy .site-footer-brandline > * + *::before,
#panel-homeopathy .site-footer-brandline > * + *::before,
#panel-remedy .site-footer-links::before,
#panel-homeopathy .site-footer-links::before,
#panel-remedy .site-footer-links a + a::before,
#panel-homeopathy .site-footer-links a + a::before {
  content: none;
}

#panel-remedy .site-footer-links,
#panel-homeopathy .site-footer-links {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  justify-content: flex-end;
  font-size: inherit;
}

#panel-remedy .site-footer a,
#panel-homeopathy .site-footer a {
  color: #536e7b;
  font-weight: 390;
  white-space: nowrap;
}

#panel-remedy .site-footer-links a:first-child,
#panel-homeopathy .site-footer-links a:first-child {
  font-weight: 540;
}

@media (max-width: 860px) {
  #panel-remedy .legacy-tool-board,
  #panel-homeopathy .legacy-tool-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #panel-remedy .site-footer,
  #panel-homeopathy .site-footer {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #panel-remedy .site-footer-links,
  #panel-homeopathy .site-footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 699px) {
  #panel-remedy .legacy-page,
  #panel-homeopathy .legacy-page {
    border-radius: 14px;
  }

  #panel-remedy .legacy-menu,
  #panel-homeopathy .legacy-menu {
    display: flex;
    gap: 18px;
    padding: 0 2px;
    overflow-x: auto;
  }

  #panel-remedy .legacy-menu a,
  #panel-homeopathy .legacy-menu a {
    min-width: max-content;
    min-height: 46px;
    white-space: nowrap;
  }

  #panel-remedy .legacy-menu select,
  #panel-homeopathy .legacy-menu select {
    position: sticky;
    right: 0;
    flex-basis: 88px;
    min-width: 88px;
    margin-left: 0;
  }

  #panel-remedy .legacy-tool-board,
  #panel-homeopathy .legacy-tool-board {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 12px 0;
  }

  #panel-remedy .legacy-tool-column,
  #panel-homeopathy .legacy-tool-column {
    min-height: 0;
  }

  #panel-remedy .legacy-column-header,
  #panel-homeopathy .legacy-column-header {
    min-height: 0;
  }

  #panel-remedy .site-footer,
  #panel-homeopathy .site-footer {
    padding-bottom: 8px;
  }

  #panel-remedy .site-footer-links,
  #panel-homeopathy .site-footer-links {
    flex-wrap: wrap;
  }
}

/* Private mobile acceptance: replace the clipped carousel with a visible,
   source-ordered grid while retaining native links, select and focus order. */
@media (max-width: 560px) {
  #panel-remedy .legacy-menu,
  #panel-homeopathy .legacy-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding: 0;
    overflow: visible;
  }

  #panel-remedy .legacy-menu a,
  #panel-homeopathy .legacy-menu a {
    min-width: 0;
    min-height: 44px;
    padding: 6px 8px;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  #panel-remedy .legacy-menu select,
  #panel-homeopathy .legacy-menu select {
    position: static;
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    margin-left: 0;
  }
}

/* R31-K10k16: visible Webhomeopath typography uses one family and five roles. */
#panel-homeopathy .legacy-page,
#panel-homeopathy .legacy-page button,
#panel-homeopathy .legacy-page input,
#panel-homeopathy .legacy-page select,
#panel-homeopathy .legacy-page textarea {
  font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
#panel-homeopathy .legacy-menu a,
#panel-homeopathy .legacy-menu select,
#panel-homeopathy .legacy-column-header > span,
#panel-homeopathy .legacy-column-header > p,
#panel-homeopathy .site-footer { font-size: 13px; font-weight: 400; }
#panel-homeopathy .method-panel > summary,
#panel-homeopathy .legacy-column-header > strong { font-size: 20px; font-weight: 520; }
#panel-homeopathy .legacy-warning,
#panel-homeopathy .legacy-warning strong,
#panel-homeopathy .legacy-warning p,
#panel-homeopathy .legacy-warning .legacy-consent { font-size: 16px; font-weight: 400; }
#panel-homeopathy .legacy-warning strong { font-weight: 520; }
#panel-homeopathy .legacy-column-body input:not([type="checkbox"]):not([type="radio"]),
#panel-homeopathy .legacy-column-body select,
#panel-homeopathy .legacy-column-body button { font-size: 16px; font-weight: 400; }
#panel-homeopathy .legacy-menu > a:first-child,
#panel-homeopathy .site-footer-links a:first-child { font-weight: 520; }
#panel-homeopathy a,
#panel-homeopathy a:hover,
#panel-homeopathy a:visited,
#panel-homeopathy a:active,
#panel-homeopathy a:focus { text-decoration: none; border-bottom-color: transparent; text-shadow: none; }
#panel-homeopathy a:focus-visible,
#panel-homeopathy button:focus-visible { outline: 3px solid #2b7895; outline-offset: 3px; }

/* R31-K10k24: consolidate visible Finder text roles after rendered audit. */
#panel-homeopathy .wh-entry strong,
#panel-homeopathy .legacy-column-header > strong { font-size: 20px; font-weight: 520; line-height: 1.2; }
#panel-homeopathy .wh-entry p,
#panel-homeopathy .wh-entry-actions a,
#panel-homeopathy .legacy-warning p { font-size: 16px; font-weight: 400; }
#panel-homeopathy .wh-entry-actions a { font-weight: 500; }
#panel-homeopathy .sibling-links,
#panel-homeopathy .sibling-links span,
#panel-homeopathy .sibling-links a,
#panel-homeopathy .wh-language-button,
#panel-homeopathy .legacy-source-option,
#panel-homeopathy .legacy-source-option strong,
#panel-homeopathy .legacy-source-copy,
#panel-homeopathy fieldset > legend,
#panel-homeopathy #homeopathy-selected-count,
#panel-homeopathy .legacy-column-header p,
#panel-homeopathy .site-footer,
#panel-homeopathy .site-footer h2,
#panel-homeopathy #homeopathy-new-search,
#panel-homeopathy #homeopathy-new-search * { font-size: 13px; }
#panel-homeopathy .sibling-links,
#panel-homeopathy .wh-language-button,
#panel-homeopathy .legacy-column-header p,
#panel-homeopathy .site-footer { font-weight: 400; }
#panel-homeopathy .sibling-links span,
#panel-homeopathy .sibling-links a,
#panel-homeopathy fieldset > legend,
#panel-homeopathy #homeopathy-selected-count,
#panel-homeopathy .site-footer h2,
#panel-homeopathy #homeopathy-new-search,
#panel-homeopathy #homeopathy-new-search * { font-weight: 500; }

/* R31-K10k20: final measured text-role normalization. */
#panel-homeopathy .wh-language-button span,
#panel-homeopathy .legacy-source-option strong,
#panel-homeopathy fieldset > legend,
#panel-homeopathy .legacy-column-header > p,
#panel-homeopathy #homeopathy-selected-count,
#panel-homeopathy .site-footer,
#panel-homeopathy .site-footer a,
#panel-homeopathy .site-footer h2,
#panel-homeopathy #homeopathy-new-search,
#panel-homeopathy #homeopathy-new-search * { font-size:13px !important; }
#panel-homeopathy .legacy-source-option strong,
#panel-homeopathy fieldset > legend,
#panel-homeopathy #homeopathy-selected-count,
#panel-homeopathy .site-footer h2,
#panel-homeopathy #homeopathy-new-search,
#panel-homeopathy #homeopathy-new-search * { font-weight:500 !important; }
#panel-homeopathy .site-footer,
#panel-homeopathy .site-footer a,
#panel-homeopathy .legacy-column-header > p { font-weight:400 !important; }
#panel-homeopathy .wh-entry strong,
#panel-homeopathy .legacy-column-header > strong { font-size:20px !important; font-weight:520 !important; line-height:1.25 !important; }
#panel-homeopathy .wh-entry p,
#panel-homeopathy .wh-entry-actions a,
#panel-homeopathy #homeopathy-search-button { font-size:16px !important; }
#panel-homeopathy .wh-entry-actions a,
#panel-homeopathy #homeopathy-search-button { font-weight:500 !important; }


/* R31-K10k29: normalize remaining Materia Medica and About text roles. */
#panel-homeopathy #homeopathy-materia > summary,
#panel-homeopathy #homeopathy-about > summary,
#panel-homeopathy #homeopathy-materia .homeopathy-search-help > summary {
  font-size:13px !important; font-weight:500 !important;
}
#panel-homeopathy #homeopathy-materia #mm518-preview-link a,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-source strong {
  font-size:16px !important; font-weight:500 !important;
}
#panel-homeopathy #homeopathy-materia .homeopathy-materia-source span,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-picker > label,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-fulltext > label,
#panel-homeopathy #homeopathy-materia .homeopathy-search-help p,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-reader-nav small {
  font-size:13px !important; font-weight:400 !important;
}
#panel-homeopathy #homeopathy-materia .homeopathy-materia-picker > label,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-fulltext > label { font-weight:500 !important; }
#panel-homeopathy #homeopathy-materia .search-row button,
#panel-homeopathy #homeopathy-materia .homeopathy-materia-reader-nav button {
  font-size:16px !important; font-weight:500 !important;
}
#panel-homeopathy #homeopathy-materia .homeopathy-materia-letters button {
  font-size:13px !important; font-weight:500 !important; text-decoration:none !important;
}
#panel-homeopathy #homeopathy-about .public-page-copy h2 { font-size:20px !important; font-weight:520 !important; }
#panel-homeopathy #homeopathy-about .public-page-copy h3 { font-size:16px !important; font-weight:500 !important; }
#panel-homeopathy #homeopathy-about .public-page-copy p,
#panel-homeopathy #homeopathy-about .public-page-copy li { font-size:16px !important; font-weight:400 !important; }


/* R31-K10k30: finish Materia Medica input and alphabet sizing. */
#panel-homeopathy #homeopathy-materia .search-row input { font-size:16px !important; font-weight:400 !important; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-letters button { min-height:24px; line-height:1.2; padding:3px 2px; }


/* webhomeopath-profile-v3.css */
/* Latest owner-approved images govern hierarchy, proportions and action placement (2026-09-16). */
:root { --wh-small:14px; --wh-body:18px; --wh-heading:28px; --wh-title:48px; --wh-ink:#073b61; --wh-text:#52799a; --wh-blue:#167ab9; --wh-blue-dark:#105f91; --wh-line:#cddfe9; --wh-pale:#f1f8fb; --wh-green:#eef9f1; }
body.customer-surface[data-current-panel="homeopathy"],body.IFAccountPage--webhomeopath { margin:0; background:#edf6fa; color:var(--wh-ink); font-family:"Source Sans 3",system-ui,-apple-system,"Segoe UI",sans-serif; font-size:var(--wh-body); font-weight:400; line-height:1.45; }
#panel-homeopathy *,body.IFAccountPage--webhomeopath * { box-sizing:border-box; font-family:inherit; font-size:var(--wh-body);  }
#panel-homeopathy p,#panel-homeopathy label,#panel-homeopathy input,#panel-homeopathy button,#panel-homeopathy strong,#panel-homeopathy b,#panel-homeopathy h2,#panel-homeopathy h3,#panel-homeopathy h4,body.IFAccountPage--webhomeopath p,body.IFAccountPage--webhomeopath label,body.IFAccountPage--webhomeopath input,body.IFAccountPage--webhomeopath button,body.IFAccountPage--webhomeopath strong,body.IFAccountPage--webhomeopath b,body.IFAccountPage--webhomeopath h2,body.IFAccountPage--webhomeopath h3 { font-size:var(--wh-body)!important;  line-height:1.45; }
#panel-homeopathy small,#panel-homeopathy .muted,#panel-homeopathy .source-badge,body.IFAccountPage--webhomeopath small,body.IFAccountPage--webhomeopath .IFAccountKicker { font-size:var(--wh-small)!important;  }
#panel-homeopathy h1,body.IFAccountPage--webhomeopath h1 { font-size:var(--wh-title)!important;  line-height:1.15; letter-spacing:-.02em; }
#panel-homeopathy a,body.IFAccountPage--webhomeopath a { color:var(--wh-blue-dark);  text-decoration:none!important; text-shadow:none!important; }
#panel-homeopathy a:hover,body.IFAccountPage--webhomeopath a:hover { color:var(--wh-blue); text-decoration:none!important; }
#panel-homeopathy a:focus-visible,#panel-homeopathy button:focus-visible,#panel-homeopathy summary:focus-visible,body.IFAccountPage--webhomeopath a:focus-visible,body.IFAccountPage--webhomeopath button:focus-visible,body.IFAccountPage--webhomeopath summary:focus-visible { outline:3px solid #5f9fca; outline-offset:3px; }
#panel-homeopathy [hidden],body.IFAccountPage--webhomeopath [hidden] { display:none!important; }
body.customer-surface[data-current-panel="homeopathy"] .page,body.IFAccountPage--webhomeopath .IFAccountShell { width:min(1480px,calc(100% - 32px)); max-width:none; min-height:calc(100vh - 24px); margin:12px auto; padding:0; overflow:hidden; border-radius:18px; background:#fff; box-shadow:0 12px 36px #17435c0c; }
body.customer-surface[data-current-panel="homeopathy"] .topline { display:none; }
#panel-homeopathy .legacy-page,body.IFAccountPage--webhomeopath .IFAccountShell { display:flex; flex-direction:column; min-height:calc(100vh - 24px); padding:0; border:0; background:#fff; }
/* Sibling strip above a single main navigation row. */
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { position:relative; z-index:20; display:grid; grid-template-columns:310px minmax(0,1fr); grid-template-rows:minmax(30px,auto) 88px; align-items:center; gap:0 24px; padding:0 36px; border-bottom:1px solid var(--wh-line); background:#fff; }
#panel-homeopathy .brand-row,body.IFAccountPage--webhomeopath .IFAccountBrandRow { display:contents; }
#panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand { position:relative; display:block; grid-column:1; grid-row:2; width:310px; max-width:none; margin:0; padding:0 0 10px; border:0; }
#panel-homeopathy .brand-home-link img,body.IFAccountPage--webhomeopath .IFAccountBrand img { display:block; width:100%; height:auto; max-height:66px; object-fit:contain; object-position:left center; }
#panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline { position:absolute; left:64px; bottom:0; font-size:var(--wh-small); font-weight:400; letter-spacing:.18em; line-height:1; text-transform:uppercase; color:#7b9eb6; }
#panel-homeopathy .brand-legacy-meta,body.IFAccountPage--webhomeopath .IFAccountRelated { grid-column:1/-1; grid-row:1; justify-self:end; align-self:center; margin:0; padding:0; }
#panel-homeopathy .sibling-links,body.IFAccountPage--webhomeopath .IFAccountRelated { display:flex; flex-wrap:wrap; max-width:100%; align-items:center; gap:14px; font-size:var(--wh-small); color:var(--wh-text); }
#panel-homeopathy .sibling-links a,body.IFAccountPage--webhomeopath .IFAccountRelated a { font-size:var(--wh-small); }
#panel-homeopathy .sibling-links a + a::before,body.IFAccountPage--webhomeopath .IFAccountRelated a + a::before { content:"|"; margin-right:14px; color:#9bb5c6; }
#panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav { grid-column:2; grid-row:2; display:flex; flex-wrap:nowrap; justify-content:flex-end; align-items:center; gap:8px; min-height:0; margin:0; padding:0; border:0; background:#fff; }
#panel-homeopathy .legacy-menu.wh-entry-menu > a,body.IFAccountPage--webhomeopath .IFAccountNav > a { flex:0 0 auto; min-height:44px; margin:0; padding:10px 13px; border:0; border-radius:7px; font-size:var(--wh-small)!important; line-height:1.4; white-space:nowrap; }
#panel-homeopathy .legacy-menu.wh-entry-menu > a[aria-current="page"],body.IFAccountPage--webhomeopath .IFAccountNav > a[aria-current="page"] { color:var(--wh-blue-dark); background:#eaf4fa; }
#panel-homeopathy .legacy-menu.wh-entry-menu > .wh-nav-create,body.IFAccountPage--webhomeopath .IFNavCreate { color:#fff; background:var(--wh-blue); }
#panel-homeopathy .wh-language-selector { flex:0 0 110px; min-width:110px; margin-left:6px; }
#panel-homeopathy .wh-language-button,body.IFAccountPage--webhomeopath .wh-account-language > summary { width:110px; min-height:44px; margin:0; padding:10px 12px; border:1px solid var(--wh-line); border-radius:6px; background:#fff; color:var(--wh-blue-dark); font-size:var(--wh-small)!important; cursor:pointer; }
.wh-user-menu,.IFAccountUserMenu,.wh-account-language { position:relative; flex:0 0 auto; margin:0; padding:0; border:0; background:transparent; }
.wh-user-menu > summary,.IFAccountUserMenu > summary { display:flex; align-items:center; gap:10px; min-height:44px; padding:6px 10px; list-style:none; color:var(--wh-blue-dark); font-size:var(--wh-small); cursor:pointer; }
.wh-user-menu summary::-webkit-details-marker,.IFAccountUserMenu summary::-webkit-details-marker,.wh-account-language summary::-webkit-details-marker { display:none; }
.wh-account-language summary { display:flex; justify-content:space-between; list-style:none; }
.wh-user-menu > div,.IFAccountUserMenu > div,.wh-account-language > div { position:absolute; z-index:40; top:calc(100% + 8px); right:0; display:grid; min-width:220px; padding:12px; border:1px solid var(--wh-line); border-radius:9px; background:#fff; box-shadow:0 10px 24px #123c531a; }
.wh-user-menu > div a,.IFAccountUserMenu > div a,.wh-account-language > div a { display:block; padding:10px; font-size:var(--wh-small); }
.wh-user-identity { max-width:260px; margin:0 0 8px; padding:8px; overflow-wrap:anywhere; font-size:var(--wh-small)!important; color:var(--wh-text); border-bottom:1px solid var(--wh-line); }
.wh-person { position:relative; display:inline-block!important; flex:0 0 34px; width:34px!important; height:34px!important; padding:0!important; border-radius:50%; background:#1778ad!important; color:transparent; }
.wh-person::before { content:""; position:absolute; top:7px; left:13px; width:9px; height:9px; border-radius:50%; background:#fff; }
.wh-person::after { content:""; position:absolute; bottom:6px; left:8px; width:19px; height:10px; border-radius:10px 10px 3px 3px; background:#fff; }
/* Finder. */
#panel-homeopathy .wh-hero { display:none; min-height:390px; padding:54px 44px; background:#f3f8f9 url("visual/webhomeopath-standing-book-hero-k60.jpg") center/cover; border-bottom:1px solid var(--wh-line); }
body.wh-route-finder:not(.wh-authenticated) #panel-homeopathy .wh-hero { display:flex; align-items:center; }
#panel-homeopathy .wh-hero-copy { width:min(630px,53%); }
#panel-homeopathy .wh-hero-kicker { display:none; }
#panel-homeopathy .wh-hero h1 { max-width:23ch; margin:0; }
#panel-homeopathy .wh-hero-copy > p { margin:20px 0 0; color:var(--wh-text); }
#panel-homeopathy .wh-hero-actions { display:flex; justify-content:flex-end; gap:14px; margin-top:28px; }
#panel-homeopathy .wh-hero-actions a,#panel-homeopathy .search-row button,body.IFAccountPage--webhomeopath .IFPlanAction,body.IFAccountPage--webhomeopath .IFPrimaryButton,body.IFAccountPage--webhomeopath .IFPrimaryLink { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:11px 22px; border:1px solid var(--wh-blue); border-radius:7px; color:#fff; background:var(--wh-blue); line-height:1.4; }
#panel-homeopathy .wh-hero-actions .wh-button-secondary,body.IFAccountPage--webhomeopath .IFPlanActionSecondary { color:var(--wh-blue-dark); background:#fff; }
#panel-homeopathy #homeopathy-method { margin:32px 36px 40px; padding:0; border:0; background:transparent; }
#panel-homeopathy #homeopathy-method > summary,#panel-homeopathy #homeopathy-method > .method-guard,#panel-homeopathy .local-migration-bridge { display:none!important; }
#panel-homeopathy #wh-entry { margin:0 0 24px; }
body.wh-route-finder:not(.wh-authenticated) #panel-homeopathy #wh-entry { display:none!important; }
#panel-homeopathy .legacy-tool-board-homeopathy { display:grid; grid-template-columns:minmax(0,1.55fr) minmax(0,1fr); gap:28px 22px; margin:0; }
#panel-homeopathy .legacy-tool-board-homeopathy > .legacy-tool-column { min-height:0; border:1px solid var(--wh-line); border-radius:10px; background:#fff; box-shadow:0 8px 22px #17394a06; }
#panel-homeopathy .homeopathy-source-column { grid-column:1/-1; }
#panel-homeopathy .homeopathy-source-column > .legacy-column-header { display:none; }
#panel-homeopathy .homeopathy-source-column .wh-source-toolbar { display:flex; align-items:center; gap:14px; padding:16px; }
#panel-homeopathy .wh-source-title { flex:0 0 auto; font-size:var(--wh-small); color:var(--wh-blue-dark); }
#panel-homeopathy .legacy-source-list { display:grid; flex:1 1 auto; grid-template-columns:repeat(4,minmax(0,1fr)) minmax(170px,1.25fr); gap:8px; min-width:0; margin:0; padding:0; border:0; }
#panel-homeopathy .legacy-source-list > legend { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
#panel-homeopathy .legacy-source-option { display:flex; align-items:center; gap:8px; min-height:50px; margin:0; padding:8px; border:1px solid #c7e4d6; border-radius:5px; background:#f6fbf8; }
#panel-homeopathy .legacy-source-option strong { font-size:var(--wh-small)!important; }
#panel-homeopathy .legacy-source-option input { flex:0 0 auto; }
#panel-homeopathy .homeopathy-compact-actions { flex:0 0 auto; margin:0; padding-left:14px; border-left:1px solid var(--wh-line); }
#panel-homeopathy #homeopathy-new-search { min-height:46px; padding:10px 15px; margin:0; border:1px solid #9fc4de; border-radius:26px; background:#fff; font-size:var(--wh-small)!important; }
#panel-homeopathy .homeopathy-symptom-column { grid-column:1; }
#panel-homeopathy .homeopathy-selected-column { grid-column:2; }
#panel-homeopathy .homeopathy-result-column { grid-column:1/-1; }
#panel-homeopathy .legacy-column-header { min-height:0; margin:0 22px; padding:18px 0 10px; border-bottom:1px solid var(--wh-line); background:#fff; }
#panel-homeopathy .legacy-column-header > span { display:none; }
#panel-homeopathy .legacy-column-header > strong { display:block; color:var(--wh-ink); }
#panel-homeopathy .legacy-column-header > p { margin:8px 0 0; font-size:var(--wh-small)!important; color:var(--wh-text); }
#panel-homeopathy .legacy-column-body { padding:14px 22px 22px; }
#panel-homeopathy .search-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px; }
#panel-homeopathy .search-row input { width:100%; min-width:0; min-height:48px; border:1px solid var(--wh-line); border-radius:7px; padding:10px 14px; }
#panel-homeopathy .search-row button { margin:0; min-width:100px; }
#panel-homeopathy .homeopathy-guidance-actions,#panel-homeopathy .homeopathy-search-pages,#panel-homeopathy .account-action-row { display:flex; justify-content:flex-end; gap:10px; }
/* MM and About preserve distinct source content. */
#panel-homeopathy .info-grid { margin:32px 36px 40px; }
body.wh-route-finder #panel-homeopathy .info-grid,body.wh-route-materia #panel-homeopathy #homeopathy-method,body.wh-route-about #panel-homeopathy #homeopathy-method,body.wh-route-materia #panel-homeopathy .info-grid > :not(#homeopathy-materia),body.wh-route-about #panel-homeopathy .info-grid > :not(#homeopathy-about),body.wh-route-materia #panel-homeopathy .closed-shop-panel,body.wh-route-about #panel-homeopathy .closed-shop-panel { display:none!important; }
body.wh-route-materia #panel-homeopathy .info-grid,body.wh-route-about #panel-homeopathy .info-grid { display:block; }
#panel-homeopathy #homeopathy-materia,#panel-homeopathy #homeopathy-about { border:1px solid var(--wh-line); border-radius:10px; background:#fff; }
#panel-homeopathy #homeopathy-materia > summary,#panel-homeopathy #homeopathy-about > summary { display:none; }
#panel-homeopathy #homeopathy-materia .mini-tool { display:grid; grid-template-columns:1fr; padding:30px; }
#panel-homeopathy #homeopathy-materia .mini-tool::before { content:"Materia Medica"; font-size:var(--wh-title); font-weight:400; line-height:1.2; margin-bottom:14px; }
#panel-homeopathy .homeopathy-materia-source { display:flex; align-items:center; justify-content:flex-start; gap:20px; padding:16px; border:1px solid #c7e4d6; border-radius:7px; background:#f6fbf8; }
#panel-homeopathy .homeopathy-materia-source > span { font-size:var(--wh-body); }
#panel-homeopathy .wh-materia-available { display:flex; align-items:center; gap:10px; }
#panel-homeopathy .homeopathy-materia-letters { display:flex; flex-wrap:wrap; gap:14px; padding:16px 0; border-bottom:1px solid var(--wh-line); }
#panel-homeopathy .homeopathy-materia-letters button { width:auto; min-width:26px; border:0; color:var(--wh-blue); background:#fff; }
#panel-homeopathy .wh-about-intro { min-height:285px; padding:36px 46% 36px 30px; background:linear-gradient(90deg,#fff 0%,#ffffffeb 45%,#ffffff00 78%),url("finder-account/login-book-fusion-5aab62591a59.jpg") right 60%/cover; }
#panel-homeopathy .wh-about-intro h1 { margin:0 0 10px; }
#panel-homeopathy .wh-about-intro p { margin:12px 0; color:var(--wh-text); }
#panel-homeopathy .wh-about-layout { display:grid; grid-template-columns:minmax(0,1fr) 280px; gap:34px; padding:30px; }
#panel-homeopathy .wh-about-sections { display:grid; gap:28px; }
#panel-homeopathy .wh-about-section { display:grid; grid-template-columns:48px minmax(0,1fr); gap:20px; }
#panel-homeopathy .wh-about-icon { display:flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:50%; background:#eaf5fa; color:var(--wh-blue-dark); }
#panel-homeopathy .wh-about-section h2 { margin:0 0 8px; }
#panel-homeopathy .wh-about-section p { margin:0; color:var(--wh-text); }
#panel-homeopathy .wh-about-section a { display:block; margin-top:10px; }
#panel-homeopathy .wh-about-principles { align-self:start; padding:24px; border-radius:10px; background:var(--wh-pale); }
#panel-homeopathy .wh-about-principles h2 { margin:0 0 14px; }
#panel-homeopathy .wh-about-principles p { margin:0; padding:16px 0; border-top:1px solid var(--wh-line); color:var(--wh-text); }
/* Account and login use native forms and details. */
body.IFAccountPage--webhomeopath .IFAccountMain { width:calc(100% - 72px); max-width:none; margin:0 auto; padding:34px 0 38px; }
body.IFAccountPage--webhomeopath .IFAccountHero { min-height:215px; margin:-34px -36px 24px; padding:34px 48% 28px 36px; background:linear-gradient(90deg,#fff 0%,#ffffffea 44%,#ffffff00 78%),url("visual/webhomeopath-repertory-books-hero-v2.jpg") center/cover; }
body.IFAccountPage--webhomeopath .IFAccountHero h1 { margin:0 0 10px; }
body.IFAccountPage--webhomeopath .IFSignedIn { display:none; }
body.IFAccountPage--webhomeopath .IFAccountGrid { grid-template-columns:1fr; gap:18px; }
body.IFAccountPage--webhomeopath .IFAccountPanel { min-height:0; padding:24px; border:1px solid var(--wh-line); border-radius:9px; }
body.IFAccountPage--webhomeopath .IFAccountPanel h2 { margin:0 0 12px; }
body.IFAccountPage--webhomeopath .IFAccountPanel .IFPrimaryLink,body.IFAccountPage--webhomeopath .IFAccountPanel .IFTextLink { float:right; margin-top:14px; }
body.IFAccountPage--webhomeopath .IFBillingForm { display:flex; flex-direction:column; align-items:stretch; }
body.IFAccountPage--webhomeopath .IFBillingForm button { align-self:flex-end; }
body.IFAccountPage--webhomeopath .IFSettingsBlock form { display:grid; }
body.IFAccountPage--webhomeopath .IFSettingsBlock button,body.IFAccountPage--webhomeopath .IFDeletionAction { justify-self:end; margin-left:auto; }
body.IFAccountPage--webhomeopath .IFAccountLogout { text-align:right; margin:24px 0 0; }
body.IFAccountPage--webhomeopath .IFAuthLayout { grid-template-columns:minmax(0,1fr) minmax(380px,.9fr); gap:42px; max-width:none; }
body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro { min-height:620px; margin:-34px 0 -38px -36px; padding:56px 34px 320px; background:linear-gradient(180deg,#ffffffed 0%,#ffffffdc 40%,#ffffff00 68%),url("finder-account/login-book-fusion-5aab62591a59.jpg") center bottom/cover; }
body.IFAccountPage--webhomeopath .WHAccountBook { display:none; }
body.IFAccountPage--webhomeopath .IFAuthCard { margin:0; padding:28px; border:1px solid var(--wh-line); border-radius:10px; }
body.IFAccountPage--webhomeopath .IFPrimaryButton { width:auto; margin-left:auto; }
body.IFAccountPage--webhomeopath .IFAuthCard .IFPrimaryButton { width:100%; }
body.IFAccountPage--webhomeopath .IFAccessTabs { border-bottom:1px solid var(--wh-line); }
body.IFAccountPage--webhomeopath .IFAccessTabs a,body.IFAccountPage--webhomeopath .IFOAuthProvider { min-height:48px; border:1px solid var(--wh-line)!important; border-radius:6px; padding:10px 14px; }
body.IFAccountPage--webhomeopath .IFAccessTabs a[aria-current="page"] { border-color:var(--wh-blue)!important; background:#eff7fc; }
body.IFAccountPage--webhomeopath .IFFormField input { min-height:48px; border:1px solid var(--wh-line); border-radius:6px; }
body.IFAccountPage--webhomeopath .IFFormMessage { border:1px solid #c4ddea; background:#eff8fd; color:var(--wh-ink); }
body.IFAccountPage--webhomeopath .IFFormMessageError { border-color:#e4c58b; background:#fff9e9; }
body.IFAccountPage--webhomeopath .IFAccountDeletion { border-color:#e5bebe; color:#a43131; }
/* Two-step membership reference. */
body.IFAccountPage--webhomeopath .IFMembershipView,body.IFAccountPage--webhomeopath .IFMembershipStep--one { display:grid; grid-template-columns:1fr; gap:20px; }
body.IFAccountPage--webhomeopath .IFMembershipHero { min-height:170px; margin:-34px -36px 0; padding:30px 35% 24px 36px; background:linear-gradient(90deg,#f8fcfe 0%,#f8fcfecc 55%,#ffffff00 79%),url("visual/webhomeopath-repertory-books-hero-v2.jpg") center/cover; }
body.IFAccountPage--webhomeopath .IFMembershipHero h1 { margin:4px 0 10px; }
body.IFAccountPage--webhomeopath .IFMembershipHero p { margin:0; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:24px 34px; padding:30px 36px; border:1px solid var(--wh-line); border-radius:11px; background:#fff; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { display:grid; grid-template-columns:84px minmax(0,1fr); gap:28px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription h2 { margin:0 0 10px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription p { margin:0; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFPrimaryPrice { margin-top:20px!important; color:var(--wh-ink)!important; }
body.IFAccountPage--webhomeopath .IFPrimaryPrice strong,body.IFAccountPage--webhomeopath .IFOrderTotal strong { font-size:var(--wh-title)!important; font-weight:400; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription small { display:block; margin-top:4px; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { display:flex; align-items:center; justify-content:center; width:84px; height:84px; border-radius:50%; background:#e9f5fb; }
.wh-line-icon { display:block; width:42px; height:42px; color:var(--wh-blue-dark); }
.wh-line-icon svg { display:block; width:100%; height:100%; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.IFPrimaryOfferIcon .wh-line-icon { width:48px; height:48px; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice { align-self:start; overflow:hidden; border:1px solid var(--wh-line); border-radius:8px; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button { display:grid; grid-template-columns:24px minmax(0,1fr); gap:0 12px; width:100%; min-height:78px; padding:15px 18px; border:0; border-bottom:1px solid var(--wh-line); background:#fff; text-align:left; cursor:pointer; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button:last-child { border-bottom:0; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button > span { grid-row:1/span 2; align-self:center; width:21px; height:21px; border:2px solid #91acc2; border-radius:50%; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button[aria-pressed="true"] > span { border:6px solid var(--wh-blue); }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button small { color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFPrimaryCheckout { grid-column:1/-1; width:calc(100% - 112px); justify-self:end; margin:0; }
body.IFAccountPage--webhomeopath .IFPrimaryTrust,body.IFAccountPage--webhomeopath .IFOrderTrust { display:flex; flex-wrap:wrap; grid-column:1/-1; justify-content:space-around; gap:12px; margin:0; padding:0; list-style:none; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFPrimaryTrust li,body.IFAccountPage--webhomeopath .IFOrderTrust li { font-size:var(--wh-small); }
body.IFAccountPage--webhomeopath .IFPrimaryTrust li::before,body.IFAccountPage--webhomeopath .IFOrderTrust li::before { content:"✓"; margin-right:10px; color:#188441; }
body.IFAccountPage--webhomeopath .IFMembershipIncluded { display:flex; align-items:center; gap:20px; margin:0; padding:18px 28px; border:1px solid #e0edf5; border-radius:9px; background:#f0f9fd; }
body.IFAccountPage--webhomeopath .IFMembershipIncluded > span { display:flex; align-items:center; justify-content:center; flex:0 0 48px; height:48px; border-radius:50%; background:#dfeff8; color:var(--wh-blue-dark); }
body.IFAccountPage--webhomeopath .IFMembershipIncluded p { margin:0; }
body.IFAccountPage--webhomeopath .IFMoreServices { display:grid; grid-template-columns:minmax(0,1fr) 320px; gap:20px; align-items:center; padding:24px 28px; border:1px solid var(--wh-line); border-radius:9px; }
body.IFAccountPage--webhomeopath .IFMoreServices h2,body.IFAccountPage--webhomeopath .IFMoreServices p { margin:0 0 8px; }
body.IFAccountPage--webhomeopath .IFMoreServices .IFPlanAction { grid-column:2; justify-self:end; margin:0; }
body.IFAccountPage--webhomeopath .IFMembershipStep--two { display:grid; grid-template-columns:minmax(0,1.4fr) minmax(330px,1fr); gap:16px 24px; align-items:start; }
body.IFAccountPage--webhomeopath .IFMembershipBack { grid-column:1/-1; justify-self:start; margin:0; padding:0; border:0; color:var(--wh-blue); background:none; }
body.IFAccountPage--webhomeopath .IFMembershipStep--two .IFMembershipHero { grid-column:1/-1; min-height:155px; margin-top:0; padding-top:20px; }
body.IFAccountPage--webhomeopath .IFSelectionStatus { display:none; }
body.IFAccountPage--webhomeopath .IFBundleScale { grid-column:1; display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:10px; align-items:center; min-height:74px; padding:18px; border-radius:9px; color:#217d36; background:#effaf2; }
body.IFAccountPage--webhomeopath .IFBundleScale span { font-size:var(--wh-small); text-align:center; }
body.IFAccountPage--webhomeopath .IFMembershipStep--two .IFMembershipIncluded { grid-column:1; padding:16px 18px; }
body.IFAccountPage--webhomeopath .IFSiteSelection { grid-column:1; display:grid; grid-template-columns:1fr; gap:8px; }
body.IFAccountPage--webhomeopath .IFSiteCard { display:grid; grid-template-columns:24px 42px minmax(0,1fr) auto; gap:14px; align-items:center; min-height:68px; margin:0; padding:12px 16px; border:1px solid var(--wh-line); border-radius:7px; background:#fff; }
body.IFAccountPage--webhomeopath .IFSiteCard.is-selected { background:#eef8fd; border-color:#b0d4e8; }
body.IFAccountPage--webhomeopath .IFSiteCard h2 { margin:0; }
body.IFAccountPage--webhomeopath .IFSiteCard p { margin:2px 0 0; color:var(--wh-text); font-size:var(--wh-small)!important; }
body.IFAccountPage--webhomeopath .IFSiteChoice { width:24px; height:24px; min-height:0; margin:0; padding:0; border:1px solid #89aac4; border-radius:4px; color:#fff; background:#fff; cursor:pointer; }
body.IFAccountPage--webhomeopath .IFSiteChoice[aria-checked="true"] { border-color:var(--wh-blue); background:var(--wh-blue); }
body.IFAccountPage--webhomeopath .IFSiteChoice:disabled { opacity:1; cursor:default; }
.wh-site-price { text-align:right; color:var(--wh-blue-dark); }
.wh-site-price > span { font-size:var(--wh-small); }
.wh-site-price small { display:block; color:var(--wh-text); }
.wh-site-discount,.wh-saving { color:#257b37!important; font-size:var(--wh-small)!important; }
body.IFAccountPage--webhomeopath .IFOrderSummary { grid-column:2; grid-row:3; position:sticky; top:18px; padding:26px; border:1px solid var(--wh-line); border-radius:10px; background:#f4fafd; }
body.IFAccountPage--webhomeopath .IFOrderSummary h2 { margin:0 0 20px; }
body.IFAccountPage--webhomeopath .IFOrderSummary [data-selected-sites] { display:grid; gap:12px; margin:14px 0; padding:0; list-style:none; }
body.IFAccountPage--webhomeopath .IFOrderSummary [data-selected-sites] li { display:flex; justify-content:space-between; gap:12px; font-size:var(--wh-body); }
body.IFAccountPage--webhomeopath .wh-bundle-deduction { color:#287c3b; }
body.IFAccountPage--webhomeopath .IFOrderTotal { display:grid; gap:8px; margin:20px 0; padding:20px 0 0; border-top:1px solid var(--wh-line); background:none; }
body.IFAccountPage--webhomeopath .IFPeriodChoice { display:flex; flex-wrap:wrap; gap:10px; padding:14px; border:1px solid var(--wh-line); border-radius:7px; }
body.IFAccountPage--webhomeopath .IFPeriodChoice p { flex-basis:100%; margin:0; }
body.IFAccountPage--webhomeopath .IFPeriodChoice button { flex:1; margin:0; padding:10px; border:1px solid var(--wh-line); border-radius:5px; background:#fff; color:var(--wh-blue-dark); }
body.IFAccountPage--webhomeopath .IFPeriodChoice button[aria-pressed="true"] { border-color:var(--wh-blue); background:#e9f5fc; }
body.IFAccountPage--webhomeopath .IFOrderSummary > .IFPlanAction { width:100%; margin:14px 0 20px; }
body.IFAccountPage--webhomeopath .IFOrderSummary > .IFPlanAction[aria-disabled="true"] { color:#526f85; border-color:#9bb7c8; background:#e4edf2; }
body.IFAccountPage--webhomeopath .IFOrderTrust { justify-content:flex-start; }
/* The footer spans the shell and is its final visible content. */
#panel-homeopathy .wh-footer.wh-footer-compact,body.IFAccountPage--webhomeopath .wh-footer.wh-footer-compact { width:100%; min-height:0; margin:auto 0 0; padding:24px 20px; border:0; border-top:1px solid var(--wh-line); border-radius:0; color:var(--wh-text); background:#fff; }
#panel-homeopathy .wh-footer-compact .wh-footer-inner,body.IFAccountPage--webhomeopath .wh-footer-compact .wh-footer-inner { display:flex; flex-wrap:nowrap; justify-content:center; align-items:center; width:100%; gap:0 14px; font-size:var(--wh-small); line-height:1.5; text-align:center; }
#panel-homeopathy .wh-footer-inner > *,body.IFAccountPage--webhomeopath .wh-footer-inner > * { flex:0 0 auto; width:auto; max-width:none; min-height:0; margin:0; padding:0; font-size:var(--wh-small)!important; line-height:1.5; }
#panel-homeopathy .wh-footer a,body.IFAccountPage--webhomeopath .wh-footer a { color:var(--wh-text); }
@media(max-width:1250px) {
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { grid-template-columns:255px minmax(0,1fr); gap:0 12px; padding:0 24px; }
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand { width:255px; }
 #panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline { left:53px; letter-spacing:.1em; }
 #panel-homeopathy .legacy-menu.wh-entry-menu > a,body.IFAccountPage--webhomeopath .IFAccountNav > a { padding:10px 8px; }
 #panel-homeopathy .homeopathy-source-column .wh-source-toolbar { flex-wrap:wrap; }
 #panel-homeopathy .legacy-source-list { flex-basis:calc(100% - 140px); }
 #panel-homeopathy .homeopathy-compact-actions { margin-left:auto; }
 #panel-homeopathy .wh-footer-compact .wh-footer-inner,body.IFAccountPage--webhomeopath .wh-footer-compact .wh-footer-inner { flex-wrap:wrap; gap:6px 12px; }
}
@media(max-width:1000px) {
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { grid-template-columns:1fr; grid-template-rows:minmax(28px,auto) 76px auto; padding:0 20px 12px; }
 #panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav { grid-column:1; grid-row:3; flex-wrap:wrap; justify-content:flex-start; }
 #panel-homeopathy .legacy-tool-board-homeopathy,#panel-homeopathy .wh-about-layout { grid-template-columns:1fr; }
 #panel-homeopathy .homeopathy-symptom-column,#panel-homeopathy .homeopathy-selected-column { grid-column:1; }
 body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { grid-template-columns:minmax(0,1fr) 280px; padding:24px; gap:24px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { grid-template-columns:60px minmax(0,1fr); gap:18px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { width:60px; height:60px; }
 body.IFAccountPage--webhomeopath .IFMembershipStep--two { grid-template-columns:1fr; }
 body.IFAccountPage--webhomeopath .IFOrderSummary { grid-column:1; grid-row:auto; position:static; }
}
@media(max-width:700px) {
 body.customer-surface[data-current-panel="homeopathy"] .page,body.IFAccountPage--webhomeopath .IFAccountShell { width:100%; min-height:100vh; margin:0; border-radius:0; }
 #panel-homeopathy .legacy-page { min-height:100vh; }
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { padding:0 16px 12px; grid-template-rows:minmax(26px,auto) 72px auto; }
 #panel-homeopathy .sibling-links,body.IFAccountPage--webhomeopath .IFAccountRelated { gap:8px; }
 #panel-homeopathy .sibling-links > span,body.IFAccountPage--webhomeopath .IFAccountRelated > span { display:none; }
 #panel-homeopathy .sibling-links a + a::before,body.IFAccountPage--webhomeopath .IFAccountRelated a + a::before { margin-right:8px; }
 #panel-homeopathy .wh-hero { min-height:480px; padding:30px 20px 210px; background-position:72% center; background-image:linear-gradient(180deg,#fffffffa 0%,#ffffffe3 52%,#ffffff00 80%),url("visual/webhomeopath-standing-book-hero-k60.jpg"); }
 #panel-homeopathy .wh-hero-copy { width:100%; }
 #panel-homeopathy .wh-hero-actions { flex-wrap:wrap; gap:8px; margin-top:20px; }
 #panel-homeopathy .wh-hero-actions a { padding:10px 14px; }
 #panel-homeopathy #homeopathy-method,#panel-homeopathy .info-grid { margin:22px 14px 28px; }
 #panel-homeopathy .legacy-tool-board-homeopathy { gap:18px; }
 #panel-homeopathy .legacy-source-list { flex:1 1 100%; grid-template-columns:1fr 1fr; }
 #panel-homeopathy .legacy-source-option:last-child { grid-column:1/-1; }
 #panel-homeopathy .homeopathy-compact-actions { padding-left:0; border:0; }
 #panel-homeopathy .legacy-column-header { margin:0 16px; }
 #panel-homeopathy .legacy-column-body { padding:14px 16px 18px; }
 #panel-homeopathy .search-row { grid-template-columns:minmax(0,1fr) auto; }
 #panel-homeopathy .search-row button { min-width:70px; padding:10px; }
 #panel-homeopathy #homeopathy-materia .mini-tool { padding:20px 16px; }
 #panel-homeopathy .homeopathy-materia-source { flex-wrap:wrap; gap:12px; }
 #panel-homeopathy .wh-about-intro { min-height:450px; padding:26px 20px 180px; background-image:linear-gradient(180deg,#fff 0%,#ffffffe8 62%,#ffffff00 88%),url("finder-account/login-book-fusion-5aab62591a59.jpg"); }
 #panel-homeopathy .wh-about-layout { padding:24px 18px; }
 body.IFAccountPage--webhomeopath .IFAccountMain { width:calc(100% - 28px); padding:24px 0 28px; }
 body.IFAccountPage--webhomeopath .IFAccountHero,body.IFAccountPage--webhomeopath .IFMembershipHero { min-height:310px; margin:-24px -14px 0; padding:24px 20px 140px; background-position:75% center; background-image:linear-gradient(180deg,#fff 0%,#ffffffdd 60%,#ffffff00 89%),url("visual/webhomeopath-repertory-books-hero-v2.jpg"); }
 body.IFAccountPage--webhomeopath .IFAuthLayout { grid-template-columns:1fr; gap:22px; }
 body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro { min-height:300px; margin:-24px -14px 0; padding:24px 20px 130px; }
 body.IFAccountPage--webhomeopath .IFAuthCard { padding:22px 18px; }
 body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { grid-template-columns:1fr; padding:22px 18px; }
 body.IFAccountPage--webhomeopath .IFPrimaryCheckout { width:100%; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { grid-template-columns:50px minmax(0,1fr); gap:14px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { width:50px; height:50px; }
 body.IFAccountPage--webhomeopath .IFPrimaryTrust { display:grid; grid-template-columns:1fr; gap:8px; }
 body.IFAccountPage--webhomeopath .IFMembershipIncluded { padding:16px; gap:12px; }
 body.IFAccountPage--webhomeopath .IFMoreServices { grid-template-columns:1fr; padding:20px 18px; }
 body.IFAccountPage--webhomeopath .IFMoreServices .IFPlanAction { grid-column:1; }
 body.IFAccountPage--webhomeopath .IFBundleScale { padding:14px 12px; gap:6px; grid-template-columns:1fr repeat(4,.8fr); }
 body.IFAccountPage--webhomeopath .IFSiteCard { grid-template-columns:24px 32px minmax(0,1fr); gap:10px; padding:12px; }
 body.IFAccountPage--webhomeopath .IFSiteCard .wh-line-icon { width:32px; height:32px; }
 body.IFAccountPage--webhomeopath .wh-site-price { grid-column:3; text-align:left; }
 body.IFAccountPage--webhomeopath .IFOrderSummary { padding:22px 18px; }
 #panel-homeopathy .wh-footer-compact .wh-footer-inner,body.IFAccountPage--webhomeopath .wh-footer-compact .wh-footer-inner { flex-direction:column; gap:8px; }
 #panel-homeopathy .wh-footer-separator,body.IFAccountPage--webhomeopath .wh-footer-separator { display:none; }
}

body.IFAccountPage--webhomeopath .wh-account-row { display:grid; grid-template-columns:54px minmax(0,1.5fr) minmax(0,1fr); gap:24px; align-items:start; }
body.IFAccountPage--webhomeopath .wh-account-icon { width:54px; height:54px; padding:12px; border-radius:50%; background:#eaf5fa; }
body.IFAccountPage--webhomeopath .wh-account-facts { padding-left:26px; border-left:1px solid var(--wh-line); color:var(--wh-text); }
body.IFAccountPage--webhomeopath .wh-account-facts h3 { margin:0 0 10px; color:var(--wh-ink); }
body.IFAccountPage--webhomeopath .wh-account-facts ul { display:grid; gap:8px; padding:0; margin:0; list-style:none; }
body.IFAccountPage--webhomeopath .wh-account-facts li::before { content:"✓"; margin-right:8px; color:#198b44; }
body.IFAccountPage--webhomeopath .wh-account-row--destructive { border-color:#e5c9c9; }
body.IFAccountPage--webhomeopath .IFPermanentFree { display:none; }
.wh-service-previews { display:flex; grid-column:2; grid-row:1; align-items:center; padding-left:10px; }
.wh-service-previews > span { width:115px; margin-left:-10px; padding:10px 6px 0; border:1px solid var(--wh-line); border-radius:6px; background:#fff; font-size:var(--wh-small); box-shadow:0 8px 18px #17394a09; }
.wh-service-previews > span:nth-child(2) { transform:translateY(-8px); }
.wh-service-previews > span:nth-child(3) { transform:translateY(-16px); }
.wh-service-previews em { display:block; height:62px; margin-top:8px; background:url("visual/webhomeopath-repertory-books-hero-v2.jpg") 73% center/cover; }
@media(max-width:700px) { body.IFAccountPage--webhomeopath .wh-account-row { grid-template-columns:42px minmax(0,1fr); gap:14px; } body.IFAccountPage--webhomeopath .wh-account-icon { width:42px; height:42px; padding:9px; } body.IFAccountPage--webhomeopath .wh-account-facts { grid-column:2; border-left:0; border-top:1px solid var(--wh-line); padding:16px 0 0; } .wh-service-previews { grid-column:1; grid-row:auto; justify-content:center; margin-top:16px; } }

#panel-homeopathy .homeopathy-materia-fulltext { display:none; }

/* One type scale also covers legacy account components and notices. */
body.IFAccountPage--webhomeopath { --wh-type-small:14px; --wh-type-body:18px; --wh-type-heading:28px; --wh-type-title:48px; }
body.IFAccountPage--webhomeopath .IFPlanAction { font-size:var(--wh-body)!important; }
body.IFAccountPage--webhomeopath .IFMembershipHero { max-width:none; width:auto; background-size:100% 100%,auto 100%; background-position:center,right center; background-repeat:no-repeat; }
body.IFAccountPage--webhomeopath .wh-membership-options { display:grid; grid-column:1; gap:12px; align-content:start; }
body.IFAccountPage--webhomeopath .IFPeriodChoice button[aria-pressed="true"] { color:var(--wh-blue-dark); }
@media(max-width:700px) { body.IFAccountPage--webhomeopath .IFMembershipHero { padding:24px 20px 150px; min-height:320px; background-size:100% 100%,auto 150px; background-position:center,right bottom; } }

#panel-homeopathy { --wh-type-small:14px; --wh-type-body:18px; --wh-type-heading:28px; --wh-type-title:48px; }
#panel-homeopathy .homeopathy-source-column .wh-source-toolbar { flex-direction:row; flex-wrap:nowrap; }
#panel-homeopathy .homeopathy-source-language-options { grid-column:1/-1; }
#panel-homeopathy .wh-footer-compact .wh-footer-inner { width:100%!important; max-width:none!important; }
#panel-homeopathy .sibling-links > span,#panel-homeopathy .wh-language-button span,#panel-homeopathy .homeopathy-new-search-icon,#panel-homeopathy .homeopathy-new-search-label { font-size:var(--wh-small)!important; }
#panel-homeopathy .legacy-column-header > strong,#panel-homeopathy .legacy-search-block > label { font-size:var(--wh-body)!important; }
@media(max-width:1250px) { #panel-homeopathy .homeopathy-source-column .wh-source-toolbar { flex-wrap:wrap; } }

#panel-homeopathy .wh-footer-compact .wh-footer-inner { width:100%!important; max-width:none!important; }
#panel-homeopathy .wh-original-options { margin:0 16px 12px; font-size:var(--wh-small); color:var(--wh-text); }
#panel-homeopathy .wh-original-options summary,#panel-homeopathy .wh-original-options label { font-size:var(--wh-small)!important; }
#panel-homeopathy .wh-original-options p { display:none; }
#panel-homeopathy .wh-original-options label { display:flex; gap:8px; align-items:center; }

#panel-homeopathy .wh-footer.wh-footer-compact { display:block; grid-template-columns:none; }
#panel-homeopathy .wh-original-options > summary { min-height:0; margin:0; padding:4px 0; border:0; background:transparent; color:var(--wh-text); box-shadow:none; }
#panel-homeopathy .homeopathy-selected-column { align-self:stretch; }
#panel-homeopathy .homeopathy-source-column .wh-source-toolbar { align-items:center; }
#panel-homeopathy .wh-examples { display:flex; flex-wrap:wrap; gap:12px; margin-top:14px; }
#panel-homeopathy .wh-examples button { min-height:0; margin:0; padding:0 2px; border:0; border-radius:0; background:transparent; color:var(--wh-blue); box-shadow:none; }

#panel-homeopathy .search-row { display:grid!important; grid-template-columns:minmax(0,1fr) auto; }

body.IFAccountPage--webhomeopath .wh-footer.wh-footer-compact { display:block; grid-template-columns:none; }
body.IFAccountPage--webhomeopath .IFAccountQuickLinks { display:none; }
body.IFAccountPage--webhomeopath .IFSubscriptionPanel.is-empty { display:none; }
body.IFAccountPage--webhomeopath .IFAccountHero { background-size:100% 100%,auto 100%; background-position:center,right center; background-repeat:no-repeat; }

/* The source search and all route headings share the same presentation contract. */
@media(max-width:700px) { #panel-homeopathy#panel-homeopathy#panel-homeopathy#panel-homeopathy #mm518-preview-link { margin:16px 18px 0!important; } }

#panel-homeopathy .wh-materia-heading { margin:0 0 24px; color:var(--wh-ink); }

body.IFAccountPage--webhomeopath .wh-pending-order { margin:16px 0; }
body.IFAccountPage--webhomeopath .wh-pending-order > summary { padding:10px 0; color:var(--wh-blue-dark); }
body.IFAccountPage--webhomeopath .wh-account-row--destructive .IFDeletionAction { display:block; width:max-content; max-width:100%; margin:18px 0 0 auto; padding:10px 18px; border:1px solid #b64f52; border-radius:6px; color:#a33338; background:#fff; text-decoration:none; }

/* Shared primary navigation contrast, including inherited legacy link states. */

/* Native social sign-in uses IFSocialButton; its complete frame shares the form contract. */
body.IFAccountPage--webhomeopath a.IFSocialButton, body.IFAccountPage--webhomeopath a.IFSocialButton:visited, body.IFAccountPage--webhomeopath a.IFSocialButton:hover, body.IFAccountPage--webhomeopath a.IFSocialButton:focus {border:1px solid var(--wh-line) !important; border-radius:6px; min-height:48px; padding:10px 14px; box-sizing:border-box;}
/* Reference hierarchy. Restrained bold is intentional; the owner superseded the old three-size rule. */
body.customer-surface[data-current-panel="homeopathy"] .page,body.IFAccountPage--webhomeopath .IFAccountShell { width:100%; max-width:1600px; margin:0 auto; min-height:100vh; border-radius:0; }
#panel-homeopathy .legacy-page,body.IFAccountPage--webhomeopath .IFAccountShell { min-height:100vh; }
#panel-homeopathy,body.IFAccountPage--webhomeopath { --wh-type-small:14px; --wh-type-body:18px; --wh-type-heading:28px; --wh-type-title:48px; }
body.customer-surface #panel-homeopathy h1,body.IFAccountPage--webhomeopath h1 { font-size:32px!important; font-weight:400!important; line-height:1.12; letter-spacing:-.025em; }
body.customer-surface #panel-homeopathy h2,body.customer-surface #panel-homeopathy h3,body.IFAccountPage--webhomeopath h2,body.IFAccountPage--webhomeopath h3 { font-size:24px!important; font-weight:400!important; line-height:1.25; }
body.customer-surface #panel-homeopathy strong,body.IFAccountPage--webhomeopath strong { font-weight:400!important; }
body.customer-surface #panel-homeopathy p,body.IFAccountPage--webhomeopath p { line-height:1.5; }
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { grid-template-columns:360px minmax(0,1fr); grid-template-rows:minmax(30px,auto) 102px; padding:0 60px; gap:0 30px; }
#panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand { width:360px; padding-bottom:12px; }
#panel-homeopathy .brand-home-link img,body.IFAccountPage--webhomeopath .IFAccountBrand img { max-height:80px; }
#panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline { left:78px; font-size:12px; letter-spacing:.3em; }
#panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav { justify-content:space-between; gap:8px; }
#panel-homeopathy .legacy-menu.wh-entry-menu > a,body.IFAccountPage--webhomeopath .IFAccountNav > a { font-size:18px!important; padding:12px 13px; min-height:48px; }
#panel-homeopathy .wh-language-button,body.IFAccountPage--webhomeopath .wh-account-language > summary { font-size:18px!important; min-height:48px; }
#panel-homeopathy .wh-user-menu > summary,body.IFAccountPage--webhomeopath .IFAccountUserMenu > summary { font-size:18px; }
#panel-homeopathy .wh-entry-menu > a.wh-nav-create,#panel-homeopathy .wh-entry-menu > a.wh-nav-create:visited,#panel-homeopathy .wh-entry-menu > a.wh-nav-create:hover,#panel-homeopathy .wh-entry-menu > a.wh-nav-create:focus { color:#fff!important; background:var(--wh-blue)!important; }
#panel-homeopathy .wh-hero { min-height:420px; padding:60px; background-position:center; }
#panel-homeopathy .wh-hero-copy { width:58%; max-width:750px; }
body.customer-surface #panel-homeopathy #wh-hero-title { max-width:23ch; font-size:32px!important; }
#panel-homeopathy .wh-hero-copy > p { font-size:24px!important; margin-top:20px; }
#panel-homeopathy .wh-hero-actions { justify-content:flex-start; margin-top:30px; gap:20px; }
#panel-homeopathy .wh-hero-actions a { min-height:58px; padding:14px 26px; font-size:20px!important; font-weight:400; border:1px solid var(--wh-blue)!important; }
#panel-homeopathy .wh-hero-secondary { background:#fff!important; color:var(--wh-blue-dark)!important; }
#panel-homeopathy #homeopathy-method { margin:36px 32px 68px; }
#panel-homeopathy .legacy-tool-board-homeopathy { grid-template-columns:minmax(0,1.56fr) minmax(0,1fr)!important; gap:34px 22px; }
#panel-homeopathy .legacy-column-header { margin:0 24px; padding:18px 0 10px; }
#panel-homeopathy #homeopathy-method .legacy-column-header h2,#panel-homeopathy #homeopathy-method .legacy-column-header > strong { font-size:24px!important; font-weight:400!important; line-height:1.2!important; }
#panel-homeopathy .legacy-column-body { padding:14px 24px 22px; }
#panel-homeopathy #homeopathy-method .legacy-column-header p { font-size:18px!important; font-weight:400!important; color:var(--wh-text); }
#panel-homeopathy #homeopathy-selected-count { font-size:16px!important; font-weight:400!important; }
#panel-homeopathy #homeopathy-method .legacy-search-block > label { font-size:20px!important; color:var(--wh-text); }
#panel-homeopathy .search-row input,#panel-homeopathy #homeopathy-search-button { min-height:52px!important; font-size:18px!important; }
#panel-homeopathy #homeopathy-search-button { min-width:118px; color:#fff!important; background:var(--wh-blue)!important; border:1px solid var(--wh-blue-dark)!important; }
#panel-homeopathy .wh-examples,#panel-homeopathy .wh-examples button { font-size:16px!important; }
#panel-homeopathy .homeopathy-source-column { position:relative; }
#panel-homeopathy .homeopathy-source-column .wh-source-toolbar { padding:18px 20px; gap:14px; }
#panel-homeopathy .wh-source-title { padding-right:14px; border-right:1px solid var(--wh-line); font-size:18px; }
#panel-homeopathy .homeopathy-source-column .legacy-source-list { grid-template-columns:repeat(4,minmax(0,1fr)) minmax(195px,1.25fr); }
#panel-homeopathy .homeopathy-source-column .legacy-source-option { padding:8px 10px; min-height:50px; }
body.customer-surface #panel-homeopathy .legacy-source-option strong { font-size:14px!important; font-weight:400!important; }
#panel-homeopathy .wh-original-options { position:absolute; right:20px; top:100%; z-index:5; margin:0; font-size:14px!important; }
#panel-homeopathy .wh-original-options > summary { padding:3px 0; font-size:14px!important; }
#panel-homeopathy .wh-original-options[open] { padding:12px; border:1px solid var(--wh-line); background:#fff; box-shadow:0 8px 20px #123c5310; }
#panel-homeopathy .wh-original-options[open] label { max-width:300px; }
#panel-homeopathy #homeopathy-new-search { min-height:50px; font-size:16px!important; }
#panel-homeopathy #homeopathy-new-search * { font-size:16px!important; }
#panel-homeopathy .info-grid { margin:36px 42px 50px; }
#panel-homeopathy #homeopathy-materia .mini-tool { padding:38px; }
#panel-homeopathy #homeopathy-materia .mini-tool::before,#panel-homeopathy #homeopathy-materia::before { display:none!important; content:none!important; }
#panel-homeopathy #homeopathy-materia .wh-materia-heading { font-size:32px!important; margin:0 0 30px; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-source { padding:18px 22px; margin-bottom:22px; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-picker > label { font-size:20px!important; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-picker { gap:12px; }
#panel-homeopathy #homeopathy-materia input,#panel-homeopathy #homeopathy-materia-button { min-height:58px; font-size:20px!important; }
#panel-homeopathy #homeopathy-materia-button { background:var(--wh-blue)!important; color:#fff!important; padding:12px 30px; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-letters { gap:22px; padding:26px 0; }
#panel-homeopathy #homeopathy-materia .homeopathy-materia-letters button { font-size:20px!important; }
#panel-homeopathy #mm518-preview-link { margin:18px 38px 0!important; }
body.wh-route-about #panel-homeopathy .info-grid { margin:0; }
#panel-homeopathy #homeopathy-about { border:0; }
#panel-homeopathy .wh-about-intro { min-height:330px; padding:40px 46% 36px 48px; }
#panel-homeopathy #homeopathy-about .wh-about-intro h1 { font-size:32px!important; }
#panel-homeopathy #homeopathy-about .wh-about-lead { font-size:24px!important; }
#panel-homeopathy .wh-about-layout { padding:30px 48px 44px; grid-template-columns:minmax(0,1fr) 29%; gap:40px; }
#panel-homeopathy #homeopathy-about .wh-about-section h2 { font-size:24px!important; font-weight:400!important; }
#panel-homeopathy #homeopathy-about .wh-about-section p { font-size:18px!important; }
#panel-homeopathy .wh-about-sections { gap:32px; }
#panel-homeopathy .wh-about-principles { padding:24px; }
#panel-homeopathy .wh-about-principles p > strong,#panel-homeopathy .wh-about-principles p > span { display:block; }
#panel-homeopathy .wh-about-principles p > span { margin-top:8px; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFAccountMain { width:calc(100% - 144px); max-width:1280px; padding:38px 0 30px; }
body.IFAccountPage--webhomeopath .IFAccountHero { min-height:235px; padding:30px 46% 45px 0; margin:-10px 0 0; }
body.IFAccountPage--webhomeopath .IFAccountHero > div > p:not(.IFAccountKicker) { font-size:22px!important; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFAccountHero .IFAccountKicker { font-size:14px!important; }
body.IFAccountPage--webhomeopath .wh-account-row { grid-template-columns:68px minmax(0,1.5fr) minmax(0,1fr); padding:24px; gap:24px; }
body.IFAccountPage--webhomeopath .wh-account-icon { width:64px; height:64px; padding:15px; }
body.IFAccountPage--webhomeopath .IFAccountPanel .IFPrimaryLink,body.IFAccountPage--webhomeopath .IFAccountPanel .IFTextLink { float:none; display:inline-flex; margin:18px 0 0; }
body.IFAccountPage--webhomeopath .wh-account-facts h3 { font-size:16px!important; }
body.IFAccountPage--webhomeopath .wh-account-facts,body.IFAccountPage--webhomeopath .wh-account-facts p,body.IFAccountPage--webhomeopath .wh-account-facts li { font-size:16px!important; }
body.IFAccountPage--webhomeopath .wh-account-row--destructive .IFDeletionAction { margin-left:0; }
body.IFAccountPage--webhomeopath .IFAccountKicker { font-size:16px!important; letter-spacing:.1em; }
body.IFAccountPage--webhomeopath .IFMembershipHero { min-height:190px; margin:-20px 0 0; padding:24px 28% 28px 0; }
body.IFAccountPage--webhomeopath .IFMembershipHero h1 { font-size:32px!important; }
body.IFAccountPage--webhomeopath .IFMembershipHero > p:last-child,body.IFAccountPage--webhomeopath .IFMembershipHero > div > p:last-child { font-size:22px!important; }
body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr); padding:36px 50px; gap:28px 40px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { grid-template-columns:110px minmax(0,1fr); gap:36px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { width:110px; height:110px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon .wh-line-icon { width:60px; height:60px; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription h2 { font-size:32px!important; }
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription p,body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription small { font-size:22px!important; }
body.IFAccountPage--webhomeopath .IFPrimaryPrice strong { font-size:32px!important; font-weight:400!important; }
body.IFAccountPage--webhomeopath .IFPrimaryPrice span { font-size:24px!important; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice button { min-height:90px; padding:18px 24px; }
body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice strong,body.IFAccountPage--webhomeopath .IFPrimaryPeriodChoice small { font-size:20px!important; }
body.IFAccountPage--webhomeopath .IFPrimaryCheckout { width:calc(100% - 146px); min-height:56px; font-size:22px!important; }
body.IFAccountPage--webhomeopath .IFPrimaryTrust { padding-left:146px; }
body.IFAccountPage--webhomeopath .IFPrimaryTrust li { font-size:16px; }
body.IFAccountPage--webhomeopath .IFMembershipIncluded { padding:22px 32px; }
body.IFAccountPage--webhomeopath .IFMembershipIncluded p { font-size:20px!important; }
body.IFAccountPage--webhomeopath .IFMoreServices { padding:26px 30px; }
body.IFAccountPage--webhomeopath .IFMoreServices h2 { font-size:24px!important; }
body.IFAccountPage--webhomeopath .IFMoreServices .IFPlanAction { grid-column:1; justify-self:start; min-height:54px; }
body.IFAccountPage--webhomeopath .IFMembershipStep--two { grid-template-columns:minmax(0,1.4fr) minmax(390px,1fr); gap:18px 26px; }
body.IFAccountPage--webhomeopath .IFMembershipStep--two .IFMembershipHero { padding-left:0; }
body.IFAccountPage--webhomeopath .IFBundleScale { min-height:86px; padding:20px; }
body.IFAccountPage--webhomeopath .IFBundleScale strong { font-size:24px!important; }
body.IFAccountPage--webhomeopath .IFBundleScale span { font-size:18px; }
body.IFAccountPage--webhomeopath .IFSiteCard { grid-template-columns:24px 54px minmax(0,1fr) auto; min-height:78px; }
body.IFAccountPage--webhomeopath .IFSiteCard h2 { font-size:20px!important; }
body.IFAccountPage--webhomeopath .IFSiteCard p { font-size:16px!important; }
body.IFAccountPage--webhomeopath .wh-site-price > span { font-size:18px!important; }
body.IFAccountPage--webhomeopath .IFOrderSummary { grid-row:3; padding:30px; }
body.IFAccountPage--webhomeopath .IFOrderSummary h2 { font-size:24px!important; }
body.IFAccountPage--webhomeopath .IFOrderTotal { order:0; }
body.IFAccountPage--webhomeopath .IFOrderTotal strong { font-size:32px!important; font-weight:400!important; }
body.IFAccountPage--webhomeopath .IFPeriodChoice { flex-direction:column; gap:0; }
body.IFAccountPage--webhomeopath .IFPeriodChoice p { display:none; }
body.IFAccountPage--webhomeopath .IFPeriodChoice button { display:flex; align-items:center; text-align:left; border:0; background:#fff; font-size:20px!important; }
body.IFAccountPage--webhomeopath .IFPeriodChoice button::before { content:""; width:24px; height:24px; margin-right:12px; border:2px solid #7a9dbb; border-radius:50%; }
body.IFAccountPage--webhomeopath .IFPeriodChoice button[aria-pressed="true"]::before { border:7px solid var(--wh-blue); }
body.IFAccountPage--webhomeopath .IFPeriodChoice button[aria-pressed="true"] { background:#fff; }
body.IFAccountPage--webhomeopath .IFOrderSummary > .IFPlanAction { min-height:58px; font-size:22px!important; }
body.IFAccountPage--webhomeopath .WHAccountEntry { grid-template-columns:minmax(0,1fr) minmax(440px,.95fr); gap:50px; }
body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro { min-height:670px; margin:-38px 0 -30px -72px; padding:40px 25px 300px 72px; }
body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro h1 { font-size:32px!important; }
body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro > p:not(.IFAccountKicker) { font-size:24px!important; color:var(--wh-text); }
body.IFAccountPage--webhomeopath .IFAccountSecurityNote { display:none; }
body.IFAccountPage--webhomeopath .IFAuthCard { padding:32px; }
body.IFAccountPage--webhomeopath .IFAccessTabs a { font-size:22px!important; border:0!important; background:transparent!important; }
body.IFAccountPage--webhomeopath .IFAccessTabs a[aria-current="page"] { color:var(--wh-ink); font-weight:400!important; background:#edf6fc!important; }
body.IFAccountPage--webhomeopath .IFAuthCard input:not([type="checkbox"]),body.IFAccountPage--webhomeopath .IFAuthCard .IFPrimaryButton { min-height:58px; }
body.IFAccountPage--webhomeopath a.IFSocialButton { min-height:60px; }
body.IFAccountPage--webhomeopath .IFPasswordHeading { margin-top:24px; }
body.IFAccountPage--webhomeopath .IFPrimaryButton,body.IFAccountPage--webhomeopath .IFPrimaryLink,body.IFAccountPage--webhomeopath .IFPlanAction { font-weight:400!important; }
#panel-homeopathy .wh-footer-compact .wh-footer-inner,body.IFAccountPage--webhomeopath .wh-footer-compact .wh-footer-inner { width:100%!important; max-width:none!important; flex-wrap:wrap; gap:8px 14px; }
#panel-homeopathy .wh-footer-inner *,body.IFAccountPage--webhomeopath .wh-footer-inner * { font-size:16px!important; }
@media(max-width:1320px) {
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { grid-template-columns:300px minmax(0,1fr); padding:0 32px; gap:0 18px; }
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand { width:300px; }
 #panel-homeopathy .legacy-menu.wh-entry-menu > a,body.IFAccountPage--webhomeopath .IFAccountNav > a { font-size:16px!important; padding:10px; }
 #panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline { left:63px; }
 #panel-homeopathy .homeopathy-source-column .wh-source-toolbar { flex-wrap:wrap; }
 body.IFAccountPage--webhomeopath .IFAccountMain { width:calc(100% - 80px); }
 body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { padding:30px; gap:24px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { grid-template-columns:84px minmax(0,1fr); gap:24px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { width:84px; height:84px; }
 body.IFAccountPage--webhomeopath .IFPrimaryCheckout { width:calc(100% - 108px); }
 body.IFAccountPage--webhomeopath .IFPrimaryTrust { padding-left:108px; }
 body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro { margin-left:-40px; padding-left:40px; }
}
@media(max-width:1050px) {
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { grid-template-columns:1fr; grid-template-rows:minmax(26px,auto) 80px auto; padding:0 24px 14px; }
 #panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav { grid-column:1; grid-row:3; flex-wrap:wrap; justify-content:flex-start; }
 #panel-homeopathy .legacy-tool-board-homeopathy,#panel-homeopathy .wh-about-layout { grid-template-columns:1fr; }
 #panel-homeopathy .homeopathy-symptom-column,#panel-homeopathy .homeopathy-selected-column { grid-column:1; }
 body.IFAccountPage--webhomeopath .IFMembershipStep--two { grid-template-columns:1fr; }
 body.IFAccountPage--webhomeopath .IFOrderSummary { grid-column:1; grid-row:auto; position:static; }
 body.IFAccountPage--webhomeopath .WHAccountEntry { grid-template-columns:1fr 1fr; gap:25px; }
}
@media(max-width:700px) {
 body.customer-surface #panel-homeopathy h1,body.IFAccountPage--webhomeopath h1 { font-size:32px!important; }
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader { padding:0 16px 12px; }
 #panel-homeopathy .wh-hero { min-height:520px; padding:28px 20px 220px; }
 #panel-homeopathy .wh-hero-copy { width:100%; }
 body.customer-surface #panel-homeopathy #wh-hero-title { font-size:32px!important; }
 #panel-homeopathy .wh-hero-copy > p { font-size:20px!important; }
 #panel-homeopathy .wh-hero-actions { gap:10px; }
 #panel-homeopathy .wh-hero-actions a { padding:12px 18px; min-height:50px; font-size:18px!important; }
 #panel-homeopathy #homeopathy-method,#panel-homeopathy .info-grid { margin:24px 14px 40px; }
 #panel-homeopathy .wh-source-title { border:0; }
 #panel-homeopathy .homeopathy-source-column .legacy-source-list { grid-template-columns:1fr 1fr; flex-basis:100%; }
 #panel-homeopathy .legacy-source-option:last-child { grid-column:1/-1; }
 #panel-homeopathy .wh-original-options { right:8px; }
 #panel-homeopathy .legacy-column-header { margin:0 16px; }
 #panel-homeopathy .legacy-column-body { padding:14px 16px 22px; }
 #panel-homeopathy #homeopathy-method .legacy-column-header h2 { font-size:24px!important; }
 #panel-homeopathy #homeopathy-search-button { min-width:70px; }
 #panel-homeopathy #homeopathy-materia .mini-tool { padding:24px 18px; }
 #panel-homeopathy #homeopathy-materia .wh-materia-heading { font-size:32px!important; }
 #panel-homeopathy #homeopathy-materia .homeopathy-materia-letters { gap:12px; }
 #panel-homeopathy .wh-about-intro { padding:30px 22px 180px; }
 #panel-homeopathy #homeopathy-about .wh-about-intro h1 { font-size:32px!important; }
 #panel-homeopathy .wh-about-layout { padding:24px 20px; }
 body.IFAccountPage--webhomeopath .IFAccountMain { width:calc(100% - 28px); padding:24px 0; }
 body.IFAccountPage--webhomeopath .IFAccountHero,body.IFAccountPage--webhomeopath .IFMembershipHero { min-height:320px; padding:24px 12px 160px; margin:-24px -14px 0; }
 body.IFAccountPage--webhomeopath .IFMembershipHero h1 { font-size:32px!important; }
 body.IFAccountPage--webhomeopath .IFAccountHero > p,body.IFAccountPage--webhomeopath .IFMembershipHero > p:last-child { font-size:20px!important; }
 body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer { grid-template-columns:1fr; padding:24px 18px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription { grid-template-columns:50px minmax(0,1fr); gap:16px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferIcon { width:50px; height:50px; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription h2 { font-size:24px!important; }
 body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription p,body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription small { font-size:18px!important; }
 body.IFAccountPage--webhomeopath .IFPrimaryCheckout { width:100%; }
 body.IFAccountPage--webhomeopath .IFPrimaryTrust { padding:0; }
 body.IFAccountPage--webhomeopath .IFMoreServices { grid-template-columns:1fr; padding:24px 18px; }
 body.IFAccountPage--webhomeopath .IFBundleScale { grid-template-columns:1.4fr repeat(4,1fr); gap:6px; padding:14px 10px; }
 body.IFAccountPage--webhomeopath .IFBundleScale strong { font-size:18px!important; }
 body.IFAccountPage--webhomeopath .IFBundleScale span { font-size:14px; }
 body.IFAccountPage--webhomeopath .IFSiteCard { grid-template-columns:24px 32px minmax(0,1fr); gap:10px; }
 body.IFAccountPage--webhomeopath .wh-site-price { grid-column:3; text-align:left; }
 body.IFAccountPage--webhomeopath .IFOrderSummary { padding:24px 18px; }
 body.IFAccountPage--webhomeopath .wh-account-row { grid-template-columns:42px minmax(0,1fr); padding:20px 16px; gap:14px; }
 body.IFAccountPage--webhomeopath .wh-account-icon { width:42px; height:42px; padding:9px; }
 body.IFAccountPage--webhomeopath .wh-account-facts { grid-column:2; padding:16px 0 0; border-left:0; border-top:1px solid var(--wh-line); }
 body.IFAccountPage--webhomeopath .WHAccountEntry { grid-template-columns:1fr; }
 body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro { min-height:360px; margin:-24px -14px 0; padding:28px 20px 160px; }
 body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro h1 { font-size:32px!important; }
 body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro > p:not(.IFAccountKicker) { font-size:22px!important; }
 body.IFAccountPage--webhomeopath .IFAuthCard { padding:24px 18px; }
 #panel-homeopathy .wh-footer-inner *,body.IFAccountPage--webhomeopath .wh-footer-inner * { font-size:14px!important; }
}

/* Photographic backgrounds separated from live text and form controls. */
#panel-homeopathy .wh-about-intro {background-image:linear-gradient(90deg,#fff 0%,#ffffffed 34%,#ffffff00 70%),url("/assets/visual/webhomeopath-about-photo-k68.jpg");background-size:cover;background-position:center;}
body.IFAccountPage--webhomeopath .WHAccountEntry {background:url("/assets/visual/webhomeopath-login-photo-k68.jpg") center bottom/cover no-repeat; margin:-38px calc((1280px - 100vw)/2) -30px; padding:46px max(6vw,40px) 80px max(11.5vw,48px); min-height:815px; gap:70px;}
body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro {background:none; margin:0; padding:25px 0 300px; min-height:0;}
body.IFAccountPage--webhomeopath .IFAuthCard {background:#ffffffed;align-self:start;}
body.IFAccountPage--webhomeopath .wh-account-disclosure {margin-top:18px;}
body.IFAccountPage--webhomeopath .wh-account-disclosure > summary {display:inline-flex;align-items:center;min-height:42px;padding:8px 24px;border:1px solid var(--wh-blue);border-radius:4px;color:var(--wh-blue);cursor:pointer;list-style:none;}
body.IFAccountPage--webhomeopath .wh-account-disclosure > summary::-webkit-details-marker {display:none;}
body.IFAccountPage--webhomeopath .wh-account-help {display:flex;align-items:center;gap:24px;padding:24px;background:#f1f8fc;border-radius:8px;margin-top:20px;}
body.IFAccountPage--webhomeopath .wh-account-help .IFSecondaryLink {margin-left:auto;}
@media(max-width:1424px){body.IFAccountPage--webhomeopath .WHAccountEntry {margin-left:-72px;margin-right:-72px;}}
@media(max-width:1320px){body.IFAccountPage--webhomeopath .WHAccountEntry {margin-left:-40px;margin-right:-40px;padding:40px;gap:35px;}}
@media(max-width:700px){body.IFAccountPage--webhomeopath .WHAccountEntry {background-position:left top;background-size:auto 540px;margin:-24px -14px;padding:20px 14px 36px;gap:20px;}body.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro {min-height:400px;padding:15px 8px 200px;}body.IFAccountPage--webhomeopath .wh-account-help {flex-wrap:wrap;}body.IFAccountPage--webhomeopath .wh-account-help .IFSecondaryLink {margin-left:0;}}

body.customer-surface #panel-homeopathy .homeopathy-symptom-column .legacy-column-body {padding:14px 24px 22px;}
body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-header {display:grid;grid-template-columns:1fr auto;gap:24px 12px;border:0;}
body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-header h2 {grid-column:1;grid-row:1;}
body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-header p {grid-column:1/-1;grid-row:2;margin:0;padding-top:0;}
body.customer-surface #panel-homeopathy #homeopathy-selected-count {grid-column:2;grid-row:1;}
#panel-homeopathy .homeopathy-source-column .legacy-source-option {min-height:50px;padding:5px 9px;}
#panel-homeopathy .homeopathy-source-column .legacy-source-list {grid-template-columns:repeat(4,minmax(0,1fr)) minmax(215px,1.28fr);}
body.customer-surface #panel-homeopathy .wh-hero-copy {max-width:750px;}
@media(max-width:700px){body.customer-surface #panel-homeopathy .homeopathy-symptom-column .legacy-column-body{padding:14px 16px 22px;}#panel-homeopathy .homeopathy-source-column .legacy-source-list {grid-template-columns:1fr 1fr;}body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-header{gap:16px 8px;}}
#panel-homeopathy .legacy-tool-board-homeopathy {grid-template-areas:"sources sources" "symptoms selected";}
#panel-homeopathy .homeopathy-result-column {grid-area:auto!important;grid-column:1/-1;}
#panel-homeopathy .homeopathy-source-column .legacy-source-option {height:50px;}
@media(max-width:1050px){#panel-homeopathy .legacy-tool-board-homeopathy{grid-template-columns:1fr!important;grid-template-areas:"sources" "symptoms" "selected";}}
@media(max-width:700px){#panel-homeopathy .homeopathy-source-column .legacy-source-option{height:auto;}}
body.customer-surface #panel-homeopathy h1,body.customer-surface #panel-homeopathy h2,body.customer-surface #panel-homeopathy h3,body.IFAccountPage--webhomeopath h1,body.IFAccountPage--webhomeopath h2,body.IFAccountPage--webhomeopath h3 {color:var(--wh-ink);}
body.IFAccountPage--webhomeopath .IFPrimaryButton,body.IFAccountPage--webhomeopath .IFPrimaryLink,body.IFAccountPage--webhomeopath .IFPrimaryCheckout {background:var(--wh-blue)!important;color:#fff!important;}
body.IFAccountPage--view-account .IFAccountMain {padding-top:0;}
body.IFAccountPage--view-account .IFAccountHero {margin:0 -72px 0;padding:30px calc(46% + 72px) 40px 72px;min-height:230px;border:0;}
body.IFAccountPage--webhomeopath .wh-account-content h2 {margin:0 0 12px;}
body.IFAccountPage--webhomeopath .wh-account-content p {margin:12px 0;color:var(--wh-text);}
body.IFAccountPage--webhomeopath .wh-account-content .IFStatusValue {display:inline-flex;padding:4px 12px;border-radius:5px;background:#e6f6e6;font-size:14px!important;color:#146640;}
body.IFAccountPage--webhomeopath .wh-account-row:first-child .wh-account-content h2 {display:inline-block;margin-right:12px;}
body.IFAccountPage--webhomeopath .IFAccountHero h1 {margin:10px 0;}
body.IFAccountPage--webhomeopath .IFAccountHero > div > p:not(.IFAccountKicker) {margin:10px 0;}
@media(max-width:1320px){body.IFAccountPage--view-account .IFAccountHero{margin:0 -40px;padding:30px calc(43% + 40px) 40px 40px;}}
@media(max-width:700px){body.IFAccountPage--view-account .IFAccountHero{margin:0 -14px;padding:24px 26px 160px;}body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription p{font-size:18px!important;}}
body.IFAccountPage--view-memberships .IFAccountMain {max-width:1238px;width:calc(100% - 144px);padding-top:0;}
body.IFAccountPage--webhomeopath .IFMembershipHero--primary {margin:0 calc((1238px - 100vw)/2);padding:30px max(calc((100vw - 1238px)/2),72px) 24px;min-height:180px;}
body.IFAccountPage--webhomeopath .IFMembershipHero--primary h1,body.IFAccountPage--webhomeopath .IFMembershipHero--primary p {max-width:1100px;}
body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer {padding:32px 50px 28px;gap:22px 40px;}
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription h2 {margin:0 0 8px;}
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription p {line-height:1.2;margin:8px 0;}
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription .IFPrimaryPrice {line-height:1.15;margin:18px 0 0;}
body.IFAccountPage--webhomeopath .IFPrimaryOfferDescription small {line-height:1.25;display:block;}
body.IFAccountPage--webhomeopath .IFMoreServices p {margin:8px 0;}
@media(max-width:1382px){body.IFAccountPage--webhomeopath .IFMembershipHero--primary {margin:0 -72px;padding-left:72px;padding-right:72px;}}
@media(max-width:1320px){body.IFAccountPage--view-memberships .IFAccountMain{width:calc(100% - 80px);}body.IFAccountPage--webhomeopath .IFMembershipHero--primary {margin:0 -40px;padding-left:40px;padding-right:40px;}body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer{padding:30px;}}
@media(max-width:700px){body.IFAccountPage--view-memberships .IFAccountMain{width:calc(100% - 28px);}body.IFAccountPage--webhomeopath .IFMembershipHero--primary{margin:0 -14px;padding:24px 26px 160px;}body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer{padding:24px 18px;}}
body.IFAccountPage--webhomeopath .IFMembershipStep--two {margin:26px -42px 0;}
body.IFAccountPage--webhomeopath .IFMembershipHero--selection {margin:0;min-height:145px;padding:0 20% 18px 0;}
body.IFAccountPage--webhomeopath .IFMembershipHero--selection > div > p:last-child {max-width:1000px;}
body.IFAccountPage--webhomeopath .IFBundleScale > span {display:flex;flex-direction:column;gap:8px;text-align:center;padding:5px;border-radius:6px;}
body.IFAccountPage--webhomeopath .IFBundleScale > span.is-current {background:#dff6e4;color:#156934;}
body.IFAccountPage--webhomeopath .IFBundleScale b {font-size:18px!important;font-weight:400;}
body.IFAccountPage--webhomeopath .IFOrderTotal {border:0;border-top:1px solid var(--wh-line);border-radius:0;padding:20px 0 12px;background:none;}
body.IFAccountPage--webhomeopath .IFOrderTotal strong {font-size:32px!important;line-height:1.2;}
body.IFAccountPage--webhomeopath .IFOrderTotal small {font-size:20px!important;}
body.IFAccountPage--webhomeopath .IFOrderTotal .wh-saving {font-size:16px!important;display:inline-block;background:#e6f8e8;color:#216c38;padding:6px 12px;border-radius:6px;}
body.IFAccountPage--webhomeopath .IFPeriodChoice {padding:0;background:#fff;}
body.IFAccountPage--webhomeopath .IFPeriodChoice button {min-height:46px;font-weight:400;padding:10px 16px;}
@media(max-width:1382px){body.IFAccountPage--webhomeopath .IFMembershipStep--two{margin-left:-32px;margin-right:-32px;}}
@media(max-width:1320px){body.IFAccountPage--webhomeopath .IFMembershipStep--two{margin-left:0;margin-right:0;}}
@media(max-width:700px){body.IFAccountPage--webhomeopath .IFMembershipHero--selection{padding:20px 12px 160px;}body.IFAccountPage--webhomeopath .IFOrderTotal strong{font-size:32px!important;}}
#panel-homeopathy .wh-language-enhanced > select {display:none!important;}
body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-intro > p {font-size:18px!important;line-height:1.45!important;}
body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-intro > p.wh-about-lead {font-size:24px!important;line-height:1.3!important;margin:8px 0 18px;}
#panel-homeopathy #homeopathy-about {padding:0;}
@media(max-width:700px){#panel-homeopathy .wh-language-selector,body.IFAccountPage--webhomeopath .wh-account-language {flex:0 0 auto!important;width:auto!important;margin:0!important;}body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-intro > p.wh-about-lead {font-size:22px!important;}#panel-homeopathy .wh-about-intro{background-size:auto 320px;background-repeat:no-repeat;background-position:right bottom;}}

/* Owner refinement 2026-09-16: calm type, complete borders, common inner edge. */
body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a,
body.IFAccountPage--webhomeopath .IFAccountNav > a {font-weight:400!important;border:1px solid transparent;}
#panel-homeopathy .legacy-menu.wh-entry-menu > a[aria-current="page"],
body.IFAccountPage--webhomeopath .IFAccountNav > a[aria-current="page"] {border-color:var(--wh-line)!important;}
#panel-homeopathy .legacy-menu.wh-entry-menu > a[data-wh-register-nav],
body.IFAccountPage--webhomeopath .IFAccountNav > .IFNavRegister {border-color:var(--wh-blue)!important;}
#panel-homeopathy #homeopathy-selected-count {border:1px solid var(--wh-line);}
body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header h2 {margin:0!important;padding-left:0!important;}
body.customer-surface #panel-homeopathy #homeopathy-search-results strong,
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms strong,
body.customer-surface #panel-homeopathy #homeopathy-materia-results strong,
body.customer-surface #panel-homeopathy #homeopathy-simplified-results strong,
body.customer-surface #panel-homeopathy h4 {font-weight:400!important;}
body.IFAccountPage--webhomeopath.IFAccountPage--view-memberships .IFAccountMain,
body.IFAccountPage--webhomeopath.IFAccountPage--view-account .IFAccountMain {padding-top:0;}
body.IFAccountPage--webhomeopath .IFMembershipHero--primary {min-height:180px;}
body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer {min-height:350px;}
body.IFAccountPage--webhomeopath .IFMoreServices {grid-template-rows:auto auto;gap:16px 24px;}
body.IFAccountPage--webhomeopath .IFMoreServices > div:first-child {grid-column:1;grid-row:1;}
body.IFAccountPage--webhomeopath .IFMoreServices > a {grid-column:1;grid-row:2;}
body.IFAccountPage--webhomeopath .IFMoreServices .wh-service-previews {grid-column:2;grid-row:1/span 2;}
body.IFAccountPage--webhomeopath .IFOrderSummary [data-selected-sites] {gap:6px;}
body.IFAccountPage--webhomeopath .IFOrderSummary [data-selected-sites] li {padding:4px 0;border:0;}
body.IFAccountPage--webhomeopath .IFOrderSummary {align-self:start;}
body.IFAccountPage--webhomeopath .IFOrderSummary .IFOrderTotal {margin:14px 0;padding:14px 0 0;}
body.IFAccountPage--webhomeopath .wh-account-row--destructive .IFDeletionAction {margin-right:auto;float:none;}
body.IFAccountPage--webhomeopath .wh-account-help h2 {margin:0 0 8px;}
body.IFAccountPage--webhomeopath .wh-account-help p {margin:0;}
@media(min-width:1051px){
 body.IFAccountPage--webhomeopath .IFMembershipStep--two {margin-top:22px;gap:14px 26px;}
 body.IFAccountPage--webhomeopath .IFMembershipHero.IFMembershipHero--selection {padding:0 0 14px;min-height:130px;}
 body.IFAccountPage--webhomeopath .IFMembershipHero--selection > div {max-width:1000px;}
 body.IFAccountPage--webhomeopath .IFBundleScale {padding:12px 20px;min-height:86px;}
 body.IFAccountPage--webhomeopath .IFSiteCard {min-height:68px;padding:10px 16px;}
 body.IFAccountPage--webhomeopath .IFOrderSummary {padding:24px;}
 body.IFAccountPage--webhomeopath .IFOrderSummary .IFOrderTrust {justify-content:flex-start;gap:6px 12px;}
}
@media(max-width:700px){
 body.IFAccountPage--webhomeopath .IFMoreServices .wh-service-previews {grid-column:1;grid-row:3;}
 body.IFAccountPage--webhomeopath .IFMembershipPrimaryOffer {min-height:0;}
}

/* Shared column edge: title, divider, label and input use the same inset. */
body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header {padding-left:0!important;padding-right:0!important;}
body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header > [role="heading"] {margin:0!important;padding:0!important;}
body.customer-surface #panel-homeopathy .legacy-search-block > label {font-weight:400!important;}

/* Shared outer edge and identical typography for search and chosen symptoms. */
#panel-homeopathy,body.IFAccountPage--webhomeopath {--wh-gutter:32px;}
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {padding-left:var(--wh-gutter)!important;padding-right:var(--wh-gutter)!important;}
#panel-homeopathy #homeopathy-method,#panel-homeopathy .info-grid {margin-left:var(--wh-gutter)!important;margin-right:var(--wh-gutter)!important;}
#panel-homeopathy .wh-hero {padding-left:var(--wh-gutter);padding-right:var(--wh-gutter);}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms {display:flex;flex-direction:column;gap:0;width:100%;height:auto!important;min-height:0!important;max-height:320px;overflow:auto;padding:0;margin:0;flex:0 0 auto;flex-wrap:nowrap;align-items:stretch;}
body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-body {padding:14px 24px 22px;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .chip {display:grid!important;grid-template-columns:minmax(0,1fr) auto 40px;align-items:center;gap:8px;min-height:48px;width:100%;height:auto;padding:4px 8px;margin:0;border:0;border-bottom:1px solid var(--wh-line);border-radius:0;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .chip:last-child {border-bottom:0;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms button.chip-label,
body.customer-surface #panel-homeopathy #homeopathy-search-results .pick strong {font-size:18px!important;font-weight:400!important;line-height:1.45!important;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms button.chip-label {display:block;position:static;width:auto!important;height:auto!important;min-height:40px;max-width:none;min-width:0;margin:0;padding:4px 0;border:0!important;border-radius:0;background:transparent;color:inherit;text-align:left;white-space:normal;overflow:visible;overflow-wrap:anywhere;cursor:pointer;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms button.chip-remove {display:flex!important;align-items:center;justify-content:center;position:static;float:none;transform:none;width:40px!important;min-width:40px;height:40px!important;min-height:40px;padding:0!important;margin:0;border:1px solid var(--wh-line)!important;border-radius:5px;background:#fff;color:var(--wh-blue-dark);font-size:24px!important;line-height:1!important;overflow:visible;cursor:pointer;}
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms button:hover {background:var(--wh-pale);}
#panel-homeopathy #homeopathy-selected-symptoms .homeopathy-source-badges {position:static;display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;max-width:125px;margin:0;}
@media(max-width:700px){#panel-homeopathy,body.IFAccountPage--webhomeopath{--wh-gutter:14px;}body.customer-surface #panel-homeopathy .homeopathy-selected-column .legacy-column-body{padding:14px 16px 22px;}body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .chip{gap:6px;grid-template-columns:minmax(0,1fr) auto 40px;}}

/* The comparison tool is unavailable until explicit daily session acceptance. */
body[data-current-section="homeopathy-method"]:not(.wh-session-ready) #homeopathy-method,
body.wh-route-finder:not(.wh-session-ready) #homeopathy-method {display:none!important;}
#panel-homeopathy .wh-session-consent {display:none;width:calc(100% - 2 * var(--wh-gutter));max-width:1100px;margin:36px auto 56px;padding:0;border:0;border-radius:0;background:#fff;}
body.wh-route-finder:not(.wh-session-ready) #panel-homeopathy .wh-session-consent {display:block;}
body.wh-session-ready #wh-session-consent {display:none!important;}
#panel-homeopathy .wh-session-steps {display:flex;flex-wrap:wrap;gap:14px;list-style:none;margin:0 0 48px;padding:0;}
#panel-homeopathy .wh-session-steps li {display:flex;align-items:center;gap:18px;margin:0;padding:13px 18px;border:1px solid #c3d3d7;border-radius:7px;color:#5c7480;font-size:18px;line-height:1.3;}
#panel-homeopathy .wh-session-step-number {display:grid;place-items:center;flex:none;width:38px;height:38px;border:1px solid #adc4cf;border-radius:50%;font-size:16px;}
#panel-homeopathy .wh-session-heading {padding-bottom:26px;margin-bottom:26px;border-bottom:1px solid var(--wh-line);}
body.customer-surface #panel-homeopathy .wh-session-consent h1 {font-size:28px!important;line-height:1.3;margin:0 0 18px;}
#panel-homeopathy .wh-session-heading > p:last-child {max-width:790px;margin:0;color:#647782;line-height:1.7;}
body.customer-surface #panel-homeopathy .wh-session-kicker {font-size:14px!important;letter-spacing:.12em;color:#657d88;margin:0 0 18px;}
#panel-homeopathy .wh-session-info {display:flex;align-items:flex-start;gap:18px;margin:22px 0;padding:22px;border:1px solid #c6dbd5;border-radius:7px;background:#f0f7f4;}
#panel-homeopathy .wh-session-info > div {min-width:0;}
body.customer-surface #panel-homeopathy .wh-session-info h2 {font-size:20px!important;font-weight:600;line-height:1.4;margin:0 0 12px;}
#panel-homeopathy .wh-session-info p {margin:0;color:#496674;line-height:1.7;}
#panel-homeopathy .wh-session-info-icon {display:grid;place-items:center;flex:none;width:38px;height:38px;border-radius:50%;background:#2579aa;color:white;font-size:23px;font-weight:600;}
#panel-homeopathy .wh-session-lock {flex:none;align-self:center;width:30px;height:36px;fill:none;stroke:#5b7883;stroke-width:1.7;margin-right:8px;}
#panel-homeopathy #wh-session-form {display:block;margin-top:28px;}
#panel-homeopathy .wh-session-check {display:flex;align-items:flex-start;gap:18px;padding:20px 18px;border:1px solid var(--wh-line);border-radius:7px;cursor:pointer;}
#panel-homeopathy .wh-session-check input {flex:none;width:20px;height:20px;margin:5px 0 0;accent-color:var(--wh-blue);}
#panel-homeopathy .wh-session-check-copy {display:block;min-width:0;line-height:1.6;}
#panel-homeopathy .wh-session-check-copy strong {display:block;font-weight:600;}
#panel-homeopathy #wh-session-responsibility {display:block;margin-top:10px;color:#657d88;}
#panel-homeopathy .wh-session-actions {display:flex;justify-content:flex-end;margin:30px 0 24px;}
#panel-homeopathy #wh-session-start {min-height:48px;padding:12px 25px;border:1px solid var(--wh-blue-dark);border-radius:999px;background:var(--wh-blue);color:#fff;font-weight:400;}
#panel-homeopathy #wh-session-start:disabled {opacity:.55;cursor:not-allowed;}
#panel-homeopathy .wh-session-details {border:0;border-top:1px solid var(--wh-line);border-radius:0;padding:20px 0 0;background:transparent;}
#panel-homeopathy .wh-session-details > summary {cursor:pointer;color:#365a6d;font-weight:600;line-height:1.5;}
#panel-homeopathy .wh-session-details > p {margin:18px 0 0;line-height:1.65;}
#panel-homeopathy .wh-session-links {display:flex;flex-wrap:wrap;gap:24px;margin-top:18px;}
#panel-homeopathy .wh-session-links a {text-decoration:none!important;border-bottom:0;font-weight:600;}
#panel-homeopathy .wh-session-links a:hover {color:var(--wh-blue-dark);}
#panel-homeopathy .wh-session-consent :is(button,input,summary,a):focus-visible {outline:2px solid var(--wh-blue);outline-offset:4px;}
#panel-homeopathy #wh-session-status:empty {display:none;}
@media(max-width:700px){
 #panel-homeopathy .wh-session-consent{margin-top:24px;}
 #panel-homeopathy .wh-session-steps{gap:8px;margin-bottom:32px;}
 #panel-homeopathy .wh-session-steps li{flex:1;flex-direction:column;gap:8px;text-align:center;padding:10px 6px;font-size:14px;}
 #panel-homeopathy .wh-session-step-number{width:30px;height:30px;font-size:14px;}
 #panel-homeopathy .wh-session-info{padding:18px 14px;gap:12px;}
 #panel-homeopathy .wh-session-info-icon{width:30px;height:30px;font-size:20px;}
 #panel-homeopathy .wh-session-lock{width:24px;height:29px;margin-right:6px;}
 #panel-homeopathy .wh-session-check{padding:18px 14px;gap:12px;}
 #panel-homeopathy .wh-session-actions>button{width:100%;}
}

/* Selected label and removal action occupy separate, fixed grid columns. */
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .chip-label { grid-column:1; grid-row:1; justify-self:stretch; }
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .homeopathy-source-badges { grid-column:2; grid-row:1; }
body.customer-surface #panel-homeopathy #homeopathy-selected-symptoms .chip-remove { grid-column:3; grid-row:1; }

/* Shared native account disclosure: the navigation must not clip its links. */
#panel-homeopathy .legacy-menu.wh-entry-menu,
body.IFAccountPage--webhomeopath .IFAccountNav { overflow:visible; }
#panel-homeopathy .wh-user-menu > summary,
body.IFAccountPage--webhomeopath .IFAccountUserMenu > summary {
  border:1px solid var(--wh-line); border-radius:6px; background:#fff;
  font-weight:400; line-height:1.4;
}
#panel-homeopathy .wh-user-menu > summary:focus-visible,
body.IFAccountPage--webhomeopath .IFAccountUserMenu > summary:focus-visible {
  outline:2px solid var(--wh-blue); outline-offset:2px;
}
.wh-user-menu[open],.IFAccountUserMenu[open] { z-index:50; }
.wh-user-menu > div,.IFAccountUserMenu > div { max-width:calc(100vw - 48px); }
@media(max-width:600px) {
  .wh-user-menu > div,.IFAccountUserMenu > div { left:0;right:auto; }
}
/* Continuous article columns; source header and contents remain outside. */
@media(min-width:1000px) {
  #panel-homeopathy .legacy-materia-reader .legacy-materia-medica-text {
    column-count:2; column-gap:40px; column-rule:1px solid var(--wh-line);
  }
  #panel-homeopathy .legacy-materia-medica-text p { orphans:3; widows:3; }
  #panel-homeopathy .legacy-materia-medica-text .legacy-materia-section-heading { break-after:avoid-column; }
  #panel-homeopathy .legacy-materia-medica-text .legacy-materia-editorial-frame { column-span:all; }
}

/* Order summary: descriptions on the left, monetary values on one right edge. */
body.IFAccountPage--webhomeopath .IFOrderSummary [data-selected-sites] li > span:last-child,
body.IFAccountPage--webhomeopath .IFOrderSummary .wh-bundle-deduction > span:last-child {
  flex-shrink:0; text-align:right; font-variant-numeric:tabular-nums; white-space:nowrap;
}
body.IFAccountPage--webhomeopath .IFOrderSummary .wh-bundle-deduction:not([hidden]) {
  display:flex; justify-content:space-between; align-items:baseline; gap:16px;
}
body.IFAccountPage--webhomeopath .IFOrderSummary .IFOrderTotal > strong,
body.IFAccountPage--webhomeopath .IFOrderSummary .IFOrderTotal > small {
  text-align:right; font-variant-numeric:tabular-nums; min-width:0;
}
body.IFAccountPage--webhomeopath .IFOrderSummary .IFOrderTotal .wh-saving {
  justify-self:end; max-width:100%; box-sizing:border-box;
}

/* The shared typography uses important heading rules; keep the entry hierarchy explicit. */
html body.customer-surface #panel-homeopathy #wh-session-consent .wh-session-info h2 {font-size:20px!important;font-weight:600!important;line-height:1.4!important;}
html body.customer-surface #panel-homeopathy #wh-session-consent .wh-session-check-copy strong {font-weight:600!important;}
html body.customer-surface #panel-homeopathy #wh-session-consent .wh-session-details > summary {font-weight:600!important;}

/* Separate entry, information and search pages; shared search panels are unchanged. */
html body.customer-surface #panel-homeopathy[data-wh-entry-page="landing"] #wh-finder-hero {display:flex!important;align-items:center;}
html body.customer-surface #panel-homeopathy[data-wh-entry-page="landing"] #homeopathy-method,
html body.customer-surface #panel-homeopathy[data-wh-entry-page="information"] #homeopathy-method,
html body.customer-surface #panel-homeopathy[data-wh-entry-page="landing"] #wh-session-consent,
html body.customer-surface #panel-homeopathy[data-wh-entry-page="search"] #wh-session-consent,
html body.customer-surface #panel-homeopathy[data-wh-entry-page="information"] #wh-finder-hero,
html body.customer-surface #panel-homeopathy[data-wh-entry-page="search"] #wh-finder-hero {display:none!important;}
html body.customer-surface #panel-homeopathy[data-wh-entry-page="information"] #wh-session-consent {display:block!important;}
html body.customer-surface #panel-homeopathy .wh-session-continue {display:none;}
html body.customer-surface.wh-session-ready #panel-homeopathy[data-wh-entry-page="information"] #wh-session-form {display:none;}
html body.customer-surface.wh-session-ready #panel-homeopathy[data-wh-entry-page="information"] .wh-session-continue {display:flex;}
#panel-homeopathy .wh-session-back {display:inline-block;margin:0 0 24px;font-weight:600;text-decoration:none;}
#panel-homeopathy .wh-session-continue a {border-radius:999px;padding:12px 25px;}

/* The landing page follows its content height; other pages keep their existing layout. */
body.customer-surface[data-current-panel="homeopathy"] .page:has(#panel-homeopathy[data-wh-entry-page="landing"]),
#panel-homeopathy[data-wh-entry-page="landing"] .legacy-page {min-height:0;}

/* A concise, non-interactive explanation belongs to the landing page only. */
#panel-homeopathy #wh-entry-overview {display:none;padding:36px var(--wh-gutter) 28px;}
#panel-homeopathy[data-wh-entry-page="landing"] #wh-entry-overview {display:block;}
#panel-homeopathy .wh-overview-steps {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;list-style:none;margin:0;padding:0;}
#panel-homeopathy .wh-overview-steps > li {position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);gap:20px;align-items:start;min-width:0;padding:24px;border:1px solid #d0e2ee;border-radius:12px;background:#f2f8fc;}
#panel-homeopathy .wh-overview-steps > li:not(:last-child)::after {content:"→";position:absolute;top:50%;transform:translateY(-50%);right:-25px;color:#83a4b8;font-size:18px;}
#panel-homeopathy .wh-overview-icon {display:grid;place-items:center;align-self:center;width:72px;height:72px;border:2px solid #d7e8f2;border-radius:50%;background:#e6f2f9;color:#175e8a;}
#panel-homeopathy .wh-overview-icon svg {width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;}
#panel-homeopathy .wh-overview-icon .wh-overview-bar {fill:currentColor;stroke:none;}
html body.customer-surface #panel-homeopathy #wh-entry-overview h2 {font-size:20px!important;line-height:1.35!important;font-weight:550!important;margin:0 0 10px;color:#254f66;}
#panel-homeopathy #wh-entry-overview p {margin:0;color:#587a92;line-height:1.55;}
#panel-homeopathy #wh-entry-overview .wh-overview-note {margin:24px 0 0;text-align:center;}
@media(max-width:1100px) and (min-width:901px){#panel-homeopathy .wh-overview-steps > li {padding:18px;grid-template-columns:52px minmax(0,1fr);gap:14px;}#panel-homeopathy .wh-overview-icon {width:52px;height:52px;}}
@media(max-width:900px){#panel-homeopathy .wh-overview-steps {grid-template-columns:1fr;gap:16px;}#panel-homeopathy .wh-overview-steps > li {padding:20px;}#panel-homeopathy .wh-overview-steps > li:not(:last-child)::after {content:none;}#panel-homeopathy #wh-entry-overview .wh-overview-note {text-align:left;justify-items:start;}}
@media(max-width:480px){#panel-homeopathy #wh-entry-overview {padding-top:24px;}#panel-homeopathy .wh-overview-steps > li {grid-template-columns:52px minmax(0,1fr);gap:14px;padding:18px;}#panel-homeopathy .wh-overview-icon {width:52px;height:52px;}}

/* Keep the tagline in normal flow so it cannot collide with a wrapped menu. */
#panel-homeopathy .legacy-header {grid-template-columns:320px minmax(0,1fr);grid-template-rows:minmax(30px,auto) minmax(102px,auto);column-gap:24px;}
#panel-homeopathy .legacy-menu.wh-entry-menu {flex-wrap:wrap;}
#panel-homeopathy .brand-home-link {display:grid;gap:4px;width:320px;max-width:100%;padding:0;}
#panel-homeopathy .wh-brand-tagline {position:static;display:block;margin-left:21%;font-size:12px;line-height:1.2;letter-spacing:.2em;white-space:nowrap;}
@media(min-width:1251px) and (max-width:1320px){#panel-homeopathy .legacy-header {grid-template-columns:300px minmax(0,1fr);}#panel-homeopathy .brand-home-link {width:300px;}}
@media(max-width:1400px){#panel-homeopathy .legacy-header {grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(26px,auto) auto auto;row-gap:12px;padding-bottom:18px;}#panel-homeopathy .brand-home-link {grid-row:2;width:280px;}#panel-homeopathy .legacy-menu.wh-entry-menu {grid-column:1;grid-row:3;flex-wrap:wrap;justify-content:flex-start;}}

/* Shared Webhomeopath lockup: preserve the original artwork, align both text lines to its symbol. */
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {grid-template-columns:340px minmax(0,1fr);grid-template-rows:minmax(30px,auto) minmax(116px,auto);column-gap:64px;}
#panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {display:grid;grid-template-columns:20% minmax(0,1fr);align-items:center;gap:12px;width:340px;max-width:100%;padding:0;}
#panel-homeopathy .wh-brand-symbol,body.IFAccountPage--webhomeopath .wh-brand-symbol {display:block;position:relative;overflow:hidden;aspect-ratio:200 / 205;}
#panel-homeopathy .wh-brand-copy,body.IFAccountPage--webhomeopath .wh-brand-copy {display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;}
#panel-homeopathy .wh-brand-name,body.IFAccountPage--webhomeopath .wh-brand-name {display:block;position:relative;overflow:hidden;aspect-ratio:690 / 66;}
#panel-homeopathy .wh-brand-symbol img,body.IFAccountPage--webhomeopath .wh-brand-symbol img {position:absolute;left:0;top:0;width:450%;height:auto;max-width:none;max-height:none;}
#panel-homeopathy .wh-brand-name img,body.IFAccountPage--webhomeopath .wh-brand-name img {position:absolute;left:-29.710145%;top:-106.060606%;width:130.434783%;height:auto;max-width:none;max-height:none;}
#panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline {position:static;display:block;margin:0;font-size:12px;line-height:1.2;letter-spacing:.2em;white-space:nowrap;}
#panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav {flex-wrap:wrap;}
@media(max-width:1400px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(26px,auto) auto auto;row-gap:24px;padding-bottom:20px;}
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {grid-row:2;width:300px;}
 #panel-homeopathy .legacy-menu.wh-entry-menu,body.IFAccountPage--webhomeopath .IFAccountNav {grid-column:1;grid-row:3;justify-content:flex-start;margin-top:8px;}
}
@media(max-width:480px){
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {width:280px;gap:10px;}
 #panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline {font-size:10px;letter-spacing:.14em;}
}

/* The website names stand alone at every screen size and in every locale. */
#panel-homeopathy .sibling-links > span,body.IFAccountPage--webhomeopath .IFAccountRelated > span {display:none;}

/* Keep navigation beside the brand; compact navigation uses native details. */
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {grid-template-columns:clamp(280px,22vw,340px) minmax(0,1fr);grid-template-rows:minmax(30px,auto) minmax(116px,auto);gap:0 40px;padding-bottom:0;}
#panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {grid-column:1;grid-row:2;width:100%;}
#panel-homeopathy .wh-header-menu,body.IFAccountPage--webhomeopath .wh-header-menu {grid-column:2;grid-row:2;min-width:0;margin:0;padding:0;border:0;border-radius:0;background:transparent;}
#panel-homeopathy .wh-header-menu > summary,body.IFAccountPage--webhomeopath .wh-header-menu > summary {display:none;}
#panel-homeopathy .wh-header-menu .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-menu .IFAccountNav {margin:0;gap:6px;}
#panel-homeopathy .wh-header-menu .wh-language-selector {flex:0 0 auto!important;min-width:0!important;width:auto;margin-left:4px;}
#panel-homeopathy .wh-language-button,body.IFAccountPage--webhomeopath .wh-account-language > summary {width:auto;min-width:0;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px;min-height:44px;}
#panel-homeopathy .wh-language-chevron {position:static;margin:0;flex:0 0 auto;}
@media(max-width:1499px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(26px,auto) minmax(100px,auto);gap:0 24px;}
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {width:300px;max-width:100%;}
 #panel-homeopathy .wh-header-menu,body.IFAccountPage--webhomeopath .wh-header-menu {justify-self:end;}
 #panel-homeopathy .wh-header-menu > summary,body.IFAccountPage--webhomeopath .wh-header-menu > summary {display:flex;align-items:center;gap:10px;list-style:none;cursor:pointer;min-height:44px;padding:10px 14px;border:1px solid var(--wh-line);border-radius:7px;color:var(--wh-blue-dark);background:#fff;font-size:var(--wh-small);}
 #panel-homeopathy .wh-header-menu > summary::-webkit-details-marker,body.IFAccountPage--webhomeopath .wh-header-menu > summary::-webkit-details-marker {display:none;}
 #panel-homeopathy .wh-header-menu > summary svg,body.IFAccountPage--webhomeopath .wh-header-menu > summary svg {width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;}
 #panel-homeopathy .wh-header-menu > summary:focus-visible,body.IFAccountPage--webhomeopath .wh-header-menu > summary:focus-visible {outline:2px solid var(--wh-blue);outline-offset:3px;}
 #panel-homeopathy .wh-header-menu[open] > summary,body.IFAccountPage--webhomeopath .wh-header-menu[open] > summary {background:#eaf4fa;}
 #panel-homeopathy .wh-header-menu .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-menu .IFAccountNav {position:absolute;top:calc(100% - 8px);right:var(--wh-gutter);left:auto;z-index:60;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;width:min(440px,calc(100% - 2 * var(--wh-gutter)));max-height:calc(100vh - 160px);overflow:auto;padding:14px;border:1px solid var(--wh-line);border-radius:10px;background:#fff;box-shadow:0 10px 24px rgba(18,58,80,.14);}
 #panel-homeopathy .wh-header-menu .wh-entry-menu > a,body.IFAccountPage--webhomeopath .wh-header-menu .IFAccountNav > a {text-align:left;justify-items:start;}
 #panel-homeopathy .wh-header-menu .wh-language-selector,body.IFAccountPage--webhomeopath .wh-header-menu .wh-account-language {align-self:flex-start;margin:0;flex:0 0 auto!important;min-height:0;}
 #panel-homeopathy .wh-header-menu .wh-language-menu,body.IFAccountPage--webhomeopath .wh-header-menu .wh-account-language > div {position:static;margin-top:6px;}
}
@media(max-width:480px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader {column-gap:14px;grid-template-rows:minmax(26px,auto) minmax(84px,auto);}
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand {width:280px;}
 #panel-homeopathy .wh-header-menu > summary,body.IFAccountPage--webhomeopath .wh-header-menu > summary {padding:10px;}
 #panel-homeopathy .wh-header-menu-label,body.IFAccountPage--webhomeopath .wh-header-menu-label {position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;}
 #panel-homeopathy .wh-brand-tagline,body.IFAccountPage--webhomeopath .wh-brand-tagline {font-size:9px;letter-spacing:.1em;}
}


/* webhomeopath-content-protection.css */
/* Practical deterrence for customer-facing repertory and Materia Medica text. */
#panel-homeopathy #homeopathy-search-results,
#panel-homeopathy #homeopathy-selected-symptoms,
#panel-homeopathy #homeopathy-output,
#panel-homeopathy #homeopathy-result-detail,
#panel-homeopathy #homeopathy-source-detail,
#panel-homeopathy #homeopathy-materia-results,
#panel-homeopathy #homeopathy-materia-detail {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

#panel-homeopathy input,
#panel-homeopathy textarea,
#panel-homeopathy select,
#panel-homeopathy [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-touch-callout: default;
}

.wh-protection-notice {
  position: fixed;
  z-index: 10000;
  right: 18px;
  bottom: 18px;
  max-width: min(360px, calc(100vw - 36px));
  padding: 11px 14px;
  border: 1px solid #a9c4d0;
  border-radius: 8px;
  color: #183f51;
  background: #f7fbfc;
  box-shadow: 0 8px 24px rgba(27, 61, 75, 0.16);
  font-size: 14px;
  line-height: 1.4;
}

@media print {
  body > * {
    display: none !important;
  }

  body::before {
    display: block;
    max-width: 42rem;
    margin: 3rem auto;
    padding: 1.5rem;
    color: #142f3d;
    border: 1px solid #8fa8b3;
    font: 18px/1.5 Arial, sans-serif;
    content: attr(data-wh-print-message);
  }
}


/* webhomeopath-reference-typography.css */
/* Typography measured on alternativmedicin.se on 2026-09-20.
   Shared font bytes and semantic roles; Webhomeopath retains its own layout. */
@font-face{font-family:"Source Sans 3";src:url('/assets/fonts/source-sans-3-roman.woff2?v=5f16566f7a40') format('woff2');font-style:normal;font-weight:200 900;font-display:swap}
@font-face{font-family:"Source Sans 3";src:url('/assets/fonts/source-sans-3-italic.woff2?v=b4959abc0569') format('woff2');font-style:italic;font-weight:200 900;font-display:swap}
:root{--wh-body:17px;--wh-small:15px;--wh-title:clamp(32px,3.4vw,48px);--wh-heading:28px;--wh-reference-family:"Source Sans 3",system-ui,-apple-system,"Segoe UI",sans-serif}
body.customer-surface[data-current-panel="homeopathy"],html body.IFAccountPage.IFAccountPage--webhomeopath,body.wh-mm-reader{font-family:var(--wh-reference-family);font-size:17px;font-weight:400;line-height:1.7}
html body.customer-surface #panel-homeopathy *,html body.IFAccountPage.IFAccountPage--webhomeopath *,body.wh-mm-reader *{font-family:inherit}
html body.customer-surface #panel-homeopathy p,html body.customer-surface #panel-homeopathy label,html body.IFAccountPage.IFAccountPage--webhomeopath p,html body.IFAccountPage.IFAccountPage--webhomeopath label{font-size:17px!important;line-height:1.7}
html body.customer-surface #panel-homeopathy :is(h1,h2,h3,h4,[role=heading]),html body.IFAccountPage.IFAccountPage--webhomeopath :is(h1,h2,h3,h4),body.wh-mm-reader :is(h1,h2,h3){font-weight:500!important}
html body.customer-surface #panel-homeopathy h1,html body.IFAccountPage.IFAccountPage--webhomeopath h1,body.wh-mm-reader h1{font-size:var(--wh-title)!important;font-weight:450!important;line-height:1.16!important;letter-spacing:-.018em!important}
html body.customer-surface #panel-homeopathy .wh-hero h1{font-size:clamp(32px,3.6vw,48px)!important}
html body.customer-surface #panel-homeopathy :is(h2,[role=heading][aria-level="2"]),html body.IFAccountPage.IFAccountPage--webhomeopath h2{font-size:28px!important;font-weight:450!important;line-height:1.25}
html body.customer-surface #panel-homeopathy :is(h3,[role=heading][aria-level="3"]),html body.IFAccountPage.IFAccountPage--webhomeopath h3{font-size:21px!important;line-height:1.3}
html body.customer-surface #panel-homeopathy h4,html body.IFAccountPage.IFAccountPage--webhomeopath h4{font-size:18px!important;line-height:1.3}
html body.customer-surface #panel-homeopathy :is(input,select,textarea),html body.IFAccountPage.IFAccountPage--webhomeopath :is(input,select,textarea){font-size:17px!important;line-height:1.5}
html body.customer-surface #panel-homeopathy button,html body.IFAccountPage.IFAccountPage--webhomeopath button,html body.customer-surface #panel-homeopathy .wh-hero-actions a,html body.IFAccountPage.IFAccountPage--webhomeopath :is(.IFPrimaryButton,.IFPrimaryLink,.IFPlanAction){font-size:16px!important;font-weight:500;line-height:1.35}
html body.customer-surface #panel-homeopathy .legacy-menu a,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav a{font-size:16px!important;font-weight:500;line-height:1.35}
html body.customer-surface #panel-homeopathy .wh-hero-copy>p{font-size:19px!important;line-height:1.55}
html body.customer-surface #panel-homeopathy :is(small,.muted,.source-badge,.legacy-column-header>p,.wh-source-title,.legacy-source-option strong),html body.IFAccountPage.IFAccountPage--webhomeopath :is(small,.IFAccountKicker){font-size:15px!important;line-height:1.5}
html body.customer-surface #panel-homeopathy .legacy-source-option{line-height:1.4}
html body.customer-surface #panel-homeopathy .legacy-column-header>strong{font-size:28px!important;font-weight:450;line-height:1.25}
html body.customer-surface #panel-homeopathy .wh-footer,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-footer,body.wh-mm-reader footer{font-size:15px!important;line-height:1.48}
html body.customer-surface #panel-homeopathy .wh-footer *,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-footer *,body.wh-mm-reader footer *{font-size:15px!important;line-height:1.48}
html body.customer-surface #panel-homeopathy #homeopathy-materia .mini-tool::before{font-size:var(--wh-title);font-weight:450;line-height:1.16;letter-spacing:-.018em}
html body.customer-surface #panel-homeopathy .source-detail p,html body.customer-surface #panel-homeopathy .result-detail p,body.wh-mm-reader .text{font-size:17px!important;line-height:1.75}
body.wh-mm-reader h2{font-size:clamp(24px,2.2vw,30px);line-height:1.25}
body.wh-mm-reader .card a{font-size:21px;font-weight:500;line-height:1.3}
body.wh-mm-reader :is(input,select){font-size:17px;line-height:1.5}
body.wh-mm-reader button{font-size:16px;font-weight:500;line-height:1.35}
body.wh-mm-reader small{font-size:15px}
html body.customer-surface #panel-homeopathy .wh-registration-prompt{padding:24px;background:#f1f8fb;border:1px solid var(--wh-line);border-radius:8px;margin-top:12px}
html body.customer-surface #panel-homeopathy .wh-registration-prompt h3{margin:0 0 10px}
html body.customer-surface #panel-homeopathy .wh-registration-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}
html body.customer-surface #panel-homeopathy .wh-registration-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border:1px solid var(--wh-blue);border-radius:6px;font-size:16px;font-weight:500}
html body.customer-surface #panel-homeopathy .wh-registration-actions a:first-child{background:var(--wh-blue);color:white}
body.wh-guest-results #panel-homeopathy .homeopathy-result-column,body.wh-guest-results #panel-homeopathy .homeopathy-completion-panel,body.wh-guest-results #panel-homeopathy .homeopathy-followup-panel{display:none!important}
body.wh-guest-results #panel-homeopathy .homeopathy-simplified-panel>header{display:none}
html body.customer-surface #panel-homeopathy :is(a,a:hover,a:visited,a:active,a:focus),html body.IFAccountPage.IFAccountPage--webhomeopath :is(a,a:hover,a:visited,a:active,a:focus),body.wh-mm-reader :is(a,a:hover,a:visited,a:active,a:focus){text-decoration:none!important;text-shadow:none!important}
@media(max-width:760px){
 :root{--wh-heading:26px}
 html body.customer-surface #panel-homeopathy .wh-hero h1{font-size:36px!important}
 html body.customer-surface #panel-homeopathy :is(h2,[role=heading][aria-level="2"]),html body.IFAccountPage.IFAccountPage--webhomeopath h2,html body.customer-surface #panel-homeopathy .legacy-column-header>strong{font-size:26px!important}
 html body.customer-surface #panel-homeopathy :is(h3,[role=heading][aria-level="3"]),html body.IFAccountPage.IFAccountPage--webhomeopath h3{font-size:19px!important}
 html body.customer-surface #panel-homeopathy .legacy-menu a,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav a{font-size:15px!important}
 html body.customer-surface #panel-homeopathy .wh-hero-copy>p{font-size:18px!important}
 html body.customer-surface #panel-homeopathy .wh-registration-prompt{padding:18px}
}
@media(max-width:620px){:root{--wh-title:clamp(30px,7.6vw,36px)}}

/* Replace prior compact-profile exceptions at their shared selectors. */
html body.customer-surface #panel-homeopathy #wh-hero-title{font-size:clamp(32px,3.6vw,48px)!important;font-weight:450!important;line-height:1.16!important}
html body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header>strong{font-size:28px!important;font-weight:450!important;line-height:1.25!important}
html body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header p{font-size:15px!important;line-height:1.5!important}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu>a{font-size:16px!important;font-weight:500!important;line-height:1.35!important}
html body.customer-surface #panel-homeopathy #homeopathy-search-button{font-size:16px!important;font-weight:500!important;line-height:1.35!important}
html body.customer-surface #panel-homeopathy #homeopathy-search-results .pick strong{font-size:17px!important;line-height:1.5!important}
html body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-section h2{font-size:28px!important;font-weight:450!important;line-height:1.25!important}
html body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-section p{font-size:17px!important;line-height:1.7!important}
html body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-intro>p.wh-about-lead{font-size:19px!important;line-height:1.55!important}
html body.customer-surface,html body.IFAccountPage.IFAccountPage--webhomeopath,html body.wh-mm-reader{font-family:var(--wh-reference-family)!important}
@media(max-width:760px){
html body.customer-surface #panel-homeopathy #wh-hero-title{font-size:36px!important}
html body.customer-surface #panel-homeopathy #homeopathy-method .legacy-column-header>strong,html body.customer-surface #panel-homeopathy #homeopathy-about .wh-about-section h2{font-size:26px!important}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu>a{font-size:15px!important}
}

/* The guest invitation is ordinary content, not a scrollable result table. */
html body.customer-surface.wh-guest-results #panel-homeopathy #homeopathy-output{height:auto!important;max-height:none!important;overflow:visible!important;padding:0!important;border:0!important;background:transparent!important}

/* Account entry and navigation replace the previous oversized exceptions. */
html body.IFAccountPage.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro h1{font-size:var(--wh-title)!important;font-weight:450!important;line-height:1.16!important}
html body.IFAccountPage.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro>p:not(.IFAccountKicker){font-size:19px!important;line-height:1.55!important}
html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccessTabs a{font-size:16px!important;font-weight:500!important;line-height:1.35!important}
html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav a{font-weight:500!important}
@media(max-width:760px){html body.IFAccountPage.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro>p:not(.IFAccountKicker){font-size:18px!important}}

/* Keep suggestion geometry stable while the next query is loading. */
#homeopathy-search-results.wh-search-pending{opacity:.68;transition:opacity .1s}
#homeopathy-search-results.wh-search-pending button{cursor:progress}


/* Owner-requested continuous frame around the whole Webhomeopath page. */
html body.customer-surface .page,
html body.IFAccountPage--webhomeopath .IFAccountShell {
  box-sizing: border-box;
  border: 1px solid var(--wh-line, #c3dbe7);
}

/* Match Homeopati.se action sizes and visual weight; keep each control's existing behavior. */
html body.customer-surface #panel-homeopathy :is(.wh-button-primary,.wh-button-secondary,#homeopathy-search-button,#homeopathy-materia-button,.wh-session-actions > button),
html body.IFAccountPage.IFAccountPage--webhomeopath :is(.IFPrimaryButton,.IFPrimaryLink,.IFPrimaryCheckout,.IFPlanAction,.IFPlanActionSecondary) {
 box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:44px!important;height:auto;min-width:0;padding:10px 19px!important;border:1px solid var(--wh-action-border,#21629b)!important;border-radius:32px!important;background:var(--wh-action-background,#2671b4)!important;color:var(--wh-action-color,#fff)!important;font-size:16px!important;font-weight:500!important;line-height:1.35!important;box-shadow:none!important;text-decoration:none!important;
}
html body.customer-surface #panel-homeopathy .wh-button-secondary,
html body.IFAccountPage.IFAccountPage--webhomeopath .IFPlanActionSecondary {--wh-action-background:#fff;--wh-action-color:#2671b4;--wh-action-border:#2671b4;}
html body.customer-surface #panel-homeopathy :is(.wh-button-primary,.wh-button-secondary,#homeopathy-search-button,#homeopathy-materia-button,.wh-session-actions > button):hover,
html body.IFAccountPage.IFAccountPage--webhomeopath :is(.IFPrimaryButton,.IFPrimaryLink,.IFPrimaryCheckout,.IFPlanAction,.IFPlanActionSecondary):hover {background:#21629b!important;color:#fff!important;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a,
html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a {box-sizing:border-box;min-height:44px!important;padding:8px 12px!important;border-radius:30px!important;font-size:16px!important;font-weight:500!important;line-height:1.35!important;box-shadow:none;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a.wh-nav-create,
html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a.IFNavCreate {padding:10px 19px!important;border:1px solid #21629b!important;border-radius:32px!important;background:#2671b4!important;color:#fff!important;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a.wh-nav-create:hover,
html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a.IFNavCreate:hover {background:#21629b!important;}
html body.customer-surface #panel-homeopathy .wh-language-button,
html body.IFAccountPage.IFAccountPage--webhomeopath .wh-account-language > summary {box-sizing:border-box;min-height:44px!important;width:auto;min-width:0;gap:10px;padding:8px 12px!important;border:1px solid #a8c0d2!important;border-radius:4px!important;font-size:16px!important;font-weight:500!important;line-height:1.35!important;background:#fff!important;color:#1d68a8!important;box-shadow:none!important;}
@media(max-width:1499px){
 html body.customer-surface #panel-homeopathy .wh-header-menu > summary,
 html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-menu > summary {box-sizing:border-box;min-height:44px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:#1d68a8;font-size:16px!important;font-weight:500;line-height:1.35;box-shadow:none;}
 html body.customer-surface #panel-homeopathy .wh-header-menu > summary svg,
 html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-menu > summary svg {display:none;}
 html body.customer-surface #panel-homeopathy .wh-header-menu-label,
 html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-menu-label {position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:nowrap;}
 html body.customer-surface #panel-homeopathy .wh-header-menu .wh-entry-menu > a,
 html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-menu .IFAccountNav > a {justify-content:flex-start;align-self:stretch;}
}

/* Homeopati.se shared visual roles, measured 2026-09-21. Layout and source meaning are retained. */
html body.customer-surface[data-current-panel="homeopathy"],html body.IFAccountPage.IFAccountPage--webhomeopath,html body.wh-mm-reader {
 --wh-ink:#103e5c;--wh-text:#536f89;--wh-blue:#2671b4;--wh-blue-dark:#1d68a8;--wh-line:#d9e5ee;--wh-pale:#f0f7fc;--wh-green:#e9f6ec;
 --wh-body:17px;--wh-small:15px;--wh-title:clamp(32px,3.4vw,48px);--wh-heading:28px;
 --wh-reference-family:"Source Sans 3",system-ui,-apple-system,"Segoe UI",sans-serif;
 background:#fff!important;color:var(--wh-ink);font-family:var(--wh-reference-family)!important;font-size:17px!important;font-weight:400;line-height:1.7;
}
html body.customer-surface #panel-homeopathy :where(h1,h2,h3,h4,[role="heading"]),html body.IFAccountPage.IFAccountPage--webhomeopath :where(h1,h2,h3,h4),html body.wh-mm-reader :where(h1,h2,h3,h4) {color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy :where(p),html body.IFAccountPage.IFAccountPage--webhomeopath :where(p),html body.wh-mm-reader :where(p,.text) {color:var(--wh-text);}
html body.customer-surface #panel-homeopathy #wh-hero-title {font-size:var(--wh-title)!important;}
html body.customer-surface #panel-homeopathy .wh-hero-copy>p {color:var(--wh-text)!important;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a:not(.wh-nav-create),html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a:not(.IFNavCreate) {color:var(--wh-blue-dark)!important;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a[aria-current="page"],html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a[aria-current="page"] {background:#e9f3fb;}
html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a:not(.wh-nav-create):hover,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a:not(.IFNavCreate):hover {color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy .sibling-links a,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountRelated a {font-size:13px!important;font-weight:500!important;line-height:1!important;color:var(--wh-blue-dark)!important;}
html body.customer-surface #panel-homeopathy .sibling-links a:hover,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountRelated a:hover {color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy .wh-brand-tagline,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-brand-tagline {color:var(--wh-text);}
html body.customer-surface #panel-homeopathy #wh-entry-overview h2 {font-size:18px!important;font-weight:500!important;line-height:1.3!important;color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy #wh-entry-overview p {font-size:16px!important;line-height:1.5!important;color:var(--wh-text)!important;}
html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note {font-size:14px!important;line-height:1.5!important;}
html body.customer-surface #panel-homeopathy .wh-overview-steps > li {background:#f1f8fc;border-color:#d4e3ef;}
html body.customer-surface #panel-homeopathy .wh-overview-icon {color:#175681;border-color:#d4e3ef;background:#f0f7fc;}
html body.customer-surface #panel-homeopathy .wh-footer,html body.customer-surface #panel-homeopathy .wh-footer *,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-footer,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-footer *,html body.wh-mm-reader footer {color:var(--wh-text)!important;font-size:15px!important;line-height:1.48!important;}
html body.customer-surface #panel-homeopathy .wh-footer a:hover,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-footer a:hover {color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy :is(a,button,input,select,summary):focus-visible,html body.IFAccountPage.IFAccountPage--webhomeopath :is(a,button,input,select,summary):focus-visible,html body.wh-mm-reader :is(a,button,input,select,summary):focus-visible {outline:3px solid #3578b2!important;outline-offset:4px!important;}
html body.customer-surface #panel-homeopathy .legacy-column-header>strong {color:var(--wh-ink)!important;}
html body.customer-surface #panel-homeopathy .legacy-column-header>p {color:var(--wh-text)!important;}
html body.customer-surface #panel-homeopathy #homeopathy-search-results .pick strong {color:var(--wh-ink);}
html body.customer-surface #panel-homeopathy #wh-session-consent .wh-session-info h2 {font-size:17px!important;line-height:1.7!important;}
html body.IFAccountPage.IFAccountPage--webhomeopath .WHAccountEntry .IFAuthIntro>p:not(.IFAccountKicker) {color:var(--wh-text)!important;}
html body.IFAccountPage.IFAccountPage--webhomeopath :is(.IFFieldFeedback,.IFPasswordRules,.IFAccountKicker) {font-size:14px!important;line-height:1.5!important;}
@media(max-width:760px){
 html body.customer-surface[data-current-panel="homeopathy"],html body.IFAccountPage.IFAccountPage--webhomeopath,html body.wh-mm-reader {--wh-title:36px;--wh-heading:26px;}
 html body.customer-surface #panel-homeopathy .sibling-links a,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountRelated a {font-size:11px!important;}
 html body.customer-surface #panel-homeopathy .legacy-menu.wh-entry-menu > a,html body.IFAccountPage.IFAccountPage--webhomeopath .IFAccountNav > a,html body.customer-surface #panel-homeopathy .wh-header-menu > summary,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-menu > summary,html body.customer-surface #panel-homeopathy .wh-language-button,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-account-language > summary {font-size:15px!important;}
}
@media(max-width:450px){
 html body.customer-surface #panel-homeopathy #wh-entry-overview p:not(.wh-overview-note) {font-size:15px!important;}
 html body.customer-surface #panel-homeopathy :is(.wh-button-primary,.wh-button-secondary,#homeopathy-search-button,#homeopathy-materia-button,.wh-session-actions > button),html body.IFAccountPage.IFAccountPage--webhomeopath :is(.IFPrimaryButton,.IFPrimaryLink,.IFPrimaryCheckout,.IFPlanAction,.IFPlanActionSecondary) {font-size:15px!important;padding:10px 14px!important;}
}

/* K113: source-text notice follows the step-heading color. */
#panel-homeopathy .wh-overview-note{color:var(--wh-ink,#103e5c)}
.wh-contact-company{margin:24px 0;padding:20px 0;border-top:1px solid var(--wh-line,#d9e5ee)}
.wh-contact-company h2{font-size:22px;line-height:1.3;margin:0 0 14px}
.wh-contact-company address{font-style:normal;line-height:1.6}
.wh-contact-company p{font-size:17px;line-height:1.6}
.wh-contact-company a{font-weight:500}

/* K114: visible navigation beside the brand, with normal wrapping on small screens. */
#panel-homeopathy #wh-entry-overview .wh-overview-note{color:var(--wh-ink,#103e5c)}
#panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader{grid-template-columns:clamp(240px,22vw,320px) minmax(0,1fr);grid-template-rows:minmax(28px,auto) minmax(106px,auto);gap:0 clamp(20px,2.5vw,44px);padding-bottom:0;align-items:center}
#panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand{grid-column:1;grid-row:2;width:100%;max-width:100%}
#panel-homeopathy .wh-header-inline,body.IFAccountPage--webhomeopath .wh-header-inline{grid-column:2;grid-row:2;min-width:0;width:100%;justify-self:stretch}
#panel-homeopathy .wh-header-inline .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav{position:static;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:4px;margin:0;padding:0;width:100%;max-height:none;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}
#panel-homeopathy .wh-header-inline .wh-entry-menu>a,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav>a{flex:0 0 auto;padding:10px 9px;font-size:16px;line-height:1.35;white-space:nowrap;text-align:center}
#panel-homeopathy .wh-header-inline .wh-language-selector{flex:0 0 auto!important;min-width:0!important;width:auto;margin:0}
#panel-homeopathy .wh-header-inline .wh-language-button,body.IFAccountPage--webhomeopath .wh-header-inline .wh-account-language>summary{width:auto;min-width:0;min-height:44px;display:inline-flex;align-items:center;gap:10px;padding:10px;font-size:16px}
#panel-homeopathy .wh-header-inline .wh-language-chevron{position:static;margin:0;flex:0 0 auto}
#panel-homeopathy .wh-header-inline .wh-nav-create,body.IFAccountPage--webhomeopath .wh-header-inline .IFNavCreate{order:2}
#panel-homeopathy .wh-header-inline .wh-language-selector,body.IFAccountPage--webhomeopath .wh-header-inline .wh-account-language{order:3}
@media(min-width:1001px) and (max-width:1250px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader{grid-template-columns:240px minmax(0,1fr);column-gap:20px}
 #panel-homeopathy .wh-header-inline .wh-entry-menu>a,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav>a{padding-inline:6px;font-size:15px}
 #panel-homeopathy .wh-header-inline .wh-language-button,body.IFAccountPage--webhomeopath .wh-header-inline .wh-account-language>summary{padding-inline:8px;font-size:15px}
}
@media(max-width:1000px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;row-gap:16px;padding-bottom:20px}
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand{grid-column:1;grid-row:2;width:min(300px,100%)}
 #panel-homeopathy .wh-header-inline,body.IFAccountPage--webhomeopath .wh-header-inline{grid-column:1;grid-row:3}
 #panel-homeopathy .wh-header-inline .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav{justify-content:flex-start;gap:6px}
}
@media(max-width:480px){
 #panel-homeopathy .wh-header-inline .wh-entry-menu>a,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav>a{padding-inline:9px;font-size:15px}
 #panel-homeopathy .wh-header-inline .wh-language-button,body.IFAccountPage--webhomeopath .wh-header-inline .wh-account-language>summary{font-size:15px}
}

/* Explicit exception to the inherited paragraph palette. */
html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note{color:var(--wh-ink,#103e5c)!important}

/* K117: group account actions and match the notice to the step-heading weight. */
html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note{color:var(--wh-ink,#103e5c)!important;font-weight:500!important}
#panel-homeopathy .wh-header-inline .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav{justify-content:flex-start;gap:8px}
#panel-homeopathy .wh-header-actions,body.IFAccountPage--webhomeopath .wh-header-actions{display:flex;flex:0 0 auto;align-items:center;gap:12px;margin-left:auto;padding-left:28px;min-width:0}
html body.customer-surface #panel-homeopathy .wh-header-actions>a,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-height:44px;padding:10px 9px;border:1px solid transparent;border-radius:32px;background:transparent;color:var(--wh-blue-dark)!important;font-family:inherit;font-size:16px!important;font-weight:500;line-height:1.35;white-space:nowrap;text-decoration:none!important}
html body.customer-surface #panel-homeopathy .wh-header-actions>a:hover,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a:hover{color:var(--wh-ink)!important}
html body.customer-surface #panel-homeopathy .wh-header-actions>a.wh-nav-create,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a.IFNavCreate{padding:10px 19px!important;border:1px solid #21629b!important;border-radius:32px!important;background:#2671b4!important;color:#fff!important}
html body.customer-surface #panel-homeopathy .wh-header-actions>a.wh-nav-create:hover,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a.IFNavCreate:hover{background:#21629b!important}
#panel-homeopathy .wh-header-actions>.wh-user-menu,body.IFAccountPage--webhomeopath .wh-header-actions>.IFAccountUserMenu{margin:0;order:1}
@media(min-width:1001px) and (max-width:1250px){
 #panel-homeopathy .wh-header-inline .wh-entry-menu,body.IFAccountPage--webhomeopath .wh-header-inline .IFAccountNav{gap:4px}
 #panel-homeopathy .wh-header-actions,body.IFAccountPage--webhomeopath .wh-header-actions{gap:8px;padding-left:18px}
 html body.customer-surface #panel-homeopathy .wh-header-actions>a,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a{font-size:15px!important;padding-inline:6px}
}
@media(max-width:1000px){
 #panel-homeopathy .wh-header-actions,body.IFAccountPage--webhomeopath .wh-header-actions{flex-basis:100%;flex-wrap:wrap;gap:10px;margin:8px 0 0;padding:0}
}
@media(max-width:480px){
 html body.customer-surface #panel-homeopathy .wh-header-actions>a,html body.IFAccountPage.IFAccountPage--webhomeopath .wh-header-actions>a{font-size:15px!important}
}

/* K118: compact native navigation and a clearly visible entry boundary. */
#panel-homeopathy .wh-responsive-menu,body.IFAccountPage--webhomeopath .wh-responsive-menu{border:0;background:transparent;padding:0;margin:0;border-radius:0;box-shadow:none}
#panel-homeopathy .wh-responsive-menu>summary,body.IFAccountPage--webhomeopath .wh-responsive-menu>summary{display:none;list-style:none}
.wh-responsive-menu>summary::-webkit-details-marker{display:none}
html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note{margin:24px 0 0;padding:20px 24px;border:1px solid #ead68f;border-radius:14px;background:#fff9df;color:var(--wh-ink,#103e5c)!important;font-size:16px!important;font-weight:500!important;line-height:1.6!important;text-align:left}
@media(max-width:1349px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader{position:relative;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(96px,auto);column-gap:12px;row-gap:0;padding-bottom:0;overflow:visible;z-index:30}
 #panel-homeopathy .brand-home-link,body.IFAccountPage--webhomeopath .IFAccountBrand{grid-column:1;grid-row:2;width:min(300px,100%);min-width:0}
 #panel-homeopathy .wh-responsive-menu,body.IFAccountPage--webhomeopath .wh-responsive-menu{grid-column:2;grid-row:2;position:static;width:auto;min-width:0;justify-self:end}
 #panel-homeopathy .wh-responsive-menu>summary,body.IFAccountPage--webhomeopath .wh-responsive-menu>summary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;box-sizing:border-box;padding:8px 12px;border:1px solid #cbdde9;border-radius:8px;background:#fff;color:#1d68a8;font-family:inherit;font-size:16px;font-weight:500;line-height:1.4;cursor:pointer}
 #panel-homeopathy .wh-responsive-menu>summary:hover,body.IFAccountPage--webhomeopath .wh-responsive-menu>summary:hover{background:#f0f7fc;color:#103e5c}
 #panel-homeopathy .wh-header-inline.wh-responsive-menu>nav,body.IFAccountPage--webhomeopath .wh-header-inline.wh-responsive-menu>nav{position:absolute;top:100%;right:16px;left:auto;z-index:60;display:flex;flex-direction:column;flex-wrap:nowrap;align-items:stretch;gap:4px;box-sizing:border-box;width:420px;max-width:calc(100% - 32px);max-height:calc(100dvh - 150px);overflow:auto;margin:0;padding:16px;background:#fff;border:1px solid #cbdde9;border-radius:12px;box-shadow:0 12px 28px #103e5c20}
 #panel-homeopathy .wh-header-inline.wh-responsive-menu:not([open])>nav,body.IFAccountPage--webhomeopath .wh-header-inline.wh-responsive-menu:not([open])>nav{display:none}
 #panel-homeopathy .wh-header-inline.wh-responsive-menu>nav>a,body.IFAccountPage--webhomeopath .wh-header-inline.wh-responsive-menu>nav>a{display:block;min-height:44px;box-sizing:border-box;padding:10px 12px;text-align:left;white-space:normal}
 #panel-homeopathy .wh-responsive-menu .wh-header-actions,body.IFAccountPage--webhomeopath .wh-responsive-menu .wh-header-actions{flex-basis:auto;flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%;margin:8px 0 0;padding:12px 0 0;border-top:1px solid #d9e5ee}
 #panel-homeopathy .wh-responsive-menu .wh-language-menu,body.IFAccountPage--webhomeopath .wh-responsive-menu .wh-account-language>div{position:static;margin-top:8px;min-width:112px}
}
@media(max-width:480px){
 #panel-homeopathy .legacy-header,body.IFAccountPage--webhomeopath .IFAccountHeader{grid-template-rows:auto minmax(84px,auto)}
 #panel-homeopathy .wh-responsive-menu>summary,body.IFAccountPage--webhomeopath .wh-responsive-menu>summary{gap:6px;padding:8px 10px;font-size:15px}
 html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note{padding:16px;font-size:15px!important}
}

/* Keep the entry notice compact and balance its lines without fixed heights. */
html body.customer-surface #panel-homeopathy #wh-entry-overview .wh-overview-note{box-sizing:border-box;width:100%;max-width:880px;margin:24px auto 0;text-wrap:balance}

/* Reuse company details without a second separator; show renewal before continuing. */
#panel-homeopathy .wh-about-section .wh-contact-company{margin:0;padding:0;border:0}
html body.IFAccountPage.IFAccountPage--webhomeopath .wh-membership-renewal{grid-column:1 / -1;margin:0;color:var(--wh-ink,#103e5c);font-size:16px;line-height:1.6;font-weight:500}
html body.IFAccountPage.IFAccountPage--webhomeopath .IFOrderSummary .wh-membership-renewal{margin:16px 0}

/* Intended use, acknowledgement and source-ranking explanation. */
#panel-homeopathy .wh-use-link{display:block;margin-top:8px;font-weight:600;width:fit-content}
#panel-homeopathy #use-and-responsibility{scroll-margin-top:24px}
#panel-homeopathy .wh-result-basis{color:var(--wh-ink,#103e5c);font-size:15px;line-height:1.55;margin:0 0 10px}
#panel-homeopathy .wh-result-method{margin:0 0 16px;font-size:15px;line-height:1.55}
#panel-homeopathy .wh-result-method summary{cursor:pointer;font-weight:600}
#panel-homeopathy .wh-result-method p{margin:10px 0}
html body.IFAccountPage.IFAccountPage--webhomeopath .wh-consent-legal{display:block;margin-top:8px}
