.sandi-status-strip {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.35vw, 22px);
}

.sandi-status-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  color: #8fa8ae;
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: clamp(0.59rem, 0.64vw, 0.72rem);
  font-weight: 600;
  letter-spacing: 0.11em;
  white-space: nowrap;
}

.sandi-status-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.sandi-status-item.is-pending .sandi-status-dot {
  background: #40545b;
  box-shadow: 0 0 7px rgba(110, 145, 154, 0.18);
}

.sandi-status-item.is-online .sandi-status-dot {
  background: #82ecf2;
  box-shadow: 0 0 9px rgba(130, 236, 242, 0.72);
}

.sandi-status-item.is-limited .sandi-status-dot {
  background: #d6b56d;
  box-shadow: 0 0 8px rgba(214, 181, 109, 0.45);
}

.sandi-status-item.is-offline .sandi-status-dot {
  background: #ef896f;
  box-shadow: 0 0 9px rgba(239, 137, 111, 0.62);
}

.sandi-notification-trigger {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(130, 236, 242, 0.22);
  border-radius: 50%;
  color: #82ecf2;
  background: rgba(8, 18, 26, 0.74);
  font-family: ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

button.sandi-notification-trigger {
  cursor: pointer;
}

button.sandi-notification-trigger:hover,
button.sandi-notification-trigger:focus-visible {
  border-color: rgba(130, 236, 242, 0.52);
  box-shadow: 0 0 16px rgba(130, 236, 242, 0.12);
}


@media (max-width: 700px) {
  .endpoint-wake-control {
    display: none !important;
  }
}
