.support-form-card { max-width: 920px; margin-inline: auto; }
.support-context { color: #f1d5a7; }
.support-note { padding: 1rem 1.15rem; border-left: 3px solid var(--gold); background: rgba(217,168,94,.08); color: var(--muted); }
.support-errors { margin: 1.2rem 0; padding: 1rem 1.15rem; border: 1px solid rgba(237,74,50,.55); background: rgba(184,36,28,.16); color: #ffd6cf; }
.support-card form { display: grid; gap: 1.15rem; margin-top: 2rem; }
.support-card label { display: grid; gap: .45rem; color: #e9e1e4; font-size: .88rem; }
.support-card input,
.support-card select,
.support-card textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 0;
  background: #0d0b0f;
  color: var(--text);
  padding: .82rem .9rem;
  font: inherit;
  outline: none;
}
.support-card input:focus,
.support-card select:focus,
.support-card textarea:focus { border-color: var(--red-bright); box-shadow: 0 0 0 3px rgba(237,74,50,.12); }
.support-card textarea { resize: vertical; min-height: 110px; }
.support-card input[type="file"] { padding: .65rem; color: var(--muted); }
.support-card input[type="file"]::file-selector-button { margin-right: .9rem; border: 0; padding: .6rem .85rem; background: #2a2227; color: #fff; cursor: pointer; }
.support-card small { color: #958a8f; line-height: 1.6; }
.support-card button { cursor: pointer; }
.support-success { max-width: 760px; margin-inline: auto; text-align: center; }
.support-success strong { color: #f1d5a7; letter-spacing: .08em; }
