body {
  margin: 0;
}

.initial-page-loading {
  align-items: center;
  background: #ffffff;
  box-sizing: border-box;
  color: #64748b;
  display: flex;
  flex-direction: column;
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  gap: 12px;
  inset: 0;
  justify-content: center;
  line-height: 20px;
  min-height: 100dvh;
  -moz-osx-font-smoothing: grayscale;
  position: fixed;
  -webkit-font-smoothing: antialiased;
  z-index: 2147483647;
}

.initial-page-loading [data-slot="loading-indicator"] {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 32px;
}

.initial-page-loading [data-slot="loading-label"],
.initial-page-loading [data-slot="loading-details"] {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 20px;
}

.initial-page-loading [data-slot="loading-secondary"] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(44px);
}

.initial-page-loading [data-slot="loading-action"] {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 44px;
}

.initial-page-loading [data-slot="load-failure-icon"] {
  align-items: center;
  border: 2px solid #dc2626;
  border-radius: 9999px;
  color: #dc2626;
  display: flex;
  font-size: 20px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.initial-page-loading button {
  background: #0f172a;
  border: 1px solid #0f172a;
  border-radius: 6px;
  color: #ffffff;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  padding: 8px 14px;
}

.initial-page-loading button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}
