/* miniアプリのルート要素にスコープを限定 */
.mini-app-root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* miniアプリのコンテナにスコープを限定 */
.mini-app-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
} 