body {
  font-family: Arial, sans-serif;
  background: #f7f8fa;
  margin: 0;
  padding: 0;
}
.xc-header {
  display: flex;
  align-items: center;
  padding: 24px 24px 0 24px;
  background: #e3f2fd;
}
.xc-refresh {
  background: #21c06b;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 20px;
  margin-right: 16px;
  cursor: pointer;
}
.xc-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
}
.xc-list {
  max-width: 700px;
  margin: 32px auto 0 auto;
  padding: 0 16px;
}
.xc-item {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px #eee;
  margin-bottom: 24px;
  padding: 24px 20px 16px 20px;
}
.xc-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 10px;
}
.xc-content {
  font-size: 1em;
  color: #444;
  margin-bottom: 12px;
  word-break: break-all;
}
.xc-meta {
  font-size: 0.95em;
  color: #888;
  margin-top: 8px;
}
.xc-content-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.xc-content-box {
  flex: 1;
  border: 1.5px solid #b3d8f7;
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 1em;
  color: #444;
  background: #fafdff;
  word-break: break-all;
  margin-right: 12px;
  height: 38px;
  box-sizing: border-box;
  line-height: 1.5;
  display: block;
}
.xc-copy-btn {
  background: #90caf9;
  color: #1565c0;
  border: none;
  border-radius: 6px;
  padding: 0 16px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.2s;
  height: 38px;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xc-copy-btn:hover {
  background: #42a5f5;
  color: #fff;
}
.xc-remark {
  color: #e53935;
  margin-top: 8px;
  font-size: 0.95em;
  padding: 0;
  background: none;
  border-radius: 0;
}

.xc-resource-line {
  color: #1976d2;
}

.xc-resource-line input {
  color: #1976d2;
} 