body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  min-height: 100vh;
}

.extra-small {
  font-size: 0.75rem;
}

/* サムネイルカード */
.stitch-thumb-card {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.stitch-thumb-card:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 202, 240, 0.5) !important;
}

/* プレビューエリア */
#stitchPreviewCanvas {
  background-color: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
  transition: transform 0.2s ease;
}

/* アニメーション */
.transition-transform {
  transition: transform 0.2s ease;
}
