:root {
  color-scheme: light;
  --ink: #142033;
  --muted: #667085;
  --line: #d8e0ea;
  --surface: #ffffff;
  --soft: #f4f7fb;
  --blue: #2563eb;
  --teal: #0891b2;
  --green: #16834a;
  --brand-deep: #0f3f76;
  --brand-aqua: #12a6b5;
  --amber: #b45309;
  --red: #c0262d;
  --mint: #ddfff4;
  --sky: #e7f6ff;
  --rose: #fff1f2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(135deg, rgb(248 253 255 / 96%), rgb(235 250 247 / 92%)),
    radial-gradient(circle at 12% 12%, rgb(18 166 181 / 14%), transparent 26%),
    radial-gradient(circle at 88% 18%, rgb(37 99 235 / 12%), transparent 28%),
    var(--soft);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

button,
input,
select {
  font: inherit;
}

.care-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: var(--blue);
  vertical-align: middle;
  margin-right: 7px;
}

.care-icon::before,
.care-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.cross-icon::before {
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: currentColor;
}

.cross-icon::after {
  width: 3px;
  height: 12px;
  border-radius: 99px;
  background: currentColor;
}

.hospital-icon::before {
  content: "H";
  position: static;
  font-size: 13px;
  font-weight: 950;
}

.user-icon::before {
  top: 5px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: currentColor;
}

.user-icon::after {
  bottom: 5px;
  width: 13px;
  height: 7px;
  border-radius: 10px 10px 4px 4px;
  background: currentColor;
}

.shield-icon::before {
  width: 13px;
  height: 15px;
  background: currentColor;
  clip-path: polygon(50% 0, 92% 16%, 82% 72%, 50% 100%, 18% 72%, 8% 16%);
}

.bed-icon::before {
  left: 5px;
  bottom: 6px;
  width: 14px;
  height: 8px;
  border-radius: 3px;
  border: 2px solid currentColor;
  border-top-width: 4px;
}

.bed-icon::after {
  left: 4px;
  bottom: 5px;
  width: 16px;
  height: 2px;
  background: currentColor;
}

.doctor-icon::before {
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
}

.doctor-icon::after {
  bottom: 4px;
  width: 14px;
  height: 8px;
  border-radius: 6px 6px 3px 3px;
  border: 2px solid currentColor;
  border-top: 0;
}

.medicine-icon::before {
  width: 15px;
  height: 8px;
  border-radius: 999px;
  border: 2px solid currentColor;
  transform: rotate(-28deg);
}

.medicine-icon::after {
  width: 2px;
  height: 8px;
  background: currentColor;
  transform: rotate(-28deg);
}

.phone-icon::before {
  width: 8px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
  transform: rotate(-18deg);
}

.map-icon::before {
  top: 4px;
  width: 11px;
  height: 11px;
  border-radius: 999px 999px 999px 2px;
  border: 2px solid currentColor;
  transform: rotate(-45deg);
}

.map-icon::after {
  top: 8px;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: currentColor;
}

.chat-icon::before {
  width: 14px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.chat-icon::after {
  left: 7px;
  bottom: 5px;
  width: 6px;
  height: 6px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-18deg);
}

.request-icon::before {
  width: 12px;
  height: 14px;
  border: 2px solid currentColor;
  border-radius: 3px;
}

.request-icon::after {
  width: 7px;
  height: 2px;
  background: currentColor;
  box-shadow: 0 4px 0 currentColor;
}

.star-icon::before {
  width: 13px;
  height: 13px;
  background: currentColor;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 80% 92%, 50% 70%, 20% 92%, 32% 56%, 2% 35%, 39% 35%);
}

.oxygen-icon::before {
  content: "O2";
  position: static;
  font-size: 10px;
  font-weight: 950;
}

.login-page {
  position: fixed;
  inset: 0;
  z-index: 20;
  overflow: hidden;
  display: grid;
  place-items: center;
  padding: 18px;
  background:
    linear-gradient(120deg, rgb(239 250 255 / 98%), rgb(232 253 247 / 94%)),
    repeating-linear-gradient(90deg, rgb(15 63 118 / 8%) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgb(18 166 181 / 7%) 0 1px, transparent 1px 72px);
}

.wallpaper {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.wallpaper::before {
  content: "";
  position: absolute;
  inset: 8%;
  border: 1px solid rgb(37 99 235 / 10%);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 49%, rgb(15 63 118 / 10%) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgb(18 166 181 / 9%) 50%, transparent 51%);
  background-size: 92px 92px;
}

.pulse-line {
  position: absolute;
  left: -5%;
  right: -5%;
  top: 58%;
  height: 96px;
  background:
    linear-gradient(90deg, transparent 0 8%, rgb(8 145 178 / 35%) 8% 16%, transparent 16% 26%, rgb(37 99 235 / 42%) 26% 30%, transparent 30% 39%, rgb(22 131 74 / 34%) 39% 46%, transparent 46% 100%);
  clip-path: polygon(0 52%, 10% 52%, 14% 22%, 19% 78%, 24% 52%, 35% 52%, 39% 8%, 45% 90%, 51% 52%, 63% 52%, 68% 30%, 73% 70%, 78% 52%, 100% 52%, 100% 58%, 78% 58%, 73% 76%, 68% 36%, 63% 58%, 51% 58%, 45% 96%, 39% 14%, 35% 58%, 24% 58%, 19% 84%, 14% 28%, 10% 58%, 0 58%);
  opacity: 0.75;
}

.hospital-mark {
  position: absolute;
  right: 9%;
  top: 12%;
  width: 220px;
  height: 220px;
  border-radius: 8px;
  border: 1px solid rgb(8 145 178 / 16%);
  background: rgb(255 255 255 / 42%);
}

.hospital-mark span:first-child,
.hospital-mark span:last-child {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  display: block;
  background: rgb(15 63 118 / 18%);
  border-radius: 6px;
}

.hospital-mark span:first-child {
  width: 42px;
  height: 132px;
}

.hospital-mark span:last-child {
  width: 132px;
  height: 42px;
}

.login-shell {
  position: relative;
  width: min(1120px, 100%);
  max-height: calc(100dvh - 36px);
  display: grid;
  grid-template-columns: 1.1fr 440px;
  gap: 22px;
  align-items: stretch;
}

.brand-panel,
.login-panel {
  background: rgb(255 255 255 / 91%);
  border: 1px solid rgb(216 224 234 / 82%);
  border-radius: 16px;
  box-shadow: 0 28px 80px rgb(20 32 51 / 14%);
  backdrop-filter: blur(14px);
}

.brand-panel {
  padding: clamp(26px, 5vw, 54px);
  display: grid;
  align-content: center;
  min-height: min(560px, calc(100dvh - 36px));
}

.brand-lockup {
  display: block;
  margin-bottom: 16px;
}

.simple-brand-logo {
  display: block;
  width: 88px;
  height: 88px;
  filter: drop-shadow(0 18px 30px rgb(15 63 118 / 20%));
}

.brand-copy {
  max-width: 640px;
  margin: 18px 0 0;
  color: #46566d;
  font-size: 18px;
  line-height: 1.6;
}

.brand-name {
  display: block;
  color: var(--brand-deep);
  font-size: clamp(48px, 7vw, 84px);
  font-weight: 950;
  line-height: 0.95;
}

.brand-name::after {
  content: "Beds. Doctors. Medicine. Insurance. Directions.";
  display: block;
  width: fit-content;
  margin-top: 14px;
  border-left: 5px solid var(--brand-aqua);
  padding: 8px 12px;
  background: #e8f7fb;
  color: #17606b;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 850;
  line-height: 1.2;
}

.heartbeat-band {
  position: relative;
  width: min(640px, 100%);
  height: 60px;
  margin-top: 14px;
  overflow: hidden;
  border-block: 1px solid rgb(220 38 38 / 12%);
  background:
    linear-gradient(90deg, rgb(255 255 255 / 96%), transparent 12%, transparent 88%, rgb(255 255 255 / 96%)),
    linear-gradient(180deg, transparent 49%, rgb(220 38 38 / 8%) 49% 51%, transparent 52%);
}

.heartbeat-track {
  position: absolute;
  left: 0;
  top: 0;
  width: 720px;
  height: 60px;
  overflow: visible;
  animation: ecg-scroll 5.8s linear infinite;
}

.heartbeat-track polyline {
  fill: none;
  stroke: #e11d2e;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 5px 8px rgb(225 29 46 / 22%));
}

.heartbeat-track-copy {
  left: 720px;
}

@keyframes ecg-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-720px);
  }
}

.care-visual-board {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.care-visual-card {
  min-height: 92px;
  display: grid;
  place-items: center;
  gap: 8px;
  border: 1px solid #d7e5f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 28px rgb(20 32 51 / 8%);
}

.care-visual-card strong {
  color: #243349;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.visual-icon {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #eef8fb;
  border: 1px solid #bde7ee;
}

.visual-icon::before,
.visual-icon::after {
  content: "";
  position: absolute;
  display: block;
}

.visual-doctor .visual-icon {
  background: #eef8fb;
  border-color: #a8dcea;
}

.visual-doctor .visual-icon::before {
  left: 15px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 999px 999px 45% 45%;
  background: var(--brand-deep);
}

.visual-doctor .visual-icon::after {
  left: 10px;
  bottom: 7px;
  width: 28px;
  height: 18px;
  border: 4px solid var(--brand-deep);
  border-top: 0;
  border-radius: 0 0 999px 999px;
}

.visual-bed .visual-icon {
  background: #f1f7ff;
  border-color: #bdd3fb;
}

.visual-bed .visual-icon::before {
  left: 9px;
  bottom: 13px;
  width: 30px;
  height: 16px;
  border-radius: 5px;
  border: 4px solid #2563eb;
  border-top-width: 8px;
}

.visual-bed .visual-icon::after {
  left: 8px;
  bottom: 10px;
  width: 33px;
  height: 4px;
  border-radius: 999px;
  background: #2563eb;
}

.visual-medicine .visual-icon {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.visual-medicine .visual-icon::before {
  left: 10px;
  top: 19px;
  width: 29px;
  height: 13px;
  border-radius: 999px;
  border: 4px solid #16a34a;
  transform: rotate(-28deg);
}

.visual-medicine .visual-icon::after {
  left: 23px;
  top: 17px;
  width: 4px;
  height: 17px;
  border-radius: 99px;
  background: #16a34a;
  transform: rotate(-28deg);
}

.visual-device .visual-icon {
  background: #fff7ed;
  border-color: #fed7aa;
}

.visual-device .visual-icon::before {
  left: 11px;
  top: 10px;
  width: 26px;
  height: 28px;
  border-radius: 7px;
  border: 4px solid #ea580c;
  background:
    linear-gradient(90deg, transparent 0 20%, #ea580c 20% 32%, transparent 32% 45%, #ea580c 45% 57%, transparent 57%),
    #fff;
}

.visual-device .visual-icon::after {
  right: 6px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ea580c;
}

.visual-pathology .visual-icon {
  background: #f5f3ff;
  border-color: #ddd6fe;
}

.visual-pathology .visual-icon::before {
  left: 20px;
  top: 8px;
  width: 8px;
  height: 25px;
  border-radius: 0 0 999px 999px;
  border: 4px solid #7c3aed;
  border-top: 0;
}

.visual-pathology .visual-icon::after {
  left: 14px;
  bottom: 8px;
  width: 20px;
  height: 12px;
  border-radius: 999px 999px 7px 7px;
  background: #7c3aed;
}

.visual-emergency .visual-icon {
  background: #fff1f2;
  border-color: #fecdd3;
}

.visual-emergency .visual-icon::before {
  left: 11px;
  top: 20px;
  width: 26px;
  height: 8px;
  border-radius: 999px;
  background: #dc2626;
}

.visual-emergency .visual-icon::after {
  left: 20px;
  top: 11px;
  width: 8px;
  height: 26px;
  border-radius: 999px;
  background: #dc2626;
}

.app-title-mark {
  color: var(--brand-deep);
  font-weight: 950;
}

.brand-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.brand-stats article {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fcff;
  padding: 14px;
}

.brand-stats strong {
  display: block;
  font-size: 26px;
  color: var(--brand-deep);
}

.brand-stats span,
.login-card small,
.login-note {
  color: var(--muted);
}

.login-panel {
  padding: 22px;
  overflow: auto;
}

.login-card {
  width: 100%;
  min-height: 112px;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: center;
  gap: 14px;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  cursor: pointer;
  margin-bottom: 12px;
  color: var(--ink);
}

.browse-public {
  width: 100%;
  min-height: 46px;
  border: 1px solid #a8dcea;
  border-radius: 14px;
  background: #e8f7fb;
  color: var(--brand-deep);
  font-weight: 900;
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.login-card:hover {
  border-color: #8bd6e1;
  box-shadow: 0 12px 30px rgb(18 166 181 / 14%);
}

.login-card.selected-login {
  border-color: var(--brand-aqua);
  box-shadow: 0 0 0 3px rgb(18 166 181 / 16%);
}

.login-card strong {
  display: block;
  font-size: 17px;
  margin-bottom: 5px;
}

.login-card small {
  display: block;
  line-height: 1.45;
}

.login-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  color: #fff;
  font-weight: 900;
  font-size: 25px;
  margin-right: 0;
  border: 0;
}

.citizen-card .login-icon {
  background: var(--green);
}

.hospital-card-login .login-icon {
  background: var(--brand-deep);
}

.admin-card-login .login-icon {
  background: var(--brand-aqua);
}

.role-logo {
  position: relative;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgb(255 255 255 / 72%);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 70%),
    0 14px 28px rgb(20 32 51 / 14%);
}

.role-logo::before {
  content: "";
  position: absolute;
  inset: -35%;
  background: linear-gradient(135deg, rgb(255 255 255 / 58%), transparent 48%);
  transform: rotate(18deg);
}

.citizen-logo {
  background: linear-gradient(135deg, #10b981, #06b6d4);
}

.hospital-logo {
  background: linear-gradient(135deg, #0f3f76, #2563eb);
}

.admin-logo {
  background: linear-gradient(135deg, #7c3aed, #12a6b5);
}

.logo-person,
.logo-heart,
.logo-building,
.logo-cross,
.logo-shield,
.logo-check {
  position: absolute;
  display: block;
  color: #fff;
}

.logo-person::before {
  content: "";
  position: absolute;
  left: -8px;
  top: -19px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 28px 0 5px currentColor;
}

.logo-heart {
  right: 11px;
  top: 12px;
  width: 14px;
  height: 14px;
  background: #ffdde8;
  transform: rotate(-45deg);
}

.logo-heart::before,
.logo-heart::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ffdde8;
}

.logo-heart::before {
  top: -7px;
  left: 0;
}

.logo-heart::after {
  left: 7px;
  top: 0;
}

.logo-building {
  width: 31px;
  height: 35px;
  bottom: 11px;
  border-radius: 8px 8px 5px 5px;
  background: rgb(255 255 255 / 94%);
  box-shadow:
    -8px 10px 0 -3px rgb(255 255 255 / 72%),
    8px 10px 0 -3px rgb(255 255 255 / 72%);
}

.logo-building::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 15px;
  height: 3px;
  border-radius: 99px;
  background: #2563eb;
  box-shadow: 0 8px 0 #2563eb;
}

.logo-building::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 7px;
  height: 10px;
  border-radius: 4px 4px 0 0;
  background: #0f3f76;
}

.logo-cross::before,
.logo-cross::after {
  content: "";
  position: absolute;
  left: -11px;
  top: -20px;
  border-radius: 99px;
  background: #ef4444;
}

.logo-cross::before {
  width: 22px;
  height: 6px;
}

.logo-cross::after {
  left: -3px;
  top: -28px;
  width: 6px;
  height: 22px;
}

.logo-shield {
  width: 34px;
  height: 40px;
  background: rgb(255 255 255 / 94%);
  clip-path: polygon(50% 0, 92% 14%, 82% 70%, 50% 100%, 18% 70%, 8% 14%);
}

.logo-check {
  width: 17px;
  height: 9px;
  border-left: 4px solid #16a34a;
  border-bottom: 4px solid #16a34a;
  transform: rotate(-45deg);
}

.login-fields {
  margin-top: 16px;
}

.register-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
}

.register-links button,
.small-link-button {
  min-height: 34px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  font-weight: 850;
  padding: 0 10px;
}

.register-page {
  align-self: start;
}

.register-box {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.login-note {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.45;
}

.brand-footer,
.app-footer {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-align: center;
}

.brand-footer {
  margin: 16px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.app-locked .shell {
  display: none;
}

.app-unlocked .login-page {
  display: none;
}

.shell {
  width: min(1440px, 100%);
  margin: 0 auto;
  padding: 20px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0 22px;
}

.app-footer {
  padding: 18px 12px 8px;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow {
  margin: 0 0 5px;
  color: var(--blue);
  font-weight: 800;
  letter-spacing: 0;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.mode-switch {
  display: inline-flex;
  padding: 4px;
  background: #e7edf6;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.mode-switch button {
  border: 0;
  background: transparent;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--muted);
  cursor: pointer;
  min-width: 136px;
}

.mode-switch button.active {
  background: var(--surface);
  color: var(--ink);
  box-shadow: 0 1px 6px rgb(20 32 51 / 12%);
  font-weight: 750;
}

.logout-button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  padding: 0 14px;
  cursor: pointer;
  font-weight: 750;
}

.workspace {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 18px;
  align-items: start;
}

.control-panel,
.results-panel {
  background: rgb(255 255 255 / 94%);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 12px 38px rgb(20 32 51 / 8%);
}

.control-panel {
  position: sticky;
  top: 16px;
}

.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
}

.bell-button {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
}

.bell-button svg {
  width: 22px;
  height: 22px;
  fill: var(--amber);
}

.bell-button span {
  position: absolute;
  right: -6px;
  top: -7px;
  min-width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #edf2f7;
  color: #345;
  font-size: 12px;
  font-weight: 900;
  border: 2px solid #fff;
}

.bell-button span.has-alerts {
  background: var(--red);
  color: #fff;
}

label {
  display: grid;
  gap: 7px;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfcfe;
  color: var(--ink);
  padding: 0 11px;
}

.check-row {
  display: flex;
  align-items: center;
  color: var(--ink);
}

.check-row input {
  min-height: auto;
}

.primary-action {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand-aqua));
  color: #fff;
  font-weight: 800;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.secondary-action {
  width: 100%;
  min-height: 44px;
  border: 1px solid #b9cffd;
  border-radius: 12px;
  background: #e9f2ff;
  color: var(--blue);
  font-weight: 800;
  cursor: pointer;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.filter-actions {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 8px;
  margin-top: 2px;
}

.filter-actions .primary-action,
.filter-actions .secondary-action {
  margin-bottom: 0;
}

.insight-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.insight-strip article {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 10px;
}

.insight-strip strong {
  display: block;
  font-size: 23px;
}

.insight-strip span {
  color: var(--muted);
  font-size: 12px;
}

.hospital-cards {
  display: grid;
  gap: 12px;
}

.delhi-feed-panel {
  border: 1px solid #b9cffd;
  border-radius: 8px;
  background: #f8fbff;
  padding: 14px;
  margin-bottom: 14px;
}

.delhi-feed-panel h2 {
  margin: 0 0 4px;
}

.feed-meta {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.feed-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(170px, 0.8fr) 100px 112px 112px auto;
  gap: 8px;
  align-items: center;
}

.feed-actions .primary-action,
.feed-actions .secondary-action {
  margin: 0;
}

.feed-actions a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
  padding: 0 12px;
}

.delhi-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 8px 0 12px;
}

.delhi-summary article {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 10px;
}

.delhi-summary strong {
  display: block;
  font-size: 24px;
}

.delhi-summary span {
  color: var(--muted);
  font-size: 12px;
}

.delhi-feed-list {
  display: grid;
  gap: 8px;
  max-height: 460px;
  overflow: auto;
}

.delhi-pagination {
  display: grid;
  grid-template-columns: 112px 1fr 112px 112px;
  gap: 8px;
  align-items: center;
  margin-top: 12px;
}

.delhi-pagination .secondary-action {
  margin: 0;
}

.delhi-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.delhi-pagination span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.delhi-pagination label {
  margin: 0;
}

.delhi-feed-card {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.85fr);
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  padding: 10px;
}

.delhi-feed-card strong {
  display: block;
}

.delhi-feed-card span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

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

.delhi-bed-metrics span {
  border: 1px solid #d8e0ea;
  border-radius: 7px;
  background: #fbfcfe;
  padding: 8px;
}

.delhi-bed-metrics strong {
  color: var(--blue);
  font-size: 18px;
}

.hospital-card {
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(20 32 51 / 7%);
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.card-top h3 {
  margin: 0 0 5px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.meta {
  color: var(--muted);
  font-size: 13px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr));
  gap: 8px;
  margin: 14px 0;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.detail-grid span {
  display: grid;
  gap: 2px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fbfcfe;
  padding: 8px;
  color: var(--muted);
  font-size: 12px;
}

.detail-grid strong {
  color: var(--ink);
}

.metric,
.bed-control,
.doctor-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #f8fafc;
  padding: 10px;
}

.metric-head {
  display: flex;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.metric strong {
  display: block;
  font-size: 24px;
}

.metric span {
  color: var(--muted);
  font-size: 12px;
}

.badge-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.rating-pill {
  color: #0f766e;
  background: #e6fffb;
  border: 1px solid #99f6e4;
  text-decoration: none;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.campaign-strip,
.testimonial-strip,
.doctor-booking-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.campaign-strip article,
.testimonial-strip article,
.doctor-booking-strip article,
.mini-list article {
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  background: #eff6ff;
  padding: 10px;
}

.campaign-strip strong,
.testimonial-strip strong,
.doctor-booking-strip strong,
.mini-list strong {
  display: block;
  color: var(--blue);
  margin-bottom: 4px;
}

.campaign-strip span,
.testimonial-strip span,
.doctor-booking-strip span,
.mini-list span {
  color: #42526a;
  font-size: 13px;
  line-height: 1.4;
}

.doctor-booking-strip article {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  border-color: #a7f3c3;
  background: #f0fdf4;
}

.doctor-booking-strip strong {
  color: var(--green);
}

.doctor-booking-strip button {
  min-height: 36px;
  border: 1px solid #a7f3c3;
  border-radius: 7px;
  background: #fff;
  color: var(--green);
  cursor: pointer;
  font-weight: 850;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nearby-care-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.nearby-care-group {
  display: grid;
  gap: 8px;
}

.nearby-care-group h3 {
  margin: 4px 0 0;
  font-size: 14px;
}

.nearby-care-card {
  display: grid;
  gap: 5px;
  border: 1px solid #bfdbfe;
  border-radius: 7px;
  background: #eff6ff;
  padding: 10px;
}

.nearby-care-card strong {
  color: var(--blue);
  display: flex;
  align-items: center;
}

.nearby-care-card span {
  color: #42526a;
  font-size: 13px;
  line-height: 1.4;
}

.insurance-card {
  border-color: #f3d19b;
  background: #fff8eb;
}

.insurance-card strong {
  color: var(--amber);
}

.testimonial-strip article {
  border-color: #bfe8cf;
  background: #f0fdf4;
}

.testimonial-strip strong {
  color: var(--green);
}

.testimonial-strip em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.campaign-box {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.tracker-box {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.mini-list {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.request-list {
  display: grid;
  gap: 8px;
}

.request-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
  padding: 10px;
}

.request-item strong {
  display: block;
}

.request-item span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.registration-item {
  border-color: #f3d19b;
  background: #fffaf0;
}

.critical-request {
  border-color: #ffc7cc;
  background: #fff5f5;
}

.request-actions {
  display: flex;
  gap: 6px;
}

.request-actions button,
.request-actions a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
  cursor: pointer;
  font-weight: 800;
  padding: 0 10px;
  text-decoration: none;
}

.request-actions button:first-child {
  color: var(--green);
}

.request-actions button:last-child {
  color: var(--red);
}

.request-actions .delete-action {
  border-color: #ffc7cc;
  background: #fff0f1;
  color: var(--red);
}

.admin-card-actions {
  justify-content: flex-end;
  margin-top: 12px;
}

.admin-card-actions button {
  border-color: #ffc7cc;
  background: #fff0f1;
  color: var(--red);
}

.user-editor-card {
  display: grid;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
  padding: 10px;
}

.user-editor-card strong {
  display: block;
}

.user-editor-card span {
  color: var(--muted);
  font-size: 13px;
}

.user-management-actions {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.payment-actions {
  align-self: stretch;
  flex-direction: column;
}

.payment-actions button:first-child,
.payment-actions button:last-child {
  color: var(--blue);
}

.citizen-request {
  align-items: start;
}

.tracking-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 8px 0;
}

.tracking-steps span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--muted);
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  min-height: 24px;
  padding: 0 8px;
  align-items: center;
}

.tracking-steps .done {
  border-color: #bfe8cf;
  background: #e8f7ee;
  color: var(--green);
}

.tracking-steps .blocked {
  border-color: #ffc7cc;
  background: #fff0f1;
  color: var(--red);
}

.action-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0 12px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 850;
  color: var(--ink);
  background: #fff;
}

.call-action {
  background: #e8f7ee;
  border-color: #bfe8cf;
  color: var(--green);
}

.whatsapp-action {
  background: #ecfdf3;
  border-color: #a7f3c3;
  color: #067647;
}

.direction-action {
  background: #e9f2ff;
  border-color: #b9cffd;
  color: var(--blue);
}

.priority-action {
  background: #fff0f1;
  border-color: #ffc7cc;
  color: var(--red);
}

.feedback-action {
  background: #f0fdf4;
  border-color: #bfe8cf;
  color: var(--green);
}

.priority-action:disabled {
  opacity: 0.7;
  cursor: wait;
}

.request-status {
  min-height: 20px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 800;
}

.ok-text {
  color: var(--green);
}

.danger-text {
  color: var(--red);
}

.pill,
.live-dot {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}

.live-dot {
  color: var(--green);
  background: #e8f7ee;
}

.ok {
  color: var(--green);
  background: #e8f7ee;
}

.warn {
  color: var(--amber);
  background: #fff4df;
}

.danger {
  color: var(--red);
  background: #ffe8ea;
}

.neutral {
  color: #345;
  background: #edf2f7;
}

.bed-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(170px, 1fr));
  gap: 10px;
}

.bed-control header,
.doctor-card header {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.doctor-card select {
  margin-bottom: 8px;
}

.doctor-remove {
  width: 100%;
  border: 1px solid #fecaca;
  background: #fff1f2;
  color: var(--red);
  min-height: 36px;
}

.bed-count {
  font-size: 30px;
  font-weight: 850;
}

.stepper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}

.stepper button {
  min-height: 42px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: 900;
}

.stepper button:last-child {
  background: #e9f2ff;
  border-color: #b9cffd;
  color: var(--blue);
}

.doctor-section {
  margin-top: 18px;
}

.doctor-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 10px;
}

.doctor-add-form {
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 8px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #f8fafc;
  padding: 10px;
  margin-bottom: 12px;
}

.doctor-add-form label {
  margin-bottom: 0;
}

.notice {
  margin-top: 14px;
  padding: 12px;
  background: #fff8eb;
  border: 1px solid #f3d19b;
  border-radius: 7px;
  color: #7a4a05;
  font-size: 13px;
}

.hidden {
  display: none !important;
}

@media (max-width: 900px) {
  .shell {
    padding: 14px;
  }

  .topbar,
  .workspace,
  .login-shell {
    display: grid;
    grid-template-columns: 1fr;
  }

  .brand-panel {
    min-height: auto;
  }

  .control-panel {
    position: static;
  }

  .mode-switch,
  .mode-switch button {
    width: 100%;
  }

  .top-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .metrics,
  .detail-grid,
  .bed-grid,
  .doctor-grid,
  .doctor-add-form,
  .action-row,
  .campaign-strip,
  .testimonial-strip,
  .delhi-feed-card,
  .feed-actions,
  .delhi-pagination {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feed-actions a {
    grid-column: 1 / -1;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .brand-panel {
    padding: 24px 34px;
  }

  .simple-brand-logo {
    width: 76px;
    height: 76px;
  }

  .brand-name {
    font-size: clamp(42px, 5.7vw, 66px);
  }

  .brand-copy {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.45;
  }

  .heartbeat-band {
    height: 48px;
    margin-top: 10px;
  }

  .heartbeat-track {
    height: 48px;
  }

  .care-visual-board {
    margin-top: 12px;
  }

  .care-visual-card {
    min-height: 76px;
  }

  .visual-icon {
    width: 40px;
    height: 40px;
    scale: 0.82;
  }

  .brand-stats {
    margin-top: 14px;
  }

  .brand-stats article {
    padding: 10px;
  }

  .brand-stats strong {
    font-size: 21px;
  }

  .login-panel {
    padding: 16px;
  }

  .login-card {
    min-height: 94px;
    padding: 12px;
    margin-bottom: 9px;
  }
}

@media (max-width: 560px) {
  body {
    background: #f6f9fc;
  }

  .metrics,
  .bed-grid,
  .doctor-grid,
  .doctor-add-form,
  .delhi-bed-metrics,
  .delhi-feed-card,
  .feed-actions,
  .delhi-pagination,
  .action-row,
  .campaign-strip,
  .testimonial-strip {
    grid-template-columns: 1fr;
  }

  .login-page {
    align-items: start;
    place-items: start center;
    padding: 8px;
    overflow: hidden;
    background: #f4f9fc;
  }

  .wallpaper,
  .pulse-line,
  .hospital-mark,
  .brand-copy,
  .brand-name::after {
    display: none;
  }

  .login-shell {
    gap: 8px;
    height: calc(100vh - 16px);
    height: calc(100svh - 16px);
    max-height: none;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .brand-panel,
  .login-panel {
    box-shadow: none;
    border-color: #e5ebf2;
    background: #fff;
  }

  .brand-panel {
    padding: 12px;
    min-height: 0;
  }

  .brand-lockup {
    margin-bottom: 12px;
  }

  .simple-brand-logo {
    width: 56px;
    height: 56px;
  }

  .brand-name {
    font-size: 34px;
    line-height: 1;
  }

  .heartbeat-band {
    width: 100%;
    height: 38px;
    margin-top: 8px;
  }

  .heartbeat-track {
    top: 0;
    height: 38px;
  }

  .care-visual-board {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 10px;
  }

  .care-visual-card {
    min-height: 64px;
    border-radius: 10px;
  }

  .care-visual-card strong {
    font-size: 11px;
  }

  .visual-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    scale: 0.76;
  }

  .brand-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-top: 8px;
  }

  .brand-stats article {
    padding: 8px;
    border-radius: 9px;
  }

  .brand-stats strong {
    font-size: 18px;
  }

  .brand-stats span {
    font-size: 10px;
  }

  .login-panel {
    padding: 10px;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  .panel-heading {
    margin-bottom: 7px;
  }

  .browse-public {
    min-height: 38px;
    margin-bottom: 6px;
  }

  .login-card {
    min-height: 52px;
    margin-bottom: 5px;
    padding: 7px 9px;
    grid-template-columns: 36px 1fr;
    gap: 8px;
  }

  .login-card strong {
    font-size: 15px;
    margin: 0;
  }

  .login-card small {
    display: none;
  }

  .login-icon {
    width: 42px;
    height: 42px;
    font-size: 20px;
  }

  .role-logo {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .login-fields {
    margin-top: 8px;
  }

  label {
    margin-bottom: 8px;
  }

  input,
  select,
  textarea {
    min-height: 38px;
  }

  .primary-action,
  .secondary-action {
    min-height: 40px;
  }

  .register-links {
    margin-top: 8px;
  }

  .logo-building {
    scale: 0.78;
  }

  .logo-person {
    scale: 0.82;
  }

  .logo-shield {
    scale: 0.8;
  }

  .care-icon {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    margin-right: 6px;
  }

  .browse-public,
  .primary-action,
  .secondary-action,
  .logout-button,
  .action-button {
    min-height: 48px;
  }

  .login-fields {
    margin-top: 10px;
  }

  .register-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .register-links button {
    min-height: 40px;
  }

  .two-col,
  .request-item {
    grid-template-columns: 1fr;
  }

  .shell {
    padding: 0;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 12;
    background: rgb(246 249 252 / 96%);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-bottom: 1px solid #e5ebf2;
  }

  .topbar .eyebrow {
    display: none;
  }

  h1 {
    font-size: 25px;
  }

  h2 {
    font-size: 16px;
  }

  .top-actions {
    gap: 8px;
  }

  .mode-switch {
    display: flex;
    overflow-x: auto;
    width: 100%;
    scrollbar-width: none;
  }

  .mode-switch::-webkit-scrollbar {
    display: none;
  }

  .mode-switch button {
    min-width: max-content;
    padding: 9px 12px;
    white-space: nowrap;
  }

  .logout-button {
    width: 100%;
  }

  .workspace {
    gap: 10px;
  }

  .control-panel,
  .results-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 12px;
  }

  .control-panel {
    border-bottom: 1px solid #e5ebf2;
  }

  label {
    gap: 5px;
    margin-bottom: 9px;
    font-size: 12px;
  }

  input,
  select {
    min-height: 46px;
    border-radius: 8px;
    font-size: 16px;
  }

  .search-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .search-grid label:nth-child(4),
  .search-grid label:nth-child(6),
  .search-grid label:nth-child(8),
  .search-grid label:nth-child(9),
  .search-grid label:nth-child(10),
  .search-grid label:nth-child(11),
  .search-grid .check-row {
    grid-column: 1 / -1;
  }

  .insight-strip,
  .delhi-summary {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .insight-strip article,
  .delhi-summary article {
    padding: 8px;
  }

  .insight-strip strong,
  .delhi-summary strong {
    font-size: 19px;
  }

  .tracker-box {
    margin-top: 12px;
    padding-top: 10px;
  }

  .delhi-feed-panel {
    margin: 0 0 10px;
    padding: 10px;
    border-radius: 8px;
  }

  .feed-actions {
    gap: 7px;
  }

  .delhi-feed-list {
    max-height: 320px;
  }

  .delhi-pagination {
    grid-template-columns: 1fr 1fr;
  }

  .delhi-pagination span,
  .delhi-pagination label {
    grid-column: 1 / -1;
  }

  .hospital-cards {
    gap: 10px;
  }

  .hospital-card {
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgb(20 32 51 / 7%);
  }

  .card-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .card-top h3 {
    font-size: 17px;
    line-height: 1.2;
  }

  .card-top > .pill {
    width: fit-content;
  }

  .meta {
    font-size: 12px;
    line-height: 1.35;
  }

  .metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 10px 0;
  }

  .metric {
    padding: 9px;
  }

  .metric strong {
    font-size: 22px;
  }

  .detail-grid {
    display: none;
  }

  .badge-row {
    gap: 6px;
  }

  .badge-row .pill {
    max-width: 100%;
    min-height: 24px;
    white-space: normal;
    line-height: 1.2;
  }

  .badge-row .pill:nth-child(4) {
    display: none;
  }

  .action-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
  }

  .action-button {
    font-size: 14px;
    padding: 0 10px;
    justify-content: center;
  }

  .action-row .priority-action,
  .action-row .feedback-action {
    grid-column: 1 / -1;
  }

  .campaign-strip,
  .testimonial-strip {
    margin-top: 8px;
  }

  .doctor-booking-strip {
    grid-template-columns: 1fr;
    margin-top: 8px;
  }

  .doctor-booking-strip article {
    grid-template-columns: 1fr;
  }

  .doctor-booking-strip button {
    min-height: 44px;
  }

  .campaign-strip article,
  .testimonial-strip article,
  .doctor-booking-strip article,
  .mini-list article,
  .request-item {
    padding: 9px;
  }

  .bed-grid {
    gap: 8px;
  }

  .bed-control {
    padding: 9px;
  }

  .stepper button {
    min-height: 46px;
  }

  .doctor-add-form {
    padding: 9px;
  }

  .doctor-card {
    padding: 9px;
  }
}

@media (max-width: 560px) and (max-height: 700px) {
  .brand-stats {
    display: none;
  }

  .care-visual-card {
    min-height: 56px;
  }

  .heartbeat-band {
    height: 32px;
    margin-top: 6px;
  }

  .heartbeat-track {
    height: 32px;
  }
}
