#acsnap-online-only-overlay {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(244, 246, 248, 0.98);
  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

.acsnap-online-only-card {
  width: min(460px, 100%);
  padding: 32px;
  border-radius: 18px;
  background: #fff;
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.acsnap-online-only-icon {
  margin-bottom: 14px;
  font-size: 34px;
  line-height: 1;
}

.acsnap-online-only-title {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.acsnap-online-only-text {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 1.5;
}

.acsnap-online-only-subtext {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.45;
  opacity: 0.65;
}

.acsnap-online-only-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}

#acsnap-server-status-indicator {
  position: fixed;
  right: 12px;
  bottom: 12px;
  z-index: 2147483000;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 2px 10px rgba(0, 0, 0, 0.10);
  font:
    600 12px/1.2
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  pointer-events: none;
}

.acsnap-server-online {
  opacity: 0.72;
}

.acsnap-server-offline {
  opacity: 1;
}
