.create-everything {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--dark);
  border: 0;
  padding: 16px 17px;
  color: #fff;
  font: 700 14px "DM Sans";
  cursor: pointer;
}

.create-everything b { font-size: 18px; line-height: 12px; color: var(--acid); }
.create-everything:hover { box-shadow: 0 4px 0 #97bc2c; transform: translateY(-1px); }
.create-everything:disabled { opacity: .55; cursor: not-allowed; box-shadow: none; transform: none; }
.one-click-note { font-size: 11px; line-height: 1.42; color: #5e6b64; margin: 9px 0 18px; }

.logo-options { margin: 8px 0 18px; padding: 11px 13px; border: 1px solid var(--line); background: #f6f8f2; }
.logo-options p { margin: 0 0 9px; color: #5e6b64; font-size: 11px; line-height: 1.4; }
.logo-options .check { margin: 8px 0 0; }
.logo-options .check input:disabled { opacity: .45; }

.import-renders { display: inline-flex; align-items: center; margin: 18px 0 0; }
.import-renders input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.import-note { margin: 7px 0 0; color: #5e6b64; font-size: 11px; line-height: 1.4; }

.input-row { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 500px) { .input-row { grid-template-columns: 1fr; } }

.user-image-note { margin: -8px 0 12px; color: #5e6b64; font-size: 11px; line-height: 1.4; }
.user-image-list { display: grid; gap: 5px; margin: 0 0 17px; }
.user-image-list span { display: block; padding: 7px 9px; border: 1px solid var(--line); background: #f6f8f2; color: #52605a; font: 10px "DM Mono"; }
.workflow-hidden { display: none !important; }
.masthead-actions { display: flex; align-items: center; gap: 15px; }
.feedback-link { appearance: none; border: 0; background: transparent; color: inherit; font: inherit; cursor: pointer; padding: 0; }
.feedback-link:hover { color: #668b19; }
.feedback-dialog { width: min(560px, calc(100% - 30px)); border: 1px solid var(--line); padding: 0; background: var(--paper); color: var(--ink); box-shadow: 0 24px 90px rgba(11, 26, 28, .3); }
.feedback-dialog::backdrop { background: rgba(9, 21, 23, .62); }
.feedback-dialog form { display: grid; gap: 13px; padding: 25px; }
.feedback-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 18px; }
.feedback-heading h2 { margin: 0; }
.feedback-close { appearance: none; border: 0; background: transparent; color: var(--ink); font-size: 28px; line-height: 1; cursor: pointer; }
.feedback-dialog label { display: grid; gap: 6px; font-size: 12px; font-weight: 600; }
.feedback-dialog textarea { min-height: 120px; resize: vertical; }
.feedback-dialog .check { display: flex; align-items: flex-start; gap: 8px; font-weight: 400; line-height: 1.42; }
.feedback-dialog .check input { margin-top: 3px; }
.feedback-dialog .optional { font-weight: 400; color: #65736a; }
.feedback-note, .feedback-result { margin: 0; font-size: 11px; line-height: 1.45; color: #5e6b64; }
.feedback-actions { display: flex; flex-wrap: wrap; gap: 10px; }
