/* Der zentrale Support bleibt Teil des vorhandenen Einstellungsdialogs. */
.support-kicker {font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:2px 0 5px}
.support-title {font-size:24px;line-height:1.2;margin:0 0 7px;font-weight:700}
.support-intro {color:var(--text-secondary);font-size:13px;line-height:1.55;margin:0 0 18px}
.support-report {border:1px solid var(--border);border-left:3px solid #f4a261;border-radius:10px;background:var(--bg-app);padding:16px;margin-bottom:14px}
.support-report h3 {font-size:16px;margin:0 0 7px}
.support-report p {font-size:13px;line-height:1.55;color:var(--text-secondary);margin:0 0 12px}
.support-report .support-primary {width:100%;min-height:46px;background:#f4a261;color:#0b1a2e;border-color:#f4a261;font-weight:700}
.support-report .support-primary:disabled {opacity:.6}
.support-report .form-label {display:block;font-size:12px;font-weight:600;color:var(--text-secondary);margin:10px 0 4px}
.support-report .form-input {width:100%;box-sizing:border-box;font-size:13px}
.support-report textarea.form-input {resize:vertical;min-height:72px}
.support-optional {font-weight:400;color:var(--text-muted)}
.support-check {display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-secondary);margin:12px 0 14px;min-height:32px;cursor:pointer}
.support-check input {width:18px;height:18px;margin:0}
.support-honeypot {position:absolute;left:-10000px;width:1px;height:1px;opacity:0;pointer-events:none}
.support-alt {margin-top:14px;border-bottom:0;padding-bottom:0}
.support-alt summary {font-size:12px;font-weight:600}
.support-alt p {margin:6px 0 0}
.support-status {font-size:12px;line-height:1.55;color:var(--text-secondary);margin-top:10px;overflow-wrap:anywhere}
.support-tools {display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.support-tools .modal-btn {font-size:12px;min-height:42px;flex:1}
.support-section {border-bottom:1px solid var(--border);padding:12px 0}
.support-section summary {font-size:14px;font-weight:600;cursor:pointer;min-height:32px;display:list-item;line-height:1.65;margin-left:17px}
.support-section p,.support-section li {font-size:12px;line-height:1.6;color:var(--text-secondary)}
.support-section ul {padding-left:20px;margin:8px 0}
.support-manual {display:flex;justify-content:space-between;align-items:center;width:100%;min-height:52px;text-align:left;background:transparent;border:0;border-bottom:1px solid var(--border);color:var(--text-primary);font:inherit;font-size:14px;font-weight:600;cursor:pointer}
.support-note {margin-bottom:12px}
.support-note summary {font-size:12px;color:var(--text-secondary);cursor:pointer;min-height:32px}
.support-note textarea {resize:vertical;min-height:72px;font-size:13px}
#support-diagnostics {margin-top:8px}
#support-diagnostics #diag-panel {font-size:11px;line-height:1.6;overflow-wrap:anywhere}
#tabc-setup-support .support-primary {background:#f4a261;color:#0b1a2e;border-color:#f4a261}
#modal-setup .modal-header {display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px}
#modal-setup .modal-build {margin:0}
@media(max-width:480px) {
  #modal-setup .modal-header {grid-template-columns:minmax(0,1fr) 32px;row-gap:8px}
  #modal-setup .brand-block {grid-column:1;grid-row:1}
  #modal-setup .modal-close {grid-column:2;grid-row:1}
  #modal-setup .modal-build {grid-column:1 / -1;grid-row:2;justify-self:start;max-width:none}
}
