/* MEDFOCO • ESQUISTOSSOMOSE — CSS consolidado */
#mf-esquisto { --mfesq-primary: #0f8f86; --mfesq-primary-light: #eaf7f5; --mfesq-primary-border: #bfe7e1; --mfesq-primary-dark: #0b5f59;
  --mfesq-primary-darker: #063f3c; --mfesq-primary-soft: #7ad2c8; --mfesq-heading: #123763; --mfesq-body: #35526c; --mfesq-muted: #6d8294;
  --mfesq-bg: #ffffff; --mfesq-bg-subtle: #fbfdff; --mfesq-border: #dce7f3; --mfesq-border-light: #e5edf5; --mfesq-alert-red-bg: #fde8eb;
  --mfesq-alert-red-text: #b83345; --mfesq-alert-yellow-bg: #fff6df; --mfesq-alert-yellow-text: #8a6200; --mfesq-alert-green-bg: #e8f7f1;
  --mfesq-alert-green-text: #115e59; --mfesq-purple: #6f3fdc; --mfesq-purple-light: #f4efff; --mfesq-purple-border: #e6dcff;
  --mfesq-radius-card: 14px; --mfesq-shadow-card: 0 8px 22px rgba(20,67,120,.05); --mfesq-shadow-hover: 0 10px 24px rgba(20,67,120,.10);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--mfesq-heading); display: block; width: 100%;
  max-width: 100%; overflow-x: hidden; -webkit-font-smoothing: antialiased;
}
#mf-esquisto * { box-sizing: border-box; }
#mf-esquisto *::before { box-sizing: border-box; }
#mf-esquisto *::after { box-sizing: border-box; }
#mf-esquisto ul { margin: 0; padding: 0; list-style: none; }
#mf-esquisto ol { margin: 0; padding: 0; list-style: none; }
#mf-esquisto button { font-family: inherit; font-size: 16px; }
#mf-esquisto input { font-family: inherit; font-size: 16px; }
#mf-esquisto select { font-family: inherit; font-size: 16px; }
#mf-esquisto textarea { font-family: inherit; font-size: 16px; }
#mf-esquisto a { color: inherit; text-decoration: none; }
#mf-esquisto p { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto li { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto h1 { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto h2 { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto h3 { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto h4 { margin: 0; padding: 0; overflow-wrap: anywhere; word-break: break-word; }
#mf-esquisto .mfesq-breadcrumbs { width: 100%; padding: 18px 20px 0; }
#mf-esquisto .mfesq-breadcrumbs-wrap { max-width: 1180px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 600; color: var(--mfesq-muted);
}
#mf-esquisto .mfesq-breadcrumbs-wrap a { color: var(--mfesq-muted); transition: .2s; }
#mf-esquisto .mfesq-breadcrumbs-wrap a:hover { color: var(--mfesq-primary); }
#mf-esquisto .mfesq-breadcrumbs-wrap strong { color: var(--mfesq-heading); font-weight: 700; }
#mf-esquisto .mfesq-breadcrumbs-wrap i { font-size: 10px; color: #9aa9b8; }
#mf-esquisto .mfesq-hero { max-width: 1180px; margin: 30px auto 28px; padding: 0 20px; }
#mf-esquisto .mfesq-hero-content { position: relative; z-index: 1; max-width: 860px; min-width: 0; }
#mf-esquisto .mfesq-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22); color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 11px; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; backdrop-filter: blur(6px);
}
#mf-esquisto .mfesq-hero-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mfesq-primary-soft);
  animation: mfesqPulse 1.4s infinite;
}
@keyframes mfesqPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .5; transform: scale(1.4); }
}
#mf-esquisto .mfesq-hero h1 { font-size: clamp(30px,5vw,46px); line-height: 1.06; color: #fff; font-weight: 800; letter-spacing: -1px;
  margin-bottom: 12px;
}
#mf-esquisto .mfesq-hero-subtitle { font-size: 15.5px; line-height: 1.7; color: rgba(255,255,255,.9); max-width: 780px; }
#mf-esquisto .mfesq-hero-subtitle em { color: #fff; font-style: italic; }
#mf-esquisto .mfesq-hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
#mf-esquisto .mfesq-tag { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16); color: #fff; padding: 7px 13px; border-radius: 999px; font-size: 12px; font-weight: 700;
}
#mf-esquisto .mfesq-tag i { color: var(--mfesq-primary-soft); font-size: 13px; }
#mf-esquisto .mfesq-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.84); font-size: 12px;
  font-weight: 700;
}
#mf-esquisto .mfesq-hero-meta-item { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14); padding: 7px 13px; border-radius: 999px;
}
#mf-esquisto .mfesq-hero-meta-item i { color: var(--mfesq-primary-soft); font-size: 13px; }
#mf-esquisto .mfesq-summary-cards { max-width: 1180px; margin: 0 auto 28px; padding: 0 20px; display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px;
}
#mf-esquisto .mfesq-summary-card { background: var(--mfesq-bg); border: 1px solid var(--mfesq-border-light); border-radius: var(--mfesq-radius-card);
  padding: 20px; box-shadow: var(--mfesq-shadow-card); display: flex; flex-direction: column; min-width: 0; text-align: left;
}
#mf-esquisto .mfesq-summary-card-title { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
#mf-esquisto .mfesq-summary-card-title i { color: var(--mfesq-primary); font-size: 16px; }
#mf-esquisto .mfesq-summary-card-title h3 { font-size: 15px; color: var(--mfesq-heading); font-weight: 700; }
#mf-esquisto .mfesq-summary-card p { color: var(--mfesq-body); font-size: 13px; line-height: 1.45; text-align: left; }
#mf-esquisto .mfesq-summary-card ul { padding-left: 18px; margin: 0 0 20px; list-style: disc; }
#mf-esquisto .mfesq-summary-card li { color: var(--mfesq-body); font-size: 13px; line-height: 1.45; text-align: left; margin-bottom: 6px; }
#mf-esquisto .mfesq-summary-card button { margin-top: auto; background: transparent; border: none; color: var(--mfesq-primary); font-weight: 700;
  font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 6px; padding: 14px 0 0; text-align: left;
}
#mf-esquisto .mfesq-ad { max-width: 1180px; margin: 0 auto 28px; padding: 0 20px; display: flex; justify-content: center; min-width: 0; }
#mf-esquisto .mfesq-ad-inner { width: 100%; min-height: 90px; overflow: hidden; border: 1px dashed var(--mfesq-border);
  border-radius: var(--mfesq-radius-card); background: var(--mfesq-bg-subtle); display: flex; align-items: center; justify-content: center;
}
#mf-esquisto .mfesq-ad-inner ins { display: block; width: 100%; }
#mf-esquisto .mfesq-page { max-width: 1180px; margin: 0 auto 28px; padding: 0 20px; display: grid; grid-template-columns: minmax(0,1fr) 330px;
  gap: 28px; align-items: start;
}
#mf-esquisto .mfesq-main { min-width: 0; }
#mf-esquisto .mfesq-sidebar { min-width: 0; }
#mf-esquisto .mfesq-tab-btn i { color: #6b7695; font-size: 14px; }
#mf-esquisto .mfesq-tab-btn.mfesq-active { color: var(--mfesq-primary); background: var(--mfesq-primary-light); }
#mf-esquisto .mfesq-tab-btn.mfesq-active i { color: var(--mfesq-primary); }
#mf-esquisto .mfesq-tab-btn.mfesq-active::after { content: ""; position: absolute; left: 14px; right: 14px; bottom: 0; height: 3px;
  background: var(--mfesq-primary); border-radius: 6px 6px 0 0;
}
#mf-esquisto .mfesq-tab-panel { display: none; }
#mf-esquisto .mfesq-tab-panel.mfesq-active { display: block; }
#mf-esquisto .mfesq-card { background: var(--mfesq-bg); border: 1px solid var(--mfesq-border); border-radius: var(--mfesq-radius-card);
  padding: 22px 24px; margin-bottom: 16px; box-shadow: var(--mfesq-shadow-card); min-width: 0;
}
#mf-esquisto .mfesq-card h2 { display: flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 900; color: var(--mfesq-heading);
  margin-bottom: 14px;
}
#mf-esquisto .mfesq-card h2 i { color: var(--mfesq-primary); font-size: 18px; width: 24px; text-align: center; flex: 0 0 auto; }
#mf-esquisto .mfesq-card h4 { font-size: 14px; margin: 18px 0 10px; color: var(--mfesq-heading); font-weight: 900; }
#mf-esquisto .mfesq-card p:last-child { margin-bottom: 0; }
#mf-esquisto .mfesq-card p { font-size: 14px; line-height: 1.75; color: var(--mfesq-body); margin-bottom: 10px; text-align: justify; }
#mf-esquisto .mfesq-card li { text-align: justify; }
#mf-esquisto strong { font-weight: 800; display: inline; }
#mf-esquisto b { display: inline; }
#mf-esquisto em { color: var(--mfesq-heading); font-style: italic; display: inline; }
#mf-esquisto i.fa-solid { display: inline; }
#mf-esquisto i.fa-regular { display: inline; }
#mf-esquisto .mfesq-check-list { margin: 14px 0 0; }
#mf-esquisto .mfesq-dot-list { margin: 14px 0 0; }
#mf-esquisto .mfesq-check-list li { text-align: justify; position: relative; padding-left: 28px; margin-bottom: 10px; font-size: 13.5px;
  line-height: 1.5; color: var(--mfesq-body);
}
#mf-esquisto .mfesq-check-list li::before { content: ""; font-family: "Font Awesome 6 Free"; font-weight: 900; position: absolute; left: 0; top: 2px;
  width: 17px; height: 17px; border-radius: 50%; background: var(--mfesq-primary); color: #fff; font-size: 9px; display: flex; align-items: center;
  justify-content: center;
}
#mf-esquisto .mfesq-dot-list li { text-align: justify; position: relative; padding-left: 18px; margin-bottom: 8px; font-size: 13.5px;
  line-height: 1.5; color: var(--mfesq-body);
}
#mf-esquisto .mfesq-dot-list li::before { content: ""; position: absolute; left: 0; top: 9px; width: 5px; height: 5px;
  background: var(--mfesq-heading); border-radius: 50%;
}
#mf-esquisto .mfesq-info-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-top: 16px; }
#mf-esquisto .mfesq-info-grid > div { border: 1px solid var(--mfesq-border-light); background: var(--mfesq-bg-subtle); border-radius: 12px;
  padding: 16px; min-width: 0;
}
#mf-esquisto .mfesq-info-grid strong { display: block; font-size: 14px; color: var(--mfesq-heading); margin-bottom: 8px; }
#mf-esquisto .mfesq-info-grid p { text-align: justify; font-size: 13px; line-height: 1.55; margin: 0; }
#mf-esquisto .mfesq-protocol { border: 1px solid var(--mfesq-primary-border); background: var(--mfesq-primary-light);
  border-left: 4px solid var(--mfesq-primary); border-radius: 12px; padding: 16px; margin: 16px 0 0;
}
#mf-esquisto .mfesq-protocol strong { display: block; font-size: 15px; color: var(--mfesq-heading); margin-bottom: 6px; }
#mf-esquisto .mfesq-protocol p { text-align: justify; margin: 0; font-size: 13.5px; line-height: 1.6; }
#mf-esquisto .mfesq-alert { text-align: justify; border-radius: 10px; padding: 14px 18px; margin: 16px 0 0; font-size: 13.5px; font-weight: 800;
  line-height: 1.55;
}
#mf-esquisto .mfesq-alert i { display: inline; margin-right: 6px; }
#mf-esquisto .mfesq-alert-red { background: var(--mfesq-alert-red-bg); color: var(--mfesq-alert-red-text); }
#mf-esquisto .mfesq-alert-yellow { background: var(--mfesq-alert-yellow-bg); color: var(--mfesq-alert-yellow-text); }
#mf-esquisto .mfesq-alert-green { background: var(--mfesq-alert-green-bg); color: var(--mfesq-alert-green-text); }
#mf-esquisto .mfesq-steps { counter-reset: mfesqStep; margin-top: 14px; }
#mf-esquisto .mfesq-steps li { position: relative; display: block; min-width: 0; padding: 13px 14px 13px 52px;
  border: 1px solid var(--mfesq-border-light); border-radius: 12px; margin-bottom: 10px; background: var(--mfesq-bg-subtle); font-size: 13.5px;
  line-height: 1.6; color: var(--mfesq-body); font-weight: 600; overflow-wrap: anywhere;
}
#mf-esquisto .mfesq-steps li:last-child { margin-bottom: 0; }
#mf-esquisto .mfesq-steps li::before { counter-increment: mfesqStep; content: counter(mfesqStep); position: absolute; left: 14px; top: 12px;
  width: 26px; height: 26px; border-radius: 50%; background: var(--mfesq-primary); color: #fff; font-size: 13px; font-weight: 800; display: flex;
  align-items: center; justify-content: center;
}
#mf-esquisto .mfesq-steps li strong { display: inline; }
#mf-esquisto .mfesq-steps li b { display: inline; }
#mf-esquisto .mfesq-steps li em { display: inline; }
#mf-esquisto .mfesq-field { min-width: 0; }
#mf-esquisto .mfesq-field label { display: block; font-size: 11.5px; font-weight: 800; color: var(--mfesq-muted); margin-bottom: 6px;
  letter-spacing: .02em; line-height: 1.35;
}
#mf-esquisto .mfesq-field input { width: 100%; min-width: 0; box-sizing: border-box; padding: 12px 13px; font-size: 16px; font-weight: 800;
  line-height: 1.45; min-height: 48px; height: auto; color: var(--mfesq-heading); border: 1.5px solid var(--mfesq-border); border-radius: 12px;
  outline: none; background-color: #fff; transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none;
  -moz-appearance: none; touch-action: manipulation;
}
#mf-esquisto .mfesq-field select { width: 100%; min-width: 0; box-sizing: border-box; padding: 12px 13px; line-height: 1.45; min-height: 48px;
  height: auto; color: var(--mfesq-heading); border: 1.5px solid var(--mfesq-border); border-radius: 12px; outline: none; background-color: #fff;
  transition: border-color .2s, box-shadow .2s; appearance: none; -webkit-appearance: none; -moz-appearance: none; touch-action: manipulation;
  font-size: 16px; font-weight: 700; padding-right: 38px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236b7f92' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 16px 16px;
}
#mf-esquisto .mfesq-field select::-ms-expand { display: none; }
#mf-esquisto .mfesq-field select option { font-size: 16px; font-weight: 600; line-height: 1.6; padding: 8px; color: var(--mfesq-heading); }
#mf-esquisto .mfesq-field input:focus { border-color: var(--mfesq-primary); box-shadow: 0 0 0 3px var(--mfesq-primary-light); }
#mf-esquisto .mfesq-field select:focus { border-color: var(--mfesq-primary); box-shadow: 0 0 0 3px var(--mfesq-primary-light); }
#mf-esquisto .mfesq-table-wrap { margin-top: 16px; width: 100%; min-width: 0; }
#mf-esquisto .mfesq-table { width: 100%; table-layout: fixed; border-collapse: collapse; border: 1px solid var(--mfesq-border-light);
  border-radius: 12px; overflow: hidden;
}
#mf-esquisto .mfesq-table td { padding: 12px; text-align: left; font-size: 13px; line-height: 1.55;
  border-bottom: 1px solid var(--mfesq-border-light); border-right: 1px solid var(--mfesq-border-light); color: var(--mfesq-body);
  overflow-wrap: anywhere; word-break: break-word; vertical-align: top;
}
#mf-esquisto .mfesq-table th:last-child { border-right: none; }
#mf-esquisto .mfesq-table td:last-child { border-right: none; }
#mf-esquisto .mfesq-table th { padding: 12px; text-align: left; line-height: 1.55; border-bottom: 1px solid var(--mfesq-border-light);
  border-right: 1px solid var(--mfesq-border-light); overflow-wrap: anywhere; word-break: break-word; vertical-align: top;
  background: var(--mfesq-primary-light); color: var(--mfesq-heading); font-weight: 800; font-size: 12.5px;
}
#mf-esquisto .mfesq-table tr:last-child td { border-bottom: none; }
#mf-esquisto .mfesq-table td strong { color: var(--mfesq-heading); }
#mf-esquisto .mfesq-table tbody tr:nth-child(even) td { background: var(--mfesq-bg-subtle); }
#mf-esquisto .mfesq-sidebar .mfesq-card { padding: 18px 24px; }
#mf-esquisto .mfesq-sidebar .mfesq-card h3 { display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 800;
  color: var(--mfesq-heading); margin-bottom: 18px;
}
#mf-esquisto .mfesq-sidebar .mfesq-card h3 i { color: var(--mfesq-primary); font-size: 16px; }
#mf-esquisto .mfesq-sidebar-item { display: flex; gap: 13px; margin-bottom: 18px; min-width: 0; }
#mf-esquisto .mfesq-sidebar-item:last-child { margin-bottom: 0; }
#mf-esquisto .mfesq-sidebar-item i { color: var(--mfesq-primary); font-size: 18px; margin-top: 2px; width: 24px; min-width: 24px; height: 22px;
  flex: 0 0 24px; display: inline-flex; align-items: center; justify-content: center;
}
#mf-esquisto .mfesq-sidebar-item > div { min-width: 0; }
#mf-esquisto .mfesq-sidebar-item strong { display: block; font-size: 13px; color: var(--mfesq-heading); margin-bottom: 3px; }
#mf-esquisto .mfesq-sidebar-item p { margin: 0; font-size: 12px; line-height: 1.45; color: var(--mfesq-body); text-align: left; }
#mf-esquisto .mfesq-links { border: 1px solid var(--mfesq-border-light); border-radius: 10px; overflow: hidden; }
#mf-esquisto .mfesq-links a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 13px 14px;
  color: var(--mfesq-heading); font-size: 12.5px; font-weight: 700; border-bottom: 1px solid var(--mfesq-border-light); background: var(--mfesq-bg);
  transition: background .15s;
}
#mf-esquisto .mfesq-links a:last-child { border-bottom: none; }
#mf-esquisto .mfesq-links a:hover { background: var(--mfesq-primary-light); }
#mf-esquisto .mfesq-links a i { color: var(--mfesq-primary); font-size: 12px; flex: 0 0 auto; }
#mf-esquisto .mfesq-exam-card { background: linear-gradient(180deg,#fbf8ff 0%,#fff 100%); border-color: var(--mfesq-purple-border); }
#mf-esquisto .mfesq-exam-card h3 i { color: var(--mfesq-purple); }
#mf-esquisto .mfesq-exam-card p { font-size: 12.5px; line-height: 1.55; color: var(--mfesq-body); margin-bottom: 12px; text-align: left; }
#mf-esquisto .mfesq-exam-btn { width: 100%; height: 42px; border: 1.5px solid var(--mfesq-purple); background: var(--mfesq-bg);
  color: var(--mfesq-purple); border-radius: 9px; font-weight: 800; cursor: pointer; font-size: 13px; transition: background .15s;
  touch-action: manipulation; display: flex; align-items: center; justify-content: center; gap: 8px;
}
#mf-esquisto .mfesq-exam-btn:hover { background: var(--mfesq-purple-light); }
#mf-esquisto .mfesq-tx-lead { background: linear-gradient(135deg, var(--mfesq-primary-light), #fff); border: 1px solid var(--mfesq-primary-border);
  border-left: 4px solid var(--mfesq-primary); border-radius: 14px; padding: 16px 18px; margin: 16px 0 0;
}
#mf-esquisto .mfesq-tx-lead strong { display: block; color: var(--mfesq-heading); font-size: 15px; margin-bottom: 6px; }
#mf-esquisto .mfesq-tx-lead p { margin: 0; color: var(--mfesq-body); font-size: 13.5px; line-height: 1.65; }
#mf-esquisto .mfesq-tx-category { border: 1px solid var(--mfesq-border); background: var(--mfesq-bg); border-radius: var(--mfesq-radius-card);
  padding: 22px 24px; margin-bottom: 16px; box-shadow: var(--mfesq-shadow-card); min-width: 0;
}
#mf-esquisto .mfesq-tx-category-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 10px; }
#mf-esquisto .mfesq-tx-category-head > div:last-child { min-width: 0; }
#mf-esquisto .mfesq-tx-category-icon { width: 44px; height: 44px; border-radius: 14px; background: var(--mfesq-primary-light);
  color: var(--mfesq-primary-dark); display: flex; align-items: center; justify-content: center; flex: 0 0 auto; font-size: 18px;
}
#mf-esquisto .mfesq-tx-category h3 { margin-bottom: 5px; color: var(--mfesq-heading); font-size: 18px; font-weight: 900; line-height: 1.25; }
#mf-esquisto .mfesq-tx-category p { color: var(--mfesq-body); font-size: 14px; line-height: 1.75; text-align: justify; }
#mf-esquisto .mfesq-tx-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; margin-top: 16px; width: 100%; }
#mf-esquisto .mfesq-tx-popup-card:hover::before { opacity: 1; }
#mf-esquisto .mfesq-tx-popup-card:hover .mfesq-tx-popup-icon { background: linear-gradient(135deg, var(--mfesq-primary-dark), var(--mfesq-primary-darker));
  transform: scale(1.05);
}
#mf-esquisto .mfesq-tx-popup-card:hover .mfesq-tx-popup-arrow { transform: translateX(3px); }
#mf-esquisto .mfesq-ref-card { background: linear-gradient(135deg, var(--mfesq-primary-light), #fff); border-color: var(--mfesq-primary-border); }
#mf-esquisto .mfesq-ref-list { padding-left: 20px; margin-top: 16px; list-style: decimal; font-family: inherit; }
#mf-esquisto .mfesq-ref-list li { list-style: decimal; margin-bottom: 14px; font-family: inherit; font-size: 13.5px; font-weight: 400;
  line-height: 1.6; color: var(--mfesq-body); text-align: left;
}
#mf-esquisto .mfesq-ref-list li strong, #mf-esquisto .mfesq-ref-list li em, #mf-esquisto .mfesq-ref-list li span, #mf-esquisto .mfesq-ref-list li a { font-family: inherit;
}
#mf-esquisto .mfesq-ref-list li:last-child { margin-bottom: 0; }
#mf-esquisto .mfesq-ref-list a { color: var(--mfesq-primary-dark); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
#mf-esquisto .mfesq-footer { max-width: 1180px; margin: 0 auto 40px; padding: 0 20px; min-width: 0; }
#mf-esquisto .mfesq-footer-inner { background: var(--mfesq-bg); border: 1px solid var(--mfesq-border); border-radius: var(--mfesq-radius-card);
  padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px; font-size: 12.5px;
  color: var(--mfesq-muted);
}
#mf-esquisto .mfesq-footer-disc { display: flex; align-items: flex-start; gap: 9px; min-width: 0; line-height: 1.6; }
#mf-esquisto .mfesq-footer-disc i { color: var(--mfesq-primary); margin-top: 3px; }
#mfesq-img-modal.mfesq-open { display: flex; }
#mfesq-popup-modal.mfesq-open { display: flex; }
#mfesq-quiz-modal.mfesq-open { display: flex; }
#mfesq-img-modal img { max-width: min(92vw,980px); max-height: 86vh; border-radius: 16px; object-fit: contain; background: #fff; }
#mfesq-quiz-modal .mfesq-modal-box { position: relative; background: #fff; max-width: 620px; width: 100%; max-height: 90vh; overflow-y: auto;
  border-radius: 18px; padding: 34px 28px 28px; box-shadow: 0 20px 50px rgba(0,0,0,.2); -webkit-overflow-scrolling: touch;
}
#mfesq-popup-modal .mfesq-modal-box * { box-sizing: border-box; }
#mfesq-quiz-modal .mfesq-modal-box * { box-sizing: border-box; }
#mfesq-popup-modal h2 { font-size: 22px; margin: 0 0 14px; font-weight: 900; padding-right: 32px; }
#mfesq-popup-modal p { font-size: 15px; line-height: 1.7; color: #35526c; margin: 0; text-align: justify; }
#mfesq-quiz-modal h2 { font-size: 20px; line-height: 1.4; margin: 0 0 8px; font-weight: 900; }
#mfesq-quiz-modal .mfesq-chart { display: flex; height: 34px; border-radius: 20px; overflow: hidden; background: #eee; margin: 24px 0; }
#mfesq-quiz-modal .mfesq-chart-correct { background: #0f766e; width: 0; transition: width .5s; }
#mfesq-quiz-modal .mfesq-chart-wrong { background: #e35d6a; width: 0; transition: width .5s; }
#mfesq-quiz-modal .mfesq-review-item h4 { margin: 0 0 8px; font-size: 15px; }
#mfesq-quiz-modal .mfesq-review-item p { margin: 5px 0; font-size: 13px; line-height: 1.5; color: #35526c; }
#mfesq-tx-modal.mfesq-open { display: flex; }
@keyframes mfesqModalUp {
  from { opacity: 0; transform: translateY(18px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
#mfesq-tx-modal .mfesq-tx-body { padding: 20px 22px; overflow-y: auto; background: #fff; color: #35526c; font-size: 13.5px; line-height: 1.65;
  font-weight: 600; -webkit-overflow-scrolling: touch; overflow-wrap: anywhere;
}
#mf-esquisto .mfesq-quickbar { display: none; margin-bottom: 14px; }
#mf-esquisto .mfesq-quickbtn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 16px;
  border-radius: 14px; cursor: pointer; border: 1px solid var(--mfesq-primary-border);
  background: linear-gradient(135deg, var(--mfesq-primary-dark), var(--mfesq-primary)); color: #fff; font-family: inherit; font-size: 14px;
  font-weight: 800; letter-spacing: .01em; box-shadow: 0 8px 18px rgba(6,63,60,.18); transition: .2s; touch-action: manipulation;
}
#mf-esquisto .mfesq-quickbtn:hover { filter: brightness(1.06); }
#mf-esquisto .mfesq-quickbtn i { font-size: 15px; }
#mfesq-quick-modal.mfesq-open { display: block; }
#mfesq-quick-modal .mfesq-quick-box > h2 { margin: 0 0 4px; font-size: 20px; font-weight: 900; color: var(--mfesq-heading); display: flex;
  align-items: center; gap: 9px; line-height: 1.3;
}
#mfesq-quick-modal .mfesq-quick-box > h2 i { color: var(--mfesq-primary); }
#mfesq-quick-modal .mfesq-quick-intro { margin: 0 0 18px; font-size: 12.8px; color: var(--mfesq-muted); line-height: 1.6; text-align: left; }
#mfesq-quick-modal .mfesq-quick-item:last-child { margin-bottom: 0; }
#mfesq-quick-modal .mfesq-quick-item h4 { margin: 0 0 6px; font-size: 13.5px; font-weight: 900; color: var(--mfesq-heading); display: flex;
  align-items: center; gap: 8px; line-height: 1.3;
}
#mfesq-quick-modal .mfesq-quick-item h4 i { color: var(--mfesq-primary); font-size: 13px; }
#mfesq-quick-modal .mfesq-quick-item p:last-child { margin-bottom: 0; }
#mfesq-quick-modal .mfesq-quick-item b { color: var(--mfesq-heading); font-weight: 800; }
#mfesq-quick-modal .mfesq-quick-links a i { color: var(--mfesq-primary); font-size: 11px; }
#mf-esquisto .mfesq-score-total { margin-top: 16px; border: 1px solid var(--mfesq-primary-border);
  background: linear-gradient(135deg, var(--mfesq-primary-light), #fff); border-radius: 14px; padding: 18px 16px; text-align: center;
}
#mf-esquisto .mfesq-score-total-lbl { font-size: 11.5px; font-weight: 800; color: var(--mfesq-muted); text-transform: uppercase;
  letter-spacing: .06em; margin-bottom: 6px;
}
#mf-esquisto .mfesq-score-total-num { font-size: 32px; font-weight: 900; color: var(--mfesq-primary-dark); line-height: 1.1; letter-spacing: -1px; }
#mf-esquisto .mfesq-score-total-sub { margin-top: 6px; font-size: 13px; font-weight: 700; color: var(--mfesq-body); line-height: 1.6; }
#mf-esquisto .mfesq-dose-row { display: block; min-width: 0; background: #fff; border: 1px solid var(--mfesq-border-light); border-radius: 11px;
  padding: 12px 13px; margin-bottom: 9px; font-size: 13px; line-height: 1.65; color: var(--mfesq-body); font-weight: 600; overflow-wrap: anywhere;
}
#mf-esquisto .mfesq-dose-row:last-child { margin-bottom: 0; }
#mf-esquisto .mfesq-dose-row b { display: inline; font-weight: 900; color: var(--mfesq-heading); }
#mf-esquisto .mfesq-dose-row em { display: inline; font-style: italic; color: var(--mfesq-muted); }
@media (max-width: 1100px) {
  #mf-esquisto .mfesq-summary-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #mf-esquisto .mfesq-tab-btn { flex: 1 1 calc(33.333% - 6px); }
}
@media (max-width: 900px) {
  #mf-esquisto .mfesq-page { grid-template-columns: minmax(0,1fr); }
  #mf-esquisto .mfesq-hero-shell { padding: 30px 24px; }
  #mf-esquisto .mfesq-info-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #mf-esquisto .mfesq-tab-btn { flex: 1 1 calc(50% - 6px); }
  #mf-esquisto .mfesq-summary-cards { display: none; }
  #mf-esquisto .mfesq-sidebar { display: none; }
  #mf-esquisto .mfesq-quickbar { display: block; }
  #mf-esquisto .mfesq-field input, #mf-esquisto .mfesq-field select { font-size: 16px; }
}
@media (max-width: 600px) {
  #mf-esquisto .mfesq-breadcrumbs { padding: 14px 16px 0; }
  #mf-esquisto .mfesq-breadcrumbs-wrap { font-size: 12px; gap: 8px; }
  #mf-esquisto .mfesq-hero { padding: 0 16px; }
  #mf-esquisto .mfesq-hero-shell { padding: 26px 20px; }
  #mf-esquisto .mfesq-page, #mf-esquisto .mfesq-footer, #mf-esquisto .mfesq-ad { padding: 0 16px; }
  #mf-esquisto .mfesq-card, #mf-esquisto .mfesq-tx-category { padding: 18px 16px; }
  #mf-esquisto .mfesq-card h2 { font-size: 18px; }
  #mf-esquisto .mfesq-info-grid { gap: 10px; }
  #mf-esquisto .mfesq-info-grid > div { padding: 13px; }
  #mf-esquisto .mfesq-info-grid strong { font-size: 13px; }
  #mf-esquisto .mfesq-info-grid p { font-size: 12px; }
  #mf-esquisto .mfesq-calc-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  #mf-esquisto .mfesq-score-total-num { font-size: 27px; }
  #mf-esquisto .mfesq-dose-row { padding: 11px 11px; font-size: 12.6px; }
  #mf-esquisto .mfesq-table th, #mf-esquisto .mfesq-table td { padding: 9px 8px; font-size: 11.5px; line-height: 1.5; }
  #mf-esquisto .mfesq-tx-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  #mf-esquisto .mfesq-tx-popup-card { min-height: 155px; padding: 16px 10px; border-radius: 14px; }
  #mf-esquisto .mfesq-tx-popup-icon { width: 40px; height: 40px; font-size: 16px; }
  #mf-esquisto .mfesq-tx-popup-title { font-size: 12.5px; line-height: 1.25; }
  #mf-esquisto .mfesq-tx-popup-desc { font-size: 10.8px; line-height: 1.35; }
  #mf-esquisto .mfesq-tx-popup-arrow { top: 10px; right: 10px; font-size: 10px; }
  #mfesq-popup-modal .mfesq-modal-box, #mfesq-quiz-modal .mfesq-modal-box { padding: 30px 18px 20px; }
}
#mf-esquisto .mfesq-tool-result p { margin: 0; font-size: 13px; line-height: 1.6; text-align: left; }
#mf-esquisto .mfesq-hero-shell { position: relative; overflow: hidden; border-radius: 22px; padding: 38px 34px; color: #fff;
  background: linear-gradient(135deg,#119b8f 0%,#0b8077 48%,#075f58 72%,#044b46 100%); box-shadow: 0 16px 42px rgba(4,75,70,.20);
}
#mf-esquisto .mfesq-hero-shell::before { content: ""; position: absolute; top: -90px; right: -80px; width: 320px; height: 320px; border-radius: 50%;
  pointer-events: none; background: radial-gradient(circle,rgba(130,238,220,.38) 0%,rgba(70,201,182,.16) 42%,transparent 72%);
}
#mf-esquisto .mfesq-hero-shell::after { content: ""; position: absolute; left: -100px; bottom: -130px; width: 340px; height: 340px;
  border-radius: 50%; pointer-events: none; background: radial-gradient(circle,rgba(38,171,155,.42) 0%,rgba(5,94,87,.28) 46%,transparent 72%);
}
#mf-esquisto .mfesq-tabs-nav { flex-wrap: wrap; gap: 6px; background: var(--mfesq-bg); border: 1px solid var(--mfesq-border); border-radius: 12px;
  padding: 8px 10px; margin-bottom: 16px; box-shadow: 0 6px 18px rgba(20,67,120,.04); display: grid; grid-template-columns: repeat(4,minmax(0,1fr));
}
#mf-esquisto .mfesq-tab-btn { position: relative; flex: 1 1 calc(25% - 6px); border: none; background: transparent; padding: 13px 10px;
  font-size: 12.5px; font-weight: 800; color: #4b5f80; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 7px;
  border-radius: 10px; white-space: nowrap; touch-action: manipulation; min-width: 0;
}
#mf-esquisto .mfesq-tool { margin-top: 16px; padding: 18px; border: 1px solid var(--mfesq-primary-border); border-radius: 15px;
  background: linear-gradient(180deg,#f2fbf9 0%,#fff 100%);
}
#mf-esquisto .mfesq-tool-head { margin-bottom: 14px; }
#mf-esquisto .mfesq-tool-head strong { display: block; font-size: 15px; font-weight: 900; color: var(--mfesq-heading); margin-bottom: 4px; }
#mf-esquisto .mfesq-tool-head p { margin: 0; font-size: 12.5px; line-height: 1.55; color: var(--mfesq-muted); text-align: left; }
#mf-esquisto .mfesq-tool-result { display: block; margin-top: 13px; min-height: 52px; padding: 14px 15px; border: 1px solid var(--mfesq-border-light);
  border-radius: 12px; background: #fff; color: var(--mfesq-body); font-size: 13px; line-height: 1.62;
}
#mf-esquisto .mfesq-tool-result strong { display: block; font-size: 15px; margin-bottom: 6px; color: var(--mfesq-primary-dark); font-weight: 900; }
#mf-esquisto .mfesq-tool-result.mfesq-result-warn { background: var(--mfesq-alert-yellow-bg); color: var(--mfesq-alert-yellow-text);
  border-color: #efd58a;
}
#mf-esquisto .mfesq-calc-grid { display: grid; gap: 12px; margin-top: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); }
#mf-esquisto .mfesq-calc-grid.mfesq-calc-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
#mf-esquisto .mfesq-clinical-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 13px; margin-top: 15px; }
#mf-esquisto .mfesq-clinical-grid.mfesq-clinical-grid-3 { grid-template-columns: repeat(3,minmax(0,1fr)); }
#mf-esquisto .mfesq-mini { min-width: 0; padding: 16px; border: 1px solid var(--mfesq-border-light); border-radius: 13px;
  background: var(--mfesq-bg-subtle);
}
#mf-esquisto .mfesq-mini > i { display: block; color: var(--mfesq-primary); font-size: 18px; margin-bottom: 9px; }
#mf-esquisto .mfesq-mini strong { display: block; color: var(--mfesq-heading); font-size: 13.5px; font-weight: 900; margin-bottom: 6px; }
#mf-esquisto .mfesq-mini p { margin: 0; color: var(--mfesq-body); font-size: 12.8px; line-height: 1.58; text-align: left; }
#mf-esquisto .mfesq-tx-popup-card::before { content: ""; position: absolute; inset: 0; transition: .2s; pointer-events: none;
  background: linear-gradient(135deg,rgba(11,143,131,.05),rgba(99,211,196,.10)); opacity: .35;
}
#mf-esquisto .mfesq-tx-popup-card:hover { transform: translateY(-3px); border-color: #7ccfc2; box-shadow: 0 14px 28px rgba(7,95,88,.12); }
#mf-esquisto .mfesq-tx-popup-icon { width: 42px; height: 42px; border-radius: 12px; color: #fff; display: flex; align-items: center;
  justify-content: center; font-size: 17px; transition: .2s; position: relative; z-index: 1; flex: 0 0 auto;
  background: linear-gradient(135deg,#0b8f83,#075f58); box-shadow: 0 8px 18px rgba(7,95,88,.18);
}
#mfesq-img-modal { display: none; position: fixed; inset: 0; z-index: 99999; background: rgba(10,20,35,.75); align-items: center;
  justify-content: center; padding: 20px; --mfesq-primary: #0b8f83; --mfesq-primary-light: #edf9f7; --mfesq-primary-border: #b9e6df;
  --mfesq-primary-dark: #075f58; --mfesq-primary-darker: #044b46; --mfesq-primary-soft: #76dfd0; --mfesq-heading: #173a5e; --mfesq-body: #405c73;
  --mfesq-muted: #71869a; --mfesq-bg: #fff; --mfesq-bg-subtle: #f8fbfd; --mfesq-border: #dbe6ef; --mfesq-border-light: #e8eff5;
  --mfesq-alert-red-bg: #fdecef; --mfesq-alert-red-text: #aa3346; --mfesq-alert-yellow-bg: #fff7e2; --mfesq-alert-yellow-text: #8a6200;
  --mfesq-purple: #6f3fdc; --mfesq-purple-light: #f5f1ff; --mfesq-purple-border: #e2d9ff;
  font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--mfesq-heading);
}
#mfesq-img-modal * { box-sizing: border-box; }
#mfesq-popup-modal * { box-sizing: border-box; }
#mfesq-quiz-modal * { box-sizing: border-box; }
#mfesq-tx-modal * { margin: 0; padding: 0; box-sizing: border-box; }
#mfesq-quick-modal * { box-sizing: border-box; }
#mfesq-popup-modal { display: none; position: fixed; inset: 0; z-index: 99999; align-items: center; justify-content: center; --mfesq-primary: #0b8f83;
  --mfesq-primary-light: #edf9f7; --mfesq-primary-border: #b9e6df; --mfesq-primary-dark: #075f58; --mfesq-primary-darker: #044b46;
  --mfesq-primary-soft: #76dfd0; --mfesq-heading: #173a5e; --mfesq-body: #405c73; --mfesq-muted: #71869a; --mfesq-bg: #fff;
  --mfesq-bg-subtle: #f8fbfd; --mfesq-border: #dbe6ef; --mfesq-border-light: #e8eff5; --mfesq-alert-red-bg: #fdecef; --mfesq-alert-red-text: #aa3346;
  --mfesq-alert-yellow-bg: #fff7e2; --mfesq-alert-yellow-text: #8a6200; --mfesq-purple: #6f3fdc; --mfesq-purple-light: #f5f1ff;
  --mfesq-purple-border: #e2d9ff; font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--mfesq-heading);
  padding: 18px; background: rgba(10,28,38,.68); backdrop-filter: blur(4px);
}
#mfesq-popup-modal .mfesq-popup-head { position: relative; padding: 25px 58px 18px 22px; background: linear-gradient(135deg,#edf9f7,#fff);
  border-bottom: 1px solid var(--mfesq-border-light);
}
#mfesq-popup-modal .mfesq-popup-kicker { margin-bottom: 6px; color: var(--mfesq-primary); font-size: 10.5px; font-weight: 900; letter-spacing: .08em;
  text-transform: uppercase;
}
#mfesq-popup-modal #mfesq-popup-title { margin: 0; color: var(--mfesq-heading); font-size: 21px; line-height: 1.28; font-weight: 900; }
#mfesq-popup-modal #mfesq-popup-text { padding: 20px 22px 22px; }
#mfesq-popup-modal #mfesq-popup-text p { margin: 0 0 11px; color: var(--mfesq-body); font-size: 14px; line-height: 1.72; text-align: left; }
#mfesq-popup-modal #mfesq-popup-text p:last-child { margin-bottom: 0; }
#mfesq-popup-modal .mfesq-popup-list { list-style: none; margin: 8px 0 0; padding: 0; }
#mfesq-popup-modal .mfesq-popup-list li { position: relative; padding-left: 20px; margin-bottom: 8px; color: var(--mfesq-body); font-size: 13.5px;
  line-height: 1.58;
}
#mfesq-popup-modal .mfesq-popup-list li::before { content: ""; position: absolute; left: 2px; top: 9px; width: 5px; height: 5px; border-radius: 50%;
  background: var(--mfesq-primary);
}
#mfesq-quick-modal { display: none; position: fixed; inset: 0; z-index: 2147483000; overflow-y: auto; -webkit-overflow-scrolling: touch;
  --mfesq-primary: #0b8f83; --mfesq-primary-light: #edf9f7; --mfesq-primary-border: #b9e6df; --mfesq-primary-dark: #075f58;
  --mfesq-primary-darker: #044b46; --mfesq-primary-soft: #76dfd0; --mfesq-heading: #173a5e; --mfesq-body: #405c73; --mfesq-muted: #71869a;
  --mfesq-bg: #fff; --mfesq-bg-subtle: #f8fbfd; --mfesq-border: #dbe6ef; --mfesq-border-light: #e8eff5; --mfesq-alert-red-bg: #fdecef;
  --mfesq-alert-red-text: #aa3346; --mfesq-alert-yellow-bg: #fff7e2; --mfesq-alert-yellow-text: #8a6200; --mfesq-purple: #6f3fdc;
  --mfesq-purple-light: #f5f1ff; --mfesq-purple-border: #e2d9ff; font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color: var(--mfesq-heading); background: rgba(10,28,38,.70); padding: 12px;
}
#mfesq-quick-modal .mfesq-quick-hero { position: relative; overflow: hidden; padding: 24px 58px 20px 20px;
  background: linear-gradient(135deg,#0e978b,#075f58); color: #fff;
}
#mfesq-quick-modal .mfesq-quick-hero::after { content: ""; position: absolute; width: 175px; height: 175px; right: -70px; top: -75px;
  border-radius: 50%; background: radial-gradient(circle,rgba(127,232,215,.35),transparent 70%);
}
#mfesq-quick-modal .mfesq-quick-hero h2 { position: relative; z-index: 1; margin: 0 0 5px; color: #fff; font-size: 21px; font-weight: 900; }
#mfesq-quick-modal .mfesq-quick-hero p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.82); font-size: 12.3px; line-height: 1.5; }
#mfesq-quick-modal .mfesq-quick-content { padding: 17px; }
#mfesq-quick-modal .mfesq-quick-sec { margin-bottom: 18px; }
#mfesq-quick-modal .mfesq-quick-sec:last-child { margin-bottom: 0; }
#mfesq-quick-modal .mfesq-quick-sec > h3 { display: flex; align-items: center; gap: 8px; margin: 0 0 9px; color: var(--mfesq-primary-dark);
  font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em;
}
#mfesq-quick-modal .mfesq-quick-item { display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 10px; align-items: start; padding: 11px 12px;
  margin-bottom: 8px; border: 1px solid var(--mfesq-border-light); border-left: 1px solid var(--mfesq-border-light); border-radius: 12px;
  background: #fbfefe;
}
#mfesq-quick-modal .mfesq-quick-item > i { width: 35px; height: 35px; border-radius: 10px; display: flex; align-items: center;
  justify-content: center; color: var(--mfesq-primary); background: var(--mfesq-primary-light); font-size: 13px;
}
#mfesq-quick-modal .mfesq-quick-item strong { display: block; margin: 0 0 3px; color: var(--mfesq-heading); font-size: 12.5px; font-weight: 900; }
#mfesq-quick-modal .mfesq-quick-item p { text-align: left; margin: 0; font-size: 11.7px; line-height: 1.52; color: var(--mfesq-body); }
#mfesq-quick-modal .mfesq-quick-links { display: grid; gap: 8px; }
#mfesq-quick-modal .mfesq-quick-links a { justify-content: space-between; margin-bottom: 8px; display: grid;
  grid-template-columns: 34px minmax(0,1fr) 14px; gap: 9px; align-items: center; padding: 10px 11px; border: 1px solid var(--mfesq-border-light);
  border-radius: 11px; background: #fff; color: var(--mfesq-heading); font-size: 12px; font-weight: 850; text-decoration: none;
}
#mfesq-quick-modal .mfesq-quick-links a > i:first-child { width: 34px; height: 34px; border-radius: 9px; display: flex; align-items: center;
  justify-content: center; background: var(--mfesq-primary-light); color: var(--mfesq-primary);
}
#mfesq-quick-modal .mfesq-quick-links a > i:last-child { color: var(--mfesq-primary); font-size: 10px; }
#mfesq-tx-modal { box-sizing: border-box; margin: 0; display: none; position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 2147483000;
  align-items: center; justify-content: center; line-height: 1.6; --mfesq-primary: #0b8f83; --mfesq-primary-light: #edf9f7;
  --mfesq-primary-border: #b9e6df; --mfesq-primary-dark: #075f58; --mfesq-primary-darker: #044b46; --mfesq-primary-soft: #76dfd0;
  --mfesq-heading: #173a5e; --mfesq-body: #405c73; --mfesq-muted: #71869a; --mfesq-bg: #fff; --mfesq-bg-subtle: #f8fbfd; --mfesq-border: #dbe6ef;
  --mfesq-border-light: #e8eff5; --mfesq-alert-red-bg: #fdecef; --mfesq-alert-red-text: #aa3346; --mfesq-alert-yellow-bg: #fff7e2;
  --mfesq-alert-yellow-text: #8a6200; --mfesq-purple: #6f3fdc; --mfesq-purple-light: #f5f1ff; --mfesq-purple-border: #e2d9ff;
  font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--mfesq-heading); padding: 16px;
  background: rgba(10,28,38,.68); backdrop-filter: blur(4px);
}
#mfesq-tx-modal .mfesq-med-head { position: relative; display: block; padding: 23px 58px 19px 22px; margin: 0;
  background: linear-gradient(135deg,#0b8f83 0%,#075f58 64%,#044b46 100%); color: #fff; overflow: hidden;
}
#mfesq-tx-modal .mfesq-med-head::after { content: ""; position: absolute; width: 180px; height: 180px; right: -75px; top: -80px; border-radius: 50%;
  background: radial-gradient(circle,rgba(121,230,213,.30),transparent 70%);
}
#mfesq-tx-modal .mfesq-med-icon { display: none; }
#mfesq-tx-modal .mfesq-med-head h3 { position: relative; z-index: 1; margin: 0 0 5px; color: #fff; font-size: 19px; font-weight: 900;
  line-height: 1.3;
}
#mfesq-tx-modal .mfesq-med-head p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.5; }
#mfesq-tx-modal #mfesq-tx-body { padding: 19px 21px 22px; }
#mfesq-tx-modal .mfesq-tx-summary { margin: 0 0 14px; color: var(--mfesq-body); font-size: 13.5px; line-height: 1.7; text-align: left; }
#mfesq-tx-modal .mfesq-dose-row { display: block; padding: 11px 0; margin: 0; border-bottom: 1px dashed var(--mfesq-border); color: var(--mfesq-body);
  font-size: 13px; line-height: 1.65;
}
#mfesq-tx-modal .mfesq-dose-row b { display: inline; color: var(--mfesq-heading); font-weight: 900; }
#mfesq-tx-modal .mfesq-med-note { display: block; margin-top: 14px; padding: 12px 13px; border-radius: 11px; background: var(--mfesq-primary-light);
  border-left: 4px solid var(--mfesq-primary); color: var(--mfesq-primary-dark); font-size: 12.3px; line-height: 1.58; font-weight: 700;
}
#mfesq-tx-modal .mfesq-med-note i { display: inline; margin-right: 6px; }
#mfesq-tx-modal .mfesq-med-warning { display: block; margin-top: 10px; padding: 12px 13px; border-radius: 11px;
  background: var(--mfesq-alert-yellow-bg); color: var(--mfesq-alert-yellow-text); font-size: 12.3px; line-height: 1.58; font-weight: 700;
}
#mfesq-quiz-modal { display: none; position: fixed; inset: 0; z-index: 99999; align-items: center; justify-content: center; --mfesq-primary: #0b8f83;
  --mfesq-primary-light: #edf9f7; --mfesq-primary-border: #b9e6df; --mfesq-primary-dark: #075f58; --mfesq-primary-darker: #044b46;
  --mfesq-primary-soft: #76dfd0; --mfesq-heading: #173a5e; --mfesq-body: #405c73; --mfesq-muted: #71869a; --mfesq-bg: #fff;
  --mfesq-bg-subtle: #f8fbfd; --mfesq-border: #dbe6ef; --mfesq-border-light: #e8eff5; --mfesq-alert-red-bg: #fdecef; --mfesq-alert-red-text: #aa3346;
  --mfesq-alert-yellow-bg: #fff7e2; --mfesq-alert-yellow-text: #8a6200; --mfesq-purple: #6f3fdc; --mfesq-purple-light: #f5f1ff;
  --mfesq-purple-border: #e2d9ff; font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--mfesq-heading);
  padding: 16px; background: rgba(10,28,38,.68); backdrop-filter: blur(4px);
}
#mfesq-quiz-modal .mfesq-quiz-top { padding: 21px 58px 17px 21px; background: linear-gradient(135deg,#f6f2ff,#fff);
  border-bottom: 1px solid var(--mfesq-purple-border);
}
#mfesq-quiz-modal .mfesq-quiz-top small { display: block; margin-bottom: 5px; color: var(--mfesq-purple); font-size: 10.5px; font-weight: 900;
  letter-spacing: .075em; text-transform: uppercase;
}
#mfesq-quiz-modal .mfesq-quiz-top h2 { margin: 0; color: var(--mfesq-heading); font-size: 19px; line-height: 1.35; font-weight: 900; }
#mfesq-quiz-modal .mfesq-quiz-body { padding: 18px 21px 22px; }
#mfesq-quiz-modal .mfesq-quiz-header { font-size: 13px; font-weight: 800; margin: 0 0 13px; display: flex; justify-content: space-between; gap: 9px;
  color: var(--mfesq-purple);
}
#mfesq-quiz-modal .mfesq-quiz-header span { padding: 5px 9px; border-radius: 999px; background: var(--mfesq-purple-light); color: var(--mfesq-purple);
  font-size: 10.5px; font-weight: 900;
}
#mfesq-quiz-modal #mfesq-q-title { margin: 0 0 5px; color: var(--mfesq-heading); font-size: 17px; line-height: 1.45; font-weight: 900; }
#mfesq-quiz-modal .mfesq-q-source { margin: 0 0 15px; color: var(--mfesq-muted); font-size: 10.8px; line-height: 1.45; }
#mfesq-quiz-modal #mfesq-q-options { display: grid; gap: 9px; }
#mfesq-quiz-modal .mfesq-option { width: 100%; min-height: 50px; display: grid; grid-template-columns: 32px minmax(0,1fr); gap: 10px;
  align-items: center; padding: 9px 12px; margin: 0; border: 1.5px solid var(--mfesq-border); border-radius: 12px; background: #fff;
  color: var(--mfesq-body); text-align: left; cursor: pointer; font-size: 13px; line-height: 1.45; font-weight: 700;
}
#mfesq-quiz-modal .mfesq-option-letter { width: 32px; height: 32px; border-radius: 9px; display: flex; align-items: center; justify-content: center;
  background: #f4f7fa; color: var(--mfesq-muted); font-size: 11px; font-weight: 900;
}
#mfesq-quiz-modal .mfesq-option.mfesq-selected { border-color: var(--mfesq-purple); background: var(--mfesq-purple-light);
  color: var(--mfesq-heading);
}
#mfesq-quiz-modal .mfesq-option.mfesq-selected .mfesq-option-letter { background: var(--mfesq-purple); color: #fff; }
#mfesq-quiz-modal .mfesq-quiz-next { height: 44px; touch-action: manipulation; width: 100%; min-height: 45px; margin-top: 16px; border: 0;
  border-radius: 11px; background: var(--mfesq-purple); color: #fff; font-size: 13px; font-weight: 900; cursor: pointer;
}
#mfesq-quiz-modal .mfesq-score-total { padding: 20px; border: 1px solid var(--mfesq-purple-border); border-radius: 14px;
  background: linear-gradient(135deg,var(--mfesq-purple-light),#fff); text-align: center;
}
#mfesq-quiz-modal .mfesq-review-item { padding: 13px; margin-bottom: 10px; border: 1px solid var(--mfesq-border); border-radius: 12px;
  background: #fbfdff;
}
#mfesq-quiz-modal .mfesq-review-ok { border-left: 4px solid #18866f; }
#mfesq-quiz-modal .mfesq-review-bad { border-left: 4px solid var(--mfesq-alert-red-text); }
@media (max-width:900px) {
  #mf-esquisto .mfesq-tabs-nav { grid-template-columns: repeat(2,minmax(0,1fr)); }
  #mf-esquisto .mfesq-clinical-grid.mfesq-clinical-grid-3 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width:600px) {
  #mf-esquisto .mfesq-clinical-grid, #mf-esquisto .mfesq-clinical-grid.mfesq-clinical-grid-3, #mf-esquisto .mfesq-calc-grid, #mf-esquisto .mfesq-calc-grid.mfesq-calc-grid-3 { grid-template-columns: minmax(0,1fr);
  }
  #mfesq-popup-modal, #mfesq-tx-modal, #mfesq-quiz-modal { padding: 9px; }
  #mfesq-quick-modal { padding: 7px; }
  #mfesq-popup-modal .mfesq-modal-box, #mfesq-tx-modal .mfesq-tx-modal-box, #mfesq-quiz-modal .mfesq-quiz-box, #mfesq-quick-modal .mfesq-quick-box { border-radius: 17px;
  }
}
#mf-esquisto .mfesq-visual-card { display: grid; grid-template-columns: minmax(0,1fr); gap: 18px; align-items: start; }
#mf-esquisto .mfesq-visual-card > * { min-width: 0; }
#mf-esquisto .mfesq-figure { width: 100%; margin: 0; border: 1px solid var(--mfesq-border-light); border-radius: 15px; overflow: hidden;
  background: #fff; box-shadow: 0 8px 22px rgba(20,67,120,.05);
}
#mf-esquisto .mfesq-figure button { display: block; width: 100%; padding: 0; border: 0; background: #fff; cursor: zoom-in; }
#mf-esquisto .mfesq-figure img { display: block; width: 100%; height: auto; max-height: 360px; object-fit: contain; background: #f8fbfd; }
#mf-esquisto .mfesq-figure figcaption { padding: 10px 12px; color: var(--mfesq-muted); font-size: 11.5px; line-height: 1.5; text-align: center;
  font-weight: 700; border-top: 1px solid var(--mfesq-border-light);
}
#mf-esquisto .mfesq-path-steps { counter-reset: mfesqPath; display: grid; gap: 9px; margin-top: 14px; }
#mf-esquisto .mfesq-path-steps li { counter-increment: mfesqPath; position: relative; display: block; padding: 12px 13px 12px 46px;
  border: 1px solid var(--mfesq-border-light); border-radius: 11px; background: var(--mfesq-bg-subtle); color: var(--mfesq-body); font-size: 13px;
  line-height: 1.58; text-align: justify;
}
#mf-esquisto .mfesq-path-steps li::before { content: counter(mfesqPath); position: absolute; left: 12px; top: 11px; width: 25px; height: 25px;
  border-radius: 8px; display: flex; align-items: center; justify-content: center; background: var(--mfesq-primary); color: #fff; font-size: 11px;
  font-weight: 900;
}
#mf-esquisto .mfesq-tx-popup-card { position: relative; overflow: hidden; border: 1px solid var(--mfesq-primary-border); border-radius: 16px;
  padding: 18px 16px; cursor: pointer; transition: .22s; width: 100%; min-width: 0; min-height: 150px; display: flex; flex-direction: column;
  gap: 10px; font-family: inherit; touch-action: manipulation; background: linear-gradient(145deg,#f0faf8 0%,#ffffff 74%); border-color: #cae9e4;
  box-shadow: 0 6px 18px rgba(7,95,88,.06); text-align: center; align-items: center; justify-content: flex-start;
}
#mf-esquisto .mfesq-tx-popup-desc { width: 100%; font-size: 12px; color: var(--mfesq-body); font-weight: 600; line-height: 1.45; position: relative;
  z-index: 1; text-align: center;
}
#mf-esquisto .mfesq-tx-popup-title { width: 100%; font-size: 14px; font-weight: 900; color: var(--mfesq-heading); line-height: 1.28;
  position: relative; z-index: 1; text-align: center; padding-left: 18px; padding-right: 18px;
}
#mf-esquisto .mfesq-tx-popup-arrow { position: absolute; top: 14px; color: var(--mfesq-primary); font-size: 11px; transition: .2s; z-index: 1;
  right: 14px;
}
#mfesq-quick-modal .mfesq-quick-exam { padding: 14px; border: 1px solid var(--mfesq-purple-border); border-radius: 13px;
  background: linear-gradient(180deg,#faf8ff 0%,#fff 100%);
}
#mfesq-quick-modal .mfesq-quick-exam p { margin: 0 0 10px; color: var(--mfesq-body); font-size: 12.2px; line-height: 1.58; }
#mfesq-quick-modal .mfesq-quick-exam p:last-of-type { margin-bottom: 12px; }
#mfesq-quick-modal .mfesq-quick-exam strong { color: var(--mfesq-heading); font-weight: 900; }
#mfesq-quick-modal .mfesq-quick-quiz-btn { width: 100%; min-height: 44px; border: 1.5px solid var(--mfesq-purple); border-radius: 10px;
  background: #fff; color: var(--mfesq-purple); display: flex; align-items: center; justify-content: center; gap: 8px; cursor: pointer;
  font-size: 12.8px; font-weight: 900; transition: .18s;
}
#mfesq-quick-modal .mfesq-quick-quiz-btn:hover { background: var(--mfesq-purple-light); }
#mfesq-popup-modal .mfesq-modal-box { -webkit-overflow-scrolling: touch; width: min(620px,100%); max-width: 620px; max-height: 88vh; overflow-y: auto;
  border-radius: 22px; padding: 0; background: #fff; box-shadow: 0 28px 70px rgba(10,34,44,.30); position: relative;
}
#mfesq-tx-modal .mfesq-tx-modal-box { max-width: 690px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 0; border-radius: 22px;
  background: #fff; box-shadow: 0 28px 70px rgba(10,34,44,.32); position: relative;
}
#mfesq-quiz-modal .mfesq-quiz-box { max-width: 640px; width: 100%; max-height: 90vh; overflow-y: auto; padding: 0; border-radius: 22px;
  background: #fff; box-shadow: 0 28px 70px rgba(10,34,44,.32); position: relative;
}
#mfesq-img-modal .mfesq-img-modal-box { position: relative; }
#mfesq-quick-modal .mfesq-quick-box { margin: 0 auto; max-width: 620px; padding: 0; border-radius: 21px; overflow: hidden; background: #fff;
  box-shadow: 0 28px 70px rgba(10,34,44,.32); position: relative;
}
#mfesq-popup-modal .mfesq-modal-close { position: absolute; top: 12px; right: 12px; left: auto; width: 36px; height: 36px; min-width: 36px;
  min-height: 36px; padding: 0; margin: 0; border: 1px solid rgba(20,60,75,.10); border-radius: 50%; background: rgba(255,255,255,.96);
  color: var(--mfesq-heading); box-shadow: 0 4px 14px rgba(15,35,45,.12); cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; font-size: 14px; z-index: 20; touch-action: manipulation;
}
#mfesq-tx-modal .mfesq-modal-close { position: absolute; top: 12px; right: 12px; left: auto; width: 36px; height: 36px; min-width: 36px;
  min-height: 36px; padding: 0; margin: 0; border: 1px solid rgba(20,60,75,.10); border-radius: 50%; background: rgba(255,255,255,.96);
  color: var(--mfesq-heading); box-shadow: 0 4px 14px rgba(15,35,45,.12); cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; font-size: 14px; z-index: 20; touch-action: manipulation;
}
#mfesq-quiz-modal .mfesq-modal-close { position: absolute; top: 12px; right: 12px; left: auto; width: 36px; height: 36px; min-width: 36px;
  min-height: 36px; padding: 0; margin: 0; border: 1px solid rgba(20,60,75,.10); border-radius: 50%; background: rgba(255,255,255,.96);
  color: var(--mfesq-heading); box-shadow: 0 4px 14px rgba(15,35,45,.12); cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; font-size: 14px; z-index: 20; touch-action: manipulation;
}
#mfesq-img-modal .mfesq-modal-close { position: absolute; top: 12px; right: 12px; left: auto; width: 36px; height: 36px; min-width: 36px;
  min-height: 36px; padding: 0; margin: 0; border: 1px solid rgba(20,60,75,.10); border-radius: 50%; background: rgba(255,255,255,.96);
  color: var(--mfesq-heading); box-shadow: 0 4px 14px rgba(15,35,45,.12); cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; font-size: 14px; z-index: 20; touch-action: manipulation;
}
#mfesq-quick-modal .mfesq-modal-close { position: absolute; top: 12px; right: 12px; left: auto; width: 36px; height: 36px; min-width: 36px;
  min-height: 36px; padding: 0; margin: 0; border: 1px solid rgba(20,60,75,.10); border-radius: 50%; background: rgba(255,255,255,.96);
  color: var(--mfesq-heading); box-shadow: 0 4px 14px rgba(15,35,45,.12); cursor: pointer; display: flex; align-items: center;
  justify-content: center; line-height: 1; font-size: 14px; z-index: 20; touch-action: manipulation;
}
#mfesq-popup-modal .mfesq-modal-close i { display: block; margin: 0; padding: 0; line-height: 1; font-size: 14px; }
#mfesq-tx-modal .mfesq-modal-close i { display: block; margin: 0; padding: 0; line-height: 1; font-size: 14px; }
#mfesq-quiz-modal .mfesq-modal-close i { display: block; margin: 0; padding: 0; line-height: 1; font-size: 14px; }
#mfesq-img-modal .mfesq-modal-close i { display: block; margin: 0; padding: 0; line-height: 1; font-size: 14px; }
#mfesq-quick-modal .mfesq-modal-close i { display: block; margin: 0; padding: 0; line-height: 1; font-size: 14px; }
#mf-esquisto .mfesq-tx-category + .mfesq-tx-category { margin-top: 16px; }
@media (max-width:900px) {
  #mf-esquisto .mfesq-visual-card { grid-template-columns: minmax(0,1fr); }
}
@media (max-width:600px) {
  #mf-esquisto .mfesq-figure img { max-height: 300px; }
}
#mf-esquisto .mfesq-dose-table-note { margin-top: 10px; color: var(--mfesq-muted); font-size: 12px; line-height: 1.55; }
.mfesq-modal-overlay { font-family: "Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }