.seed-tools-trigger {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #c8d9ee;
  border-radius: 7px;
  color: #164f91;
  background: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.seed-feedback-trigger {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid #0c61c9;
  border-radius: 7px;
  color: #fff;
  background: #1167cf;
  box-shadow: 0 8px 24px rgba(9, 59, 116, .2);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.seed-feedback-trigger svg { width: 17px; height: 17px; }

.seed-dialog {
  width: min(560px, calc(100vw - 28px));
  max-height: min(760px, calc(100vh - 28px));
  padding: 0;
  border: 1px solid #b9cce3;
  border-radius: 8px;
  color: #0b2747;
  background: #fff;
  box-shadow: 0 24px 70px rgba(7, 37, 72, .24);
}

.seed-dialog::backdrop { background: rgba(8, 27, 48, .52); backdrop-filter: blur(2px); }
.seed-dialog-head, .seed-dialog-body, .seed-dialog-actions { padding: 18px 20px; }
.seed-dialog-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; border-bottom: 1px solid #dce7f3; }
.seed-dialog-head h2 { margin: 0 0 4px; font-size: 20px; letter-spacing: 0; }
.seed-dialog-head p, .seed-dialog-body p { margin: 0; color: #526b86; line-height: 1.65; }
.seed-dialog-close { width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid #cbd9e9; border-radius: 50%; background: #fff; color: #31526f; font-size: 20px; cursor: pointer; }
.seed-dialog-body { display: grid; gap: 16px; overflow: auto; }
.seed-field { display: grid; gap: 7px; }
.seed-field > span, .seed-data-block h3 { color: #183b61; font-weight: 800; font-size: 13px; }
.seed-field select, .seed-field textarea { width: 100%; border: 1px solid #c6d7e9; border-radius: 7px; background: #fbfdff; color: #102f50; font: inherit; font-size: 14px; }
.seed-field select { min-height: 40px; padding: 0 10px; }
.seed-field textarea { min-height: 150px; padding: 11px; resize: vertical; line-height: 1.6; }
.seed-context { padding: 10px 12px; border-left: 3px solid #62a5e8; background: #f2f8fe; color: #526b86; font-size: 12px; line-height: 1.55; }
.seed-dialog-actions { display: flex; align-items: center; gap: 10px; border-top: 1px solid #dce7f3; }
.seed-action { min-height: 40px; padding: 0 16px; border: 1px solid #1464c0; border-radius: 7px; background: #1464c0; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }
.seed-action.secondary { background: #fff; color: #1458a5; border-color: #bfd3ea; }
.seed-action:disabled { opacity: .55; cursor: wait; }
.seed-status { min-height: 20px; color: #157347; font-size: 12px; font-weight: 700; }
.seed-data-block { display: grid; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid #e1eaf4; }
.seed-data-block:last-child { border: 0; padding-bottom: 0; }
.seed-data-block h3 { margin: 0; font-size: 15px; }
.seed-data-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.seed-privacy-list { margin: 0; padding-left: 18px; color: #314f6c; line-height: 1.75; }

@media (max-width: 900px) {
  .seed-tools-trigger { min-height: 32px; padding: 0 7px; font-size: 9px; }
  .seed-feedback-trigger { right: 12px; bottom: 74px; min-height: 40px; padding: 0 12px; }
  .seed-dialog-head, .seed-dialog-body, .seed-dialog-actions { padding: 15px; }
  .seed-dialog-actions { flex-wrap: wrap; }
}
