/* 原有样式保持不变... */

.admin-bar {
  padding: 8px 10px;
  background: #e9ecef;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  gap: 10px;
  align-items: center;
}

.settings-btn {
  background-color: #17a2b8 !important;
  color: white !important;
}

.settings-btn:hover {
  background-color: #138496 !important;
}

.logout-btn {
  background-color: #dc3545 !important;
  color: white !important;
}

.logout-btn:hover {
  background-color: #c82333 !important;
}

.admin-btn {
  background-color: #28a745 !important;
  color: white !important;
}

.admin-btn:hover {
  background-color: #218838 !important;
}

.current-admin {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 12px;
  color: #666;
}

button {
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  font-size: 14px;
}

button:hover {
  background: #e9ecef;
}
