.help-section { margin-bottom:1.25rem; }
.help-section h4 { font-size:11px; font-weight:600; color:var(--text3); text-transform:uppercase; letter-spacing:0.06em; margin-bottom:0.6rem; }

.shortcut-row {
  display:flex; align-items:center; justify-content:space-between;
  padding:8px 0; border-bottom:1px solid var(--border2);
}

.shortcut-row:last-child { border-bottom:none; }
.shortcut-desc { font-size:13px; color:var(--text2); }
.shortcut-keys { display:flex; gap:4px; }

.kbd {
  background:rgba(255,255,255,0.08); border:1px solid var(--border);
  border-radius:5px; padding:3px 8px; font-size:11px; font-weight:600;
  color:var(--badge-color); font-family:monospace;
}

[data-tema="gunduz"] .kbd { background:#F1F5F9; }

.help-close {
  width:100%; margin-top:1rem; padding:10px;
  background:linear-gradient(135deg,#6366f1,#8b5cf6);
  color:white; border:none; border-radius:9px; font-size:13px;
  font-weight:600; cursor:pointer; font-family:inherit;
  transition:all 0.2s;
}

.help-close:hover { box-shadow:0 4px 16px rgba(99,102,241,0.4); }
