
.token-test[data-v-62e4b688] {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}
.test-section[data-v-62e4b688] {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}
.status-info[data-v-62e4b688] {
  background: white;
  padding: 15px;
  border-radius: 5px;
  margin: 10px 0;
}
.test-buttons[data-v-62e4b688] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
}
.btn[data-v-62e4b688] {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
}
.btn-primary[data-v-62e4b688] {
  background: #007bff;
  color: white;
}
.btn-warning[data-v-62e4b688] {
  background: #ffc107;
  color: #212529;
}
.btn-danger[data-v-62e4b688] {
  background: #dc3545;
  color: white;
}
.btn-secondary[data-v-62e4b688] {
  background: #6c757d;
  color: white;
}
.btn-info[data-v-62e4b688] {
  background: #17a2b8;
  color: white;
}
.btn-success[data-v-62e4b688] {
  background: #28a745;
  color: white;
}
.btn-dark[data-v-62e4b688] {
  background: #343a40;
  color: white;
}
.btn-sm[data-v-62e4b688] {
  padding: 5px 10px;
  font-size: 12px;
}
.btn[data-v-62e4b688]:hover {
  opacity: 0.8;
}
.log-container[data-v-62e4b688] {
  max-height: 300px;
  overflow-y: auto;
  background: #1e1e1e;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
  font-family: 'Courier New', monospace;
  font-size: 12px;
}
.log-item[data-v-62e4b688] {
  margin-bottom: 5px;
  padding: 2px 0;
}
.log-time[data-v-62e4b688] {
  color: #888;
  margin-right: 10px;
}
.log-item.success[data-v-62e4b688] {
  color: #28a745;
}
.log-item.error[data-v-62e4b688] {
  color: #dc3545;
}
.log-item.warning[data-v-62e4b688] {
  color: #ffc107;
}
.log-item.info[data-v-62e4b688] {
  color: #17a2b8;
}

