body {
  font-family: Arial, sans-serif;
  max-width: 600px;
  margin: auto;
  padding: 10px;
}

label {
  display: block;
  margin-top: 12px;
}

input, select, button {
  width: 100%;
  padding: 8px;
}

.signature-pad {
  border: 1px solid #000;
  background: #fff;
  margin-top: 5px;
  touch-action: none;
}

.radio-group label {
  display: block;
  margin: 4px 0;
}

.sync {
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-weight: bold;
}

.sync.offline {
  background: #ffe5e5;
  color: #900;
}

.sync.syncing {
  background: #fff3cd;
  color: #856404;
}

.sync.online {
  background: #e5ffe5;
  color: #064;
}

.sync.error {
  background: #ffcccc;
  color: #900;
  border: 1px solid #900;
}
