html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  background: #f7f4ec;
}

.app-boot-screen {
  box-sizing: border-box;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #f7f4ec;
  color: #27312c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Yu Gothic UI", Meiryo, sans-serif;
}

.app-boot-icon {
  width: 112px;
  height: 112px;
  flex: 0 0 auto;
  border-radius: 25%;
  background: url("/okonomi-loading-icon.png?v=20260905-2") center / cover no-repeat;
  box-shadow: 0 12px 30px rgb(116 77 20 / 16%);
}

.app-boot-copy {
  display: grid;
  margin-top: 24px;
  justify-items: center;
  opacity: 0;
}

.brand-assets-ready .app-boot-copy {
  opacity: 1;
}

.app-boot-wordmark {
  display: block;
  width: 126px;
  height: auto;
}

.app-boot-tagline {
  margin-top: 14px;
  color: #667169;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.035em;
}
