body {
  font-family: Inter, 'Noto Sans JP', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

#status-message[data-state='error'] {
  color: #dc2626;
}

#status-message[data-state='success'] {
  color: #15803d;
}

img {
  background: linear-gradient(135deg, #f8fafc, #eef2ff);
  border: 1px solid #e2e8f0;
}
