/* 少量自定义样式,Tailwind 未覆盖的部分 */
.text-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

/* 拖拽高亮层 */
.dropzone-active {
  outline: 2px dashed #3b82f6;
  outline-offset: -6px;
  background: rgba(59, 130, 246, 0.06);
}
