:root {
  --zbtool-shell-padding: 10px;
  --zbtool-workspace-gap: 14px;
  --zbtool-intro-font-size: 14px;
  --zbtool-lang-min-width: 210px;
  --zbtool-lang-label-size: 14px;
  --zbtool-lang-select-height: 40px;
}

.panel-work,
.panel-guide {
  overflow: hidden;
}

.hash-tool {
  display: grid;
  gap: 12px;
}

.hash-editor textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 240px;
  padding: 16px 18px;
  border: 1px solid #cfd8f1;
  border-radius: 16px;
  background: #fff;
  color: #2d3c55;
  font-size: 15px;
  line-height: 1.8;
  resize: vertical;
}

.hash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hash-actions button {
  border: 0;
  border-radius: 10px;
  padding: 12px 20px;
  font-size: 15px;
  cursor: pointer;
  background: #10b981;
  color: #fff;
}

.hash-actions .secondary {
  background: #ff6b35;
}

.hash-actions .plain {
  background: #2d8cf0;
}

.hash-tip {
  min-height: 24px;
  color: #526078;
}

.hash-tip.error {
  color: #d43838;
}

.section-head {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  color: #24415f;
  background: linear-gradient(180deg, #f7fbff 0%, #edf4ff 100%);
  border: 1px solid #d7e7ff;
}

.hash-guide-list {
  margin: 0;
  padding-left: 20px;
  color: #4c596d;
  line-height: 1.9;
}
