







.ghud-mask {
  


  position: fixed; inset: 0; z-index: 1040;
  background: rgba(0, 0, 0, 0.45);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}

.ghud-modal {
  width: 560px; max-width: 100%; max-height: 86vh;
  display: flex; flex-direction: column;
  background: #fff; border: 1px solid #E5E6EB; border-radius: 4px;
}

.ghud-head {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px; border-bottom: 1px solid #EBEEF5;
}
.ghud-title { font-size: 15px; font-weight: 600; color: #1D2129; }

.ghud-body { flex: 1; min-height: 0; overflow-y: auto; padding: 16px; }

.ghud-foot {
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: flex-end; gap: 8px;
  padding: 10px 16px; border-top: 1px solid #EBEEF5;
}


.ghud-icon-btn {
  border: 0; background: transparent; cursor: pointer;
  width: 26px; height: 26px; line-height: 1; font-size: 16px;
  color: #86909C; border-radius: 4px;
}
.ghud-icon-btn:hover { background: #F2F3F5; color: #4E5969; }
.ghud-icon-danger:hover { background: #FEF0F0; color: #D9363E; }


.ghud-drop {
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  padding: 22px 16px; text-align: center; cursor: pointer;
  border: 1px dashed #C9CDD4; border-radius: 4px; background: #FAFBFC;
  color: #4E5969; font-size: 13px;
}
.ghud-drop:hover { border-color: #1A4FBE; background: #F2F5FA; }
.ghud-drop input[type="file"] { display: none; }
.ghud-drop-plus { font-size: 22px; color: #86909C; line-height: 1; }
.ghud-hint { font-size: 12px; color: #86909C; line-height: 1.5; }
.ghud-error { margin-top: 8px; color: #D9363E; font-size: 12px; }


.ghud-section {
  display: flex; align-items: center; justify-content: space-between;
  margin: 16px 0 8px;
}
.ghud-section-title { font-size: 13px; font-weight: 600; color: #1F2329; }
.ghud-section-meta { font-size: 12px; color: #86909C; }

.ghud-empty { padding: 14px; text-align: center; color: #86909C; font-size: 13px; }


.ghud-list { display: flex; flex-direction: column; gap: 6px; }
.ghud-item {
  display: flex; align-items: center; gap: 10px;
  padding: 8px 10px; border: 1px solid #EBEEF5; border-radius: 4px;
}
.ghud-item-info { flex: 1; min-width: 0; }
.ghud-item-name {
  display: block; font-size: 13px; color: #1F2329;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ghud-item-meta { font-size: 12px; color: #86909C; margin-top: 2px; }
.ghud-item-meta span + span::before { content: '·'; margin: 0 5px; color: #C9CDD4; }
.ghud-item-ops { display: flex; align-items: center; gap: 6px; flex-shrink: 0; }


.ghud-meta-line { font-size: 12px; color: #86909C; margin-bottom: 10px; }
.ghud-table { width: 100%; border-collapse: collapse; font-size: 12px; }
.ghud-table th, .ghud-table td {
  border: 1px solid #EBEEF5; padding: 6px 8px; text-align: center; color: #4E5969;
}
.ghud-table th { background: #FAFBFC; font-weight: 600; color: #1F2329; vertical-align: top; }
.ghud-check { display: flex; align-items: center; gap: 4px; justify-content: center; font-size: 12px; }
.ghud-preview-more { color: #86909C; }


.ghud-input {
  width: 100%; box-sizing: border-box;
  border: 1px solid #C9CDD4; border-radius: 4px;
  padding: 6px 8px; font-size: 13px; color: #1F2329; background: #fff;
}
.ghud-input:focus { outline: none; border-color: #1A4FBE; }
.ghud-unit-input { margin-top: 4px; padding: 3px 6px; font-size: 12px; }
.ghud-source-input { margin-top: 12px; }


.ghud-btn {
  border: 1px solid #C9CDD4; background: #fff; color: #4E5969;
  border-radius: 4px; padding: 6px 14px; font-size: 13px; cursor: pointer;
  line-height: 1.4;
}
.ghud-btn:hover { background: #F2F3F5; }
.ghud-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.ghud-btn-primary { border-color: #1A4FBE; background: #1A4FBE; color: #fff; }
.ghud-btn-primary:hover { background: #163F98; }
.ghud-btn-sm { padding: 4px 10px; font-size: 12px; }
.ghud-btn-block { display: block; width: 100%; text-align: center; }


.ghud-upload-tag {
  display: inline-block; padding: 0 5px; line-height: 16px;
  font-size: 11px; color: #1A4FBE; background: #EAF1FF; border-radius: 3px;
}
