html,
body,
#root {
  min-height: 100%;
  margin: 0;
  background: #10131a;
}

.app-startup {
  min-height: 100vh;
  min-height: 100dvh;
  background:
    radial-gradient(circle at 50% -15%, rgba(167, 139, 250, 0.14), transparent 42%),
    linear-gradient(180deg, #121722 0%, #10131a 58%, #0e1117 100%);
  color: #ffffff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.app-startup__header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 72rem;
  height: 72px;
  margin: 0 auto;
  padding: 0 32px;
}

.app-startup__brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.app-startup__brand > div {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 3px;
  border-radius: 6px;
  background: #1d2330;
}

.app-startup__brand img {
  display: block;
  width: 22px;
  height: 22px;
}

.app-startup__status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
