/* OLO 2.13.25 — Zdrowie PRO */
#olo-health-pro {
  --hp-bg: #0d0b08;
  --hp-panel: rgba(24, 20, 15, 0.93);
  --hp-panel-soft: rgba(35, 29, 21, 0.72);
  --hp-line: rgba(187, 143, 70, 0.24);
  --hp-line-strong: rgba(221, 180, 107, 0.46);
  --hp-gold: #d9b36b;
  --hp-copper: #9b6e35;
  --hp-cream: #f1e3c7;
  --hp-text: #c9bda9;
  --hp-muted: #8e8476;
  --hp-green: #82c58c;
  --hp-amber: #d3a55a;
  --hp-red: #c77f6d;
  position: relative;
  isolation: isolate;
  width: min(100% - 40px, 1600px);
  margin: clamp(64px, 8vw, 120px) auto;
  color: var(--hp-text);
  font-family: inherit;
}

#olo-health-pro *,
#olo-health-pro *::before,
#olo-health-pro *::after {
  box-sizing: border-box;
}

#olo-health-pro .olo-hp-ambient {
  position: absolute;
  z-index: -1;
  inset: -110px -40px;
  overflow: hidden;
  pointer-events: none;
}

#olo-health-pro .olo-hp-ambient::before,
#olo-health-pro .olo-hp-ambient::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

#olo-health-pro .olo-hp-ambient::before {
  width: 560px;
  height: 560px;
  top: -190px;
  left: -180px;
  background: radial-gradient(circle, rgba(140, 99, 39, 0.17), transparent 68%);
}

#olo-health-pro .olo-hp-ambient::after {
  width: 500px;
  height: 500px;
  right: -210px;
  bottom: 5%;
  background: radial-gradient(circle, rgba(91, 122, 87, 0.08), transparent 68%);
}

#olo-health-pro .olo-hp-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--hp-line);
  border-radius: 32px;
  padding: clamp(24px, 4vw, 64px);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.017), transparent 31%),
    radial-gradient(circle at 82% 5%, rgba(160, 114, 49, 0.09), transparent 30%),
    var(--hp-bg);
  box-shadow:
    0 36px 90px rgba(0, 0, 0, 0.34),
    inset 0 1px rgba(255, 242, 210, 0.026);
}

#olo-health-pro .olo-hp-shell::before {
  content: "CARE";
  position: absolute;
  top: -0.14em;
  right: -0.03em;
  color: rgba(213, 173, 101, 0.024);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(100px, 18vw, 280px);
  line-height: 1;
  letter-spacing: 0.02em;
  pointer-events: none;
}

#olo-health-pro .olo-hp-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

#olo-health-pro .olo-hp-heading {
  max-width: 890px;
}

#olo-health-pro .olo-hp-kicker {
  margin: 0 0 12px;
  color: var(--hp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.28em;
  line-height: 1.4;
  text-transform: uppercase;
}

#olo-health-pro .olo-hp-heading h2 {
  margin: 0;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.038em;
  line-height: 0.98;
}

#olo-health-pro .olo-hp-heading h2 span {
  color: var(--hp-gold);
}

#olo-health-pro .olo-hp-lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--hp-text);
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.72;
}

#olo-health-pro .olo-hp-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 0 18px;
  background: rgba(9, 8, 6, 0.72);
  color: var(--hp-muted);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#olo-health-pro .olo-hp-status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--hp-gold);
  box-shadow: 0 0 0 5px rgba(217, 179, 107, 0.08);
}

#olo-health-pro .olo-hp-status.is-ready .olo-hp-status-dot {
  background: var(--hp-green);
  box-shadow:
    0 0 0 5px rgba(130, 197, 140, 0.08),
    0 0 16px rgba(130, 197, 140, 0.28);
}

#olo-health-pro .olo-hp-status.is-error .olo-hp-status-dot {
  background: var(--hp-red);
}

#olo-health-pro .olo-hp-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 18px;
  border: 1px solid var(--hp-line);
  border-radius: 22px;
  background: var(--hp-panel);
}

#olo-health-pro .olo-hp-stat {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "icon value unit"
    "icon label label";
  align-items: baseline;
  gap: 4px 10px;
  min-width: 0;
  padding: 25px 28px;
}

#olo-health-pro .olo-hp-stat + .olo-hp-stat::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 0;
  width: 1px;
  background: var(--hp-line);
}

#olo-health-pro .olo-hp-stat-icon {
  grid-area: icon;
  align-self: center;
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid var(--hp-line);
  border-radius: 50%;
  color: var(--hp-gold);
  font-size: 16px;
}

#olo-health-pro .olo-hp-stat-value {
  grid-area: value;
  overflow: hidden;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.5vw, 37px);
  font-weight: 400;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#olo-health-pro .olo-hp-stat-unit {
  grid-area: unit;
  color: var(--hp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
}

#olo-health-pro .olo-hp-stat-label {
  grid-area: label;
  color: var(--hp-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

#olo-health-pro .olo-hp-dashboard {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.55fr);
  gap: 18px;
  margin-bottom: 56px;
}

#olo-health-pro .olo-hp-weight,
#olo-health-pro .olo-hp-care,
#olo-health-pro .olo-hp-insight,
#olo-health-pro .olo-hp-privacy {
  border: 1px solid var(--hp-line);
  background: var(--hp-panel);
}

#olo-health-pro .olo-hp-weight {
  min-width: 0;
  min-height: 440px;
  overflow: hidden;
  border-radius: 26px;
  padding: clamp(28px, 3.6vw, 48px);
  background:
    radial-gradient(circle at 72% 42%, rgba(168, 117, 47, 0.085), transparent 38%),
    var(--hp-panel);
}

#olo-health-pro .olo-hp-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

#olo-health-pro .olo-hp-weight-current {
  margin: 0;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.8vw, 66px);
  font-weight: 400;
  line-height: 1;
}

#olo-health-pro .olo-hp-weight-date {
  margin: 12px 0 0;
  color: var(--hp-muted);
  font-size: 12px;
}

#olo-health-pro .olo-hp-weight-trend {
  max-width: 230px;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--hp-gold);
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.35;
  text-align: center;
}

#olo-health-pro .olo-hp-weight-chart {
  min-height: 270px;
  margin-top: 28px;
}

#olo-health-pro .olo-hp-chart-wrap,
#olo-health-pro .olo-hp-chart {
  display: block;
  width: 100%;
}

#olo-health-pro .olo-hp-chart {
  overflow: visible;
}

#olo-health-pro .olo-hp-chart-grid {
  fill: none;
  stroke: rgba(217, 179, 107, 0.08);
  stroke-width: 1;
  stroke-dasharray: 3 10;
}

#olo-health-pro .olo-hp-chart-area {
  fill: url("#olo-hp-weight-fill");
}

#olo-health-pro .olo-hp-chart-line,
#olo-health-pro .olo-hp-chart-line-glow {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#olo-health-pro .olo-hp-chart-line-glow {
  stroke: rgba(217, 179, 107, 0.16);
  stroke-width: 14;
}

#olo-health-pro .olo-hp-chart-line {
  stroke: var(--hp-gold);
  stroke-width: 4;
}

#olo-health-pro .olo-hp-chart-line.is-placeholder {
  opacity: 0.42;
  stroke-dasharray: 7 11;
}

#olo-health-pro .olo-hp-chart-dot {
  fill: #17120c;
  stroke: var(--hp-gold);
  stroke-width: 3;
}

#olo-health-pro .olo-hp-chart-dot.is-current {
  fill: var(--hp-gold);
  stroke: var(--hp-cream);
}

#olo-health-pro .olo-hp-chart-caption {
  fill: var(--hp-muted);
  font-family: inherit;
  font-size: 10px;
  letter-spacing: 0.05em;
}

#olo-health-pro .olo-hp-side {
  display: grid;
  grid-template-rows: 1fr auto auto;
  gap: 14px;
  min-width: 0;
}

#olo-health-pro .olo-hp-care {
  --olo-hp-care-progress: 100;
  display: flex;
  align-items: center;
  gap: 23px;
  min-height: 230px;
  border-radius: 26px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(161, 111, 45, 0.1), transparent 55%),
    var(--hp-panel);
}

#olo-health-pro .olo-hp-care-ring {
  position: relative;
  flex: 0 0 112px;
  display: grid;
  place-items: center;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #15110c 0 56%, transparent 57%),
    conic-gradient(
      var(--hp-green) calc(var(--olo-hp-care-progress) * 1%),
      rgba(217, 179, 107, 0.1) 0
    );
  box-shadow: inset 0 0 0 1px rgba(217, 179, 107, 0.12);
}

#olo-health-pro .olo-hp-care[data-level="soon"] .olo-hp-care-ring {
  background:
    radial-gradient(circle at center, #15110c 0 56%, transparent 57%),
    conic-gradient(
      var(--hp-amber) calc(var(--olo-hp-care-progress) * 1%),
      rgba(217, 179, 107, 0.1) 0
    );
}

#olo-health-pro .olo-hp-care[data-level="attention"] .olo-hp-care-ring {
  background:
    radial-gradient(circle at center, #15110c 0 56%, transparent 57%),
    conic-gradient(
      var(--hp-red) calc(var(--olo-hp-care-progress) * 1%),
      rgba(217, 179, 107, 0.1) 0
    );
}

#olo-health-pro .olo-hp-care-count {
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

#olo-health-pro .olo-hp-care-copy {
  min-width: 0;
}

#olo-health-pro .olo-hp-care-title {
  margin: 0;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

#olo-health-pro .olo-hp-care-detail {
  margin: 11px 0 0;
  color: var(--hp-muted);
  font-size: 12px;
  line-height: 1.5;
}

#olo-health-pro .olo-hp-insight,
#olo-health-pro .olo-hp-privacy {
  display: flex;
  align-items: center;
  gap: 17px;
  border-radius: 19px;
  padding: 20px;
}

#olo-health-pro .olo-hp-insight-mark {
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--hp-line-strong);
  border-radius: 50%;
  color: var(--hp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
}

#olo-health-pro .olo-hp-insight .olo-hp-kicker {
  margin-bottom: 5px;
  font-size: 9px;
}

#olo-health-pro .olo-hp-insight-text {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: var(--hp-text);
  font-size: 12px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#olo-health-pro .olo-hp-privacy > span {
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(130, 197, 140, 0.08);
  color: var(--hp-green);
}

#olo-health-pro .olo-hp-privacy strong,
#olo-health-pro .olo-hp-privacy small {
  display: block;
}

#olo-health-pro .olo-hp-privacy strong {
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

#olo-health-pro .olo-hp-privacy small {
  margin-top: 4px;
  color: var(--hp-muted);
  font-size: 10px;
}

#olo-health-pro .olo-hp-reminders-head,
#olo-health-pro .olo-hp-archive-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 20px;
}

#olo-health-pro .olo-hp-reminders-head h3,
#olo-health-pro .olo-hp-archive-head h3 {
  margin: 0;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 400;
  line-height: 1;
}

#olo-health-pro .olo-hp-reminders-head > p {
  max-width: 520px;
  margin: 0 0 4px;
  color: var(--hp-muted);
  font-size: 11px;
  line-height: 1.55;
  text-align: right;
}

#olo-health-pro .olo-hp-reminders {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 58px;
}

#olo-health-pro .olo-hp-reminder,
#olo-health-pro .olo-hp-reminder-empty {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 90px;
  border: 1px solid var(--hp-line);
  border-radius: 18px;
  padding: 17px 19px;
  background: rgba(20, 17, 13, 0.74);
}

#olo-health-pro .olo-hp-reminder.is-overdue {
  border-color: rgba(199, 127, 109, 0.36);
}

#olo-health-pro .olo-hp-reminder.is-soon {
  border-color: rgba(211, 165, 90, 0.38);
}

#olo-health-pro .olo-hp-reminder-mark {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid var(--hp-line);
  border-radius: 50%;
  color: var(--hp-gold);
  font-family: Georgia, "Times New Roman", serif;
}

#olo-health-pro .olo-hp-reminder.is-overdue .olo-hp-reminder-mark {
  color: var(--hp-red);
}

#olo-health-pro .olo-hp-reminder-copy {
  min-width: 0;
}

#olo-health-pro .olo-hp-reminder h4 {
  overflow: hidden;
  margin: 0;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#olo-health-pro .olo-hp-reminder p {
  margin: 6px 0 0;
  color: var(--hp-muted);
  font-size: 10px;
}

#olo-health-pro .olo-hp-reminder-badge {
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--hp-gold);
  font-size: 9px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

#olo-health-pro .olo-hp-reminder.is-overdue .olo-hp-reminder-badge {
  color: var(--hp-red);
}

#olo-health-pro .olo-hp-reminder-empty {
  grid-column: 1 / -1;
  grid-template-columns: auto 1fr;
}

#olo-health-pro .olo-hp-reminder-empty > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(130, 197, 140, 0.08);
  color: var(--hp-green);
}

#olo-health-pro .olo-hp-reminder-empty strong,
#olo-health-pro .olo-hp-reminder-empty small {
  display: block;
}

#olo-health-pro .olo-hp-reminder-empty strong {
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
}

#olo-health-pro .olo-hp-reminder-empty small {
  margin-top: 4px;
  color: var(--hp-muted);
  font-size: 10px;
}

#olo-health-pro .olo-hp-archive {
  position: relative;
  z-index: 1;
}

#olo-health-pro .olo-hp-archive-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--hp-muted);
  font-size: 11px;
}

#olo-health-pro .olo-hp-refresh {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 0 14px;
  background: rgba(30, 25, 18, 0.72);
  color: var(--hp-muted);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  letter-spacing: 0.05em;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

#olo-health-pro .olo-hp-refresh:hover,
#olo-health-pro .olo-hp-refresh:focus-visible {
  color: var(--hp-cream);
  border-color: var(--hp-line-strong);
}

#olo-health-pro .olo-hp-refresh.is-loading > span:first-child {
  animation: olo-hp-spin 800ms linear infinite;
}

@keyframes olo-hp-spin {
  to { transform: rotate(360deg); }
}

#olo-health-pro .olo-hp-filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  margin-bottom: 15px;
  border: 1px solid var(--hp-line);
  border-radius: 18px;
  padding: 8px;
  background: rgba(7, 6, 5, 0.62);
}

#olo-health-pro .olo-hp-filter {
  min-width: 0;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  padding: 0 10px;
  background: transparent;
  color: var(--hp-muted);
  cursor: pointer;
  font: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

#olo-health-pro .olo-hp-filter:hover,
#olo-health-pro .olo-hp-filter:focus-visible {
  color: var(--hp-cream);
  background: rgba(217, 179, 107, 0.07);
}

#olo-health-pro .olo-hp-filter.is-active {
  color: #171109;
  background: linear-gradient(135deg, #edd196, #b88842);
  box-shadow: 0 10px 28px rgba(126, 84, 27, 0.18);
}

#olo-health-pro .olo-hp-records {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

#olo-health-pro .olo-hp-record {
  position: relative;
  min-width: 0;
  min-height: 250px;
  overflow: hidden;
  border: 1px solid var(--hp-line);
  border-radius: 21px;
  padding: 23px;
  background:
    linear-gradient(145deg, rgba(180, 127, 49, 0.045), transparent 48%),
    rgba(19, 16, 12, 0.78);
  transition:
    border-color 200ms ease,
    transform 200ms ease,
    background 200ms ease;
}

#olo-health-pro .olo-hp-record::after {
  content: "";
  position: absolute;
  right: -36px;
  bottom: -40px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(217, 179, 107, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

#olo-health-pro .olo-hp-record:hover {
  border-color: var(--hp-line-strong);
  background-color: rgba(27, 22, 15, 0.88);
  transform: translateY(-2px);
}

#olo-health-pro .olo-hp-record-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#olo-health-pro .olo-hp-record-number {
  color: var(--hp-gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
}

#olo-health-pro .olo-hp-record-type {
  border: 1px solid var(--hp-line);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--hp-muted);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#olo-health-pro .olo-hp-record-title {
  margin: 27px 0 7px;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 400;
  line-height: 1.14;
}

#olo-health-pro .olo-hp-record-date {
  margin: 0;
  color: var(--hp-gold);
  font-size: 11px;
}

#olo-health-pro .olo-hp-record-details {
  display: -webkit-box;
  overflow: hidden;
  margin: 18px 0 0;
  color: var(--hp-text);
  font-size: 12px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#olo-health-pro .olo-hp-record-private {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 19px;
  border-top: 1px solid var(--hp-line);
  padding-top: 14px;
  color: var(--hp-muted);
  font-size: 9px;
  letter-spacing: 0.04em;
}

#olo-health-pro .olo-hp-record-private > span:first-child {
  color: var(--hp-green);
}

#olo-health-pro .olo-hp-record-empty {
  grid-column: 1 / -1;
  display: grid;
  justify-items: center;
  min-height: 270px;
  border: 1px dashed var(--hp-line);
  border-radius: 22px;
  padding: 52px 24px;
  text-align: center;
}

#olo-health-pro .olo-hp-record-empty > span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid var(--hp-line-strong);
  border-radius: 50%;
  color: var(--hp-gold);
  font-size: 23px;
}

#olo-health-pro .olo-hp-record-empty h3 {
  margin: 22px 0 8px;
  color: var(--hp-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

#olo-health-pro .olo-hp-record-empty p {
  max-width: 620px;
  margin: 0;
  color: var(--hp-muted);
  font-size: 13px;
  line-height: 1.65;
}

#olo-health-pro button:focus-visible {
  outline: 2px solid var(--hp-gold);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  #olo-health-pro .olo-hp-header {
    align-items: flex-start;
    flex-direction: column;
  }

  #olo-health-pro .olo-hp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #olo-health-pro .olo-hp-stat:nth-child(3)::before {
    display: none;
  }

  #olo-health-pro .olo-hp-stat:nth-child(n + 3) {
    border-top: 1px solid var(--hp-line);
  }

  #olo-health-pro .olo-hp-dashboard {
    grid-template-columns: 1fr;
  }

  #olo-health-pro .olo-hp-side {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  #olo-health-pro .olo-hp-care {
    grid-row: span 2;
  }

  #olo-health-pro .olo-hp-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  #olo-health-pro {
    width: min(100% - 20px, 1600px);
    margin: 48px auto;
  }

  #olo-health-pro .olo-hp-shell {
    border-radius: 22px;
    padding: 22px 15px 28px;
  }

  #olo-health-pro .olo-hp-header {
    gap: 22px;
    margin-bottom: 24px;
    padding-inline: 5px;
  }

  #olo-health-pro .olo-hp-heading h2 {
    font-size: clamp(40px, 14vw, 58px);
  }

  #olo-health-pro .olo-hp-status {
    max-width: 100%;
    min-height: 40px;
    padding-inline: 13px;
    font-size: 8px;
  }

  #olo-health-pro .olo-hp-stat {
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "value unit"
      "label label";
    gap: 4px;
    padding: 20px 14px;
  }

  #olo-health-pro .olo-hp-stat-icon {
    display: none;
  }

  #olo-health-pro .olo-hp-stat-value {
    font-size: 25px;
  }

  #olo-health-pro .olo-hp-stat-label {
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  #olo-health-pro .olo-hp-weight {
    min-height: 0;
    border-radius: 21px;
    padding: 27px 18px;
  }

  #olo-health-pro .olo-hp-card-head {
    flex-direction: column;
  }

  #olo-health-pro .olo-hp-weight-current {
    font-size: 48px;
  }

  #olo-health-pro .olo-hp-weight-trend {
    max-width: none;
    width: 100%;
  }

  #olo-health-pro .olo-hp-weight-chart {
    min-height: 220px;
    margin-top: 12px;
  }

  #olo-health-pro .olo-hp-side {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #olo-health-pro .olo-hp-care {
    grid-row: auto;
    min-height: 0;
    border-radius: 21px;
    padding: 24px 20px;
  }

  #olo-health-pro .olo-hp-care-ring {
    flex-basis: 92px;
    width: 92px;
    height: 92px;
  }

  #olo-health-pro .olo-hp-care-count {
    font-size: 20px;
  }

  #olo-health-pro .olo-hp-reminders-head,
  #olo-health-pro .olo-hp-archive-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  #olo-health-pro .olo-hp-reminders-head > p {
    text-align: left;
  }

  #olo-health-pro .olo-hp-reminders {
    grid-template-columns: 1fr;
  }

  #olo-health-pro .olo-hp-reminder {
    grid-template-columns: auto minmax(0, 1fr);
  }

  #olo-health-pro .olo-hp-reminder-badge {
    grid-column: 2;
    justify-self: start;
  }

  #olo-health-pro .olo-hp-archive-meta {
    width: 100%;
    justify-content: space-between;
  }

  #olo-health-pro .olo-hp-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #olo-health-pro .olo-hp-filter {
    font-size: 8px;
  }

  #olo-health-pro .olo-hp-records {
    grid-template-columns: 1fr;
  }

  #olo-health-pro .olo-hp-record {
    min-height: 235px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #olo-health-pro *,
  #olo-health-pro *::before,
  #olo-health-pro *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
