.global-loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
}

.global-loading-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #111;
}

.global-loading-text {
  line-height: 1.1;
}

.global-loading-text .t {
  font-weight: 600;
  font-size: 0.95rem;
}

.global-loading-text .s {
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.55);
  margin-top: 2px;
}
